<!doctype html>
<html lang="en-US" >
	<head>
		<link rel="profile" href="https://gmpg.org/xfn/11">
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1">

				<script type="text/javascript">
			window.flatStyles = window.flatStyles || ''

			window.lightspeedOptimizeStylesheet = function () {
				const currentStylesheet = document.querySelector( '.tcb-lightspeed-style:not([data-ls-optimized])' )

				if ( currentStylesheet ) {
					try {
						if ( currentStylesheet.sheet && currentStylesheet.sheet.cssRules ) {
							if ( window.flatStyles ) {
								if ( this.optimizing ) {
									setTimeout( window.lightspeedOptimizeStylesheet.bind( this ), 24 )
								} else {
									this.optimizing = true;

									let rulesIndex = 0;

									while ( rulesIndex < currentStylesheet.sheet.cssRules.length ) {
										const rule = currentStylesheet.sheet.cssRules[ rulesIndex ]
										/* remove rules that already exist in the page */
										if ( rule.type === CSSRule.STYLE_RULE && window.flatStyles.includes( `${rule.selectorText}{` ) ) {
											currentStylesheet.sheet.deleteRule( rulesIndex )
										} else {
											rulesIndex ++
										}
									}
									/* optimize, mark it such, move to the next file, append the styles we have until now */
									currentStylesheet.setAttribute( 'data-ls-optimized', '1' )

									window.flatStyles += currentStylesheet.innerHTML

									this.optimizing = false
								}
							} else {
								window.flatStyles = currentStylesheet.innerHTML
								currentStylesheet.setAttribute( 'data-ls-optimized', '1' )
							}
						}
					} catch ( error ) {
						console.warn( error )
					}

					if ( currentStylesheet.parentElement.tagName !== 'HEAD' ) {
						/* always make sure that those styles end up in the head */
						const stylesheetID = currentStylesheet.id;
						/**
						 * make sure that there is only one copy of the css
						 * e.g display CSS
						 */
						if ( ( ! stylesheetID || ( stylesheetID && ! document.querySelector( `head #${stylesheetID}` ) ) ) ) {
							document.head.prepend( currentStylesheet )
						} else {
							currentStylesheet.remove();
						}
					}
				}
			}

			window.lightspeedOptimizeFlat = function ( styleSheetElement ) {
				if ( document.querySelectorAll( 'link[href*="thrive_flat.css"]' ).length > 1 ) {
					/* disable this flat if we already have one */
					styleSheetElement.setAttribute( 'disabled', true )
				} else {
					/* if this is the first one, make sure he's in head */
					if ( styleSheetElement.parentElement.tagName !== 'HEAD' ) {
						document.head.append( styleSheetElement )
					}
				}
			}
		</script>
		<style type="text/css" id="tcb-style-base-product-1436"  onLoad="typeof window.lightspeedOptimizeStylesheet === 'function' && window.lightspeedOptimizeStylesheet()" class="tcb-lightspeed-style">body:not(.tve_editor_page) .thrv_wrapper.thrv_footer,body:not(.tve_editor_page) .thrv_wrapper.thrv_header{padding: 0px;}.notifications-content-wrapper.tcb-permanently-hidden{display: none !important;}.tcb-permanently-hidden{display: none !important;}.tar-disabled{cursor: default;opacity: 0.4;pointer-events: none;}html{text-rendering: auto !important;}html body{text-rendering: auto !important;}#tve_editor ul{margin-left: 20px;}.thrv_wrapper div{box-sizing: content-box;}.thrv_wrapper{margin-top: 20px;margin-bottom: 20px;padding: 1px;}p{font-size: 1em;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height: var(--tcb-container-height-d,100px) !important;position: relative;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-page-section{box-sizing: border-box;margin: 0px;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-content-box{box-sizing: border-box;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-page-section-out,:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-content-box-background{box-sizing: border-box;position: absolute;width: 100%;height: 100%;left: 0px;top: 0px;overflow: hidden;}.tve_shortcode_rendered p:empty{display: none !important;}.tve_shortcode_rendered ul{line-height: 1.875em;margin-bottom: 1.25em;padding-left: 3.15em;}.thrv_facebook_comments{min-width: 100px;}.tve-fb-comments{width: 100%;}.tve-fb-comments > span{width: 100% !important;}.tve-fb-comments iframe{width: 100% !important;}.comments-area.thrv_wrapper,.comments-area .thrv_wrapper{margin: 0px;padding: 0px;}.comments-area.thrv_wrapper.comment-form-submit,.comments-area .thrv_wrapper.comment-form-submit{margin: 20px 0px;}.comments-area .reply{display: table;margin: 10px 0px 0px;float: right;padding: 0px;}.comments-area .comment-reply-title{font-size: 14px;font-weight: 500;color: rgb(18,18,18);letter-spacing: 1.4px;text-transform: uppercase;margin: 0px 0px 10px;}.thrv_wrapper.thrv_text_element.comment-no-comment{text-align: center;background-image: linear-gradient(rgb(240,243,243),rgb(240,243,243));padding-top: 12px;padding-bottom: 12px;}.thrv_wrapper.thrv_text_element.comment-no-comment p{margin-bottom: 0px;padding: 0px;font-weight: inherit;line-height: inherit;}.comment-metadata{font-size: 12px;font-weight: normal;color: rgba(10,10,10,0.4);}.comments-area .comment-metadata{margin: -30px 0px 20px 72px;}.comment-metadata a{font-weight: inherit;text-decoration: none;font-size: inherit;}.comment-metadata a:not(.comment-edit-link){color: inherit;}.comment-metadata a:not(.comment-edit-link):hover{color: inherit;}.comment-form-item.comment-form-url{margin-bottom: 40px;}.comments-area .comment-form-item label{margin: 0px 0px 10px;}.comment-form-item input{background-color: rgb(245,245,245);}.comments-area .comment-form-item input{padding: 10px;}.comment-author::after{clear: both;content: "";display: table;}.comment-author .fn{color: rgba(10,10,10,0.6);float: unset;display: inline-block;margin: 8px 0px 0px;font-size: 14px;font-weight: 600;}.comment-author .fn a{text-decoration: inherit;color: inherit;background: inherit;}.comment-author *{float: left;}.comment-author img{margin-right: 22px;border-radius: 50%;}#comments.comments-area ol.children{margin-left: 20px;}#comments .comment-respond{padding-top: 20px;}#comments .reply span.tcb-button-texts{flex: unset;}.comments-area .comment-body{padding: 20px;margin: 0px 0px 20px;}.comment-body{padding: 20px;border-radius: 4px;border: 1px solid rgb(213,217,223);margin: 20px 0px 0px;}.reply .comment-reply-link{padding: 8px;font-size: 15px;background-color: transparent;color: rgb(31,165,230);border-radius: 50px;font-weight: 500;border: 1px solid rgb(31,165,230);text-decoration: none;display: inline-flex;align-items: center;justify-content: center;}.reply .comment-reply-link:hover{background-color: transparent;text-decoration: none;}.reply .comment-reply-link[disabled]{background-color: rgb(191,191,191);}.reply .comment-reply-link:focus{outline: none;}#comments.comments-area .comment-list::after{clear: both;content: "";display: table;}#comments.comments-area .comments-title{color: rgb(68,68,68);font-size: 22px;font-weight: 500;}#comments.comments-area .comment-awaiting-moderation{font-weight: 300;margin: 0px;}#comments.comments-area .tcb-button-text{margin: 0px;}#comments.comments-area ol{list-style: none;margin: 0px;padding: 0px;}#comments.comments-area ol li{margin: 0px;padding: 0px;}#comments.comments-area .wpgdprc-checkbox{width: 100%;}.comment-content{opacity: 0.85;font-size: 14px;font-weight: 300;line-height: 1.5;color: rgba(10,10,10,0.85);}.comments-area .comment-content{margin: 0px;}.comment-content p{margin-bottom: 20px;font-size: inherit;line-height: inherit;}.comment-content p:last-child{margin-bottom: 0px;}.comment-content a{word-break: break-all;}.comment-form .error-message{color: red;font-size: 13px;}.comment-form textarea::placeholder,.comment-form input::placeholder{color: inherit;font-family: inherit;font-weight: inherit;text-decoration: inherit;}.comment-form input[type="submit"]{background-color: rgb(102,102,102);font-weight: 400;outline: 0px;padding: 18px 32px;}.comment-form > p{box-sizing: border-box;}.comment-form > p input[type="email"],.comment-form > p input[type="text"],.comment-form > p input[type="url"]{width: 100%;}.comment-author .thrive-comment-author-picture{margin: 0px 15px 0px 0px;}.comment-author .thrive-comment-author-picture .avatar{border: 1px solid rgba(157,159,159,0.26);border-radius: 50%;margin: 0px;padding: 0px;width: 60px;}.comment-author .says{display: none;}.comments-area .comments-closed-text{margin: 0px 0px 10px;}.comment-form-reply-title{font-size: 14px;text-transform: uppercase;color: rgba(10,10,10,0.6);font-weight: 600;}.comment-form-text textarea{min-height: 200px;padding-top: 25px;padding-bottom: 20px;resize: vertical;display: block;}.comment-form-text textarea,.comment-form-input{box-sizing: border-box;padding: 19px 20px;line-height: 1em;width: 100%;outline: none;background-color: rgb(240,243,243);font-size: 14px;vertical-align: middle;border: 1px solid rgba(157,159,159,0.26);border-radius: 3px;color: rgba(16,16,16,0.6);}.comment-form-input{color: rgba(10,10,10,0.5);font-weight: 300;line-height: 46px;}textarea.comment-it-error,input[type="text"].comment-it-error,input[type="email"].comment-it-error{border: 1px solid rgb(217,43,43);}.comment-form::after{content: "";display: table;clear: both;}.comment-form-submit{position: relative;float: right;z-index: 3;font-size: 15px;display: table;margin: 20px 0px;box-sizing: border-box !important;}.comment-form-submit .thrv_icon{position: absolute;right: 0px;top: 50%;z-index: 2;margin: -0.5em 10px 0px 0px;font-size: var(--tve-font-size,1em);color: var(--tve-color);}.comment-form-submit .thrv_icon .tve_sc_icon{font-size: inherit;padding: 0px;}.comment-form-submit button{padding: 12px 32px;font-size: 1em;cursor: pointer;width: 100%;background-color: transparent;color: rgb(31,165,230);border-radius: 50px;font-weight: 500;border: 1px solid rgb(31,165,230);}.comment-form-submit button[disabled]{background-color: rgb(191,191,191);}.comment-form-submit button:focus{outline: none;}.comment-content::before,.comment-content::after{content: "";display: table;table-layout: fixed;}.comment-content::after{clear: both;}.thrive-singular .comment-body .reply{clear: both;max-width: 100px;}.comment-body::after{clear: both;content: "";display: table;}.site-main .comment-navigation{margin: 0px 0px 1.5em;overflow: hidden;}.comment-navigation .nav-previous{float: left;width: 50%;}.comment-navigation .nav-next{float: right;text-align: right;width: 50%;}.tcb-clear .theme-comments-number{float: right;}p.tcb-post-comments-number,.theme-comments-number p{font-size: 14px;font-weight: 300;letter-spacing: 0.7px;color: rgb(68,68,68);}.tcb-post-comments-number{display: inline-block;}@media (max-width: 1023px){:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height: var(--tcb-container-height-t) !important;}.comment-form-submit{max-width: 50%;width: 50%;}}@media (max-width: 767px){html{overflow-x: hidden !important;}html,body{max-width: 100vw !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height: var(--tcb-container-height-m) !important;}.comment-form-submit{float: left;max-width: 100%;width: 100%;}}@media screen and (max-device-width: 480px){body{text-size-adjust: none;}}</style><link rel='stylesheet' id='tcb-style-base-thrive_template-1496'  href='//knpayrollplus.com/wp-content/uploads/thrive/tcb-base-css-1496-1677030595.css' type='text/css' media='all' /><style type="text/css" id="tcb-style-template-thrive_template-1496"  onLoad="typeof window.lightspeedOptimizeStylesheet === 'function' && window.lightspeedOptimizeStylesheet()" class="tcb-lightspeed-style">@media (min-width: 300px){.tve-theme-1496 #wrapper{--header-background-width:100%;--footer-background-width:100%;--top-background-width:100%;--bottom-background-width:100%;background-image: none !important;--background-image:none !important;--tve-applied-background-image:none !important;}.tve-theme-1496 .main-container{padding: 20px 10px !important;margin-top: 0px !important;margin-bottom: 0px !important;background-image: linear-gradient(rgba(187,161,161,0.5),rgba(187,161,161,0.5)) !important;background-size: auto !important;background-position: 50% 50% !important;background-attachment: scroll !important;background-repeat: no-repeat !important;--background-image:linear-gradient(rgba(187,161,161,0.5),rgba(187,161,161,0.5)) !important;--background-size:auto auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgba(187,161,161,0.5),rgba(187,161,161,0.5)) !important;}:not(#layout) .tve-theme-1496 .main-container{--sidebar-size:26.02%;--separator-size:15px;}.tve-theme-1496 #content{padding-top: 0px !important;margin-top: 0px !important;}.tve-theme-1496 .content-section .section-content{padding: 0px 10px 20px !important;}:not(#layout) .tve-theme-1496 #wrapper{--layout-content-width:100%;--layout-background-width:100%;}.tve-theme-1496 .content-section .shop-template-wrapper .products{--tve-woo-image-size:90% !important;}.tve-theme-1496 .content-section .section-background{border: none;}.tve-theme-1496 .top-section .section-background{background-color: rgb(255,255,255) !important;background-image: linear-gradient(rgb(118,176,234),rgb(118,176,234)) !important;--background-image:linear-gradient(rgb(118,176,234),rgb(118,176,234)) !important;--tve-applied-background-image:linear-gradient(rgb(118,176,234),rgb(118,176,234)) !important;background-size: auto !important;background-position: 50% 50% !important;background-attachment: scroll !important;background-repeat: no-repeat !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;}.tve-theme-1496 .top-section .section-content{display: flex;flex-direction: column;justify-content: flex-end;text-transform: var(--tve-text-transform,none);--tve-text-transform:none;text-align: center;min-height: 1px !important;padding: 30px 20px 20px !important;}:not(#tve) .tve-theme-1496 .top-section [data-css="tve-u-172db905a9c"]{color: var(--tcb-skin-color-0) !important;--tcb-applied-color:var$(--tcb-skin-color-0) !important;padding-bottom: 0px !important;margin-bottom: 0px !important;}.tve-theme-1496 .top-section [data-css="tve-u-172db91c35a"]{float: none;padding: 0px 0px 12px !important;margin-left: auto !important;margin-right: auto !important;border-bottom: 4px solid var(--tcb-skin-color-8) !important;}:not(#tve) .tve-theme-1496 .top-section [data-css="tve-u-172db97575b"]{font-size: 36px !important;color: rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;}.tve-theme-1496 .bottom-section .section-background{border-top: 1px solid rgb(238,238,238);background-color: transparent !important;background-image: none !important;}.tve-theme-1496 .bottom-section .section-content{display: flex;flex-direction: column;min-height: 1px !important;padding: 40px 20px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-1727fba3b1d"]{margin-left: -40px;padding: 0px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-1727fba3b1e"]{margin-top: 0px !important;margin-bottom: 0px !important;background-color: transparent !important;}:not(#tve) .tve-theme-1496 .bottom-section [data-css="tve-u-1727fba3b1f"]{letter-spacing: 2px;padding-bottom: 4px !important;margin-bottom: 0px !important;text-transform: uppercase !important;font-size: 13px !important;color: var(--tcb-skin-color-4) !important;--tcb-applied-color:var$(--tcb-skin-color-4) !important;font-weight: var(--g-bold-weight,bold) !important;line-height: 1.3em !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-1727fba3b21"]{padding: 1px !important;margin: 0px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-1727fba3b34"]{float: none;padding: 1px !important;margin: 0px auto !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-1727fbc11fe"]{text-align: center;}.tve-theme-1496 .bottom-section [data-css="tve-u-1727fbd0aca"]{float: none;margin-left: auto !important;margin-right: auto !important;}:not(#tve) .tve-theme-1496 .bottom-section [data-css="tve-u-1727fbde03a"]{padding-bottom: 0px !important;margin-bottom: 0px !important;font-size: 12px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-1727fbfa6af"]{font-size: 28px;width: 28px;height: 28px;border-radius: 0px;overflow: hidden;border: none;float: none;z-index: 3;position: relative;padding: 1px !important;margin: 0px auto 17px !important;background-color: transparent !important;}:not(#tve) .tve-theme-1496 .bottom-section [data-css="tve-u-1727fbfa6af"] > :first-child{color: rgb(166,174,179);}.tve-theme-1496 .bottom-section [data-css="tve-u-172f09fe468"]{padding: 1px !important;margin-top: 0px !important;margin-bottom: 0px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-172f0a01668"]{float: none;padding: 1px !important;margin: 0px auto !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-172f0a83b87"]{margin-bottom: 18px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-172f0a84889"]{margin-bottom: 18px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-172f0a853c7"]{margin-bottom: 18px !important;}:not(#tve) .tve-theme-1496 .bottom-section [data-css="tve-u-172f0a8c196"]{letter-spacing: 2px;padding-bottom: 4px !important;margin-bottom: 0px !important;text-transform: uppercase !important;font-size: 13px !important;color: var(--tcb-skin-color-4) !important;--tcb-applied-color:var$(--tcb-skin-color-4) !important;font-weight: var(--g-bold-weight,bold) !important;line-height: 1.3em !important;}:not(#tve) .tve-theme-1496 .bottom-section [data-css="tve-u-172f0a8cbd2"]{letter-spacing: 2px;padding-bottom: 4px !important;margin-bottom: 0px !important;text-transform: uppercase !important;font-size: 13px !important;color: var(--tcb-skin-color-4) !important;--tcb-applied-color:var$(--tcb-skin-color-4) !important;font-weight: var(--g-bold-weight,bold) !important;line-height: 1.3em !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-172f0a90e52"]{font-size: 26px;width: 26px;height: 26px;border-radius: 0px;overflow: hidden;border: none;float: none;z-index: 3;position: relative;padding: 1px !important;margin: 0px auto 17px !important;background-color: transparent !important;}:not(#tve) .tve-theme-1496 .bottom-section [data-css="tve-u-172f0a90e52"] > :first-child{color: rgb(166,174,179);}.tve-theme-1496 .bottom-section [data-css="tve-u-172f0a91a27"]{font-size: 28px;width: 28px;height: 28px;border-radius: 0px;overflow: hidden;border: none;float: none;z-index: 3;position: relative;padding: 1px !important;margin: 0px auto 17px !important;background-color: transparent !important;}:not(#tve) .tve-theme-1496 .bottom-section [data-css="tve-u-172f0a91a27"] > :first-child{color: rgb(166,174,179);}.tve-theme-1496 .bottom-section [data-css="tve-u-1727fba3b1d"] > .tcb-flex-col{padding-left: 40px;}.tve-theme-1496 .sidebar-section .section-background{border: medium none;background-color: transparent !important;}.tve-theme-1496 .sidebar-section .section-content{text-align: left;--tve-color:var(--tcb-skin-color-3);padding: 20px 10px !important;}.tve-theme-1496 .sidebar-section{margin: 0px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dba0d1d6"]{padding: 0px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dba3aeee"]{font-size: 18px;width: 18px;height: 18px;border-radius: 0px;overflow: hidden;border: none;float: left;z-index: 3;position: relative;padding: 6px !important;margin: 0px auto 6px !important;background-color: transparent !important;}:not(#tve) .tve-theme-1496 .sidebar-section [data-css="tve-u-172dba3aeee"] > :first-child{color: var(--tcb-skin-color-0);}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dba3aef2"]::after{clear: both;}:not(#tve) .tve-theme-1496 .sidebar-section [data-css="tve-u-172dba6a799"]{padding-bottom: 0px !important;margin-bottom: 0px !important;font-weight: var(--g-bold-weight,bold) !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dba6cff2"]{padding: 10px 10px 10px 0px !important;margin: 0px 0px 60px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbaca35e"]{background-color: rgba(255,255,255,0.7) !important;border: none !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbaec183"]{padding: 10px 10px 10px 0px !important;margin: 0px 0px 8px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbafa3d4"]{padding: 10px 10px 10px 0px !important;margin: 0px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbc577c3"]{font-size: 18px;width: 18px;height: 18px;border-radius: 0px;overflow: hidden;border: none;float: left;z-index: 3;position: relative;padding: 6px !important;margin: 0px auto 6px !important;background-color: transparent !important;}:not(#tve) .tve-theme-1496 .sidebar-section [data-css="tve-u-172dbc577c3"] > :first-child{color: var(--tcb-skin-color-0);}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbc577c7"]::after{clear: both;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbc58322"]{font-size: 18px;width: 18px;height: 18px;border-radius: 0px;overflow: hidden;border: none;float: left;z-index: 3;position: relative;padding: 6px !important;margin: 0px auto 6px !important;background-color: transparent !important;}:not(#tve) .tve-theme-1496 .sidebar-section [data-css="tve-u-172dbc58322"] > :first-child{color: var(--tcb-skin-color-0);}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbc58325"]::after{clear: both;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbc67291"]{width: 500px;margin-top: 0px !important;margin-bottom: 20px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbc67291"] .tve_image_frame{height: 100%;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbf27d6c"]{margin-left: -75px;width: 153% !important;max-width: none !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbf7020d"]{background-color: rgba(255,255,255,0.7) !important;border: none !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbf7277b"]{background-color: rgba(255,255,255,0.7) !important;border-top: 1px solid var(--tcb-skin-color-8) !important;border-right: none !important;border-bottom: 1px solid var(--tcb-skin-color-8) !important;border-left: none !important;border-image: initial !important;}.tve-theme-1496 .sidebar-section .section-content p,.tve-theme-1496 .sidebar-section .section-content li,.tve-theme-1496 .sidebar-section .section-content label,.tve-theme-1496 .sidebar-section .section-content .tcb-plain-text{color: var(--tve-color,var(--tcb-skin-color-3));--tcb-applied-color:var$(--tcb-skin-color-3);}:not(#tve) .tve-theme-1496 .sidebar-section [data-css="tve-u-172dbfdbc6b"]{font-weight: var(--g-bold-weight,bold) !important;padding-bottom: 0px !important;margin-bottom: 0px !important;}:not(#tve) .tve-theme-1496 .sidebar-section [data-css="tve-u-172dbfdcaa3"]{font-weight: var(--g-regular-weight,normal) !important;padding-bottom: 0px !important;margin-bottom: 0px !important;font-size: 14px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbfe8133"]{margin-bottom: 20px !important;}:not(#tve) .tve-theme-1496 .sidebar-section [data-css="tve-u-172dbfef203"]{padding-bottom: 0px !important;margin-bottom: 0px !important;font-weight: var(--g-bold-weight,bold) !important;}:not(#tve) .tve-theme-1496 .sidebar-section [data-css="tve-u-172dbfefba8"]{padding-bottom: 0px !important;margin-bottom: 0px !important;font-weight: var(--g-bold-weight,bold) !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbff6940"]{margin-bottom: 10px !important;}:not(#tve) .tve-theme-1496 .sidebar-section [data-css="tve-u-172dc077b56"]{letter-spacing: 1px;font-weight: var(--g-regular-weight,normal) !important;padding-bottom: 0px !important;margin-bottom: 0px !important;font-size: 13px !important;color: var(--tcb-skin-color-5) !important;--tcb-applied-color:var$(--tcb-skin-color-5) !important;}:not(#tve) .tve-theme-1496 .sidebar-section [data-css="tve-u-172dc081fc8"]{font-weight: var(--g-bold-weight,bold) !important;padding-bottom: 16px !important;margin-bottom: 0px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dc0b3b1e"]{margin-bottom: 0px !important;}:not(#tve) .tve-theme-1496 .sidebar-section [data-css="tve-u-172dc0b4589"]{font-weight: var(--g-bold-weight,bold) !important;padding-bottom: 0px !important;margin-bottom: 0px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dc0bb92c"] .tve_social_items{font-size: 8px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-17300ac8dc8"]{margin-bottom: 10px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dc0bb92c"]{margin-bottom: 0px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-1746e509681"] .tcb-button-link{letter-spacing: var(--tve-letter-spacing,2px);box-shadow: rgba(0,0,0,0.2) 0px 2px 6px 0px;background-color: var(--tcb-local-color-57caf) !important;padding: 18px !important;}:not(#tve) .tve-theme-1496 .sidebar-section [data-css="tve-u-1746e509681"] .tcb-button-link span{font-weight: var(--tve-font-weight,var(--g-bold-weight,bold));}.tve-theme-1496 .sidebar-section [data-css="tve-u-1746e509681"]{--tve-font-weight:var(--g-bold-weight,bold);--tve-letter-spacing:2px;--tcb-local-color-85291:rgb(19,114,211);--tcb-local-color-57caf:var(--tcb-local-color-d5091);}:not(#tve) .tve-theme-1496 .sidebar-section [data-css="tve-u-1746e509681"]:hover .tcb-button-link{background-color: var(--tcb-local-color-57caf) !important;background-image: linear-gradient(rgba(255,255,255,0.08),rgba(255,255,255,0.08)) !important;background-size: auto !important;background-position: 50% 50% !important;background-attachment: scroll !important;background-repeat: no-repeat !important;box-shadow: rgba(0,0,0,0.1) 0px 8px 14px 0px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-1746e5096e5"]{--tcb-local-color-bcd13:var(--tcb-local-color-d5091);--form-color:--tcb-skin-color-13;float: none;--tcb-local-color-d5091:var(--tcb-skin-color-13);margin-left: auto !important;margin-right: auto !important;margin-bottom: 40px !important;}.tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve-form-button.tve-color-set{--tcb-local-color-3e1f8:rgb(47,138,229);--tcb-local-color-55dc4:rgb(47,138,229);--tcb-local-color-34f05:var(--tcb-local-color-d5091);--tcb-local-color-57caf:var(--tcb-local-color-d5091);}.tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve-form-button{--tve-letter-spacing:4px;--tve-text-transform:uppercase;--tve-font-size:11px;--tve-color:rgb(255,255,255);--tve-applied---tve-color:rgb(255,255,255);--tcb-local-color-3e1f8:rgb(47,138,229) !important;margin-top: 0px !important;min-width: 100% !important;--tcb-local-color-34f05:rgb(241,94,100) !important;margin-bottom: 0px !important;}:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input,:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea{border: 1px solid rgb(215,215,215);--tve-applied-border:1px solid rgb(215,215,215);background-color: transparent !important;--tve-applied-background-color:transparent !important;margin-bottom: -1px !important;margin-top: 0px !important;padding: 12px !important;}:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input,:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea,:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve_lg_regular_input:not(.tcb-excluded-from-group-item) ::placeholder{font-weight: var(--tve-font-weight,var(--g-regular-weight,normal));font-family: var(--tve-font-family,Arial,Helvetica,sans-serif);font-size: var(--tve-font-size,14px);letter-spacing: var(--tve-letter-spacing,1px);--tcb-applied-color:rgb(85,85,85);color: var(--tve-color,rgb(85,85,85));--tve-applied-color:var$(--tve-color,rgb(85,85,85));}.tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve_lg_regular_input:not(.tcb-excluded-from-group-item){--tve-font-weight:var(--g-regular-weight,normal);--tve-font-family:Arial,Helvetica,sans-serif;--tve-font-size:14px;--tve-letter-spacing:1px;--tve-color:rgb(85,85,85);--tve-applied---tve-color:rgb(85,85,85);}:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve_lg_regular_input:not(.tcb-excluded-from-group-item):hover input,:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve_lg_regular_input:not(.tcb-excluded-from-group-item):hover textarea{border: 1px solid rgb(215,215,215) !important;--tve-applied-border:1px solid rgb(215,215,215) !important;}:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve_lg_regular_input:not(.tcb-excluded-from-group-item):hover input,:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve_lg_regular_input:not(.tcb-excluded-from-group-item):hover textarea,:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve_lg_regular_input:not(.tcb-excluded-from-group-item):hover ::placeholder{color: var(--tve-color,rgb(17,17,17)) !important;--tve-applied-color:var$(--tve-color,rgb(17,17,17)) !important;--tcb-applied-color:rgb(17,17,17) !important;}:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve_lg_regular_input:not(.tcb-excluded-from-group-item):hover{--tve-color:rgb(17,17,17) !important;--tve-applied---tve-color:rgb(17,17,17) !important;}.tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve-form-button .tcb-button-link{border-radius: 0px;overflow: hidden;letter-spacing: var(--tve-letter-spacing,4px);background-color: var(--tcb-local-color-d5091) !important;--tve-applied-background-color:var$(--tcb-local-color-d5091) !important;padding: 14px !important;}:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve-form-button .tcb-button-link span{text-transform: var(--tve-text-transform,uppercase);color: var(--tve-color,rgb(255,255,255));--tve-applied-color:var$(--tve-color,rgb(255,255,255));--tcb-applied-color:rgb(255,255,255);}:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve-form-button .tcb-button-link{font-size: var(--tve-font-size,11px) !important;}.tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input,.tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea{padding-left: 15px !important;padding-bottom: 10px !important;}:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve_lg_regular_input:not(.tcb-excluded-from-group-item){margin-bottom: 0px !important;margin-top: 0px !important;}:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve-form-button:hover .tcb-button-link span{color: var(--tve-color,rgb(255,255,255)) !important;--tve-applied-color:var$(--tve-color,rgb(255,255,255)) !important;--tcb-applied-color:rgb(255,255,255) !important;}:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve-form-button:hover{--tve-color:rgb(255,255,255) !important;--tve-applied---tve-color:rgb(255,255,255) !important;}:not(#tve) .tve-theme-1496 .sidebar-section #lg-keu3sy5g .tve-form-button:hover .tcb-button-link{background-color: var(--tcb-local-color-d5091) !important;--tve-applied-background-color:var$(--tcb-local-color-d5091) !important;}:not(#tve) .tve-theme-1496 .sidebar-section [data-css="tve-u-1746e52a803"]{letter-spacing: 2px;font-size: 11px !important;color: rgb(188,188,188) !important;--tcb-applied-color:rgb(188,188,188) !important;--tve-applied-color:rgb(188,188,188) !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-1746e52d188"]{margin-bottom: 15px !important;}}@media (max-width: 1023px){:not(#layout) .tve-theme-1496 .main-container{--sidebar-size:32.23%;--separator-size:15px;}.tve-theme-1496 .content-section .section-content{padding: 0px 10px 10px !important;}.tve-theme-1496 .main-container{padding: 20px !important;}.tve-theme-1496 .top-section .section-content{padding-left: 40px !important;padding-right: 40px !important;}.tve-theme-1496 .top-section [data-css="tve-u-172db91c35a"]{padding-bottom: 12px !important;}:not(#tve) .tve-theme-1496 .top-section [data-css="tve-u-172db97575b"]{font-size: 34px !important;}.tve-theme-1496 .content-section .shop-template-wrapper .products{--tve-woo-image-size:100% !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-1727fba3b1d"]{flex-wrap: nowrap !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-1727fba3b1e"]{margin-bottom: 0px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-172f0a83b87"]{margin-bottom: 8px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-172f0a84889"]{margin-bottom: 8px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-172f0a853c7"]{margin-bottom: 8px !important;}:not(#tve) .tve-theme-1496 .bottom-section [data-css="tve-u-172f0a8c196"]{padding-bottom: 0px !important;margin-bottom: 0px !important;font-size: 11px !important;}:not(#tve) .tve-theme-1496 .bottom-section [data-css="tve-u-172f0a8cbd2"]{padding-bottom: 0px !important;margin-bottom: 0px !important;}:not(#tve) .tve-theme-1496 .bottom-section [data-css="tve-u-1727fba3b1f"]{padding-bottom: 0px !important;margin-bottom: 0px !important;font-size: 11px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-172f0a90e52"]{font-size: 24px;width: 24px;height: 24px;}.tve-theme-1496 .bottom-section [data-css="tve-u-172f0a91a27"]{font-size: 26px;width: 26px;height: 26px;}.tve-theme-1496 .bottom-section [data-css="tve-u-1727fbfa6af"]{font-size: 26px;width: 26px;height: 26px;}.tve-theme-1496 .bottom-section .section-content{padding: 20px 40px !important;}.tve-theme-1496 .sidebar-section .section-content{padding: 20px 10px !important;}.tve-theme-1496 .sidebar-section{margin: 0px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbc67291"]{width: 320px;float: none;margin-left: auto !important;margin-right: auto !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbf27d6c"]{margin-left: -2px;}.tve-theme-1496 .sidebar-section [data-css="tve-u-17300ac8dc8"]{float: none;max-width: 320px;margin-left: auto !important;margin-right: auto !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbfe8133"]{float: none;max-width: 320px;margin-left: auto !important;margin-right: auto !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbaec183"]{float: none;max-width: 320px;margin-left: auto !important;margin-right: auto !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbafa3d4"]{float: none;max-width: 320px;margin-left: auto !important;margin-right: auto !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dba6cff2"]{float: none;max-width: 320px;margin-left: auto !important;margin-right: auto !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbff6940"]{float: none;margin-left: auto !important;margin-right: auto !important;padding-top: 12px !important;border-top: 1px solid rgba(0,0,0,0.08) !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dc0b3b1e"]{float: none;margin-left: auto !important;margin-right: auto !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dc0bb92c"]{float: left;z-index: 3;position: relative;margin-left: auto !important;margin-right: auto !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-17300aec9c9"]::after{clear: both;}}@media (max-width: 767px){.tve-theme-1496 .main-container{padding: 10px !important;}.tve-theme-1496 .top-section .section-content{padding-left: 20px !important;padding-right: 20px !important;}:not(#tve) .tve-theme-1496 .top-section [data-css="tve-u-172db97575b"]{font-size: 30px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-1727fba3b34"]{margin-bottom: 15px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-1727fba3b1d"]{flex-wrap: wrap !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-1727fba3b1d"] > .tcb-flex-col{flex-basis: 148px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-1727fbfa6af"]{float: none;z-index: 3;position: relative;font-size: 24px;width: 24px;height: 24px;padding: 1px !important;margin-left: auto !important;margin-right: auto !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-172f09fe468"]{margin-bottom: 15px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-172f0a01668"]{margin-bottom: 15px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-172f0a90e52"]{float: none;z-index: 3;position: relative;font-size: 22px;width: 22px;height: 22px;padding: 1px !important;margin-left: auto !important;margin-right: auto !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-172f0a91a27"]{float: none;z-index: 3;position: relative;font-size: 24px;width: 24px;height: 24px;padding: 1px !important;margin-left: auto !important;margin-right: auto !important;}.tve-theme-1496 .bottom-section .section-content{padding-left: 20px !important;padding-right: 20px !important;}.tve-theme-1496 .bottom-section [data-css="tve-u-1727fba3b1e"]{margin-bottom: 0px !important;}.tve-theme-1496 .sidebar-section .section-content{padding: 20px 10px 10px !important;}.tve-theme-1496 .sidebar-section{margin-left: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dba3aeee"]{float: left;z-index: 3;position: relative;font-size: 18px;width: 18px;height: 18px;padding: 18px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbc577c3"]{float: left;z-index: 3;position: relative;font-size: 18px;width: 18px;height: 18px;padding: 18px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbc58322"]{float: left;z-index: 3;position: relative;font-size: 18px;width: 18px;height: 18px;padding: 18px !important;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbc577c7"]::after{clear: both;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dbc58325"]::after{clear: both;}.tve-theme-1496 .sidebar-section [data-css="tve-u-172dba3aef2"]::after{clear: both;}}</style><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<script>window._wca = window._wca || [];</script>

	<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.4) - https://yoast.com/product/yoast-seo-premium-wordpress/ -->
	<title>Access Backup Compact and Restore Utility - KN Payroll | Trotman Accounting Services</title>
	<link rel="canonical" href="https://knpayrollplus.com/product-category/access-backup-compact-and-restore-utility/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Access Backup Compact and Restore Utility Archives" />
	<meta property="og:description" content="Access Backup Compact and Restore Utility Software" />
	<meta property="og:url" content="https://knpayrollplus.com/product-category/access-backup-compact-and-restore-utility/" />
	<meta property="og:site_name" content="KN Payroll | Trotman Accounting Services" />
	<meta property="og:image" content="https://i0.wp.com/knpayrollplus.com/wp-content/uploads/2023/01/ABCRU-600x300-1.png?fit=600%2C300&ssl=1" />
	<meta property="og:image:width" content="600" />
	<meta property="og:image:height" content="300" />
	<meta property="og:image:type" content="image/png" />
	<meta name="twitter:card" content="summary_large_image" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"CollectionPage","@id":"https:\/\/knpayrollplus.com\/product-category\/access-backup-compact-and-restore-utility\/","url":"https:\/\/knpayrollplus.com\/product-category\/access-backup-compact-and-restore-utility\/","name":"Access Backup Compact and Restore Utility Archives - KN Payroll | Trotman Accounting Services","isPartOf":{"@id":"https:\/\/knpayrollplus.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/knpayrollplus.com\/product-category\/access-backup-compact-and-restore-utility\/#primaryimage"},"image":{"@id":"https:\/\/knpayrollplus.com\/product-category\/access-backup-compact-and-restore-utility\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/knpayrollplus.com\/wp-content\/uploads\/2022\/12\/ABCRU-User-Guide-Main-Menu.png?fit=593%2C537&ssl=1","breadcrumb":{"@id":"https:\/\/knpayrollplus.com\/product-category\/access-backup-compact-and-restore-utility\/#breadcrumb"},"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/knpayrollplus.com\/product-category\/access-backup-compact-and-restore-utility\/#primaryimage","url":"https:\/\/i0.wp.com\/knpayrollplus.com\/wp-content\/uploads\/2022\/12\/ABCRU-User-Guide-Main-Menu.png?fit=593%2C537&ssl=1","contentUrl":"https:\/\/i0.wp.com\/knpayrollplus.com\/wp-content\/uploads\/2022\/12\/ABCRU-User-Guide-Main-Menu.png?fit=593%2C537&ssl=1","width":593,"height":537,"caption":"Access Backup Compact Restore Main Menu"},{"@type":"BreadcrumbList","@id":"https:\/\/knpayrollplus.com\/product-category\/access-backup-compact-and-restore-utility\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/knpayrollplus.com\/"},{"@type":"ListItem","position":2,"name":"Access Backup Compact and Restore Utility"}]},{"@type":"WebSite","@id":"https:\/\/knpayrollplus.com\/#website","url":"https:\/\/knpayrollplus.com\/","name":"KN Payroll | Trotman Accounting Services","description":"Flexible Affordable Payroll for St. Kitts and Nevis","publisher":{"@id":"https:\/\/knpayrollplus.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/knpayrollplus.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Organization","Place"],"@id":"https:\/\/knpayrollplus.com\/#organization","name":"Trotman's Accounting Services","url":"https:\/\/knpayrollplus.com\/","logo":{"@id":"https:\/\/knpayrollplus.com\/product-category\/access-backup-compact-and-restore-utility\/#local-main-organization-logo"},"image":{"@id":"https:\/\/knpayrollplus.com\/product-category\/access-backup-compact-and-restore-utility\/#local-main-organization-logo"},"telephone":[],"openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"opens":"09:00","closes":"17:00"}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/knpayrollplus.com\/product-category\/access-backup-compact-and-restore-utility\/#local-main-organization-logo","url":"https:\/\/i0.wp.com\/knpayrollplus.com\/wp-content\/uploads\/2022\/03\/Trotas-Red.png?fit=160%2C110&ssl=1","contentUrl":"https:\/\/i0.wp.com\/knpayrollplus.com\/wp-content\/uploads\/2022\/03\/Trotas-Red.png?fit=160%2C110&ssl=1","width":160,"height":110,"caption":"Trotman's Accounting Services"}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<link rel='dns-prefetch' href='//stats.wp.com' />
<link rel='dns-prefetch' href='//cdnjs.cloudflare.com' />
<link rel='dns-prefetch' href='//use.fontawesome.com' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel='dns-prefetch' href='//pagead2.googlesyndication.com' />
<link rel='preconnect' href='//i0.wp.com' />
<link rel='preconnect' href='//c0.wp.com' />
<link rel="alternate" type="application/rss+xml" title="KN Payroll | Trotman Accounting Services &raquo; Feed" href="https://knpayrollplus.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="KN Payroll | Trotman Accounting Services &raquo; Comments Feed" href="https://knpayrollplus.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="KN Payroll | Trotman Accounting Services &raquo; Access Backup Compact and Restore Utility Category Feed" href="https://knpayrollplus.com/product-category/access-backup-compact-and-restore-utility/feed/" />
<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='xoo-aff-style-css' href='https://knpayrollplus.com/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/css/xoo-aff-style.css?ver=2.2.0' type='text/css' media='all' />
<style id='xoo-aff-style-inline-css' type='text/css'>

.xoo-aff-input-group .xoo-aff-input-icon{
	background-color: #1e73be;
	color: #81d742;
	max-width: 40px;
	min-width: 40px;
	border-color: #cccccc;
	border-width: 1px;
	font-size: 14px;
}
.xoo-aff-group{
	margin-bottom: 30px;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type="tel"], .xoo-aff-group input[type="file"]{
	background-color: #fff;
	color: #777;
	border-width: 1px;
	border-color: #cccccc;
	height: 50px;
}


.xoo-aff-group input[type="file"]{
	line-height: calc(50px - 13px);
}



.xoo-aff-group input[type="text"]::placeholder, .xoo-aff-group input[type="password"]::placeholder, .xoo-aff-group input[type="email"]::placeholder, .xoo-aff-group input[type="number"]::placeholder, .xoo-aff-group select::placeholder, .xoo-aff-group input[type="tel"]::placeholder, .xoo-aff-group .select2-selection__rendered, .xoo-aff-group .select2-container--default .select2-selection--single .select2-selection__rendered, .xoo-aff-group input[type="file"]::placeholder, .xoo-aff-group input::file-selector-button{
	color: #777;
}

.xoo-aff-group input[type="text"]:focus, .xoo-aff-group input[type="password"]:focus, .xoo-aff-group input[type="email"]:focus, .xoo-aff-group input[type="number"]:focus, .xoo-aff-group select:focus, .xoo-aff-group select + .select2:focus, .xoo-aff-group input[type="tel"]:focus, .xoo-aff-group input[type="file"]:focus{
	background-color: #ededed;
	color: #000;
}

[placeholder]:focus::-webkit-input-placeholder{
	color: #000!important;
}


.xoo-aff-input-icon + input[type="text"], .xoo-aff-input-icon + input[type="password"], .xoo-aff-input-icon + input[type="email"], .xoo-aff-input-icon + input[type="number"], .xoo-aff-input-icon + select, .xoo-aff-input-icon + select + .select2,  .xoo-aff-input-icon + input[type="tel"], .xoo-aff-input-icon + input[type="file"]{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}


	.xoo-aff-cont-required:after {
	    content: "*";
	    position: absolute;
	    right: 5px;
	    top: 2px;
	    z-index: 10;
	    font-weight: 600;
	    opacity: 0.5;
	}

	body.rtl .xoo-aff-cont-required:after{
		left: 5px;
		right: auto;
	}


body:not(.rtl) .xoo-aff-input-group .xoo-aff-input-icon{
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

body.rtl .xoo-aff-auto-fetch-loc{
    text-align: left;
}

body.rtl .xoo-aff-input-group .xoo-aff-input-icon {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

body.rtl .xoo-aff-input-icon + input, body.rtl .xoo-aff-input-icon + select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px!important;
    border-top-left-radius: 4px!important;
}

body.rtl .xoo-aff-input-group .xoo-aff-input-icon {
    border-left: 0;
}

/*# sourceURL=xoo-aff-style-inline-css */
</style>
<link rel='stylesheet' id='xoo-aff-font-awesome5-css' href='https://knpayrollplus.com/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/all.min.css?ver=6.9.4' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='https://c0.wp.com/c/6.9.4/wp-includes/css/dashicons.min.css' type='text/css' media='all' />
<style id='dashicons-inline-css' type='text/css'>
[data-font="Dashicons"]:before {font-family: 'Dashicons' !important;content: attr(data-icon) !important;speak: none !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;line-height: 1 !important;font-style: normal !important;-webkit-font-smoothing: antialiased !important;-moz-osx-font-smoothing: grayscale !important;}
/*# sourceURL=dashicons-inline-css */
</style>
<link rel='stylesheet' id='al_product_styles-css' href='https://knpayrollplus.com/wp-content/plugins/ecommerce-product-catalog/css/al_product.min.css?timestamp=1769265624&#038;ver=6.9.4' type='text/css' media='all' />
<link rel='stylesheet' id='listing_buttons_style-css' href='https://knpayrollplus.com/wp-content/plugins/product-listing-buttons/css/listing-buttons.min.css?timestamp=1692855377&#038;ver=6.9.4' type='text/css' media='all' />
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://c0.wp.com/c/6.9.4/wp-includes/css/dist/block-library/style.min.css' type='text/css' media='all' />
<style id='wp-block-library-inline-css' type='text/css'>
/*wp_block_styles_on_demand_placeholder:69e0c294c96dd*/
/*# sourceURL=wp-block-library-inline-css */
</style>
<link rel='stylesheet' id='wpdm-gutenberg-blocks-frontend-css' href='https://knpayrollplus.com/wp-content/plugins/wpdm-gutenberg-blocks/build/style.css?ver=3.0.1' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<link rel='stylesheet' id='jetpack-forms-layout-css' href='https://knpayrollplus.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/../dist/contact-form/css/jetpack-forms-layout.css?ver=15.7' type='text/css' media='all' />
<style id='wp-block-accordion-inline-css' type='text/css'>
.wp-block-accordion{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/accordion/style.min.css */
</style>
<style id='wp-block-accordion-item-inline-css' type='text/css'>
.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transform:rotate(45deg)}@media (prefers-reduced-motion:no-preference){.wp-block-accordion-item{transition:grid-template-rows .3s ease-out}.wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transition:transform .2s ease-in-out}}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/accordion-item/style.min.css */
</style>
<style id='wp-block-archives-inline-css' type='text/css'>
.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/archives/style.min.css */
</style>
<style id='wp-block-avatar-inline-css' type='text/css'>
.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/avatar/style.min.css */
</style>
<style id='wp-block-button-inline-css' type='text/css'>
.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/button/style.min.css */
</style>
<style id='wp-block-calendar-inline-css' type='text/css'>
.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}.wp-block-calendar :where(table:not(.has-text-color)){color:#40464d}.wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{border-color:#ddd}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/calendar/style.min.css */
</style>
<style id='wp-block-categories-inline-css' type='text/css'>
.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/categories/style.min.css */
</style>
<style id='wp-block-comment-author-name-inline-css' type='text/css'>
.wp-block-comment-author-name{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/comment-author-name/style.min.css */
</style>
<style id='wp-block-comment-content-inline-css' type='text/css'>
.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-content{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/comment-content/style.min.css */
</style>
<style id='wp-block-comment-date-inline-css' type='text/css'>
.wp-block-comment-date{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/comment-date/style.min.css */
</style>
<style id='wp-block-comment-edit-link-inline-css' type='text/css'>
.wp-block-comment-edit-link{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/comment-edit-link/style.min.css */
</style>
<style id='wp-block-comment-reply-link-inline-css' type='text/css'>
.wp-block-comment-reply-link{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/comment-reply-link/style.min.css */
</style>
<style id='wp-block-comment-template-inline-css' type='text/css'>
.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/comment-template/style.min.css */
</style>
<style id='wp-block-comments-inline-css' type='text/css'>
.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/comments/style.min.css */
</style>
<style id='wp-block-comments-pagination-inline-css' type='text/css'>
.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/comments-pagination/style.min.css */
</style>
<link rel='stylesheet' id='wp-block-cover-css' href='https://c0.wp.com/c/6.9.4/wp-includes/blocks/cover/style.min.css' type='text/css' media='all' />
<style id='wp-block-file-inline-css' type='text/css'>
.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):where(a):active,:where(.wp-block-file__button):where(a):focus,:where(.wp-block-file__button):where(a):hover,:where(.wp-block-file__button):where(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/file/style.min.css */
</style>
<style id='wp-block-footnotes-inline-css' type='text/css'>
.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/footnotes/style.min.css */
</style>
<link rel='stylesheet' id='wp-block-gallery-css' href='https://c0.wp.com/c/6.9.4/wp-includes/blocks/gallery/style.min.css' type='text/css' media='all' />
<style id='wp-block-heading-inline-css' type='text/css'>
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/heading/style.min.css */
</style>
<link rel='stylesheet' id='wp-block-image-css' href='https://c0.wp.com/c/6.9.4/wp-includes/blocks/image/style.min.css' type='text/css' media='all' />
<style id='wp-block-latest-comments-inline-css' type='text/css'>
ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/latest-comments/style.min.css */
</style>
<style id='wp-block-latest-posts-inline-css' type='text/css'>
.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/latest-posts/style.min.css */
</style>
<style id='wp-block-list-inline-css' type='text/css'>
ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/list/style.min.css */
</style>
<style id='wp-block-loginout-inline-css' type='text/css'>
.wp-block-loginout{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/loginout/style.min.css */
</style>
<link rel='stylesheet' id='wp-block-media-text-css' href='https://c0.wp.com/c/6.9.4/wp-includes/blocks/media-text/style.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-navigation-css' href='https://c0.wp.com/c/6.9.4/wp-includes/blocks/navigation/style.min.css' type='text/css' media='all' />
<style id='wp-block-navigation-link-inline-css' type='text/css'>
.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{outline:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/navigation-link/style.min.css */
</style>
<style id='wp-block-page-list-inline-css' type='text/css'>
.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/page-list/style.min.css */
</style>
<style id='wp-block-post-author-inline-css' type='text/css'>
.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/post-author/style.min.css */
</style>
<style id='wp-block-post-author-biography-inline-css' type='text/css'>
.wp-block-post-author-biography{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/post-author-biography/style.min.css */
</style>
<style id='wp-block-post-author-name-inline-css' type='text/css'>
.wp-block-post-author-name{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/post-author-name/style.min.css */
</style>
<style id='wp-block-post-comments-count-inline-css' type='text/css'>
.wp-block-post-comments-count{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/post-comments-count/style.min.css */
</style>
<style id='wp-block-post-comments-form-inline-css' type='text/css'>
:where(.wp-block-post-comments-form input:not([type=submit])),:where(.wp-block-post-comments-form textarea){border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))),:where(.wp-block-post-comments-form textarea){padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/post-comments-form/style.min.css */
</style>
<style id='wp-block-buttons-inline-css' type='text/css'>
.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter{text-align:center}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/buttons/style.min.css */
</style>
<style id='wp-block-post-comments-link-inline-css' type='text/css'>
.wp-block-post-comments-link{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/post-comments-link/style.min.css */
</style>
<style id='wp-block-post-content-inline-css' type='text/css'>
.wp-block-post-content{display:flow-root}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/post-content/style.min.css */
</style>
<style id='wp-block-post-date-inline-css' type='text/css'>
.wp-block-post-date{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/post-date/style.min.css */
</style>
<style id='wp-block-post-excerpt-inline-css' type='text/css'>
:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/post-excerpt/style.min.css */
</style>
<style id='wp-block-post-featured-image-inline-css' type='text/css'>
.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/post-featured-image/style.min.css */
</style>
<style id='wp-block-post-navigation-link-inline-css' type='text/css'>
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/post-navigation-link/style.min.css */
</style>
<style id='wp-block-post-template-inline-css' type='text/css'>
.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/post-template/style.min.css */
</style>
<style id='wp-block-post-terms-inline-css' type='text/css'>
.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/post-terms/style.min.css */
</style>
<style id='wp-block-post-time-to-read-inline-css' type='text/css'>
.wp-block-post-time-to-read{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/post-time-to-read/style.min.css */
</style>
<style id='wp-block-post-title-inline-css' type='text/css'>
.wp-block-post-title{box-sizing:border-box;word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/post-title/style.min.css */
</style>
<style id='wp-block-query-pagination-inline-css' type='text/css'>
.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/query-pagination/style.min.css */
</style>
<style id='wp-block-query-title-inline-css' type='text/css'>
.wp-block-query-title{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/query-title/style.min.css */
</style>
<style id='wp-block-query-total-inline-css' type='text/css'>
.wp-block-query-total{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/query-total/style.min.css */
</style>
<style id='wp-block-read-more-inline-css' type='text/css'>
.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/read-more/style.min.css */
</style>
<style id='wp-block-rss-inline-css' type='text/css'>
ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/rss/style.min.css */
</style>
<style id='wp-block-search-inline-css' type='text/css'>
.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){appearance:none;border:1px solid #949494;flex-grow:1;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/search/style.min.css */
</style>
<style id='wp-block-site-logo-inline-css' type='text/css'>
.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/site-logo/style.min.css */
</style>
<style id='wp-block-site-tagline-inline-css' type='text/css'>
.wp-block-site-tagline{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/site-tagline/style.min.css */
</style>
<style id='wp-block-site-title-inline-css' type='text/css'>
.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/site-title/style.min.css */
</style>
<style id='wp-block-tag-cloud-inline-css' type='text/css'>
.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/tag-cloud/style.min.css */
</style>
<style id='wp-block-term-count-inline-css' type='text/css'>
.wp-block-term-count{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/term-count/style.min.css */
</style>
<style id='wp-block-term-description-inline-css' type='text/css'>
:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/term-description/style.min.css */
</style>
<style id='wp-block-term-name-inline-css' type='text/css'>
.wp-block-term-name{box-sizing:border-box}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/term-name/style.min.css */
</style>
<style id='wp-block-term-template-inline-css' type='text/css'>
.wp-block-term-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/term-template/style.min.css */
</style>
<style id='wp-block-video-inline-css' type='text/css'>
.wp-block-video{box-sizing:border-box}.wp-block-video video{height:auto;vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/video/style.min.css */
</style>
<style id='wp-block-accordion-heading-inline-css' type='text/css'>
.wp-block-accordion-heading__toggle{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;overflow:hidden;padding:var(--wp--preset--spacing--20,1em) 0;text-align:inherit;text-decoration:inherit;text-transform:inherit;width:100%;word-spacing:inherit}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{text-decoration:underline}.wp-block-accordion-heading__toggle-title{flex:1}.wp-block-accordion-heading__toggle-icon{align-items:center;display:flex;height:1.2em;justify-content:center;width:1.2em}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/accordion-heading/style.min.css */
</style>
<style id='wp-block-accordion-panel-inline-css' type='text/css'>
.wp-block-accordion-panel[aria-hidden=true],.wp-block-accordion-panel[inert]{display:none;margin-block-start:0}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/accordion-panel/style.min.css */
</style>
<style id='wp-block-audio-inline-css' type='text/css'>
.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/audio/style.min.css */
</style>
<style id='wp-block-code-inline-css' type='text/css'>
.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/code/style.min.css */
</style>
<style id='wp-block-columns-inline-css' type='text/css'>
.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/columns/style.min.css */
</style>
<style id='wp-block-details-inline-css' type='text/css'>
.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/details/style.min.css */
</style>
<style id='wp-block-embed-inline-css' type='text/css'>
.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/embed/style.min.css */
</style>
<style id='wp-block-group-inline-css' type='text/css'>
.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/group/style.min.css */
</style>
<style id='wp-block-math-inline-css' type='text/css'>
.wp-block-math{overflow-x:auto;overflow-y:hidden}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/math/style.min.css */
</style>
<style id='wp-block-paragraph-inline-css' type='text/css'>
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/paragraph/style.min.css */
</style>
<style id='wp-block-preformatted-inline-css' type='text/css'>
.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/preformatted/style.min.css */
</style>
<style id='wp-block-pullquote-inline-css' type='text/css'>
.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote :where(cite){color:inherit;display:block}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/pullquote/style.min.css */
</style>
<style id='wp-block-quote-inline-css' type='text/css'>
.wp-block-quote{box-sizing:border-box;overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/quote/style.min.css */
</style>
<style id='wp-block-separator-inline-css' type='text/css'>
@charset "UTF-8";.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/separator/style.min.css */
</style>
<link rel='stylesheet' id='wp-block-social-links-css' href='https://c0.wp.com/c/6.9.4/wp-includes/blocks/social-links/style.min.css' type='text/css' media='all' />
<style id='wp-block-spacer-inline-css' type='text/css'>
.wp-block-spacer{clear:both}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/spacer/style.min.css */
</style>
<link rel='stylesheet' id='wp-block-table-css' href='https://c0.wp.com/c/6.9.4/wp-includes/blocks/table/style.min.css' type='text/css' media='all' />
<style id='wp-block-text-columns-inline-css' type='text/css'>
.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/text-columns/style.min.css */
</style>
<style id='wp-block-verse-inline-css' type='text/css'>
pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}
/*# sourceURL=https://knpayrollplus.com/wp-includes/blocks/verse/style.min.css */
</style>
<link rel='stylesheet' id='ainoblocks-accordion-faq-block-style-css' href='https://knpayrollplus.com/wp-content/plugins/aino-accordion-faq-block/build/style-index.css?ver=1.1.3' type='text/css' media='all' />
<style id='pdfemb-pdf-embedder-viewer-style-inline-css' type='text/css'>
.wp-block-pdfemb-pdf-embedder-viewer{max-width:none}

/*# sourceURL=https://knpayrollplus.com/wp-content/plugins/pdf-embedder/block/build/style-index.css */
</style>
<style id='ic-price-field-ic-price-table-style-inline-css' type='text/css'>
/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.ic-font-size-custom .price-value, .ic-font-size-custom .price-value.small-price {
    font-size: inherit;
}
/*# sourceURL=https://knpayrollplus.com/wp-content/plugins/ecommerce-product-catalog/modules/price/blocks/price-table/style.css */
</style>
<link rel='stylesheet' id='mediaelement-css' href='https://c0.wp.com/c/6.9.4/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css' href='https://c0.wp.com/c/6.9.4/wp-includes/js/mediaelement/wp-mediaelement.min.css' type='text/css' media='all' />
<style id='jetpack-sharing-buttons-style-inline-css' type='text/css'>
.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
/*# sourceURL=https://knpayrollplus.com/wp-content/plugins/jetpack/_inc/blocks/sharing-buttons/view.css */
</style>
<style id='ic-epc-image-gallery-style-inline-css' type='text/css'>
/*!
 * 
 * https://impleCode.com
 *
 * Copyright 2021 impleCode
 * Free to use under the GPLv3 license.
 * http://www.gnu.org/licenses/gpl-3.0.html
 *
 * Contributing author: Norbert Dreszer
 *
 * NOTE: DO NOT EDIT THIS FILE. FOR YOUR OWN CSS GO TO WordPress > Appearance > Additional CSS and copy the CSS that you want to modify there.
 */

.wp-block-ic-epc-image-gallery {
    display: table;
}

.wp-block-ic-epc-image-gallery.alignfull, .wp-block-ic-epc-image-gallery.alignwide {
    display: block;
}
/*# sourceURL=https://knpayrollplus.com/wp-content/plugins/ecommerce-product-catalog/includes/blocks/image-gallery/style.css */
</style>
<link rel='stylesheet' id='ic_blocks-css' href='https://knpayrollplus.com/wp-content/plugins/ecommerce-product-catalog/includes/blocks/ic-blocks.min.css?timestamp=1769265624&#038;ver=6.9.4' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */
</style>
<link rel='stylesheet' id='pb-accordion-blocks-style-css' href='https://knpayrollplus.com/wp-content/plugins/accordion-blocks/build/index.css?ver=1.5.0' type='text/css' media='all' />
<link rel='stylesheet' id='fontawesome-css' href='https://knpayrollplus.com/wp-content/plugins/codecanyon-GwHryI4N-subscribe-to-download-an-advanced-subscription-plugin-for-wordpress/fontawesome/css/all.min.css?ver=2.1.0' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-ui-css' href='//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css?ver=2.1.0' type='text/css' media='all' />
<link rel='stylesheet' id='std-frontend-style-css' href='https://knpayrollplus.com/wp-content/plugins/codecanyon-GwHryI4N-subscribe-to-download-an-advanced-subscription-plugin-for-wordpress/css/std-frontend.css?ver=2.1.0' type='text/css' media='all' />
<link rel='stylesheet' id='wpdm-font-awesome-css' href='https://use.fontawesome.com/releases/v6.7.2/css/all.css?ver=6.9.4' type='text/css' media='all' />
<link rel='stylesheet' id='wpdm-front-css' href='https://knpayrollplus.com/wp-content/plugins/download-manager/assets/css/front.min.css?ver=7.3.3' type='text/css' media='all' />
<link rel='stylesheet' id='wpdm-front-dark-css' href='https://knpayrollplus.com/wp-content/plugins/download-manager/assets/css/front-dark.min.css?ver=7.3.3' type='text/css' media='all' />
<link rel='stylesheet' id='wpdm-modal-css' href='https://knpayrollplus.com/wp-content/plugins/download-manager/assets/modal/wpdm-modal.min.css?ver=7.3.3' type='text/css' media='all' />
<link rel='stylesheet' id='woocommerce-layout-css' href='https://c0.wp.com/p/woocommerce/10.6.2/assets/css/woocommerce-layout.css' type='text/css' media='all' />
<style id='woocommerce-layout-inline-css' type='text/css'>

	.infinite-scroll .woocommerce-pagination {
		display: none;
	}
/*# sourceURL=woocommerce-layout-inline-css */
</style>
<link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://c0.wp.com/p/woocommerce/10.6.2/assets/css/woocommerce-smallscreen.css' type='text/css' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='woocommerce-general-css' href='https://c0.wp.com/p/woocommerce/10.6.2/assets/css/woocommerce.css' type='text/css' media='all' />
<style id='woocommerce-inline-inline-css' type='text/css'>
.woocommerce form .form-row .required { visibility: visible; }
/*# sourceURL=woocommerce-inline-inline-css */
</style>
<link rel='stylesheet' id='wpdm-button-templates-css' href='https://knpayrollplus.com/wp-content/plugins/wpdm-button-templates/buttons.css?ver=6.9.4' type='text/css' media='all' />
<link rel='stylesheet' id='wpdmpp-mini-cart-css' href='https://knpayrollplus.com/wp-content/plugins/wpdm-premium-packages/assets/css/mini-cart.css?ver=6.2.0' type='text/css' media='all' />
<style id='wpdmpp-mini-cart-inline-css' type='text/css'>
:root { --wpdmpp-mc-primary: #6366f1; --wpdmpp-mc-text: #1e293b; --wpdmpp-mc-breakpoint: 768px; }
/*# sourceURL=wpdmpp-mini-cart-inline-css */
</style>
<link rel='stylesheet' id='wpdmpp-front-css' href='https://knpayrollplus.com/wp-content/plugins/wpdm-premium-packages/assets/css/wpdmpp.css?ver=6.9.4' type='text/css' media='all' />
<link rel='stylesheet' id='xoo-el-style-css' href='https://knpayrollplus.com/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-style.css?ver=3.1.2' type='text/css' media='all' />
<style id='xoo-el-style-inline-css' type='text/css'>

	.xoo-el-form-container button.btn.button.xoo-el-action-btn{
		background-color: #000000;
		color: #ffffff;
		font-weight: 600;
		font-size: 15px;
		height: 40px;
	}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal{
	max-width: 500px;
	max-height: 650px;
}

.xoo-el-style-slider .xoo-el-modal{
	transform: translateX(500px);
	max-width: 500px;
}

	.xoo-el-sidebar{
		background-image: url(https://knpayrollplus.com/wp-content/plugins/easy-login-woocommerce/assets/images/popup-sidebar.jpg);
		min-width: 40%;
	}

.xoo-el-main, .xoo-el-main a , .xoo-el-main label{
	color: #000000;
}
.xoo-el-srcont{
	background-color: #ffffff;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
	background-color: #000000;
	color: #ffffff;
}
.xoo-el-form-container ul.xoo-el-tabs li{
	background-color: #eeeeee;
	color: #000000;
	font-size: 16px;
	padding: 12px 20px;
}
.xoo-el-main{
	padding: 40px 30px;
}

.xoo-el-form-container button.xoo-el-action-btn:not(.button){
    font-weight: 600;
    font-size: 15px;
}



	.xoo-el-modal:before {
		vertical-align: middle;
	}

	.xoo-el-style-slider .xoo-el-srcont {
		justify-content: center;
	}

	.xoo-el-style-slider .xoo-el-main{
		padding-top: 10px;
		padding-bottom: 10px; 
	}





.xoo-el-popup-active .xoo-el-opac{
    opacity: 0.7;
    background-color: #000000;
}





/*# sourceURL=xoo-el-style-inline-css */
</style>
<link rel='stylesheet' id='xoo-el-fonts-css' href='https://knpayrollplus.com/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-fonts.css?ver=3.1.2' type='text/css' media='all' />
<link rel='stylesheet' id='yaydp-frontend-index-css' href='https://knpayrollplus.com/wp-content/plugins/yaypricing/assets/css/index.css?ver=3.5.4' type='text/css' media='all' />
<link rel='stylesheet' id='xoo-wsc-fonts-css' href='https://knpayrollplus.com/wp-content/plugins/side-cart-woocommerce/assets/css/xoo-wsc-fonts.css?ver=2.7.2' type='text/css' media='all' />
<link rel='stylesheet' id='xoo-wsc-style-css' href='https://knpayrollplus.com/wp-content/plugins/side-cart-woocommerce/assets/css/xoo-wsc-style.css?ver=2.7.2' type='text/css' media='all' />
<style id='xoo-wsc-style-inline-css' type='text/css'>




.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
	background-color: #000000;
	color: #ffffff;
	border: 2px solid #ffffff;
	padding: 10px 20px;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover {
	background-color: #ffffff;
	color: #000000;
	border: 2px solid #000000;
}

 

.xoo-wsc-footer{
	background-color: #ffffff;
	color: #000000;
	padding: 10px 20px;
	box-shadow: 0 -1px 10px #0000001a;
}

.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount{
	font-size: 18px;
}

.xoo-wsc-btn .amount{
	color: #ffffff}

.xoo-wsc-btn:hover .amount{
	color: #000000;
}

.xoo-wsc-ft-buttons-cont{
	grid-template-columns: auto;
}

.xoo-wsc-basket{
	bottom: 12px;
	right: 1px;
	background-color: #ffffff;
	color: #000000;
	box-shadow: 0px 0px 15px 2px #0000001a;
	border-radius: 50%;
	display: flex;
	width: 64px;
	height: 64px;
}


.xoo-wsc-bki{
	font-size: 30px}

.xoo-wsc-items-count{
	top: -9px;
	left: -8px;
}

.xoo-wsc-items-count, .xoo-wsch-items-count{
	background-color: #000000;
	color: #ffffff;
}

.xoo-wsc-container, .xoo-wsc-slider{
	max-width: 425px;
	right: -425px;
	top: 0;bottom: 0;
	bottom: 0;
	font-family: }


.xoo-wsc-cart-active .xoo-wsc-container, .xoo-wsc-slider-active .xoo-wsc-slider{
	right: 0;
}


.xoo-wsc-cart-active .xoo-wsc-basket{
	right: 425px;
}

.xoo-wsc-slider{
	right: -425px;
}

span.xoo-wsch-close {
    font-size: 22px;
}

	.xoo-wsch-top{
		justify-content: center;
	}
	span.xoo-wsch-close {
	    right: 10px;
	}

.xoo-wsch-text{
	font-size: 22px;
}

.xoo-wsc-header{
	color: #000000;
	background-color: #ffffff;
	border-bottom: 2px solid #eee;
	padding: 15px 15px;
}


.xoo-wsc-body{
	background-color: #f8f9fa;
}

.xoo-wsc-products:not(.xoo-wsc-pattern-card), .xoo-wsc-products:not(.xoo-wsc-pattern-card) span.amount, .xoo-wsc-products:not(.xoo-wsc-pattern-card) a{
	font-size: 16px;
	color: #000000;
}

.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-product{
	padding: 10px 15px;
	margin: 10px 15px;
	border-radius: 5px;
	box-shadow: 0 2px 2px #00000005;
	background-color: #ffffff;
}

.xoo-wsc-sum-col{
	justify-content: center;
}


/** Shortcode **/
.xoo-wsc-sc-count{
	background-color: #000000;
	color: #ffffff;
}

.xoo-wsc-sc-bki{
	font-size: 28px;
	color: #000000;
}
.xoo-wsc-sc-cont{
	color: #000000;
}


.xoo-wsc-product dl.variation {
	display: block;
}


.xoo-wsc-product-cont{
	padding: 10px 10px;
}

.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-img-col{
	width: 28%;
}

.xoo-wsc-pattern-card .xoo-wsc-img-col img{
	max-width: 100%;
	height: auto;
}

.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-sum-col{
	width: 72%;
}

.xoo-wsc-pattern-card .xoo-wsc-product-cont{
	width: 50% 
}

@media only screen and (max-width: 600px) {
	.xoo-wsc-pattern-card .xoo-wsc-product-cont  {
		width: 50%;
	}
}


.xoo-wsc-pattern-card .xoo-wsc-product{
	border: 0;
	box-shadow: 0px 10px 15px -12px #0000001a;
}


.xoo-wsc-sm-front{
	background-color: #eee;
}
.xoo-wsc-pattern-card, .xoo-wsc-sm-front{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.xoo-wsc-pattern-card, .xoo-wsc-img-col img, .xoo-wsc-img-col, .xoo-wsc-sm-back-cont{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.xoo-wsc-sm-back{
	background-color: #fff;
}
.xoo-wsc-pattern-card, .xoo-wsc-pattern-card a, .xoo-wsc-pattern-card .amount{
	font-size: 16px;
}

.xoo-wsc-sm-front, .xoo-wsc-sm-front a, .xoo-wsc-sm-front .amount{
	color: #000;
}

.xoo-wsc-sm-back, .xoo-wsc-sm-back a, .xoo-wsc-sm-back .amount{
	color: #000;
}


.magictime {
    animation-duration: 0.5s;
}



span.xoo-wsch-items-count{
	height: 20px;
	line-height: 20px;
	width: 20px;
}

span.xoo-wsch-icon{
	font-size: 30px
}

.xoo-wsc-smr-del{
	font-size: 16px
}
/*# sourceURL=xoo-wsc-style-inline-css */
</style>
<link rel='stylesheet' id='parent-style-css' href='https://knpayrollplus.com/wp-content/themes/thrive-theme/style.css?ver=6.9.4' type='text/css' media='all' />
<link rel='stylesheet' id='child-style-css' href='https://knpayrollplus.com/wp-content/themes/thrive-theme-child/style.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='dearpdf-style-css' href='https://knpayrollplus.com/wp-content/plugins/dearpdf-pro/assets/css/dearpdf.min.css?ver=2.0.71' type='text/css' media='all' />
<link rel="preload" class="mv-grow-style" href="https://knpayrollplus.com/wp-content/plugins/social-pug/assets/dist/style-frontend-pro.css?ver=1.36.3" as="style"><noscript><link rel='stylesheet' id='dpsp-frontend-style-pro-css' href='https://knpayrollplus.com/wp-content/plugins/social-pug/assets/dist/style-frontend-pro.css?ver=1.36.3' type='text/css' media='all' />
</noscript><style id='dpsp-frontend-style-pro-inline-css' type='text/css'>

				@media screen and ( max-width : 720px ) {
					.dpsp-content-wrapper.dpsp-hide-on-mobile,
					.dpsp-share-text.dpsp-hide-on-mobile {
						display: none;
					}
					.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
						margin:0 2% 10px 0;
					}
					.dpsp-network-btn.dpsp-has-label:not(.dpsp-has-count) {
						max-height: 40px;
						padding: 0;
						justify-content: center;
					}
					.dpsp-content-wrapper.dpsp-size-small .dpsp-network-btn.dpsp-has-label:not(.dpsp-has-count){
						max-height: 32px;
					}
					.dpsp-content-wrapper.dpsp-size-large .dpsp-network-btn.dpsp-has-label:not(.dpsp-has-count){
						max-height: 46px;
					}
				}
			
			@media screen and ( max-width : 720px ) {
				aside#dpsp-floating-sidebar.dpsp-hide-on-mobile.opened {
					display: none;
				}
			}
			
/*# sourceURL=dpsp-frontend-style-pro-inline-css */
</style>
<link rel='stylesheet' id='thrive-theme-woocommerce-css' href='https://knpayrollplus.com/wp-content/themes/thrive-theme/inc/assets/dist/woocommerce.css?ver=10.8.9.1' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-ui-style-css' href='https://knpayrollplus.com/wp-content/plugins/sumosubscriptions/assets/css/jquery-ui.css?ver=14.5.2' type='text/css' media='all' />
<link rel='stylesheet' id='sumosubs-frontend-css' href='https://knpayrollplus.com/wp-content/plugins/sumosubscriptions/assets/css/frontend.css?ver=14.5.2' type='text/css' media='all' />
<link rel='stylesheet' id='thrive-theme-css' href='https://knpayrollplus.com/wp-content/themes/thrive-theme/style.css?ver=10.8.9.1' type='text/css' media='all' />
<link rel='stylesheet' id='select2-css' href='https://c0.wp.com/p/woocommerce/10.6.2/assets/css/select2.css' type='text/css' media='all' />
<link rel='stylesheet' id='essential-blocks-animation-css' href='https://knpayrollplus.com/wp-content/plugins/accordion-toggle/assets/css/animate.min.css?ver=1.2.9' type='text/css' media='all' />
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.min.js" id="jquery-core-js"></script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery-migrate.min.js" id="jquery-migrate-js"></script>
<script type="text/javascript" id="xoo-aff-js-js-extra">
/* <![CDATA[ */
var xoo_aff_localize = {"adminurl":"https://knpayrollplus.com/wp-admin/admin-ajax.php","password_strength":{"min_password_strength":3,"i18n_password_error":"Please enter a stronger password.","i18n_password_hint":"Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! &quot; ? $ % ^ &amp; )."}};
//# sourceURL=xoo-aff-js-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/js/xoo-aff-js.js?ver=2.2.0" id="xoo-aff-js-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="3d-flip-book-client-locale-loader-js-extra">
/* <![CDATA[ */
var FB3D_CLIENT_LOCALE = {"ajaxurl":"https://knpayrollplus.com/wp-admin/admin-ajax.php","dictionary":{"Table of contents":"Table of contents","Close":"Close","Bookmarks":"Bookmarks","Thumbnails":"Thumbnails","Search":"Search","Share":"Share","Facebook":"Facebook","Twitter":"Twitter","Email":"Email","Play":"Play","Previous page":"Previous page","Next page":"Next page","Zoom in":"Zoom in","Zoom out":"Zoom out","Fit view":"Fit view","Auto play":"Auto play","Full screen":"Full screen","More":"More","Smart pan":"Smart pan","Single page":"Single page","Sounds":"Sounds","Stats":"Stats","Print":"Print","Download":"Download","Goto first page":"Goto first page","Goto last page":"Goto last page"},"images":"https://knpayrollplus.com/wp-content/plugins/3d-flip-book/assets/images/","jsData":{"urls":[],"posts":{"ids_mis":[],"ids":[]},"pages":[],"firstPages":[],"bookCtrlProps":{"flushed":true},"bookTemplates":[]},"key":"3d-flip-book","pdfJS":{"pdfJsLib":"https://knpayrollplus.com/wp-content/plugins/3d-flip-book/assets/js/pdf.min.js?ver=4.3.136","pdfJsWorker":"https://knpayrollplus.com/wp-content/plugins/3d-flip-book/assets/js/pdf.worker.js?ver=4.3.136","stablePdfJsLib":"https://knpayrollplus.com/wp-content/plugins/3d-flip-book/assets/js/stable/pdf.min.js?ver=2.5.207","stablePdfJsWorker":"https://knpayrollplus.com/wp-content/plugins/3d-flip-book/assets/js/stable/pdf.worker.js?ver=2.5.207","pdfJsCMapUrl":"https://knpayrollplus.com/wp-content/plugins/3d-flip-book/assets/cmaps/"},"cacheurl":"https://knpayrollplus.com/wp-content/uploads/3d-flip-book/cache/","pluginsurl":"https://knpayrollplus.com/wp-content/plugins/","pluginurl":"https://knpayrollplus.com/wp-content/plugins/3d-flip-book/","thumbnailSize":{"width":"150","height":"150"},"version":"1.16.19"};
//# sourceURL=3d-flip-book-client-locale-loader-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/3d-flip-book/assets/js/client-locale-loader.js?ver=1.16.19" id="3d-flip-book-client-locale-loader-js" async="async" data-wp-strategy="async"></script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/core.min.js" id="jquery-ui-core-js"></script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/datepicker.min.js" id="jquery-ui-datepicker-js"></script>
<script type="text/javascript" id="jquery-ui-datepicker-js-after">
/* <![CDATA[ */
jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":0,"isRTL":false});});
//# sourceURL=jquery-ui-datepicker-js-after
/* ]]> */
</script>
<script type="text/javascript" id="std-frontend-script-js-extra">
/* <![CDATA[ */
var std_frontend_obj = {"ajax_url":"https://knpayrollplus.com/wp-admin/admin-ajax.php","ajax_nonce":"9b17f596af"};
//# sourceURL=std-frontend-script-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/codecanyon-GwHryI4N-subscribe-to-download-an-advanced-subscription-plugin-for-wordpress/js/std-frontend.js?ver=2.1.0" id="std-frontend-script-js"></script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.form.min.js" id="jquery-form-js"></script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/download-manager/assets/js/wpdm.min.js?ver=6.9.4" id="wpdmjs-js"></script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/download-manager/assets/modal/wpdm-modal.min.js?ver=7.3.3" id="wpdm-modal-js"></script>
<script type="text/javascript" id="wpdm-frontjs-js-extra">
/* <![CDATA[ */
var wpdm_url = {"home":"https://knpayrollplus.com/","site":"https://knpayrollplus.com/","ajax":"https://knpayrollplus.com/wp-admin/admin-ajax.php","page_code":"f714999f7003f1f694a5e43e9eeed062"};
var wpdm_js = {"spinner":"\u003Ci class=\"fas fa-sun fa-spin\"\u003E\u003C/i\u003E","client_id":"685cbe2f761c352efee6e7d20f2b6a9f","color_scheme":"system"};
var wpdm_strings = {"pass_var":"Password Verified!","pass_var_q":"Please click following button to start download.","start_dl":"Start Download"};
//# sourceURL=wpdm-frontjs-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/download-manager/assets/js/front.min.js?ver=7.3.3" id="wpdm-frontjs-js"></script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/menu.min.js" id="jquery-ui-menu-js"></script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/dist/dom-ready.min.js" id="wp-dom-ready-js"></script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/dist/hooks.min.js" id="wp-hooks-js"></script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/dist/i18n.min.js" id="wp-i18n-js"></script>
<script type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
/* ]]> */
</script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/dist/a11y.min.js" id="wp-a11y-js"></script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/autocomplete.min.js" id="jquery-ui-autocomplete-js"></script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/imagesloaded.min.js" id="imagesloaded-js"></script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/masonry.min.js" id="masonry-js"></script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.masonry.min.js" id="jquery-masonry-js"></script>
<script type="text/javascript" id="tve_frontend-js-extra">
/* <![CDATA[ */
var tve_frontend_options = {"ajaxurl":"https://knpayrollplus.com/wp-admin/admin-ajax.php","is_editor_page":"","page_events":[],"is_single":"0","social_fb_app_id":"","dash_url":"https://knpayrollplus.com/wp-content/themes/thrive-theme/thrive-dashboard","queried_object":{"term_id":73,"taxonomy":"product_cat"},"query_vars":{"feed":"feed","product_cat":"access-backup-compact-and-restore-utility"},"$_POST":[],"site_locale":"en-us","date_format":"F j, Y","translations":{"Copy":"Copy","empty_username":"ERROR: The username field is empty.","empty_password":"ERROR: The password field is empty.","empty_login":"ERROR: Enter a username or email address.","min_chars":"At least %s characters are needed","no_headings":"No headings found","registration_err":{"required_field":"\u003Cstrong\u003EError\u003C/strong\u003E: This field is required","required_email":"\u003Cstrong\u003EError\u003C/strong\u003E: Please type your email address","invalid_email":"\u003Cstrong\u003EError\u003C/strong\u003E: The email address isn&#8217;t correct","passwordmismatch":"\u003Cstrong\u003EError\u003C/strong\u003E: Password mismatch"}},"routes":{"posts":"https://knpayrollplus.com/wp-json/tcb/v1/posts","video_reporting":"https://knpayrollplus.com/wp-json/tcb/v1/video-reporting"},"nonce":"c6b955a3f6","allow_video_src":"1","google_client_id":null,"facebook_app_id":null,"lead_generation_custom_tag_apis":["activecampaign","aweber","convertkit","drip","klicktipp","mailchimp","sendlane","zapier"],"post_request_data":[],"user_profile_nonce":"51816b7b28","ip":"54.37.118.75","current_user":[],"woo_rest_routes":{"shop":"https://knpayrollplus.com/wp-json/tcb/v1/woo/render_shop","product_categories":"https://knpayrollplus.com/wp-json/tcb/v1/woo/render_product_categories","product_variations":"https://knpayrollplus.com/wp-json/tcb/v1/woo/variations"},"conditional_display":{"is_tooltip_dismissed":false},"woocommerce_related_plugins":{"product_addons":false}};
//# sourceURL=tve_frontend-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/general.min.js?ver=10.8.9.1" id="tve_frontend-js"></script>
<script type="text/javascript" src="https://c0.wp.com/p/woocommerce/10.6.2/assets/js/jquery-blockui/jquery.blockUI.min.js" id="wc-jquery-blockui-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="wc-add-to-cart-js-extra">
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https://knpayrollplus.com/cart-2/","is_cart":"","cart_redirect_after_add":"no"};
//# sourceURL=wc-add-to-cart-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://c0.wp.com/p/woocommerce/10.6.2/assets/js/frontend/add-to-cart.min.js" id="wc-add-to-cart-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://c0.wp.com/p/woocommerce/10.6.2/assets/js/js-cookie/js.cookie.min.js" id="wc-js-cookie-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="wc-cart-fragments-js-extra">
/* <![CDATA[ */
var wc_cart_fragments_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_9b9ac2d0e8c6c422c431aa39458bfb6e","fragment_name":"wc_fragments_9b9ac2d0e8c6c422c431aa39458bfb6e","request_timeout":"5000"};
//# sourceURL=wc-cart-fragments-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://c0.wp.com/p/woocommerce/10.6.2/assets/js/frontend/cart-fragments.min.js" id="wc-cart-fragments-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="woocommerce-js-extra">
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
//# sourceURL=woocommerce-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://c0.wp.com/p/woocommerce/10.6.2/assets/js/frontend/woocommerce.min.js" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/wpdm-premium-packages/assets/js/wpdmpp-front.js?ver=6.9.4" id="wpdm-pp-js-js"></script>
<script type="text/javascript" src="https://stats.wp.com/s-202616.js" id="woocommerce-analytics-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="theme-frontend-js-extra">
/* <![CDATA[ */
var thrive_front_localize = {"comments_form":{"error_defaults":{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}},"routes":{"posts":"https://knpayrollplus.com/wp-json/tcb/v1/posts","frontend":"https://knpayrollplus.com/wp-json/ttb/v1/frontend"},"tar_post_url":"?tve=true&action=architect&from_theme=1","is_editor":"","ID":"1496","template_url":"?tve=true&action=architect&from_tar=1436","pagination_url":{"template":"https://knpayrollplus.com/product-category/access-backup-compact-and-restore-utility/feed/page/[thrive_page_number]/","base":"https://knpayrollplus.com/product-category/access-backup-compact-and-restore-utility/feed/"},"sidebar_visibility":[],"is_singular":"","is_user_logged_in":""};
//# sourceURL=theme-frontend-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/themes/thrive-theme/inc/assets/dist/frontend.min.js?ver=10.8.9.1" id="theme-frontend-js"></script>
<script type="text/javascript" id="sumosubs-single-product-js-extra">
/* <![CDATA[ */
var sumosubs_single_product_params = {"wp_ajax_url":"https://knpayrollplus.com/wp-admin/admin-ajax.php","get_product_nonce":"d448d6406f","get_variation_nonce":"8c3a8e8059","product_id":"","product_type":"","default_add_to_cart_text":"Add to cart","variation_data_template":"from-woocommerce"};
//# sourceURL=sumosubs-single-product-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/sumosubscriptions/assets/js/frontend/single-product.js?ver=14.5.2" id="sumosubs-single-product-js"></script>
<script type="text/javascript" id="sumosubs-checkout-js-extra">
/* <![CDATA[ */
var sumosubs_checkout_params = {"wp_ajax_url":"https://knpayrollplus.com/wp-admin/admin-ajax.php","is_user_logged_in":"","current_page":"cart","update_order_subscription_nonce":"5afde24a58","can_user_subscribe_for_order":null,"default_order_subscription_duration":"M","default_order_subscription_duration_value":"1","default_order_subscription_installment":"0","can_user_select_plan":"1","subscription_week_duration_options":{"1":1,"2":2,"3":3,"4":4,"5":5,"6":6,"7":7,"8":8,"9":9,"10":10,"11":11,"12":12,"13":13,"14":14,"15":15,"16":16,"17":17,"18":18,"19":19,"20":20,"21":21,"22":22,"23":23,"24":24,"25":25,"26":26,"27":27,"28":28,"29":29,"30":30,"31":31,"32":32,"33":33,"34":34,"35":35,"36":36,"37":37,"38":38,"39":39,"40":40,"41":41,"42":42,"43":43,"44":44,"45":45,"46":46,"47":47,"48":48,"49":49,"50":50,"51":51,"52":52},"subscription_month_duration_options":{"1":1,"2":2,"3":3,"4":4,"5":5,"6":6,"7":7,"8":8,"9":9,"10":10,"11":11,"12":12,"13":13,"14":14,"15":15,"16":16,"17":17,"18":18,"19":19,"20":20,"21":21,"22":22,"23":23,"24":24},"subscription_year_duration_options":{"1":1,"2":2,"3":3,"4":4,"5":5,"6":6,"7":7,"8":8,"9":9,"10":10},"subscription_day_duration_options":{"1":1,"2":2,"3":3,"4":4,"5":5,"6":6,"7":7,"8":8,"9":9,"10":10,"11":11,"12":12,"13":13,"14":14,"15":15,"16":16,"17":17,"18":18,"19":19,"20":20,"21":21,"22":22,"23":23,"24":24,"25":25,"26":26,"27":27,"28":28,"29":29,"30":30,"31":31,"32":32,"33":33,"34":34,"35":35,"36":36,"37":37,"38":38,"39":39,"40":40,"41":41,"42":42,"43":43,"44":44,"45":45,"46":46,"47":47,"48":48,"49":49,"50":50,"51":51,"52":52,"53":53,"54":54,"55":55,"56":56,"57":57,"58":58,"59":59,"60":60,"61":61,"62":62,"63":63,"64":64,"65":65,"66":66,"67":67,"68":68,"69":69,"70":70,"71":71,"72":72,"73":73,"74":74,"75":75,"76":76,"77":77,"78":78,"79":79,"80":80,"81":81,"82":82,"83":83,"84":84,"85":85,"86":86,"87":87,"88":88,"89":89,"90":90},"load_ajax_synchronously":"","maybe_prevent_from_hiding_guest_signup_form":""};
//# sourceURL=sumosubs-checkout-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/sumosubscriptions/assets/js/frontend/checkout.js?ver=14.5.2" id="sumosubs-checkout-js"></script>
<script type="text/javascript" src="https://c0.wp.com/p/woocommerce/10.6.2/assets/js/selectWoo/selectWoo.full.min.js" id="selectWoo-js" defer="defer" data-wp-strategy="defer"></script>
<link rel="https://api.w.org/" href="https://knpayrollplus.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://knpayrollplus.com/wp-json/wp/v2/product_cat/73" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://knpayrollplus.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.9.4" />
<meta name="generator" content="WooCommerce 10.6.2" />
<meta name="generator" content="Site Kit by Google 1.176.0" /><style type="text/css" id="tve_global_variables">:root{--tcb-background-author-image:url(https://secure.gravatar.com/avatar/f182ab105188b044f832c80528b8814cac82fe556943410ee4c894ee4c8a837f?s=256&d=mm&r=g);--tcb-background-user-image:url();--tcb-background-featured-image-thumbnail:url(https://knpayrollplus.com/wp-content/uploads/2022/12/ABCRU-User-Guide-Main-Menu.png);--tcb-skin-color-0:hsla(var(--tcb-theme-main-master-h,210), var(--tcb-theme-main-master-s,77%), var(--tcb-theme-main-master-l,54%), var(--tcb-theme-main-master-a,1));--tcb-skin-color-0-h:var(--tcb-theme-main-master-h,210);--tcb-skin-color-0-s:var(--tcb-theme-main-master-s,77%);--tcb-skin-color-0-l:var(--tcb-theme-main-master-l,54%);--tcb-skin-color-0-a:var(--tcb-theme-main-master-a,1);--tcb-skin-color-1:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), calc(var(--tcb-theme-main-master-s,77%) + 2% ), calc(var(--tcb-theme-main-master-l,54%) - 0% ), 0.5);--tcb-skin-color-1-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-1-s:calc(var(--tcb-theme-main-master-s,77%) + 2% );--tcb-skin-color-1-l:calc(var(--tcb-theme-main-master-l,54%) - 0% );--tcb-skin-color-1-a:0.5;--tcb-skin-color-2:rgb(248, 248, 248);--tcb-skin-color-2-h:0;--tcb-skin-color-2-s:0%;--tcb-skin-color-2-l:97%;--tcb-skin-color-2-a:1;--tcb-skin-color-3:hsla(calc(var(--tcb-theme-main-master-h,210) + 30 ), 85%, 13%, 1);--tcb-skin-color-3-h:calc(var(--tcb-theme-main-master-h,210) + 30 );--tcb-skin-color-3-s:85%;--tcb-skin-color-3-l:13%;--tcb-skin-color-3-a:1;--tcb-skin-color-4:rgb(12, 17, 21);--tcb-skin-color-4-h:206;--tcb-skin-color-4-s:27%;--tcb-skin-color-4-l:6%;--tcb-skin-color-4-a:1;--tcb-skin-color-5:rgb(106, 107, 108);--tcb-skin-color-5-h:210;--tcb-skin-color-5-s:0%;--tcb-skin-color-5-l:41%;--tcb-skin-color-5-a:1;--tcb-skin-color-8:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), calc(var(--tcb-theme-main-master-s,77%) + 2% ), calc(var(--tcb-theme-main-master-l,54%) - 0% ), 0.18);--tcb-skin-color-8-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-8-s:calc(var(--tcb-theme-main-master-s,77%) + 2% );--tcb-skin-color-8-l:calc(var(--tcb-theme-main-master-l,54%) - 0% );--tcb-skin-color-8-a:0.18;--tcb-skin-color-9:hsla(calc(var(--tcb-theme-main-master-h,210) - 3 ), 56%, 96%, 1);--tcb-skin-color-9-h:calc(var(--tcb-theme-main-master-h,210) - 3 );--tcb-skin-color-9-s:56%;--tcb-skin-color-9-l:96%;--tcb-skin-color-9-a:1;--tcb-skin-color-10:hsla(calc(var(--tcb-theme-main-master-h,210) - 21 ), calc(var(--tcb-theme-main-master-s,77%) + 23% ), calc(var(--tcb-theme-main-master-l,54%) + 27% ), 1);--tcb-skin-color-10-h:calc(var(--tcb-theme-main-master-h,210) - 21 );--tcb-skin-color-10-s:calc(var(--tcb-theme-main-master-s,77%) + 23% );--tcb-skin-color-10-l:calc(var(--tcb-theme-main-master-l,54%) + 27% );--tcb-skin-color-10-a:1;--tcb-skin-color-13:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), calc(var(--tcb-theme-main-master-s,77%) + 2% ), calc(var(--tcb-theme-main-master-l,54%) - 18% ), 0.5);--tcb-skin-color-13-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-13-s:calc(var(--tcb-theme-main-master-s,77%) + 2% );--tcb-skin-color-13-l:calc(var(--tcb-theme-main-master-l,54%) - 18% );--tcb-skin-color-13-a:0.5;--tcb-skin-color-14:rgb(230, 230, 230);--tcb-skin-color-14-h:0;--tcb-skin-color-14-s:0%;--tcb-skin-color-14-l:90%;--tcb-skin-color-14-a:1;--tcb-skin-color-16:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), 3%, 36%, 1);--tcb-skin-color-16-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-16-s:3%;--tcb-skin-color-16-l:36%;--tcb-skin-color-16-a:1;--tcb-skin-color-18:hsla(calc(var(--tcb-theme-main-master-h,210) - 1 ), calc(var(--tcb-theme-main-master-s,77%) + 1% ), calc(var(--tcb-theme-main-master-l,54%) - 1% ), 0.8);--tcb-skin-color-18-h:calc(var(--tcb-theme-main-master-h,210) - 1 );--tcb-skin-color-18-s:calc(var(--tcb-theme-main-master-s,77%) + 1% );--tcb-skin-color-18-l:calc(var(--tcb-theme-main-master-l,54%) - 1% );--tcb-skin-color-18-a:0.8;--tcb-skin-color-19:hsla(calc(var(--tcb-theme-main-master-h,210) - 3 ), 56%, 96%, 0.85);--tcb-skin-color-19-h:calc(var(--tcb-theme-main-master-h,210) - 3 );--tcb-skin-color-19-s:56%;--tcb-skin-color-19-l:96%;--tcb-skin-color-19-a:0.85;--tcb-skin-color-20:hsla(calc(var(--tcb-theme-main-master-h,210) - 3 ), 56%, 96%, 0.9);--tcb-skin-color-20-h:calc(var(--tcb-theme-main-master-h,210) - 3 );--tcb-skin-color-20-s:56%;--tcb-skin-color-20-l:96%;--tcb-skin-color-20-a:0.9;--tcb-skin-color-21:hsla(calc(var(--tcb-theme-main-master-h,210) - 210 ), calc(var(--tcb-theme-main-master-s,77%) - 77% ), calc(var(--tcb-theme-main-master-l,54%) + 46% ), 1);--tcb-skin-color-21-h:calc(var(--tcb-theme-main-master-h,210) - 210 );--tcb-skin-color-21-s:calc(var(--tcb-theme-main-master-s,77%) - 77% );--tcb-skin-color-21-l:calc(var(--tcb-theme-main-master-l,54%) + 46% );--tcb-skin-color-21-a:1;--tcb-skin-color-22:rgb(255, 255, 255);--tcb-skin-color-22-h:0;--tcb-skin-color-22-s:0%;--tcb-skin-color-22-l:100%;--tcb-skin-color-22-a:1;--tcb-skin-color-23:rgb(32, 65, 71);--tcb-skin-color-23-h:189;--tcb-skin-color-23-s:37%;--tcb-skin-color-23-l:20%;--tcb-skin-color-23-a:1;--tcb-skin-color-24:rgb(59, 59, 59);--tcb-skin-color-24-h:0;--tcb-skin-color-24-s:0%;--tcb-skin-color-24-l:23%;--tcb-skin-color-24-a:1;--tcb-skin-color-25:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), calc(var(--tcb-theme-main-master-s,77%) + 5% ), calc(var(--tcb-theme-main-master-l,54%) + 8% ), 0.04);--tcb-skin-color-25-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-25-s:calc(var(--tcb-theme-main-master-s,77%) + 5% );--tcb-skin-color-25-l:calc(var(--tcb-theme-main-master-l,54%) + 8% );--tcb-skin-color-25-a:0.04;--tcb-skin-color-26:hsla(calc(var(--tcb-theme-main-master-h,210) + 1 ), calc(var(--tcb-theme-main-master-s,77%) + 6% ), calc(var(--tcb-theme-main-master-l,54%) + 9% ), 0.12);--tcb-skin-color-26-h:calc(var(--tcb-theme-main-master-h,210) + 1 );--tcb-skin-color-26-s:calc(var(--tcb-theme-main-master-s,77%) + 6% );--tcb-skin-color-26-l:calc(var(--tcb-theme-main-master-l,54%) + 9% );--tcb-skin-color-26-a:0.12;--tcb-skin-color-27:hsla(calc(var(--tcb-theme-main-master-h,210) + 10 ), calc(var(--tcb-theme-main-master-s,77%) + 6% ), calc(var(--tcb-theme-main-master-l,54%) + 17% ), 1);--tcb-skin-color-27-h:calc(var(--tcb-theme-main-master-h,210) + 10 );--tcb-skin-color-27-s:calc(var(--tcb-theme-main-master-s,77%) + 6% );--tcb-skin-color-27-l:calc(var(--tcb-theme-main-master-l,54%) + 17% );--tcb-skin-color-27-a:1;--tcb-skin-color-28:hsla(calc(var(--tcb-theme-main-master-h,210) + 2 ), calc(var(--tcb-theme-main-master-s,77%) - 34% ), calc(var(--tcb-theme-main-master-l,54%) + 27% ), 1);--tcb-skin-color-28-h:calc(var(--tcb-theme-main-master-h,210) + 2 );--tcb-skin-color-28-s:calc(var(--tcb-theme-main-master-s,77%) - 34% );--tcb-skin-color-28-l:calc(var(--tcb-theme-main-master-l,54%) + 27% );--tcb-skin-color-28-a:1;--tcb-skin-color-29:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), calc(var(--tcb-theme-main-master-s,77%) + 6% ), calc(var(--tcb-theme-main-master-l,54%) + 10% ), 0.4);--tcb-skin-color-29-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-29-s:calc(var(--tcb-theme-main-master-s,77%) + 6% );--tcb-skin-color-29-l:calc(var(--tcb-theme-main-master-l,54%) + 10% );--tcb-skin-color-29-a:0.4;--tcb-skin-color-30:hsla(calc(var(--tcb-theme-main-master-h,210) - 1 ), calc(var(--tcb-theme-main-master-s,77%) + 5% ), calc(var(--tcb-theme-main-master-l,54%) + 8% ), 0.85);--tcb-skin-color-30-h:calc(var(--tcb-theme-main-master-h,210) - 1 );--tcb-skin-color-30-s:calc(var(--tcb-theme-main-master-s,77%) + 5% );--tcb-skin-color-30-l:calc(var(--tcb-theme-main-master-l,54%) + 8% );--tcb-skin-color-30-a:0.85;--tcb-main-master-h:210;--tcb-main-master-s:73%;--tcb-main-master-l:69%;--tcb-main-master-a:1;--tcb-theme-main-master-h:210;--tcb-theme-main-master-s:73%;--tcb-theme-main-master-l:69%;--tcb-theme-main-master-a:1;}</style>    <script>
        var wpdmpp_base_url = 'https://knpayrollplus.com/wp-content/plugins/wpdm-premium-packages/';
        var wpdmpp_currency_sign = '$';
        var wpdmpp_csign_before = '$';
        var wpdmpp_csign_after = '';
        var wpdmpp_currency_code = 'USD';
        var wpdmpp_cart_url = 'https://knpayrollplus.com/cart/';

        var wpdmpp_txt = {"cart_button_label":"Add To Cart","pay_now":"Buy Now","checkout_button_label":"Buy Now"};

    </script>
    <style>p.wpdmpp-notice {
            margin: 5px;
        }
    .wpbtn-success {
        color: var(--color-success) !important;border-color: var(--color-success ) !important;
        background: rgba(var(--color-success-rgb),0.03) !important;
        transition: all ease-in-out 300ms;
    }
        .wpbtn-success:active,
        .wpbtn-success:hover {
            color: var(--color-success-active) !important;
            border-color: var(--color-success-active) !important;
            background: rgba(var(--color-success-rgb),0.07) !important;
        }
    </style>
    	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	
<!-- Google AdSense meta tags added by Site Kit -->
<meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236">
<meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com">
<!-- End Google AdSense meta tags added by Site Kit -->
<script data-cfasync="false"> var dearPdfLocation = "https://knpayrollplus.com/wp-content/plugins/dearpdf-pro/assets/"; var dearpdfWPGlobal = {"text":{"blank":""},"viewerType":"flipbook","is3D":true,"pageScale":"auto","height":"auto","mobileViewerType":"auto","backgroundColor":"transparent","backgroundImage":"","showDownloadControl":false,"sideMenuOverlay":true,"readDirection":"ltr","disableRange":false,"has3DCover":true,"enableSound":true,"color3DCover":"#777","controlsPosition":"bottom","rangeChunkSize":"524288","maxTextureSize":"3200","pageMode":"auto","singlePageMode":"auto","pdfVersion":"default","autoPDFLinktoViewer":false,"attachmentLightbox":"true","duration":"800","paddingLeft":"15","paddingRight":"15","paddingTop":"20","paddingBottom":"20","moreControls":"download,pageMode,startPage,endPage,sound","hideControls":"share"};</script><meta name="hubbub-info" description="Hubbub 1.36.3">
<!-- Google AdSense snippet added by Site Kit -->
<script type="text/javascript" async="async" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4994939430545950&amp;host=ca-host-pub-2644536267352236" crossorigin="anonymous"></script>

<!-- End Google AdSense snippet added by Site Kit -->
<style type="text/css" id="thrive-default-styles">@media (min-width: 300px) { .tcb-style-wrap h1{ color:var(--tcb-skin-color-4);--tcb-applied-color:var$(--tcb-skin-color-4);font-family:Literata;--g-regular-weight:400;font-weight:var(--g-bold-weight, bold);font-size:40px;background-color:rgba(0, 0, 0, 0);font-style:normal;margin:0px;padding-top:0px;padding-bottom:24px;text-decoration:rgba(10, 10, 10, 0.85);text-transform:none;border-left:0px none rgba(10, 10, 10, 0.85);--g-bold-weight:600;line-height:1.3em; }.tcb-style-wrap h2{ font-family:Literata;--g-regular-weight:400;font-weight:var(--g-bold-weight, bold);color:var(--tcb-skin-color-4);--tcb-applied-color:var$(--tcb-skin-color-4);--g-bold-weight:600;padding-top:0px;margin-top:0px;padding-bottom:24px;margin-bottom:0px;font-size:34px;line-height:1.4em; }.tcb-style-wrap h3{ font-family:Literata;--g-regular-weight:400;font-weight:var(--g-bold-weight, bold);color:var(--tcb-skin-color-4);--tcb-applied-color:var$(--tcb-skin-color-4);--g-bold-weight:600;padding-top:0px;margin-top:0px;padding-bottom:24px;margin-bottom:0px;font-size:24px;line-height:1.4em; }.tcb-style-wrap h4{ font-family:Literata;--g-regular-weight:400;font-weight:var(--g-bold-weight, bold);color:var(--tcb-skin-color-4);--tcb-applied-color:var$(--tcb-skin-color-4);--g-bold-weight:600;padding-top:0px;margin-top:0px;padding-bottom:24px;margin-bottom:0px;font-size:20px;line-height:1.4em; }.tcb-style-wrap h5{ font-family:Literata;--g-regular-weight:400;font-weight:var(--g-bold-weight, bold);color:var(--tcb-skin-color-4);--tcb-applied-color:var$(--tcb-skin-color-4);--g-bold-weight:600;padding-top:0px;margin-top:0px;padding-bottom:24px;margin-bottom:0px;line-height:1.4em; }.tcb-style-wrap h6{ font-family:Literata;--g-regular-weight:400;font-weight:var(--g-bold-weight, bold);color:var(--tcb-skin-color-4);--tcb-applied-color:var$(--tcb-skin-color-4);--g-bold-weight:600;padding-top:0px;margin-top:0px;padding-bottom:24px;margin-bottom:0px;line-height:1.6em; }.tcb-style-wrap p{ color:var(--tcb-skin-color-5);--tcb-applied-color:var$(--tcb-skin-color-5);font-family:Muli;--g-regular-weight:400;--g-bold-weight:800;font-weight:var(--g-regular-weight, normal);font-size:18px;padding-top:0px;margin-top:0px;padding-bottom:24px;margin-bottom:0px; }:not(.inc) .thrv_text_element a:not(.tcb-button-link), :not(.inc) .tcb-styled-list a, :not(.inc) .tcb-numbered-list a, :not(.inc) .theme-dynamic-list a, .tve-input-option-text a, .tcb-post-content p a, .tcb-post-content li a, .tcb-post-content blockquote a, .tcb-post-content pre a{ --tcb-applied-color:var$(--tcb-skin-color-5);font-family:inherit;--g-regular-weight:400;--g-bold-weight:800;font-weight:var(--g-regular-weight, normal);font-size:inherit;text-decoration-line:none;--eff:none;text-decoration-color:var(--eff-color, currentColor);color:var(--tcb-skin-color-0); }:not(.inc) .thrv_text_element a:not(.tcb-button-link):hover, :not(.inc) .tcb-styled-list a:hover, :not(.inc) .tcb-numbered-list a:hover, :not(.inc) .theme-dynamic-list a:hover, .tve-input-option-text a:hover, .tcb-post-content p a:hover, .tcb-post-content li a:hover, .tcb-post-content blockquote a:hover, .tcb-post-content pre a:hover { text-decoration-line:none;--eff:none;text-decoration-color:var(--eff-color, currentColor);color:var(--tcb-skin-color-3); }.tcb-style-wrap ul:not([class*="menu"]), .tcb-style-wrap ol{ color:var(--tcb-skin-color-5);--tcb-applied-color:var$(--tcb-skin-color-5);font-family:Muli;--g-regular-weight:400;--g-bold-weight:800;font-weight:var(--g-regular-weight, normal);font-size:18px;margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:12px;padding-left:0px; }.tcb-style-wrap li:not([class*="menu"]){ color:var(--tcb-skin-color-5);--tcb-applied-color:var$(--tcb-skin-color-5);font-family:Muli;--g-regular-weight:400;--g-bold-weight:800;font-weight:var(--g-regular-weight, normal);font-size:18px;line-height:1.4em;padding-bottom:16px;margin-bottom:0px; }.tcb-style-wrap blockquote{ color:var(--tcb-skin-color-5);--tcb-applied-color:var$(--tcb-skin-color-5);font-family:Muli;--g-regular-weight:400;--g-bold-weight:800;font-weight:var(--g-regular-weight, normal);font-size:18px;padding-top:0px;padding-bottom:0px;border-left:2px solid var(--tcb-skin-color-1);margin-top:0px;margin-bottom:24px; }body, .tcb-plain-text{ color:var(--tcb-skin-color-5);--tcb-applied-color:var$(--tcb-skin-color-5);font-family:Muli;--g-regular-weight:400;--g-bold-weight:800;font-weight:var(--g-regular-weight, normal);font-size:18px; } }@media (max-width: 1023px) { .tcb-style-wrap h1{ font-size:36px;padding-bottom:22px;margin-bottom:0px; }.tcb-style-wrap h2{ padding-bottom:22px;margin-bottom:0px;font-size:28px; }.tcb-style-wrap h3{ padding-bottom:22px;margin-bottom:0px;font-size:22px; }.tcb-style-wrap h4{ padding-bottom:22px;margin-bottom:0px; }.tcb-style-wrap h5{ padding-bottom:22px;margin-bottom:0px; }.tcb-style-wrap h6{ padding-bottom:22px;margin-bottom:0px; }.tcb-style-wrap p{ padding-bottom:22px;margin-bottom:0px;padding-top:0px;margin-top:0px; }.tcb-style-wrap ul:not([class*="menu"]), .tcb-style-wrap ol{ padding-top:0px;padding-bottom:4px; }.tcb-style-wrap li:not([class*="menu"]){ line-height:1.75em;--tcb-typography-line-height:1.75em;padding-bottom:14px;margin-bottom:0px; }.tcb-style-wrap blockquote{ margin-bottom:22px; } }@media (max-width: 767px) { .tcb-style-wrap h1{ font-size:28px;padding-bottom:20px;margin-bottom:0px; }.tcb-style-wrap h2{ font-size:24px;padding-bottom:20px;margin-bottom:0px; }.tcb-style-wrap h3{ font-size:22px;padding-bottom:20px;margin-bottom:0px; }.tcb-style-wrap h4{ font-size:20px;padding-bottom:20px;margin-bottom:0px; }.tcb-style-wrap h5{ padding-bottom:20px;margin-bottom:0px; }.tcb-style-wrap h6{ padding-bottom:20px;margin-bottom:0px; }.tcb-style-wrap p{ padding-bottom:20px;margin-bottom:0px;padding-top:0px;margin-top:0px; }.tcb-style-wrap ul:not([class*="menu"]), .tcb-style-wrap ol{ padding-left:0px;padding-bottom:4px;padding-top:0px; }.tcb-style-wrap li:not([class*="menu"]){ padding-bottom:10px;margin-bottom:0px; }.tcb-style-wrap blockquote{ margin-bottom:20px; } }</style><link rel="icon" href="https://i0.wp.com/knpayrollplus.com/wp-content/uploads/2021/09/ComprehensivePayrollImageOnly100x100Pixels.png?fit=100%2C100&#038;ssl=1" sizes="32x32" />
<link rel="icon" href="https://i0.wp.com/knpayrollplus.com/wp-content/uploads/2021/09/ComprehensivePayrollImageOnly100x100Pixels.png?fit=100%2C100&#038;ssl=1" sizes="192x192" />
<link rel="apple-touch-icon" href="https://i0.wp.com/knpayrollplus.com/wp-content/uploads/2021/09/ComprehensivePayrollImageOnly100x100Pixels.png?fit=100%2C100&#038;ssl=1" />
<meta name="msapplication-TileImage" content="https://i0.wp.com/knpayrollplus.com/wp-content/uploads/2021/09/ComprehensivePayrollImageOnly100x100Pixels.png?fit=100%2C100&#038;ssl=1" />
<meta name="generator" content="WordPress Download Manager 7.3.3" />
		        <style>
            /* WPDM Link Template Styles */.__wpdm_content .__wpdm_front *{
color: #ffffff !important;
}
.__wpdm_content h3{
  font-weight: 700;
font-size: 12pt !important;
margin: 0 0 10px 0;
line-height: 24px;
}
.__wpdm_content p{
  font-weight: 400;
font-size: 10pt !important;
margin: 0 0 10px 0;
}

.__wpdm_content {
  display: flex;
  margin: 0 auto 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;  
}
 
.__wpdm_card {
  color: inherit;
width: 100%;
  cursor: pointer;  
  perspective: 1000px;  
  position: relative;
  min-height: 300px;  
}
 
.__wpdm_front,
.__wpdm_back { 
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
  padding: 20px;
  display: table;
  vertical-align: middle;  
  overflow: hidden !important;
}
.__wpdm_content_cell{
  display:table-cell;
  with: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.__wpdm_front {
  background-size: cover;
  padding: 2rem;     
  color: #fff;
  overflow: hidden;  
  background: linear-gradient(45deg, var(--color-primary),  var(--color-info));
}
.__wpdm_card:hover .__wpdm_front {
  transform: rotateY(180deg);
}
.__wpdm_card:nth-child(even):hover .__wpdm_front {
  transform: rotateY(-180deg);
}
.__wpdm_back label{
 display: none;
}
.__wpdm_back {
  background: transparent;
  text-align: left !important;
  transform: rotateY(-180deg);
  padding: 0 2em;
}
.__wpdm_back .form-control{
 line-height: 48px;
height: 48px;
}
.__wpdm_card:hover .__wpdm_back {
  transform: rotateY(0deg);
}
.__wpdm_card:nth-child(even) .__wpdm_back {
  transform: rotateY(180deg);
}
.w3eden .__wpdm_back .card,
.w3eden .__wpdm_back .card div{
background: #ffffff !important;
}
.w3eden .__wpdm_back .card .card-header{
text-align: left !important; 
}
 
figure.__wpdm_image_hover_2 {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;  
  max-width: 600px;
  background-size: cover;
  background-position: center;
  height:330px;
  width: 100%;
  background-color: var(--color-info);
  text-align: left;
  border-radius: 3px;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
figure.__wpdm_image_hover_2 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.__wpdm_image_hover_2 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.__wpdm_image_hover_2 figcaption.__wpdm_ih2_figcap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.__wpdm_image_hover_2 figcaption.__wpdm_ih2_figcap > div {
  height: 50%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
figure.__wpdm_image_hover_2 figcaption.__wpdm_ih2_figcap::before {
  position: absolute;
  top: 50%;
  right: 50%;
  left: 50%;
  height: 2px;
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.__wpdm_image_hover_2 h2,
figure.__wpdm_image_hover_2 .__pmeta {
  margin: 0;
  padding: 30px 35px;
  opacity: 0;
  position: absolute;
  height: 100%;
  line-height: 1.5;
  width: 100%;
  left: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s;
}
figure.__wpdm_image_hover_2 h2 {
  display: inline-block;
  word-spacing: -0.1em;
  font-weight: 300;
  text-transform: uppercase;
  bottom: 0;
  background: rgba(var(--color-info-rgb), 0.9);
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #ffffff !important;
}
figure.__wpdm_image_hover_2 h2 {
  font-weight: 800;
}
figure.__wpdm_image_hover_2 .__pmeta {
  font-weight: 300;
  top: 0%; 
  background: #ffffff;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: var(--color-secondary);
}
 
figure.__wpdm_image_hover_2:hover img {
  opacity: 0.7;
}
figure.__wpdm_image_hover_2:hover figcaption.__wpdm_ih2_figcap h2,
figure.__wpdm_image_hover_2:hover figcaption.__wpdm_ih2_figcap .__pmeta {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.__wpdm_image_hover_2:hover figcaption.__wpdm_ih2_figcap h2 {
  opacity: 1;
}
figure.__wpdm_image_hover_2:hover figcaption.__wpdm_ih2_figcap .__pmeta {
  opacity: 1;
}
figure.__wpdm_image_hover_2:hover figcaption.__wpdm_ih2_figcap::before {
  background: #ffffff;
  left: 0px;
  right: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.w3eden .__wpdm_image_hover_2 .__pmeta .btn{
position: absolute; left:0;width:100%;bottom:0;line-height: 32px;border-radius: 0 !important; border:0 !important;
}         </style>
		        <style>

            :root {
                --color-primary: #4a8eff;
                --color-primary-rgb: 74, 142, 255;
                --color-primary-hover: #5998ff;
                --color-primary-active: #3281ff;
                --clr-sec: #6c757d;
                --clr-sec-rgb: 108, 117, 125;
                --clr-sec-hover: #6c757d;
                --clr-sec-active: #6c757d;
                --color-success: #018e11;
                --color-success-rgb: 1, 142, 17;
                --color-success-hover: #0aad01;
                --color-success-active: #0c8c01;
                --color-info: #2CA8FF;
                --color-info-rgb: 44, 168, 255;
                --color-info-hover: #2CA8FF;
                --color-info-active: #2CA8FF;
                --color-warning: #FFB236;
                --color-warning-rgb: 255, 178, 54;
                --color-warning-hover: #FFB236;
                --color-warning-active: #FFB236;
                --color-danger: #ff5062;
                --color-danger-rgb: 255, 80, 98;
                --color-danger-hover: #ff5062;
                --color-danger-active: #ff5062;
                --color-green: #30b570;
                --color-blue: #0073ff;
                --color-purple: #8557D3;
                --color-red: #ff5062;
                --color-muted: rgba(69, 89, 122, 0.6);
                --wpdm-font:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            }

            .wpdm-download-link.btn.btn-primary.btn-lg {
                border-radius: 4px;
            }


        </style>
		        <script>
            function wpdm_rest_url(request) {
                return "https://knpayrollplus.com/wp-json/wpdm/" + request;
            }
        </script>
					</head>

	<body class="tax-product_cat term-access-backup-compact-and-restore-utility term-73 wp-theme-thrive-theme wp-child-theme-thrive-theme-child theme-thrive-theme woocommerce-shop woocommerce woocommerce-page woocommerce-demo-store woocommerce-no-js tve-theme-1496 thrive-layout-1493 has-grow-sidebar ecommerce-product-catalog type-page page page-template-default product-category-page product-category-page-73">
<p role="complementary" aria-label="Store notice" class="woocommerce-store-notice demo_store" data-notice-id="7fdfbb6f17dae71957f98919e189e7aa" style="display:none;">This site is under construction. Do not download or try to purchase anything. <a role="button" href="#" class="woocommerce-store-notice__dismiss-link">Dismiss</a></p><div id="wrapper" class="tcb-style-wrap"><header id="thrive-header" class="thrv_wrapper thrv_symbol thrv_header thrv_symbol_1914 tve-default-state" role="banner"><div class="thrive-shortcode-html thrive-symbol-shortcode tve-default-state" data-symbol-id="1914" data-tve-scroll="{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;&quot;}"><style type="text/css" id="tcb-style-base-tcb_symbol-1914"  onLoad="typeof window.lightspeedOptimizeStylesheet === 'function' && window.lightspeedOptimizeStylesheet()" class="tcb-lightspeed-style">.thrv_widget_menu{position:relative;z-index:10;}.thrv_widget_menu .fixed-menu-item{position:fixed !important;}.thrv_widget_menu.thrv_wrapper{overflow:visible !important;}.thrv_widget_menu li li .tve-item-dropdown-trigger{position:absolute;top:0px;right:0.5em;bottom:0px;}.thrv_widget_menu ul ul{box-sizing:border-box;min-width:100%;}.thrv_widget_menu .tve_w_menu .sub-menu{box-shadow:rgba(0,0,0,0.15) 0px 0px 9px 1px;background-color:rgb(255,255,255);}.thrv_widget_menu .tve_w_menu .sub-menu{visibility:hidden;display:none;}.thrv_widget_menu.tve-active-disabled .tve-state-active{cursor:default !important;}.thrv_widget_menu[class*="tve-custom-menu-switch-icon-"].tve-active-disabled .menu-item-has-children{cursor:pointer;}.tve-item-dropdown-trigger{flex:0 0 auto;display:flex;justify-content:center;align-items:center;}.tve-item-dropdown-trigger svg{width:1em;height:1em;transition:transform 0.2s ease 0s;fill:currentcolor;}.tve-item-dropdown-trigger:not(:empty){margin-left:8px;}.tve-m-trigger{display:none;-webkit-tap-highlight-color:transparent;}.tve-m-trigger:focus,.tve-m-trigger:active{outline:none;}.tve-m-trigger .thrv_icon{font-size:33px;width:33px;height:33px;margin:0px auto !important;padding:0.3em !important;}.tve-m-trigger:not(.tve-triggered-icon) .tcb-icon-close{display:none;}.thrv_widget_menu.thrv_wrapper{padding:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"]{background:none !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] li{box-sizing:border-box;text-align:center;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .thrive-shortcode-html{position:relative;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .tve-item-dropdown-trigger{position:absolute;top:0px;right:0.8rem;bottom:0px;transition:transform 0.2s ease 0s;height:100% !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .expand-children > a > .tve-item-dropdown-trigger{transform:rotate(180deg);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .m-icon{margin-left:-1em;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li{background-color:inherit;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu ul{display:none;position:relative;width:100%;left:0px;top:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls){padding:0px;width:100%;margin-top:0px;margin-bottom:0px;-webkit-tap-highlight-color:transparent;margin-left:0px !important;margin-right:0px !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls):focus,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls):active{outline:none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls) a{padding:10px 2em;}.tve_editor_page .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu{outline:rgb(46,204,113) solid 1px;margin:0px -1px !important;width:calc(100% + 2px) !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp"] ul.tve_w_menu{background-color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp"] ul.tve_w_menu .sub-menu{box-shadow:none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp"] ul.tve_w_menu li li{background-color:rgb(250,250,250);box-shadow:none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="dark-tmp"] ul.tve_w_menu{background-color:rgb(30,30,31);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="dark-tmp"] ul.tve_w_menu li .sub-menu li{background-color:rgb(41,41,42);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="dark-tmp"] ul.tve_w_menu li > a{color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown ul.tve_w_menu{height:auto;max-height:0px;opacity:0;left:0px;overflow:hidden;width:100%;position:absolute;transition:max-height 0.1s ease 0s,opacity 0.1s ease 0s;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown ul.tve_w_menu.tve-m-expanded{opacity:1;max-height:fit-content;max-height:-moz-fit-content;max-height:-moz-fit-content;max-height:fit-content;top:100%;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger{position:relative;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger .thrv_icon{display:block;transition:opacity 0.3s ease 0s;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger .tcb-icon-close{position:absolute;top:0px;left:50%;transform:translateX(-50%);opacity:0;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger.tve-triggered-icon .tcb-icon-close{opacity:1;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger.tve-triggered-icon .tcb-icon-open{opacity:0;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu{top:0px;display:block;height:100vh;padding:60px;position:fixed;transition:left 0.2s ease 0s;width:80vw !important;overflow:hidden auto !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu::-webkit-scrollbar,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu::-webkit-scrollbar,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu::-webkit-scrollbar{width:14px;height:8px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu::-webkit-scrollbar-track,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu::-webkit-scrollbar-track,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu::-webkit-scrollbar-track{background:transparent;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu::-webkit-scrollbar-thumb,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu::-webkit-scrollbar-thumb,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu::-webkit-scrollbar-thumb{height:23px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;border-radius:7px;background-color:rgba(0,0,0,0.15);box-shadow:rgba(0,0,0,0.05) -1px -1px 0px inset,rgba(0,0,0,0.05) 1px 1px 0px inset;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu.tve-m-expanded{box-shadow:rgba(0,0,0,0.15) 0px 0px 9px 1px;}.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu{top:32px;height:calc(100vh - 32px);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close{display:block;position:fixed;z-index:99;top:0px;left:0px;transform:translateX(-100%);transition:left 0.2s ease 0s;}.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close{top:32px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-triggered-icon .tcb-icon-open,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-triggered-icon .tcb-icon-open,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-triggered-icon .tcb-icon-open{display:block;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="light-tmp-third"] .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="light-tmp-third"] .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="light-tmp-third"] .tcb-icon-close{color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="light-tmp"],.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="light-tmp"],.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="light-tmp"]{background-color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="dark-tmp"] ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="dark-tmp"] ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="dark-tmp"] ul.tve_w_menu.tve-m-expanded{background:rgb(57,57,57);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu{left:-100%;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu.tve-m-expanded{left:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger.tve-triggered-icon .tcb-icon-close{left:80vw;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu{left:-100%;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu.tve-m-expanded{left:0px;width:100vw !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger.tve-triggered-icon .tcb-icon-close{left:100%;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu{left:calc(100% + 4px);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu.tve-m-expanded{left:20vw;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close{left:100%;transform:none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger.tve-triggered-icon .tcb-icon-close{left:20vw;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp-third"] ul.tve_w_menu{background-color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp-third"] ul.tve_w_menu li > a{color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical{display:inline-block;box-sizing:border-box;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical li > a{max-width:100%;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical li.expand-children{overflow:visible;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical li.expand-children > .sub-menu{visibility:visible;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical ul{position:relative;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical ul ul{top:0px;left:0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical ul li{position:relative;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical .tcb-menu-logo-wrap{display:none !important;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li:hover,.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li.expand-children{overflow:visible;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li:hover > .sub-menu,.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li:hover .tcb-mega-drop-inner > ul,.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li.expand-children > .sub-menu,.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li.expand-children .tcb-mega-drop-inner > ul{visibility:visible;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu > li{flex:0 1 auto;cursor:pointer;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu > li a:focus{outline:none;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li > a:not(.tcb-logo){font-size:16px;line-height:2em;box-shadow:none;letter-spacing:initial;color:inherit !important;text-decoration:inherit !important;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu .sub-menu li{padding:0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu .sub-menu li a:hover{background-color:transparent;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu .tve-dropdown-icon-down{display:none;}.thrv_widget_menu.thrv_wrapper li.c-brackets > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::after{transition:height 0.3s ease 0s,opacity 0.3s ease 0s,transform 0.3s ease 0s;background-color:currentcolor;box-sizing:border-box;display:inline-block;border-color:inherit;pointer-events:none;position:absolute;font-weight:100;width:100%;content:"";opacity:0;height:1px;left:0px;top:0px;}.thrv_widget_menu.thrv_wrapper li.c-brackets:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim::after{opacity:1;}.thrv_widget_menu.thrv_wrapper li.c-brackets > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::after{background:none;font-size:1em;height:100%;top:0px;bottom:0px;justify-content:center;align-items:center;position:absolute;width:0.3em;display:inline-flex !important;}.thrv_widget_menu.thrv_wrapper li.c-brackets > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::before{content:"[";left:-0.5em;transform:translateX(1.25em);}.thrv_widget_menu.thrv_wrapper li.c-brackets > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::after{content:"]";right:-0.5em;left:auto;transform:translateX(-1.25em);}.thrv_widget_menu.thrv_wrapper li.c-brackets:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim::after{transform:translateX(0px);}.thrv_widget_menu.thrv_wrapper li.c-underline > a::before,.thrv_widget_menu.thrv_wrapper li.c-underline > a::after,.thrv_widget_menu.thrv_wrapper li.c-underline .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-underline .tve-hover-anim::after{transition:height 0.3s ease 0s,opacity 0.3s ease 0s,transform 0.3s ease 0s;background-color:currentcolor;box-sizing:border-box;display:inline-block;border-color:inherit;pointer-events:none;position:absolute;font-weight:100;width:100%;content:"";opacity:0;height:1px;left:0px;top:0px;}.thrv_widget_menu.thrv_wrapper li.c-underline:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-underline:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim::after{opacity:1;}.thrv_widget_menu.thrv_wrapper li.c-underline > a::after,.thrv_widget_menu.thrv_wrapper li.c-underline .tve-hover-anim::after{transform:translate(-50%,-10px);height:2px;width:40%;top:105%;left:50%;}.thrv_widget_menu.thrv_wrapper li.c-underline:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim::after{transform:translate(-50%,-5px);height:1px;}.thrv_widget_menu.thrv_wrapper li.c-underline:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim::before{display:none;}.thrv_widget_menu.thrv_wrapper li.c-double > a::before,.thrv_widget_menu.thrv_wrapper li.c-double > a::after,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::after{transition:height 0.3s ease 0s,opacity 0.3s ease 0s,transform 0.3s ease 0s;background-color:currentcolor;box-sizing:border-box;display:inline-block;border-color:inherit;pointer-events:none;position:absolute;font-weight:100;width:100%;content:"";opacity:0;height:1px;left:0px;top:0px;}.thrv_widget_menu.thrv_wrapper li.c-double:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-double:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim::after{opacity:1;}.thrv_widget_menu.thrv_wrapper li.c-double > a::before,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::before{display:block !important;transform:translateY(-10px) !important;top:4px !important;}.thrv_widget_menu.thrv_wrapper li.c-double > a::after,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::after{transform:translateY(10px);top:calc(100% - 6px);}.thrv_widget_menu.thrv_wrapper li.c-double:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-double:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim::after{transform:translateY(0px) !important;}.thrv_widget_menu.thrv_wrapper li.c-thick > a::before,.thrv_widget_menu.thrv_wrapper li.c-thick > a::after,.thrv_widget_menu.thrv_wrapper li.c-thick .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-thick .tve-hover-anim::after{transition:height 0.3s ease 0s,opacity 0.3s ease 0s,transform 0.3s ease 0s;background-color:currentcolor;box-sizing:border-box;display:inline-block;border-color:inherit;pointer-events:none;position:absolute;font-weight:100;width:100%;content:"";opacity:0;height:1px;left:0px;top:0px;}.thrv_widget_menu.thrv_wrapper li.c-thick:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-thick:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim::after{opacity:1;}.thrv_widget_menu.thrv_wrapper li.c-thick > a::after,.thrv_widget_menu.thrv_wrapper li.c-thick .tve-hover-anim::after{transform:translate(-50%,-10px);width:50%;top:105%;left:50%;}.thrv_widget_menu.thrv_wrapper li.c-thick:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim::after{transform:translate(-50%,-5px);height:4px;}.thrv_widget_menu.thrv_wrapper li.c-thick:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim::before{display:none;}.thrv_widget_menu.thrv_wrapper .tve_w_menu .tve-disabled-text-inner{flex:1 1 auto;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.thrv_widget_menu.thrv_wrapper .tve_w_menu .m-icon{display:flex;justify-content:center;align-items:center;flex:0 0 1em;width:1em;height:1em;margin-right:8px;margin-bottom:2px;}.thrv_widget_menu.thrv_wrapper .tve_w_menu .m-icon svg{width:100%;height:100%;line-height:1em;stroke-width:0;stroke:currentcolor;fill:currentcolor;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical{width:100%;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical ul{width:100%;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical li{display:block;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical > li ul{padding:0px;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical li.expand-children > ul{display:block;visibility:visible;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal li.expand-children > ul{display:block;}div:not(#increase-specificity) .thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal > li:first-child{margin-left:0px !important;}div:not(#increase-specificity) .thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal > li:last-child{margin-right:0px !important;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li{overflow:hidden;display:flex;justify-content:center;flex-direction:column;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li li > a .tve-item-dropdown-trigger svg{transform:rotate(-90deg);}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li li.menu-item-has-children > a{padding:2px 1.5em 2px 15px;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li li.menu-item-has-children > a .tve-item-dropdown-trigger{right:0.25em;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul.tve_vertical li > ul{float:left;transition:max-height 0s ease 0s,opacity 0.2s ease 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul.tve_vertical li:not(.expand-children):hover > ul{visibility:hidden;max-height:0px;opacity:0;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul.tve_vertical li:not(.expand-children):hover > ul > li{max-height:0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li ul{max-height:0px;visibility:hidden;opacity:0;display:initial !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li.expand-children > ul{visibility:visible;max-height:fit-content;max-height:-moz-fit-content;max-height:-moz-fit-content;max-height:fit-content;opacity:1;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li:hover > ul > li,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li.expand-children > ul > li{max-height:fit-content;max-height:-moz-fit-content;max-height:-moz-fit-content;max-height:fit-content;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li ul{transition:all 0.2s ease 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul.tve_vertical li ul{float:left;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul.tve_vertical li:not(.expand-children):hover > ul > li{opacity:0;height:0px;overflow:hidden;visibility:hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul{display:initial !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li{height:0px;opacity:0;overflow:hidden;visibility:hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li.expand-children > ul{width:100%;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li ul{width:0px;transition:width 0.35s ease-in-out 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li ul li{height:40px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li:hover > ul > li,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li.expand-children > ul > li{opacity:1;height:40px;overflow:visible;visibility:visible;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li{transition:all 0.2s ease 0s,opacity 0s ease 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li ul{transition:width 0.25s ease-in-out 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul.tve_vertical li ul{float:left;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul.tve_vertical li:not(.expand-children):hover > ul > li{opacity:0;height:0px;overflow:hidden;visibility:hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul{display:initial !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li{height:0px;opacity:0;overflow:hidden;visibility:hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li.expand-children > ul{width:100%;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li ul{width:0px;transition:width 0.35s ease-in-out 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li ul li{height:40px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li:hover > ul > li,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li.expand-children > ul > li{opacity:1;height:40px;overflow:visible;visibility:visible;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li{transition:all 0.15s linear 0s,opacity 0s linear 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li ul{transition:width 0.25s linear 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li:not(.expand-children) > .sub-menu{padding:0px !important;margin:0px !important;border:none !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li::after{content:"";display:table;clear:both;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li > ul:hover{max-height:0px;visibility:hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li.expand-children > ul{max-height:fit-content;max-height:-moz-fit-content;max-height:-moz-fit-content;max-height:fit-content;visibility:visible;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical ul .tve-item-dropdown-trigger{transform:rotate(90deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical li,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical li{position:relative;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul:not(#_),.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical ul:not(#_){position:absolute;left:unset;right:100%;top:0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul:not(#_){right:unset;left:100% !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical .tve-item-dropdown-trigger{transform:rotate(-90deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical .tve-item-dropdown-trigger:not(:empty){margin:0px 0px 0px 8px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul .tve-item-dropdown-trigger{transform:rotate(0deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul .tve-item-dropdown-trigger:not(:empty){margin:0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical .tve-item-dropdown-trigger{transform:rotate(90deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical .tve-item-dropdown-trigger:not(:empty){margin:0px 0px 0px 8px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical ul .tve-item-dropdown-trigger{transform:rotate(180deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical ul .tve-item-dropdown-trigger:not(:empty){margin:0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical li ul{float:left;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical li:not(.expand-children):hover > ul{visibility:hidden;max-height:0px;opacity:0;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li > ul{max-height:0px;visibility:hidden;opacity:0;display:initial !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li.expand-children > ul{visibility:visible;max-height:fit-content;max-height:-moz-fit-content;max-height:-moz-fit-content;max-height:fit-content;opacity:1;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li ul{transform:perspective(400px) rotate3d(1,0,0,-90deg);transform-origin:50% 0px;transition:all 0.35s ease 0s,color 0.35s ease 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li ul ul{transform:perspective(1600px) rotate3d(0,1,0,-90deg);transform-origin:0px 0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li.expand-children > ul{transform:perspective(400px) rotate3d(0,0,0,0deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li:hover > ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li:hover > ul > li.expand-children > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li.expand-children > ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li.expand-children > ul > li.expand-children > ul{transform:perspective(400px) rotate3d(0,0,0,0deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical > li ul ul{transform:perspective(400px) rotate3d(1,0,0,-90deg);transform-origin:50% 0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical li.expand-children > ul{transform:perspective(400px) rotate3d(0,0,0,0deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="da"]) ul.tve_w_menu.tve_horizontal > li > ul{display:block;visibility:hidden;top:-100000px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="da"]) ul.tve_w_menu.tve_horizontal > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="da"]) ul.tve_w_menu.tve_horizontal > li.expand-children > ul{top:100%;visibility:visible;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu.tve_vertical{padding:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu.tve_vertical li{margin:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu > li{margin:0px 15px;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu > li ul{border:none;background-color:rgb(255,255,255);border-radius:0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu > li > a{font-weight:600;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu .sub-menu li{font-weight:normal;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu > li:hover > a{color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu .sub-menu li a{color:rgb(102,102,102);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu .sub-menu li:hover > a{color:rgb(54,54,54);text-decoration:none !important;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu > li:hover{background-color:rgb(255,255,255);box-shadow:rgba(0,0,0,0.15) 0px 0px 9px 1px;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu > li{padding:0px;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu > li a{background-color:inherit;padding:6px 10px;z-index:20;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu .sub-menu > li a{color:rgb(102,102,102);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu .sub-menu > li:hover > a{color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu > li{margin:0px;border-right:none;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu > li:not(:last-of-type){border-right:1px solid rgb(217,217,217);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu > li a{color:rgb(51,51,51);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu li:hover{background-color:rgb(57,163,209);color:rgb(255,255,255) !important;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu li:hover a{color:inherit !important;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu .sub-menu{box-shadow:none;background-color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu .sub-menu li{background-color:rgb(57,163,209);color:rgb(255,255,255) !important;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu .sub-menu li:hover{color:rgb(224,238,246) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu{background-color:rgb(60,61,64);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu > li a{color:rgb(255,255,255) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu{box-shadow:none;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu li{background-color:rgb(30,30,31) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu li:hover > a{color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu li a{color:rgb(175,175,175);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] .tcb-icon-close{color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] .tcb-icon-close svg{color:inherit;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"].tve-mobile-dropdown .tcb-icon-close{color:rgb(17,17,17);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu .sub-menu li a{color:rgb(175,175,175) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu > li:hover > a{color:rgb(57,163,209) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu .sub-menu li:hover > a{color:rgb(255,255,255) !important;text-decoration:underline !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu > li:hover{background-color:rgb(30,30,31);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu > li{padding:0px;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu > li a{background-color:inherit;padding:2px 10px;z-index:9;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu .sub-menu li a{color:rgb(175,175,175) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu .sub-menu li:hover > a{color:rgb(57,163,209) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu > li{border-right:none;margin:0px !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu > li:not(:last-of-type){border-right:1px solid rgb(217,217,217);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu > li:hover{background-color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu > li{background-color:rgb(57,163,209) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu > li:hover{background-color:rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu > li:hover > a{color:rgb(255,255,255) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu > li > a{color:rgb(224,238,246) !important;}.tve_w_menu ul{left:100%;top:0px;}.tve_w_menu > li > ul{top:100%;left:0px;}.thrv_widget_menu [data-item-display-desktop="icon"] > a > .m-icon,.thrv_widget_menu [data-item-display-desktop="icon"] > .m-icon,.thrv_widget_menu [data-item-display-desktop="icon"] .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-desktop="icon"] > a > .tcb-mm-text .m-icon{display:flex !important;margin-right:0px !important;}.thrv_widget_menu [data-item-display-desktop="icon"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="icon"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="icon"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-desktop="icon"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-desktop="icon"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:none !important;}.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .m-icon,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .tcb-mm-text .m-icon{display:flex !important;}.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}.thrv_widget_menu [data-item-display-desktop="text"] > a > .m-icon,.thrv_widget_menu [data-item-display-desktop="text"] > .m-icon,.thrv_widget_menu [data-item-display-desktop="text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-desktop="text"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-desktop="text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-desktop="text"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-desktop="text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}.thrv_widget_menu [data-item-display-desktop="image"] > a > .m-icon,.thrv_widget_menu [data-item-display-desktop="image"] > .m-icon,.thrv_widget_menu [data-item-display-desktop="image"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-desktop="image"] > .tcb-mm-text,.thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-mm-text{flex-grow:0 !important;}.thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="image"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-desktop="image"] > .tcb-mm-image{display:flex !important;}.thrv_widget_menu [data-item-display-desktop="image"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:none !important;}.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-desktop="image-text"] > .m-icon,.thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-mm-image{display:flex !important;}.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}body.logged-in .thrv_widget_menu .tcb-menu-display-desktop-logged-out{display:none !important;}body:not(.logged-in) .thrv_widget_menu .tcb-menu-display-desktop-logged-in{display:none !important;}:not(#_):not(#_) .thrv_widget_menu .tcb-menu-display-desktop-always{display:block !important;}.thrv_widget_menu .tcb-mm-image,.thrv_widget_menu .tcb-menu-item-image{background-size:cover;background-position:center center;position:relative;height:45px;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row,.thrv_widget_menu .tcb--row{flex-direction:row;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row .tcb-menu-item-image,.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row .m-icon,.thrv_widget_menu .tcb--row .tcb-menu-item-image,.thrv_widget_menu .tcb--row .m-icon{margin-right:8px;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row-reverse,.thrv_widget_menu .tcb--row-reverse{flex-direction:row-reverse;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row-reverse .tcb-menu-item-image,.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row-reverse .tcb-mm-image .m-icon,.thrv_widget_menu .tcb--row-reverse .tcb-menu-item-image,.thrv_widget_menu .tcb--row-reverse .tcb-mm-image .m-icon{margin-left:8px;}.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text){flex-direction:row;}.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .tcb-menu-item-image,.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .m-icon{order:3;margin-left:8px;margin-right:0px !important;}.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text).tcb-mm-container,.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .tcb-mm-container{flex-direction:row-reverse;}.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text).tcb-mm-container .tcb-mm-image,.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .tcb-mm-container .tcb-mm-image{margin-left:8px;}.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text).tcb-mm-container .m-icon,.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .tcb-mm-container .m-icon{order:0 !important;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column,.thrv_widget_menu .tcb--column{flex-direction:column;justify-content:center;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .tcb-menu-item-image,.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .tcb-mm-image,.thrv_widget_menu .tcb--column .tcb-menu-item-image,.thrv_widget_menu .tcb--column .tcb-mm-image{margin-bottom:10px;flex-basis:auto !important;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .tcb-mm-text,.thrv_widget_menu .tcb--column .tcb-mm-text{flex-basis:auto !important;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .m-icon,.thrv_widget_menu .tcb--column .m-icon{margin-right:0px !important;margin-left:0px !important;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .tve-item-dropdown-trigger,.thrv_widget_menu .tcb--column .tve-item-dropdown-trigger{position:absolute;bottom:0.5em;right:0px;}body:not(.logged-in) .thrv_widget_menu .tcb-menu-item-image[data-d-f="user"],body:not(.logged-in) .thrv_widget_menu .tcb-mm-image[data-d-f="user"]{display:none !important;}body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image"] > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image"] > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image"] > .tcb-mm-image.tcb-elem-placeholder{display:none !important;}.thrv_widget_menu[class*="tve-custom-menu-switch-icon-"] .tcb-mega-drop .thrv_text_element{display:none;}.tcb-hamburger-logo{display:none;}.thrv_widget_menu:not(#_):not(#_) li button{display:none !important;}.thrv_widget_menu:not(#_):not(#_) li a{--background-image:none;background-image:var(--background-image,none) !important;}.thrv_widget_menu:not(#_):not(#_) path{transition:none 0s ease 0s !important;}.thrv_widget_menu:not(#_):not(#_) li li li:first-child{margin-top:0px !important;}.thrv_widget_menu:not(#_):not(#_) ul ul ul{padding-top:0px !important;}.thrv_widget_menu:not(#_):not(#_):not(.tcb-mega-std).tve-regular ul.tve_w_menu > li ul{min-width:fit-content;min-width:-moz-fit-content;min-width:-moz-fit-content;min-width:fit-content;}.thrv_widget_menu:not(#_):not(#_):not(.tcb-mega-std).tve-regular ul.tve_w_menu > li ul li{min-width:fit-content;min-width:-moz-fit-content;min-width:-moz-fit-content;min-width:fit-content;}.thrv_widget_menu:not(#_):not(#_):not(.tcb-mega-std):not(.tve-regular) .tve-disabled-text-inner{white-space:normal;}:not(.tve-editor-main-content) .thrv_widget_menu:not(#_):not(#_):not(.tve-regular) li > a.tve-jump-scroll{pointer-events:none;}:not(.tve-editor-main-content) .thrv_widget_menu:not(#_):not(#_):not(.tve-regular) li > a.tve-jump-scroll .tve-item-dropdown-trigger{pointer-events:all;}:not(.tve-editor-main-content) .thrv_widget_menu:not(#_):not(#_):not(.tve-regular) .tcb-mega-drop li li > a.tve-jump-scroll{pointer-events:all;}body:not(.tve_editor_page) .thrive_author_links .tve_s_item a[href=""]{display:none;}.tcb-icon{display:inline-block;width:1em;height:1em;line-height:1em;vertical-align:middle;stroke-width:0;stroke:currentcolor;fill:currentcolor;box-sizing:content-box;transform:rotate(var(--tcb-icon-rotation-angle,0deg));}svg.tcb-icon path:not([fill="none"]){transition:none 0s ease 0s;fill:inherit !important;stroke:inherit !important;}.thrv_icon{text-align:center;}.thrv_text_element{overflow-wrap:break-word;}.thrive-symbol-shortcode{position:relative;}body:not(.tve_editor_page) .thrv_wrapper.thrv_footer,body:not(.tve_editor_page) .thrv_wrapper.thrv_header{padding:0px;}.tcb-logo{display:block;max-width:100%;width:240px;box-sizing:border-box !important;}.thrv_widget_menu .tcb-logo{width:auto;margin:0px;}.tcb-logo.thrv_wrapper{padding:0px;}.tcb-logo img{display:block;max-width:100%;height:auto;}.notifications-content-wrapper.tcb-permanently-hidden{display:none !important;}.tcb-permanently-hidden{display:none !important;}.tar-disabled{cursor:default;opacity:0.4;pointer-events:none;}.tcb-clear::after{display:block;height:0px;content:"";}.tcb-flex-row{display:flex;flex-flow:row nowrap;align-items:stretch;justify-content:space-between;margin-top:0px;margin-left:-15px;padding-bottom:15px;padding-top:15px;}.tcb-flex-col{flex:1 1 auto;padding-top:0px;padding-left:15px;}.tcb-flex-row .tcb-flex-col{box-sizing:border-box;}.tcb-col{height:100%;display:flex;flex-direction:column;position:relative;}.tcb-flex-row .tcb-col{box-sizing:border-box;}html{text-rendering:auto !important;}html body{text-rendering:auto !important;}#tve_editor ul{margin-left:20px;}#tve_editor ul.tve_w_menu{margin-left:0px;}#tve_editor ul.tve_w_menu ul{margin-left:0px;}.thrv_wrapper{margin-top:20px;margin-bottom:20px;padding:1px;}.thrv_wrapper div{box-sizing:content-box;}.thrv_symbol .thrv_wrapper:not(.thrv_icon){box-sizing:border-box !important;}.thrv_wrapper.thrv_text_element,.thrv_wrapper.thrv_symbol{margin:0px;}.thrv_wrapper.thrv-columns{margin-top:10px;margin-bottom:10px;padding:0px;}p{font-size:1em;}.tve_clearfix::after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0px;}a:not(.tcb-button-link) svg.tcb-icon{color:rgb(17,17,17);}.thrv_icon{line-height:0;}.thrv_icon.thrv_wrapper{margin-left:auto;margin-right:auto;padding:0px;}.thrv_widget_menu li{margin-top:0px;padding:0px 10px;}.thrv_widget_menu.thrv_wrapper.tcb-mega-std .tve_w_menu.tve_horizontal > li ul{border:none;}.thrv_widget_menu.thrv_wrapper.tve-vertical-menu{width:100%;}.thrv_widget_menu.thrv_wrapper.tve_center{display:table;margin-left:auto !important;margin-right:auto !important;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu{position:relative;margin:0px;padding:0px 0px 0px 1em;list-style-type:none;list-style-image:none;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu ul{margin:0px;padding:0px 0px 0px 1em;list-style-type:none;list-style-image:none;background-color:rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li{margin-bottom:0px;margin-left:0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li::before{content:"";display:none;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li > a{color:rgb(55,55,55);text-decoration:none;display:flex;align-items:center;line-height:1;position:relative;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical > li ul{border:1px solid rgb(180,180,180);border-radius:3px;padding:0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical > li ul li > a{padding:2px 15px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal{z-index:9;padding:0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li{display:inline-block;position:relative;padding:2px 10px;max-width:100%;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul{padding:0px;position:absolute;border:1px solid rgb(180,180,180);border-radius:3px;display:none;z-index:4;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul li{padding:0px;display:block;position:relative;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul li:first-child a{border-top-left-radius:3px;border-top-right-radius:3px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul li:last-child a{border-bottom-left-radius:3px;border-bottom-right-radius:3px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul li > a{padding:2px 15px;overflow:hidden;text-overflow:ellipsis;}.thrv_widget_menu.thrv_wrapper:not(.tve-regular) ul.tve_w_menu.tve_horizontal > li ul{position:static;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_vertical a,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal a{line-height:2;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_vertical svg,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal svg{width:1.5em;height:1em;transition:all 0.15s ease 0s;fill:currentcolor;margin-left:5px;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_vertical li > a{display:inline-flex;}#tve_editor.tve_empty_dropzone .thrv_symbol.thrv_header .symbol-section-in{padding:1px;}.thrv_symbol.thrv_header{width:100%;position:relative;box-sizing:border-box;}.thrv_symbol.thrv_header .thrive-symbol-shortcode{margin:0px auto;position:relative;}.symbol-section-in{margin:0px auto;position:relative;z-index:1;box-sizing:border-box;}.symbol-section-in:empty::before{font-family:sans-serif;line-height:40px;}.symbol-section-in::after,.symbol-section-in::before{content:"";display:block;overflow:auto;}.symbol-section-out{position:absolute;width:100%;height:100%;left:0px;top:0px;overflow:hidden;box-sizing:border-box !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{position:relative;min-height:var(--tcb-container-height-d,100px) !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-page-section{box-sizing:border-box;margin:0px;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-content-box{box-sizing:border-box;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-page-section-out,:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-content-box-background{box-sizing:border-box;position:absolute;width:100%;height:100%;left:0px;top:0px;overflow:hidden;}body:not(.tve_editor_page) .tve_audio-no_audio{display:none;}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_black{color:rgb(16,16,16);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_black a:hover{color:rgb(16,16,16);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_black.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_black.tve_horizontal ul a.tve-active{background-color:rgb(16,16,16);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_blue{color:rgb(62,104,178);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_blue a:hover{color:rgb(62,104,178);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_blue.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_blue.tve_horizontal ul a.tve-active{background-color:rgb(62,104,178);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_green{color:rgb(26,188,156);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_green a:hover{color:rgb(26,188,156);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_green.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_green.tve_horizontal ul a.tve-active{background-color:rgb(26,188,156);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_orange{color:rgb(230,126,34);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_orange a:hover{color:rgb(230,126,34);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_orange.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_orange.tve_horizontal ul a.tve-active{background-color:rgb(230,126,34);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_purple{color:rgb(134,86,193);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_purple a:hover{color:rgb(134,86,193);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_purple.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_purple.tve_horizontal ul a.tve-active{background-color:rgb(134,86,193);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_red{color:rgb(206,39,27);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_red a:hover{color:rgb(206,39,27);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_red.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_red.tve_horizontal ul a.tve-active{background-color:rgb(206,39,27);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_teal{color:rgb(56,125,113);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_teal a:hover{color:rgb(56,125,113);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_teal.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_teal.tve_horizontal ul a.tve-active{background-color:rgb(56,125,113);color:rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_white{color:rgb(216,216,216);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_white a:hover{color:rgb(216,216,216);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_white.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_white.tve_horizontal ul a.tve-active{background-color:rgb(216,216,216);color:rgb(255,255,255);}.thrv_wrapper.thrv_text_element{padding:1px;}@media (max-width:1023px){.thrv_widget_menu [data-item-display-tablet="icon"] > a > .m-icon,.thrv_widget_menu [data-item-display-tablet="icon"] > .m-icon,.thrv_widget_menu [data-item-display-tablet="icon"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-tablet="icon"] > a > .tcb-mm-text .m-icon{display:flex !important;}.thrv_widget_menu [data-item-display-tablet="icon"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="icon"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="icon"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-tablet="icon"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-tablet="icon"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:none !important;}.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .m-icon,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .tcb-mm-text .m-icon{display:flex !important;}.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}.thrv_widget_menu [data-item-display-tablet="text"] > a > .m-icon,.thrv_widget_menu [data-item-display-tablet="text"] > .m-icon,.thrv_widget_menu [data-item-display-tablet="text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-tablet="text"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-tablet="text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-tablet="text"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-tablet="text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}.thrv_widget_menu [data-item-display-tablet="image"] > a > .m-icon,.thrv_widget_menu [data-item-display-tablet="image"] > .m-icon,.thrv_widget_menu [data-item-display-tablet="image"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-tablet="image"] > .tcb-mm-text,.thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-mm-text{flex-grow:0 !important;}.thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="image"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-tablet="image"] > .tcb-mm-image{display:flex !important;}.thrv_widget_menu [data-item-display-tablet="image"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:none !important;}.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-tablet="image-text"] > .m-icon,.thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-mm-image{display:flex !important;}.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}body.logged-in .thrv_widget_menu .tcb-menu-display-tablet-logged-out{display:none !important;}body:not(.logged-in) .thrv_widget_menu .tcb-menu-display-tablet-logged-in{display:none !important;}:not(#_):not(#_) .thrv_widget_menu .tcb-menu-display-tablet-always{display:block !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height:var(--tcb-container-height-t) !important;}}@media (max-width:767px){.thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html .tve_w_menu{height:0px;overflow:hidden;box-sizing:border-box;width:100%;background-color:rgb(255,255,255);position:absolute;z-index:9 !important;}.thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html .tve_w_menu .tcb-menu-logo-wrap{display:none !important;}.thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html .tve-m-trigger{display:block;width:100%;color:rgb(51,51,51) !important;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html{display:flex;justify-content:space-between;align-items:center;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo{display:block;order:var(--tcb-logo-split-order,1);}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger{width:auto;order:2;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html ul{flex-wrap:wrap !important;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html::after{display:none;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tve-mobile-dropdown .tve_w_menu{visibility:hidden;display:none;}.thrv_widget_menu[data-tve-switch-icon*="mobile"]:not(.tve-custom-menu-switch-icon-mobile) ul{padding:0px !important;}.thrv_widget_menu [data-item-display-mobile="icon"] > a > .m-icon,.thrv_widget_menu [data-item-display-mobile="icon"] > .m-icon,.thrv_widget_menu [data-item-display-mobile="icon"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-mobile="icon"] > a > .tcb-mm-text .m-icon{display:flex !important;}.thrv_widget_menu [data-item-display-mobile="icon"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="icon"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="icon"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-mobile="icon"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-mobile="icon"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:none !important;}.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .m-icon,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .tcb-mm-text .m-icon{display:flex !important;}.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}.thrv_widget_menu [data-item-display-mobile="text"] > a > .m-icon,.thrv_widget_menu [data-item-display-mobile="text"] > .m-icon,.thrv_widget_menu [data-item-display-mobile="text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-mobile="text"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-mobile="text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-mobile="text"] > .tcb-mm-image{display:none !important;}.thrv_widget_menu [data-item-display-mobile="text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}.thrv_widget_menu [data-item-display-mobile="image"] > a > .m-icon,.thrv_widget_menu [data-item-display-mobile="image"] > .m-icon,.thrv_widget_menu [data-item-display-mobile="image"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-mobile="image"] > .tcb-mm-text,.thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-mm-text{flex-grow:0 !important;}.thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="image"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-mobile="image"] > .tcb-mm-image{display:flex !important;}.thrv_widget_menu [data-item-display-mobile="image"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:none !important;}.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-mobile="image-text"] > .m-icon,.thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-mm-text .m-icon{display:none !important;}.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-mm-image{display:flex !important;}.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display:inline-block !important;}body.logged-in .thrv_widget_menu .tcb-menu-display-mobile-logged-out{display:none !important;}body:not(.logged-in) .thrv_widget_menu .tcb-menu-display-mobile-logged-in{display:none !important;}:not(#_):not(#_) .thrv_widget_menu .tcb-menu-display-mobile-always{display:block !important;}.thrv_widget_menu[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown ul.tve_w_menu.tve-m-expanded{overflow-y:auto;max-height:80vh !important;}html{overflow-x:hidden !important;}html,body{max-width:100vw !important;}.tcb-flex-row{flex-direction:column;}.tcb-flex-row.v-2{flex-direction:row;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height:var(--tcb-container-height-m) !important;}}@media screen and (max-width:782px){.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen ul.tve_w_menu{top:46px;height:calc(100vh - 46px);}.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close{top:46px;}}@media (min-width:2600px){.thrv_widget_menu.thrv_wrapper li.c-double > a::before,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::before{top:3px !important;}}@media (min-width:1024px){.thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve_w_menu{height:0px;overflow:hidden;box-sizing:border-box;width:100%;background-color:rgb(255,255,255);position:absolute;z-index:9 !important;}.thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve_w_menu .tcb-menu-logo-wrap{display:none !important;}.thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve-m-trigger{display:block;width:100%;color:rgb(51,51,51) !important;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html{display:flex;justify-content:space-between;align-items:center;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo{display:block;order:var(--tcb-logo-split-order,1);}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger{width:auto;order:2;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html ul{flex-wrap:wrap !important;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html::after{display:none;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tve-mobile-dropdown .tve_w_menu{visibility:hidden;display:none;}}@media (min-width:768px) and (max-width:1023px){.thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html .tve_w_menu{height:0px;overflow:hidden;box-sizing:border-box;width:100%;background-color:rgb(255,255,255);position:absolute;z-index:9 !important;}.thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html .tve_w_menu .tcb-menu-logo-wrap{display:none !important;}.thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html .tve-m-trigger{display:block;width:100%;color:rgb(51,51,51) !important;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html{display:flex;justify-content:space-between;align-items:center;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo{display:block;order:var(--tcb-logo-split-order,1);}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger{width:auto;order:2;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html ul{flex-wrap:wrap !important;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html::after{display:none;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tve-mobile-dropdown .tve_w_menu{visibility:hidden;display:none;}.thrv_widget_menu[data-tve-switch-icon*="tablet"]:not(.tve-custom-menu-switch-icon-tablet) ul{padding:0px !important;}}@media only screen and (max-width:774px){.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve_menu_title{display:none;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .thrive-shortcode-html{padding-top:1px;position:relative;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade).tve_center,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade).tve_left,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade).tve_right{display:block;float:none;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger.t_tve_horizontal{border-radius:4px;border-width:1px;border-style:solid;display:inline-block;float:right;font-size:33px;height:30px;line-height:30px;margin:0px;padding:8px;text-align:center;text-decoration:none;width:33px;box-sizing:content-box !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger .thrv_icon{margin:0px;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger .tcb-icon-close{display:none;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger.tve-triggered-icon .tcb-icon-open{display:none;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger.tve-triggered-icon .tcb-icon-close{display:block;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul{min-width:250px;max-width:none !important;width:100% !important;box-sizing:border-box !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul li,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul a{display:block !important;box-sizing:border-box !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal{background-color:rgb(255,255,255);max-height:0px;overflow:hidden;position:absolute;transition:max-height 0.3s ease 0s;z-index:9999;top:50px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal.tve-m-expanded{transition:max-height 0.3s ease 0s;border:1px solid rgb(180,180,180);min-height:200px;overflow-y:scroll;top:49px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li > a{padding:12px 15px;display:block;background-color:rgb(255,255,255);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li ul{display:block !important;position:static !important;border:0px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li ul a::after{display:none !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li ul a{border-radius:0px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li > ul > li > a{padding-left:30px;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li > ul > li > ul > li > a{padding-left:45px;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li > ul > li > ul > li > ul > li > a{padding-left:45px;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal::-webkit-scrollbar-track{background-color:rgb(225,225,225);}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal::-webkit-scrollbar{width:6px;background-color:rgb(225,225,225);}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgb(204,204,204);}}@media (max-width:1023px) and (min-width:768px){.tcb-flex-row.tcb-medium-no-wrap,.tcb-flex-row.tcb-resized.tcb-medium-no-wrap{flex-wrap:nowrap !important;}.tcb-flex-row.tcb-medium-no-wrap > .tcb-flex-col,.tcb-flex-row.tcb-resized.tcb-medium-no-wrap > .tcb-flex-col{flex:1 1 auto !important;}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tcb-flex-col{width:100%;}.tcb-col{display:block;}}@media screen and (max-device-width:480px){body{text-size-adjust:none;}}@media only screen and (min-width:774px){.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul .tve_w_menu.tve_horizontal > li ul{left:-100%;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul .tve_w_menu.tve_horizontal > li ul li{text-align:right;}}</style><style class='tve-symbol-custom-style'>@media (min-width: 300px){.thrv_symbol_1914 [data-css="tve-u-16eff063edc"]{padding: 0px !important;}.thrv_symbol_1914 [data-css="tve-u-16eff064345"]{--tve-font-weight:var(--g-regular-weight,normal);--g-regular-weight:400;margin: 0px !important;background-color: transparent !important;}.thrv_symbol_1914 [data-css="tve-u-16eff063edc"] > .tcb-flex-col > .tcb-col{justify-content: center;}.thrv_symbol_1914 [data-css="tve-u-17076d4e3c0"]{width: 130px;float: left;z-index: 3;position: relative;margin: 0px auto 4px !important;}.thrv_symbol_1914 [data-css="tve-u-1707808d3b9"]::after{clear: both;}:not(#tve) .thrv_symbol_1914 [data-css="tve-u-17078308552"]{padding-top: 0px !important;margin-top: 0px !important;padding-bottom: 0px !important;margin-bottom: 0px !important;text-transform: uppercase !important;font-size: 12px !important;color: rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255)!important;}.thrv_symbol_1914 [data-css="tve-u-1707830e2a2"]{color: rgb(47,138,229) !important;}:not(#tve) .thrv_symbol_1914 [data-css="tve-u-1707831e1b9"]{padding-top: 0px !important;margin-top: 0px !important;padding-bottom: 0px !important;margin-bottom: 0px !important;font-size: 14px !important;color: rgba(255,255,255,0.75) !important;--tcb-applied-color:rgba(255,255,255,0.75)!important;}:not(#tve) .thrv_symbol_1914 [data-css="tve-u-1707836f49b"]{color: rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255)!important;}.thrv_symbol_1914 [data-css="tve-u-17116d2e577"]{padding: 0px !important;margin-bottom: 4px !important;margin-right: 24px !important;}.thrv_symbol_1914 [data-css="tve-u-17116d46c62"]{padding: 0px !important;}.thrv_symbol_1914 [data-css="tve-u-17130b69a07"]{--tcb-applied-color:rgba(255,255,255,0.75)!important;}.thrv_symbol_1914 [data-css="tve-u-17116d49e16"]{max-width: 70.9997%;}.thrv_symbol_1914 [data-css="tve-u-1865a9087cb"]{--tve-text-transform:capitalize;text-align: left;--tve-font-weight:var(--g-regular-weight,normal);--tve-font-style:normal;--tve-font-size:12px;margin-left: 0px !important;margin-right: 75px !important;}.thrv_symbol_1914.tve-default-state .symbol-section-out.tve-default-state{max-width: 100%;box-shadow: none;background-color: rgb(12,17,21) !important;padding: 10px 20px !important;}.thrv_symbol_1914 .symbol-section-out{box-shadow: none;background-color: rgb(12,17,21) !important;}.thrv_symbol_1914 .symbol-section-in{padding: 10px 20px !important;}.thrv_symbol_1914 .thrv_widget_menu #m-1865a9b0ac1 > li:not(.tcb-excluded-from-group-item){text-align: left;--tve-font-size:15px;--tve-font-weight:var(--g-regular-weight,normal);--tve-color:rgba(255,255,255,0.85);--tve-applied---tve-color:rgba(255,255,255,0.85);--tve-letter-spacing:0px;margin: 0px 16px 0px 0px !important;padding-left: 4px !important;padding-right: 4px !important;}.thrv_symbol_1914 .thrv_widget_menu #m-1865a9b0ac1 li li:not(.tcb-excluded-from-group-item){text-align: left;--tve-font-weight:var(--g-regular-weight,normal);--tve-font-size:13px;}.thrv_symbol_1914 [data-css="tve-u-1865aa2b0bf"] .tve_w_menu{border: 3px solid rgb(106,107,108);--tve-applied-border:3px solid rgb(106,107,108);background-image: none !important;--background-image:none!important;--tve-applied-background-image:none!important;}.thrv_symbol_1914 .thrv_widget_menu #m-1865a9b0ac1 > li:not(.tcb-excluded-from-group-item) > a{--tcb-applied-color:rgba(255,255,255,0.85);font-size: var(--tve-font-size,15px)!important;color: var(--tve-color,rgba(255,255,255,0.85))!important;--tve-applied-color:var$(--tve-color,rgba(255,255,255,0.85))!important;letter-spacing: var(--tve-letter-spacing,0px)!important;}.thrv_symbol_1914:not(#tve) .thrv_widget_menu #m-1865a9b0ac1 > li:not(.tcb-excluded-from-group-item) > a{font-weight: var(--tve-font-weight,var(--g-regular-weight,normal) )!important;}.thrv_symbol_1914 [data-css="tve-u-1865aa2b0bf"]{float: left;z-index: 3;position: relative;--tve-alignment:left;--tve-border-width:3px;margin-right: 0px !important;}.thrv_symbol_1914 [data-css="tve-u-1865aa7e2cf"]::after{clear: both;}.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] p,.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] li,.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] blockquote,.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] address,.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] .tcb-plain-text,.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] label,.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] h1,.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] h2,.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] h3,.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] h4,.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] h5,.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] h6{text-transform: var(--tve-text-transform,capitalize);}.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] p,.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] li,.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] blockquote,.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] address,.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] .tcb-plain-text,.thrv_symbol_1914:not(#tve) [data-css="tve-u-1865a9087cb"] label{font-weight: var(--tve-font-weight,var(--g-regular-weight,normal));font-style: var(--tve-font-style,normal);font-size: var(--tve-font-size,12px);}.thrv_symbol_1914:not(#tve) .thrv_widget_menu #m-1865a9b0ac1 li li:not(.tcb-excluded-from-group-item) > a{font-weight: var(--tve-font-weight,var(--g-regular-weight,normal) )!important;}.thrv_symbol_1914 .thrv_widget_menu #m-1865a9b0ac1 li li:not(.tcb-excluded-from-group-item) > a{font-size: var(--tve-font-size,13px)!important;}.thrv_symbol_1914:not(#tve) [data-css="tve-u-16eff064345"] p,.thrv_symbol_1914:not(#tve) [data-css="tve-u-16eff064345"] li,.thrv_symbol_1914:not(#tve) [data-css="tve-u-16eff064345"] blockquote,.thrv_symbol_1914:not(#tve) [data-css="tve-u-16eff064345"] address,.thrv_symbol_1914:not(#tve) [data-css="tve-u-16eff064345"] .tcb-plain-text,.thrv_symbol_1914:not(#tve) [data-css="tve-u-16eff064345"] label{font-weight: var(--tve-font-weight,var(--g-regular-weight,normal));}.thrv_symbol_1914 [data-css="tve-u-1865ab2bf66"]{max-width: 29%;}.thrv_symbol_1914.tve-default-state{}.thrv_symbol_1914{z-index: 10 !important;}}@media (max-width: 1023px){.thrv_symbol_1914 [data-css="tve-u-16eff063edc"]{padding: 0px !important;flex-flow: row nowrap !important;}.thrv_symbol_1914 [data-css="tve-u-16eff063edc"] .tcb-flex-col{flex-basis: 203px !important;}.thrv_symbol_1914 [data-css="tve-u-16eff064345"]{margin-bottom: 0px !important;}.thrv_symbol_1914.tve-default-state .symbol-section-out.tve-default-state{padding-left: 40px !important;padding-right: 40px !important;}.thrv_symbol_1914 .symbol-section-in.tve-default-state{padding-left: 0px !important;padding-right: 0px !important;}.thrv_symbol_1914 .symbol-section-in{padding-left: 40px !important;padding-right: 40px !important;}.thrv_symbol_1914.tve-scroll-state .symbol-section-out.tve-scroll-state{padding-left: 40px !important;padding-right: 40px !important;}}@media (max-width: 767px){.thrv_symbol_1914 [data-css="tve-u-16eff063edc"]{margin-left: -5px;padding: 0px !important;flex-flow: row nowrap !important;}.thrv_symbol_1914 [data-css="tve-u-16eff063edc"] .tcb-flex-col{flex-basis: 94px !important;}.thrv_symbol_1914 [data-css="tve-u-16eff063edc"] > .tcb-flex-col{padding-left: 5px;}.thrv_symbol_1914 [data-css="tve-u-17076d4e3c0"]{float: left;z-index: 3;position: relative;margin-left: auto !important;margin-right: auto !important;}.thrv_symbol_1914 [data-css="tve-u-1707808d3b9"]::after{clear: both;}.thrv_symbol_1914 [data-css="tve-u-17116d46c62"]{padding: 0px !important;}:not(#tve) .thrv_symbol_1914 [data-css="tve-u-1707831e1b9"]{font-size: 11px !important;line-height: 1.45em !important;}.thrv_symbol_1914 [data-css="tve-u-17116d49e16"]{max-width: 36.1%;}:not(#tve) .thrv_symbol_1914 [data-css="tve-u-17078308552"]{font-size: 11px !important;}.thrv_symbol_1914 [data-css="tve-u-16eff064345"]{margin-bottom: 0px !important;}.thrv_symbol_1914.tve-default-state .symbol-section-out.tve-default-state{padding-left: 20px !important;padding-right: 20px !important;}.thrv_symbol_1914 .symbol-section-in.tve-default-state{padding-left: 0px !important;padding-right: 0px !important;}.thrv_symbol_1914 .symbol-section-in{padding-left: 20px !important;padding-right: 20px !important;}.thrv_symbol_1914 [data-css="tve-u-1865aa2b0bf"]{margin-right: 0px !important;margin-left: -83px !important;}.thrv_symbol_1914 [data-css="tve-u-17116d2e577"]{margin-right: -64px !important;margin-left: -35px !important;}.thrv_symbol_1914 [data-css="tve-u-1865ab2bf66"]{max-width: 35.1%;}.thrv_symbol_1914.tve-scroll-state .symbol-section-out.tve-scroll-state{padding-left: 20px !important;padding-right: 20px !important;}}</style><div class="symbol-section-out tve-default-state" style=""></div> <div class="symbol-section-in tve-default-state" style=""><div class="thrv_wrapper thrv-columns" data-css="tve-u-16eff064345" style="--tcb-col-el-width:1099.09;" data-child-styles="{&quot;text&quot;:{&quot;p&quot;:&quot;&quot;}}"><div class="tcb-flex-row v-2 m-edit tcb-medium-no-wrap tcb-mobile-no-wrap tcb-resized tcb--cols--2" data-css="tve-u-16eff063edc" style=""><div class="tcb-flex-col" data-css="tve-u-1865ab2bf66" style=""><div class="tcb-col"><div class="tcb-clear" data-css="tve-u-1707808d3b9"><a class="tcb-logo thrv_wrapper" href="https://knpayrollplus.com" data-css="tve-u-17076d4e3c0" data-img-style="" class=""><picture><source srcset="https://i0.wp.com/knpayrollplus.com/wp-content/uploads/2021/09/ComprehensivePayrollImageOnly100x100Pixels.png?fit=100%2C100&amp;ssl=1" media="(min-width:1024px)"></source><img src="https://i0.wp.com/knpayrollplus.com/wp-content/uploads/2021/09/ComprehensivePayrollImageOnly100x100Pixels.png?fit=100%2C100&amp;ssl=1" height="100" width="100" alt="" style="" class="tve-not-lazy-loaded"></img></picture></a></div><div class="thrv_wrapper thrv_text_element" style="" data-css="tve-u-17116d46c62"><p data-css="tve-u-1707831e1b9" style="font-size: 11px !important;"><span class="thrive-shortcode-content" data-attr-id="2" data-attr-multiline="0" data-extra_key="1" data-option-inline="1" data-shortcode="thrive_global_fields" data-shortcode-name="[Company] Address" style="" data-css="tve-u-17130b69a07">Bird Rock Extension Development, Basseterre, St. Kitts - Nevis</span></p></div></div></div><div class="tcb-flex-col" data-css="tve-u-17116d49e16" style=""><div class="tcb-col" style="" data-css="tve-u-1865a9087cb"><div class="thrv_wrapper thrv_text_element" style="" data-css="tve-u-17116d2e577"><p data-css="tve-u-17078308552" style="text-align: right;">Office: <span data-css="tve-u-1707830e2a2" style="color: var(--tcb-skin-color-0);"><span class="thrive-shortcode-content" data-attr-id="3" data-extra_key="1" data-option-inline="1" data-shortcode="thrive_global_fields" data-shortcode-name="[Company] Phone number" data-css="tve-u-1707836f49b">(869) 667 9112</span></span></p></div><div class="tcb-clear" data-css="tve-u-1865aa7e2cf"><div class="thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-menu-template-light-tmp-first tve-mobile-side-right tve-regular" data-tve-switch-icon="" data-css="tve-u-1865aa2b0bf" data-tve-allhoriz="1" style="" data-tcb_hover_state_parent=""><div class="thrive-shortcode-html thrive-shortcode-html-editable tve_clearfix" > <a class="tve-m-trigger t_tve_horizontal" href="javascript:void(0)"><div class="thrv_wrapper thrv_icon tcb-icon-open"><svg class="tcb-icon" viewBox="0 0 32 32" data-name="align-justify"><g><path class="st0" d="M23.5,11.4h-15c-0.4,0-0.8,0.3-0.8,0.8s0.3,0.8,0.8,0.8h15c0.4,0,0.8-0.3,0.8-0.8S23.9,11.4,23.5,11.4z"/><path class="st0" d="M23.5,15.3h-15c-0.4,0-0.8,0.3-0.8,0.8s0.3,0.8,0.8,0.8h15c0.4,0,0.8-0.3,0.8-0.8S23.9,15.3,23.5,15.3z"/><path class="st0" d="M23.5,19.1h-15c-0.4,0-0.8,0.3-0.8,0.8s0.3,0.8,0.8,0.8h15c0.4,0,0.8-0.3,0.8-0.8S23.9,19.1,23.5,19.1z"/><path class="st0" d="M16,0C7.2,0,0,7.2,0,16v0c0,8.8,7.2,16,16,16s16-7.2,16-16v0C32,7.2,24.8,0,16,0z M16,30.5 C8,30.5,1.5,24,1.5,16C1.5,8,8,1.5,16,1.5C24,1.5,30.5,8,30.5,16C30.5,24,24,30.5,16,30.5z"/></g></svg></div><div class="thrv_wrapper thrv_icon tcb-icon-close"><svg class="tcb-icon" viewBox="0 0 32 32" data-name="close"><g><path class="st0" d="M16,0C7.2,0,0,7.2,0,16v0c0,8.8,7.2,16,16,16s16-7.2,16-16v0C32,7.2,24.8,0,16,0z M16,30.5 C8,30.5,1.5,24,1.5,16C1.5,8,8,1.5,16,1.5C24,1.5,30.5,8,30.5,16C30.5,24,24,30.5,16,30.5z"/><path class="st0" d="M21.8,10.2c-0.3-0.3-0.8-0.3-1.1,0L16,14.9l-4.8-4.8c-0.3-0.3-0.8-0.3-1.1,0s-0.3,0.8,0,1.1l4.8,4.8l-4.8,4.8 c-0.3,0.3-0.3,0.8,0,1.1c0.1,0.1,0.3,0.2,0.5,0.2s0.4-0.1,0.5-0.2l4.8-4.8l4.8,4.8c0.1,0.1,0.3,0.2,0.5,0.2s0.4-0.1,0.5-0.2 c0.3-0.3,0.3-0.8,0-1.1L17.1,16l4.8-4.8C22.1,10.9,22.1,10.5,21.8,10.2z"/></g></svg></div></a>  <ul id="m-1865a9b0ac1" class="tve_w_menu tve_horizontal "><li id="menu-item-61" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61 lvl-0 c-underline" data-id="61" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/blog/"><span class="tve-disabled-text-inner">Payroll Guru</span></a></li>
<li id="menu-item-171" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-171 lvl-0 c-underline" data-id="171" data-item-display-desktop="text" ><a href="#"><span class="tve-disabled-text-inner">Service and Software</span><span class="tve-item-dropdown-trigger"><svg class="tve-dropdown-icon-up" viewBox="0 0 320 512"><path d="M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z"/></svg></span></a>
<ul class="sub-menu menu-item-171-ul">
	<li id="menu-item-172" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-172 lvl-1 c-underline" data-id="172" data-item-display-desktop="text" ><a href="#"><span class="tve-disabled-text-inner">License Agreements</span><span class="tve-item-dropdown-trigger"><svg class="tve-dropdown-icon-up" viewBox="0 0 320 512"><path d="M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z"/></svg></span></a>
	<ul class="sub-menu menu-item-172-ul">
		<li id="menu-item-883" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-883 lvl-2 c-underline" data-id="883" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/cpp-perpetual-license-agreement/"><span class="tve-disabled-text-inner">CPP Perpetual License Agreement</span></a></li>
		<li id="menu-item-181" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-181 lvl-2 c-underline" data-id="181" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/sbpa-perpetual-license-agreement/"><span class="tve-disabled-text-inner">SBPA Perpetual License Agreement</span></a></li>
		<li id="menu-item-180" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-180 lvl-2 c-underline" data-id="180" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/abcru-perpetual-license-agreement/"><span class="tve-disabled-text-inner">ABCRU Perpetual License Agreement</span></a></li>
		<li id="menu-item-1005" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1005 lvl-2 c-underline" data-id="1005" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/software-and-service-subscription-license-agreement/"><span class="tve-disabled-text-inner">Subscription License Agreement</span></a></li>
	</ul>
</li>
	<li id="menu-item-182" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-182 lvl-1 c-underline" data-id="182" data-item-display-desktop="text" ><a href="#"><span class="tve-disabled-text-inner">Software Features</span><span class="tve-item-dropdown-trigger"><svg class="tve-dropdown-icon-up" viewBox="0 0 320 512"><path d="M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z"/></svg></span></a>
	<ul class="sub-menu menu-item-182-ul">
		<li id="menu-item-184" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-184 lvl-2 c-underline" data-id="184" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/comprehensive-payroll-plus-application/"><span class="tve-disabled-text-inner">Comprehensive Payroll Plus Application</span></a></li>
		<li id="menu-item-185" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-185 lvl-2 c-underline" data-id="185" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/small-business-payroll-application/"><span class="tve-disabled-text-inner">Small Business Payroll Application</span></a></li>
		<li id="menu-item-183" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-183 lvl-2 c-underline" data-id="183" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/access-backup-compact-and-restore-utility/"><span class="tve-disabled-text-inner">Access Backup Compact and Restore Utility</span></a></li>
	</ul>
</li>
	<li id="menu-item-908" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-908 lvl-1 c-underline" data-id="908" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/payroll-processing-service/"><span class="tve-disabled-text-inner">Payroll Processing Service</span></a></li>
</ul>
</li>
<li id="menu-item-188" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-188 lvl-0 c-underline" data-id="188" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/_help/"><span class="tve-disabled-text-inner">Help Center</span><span class="tve-item-dropdown-trigger"><svg class="tve-dropdown-icon-up" viewBox="0 0 320 512"><path d="M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z"/></svg></span></a>
<ul class="sub-menu menu-item-188-ul">
	<li id="menu-item-1025" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1025 lvl-1 c-underline" data-id="1025" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/knowledge-base-new/general-faqs/"><span class="tve-disabled-text-inner">FAQ&#8217;s &#038; Answers</span></a></li>
	<li id="menu-item-1026" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1026 lvl-1 c-underline" data-id="1026" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/knowledge-base-new/"><span class="tve-disabled-text-inner">Knowledge Base</span></a></li>
	<li id="menu-item-189" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-189 lvl-1 c-underline" data-id="189" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/how-to-videos/"><span class="tve-disabled-text-inner">How To Videos</span></a></li>
	<li id="menu-item-191" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-191 lvl-1 c-underline" data-id="191" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/support/"><span class="tve-disabled-text-inner">Support</span></a></li>
</ul>
</li>
<li id="menu-item-192" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-192 lvl-0 c-underline" data-id="192" data-item-display-desktop="text" ><a href="#"><span class="tve-disabled-text-inner">Operations Manual</span><span class="tve-item-dropdown-trigger"><svg class="tve-dropdown-icon-up" viewBox="0 0 320 512"><path d="M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z"/></svg></span></a>
<ul class="sub-menu menu-item-192-ul">
	<li id="menu-item-195" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-195 lvl-1 c-underline" data-id="195" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/payroll-processing-service-user-guide/"><span class="tve-disabled-text-inner">Payroll Processing Service User Guide</span></a></li>
	<li id="menu-item-2453" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2453 lvl-1 c-underline" data-id="2453" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/comprehensive-payroll-plus-getting-started-guide/"><span class="tve-disabled-text-inner">Comprehensive Payroll Plus Getting Started Guide</span></a></li>
	<li id="menu-item-318" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-318 lvl-1 c-underline" data-id="318" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/comprehensive-payroll-plus-user-guide/"><span class="tve-disabled-text-inner">Comprehensive Payroll Plus User Guide</span></a></li>
	<li id="menu-item-2552" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2552 lvl-1 c-underline" data-id="2552" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/comprehensive-payroll-plus-whats-new/"><span class="tve-disabled-text-inner">Comprehensive Payroll Plus What&#8217;s New</span></a></li>
	<li id="menu-item-360" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-360 lvl-1 c-underline" data-id="360" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/small-business-payroll-application-user-guide-2/"><span class="tve-disabled-text-inner">Small Business Payroll Application User Guide</span></a></li>
	<li id="menu-item-193" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-193 lvl-1 c-underline" data-id="193" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/access-backup-compact-and-restore-utility-user-guide/"><span class="tve-disabled-text-inner">Access Backup Compact and Restore Utility User Guide</span></a></li>
</ul>
</li>
<li id="menu-item-1943" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1943 lvl-0 c-underline" data-id="1943" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/products/"><span class="tve-disabled-text-inner">Products</span></a></li>
<li id="menu-item-2084" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2084 lvl-0 c-underline" data-id="2084" data-item-display-desktop="text" ><a href="https://knpayrollplus.com/free-downloads/"><span class="tve-disabled-text-inner">Free Trial Downloads</span></a></li>
</ul> <div class="tcb-menu-overlay"></div> </div> </div></div></div></div></div></div></div></div></header><div id="theme-top-section" class="theme-section top-section"><div class="section-background"></div><div class="section-content"><div class="thrv_wrapper thrv_text_element" data-css="tve-u-172db91c35a" style=""><h1 class="" style="" data-css="tve-u-172db905a9c"><span class="thrive-shortcode-content" data-attr-id="the_title" data-extra_key="the_title" data-option-inline="1" data-shortcode="thrive_woocommerce_shop_title" data-shortcode-name="Post title" style="" data-css="tve-u-172db97575b">All Access Backup Compact and Restore Utility</span></h1></div></div></div><div id="content">
<div class="main-container thrv_wrapper"><div id="theme-content-section" class="theme-section content-section content-full-width"><div class="section-background"></div><div class="section-content"><div class="shop-template-wrapper thrv_wrapper thrive-shop" data-align-items="left">
			
			<div class="term-description"><p>Access Backup Compact and Restore Utility Software</p>
</div>
			
				
<div class="taxonomy-image"><img loading="lazy" width="600" height="300" src="https://i0.wp.com/knpayrollplus.com/wp-content/uploads/2023/01/ABCRU-600x300-1.png?fit=600%2C300&amp;ssl=1" class="product-category-image" alt="" decoding="async" /></div>


	<div class="taxonomy-description"><p>Access Backup Compact and Restore Utility Software</p>
</div>


	<div id="product_filters_bar" class="product-sort-bar green-box ic-design "><div id="block-99" class="filter-widget widget_block product-search-widget"><div class="ic-block-product-search-widget wp-block-ic-epc-product-search-widget"><div class="widget product_search search widget_search">    <form role="search" class="green-box ic-design" method="get"
          id="product_search_form" action="https://knpayrollplus.com/">
		<input type="hidden" name="post_type" value="product" />        <div class="ic-search-container">
			            <input class="product-search-box" type="search" value="" name="s"
                   placeholder="Product Search"/>
            <input class="product-search-submit" type="submit" id="searchsubmit"
                   value=""/>
        </div>
    </form>
	</div></div></div><div id="block-100" class="filter-widget widget_block product-sort-filter"><div class="ic-block-product-sort-filter wp-block-ic-epc-product-sort-filter"><div class="widget product_sort_filter"><form class="product_order ic_ajax " data-ic_responsive_label="Sort by" data-ic_ajax="product_order" action=""><select class="product_order_selector ic_self_submit" name="product_order"><option value="newest"  selected='selected'>Sort by Newest</option><option value="product-name" >Sort by Name</option></select></form></div></div></div><div id="block-101" class="filter-widget widget_block product-price-filter"><div class="widget product_price_filter">                <div class="price-filter ic_ajax green-box ic-design "
                     data-ic_ajax="price-filter"
                     data-ic_responsive_label="Price"
                     data-ic_ajax_data="{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;shortcode_support&quot;:false,&quot;ic_context_id&quot;:0,&quot;ic_context_post_type&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div class=\&quot;widget product_price_filter\&quot;&gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h2 class=\&quot;widgettitle\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\/h2&gt;&quot;}}">
                    <span class="filter-label">Price:</span>
                    <form class="price-filter-form" action="">
						                        <input class="number-box" placeholder="$" type="number" min="0"
                               step="0.01" name="min-price" value=""> - <input
                                placeholder="$" min="0" step="0.01" type="number"
                                class="number-box" name="max-price" value="">
                        <input class="price-filter-submit" type="submit" value="OK">
						                    </form>
					                </div>
				</div></div><div id="block-102" class="filter-widget widget_block product-category-filter"><div class="ic-block-product-category-filter wp-block-ic-epc-product-category-filter"><div class="widget product_category_filter"><div class="product-category-filter-container ic_ajax" data-ic_responsive_label="Category" data-ic_ajax="product-category-filter-container" data-ic_ajax_data="{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;shortcode_support&quot;:false,&quot;ic_context_id&quot;:0,&quot;ic_context_post_type&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div class=\&quot;widget product_category_filter\&quot;&gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h2 class=\&quot;widgettitle\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\/h2&gt;&quot;}}"><a class="filter-url" href="/product-category/access-backup-compact-and-restore-utility/feed/?product_category=73" >Access Backup Compact and Restore Utility <span class="ic-catalog-category-count">(1)</span></a><a class="filter-url" href="/product-category/access-backup-compact-and-restore-utility/feed/?product_category=61" >Downloadable <span class="ic-catalog-category-count">(1)</span></a></div></div></div></div><div class="clear-both"></div></div><div class="product-list default  per-row-3" >

    <div class="al_archive product-1436 modern-grid-element green-box ic-design publish priced">
		        <div class="pseudo"></div>
        <a href="https://knpayrollplus.com/product/access-backup-compact-and-restore-utility-perpetual/"><img loading="lazy" width="593" height="384" src="https://i0.wp.com/knpayrollplus.com/wp-content/uploads/2022/12/ABCRU-User-Guide-Main-Menu.png?resize=593%2C384&amp;ssl=1" class="modern-grid-image" alt="Access Backup Compact and Restore Utility Perpetual" decoding="async" />            <h3 class="product-name green-box ic-design">Access Backup Compact and Restore Utility Perpetual</h3>
			<span class="product-price red-price big-price ic-design"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&#36;</span>&nbsp;10.00</bdi></span></span>        </a>
		    </div>

</div>    <span class="clear"></span>
    
				<ul class="products columns-2">

																														
				</ul>

				
				</div></div></div></div>
<div class="main-content-background"></div></div><footer id="thrive-footer" class="thrv_wrapper thrv_symbol thrv_footer thrv_symbol_1473" role="contentinfo"><div class="thrive-shortcode-html thrive-symbol-shortcode " data-symbol-id="1473"><style type="text/css" id="tcb-style-base-tcb_symbol-1473"  onLoad="typeof window.lightspeedOptimizeStylesheet === 'function' && window.lightspeedOptimizeStylesheet()" class="tcb-lightspeed-style">.thrv_widget_menu{position: relative;z-index: 10;}.thrv_widget_menu .fixed-menu-item{position: fixed !important;}.thrv_widget_menu.thrv_wrapper{overflow: visible !important;}.thrv_widget_menu .tve-ham-wrap{z-index: 999 !important;}.thrv_widget_menu li li .tve-item-dropdown-trigger{position: absolute;top: 0px;right: 0.5em;bottom: 0px;}.thrv_widget_menu ul ul{box-sizing: border-box;min-width: 100%;}.thrv_widget_menu .tve_w_menu .sub-menu{box-shadow: rgba(0,0,0,0.15) 0px 0px 9px 1px;background-color: rgb(255,255,255);}.thrv_widget_menu .tve_w_menu .sub-menu{visibility: hidden;display: none;}.thrv_widget_menu.tve-active-disabled .tve-state-active{cursor: default !important;}.thrv_widget_menu[class*="tve-custom-menu-switch-icon-"].tve-active-disabled .menu-item-has-children{cursor: pointer;}.tve-m-trigger{display: none;-webkit-tap-highlight-color: transparent;}.tve-m-trigger:focus,.tve-m-trigger:active{outline: none;}.tve-m-trigger:not(.tve-triggered-icon) .tcb-icon-close{display: none;}.tve-m-trigger:not(.tve-triggered-icon) .tcb-icon-open{position: relative;z-index: 1;}.tcb-icon-open,.tcb-icon-close{font-size: 33px;width: 33px;height: 33px;margin: 0px auto !important;padding: 0.3em !important;}.thrv_widget_menu.thrv_wrapper{padding: 0px;--tcb-menu-box-width-t: var(--tcb-menu-box-width-d);--tcb-menu-box-width-m: var(--tcb-menu-box-width-t);--tcb-menu-overlay-d: var(--tcb-menu-overlay);--tcb-menu-overlay-t: var(--tcb-menu-overlay-d);--tcb-menu-overlay-m: var(--tcb-menu-overlay-t);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"]{background: none !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .tcb-menu-overlay{display: none;pointer-events: none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .tve-m-expanded.tve-ham-wrap{flex-direction: column;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .tve-m-expanded li > a{display: inline-flex;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .tve-m-expanded + .tcb-menu-overlay{display: block;top: 0px;right: 0px;bottom: 0px;left: 0px;position: fixed;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] li{box-sizing: border-box;text-align: center;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .thrive-shortcode-html{position: relative;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .tve-item-dropdown-trigger{position: absolute;top: 0px;right: 0.8rem;bottom: 0px;transition: transform 0.2s ease 0s;height: 100% !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .expand-children > a > .tve-item-dropdown-trigger{transform: rotate(180deg);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .m-icon{margin-left: -1em;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu{box-sizing: border-box;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li{background-color: inherit;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu ul{display: none;position: relative;width: 100%;left: 0px;top: 0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls){padding: 0px;width: 100%;margin-top: 0px;margin-bottom: 0px;-webkit-tap-highlight-color: transparent;margin-left: 0px !important;margin-right: 0px !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls):focus,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls):active{outline: none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu li:not(#increase-spec):not(.ccls) a{padding: 10px 2em;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp"] ul.tve_w_menu{background-color: rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp"] ul.tve_w_menu .sub-menu{box-shadow: none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp"] ul.tve_w_menu li li{background-color: rgb(250,250,250);box-shadow: none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="dark-tmp"] ul.tve_w_menu{background-color: rgb(30,30,31);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="dark-tmp"] ul.tve_w_menu li .sub-menu li{background-color: rgb(41,41,42);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="dark-tmp"] ul.tve_w_menu li > a{color: rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-ham-wrap.tve-m-expanded{flex-direction: column;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown :not(.tve-ham-wrap) > ul.tve_w_menu,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-ham-wrap{height: auto;max-height: 0px;opacity: 0;left: 0px;overflow: hidden;width: 100%;position: absolute;transition: max-height 0.1s ease 0s,opacity 0.1s ease 0s;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown :not(.tve-ham-wrap) > ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-ham-wrap.tve-m-expanded{opacity: 1;max-height: fit-content;top: 100%;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger{position: relative;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger .thrv_icon:not(.tcb-icon-close-offscreen){display: block;transition: opacity 0.3s ease 0s;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger .tcb-icon-close-offscreen{position: absolute;top: 0px;left: 50%;transform: translateX(-50%);opacity: 0;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger.tve-triggered-icon .tcb-icon-close{opacity: 1;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-m-trigger.tve-triggered-icon .tcb-icon-open{opacity: 0;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-ham-wrap.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-ham-wrap.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-ham-wrap.tve-m-expanded{display: flex;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right :not(.tve-ham-wrap) > ul.tve_w_menu,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-ham-wrap,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left :not(.tve-ham-wrap) > ul.tve_w_menu,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-ham-wrap,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen :not(.tve-ham-wrap) > ul.tve_w_menu,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-ham-wrap{top: 0px;display: block;height: 100vh;padding: 60px;position: fixed;transition: left 0.2s ease 0s;width: 80vw !important;overflow: hidden auto !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right :not(.tve-ham-wrap) > ul.tve_w_menu::-webkit-scrollbar,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-ham-wrap::-webkit-scrollbar,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left :not(.tve-ham-wrap) > ul.tve_w_menu::-webkit-scrollbar,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-ham-wrap::-webkit-scrollbar,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen :not(.tve-ham-wrap) > ul.tve_w_menu::-webkit-scrollbar,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-ham-wrap::-webkit-scrollbar{width: 14px;height: 8px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right :not(.tve-ham-wrap) > ul.tve_w_menu::-webkit-scrollbar-track,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-ham-wrap::-webkit-scrollbar-track,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left :not(.tve-ham-wrap) > ul.tve_w_menu::-webkit-scrollbar-track,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-ham-wrap::-webkit-scrollbar-track,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen :not(.tve-ham-wrap) > ul.tve_w_menu::-webkit-scrollbar-track,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-ham-wrap::-webkit-scrollbar-track{background: transparent;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right :not(.tve-ham-wrap) > ul.tve_w_menu::-webkit-scrollbar-thumb,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-ham-wrap::-webkit-scrollbar-thumb,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left :not(.tve-ham-wrap) > ul.tve_w_menu::-webkit-scrollbar-thumb,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-ham-wrap::-webkit-scrollbar-thumb,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen :not(.tve-ham-wrap) > ul.tve_w_menu::-webkit-scrollbar-thumb,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-ham-wrap::-webkit-scrollbar-thumb{height: 23px;border: 4px solid rgba(0,0,0,0);-webkit-background-clip: padding-box;border-radius: 7px;background-color: rgba(0,0,0,0.15);box-shadow: rgba(0,0,0,0.05) -1px -1px 0px inset,rgba(0,0,0,0.05) 1px 1px 0px inset;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right :not(.tve-ham-wrap) > ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-ham-wrap.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left :not(.tve-ham-wrap) > ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-ham-wrap.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen :not(.tve-ham-wrap) > ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-ham-wrap.tve-m-expanded{box-shadow: rgba(0,0,0,0.15) 0px 0px 9px 1px;}.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right :not(.tve-ham-wrap) > ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-ham-wrap,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left :not(.tve-ham-wrap) > ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-ham-wrap,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen :not(.tve-ham-wrap) > ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-ham-wrap{top: 32px;height: calc(100vh - 32px);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close-offscreen,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close-offscreen,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close-offscreen{display: block;position: fixed;z-index: 99;top: 0px;left: 0px;transform: translateX(-100%);transition: left 0.2s ease 0s;}.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close-offscreen,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close-offscreen,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close-offscreen{top: 32px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger.close-offscreen-icon-available .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger.close-offscreen-icon-available .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger.close-offscreen-icon-available .tcb-icon-close{opacity: 0;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-triggered-icon .tcb-icon-open,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-triggered-icon .tcb-icon-open,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-triggered-icon .tcb-icon-open{display: block;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="light-tmp-third"] .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="light-tmp-third"] .tcb-icon-close-offscreen,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="light-tmp-third"] .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="light-tmp-third"] .tcb-icon-close-offscreen,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="light-tmp-third"] .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="light-tmp-third"] .tcb-icon-close-offscreen{color: rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="light-tmp"],.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="light-tmp"],.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="light-tmp"]{background-color: rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="dark-tmp"] :not(.tve-ham-wrap) > ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[class*="dark-tmp"] .tve-ham-wrap.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="dark-tmp"] :not(.tve-ham-wrap) > ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left[class*="dark-tmp"] .tve-ham-wrap.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="dark-tmp"] :not(.tve-ham-wrap) > ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen[class*="dark-tmp"] .tve-ham-wrap.tve-m-expanded{background: rgb(57,57,57);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left :not(.tve-ham-wrap) > ul.tve_w_menu,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-ham-wrap{left: -100%;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left :not(.tve-ham-wrap) > ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-ham-wrap.tve-m-expanded{left: 0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger.tve-triggered-icon .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger.tve-triggered-icon .tcb-icon-close-offscreen{left: 80vw;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen :not(.tve-ham-wrap) > ul.tve_w_menu,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-ham-wrap{left: -100%;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen :not(.tve-ham-wrap) > ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-ham-wrap.tve-m-expanded{left: 0px;width: 100vw !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger.tve-triggered-icon .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger.tve-triggered-icon .tcb-icon-close-offscreen{left: 100%;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[data-offscreen-width-setup] .tve-m-trigger.tve-triggered-icon .tcb-icon-close-offscreen{left: max(100% - var(--tcb-menu-box-width),0vw) !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right[data-offscreen-width-setup] .tve-ham-wrap.tve-m-expanded{left: max(100% - var(--tcb-menu-box-width),0vw) !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right :not(.tve-ham-wrap) > ul.tve_w_menu,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-ham-wrap{left: calc(100% + 4px);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right :not(.tve-ham-wrap) > ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-ham-wrap.tve-m-expanded{left: 20vw;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close-offscreen{left: 100%;transform: none;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger.tve-triggered-icon .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger.tve-triggered-icon .tcb-icon-close-offscreen{left: 20vw;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp-third"] :not(.tve-ham-wrap) > ul.tve_w_menu,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp-third"] .tve-ham-wrap{background-color: rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp-third"] :not(.tve-ham-wrap) > ul.tve_w_menu li > a,.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][class*="light-tmp-third"] .tve-ham-wrap li > a{color: rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical{display: inline-block;box-sizing: border-box;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical li > a{max-width: 100%;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical li.expand-children{overflow: visible;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical li.expand-children > .sub-menu{visibility: visible;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical ul{position: relative;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical ul ul{top: 0px;left: 0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical ul li{position: relative;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical .tcb-menu-logo-wrap{display: none !important;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li:hover,.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li.expand-children{overflow: visible;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li:hover > .sub-menu,.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li:hover .tcb-mega-drop-inner > ul,.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li.expand-children > .sub-menu,.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li.expand-children .tcb-mega-drop-inner > ul{visibility: visible;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu > li{flex: 0 1 auto;cursor: pointer;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu > li a:focus{outline: none;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li > a:not(.tcb-logo){font-size: 16px;line-height: 2em;box-shadow: none;letter-spacing: initial;color: inherit !important;text-decoration: inherit !important;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu .sub-menu li{padding: 0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu .sub-menu li a:hover{background-color: transparent;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu .tve-dropdown-icon-down{display: none;}.thrv_widget_menu.thrv_wrapper li.c-brackets > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::after{transition: height 0.3s ease 0s,opacity 0.3s ease 0s,transform 0.3s ease 0s;background-color: currentcolor;box-sizing: border-box;display: inline-block;border-color: inherit;pointer-events: none;position: absolute;font-weight: 100;width: 100%;content: "";opacity: 0;height: 1px;left: 0px;top: 0px;}.thrv_widget_menu.thrv_wrapper li.c-brackets:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim::after{opacity: 1;}.thrv_widget_menu.thrv_wrapper li.c-brackets > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::after{background: none;font-size: 1em;height: 100%;top: 0px;bottom: 0px;justify-content: center;align-items: center;position: absolute;width: 0.3em;display: inline-flex !important;}.thrv_widget_menu.thrv_wrapper li.c-brackets > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::before{content: "[";left: -0.5em;transform: translateX(1.25em);}.thrv_widget_menu.thrv_wrapper li.c-brackets > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets .tve-hover-anim::after{content: "]";right: -0.5em;left: auto;transform: translateX(-1.25em);}.thrv_widget_menu.thrv_wrapper li.c-brackets:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-brackets:hover .tve-hover-anim::after{transform: translateX(0px);}.thrv_widget_menu.thrv_wrapper li.c-underline > a::before,.thrv_widget_menu.thrv_wrapper li.c-underline > a::after,.thrv_widget_menu.thrv_wrapper li.c-underline .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-underline .tve-hover-anim::after{transition: height 0.3s ease 0s,opacity 0.3s ease 0s,transform 0.3s ease 0s;background-color: currentcolor;box-sizing: border-box;display: inline-block;border-color: inherit;pointer-events: none;position: absolute;font-weight: 100;width: 100%;content: "";opacity: 0;height: 1px;left: 0px;top: 0px;}.thrv_widget_menu.thrv_wrapper li.c-underline:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-underline:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim::after{opacity: 1;}.thrv_widget_menu.thrv_wrapper li.c-underline > a::after,.thrv_widget_menu.thrv_wrapper li.c-underline .tve-hover-anim::after{transform: translate(-50%,-10px);height: 2px;width: 40%;top: 105%;left: 50%;}.thrv_widget_menu.thrv_wrapper li.c-underline:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim::after{transform: translate(-50%,-5px);height: 1px;}.thrv_widget_menu.thrv_wrapper li.c-underline:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-underline:hover .tve-hover-anim::before{display: none;}.thrv_widget_menu.thrv_wrapper li.c-double > a::before,.thrv_widget_menu.thrv_wrapper li.c-double > a::after,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::after{transition: height 0.3s ease 0s,opacity 0.3s ease 0s,transform 0.3s ease 0s;background-color: currentcolor;box-sizing: border-box;display: inline-block;border-color: inherit;pointer-events: none;position: absolute;font-weight: 100;width: 100%;content: "";opacity: 0;height: 1px;left: 0px;top: 0px;}.thrv_widget_menu.thrv_wrapper li.c-double:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-double:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim::after{opacity: 1;}.thrv_widget_menu.thrv_wrapper li.c-double > a::before,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::before{display: block !important;transform: translateY(-10px) !important;top: 4px !important;}.thrv_widget_menu.thrv_wrapper li.c-double > a::after,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::after{transform: translateY(10px);top: calc(100% - 6px);}.thrv_widget_menu.thrv_wrapper li.c-double:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-double:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-double:hover .tve-hover-anim::after{transform: translateY(0px) !important;}.thrv_widget_menu.thrv_wrapper li.c-thick > a::before,.thrv_widget_menu.thrv_wrapper li.c-thick > a::after,.thrv_widget_menu.thrv_wrapper li.c-thick .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-thick .tve-hover-anim::after{transition: height 0.3s ease 0s,opacity 0.3s ease 0s,transform 0.3s ease 0s;background-color: currentcolor;box-sizing: border-box;display: inline-block;border-color: inherit;pointer-events: none;position: absolute;font-weight: 100;width: 100%;content: "";opacity: 0;height: 1px;left: 0px;top: 0px;}.thrv_widget_menu.thrv_wrapper li.c-thick:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-thick:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim::before,.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim::after{opacity: 1;}.thrv_widget_menu.thrv_wrapper li.c-thick > a::after,.thrv_widget_menu.thrv_wrapper li.c-thick .tve-hover-anim::after{transform: translate(-50%,-10px);width: 50%;top: 105%;left: 50%;}.thrv_widget_menu.thrv_wrapper li.c-thick:hover > a::after,.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim::after{transform: translate(-50%,-5px);height: 4px;}.thrv_widget_menu.thrv_wrapper li.c-thick:hover > a::before,.thrv_widget_menu.thrv_wrapper li.c-thick:hover .tve-hover-anim::before{display: none;}.thrv_widget_menu.thrv_wrapper .tve_w_menu .tve-disabled-text-inner{flex: 1 1 auto;display: inline-block;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}.thrv_widget_menu.thrv_wrapper .tve_w_menu .m-icon{display: flex;justify-content: center;align-items: center;flex: 0 0 1em;width: 1em;height: 1em;margin-right: 8px;margin-bottom: 2px;}.thrv_widget_menu.thrv_wrapper .tve_w_menu .m-icon svg{width: 100%;height: 100%;line-height: 1em;stroke-width: 0;stroke: currentcolor;fill: currentcolor;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical{width: 100%;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical ul{width: 100%;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical li{display: block;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical > li ul{padding: 0px;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_vertical li.expand-children > ul{display: block;visibility: visible;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal li.expand-children > ul{display: block;}div:not(#increase-specificity) .thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal > li:first-child{margin-left: 0px !important;}div:not(#increase-specificity) .thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal > li:last-child{margin-right: 0px !important;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li{overflow: hidden;display: flex;justify-content: center;flex-direction: column;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li li > a .tve-item-dropdown-trigger svg{transform: rotate(-90deg);}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li li.menu-item-has-children > a{padding: 2px 1.5em 2px 15px;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li li.menu-item-has-children > a .tve-item-dropdown-trigger{right: 0.25em;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul.tve_vertical li > ul{float: left;transition: max-height 0s ease 0s,opacity 0.2s ease 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul.tve_vertical li:not(.expand-children):hover > ul{visibility: hidden;max-height: 0px;opacity: 0;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul.tve_vertical li:not(.expand-children):hover > ul > li{max-height: 0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li ul{max-height: 0px;visibility: hidden;opacity: 0;display: initial !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li.expand-children > ul{visibility: visible;max-height: fit-content;opacity: 1;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li:hover > ul > li,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li.expand-children > ul > li{max-height: fit-content;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fade ul > li ul{transition: all 0.2s ease 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul.tve_vertical li ul{float: left;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul.tve_vertical li:not(.expand-children):hover > ul > li{opacity: 0;height: 0px;overflow: hidden;visibility: hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul{display: initial !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li{height: 0px;opacity: 0;overflow: hidden;visibility: hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li.expand-children > ul{width: 100%;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li ul{width: 0px;transition: width 0.35s ease-in-out 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li ul li{height: 40px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li:hover > ul > li,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li.expand-children > ul > li{opacity: 1;height: 40px;overflow: visible;visibility: visible;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li{transition: all 0.2s ease 0s,opacity 0s ease 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide1 ul > li > ul > li ul{transition: width 0.25s ease-in-out 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul.tve_vertical li ul{float: left;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul.tve_vertical li:not(.expand-children):hover > ul > li{opacity: 0;height: 0px;overflow: hidden;visibility: hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul{display: initial !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li{height: 0px;opacity: 0;overflow: hidden;visibility: hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li.expand-children > ul{width: 100%;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li ul{width: 0px;transition: width 0.35s ease-in-out 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li ul li{height: 40px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li:hover > ul > li,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li.expand-children > ul > li{opacity: 1;height: 40px;overflow: visible;visibility: visible;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li{transition: all 0.15s linear 0s,opacity 0s linear 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-slide2 ul > li > ul > li ul{transition: width 0.25s linear 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li:not(.expand-children) > .sub-menu{padding: 0px !important;margin: 0px !important;border: none !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li::after{content: "";display: table;clear: both;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li > ul:hover{max-height: 0px;visibility: hidden;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical:not(#_) li.expand-children > ul{max-height: fit-content;visibility: visible;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="vmd"]) ul.tve_vertical ul .tve-item-dropdown-trigger{transform: rotate(90deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical li,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical li{position: relative;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul:not(#_),.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical ul:not(#_){position: absolute;left: unset;right: 100%;top: 0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul:not(#_){right: unset;left: 100% !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical .tve-item-dropdown-trigger{transform: rotate(-90deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical .tve-item-dropdown-trigger:not(:empty){margin: 0px 0px 0px 8px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul .tve-item-dropdown-trigger{transform: rotate(0deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-right ul.tve_vertical ul .tve-item-dropdown-trigger:not(:empty){margin: 0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical .tve-item-dropdown-trigger{transform: rotate(90deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical .tve-item-dropdown-trigger:not(:empty){margin: 0px 0px 0px 8px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical ul .tve-item-dropdown-trigger{transform: rotate(180deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).vmd-left ul.tve_vertical ul .tve-item-dropdown-trigger:not(:empty){margin: 0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical li ul{float: left;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical li:not(.expand-children):hover > ul{visibility: hidden;max-height: 0px;opacity: 0;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li > ul{max-height: 0px;visibility: hidden;opacity: 0;display: initial !important;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li.expand-children > ul{visibility: visible;max-height: fit-content;opacity: 1;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li ul{transform: perspective(400px) rotate3d(1,0,0,-90deg);transform-origin: 50% 0px;transition: all 0.35s ease 0s,color 0.35s ease 0s;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul > li ul ul{transform: perspective(1600px) rotate3d(0,1,0,-90deg);transform-origin: 0px 0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li.expand-children > ul{transform: perspective(400px) rotate3d(0,0,0,0deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li:hover > ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li:hover > ul > li.expand-children > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li.expand-children > ul > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_horizontal > li.expand-children > ul > li.expand-children > ul{transform: perspective(400px) rotate3d(0,0,0,0deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical > li ul ul{transform: perspective(400px) rotate3d(1,0,0,-90deg);transform-origin: 50% 0px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std).da-fold ul.tve_vertical li.expand-children > ul{transform: perspective(400px) rotate3d(0,0,0,0deg);}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="da"]) ul.tve_w_menu.tve_horizontal > li > ul{display: block;visibility: hidden;top: -100000px;}.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="da"]) ul.tve_w_menu.tve_horizontal > li:hover > ul,.thrv_widget_menu.thrv_wrapper.tve-regular:not(.tcb-mega-std):not([class*="da"]) ul.tve_w_menu.tve_horizontal > li.expand-children > ul{top: 100%;visibility: visible;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu.tve_vertical{padding: 0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu.tve_vertical li{margin: 0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu > li{margin: 0px 15px;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu > li ul{border: none;background-color: rgb(255,255,255);border-radius: 0px;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu > li > a{font-weight: 600;}.thrv_widget_menu.thrv_wrapper[class*="tve-menu-template-"] ul.tve_w_menu .sub-menu li{font-weight: normal;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu > li:hover > a{color: rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu .sub-menu li a{color: rgb(102,102,102);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-first"] ul.tve_w_menu .sub-menu li:hover > a{color: rgb(54,54,54);text-decoration: none !important;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu > li:hover{background-color: rgb(255,255,255);box-shadow: rgba(0,0,0,0.15) 0px 0px 9px 1px;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu > li{padding: 0px;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu > li a{background-color: inherit;padding: 6px 10px;z-index: 20;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu .sub-menu > li a{color: rgb(102,102,102);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-second"] ul.tve_w_menu .sub-menu > li:hover > a{color: rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu > li{margin: 0px;border-right: none;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu > li:not(:last-of-type){border-right: 1px solid rgb(217,217,217);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu > li a{color: rgb(51,51,51);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu li:hover{background-color: rgb(57,163,209);color: rgb(255,255,255) !important;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu li:hover a{color: inherit !important;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu .sub-menu{box-shadow: none;background-color: rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu .sub-menu li{background-color: rgb(57,163,209);color: rgb(255,255,255) !important;}.thrv_widget_menu.thrv_wrapper[class*="light-tmp-third"] ul.tve_w_menu .sub-menu li:hover{color: rgb(224,238,246) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu{background-color: rgb(60,61,64);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu > li a{color: rgb(255,255,255) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu{box-shadow: none;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu li{background-color: rgb(30,30,31) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu li:hover > a{color: rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] ul.tve_w_menu .sub-menu li a{color: rgb(175,175,175);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] .tcb-icon-close-offscreen{color: rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] .tcb-icon-close svg,.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"] .tcb-icon-close-offscreen svg{color: inherit;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"].tve-mobile-dropdown .tcb-icon-close,.thrv_widget_menu.thrv_wrapper[class*="dark-tmp"].tve-mobile-dropdown .tcb-icon-close-offscreen{color: rgb(17,17,17);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu .sub-menu li a{color: rgb(175,175,175) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu > li:hover > a{color: rgb(57,163,209) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fourth"] ul.tve_w_menu .sub-menu li:hover > a{color: rgb(255,255,255) !important;text-decoration: underline !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu > li:hover{background-color: rgb(30,30,31);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu > li{padding: 0px;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu > li a{background-color: inherit;padding: 2px 10px;z-index: 9;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu .sub-menu li a{color: rgb(175,175,175) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-fifth"] ul.tve_w_menu .sub-menu li:hover > a{color: rgb(57,163,209) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu > li{border-right: none;margin: 0px !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu > li:not(:last-of-type){border-right: 1px solid rgb(217,217,217);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu > li:hover{background-color: rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu > li{background-color: rgb(57,163,209) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu > li:hover{background-color: rgb(57,163,209);}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu > li:hover > a{color: rgb(255,255,255) !important;}.thrv_widget_menu.thrv_wrapper[class*="dark-tmp-sixth"] ul.tve_w_menu .sub-menu > li > a{color: rgb(224,238,246) !important;}.thrv_widget_menu [data-item-display-desktop="icon"] > a > .m-icon,.thrv_widget_menu [data-item-display-desktop="icon"] > .m-icon,.thrv_widget_menu [data-item-display-desktop="icon"] .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-desktop="icon"] > a > .tcb-mm-text .m-icon{display: flex !important;margin-right: 0px !important;}.thrv_widget_menu [data-item-display-desktop="icon"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="icon"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="icon"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-desktop="icon"] > .tcb-mm-image{display: none !important;}.thrv_widget_menu [data-item-display-desktop="icon"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon"] > a > .tcb-mm-text > .tve-disabled-text-inner{display: none !important;}.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .m-icon,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .tcb-mm-text .m-icon{display: flex !important;}.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .tcb-mm-image{display: none !important;}.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="icon-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display: inline-block !important;}.thrv_widget_menu [data-item-display-desktop="text"] > a > .m-icon,.thrv_widget_menu [data-item-display-desktop="text"] > .m-icon,.thrv_widget_menu [data-item-display-desktop="text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-desktop="text"] > a > .tcb-mm-text .m-icon{display: none !important;}.thrv_widget_menu [data-item-display-desktop="text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-desktop="text"] > .tcb-mm-image{display: none !important;}.thrv_widget_menu [data-item-display-desktop="text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display: inline-block !important;}.thrv_widget_menu [data-item-display-desktop="image"] > a > .m-icon,.thrv_widget_menu [data-item-display-desktop="image"] > .m-icon,.thrv_widget_menu [data-item-display-desktop="image"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-mm-text .m-icon{display: none !important;}.thrv_widget_menu [data-item-display-desktop="image"] > .tcb-mm-text,.thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-mm-text{flex-grow: 0 !important;}.thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="image"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-desktop="image"] > .tcb-mm-image{display: flex !important;}.thrv_widget_menu [data-item-display-desktop="image"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-mm-text > .tve-disabled-text-inner{display: none !important;}.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-desktop="image-text"] > .m-icon,.thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-mm-text .m-icon{display: none !important;}.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-mm-image{display: flex !important;}.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display: inline-block !important;}body.logged-in .thrv_widget_menu .tcb-menu-display-desktop-logged-out{display: none !important;}body:not(.logged-in) .thrv_widget_menu .tcb-menu-display-desktop-logged-in{display: none !important;}:not(#_):not(#_) .thrv_widget_menu .tcb-menu-display-desktop-always{display: block !important;}.thrv_widget_menu .tcb-mm-image,.thrv_widget_menu .tcb-menu-item-image{background-size: cover;background-position: center center;position: relative;height: 45px;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row,.thrv_widget_menu .tcb--row{flex-direction: row;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row .tcb-menu-item-image,.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row .m-icon,.thrv_widget_menu .tcb--row .tcb-menu-item-image,.thrv_widget_menu .tcb--row .m-icon{margin-right: 8px;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row-reverse,.thrv_widget_menu .tcb--row-reverse{flex-direction: row-reverse;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row-reverse .tcb-menu-item-image,.thrv_widget_menu .tcb-menu-img-hamburger.tcb--row-reverse .tcb-mm-image .m-icon,.thrv_widget_menu .tcb--row-reverse .tcb-menu-item-image,.thrv_widget_menu .tcb--row-reverse .tcb-mm-image .m-icon{margin-left: 8px;}.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text){flex-direction: row;}.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .tcb-menu-item-image,.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .m-icon{order: 3;margin-left: 8px;margin-right: 0px !important;}.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text).tcb-mm-container,.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .tcb-mm-container{flex-direction: row-reverse;}.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text).tcb-mm-container .tcb-mm-image,.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .tcb-mm-container .tcb-mm-image{margin-left: 8px;}.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text).tcb-mm-container .m-icon,.thrv_widget_menu .tcb--row-reverse:not(.tcb-menu-img-hamburger):not(.tcb-mm-text) .tcb-mm-container .m-icon{order: 0 !important;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column,.thrv_widget_menu .tcb--column{flex-direction: column;justify-content: center;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .tcb-menu-item-image,.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .tcb-mm-image,.thrv_widget_menu .tcb--column .tcb-menu-item-image,.thrv_widget_menu .tcb--column .tcb-mm-image{margin-bottom: 10px;flex-basis: auto !important;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .tcb-mm-text,.thrv_widget_menu .tcb--column .tcb-mm-text{flex-basis: auto !important;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .m-icon,.thrv_widget_menu .tcb--column .m-icon{margin-right: 0px !important;margin-left: 0px !important;}.thrv_widget_menu .tcb-menu-img-hamburger.tcb--column .tve-item-dropdown-trigger,.thrv_widget_menu .tcb--column .tve-item-dropdown-trigger{position: absolute;bottom: 0.5em;right: 0px;}body:not(.logged-in) .thrv_widget_menu .tcb-menu-item-image[data-d-f="user"],body:not(.logged-in) .thrv_widget_menu .tcb-mm-image[data-d-f="user"]{display: none !important;}body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image-text"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image-text"] > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-desktop="image"] > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-tablet="image"] > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image"] > .tcb-menu-item-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-mm-image.tcb-elem-placeholder,body:not(.tve_editor_page) .thrv_widget_menu [data-item-display-mobile="image"] > .tcb-mm-image.tcb-elem-placeholder{display: none !important;}.thrv_widget_menu[class*="tve-custom-menu-switch-icon-"] .tcb-mega-drop .thrv_text_element{display: none;}.thrv_widget_menu:not(#_):not(#_) li button{display: none !important;}.thrv_widget_menu:not(#_):not(#_) li a{--background-image: none;background-image: var(--background-image,none) !important;}.thrv_widget_menu:not(#_):not(#_) path{transition: none 0s ease 0s !important;}.thrv_widget_menu:not(#_):not(#_) li li li:first-child{margin-top: 0px !important;}.thrv_widget_menu:not(#_):not(#_) ul ul ul{padding-top: 0px !important;}.thrv_widget_menu:not(#_):not(#_):not(.tcb-mega-std).tve-regular ul.tve_w_menu > li ul{min-width: fit-content;}.thrv_widget_menu:not(#_):not(#_):not(.tcb-mega-std).tve-regular ul.tve_w_menu > li ul li{min-width: fit-content;}.thrv_widget_menu:not(#_):not(#_):not(.tcb-mega-std):not(.tve-regular) .tve-disabled-text-inner{white-space: normal;}:not(.tve-editor-main-content) .thrv_widget_menu:not(#_):not(#_):not(.tve-regular) li > a.tve-jump-scroll{pointer-events: none;}:not(.tve-editor-main-content) .thrv_widget_menu:not(#_):not(#_):not(.tve-regular) li > a.tve-jump-scroll .tve-item-dropdown-trigger{pointer-events: all;}:not(.tve-editor-main-content) .thrv_widget_menu:not(#_):not(#_):not(.tve-regular) .tcb-mega-drop li li > a.tve-jump-scroll{pointer-events: all;}.tcb-icon{display: inline-block;width: 1em;height: 1em;line-height: 1em;vertical-align: middle;stroke-width: 0;stroke: currentcolor;fill: currentcolor;box-sizing: content-box;transform: rotate(var(--tcb-icon-rotation-angle,0deg));}svg.tcb-icon path:not([fill="none"]){transition: none 0s ease 0s;fill: inherit !important;stroke: inherit !important;}.thrv_icon{text-align: center;}.thrv_text_element{overflow-wrap: break-word;}.thrive-symbol-shortcode{position: relative;}body:not(.tve_editor_page) .thrv_wrapper.thrv_footer{padding: 0px;}.thrv_footer .thrive-symbol-shortcode{box-sizing: border-box;margin-right: auto;margin-left: auto;min-height: 40px;}.thrv_widget_menu .tcb-logo{width: auto;margin: 0px;}.notifications-content-wrapper.tcb-permanently-hidden{display: none !important;}.tcb-permanently-hidden{display: none !important;}.tar-disabled{cursor: default;opacity: 0.4;pointer-events: none;}html{text-rendering: auto !important;}html body{text-rendering: auto !important;}body.tcb_symbol-template-default::before{content: none;}#tve_editor ul{margin-left: 20px;}#tve_editor ul.tve_w_menu{margin-left: 0px;}.thrv_wrapper{margin-top: 20px;margin-bottom: 20px;padding: 1px;}.thrv_wrapper div{box-sizing: content-box;}.thrv_symbol .thrv_wrapper:not(.thrv_icon){box-sizing: border-box !important;}.thrv_wrapper.thrv_text_element,.thrv_wrapper.thrv_symbol{margin: 0px;}p{font-size: 1em;}.tve_clearfix::after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0px;}a:not(.tcb-button-link) svg.tcb-icon{color: rgb(17,17,17);}.thrv_icon{line-height: 0;}.thrv_icon.thrv_wrapper{margin-left: auto;margin-right: auto;padding: 0px;}.thrv_widget_menu li{margin-top: 0px;padding: 0px 10px;}.thrv_widget_menu.thrv_wrapper.tcb-mega-std .tve_w_menu.tve_horizontal > li ul{border: none;}.thrv_widget_menu.thrv_wrapper.tve-vertical-menu{width: 100%;}.thrv_widget_menu.thrv_wrapper.tve_center{display: table;margin-left: auto !important;margin-right: auto !important;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu{position: relative;margin: 0px;padding: 0px 0px 0px 1em;list-style-type: none;list-style-image: none;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu ul{margin: 0px;padding: 0px 0px 0px 1em;list-style-type: none;list-style-image: none;background-color: rgb(255,255,255);}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li{margin-bottom: 0px;margin-left: 0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li::before{content: "";display: none;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li > a{color: rgb(55,55,55);text-decoration: none;display: flex;align-items: center;line-height: 1;position: relative;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical > li ul{border: 1px solid rgb(180,180,180);border-radius: 3px;padding: 0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical > li ul li > a{padding: 2px 15px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal{z-index: 9;padding: 0px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li{display: inline-block;position: relative;padding: 2px 10px;max-width: 100%;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul{padding: 0px;position: absolute;border: 1px solid rgb(180,180,180);border-radius: 3px;display: none;z-index: 4;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul li{padding: 0px;display: block;position: relative;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul li:first-child a{border-top-left-radius: 3px;border-top-right-radius: 3px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul li:last-child a{border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul li > a{padding: 2px 15px;overflow: hidden;text-overflow: ellipsis;}.thrv_widget_menu.thrv_wrapper:not(.tve-regular) ul.tve_w_menu.tve_horizontal > li ul{position: static;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_vertical a,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal a{line-height: 2;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_vertical svg,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal svg{width: 1.5em;height: 1em;transition: all 0.15s ease 0s;fill: currentcolor;margin-left: 5px;}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_vertical li > a{display: inline-flex;}#tve_editor.tve_empty_dropzone .thrv_symbol.thrv_footer .symbol-section-in{padding: 1px;}.thrv_symbol.thrv_footer{width: 100%;position: relative;box-sizing: border-box;}.thrv_symbol.thrv_footer .thrive-symbol-shortcode{margin: 0px auto;position: relative;}.symbol-section-in{margin: 0px auto;position: relative;z-index: 1;box-sizing: border-box;}.symbol-section-in:empty::before{font-family: sans-serif;line-height: 40px;}.symbol-section-in::after,.symbol-section-in::before{content: "";display: block;overflow: auto;}.symbol-section-out{position: absolute;width: 100%;height: 100%;left: 0px;top: 0px;overflow: hidden;box-sizing: border-box !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{position: relative;min-height: var(--tcb-container-height-d,100px) !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-page-section{box-sizing: border-box;margin: 0px;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-content-box{box-sizing: border-box;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-page-section-out,:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-content-box-background{box-sizing: border-box;position: absolute;width: 100%;height: 100%;left: 0px;top: 0px;overflow: hidden;}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_black{color: rgb(16,16,16);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_black a:hover{color: rgb(16,16,16);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_black.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_black.tve_horizontal ul a.tve-active{background-color: rgb(16,16,16);color: rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_blue{color: rgb(62,104,178);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_blue a:hover{color: rgb(62,104,178);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_blue.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_blue.tve_horizontal ul a.tve-active{background-color: rgb(62,104,178);color: rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_green{color: rgb(26,188,156);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_green a:hover{color: rgb(26,188,156);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_green.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_green.tve_horizontal ul a.tve-active{background-color: rgb(26,188,156);color: rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_orange{color: rgb(230,126,34);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_orange a:hover{color: rgb(230,126,34);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_orange.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_orange.tve_horizontal ul a.tve-active{background-color: rgb(230,126,34);color: rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_purple{color: rgb(134,86,193);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_purple a:hover{color: rgb(134,86,193);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_purple.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_purple.tve_horizontal ul a.tve-active{background-color: rgb(134,86,193);color: rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_red{color: rgb(206,39,27);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_red a:hover{color: rgb(206,39,27);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_red.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_red.tve_horizontal ul a.tve-active{background-color: rgb(206,39,27);color: rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_teal{color: rgb(56,125,113);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_teal a:hover{color: rgb(56,125,113);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_teal.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_teal.tve_horizontal ul a.tve-active{background-color: rgb(56,125,113);color: rgb(255,255,255);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) a.tve-m-trigger.tve_white{color: rgb(216,216,216);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_white a:hover{color: rgb(216,216,216);}.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_white.tve_horizontal ul a:hover,.thrv_widget_menu:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_white.tve_horizontal ul a.tve-active{background-color: rgb(216,216,216);color: rgb(255,255,255);}.thrv_wrapper.thrv_text_element{padding: 1px;}@media (min-width: 300px){:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-dropdown .tve-ham-wrap,:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-side-left .tve-ham-wrap,:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-side-right .tve-ham-wrap{max-width: var(--tcb-menu-box-width-d) !important;width: min(var(--tcb-menu-box-width-d),100vw) !important;}:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-side-left .tve-m-trigger.tve-triggered-icon .tcb-icon-close-offscreen{left: min(var(--tcb-menu-box-width-d),100vw) !important;}:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-side-right .tve-m-trigger.tve-triggered-icon .tcb-icon-close-offscreen{left: max(100% - var(--tcb-menu-box-width-d),0vw) !important;}:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-side-right .tve-ham-wrap.tve-m-expanded{left: max(100% - var(--tcb-menu-box-width-d),0vw) !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .tve-m-expanded + .tcb-menu-overlay{background: var(--tcb-menu-overlay-d);}}@media (max-width: 1023px){:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-dropdown .tve-ham-wrap,:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-side-left .tve-ham-wrap,:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-side-right .tve-ham-wrap{max-width: var(--tcb-menu-box-width-t) !important;width: min(var(--tcb-menu-box-width-t),100vw) !important;}:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-side-left .tve-m-trigger.tve-triggered-icon .tcb-icon-close-offscreen{left: min(var(--tcb-menu-box-width-t),100vw) !important;}:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-side-right .tve-m-trigger.tve-triggered-icon .tcb-icon-close-offscreen{left: max(100% - var(--tcb-menu-box-width-t),0vw) !important;}:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-side-right .tve-ham-wrap.tve-m-expanded{left: max(100% - var(--tcb-menu-box-width-t),0vw) !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .tve-m-expanded + .tcb-menu-overlay{background: var(--tcb-menu-overlay-t);}.thrv_widget_menu [data-item-display-tablet="icon"] > a > .m-icon,.thrv_widget_menu [data-item-display-tablet="icon"] > .m-icon,.thrv_widget_menu [data-item-display-tablet="icon"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-tablet="icon"] > a > .tcb-mm-text .m-icon{display: flex !important;}.thrv_widget_menu [data-item-display-tablet="icon"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="icon"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="icon"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-tablet="icon"] > .tcb-mm-image{display: none !important;}.thrv_widget_menu [data-item-display-tablet="icon"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon"] > a > .tcb-mm-text > .tve-disabled-text-inner{display: none !important;}.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .m-icon,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .tcb-mm-text .m-icon{display: flex !important;}.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .tcb-mm-image{display: none !important;}.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="icon-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display: inline-block !important;}.thrv_widget_menu [data-item-display-tablet="text"] > a > .m-icon,.thrv_widget_menu [data-item-display-tablet="text"] > .m-icon,.thrv_widget_menu [data-item-display-tablet="text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-tablet="text"] > a > .tcb-mm-text .m-icon{display: none !important;}.thrv_widget_menu [data-item-display-tablet="text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-tablet="text"] > .tcb-mm-image{display: none !important;}.thrv_widget_menu [data-item-display-tablet="text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display: inline-block !important;}.thrv_widget_menu [data-item-display-tablet="image"] > a > .m-icon,.thrv_widget_menu [data-item-display-tablet="image"] > .m-icon,.thrv_widget_menu [data-item-display-tablet="image"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-mm-text .m-icon{display: none !important;}.thrv_widget_menu [data-item-display-tablet="image"] > .tcb-mm-text,.thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-mm-text{flex-grow: 0 !important;}.thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="image"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-tablet="image"] > .tcb-mm-image{display: flex !important;}.thrv_widget_menu [data-item-display-tablet="image"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image"] > a > .tcb-mm-text > .tve-disabled-text-inner{display: none !important;}.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-tablet="image-text"] > .m-icon,.thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-mm-text .m-icon{display: none !important;}.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-mm-image{display: flex !important;}.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-tablet="image-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display: inline-block !important;}body.logged-in .thrv_widget_menu .tcb-menu-display-tablet-logged-out{display: none !important;}body:not(.logged-in) .thrv_widget_menu .tcb-menu-display-tablet-logged-in{display: none !important;}:not(#_):not(#_) .thrv_widget_menu .tcb-menu-display-tablet-always{display: block !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height: var(--tcb-container-height-t) !important;}}@media (max-width: 767px){:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-dropdown .tve-ham-wrap,:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-side-left .tve-ham-wrap,:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-side-right .tve-ham-wrap{max-width: var(--tcb-menu-box-width-m) !important;width: min(var(--tcb-menu-box-width-m),100vw) !important;}:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-side-left .tve-m-trigger.tve-triggered-icon .tcb-icon-close-offscreen{left: min(var(--tcb-menu-box-width-m),100vw) !important;}:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-side-right .tve-m-trigger.tve-triggered-icon .tcb-icon-close-offscreen{left: max(100% - var(--tcb-menu-box-width-m),0vw) !important;}:not(#s) .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"][data-offscreen-width-setup].tve-mobile-side-right .tve-ham-wrap.tve-m-expanded{left: max(100% - var(--tcb-menu-box-width-m),0vw) !important;}.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] .tve-m-expanded + .tcb-menu-overlay{background: var(--tcb-menu-overlay-m);}.thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html :not(.tve-ham-wrap) > ul.tve_w_menu,.thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html .tve-ham-wrap{height: 0px;overflow: hidden;box-sizing: border-box;width: 100%;background-color: rgb(255,255,255);position: absolute;z-index: 9 !important;}.thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html :not(.tve-ham-wrap) > ul.tve_w_menu .tcb-menu-logo-wrap,.thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html .tve-ham-wrap .tcb-menu-logo-wrap{display: none !important;}.thrv_widget_menu[data-tve-switch-icon*="mobile"] .thrive-shortcode-html .tve-m-trigger{display: block;width: 100%;color: rgb(51,51,51) !important;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html{display: flex;justify-content: space-between;align-items: center;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo{display: block;order: var(--tcb-logo-split-order,1);}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger{width: auto;order: 2;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html ul{flex-wrap: wrap !important;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tcb-logo-split .thrive-shortcode-html::after{display: none;}.thrv_widget_menu[data-tve-switch-icon*="mobile"].tve-mobile-dropdown :not(.tve-ham-wrap) > ul.tve_w_menu:not(.tve-m-expanded),.thrv_widget_menu[data-tve-switch-icon*="mobile"].tve-mobile-dropdown .tve-ham-wrap:not(.tve-m-expanded){visibility: hidden;display: none;}.thrv_widget_menu[data-tve-switch-icon*="mobile"]:not(.tve-custom-menu-switch-icon-mobile) ul{padding: 0px !important;}.thrv_widget_menu [data-item-display-mobile="icon"] > a > .m-icon,.thrv_widget_menu [data-item-display-mobile="icon"] > .m-icon,.thrv_widget_menu [data-item-display-mobile="icon"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-mobile="icon"] > a > .tcb-mm-text .m-icon{display: flex !important;}.thrv_widget_menu [data-item-display-mobile="icon"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="icon"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="icon"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-mobile="icon"] > .tcb-mm-image{display: none !important;}.thrv_widget_menu [data-item-display-mobile="icon"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon"] > a > .tcb-mm-text > .tve-disabled-text-inner{display: none !important;}.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .m-icon,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .tcb-mm-text .m-icon{display: flex !important;}.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .tcb-mm-image{display: none !important;}.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="icon-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display: inline-block !important;}.thrv_widget_menu [data-item-display-mobile="text"] > a > .m-icon,.thrv_widget_menu [data-item-display-mobile="text"] > .m-icon,.thrv_widget_menu [data-item-display-mobile="text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-mobile="text"] > a > .tcb-mm-text .m-icon{display: none !important;}.thrv_widget_menu [data-item-display-mobile="text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-mobile="text"] > .tcb-mm-image{display: none !important;}.thrv_widget_menu [data-item-display-mobile="text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display: inline-block !important;}.thrv_widget_menu [data-item-display-mobile="image"] > a > .m-icon,.thrv_widget_menu [data-item-display-mobile="image"] > .m-icon,.thrv_widget_menu [data-item-display-mobile="image"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-mm-text .m-icon{display: none !important;}.thrv_widget_menu [data-item-display-mobile="image"] > .tcb-mm-text,.thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-mm-text{flex-grow: 0 !important;}.thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="image"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-mobile="image"] > .tcb-mm-image{display: flex !important;}.thrv_widget_menu [data-item-display-mobile="image"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image"] > a > .tcb-mm-text > .tve-disabled-text-inner{display: none !important;}.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .m-icon,.thrv_widget_menu [data-item-display-mobile="image-text"] > .m-icon,.thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-mm-text .m-icon,.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-mm-text .m-icon{display: none !important;}.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-menu-item-image,.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-mm-image,.thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-mm-image{display: flex !important;}.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image-text"] > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image-text"] > .tcb-mm-text > .tve-disabled-text-inner,.thrv_widget_menu [data-item-display-mobile="image-text"] > a > .tcb-mm-text > .tve-disabled-text-inner{display: inline-block !important;}body.logged-in .thrv_widget_menu .tcb-menu-display-mobile-logged-out{display: none !important;}body:not(.logged-in) .thrv_widget_menu .tcb-menu-display-mobile-logged-in{display: none !important;}:not(#_):not(#_) .thrv_widget_menu .tcb-menu-display-mobile-always{display: block !important;}.thrv_widget_menu[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown :not(.tve-ham-wrap) > ul.tve_w_menu.tve-m-expanded,.thrv_widget_menu[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown .tve-ham-wrap.tve-m-expanded{overflow-y: auto;max-height: 80vh !important;}html{overflow-x: hidden !important;}html,body{max-width: 100vw !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height: var(--tcb-container-height-m) !important;}}@media screen and (max-width: 782px){.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right :not(.tve-ham-wrap) > ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-ham-wrap,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left :not(.tve-ham-wrap) > ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-ham-wrap,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen :not(.tve-ham-wrap) > ul.tve_w_menu,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-ham-wrap{top: 46px;height: calc(100vh - 46px);}.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-right .tve-m-trigger .tcb-icon-close-offscreen,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-left .tve-m-trigger .tcb-icon-close-offscreen,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close,.admin-bar .thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"].tve-mobile-side-fullscreen .tve-m-trigger .tcb-icon-close-offscreen{top: 46px;}}@media (min-width: 2600px){.thrv_widget_menu.thrv_wrapper li.c-double > a::before,.thrv_widget_menu.thrv_wrapper li.c-double .tve-hover-anim::before{top: 3px !important;}}@media (min-width: 1024px){.thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html :not(.tve-ham-wrap) > ul.tve_w_menu,.thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve-ham-wrap{height: 0px;overflow: hidden;box-sizing: border-box;width: 100%;background-color: rgb(255,255,255);position: absolute;z-index: 9 !important;}.thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html :not(.tve-ham-wrap) > ul.tve_w_menu .tcb-menu-logo-wrap,.thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve-ham-wrap .tcb-menu-logo-wrap{display: none !important;}.thrv_widget_menu[data-tve-switch-icon*="desktop"] .thrive-shortcode-html .tve-m-trigger{display: block;width: 100%;color: rgb(51,51,51) !important;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html{display: flex;justify-content: space-between;align-items: center;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo{display: block;order: var(--tcb-logo-split-order,1);}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger{width: auto;order: 2;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html ul{flex-wrap: wrap !important;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tcb-logo-split .thrive-shortcode-html::after{display: none;}.thrv_widget_menu[data-tve-switch-icon*="desktop"].tve-mobile-dropdown :not(.tve-ham-wrap) > ul.tve_w_menu:not(.tve-m-expanded),.thrv_widget_menu[data-tve-switch-icon*="desktop"].tve-mobile-dropdown .tve-ham-wrap:not(.tve-m-expanded){visibility: hidden;display: none;}}@media (min-width: 768px) and (max-width: 1023px){.thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html :not(.tve-ham-wrap) > ul.tve_w_menu,.thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html .tve-ham-wrap{height: 0px;overflow: hidden;box-sizing: border-box;width: 100%;background-color: rgb(255,255,255);position: absolute;z-index: 9 !important;}.thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html :not(.tve-ham-wrap) > ul.tve_w_menu .tcb-menu-logo-wrap,.thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html .tve-ham-wrap .tcb-menu-logo-wrap{display: none !important;}.thrv_widget_menu[data-tve-switch-icon*="tablet"] .thrive-shortcode-html .tve-m-trigger{display: block;width: 100%;color: rgb(51,51,51) !important;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html{display: flex;justify-content: space-between;align-items: center;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html .tcb-hamburger-logo{display: block;order: var(--tcb-logo-split-order,1);}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html .tve-m-trigger{width: auto;order: 2;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html ul{flex-wrap: wrap !important;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tcb-logo-split .thrive-shortcode-html::after{display: none;}.thrv_widget_menu[data-tve-switch-icon*="tablet"].tve-mobile-dropdown :not(.tve-ham-wrap) > ul.tve_w_menu:not(.tve-m-expanded),.thrv_widget_menu[data-tve-switch-icon*="tablet"].tve-mobile-dropdown .tve-ham-wrap:not(.tve-m-expanded){visibility: hidden;display: none;}.thrv_widget_menu[data-tve-switch-icon*="tablet"]:not(.tve-custom-menu-switch-icon-tablet) ul{padding: 0px !important;}}@media only screen and (max-width: 774px){.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve_menu_title{display: none;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .thrive-shortcode-html{padding-top: 1px;position: relative;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade).tve_center,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade).tve_left,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade).tve_right{display: block;float: none;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger.t_tve_horizontal{border-radius: 4px;border-width: 1px;border-style: solid;display: inline-block;float: right;font-size: 33px;height: 30px;line-height: 30px;margin: 0px;padding: 8px;text-align: center;text-decoration: none;width: 33px;box-sizing: content-box !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger .thrv_icon{margin: 0px;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger .tcb-icon-close{display: none;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger.tve-triggered-icon .tcb-icon-open{display: none;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-m-trigger.tve-triggered-icon .tcb-icon-close{display: block;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul{min-width: 250px;max-width: none !important;width: 100% !important;box-sizing: border-box !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul li,.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul a{display: block !important;box-sizing: border-box !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) .tve-ham-wrap.tve-m-expanded{transition: max-height 0.3s ease 0s;border: 1px solid rgb(180,180,180);min-height: 200px;overflow-y: scroll;top: 49px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal{background-color: rgb(255,255,255);max-height: 0px;overflow: hidden;position: absolute;transition: max-height 0.3s ease 0s;z-index: 9999;top: 50px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal.tve-m-expanded{transition: max-height 0.3s ease 0s;border: 1px solid rgb(180,180,180);min-height: 200px;overflow-y: scroll;top: 49px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li > a{padding: 12px 15px;display: block;background-color: rgb(255,255,255);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li ul{display: block !important;position: static !important;border: 0px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li ul a::after{display: none !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li ul a{border-radius: 0px !important;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li > ul > li > a{padding-left: 30px;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li > ul > li > ul > li > a{padding-left: 45px;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal > li > ul > li > ul > li > ul > li > a{padding-left: 45px;}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal::-webkit-scrollbar-track{background-color: rgb(225,225,225);}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal::-webkit-scrollbar{width: 6px;background-color: rgb(225,225,225);}.thrv_widget_menu.thrv_wrapper:not(.tve-custom-menu-upgrade) ul.tve_w_menu.tve_horizontal::-webkit-scrollbar-thumb{border-radius: 10px;background-color: rgb(204,204,204);}}@media screen and (max-device-width: 480px){body{text-size-adjust: none;}}@media only screen and (min-width: 774px){.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul .tve_w_menu.tve_horizontal > li ul{left: -100%;}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal > li ul .tve_w_menu.tve_horizontal > li ul li{text-align: right;}}</style><style class='tve-symbol-custom-style'>@media (min-width:300px){.thrv_symbol_1473 .thrive-symbol-shortcode{padding:20px !important;}.thrv_symbol_1473 .thrv_widget_menu #m-16eac279f78 > li:not(.tcb-excluded-from-group-item){--g-regular-weight:400;--g-bold-weight:600;margin-left:15px !important;margin-right:15px !important;padding-left:0px !important;padding-right:0px !important;}.thrv_symbol_1473 [data-css="tve-u-16eac2d96ed"]{text-align:center;}:not(#tve) .thrv_symbol_1473 .thrv_widget_menu #m-16eac279f78 > li:not(.tcb-excluded-from-group-item) > a{font-weight:600 !important;}.thrv_symbol_1473 .thrv_widget_menu #m-16eac279f78 > li:not(.tcb-excluded-from-group-item) > a{--tcb-applied-color:rgb(100,102,106);font-family:"Open Sans" !important;text-transform:uppercase !important;font-size:15px !important;color:rgb(100,102,106) !important;}.thrv_symbol_1473 [data-css="tve-u-16eac533e94"]{padding:0px !important;}.thrv_symbol_1473 [data-css="tve-u-16eac279f7a"]{margin:0px 0px 10px !important;}.thrv_symbol_1473 [data-css="tve-u-16eac5b5a3a"]{background-color:rgb(242,242,242) !important;}:not(#tve) .thrv_symbol_1473 [data-css="tve-u-16eac5dd29c"]{--tcb-applied-color:rgb(131,134,139);line-height:1.7em !important;color:rgb(131,134,139) !important;}:not(#tve) .thrv_symbol_1473 .thrv_widget_menu #m-16eac279f78 > li:not(.tcb-excluded-from-group-item):hover > a{color:rgb(44,44,44) !important;--tcb-applied-color:rgb(44,44,44)!important;}.thrv_symbol_1473 .thrv_widget_menu #m-16eac279f78 > li:not(.tcb-excluded-from-group-item).tve-state-active > a{--tcb-applied-color:rgb(44,44,44);color:rgb(44,44,44) !important;}}@media (max-width:1023px){.thrv_symbol_1473 .thrv_widget_menu #m-16eac279f78 > li:not(.tcb-excluded-from-group-item){padding-left:0px !important;padding-right:0px !important;margin-left:10px !important;margin-right:10px !important;}}@media (max-width:767px){.thrv_symbol_1473 .thrive-symbol-shortcode{padding:15px !important;}.thrv_symbol_1473 .thrv_widget_menu #m-16eac279f78 > li:not(.tcb-excluded-from-group-item) > a{font-size:13px !important;}:not(#tve) .thrv_symbol_1473 [data-css="tve-u-16eac2d96ed"] p,:not(#tve) .thrv_symbol_1473 [data-css="tve-u-16eac2d96ed"] li,:not(#tve) .thrv_symbol_1473 [data-css="tve-u-16eac2d96ed"] blockquote,:not(#tve) .thrv_symbol_1473 [data-css="tve-u-16eac2d96ed"] address,:not(#tve) .thrv_symbol_1473 [data-css="tve-u-16eac2d96ed"] .tcb-plain-text,:not(#tve) .thrv_symbol_1473 [data-css="tve-u-16eac2d96ed"] label{font-size:14px;}:not(#tve) .thrv_symbol_1473 [data-css="tve-u-16eac5dd29c"]{font-size:12px !important;}.thrv_symbol_1473 .thrv_widget_menu #m-16eac279f78 > li:not(.tcb-excluded-from-group-item){padding-left:0px !important;padding-right:0px !important;margin-left:10px !important;margin-right:10px !important;}.thrv_symbol_1473 [data-css="tve-u-16eac279f7a"]{margin-bottom:12px !important;}}</style> <div class="symbol-section-out" style="" data-css="tve-u-16eac5b5a3a"></div> <div class="symbol-section-in" style="" data-css="tve-u-16eac2d96ed"><div class="thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-template-light-tmp-first tve-regular" data-tve-switch-icon="" data-css="tve-u-16eac279f7a" style="" data-tve-allhoriz="1"><div class="thrive-shortcode-html thrive-shortcode-html-editable tve_clearfix" > <a class="tve-m-trigger t_tve_horizontal" href="javascript:void(0)"><div class="thrv_wrapper thrv_icon tcb-icon-open"><svg class="tcb-icon" viewBox="0 0 24 24" data-name="align-justify"><g><g><path class="st0" d="M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z"/></g><g><path class="st0" d="M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z"/></g><g><path class="st0" d="M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z"/></g></g></svg></div><div class="thrv_wrapper thrv_icon tcb-icon-close"><svg class="tcb-icon" viewBox="0 0 24 24" data-name="close"><path class="st0" d="M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z"/></svg></div></a>  <ul id="m-16eac279f78" class="tve_w_menu tve_horizontal "><li id="menu-item-197" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-197 lvl-0" data-id="197"  ><a href="https://knpayrollplus.com/about-kn-payroll-plus/"><span class="tve-disabled-text-inner">About KN Payroll Plus</span></a></li>
<li id="menu-item-198" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-198 lvl-0" data-id="198"  ><a href="https://knpayrollplus.com/contact/"><span class="tve-disabled-text-inner">Contact</span></a></li>
<li id="menu-item-81" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-81 lvl-0" data-id="81"  ><a href="https://knpayrollplus.com/privacy-policy/"><span class="tve-disabled-text-inner">Privacy Policy</span></a></li>
<li id="menu-item-86" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86 lvl-0" data-id="86"  ><a href="https://knpayrollplus.com/disclaimer/"><span class="tve-disabled-text-inner">Disclaimer</span></a></li>
<li id="menu-item-85" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-85 lvl-0" data-id="85"  ><a href="https://knpayrollplus.com/copyright-notice/"><span class="tve-disabled-text-inner">Copyright Notice</span></a></li>
<li id="menu-item-87" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-87 lvl-0" data-id="87"  ><a href="https://knpayrollplus.com/terms-and-conditions/"><span class="tve-disabled-text-inner">Terms and Conditions</span></a></li>
</ul> <div class="tcb-menu-overlay"></div> </div> </div><div class="thrv_wrapper thrv_text_element" style="" data-css="tve-u-16eac533e94"><p data-css="tve-u-16eac5dd29c" style="">Copyright <span class="thrive-shortcode-content" data-attr-id="Y" data-extra_key="Y" data-option-inline="1" data-shortcode="thrv_dynamic_data_date" data-shortcode-name="Year (2029)">2026</span> <span class="thrive-shortcode-content" data-attr-id="1" data-extra_key="1" data-option-inline="1" data-shortcode="thrive_global_fields" data-shortcode-name="[Company] Company Name">Trotman Accounting Services</span>, all rights reserved.</p></div></div> </div></footer></div><!--WPFC_FOOTER_START-->
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/thrive-theme-child/*","/wp-content/themes/thrive-theme/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
            <div class="std-temp-popup-wrapper"></div>
<div class="w3eden">

<!-- Modal Login Form -->
<div class="wpdm-login-modal" id="wpdmloginmodal" role="dialog" aria-labelledby="wpdmloginmodal-title" aria-hidden="true">
    <div class="wpdm-login-modal__backdrop"></div>
    <div class="wpdm-login-modal__container">
        <div class="wpdm-auth-split wpdm-login-modal__split">
            <div class="wpdm-auth-panel wpdm-login-modal__panel">

                <!-- Left decorative panel -->
                <div class="wpdm-auth-left">
                    <div class="wpdm-auth-grid"></div>
                    <div class="wpdm-auth-circles">
                        <div class="wpdm-auth-circle"></div>
                        <div class="wpdm-auth-circle"></div>
                        <div class="wpdm-auth-circle"></div>
                        <div class="wpdm-auth-circle"></div>
                    </div>
                    <div class="wpdm-auth-brand">
                        <a href="https://knpayrollplus.com/">
                                                            <img src="https://i0.wp.com/knpayrollplus.com/wp-content/uploads/2021/09/ComprehensivePayrollImageOnly100x100Pixels.png?fit=100%2C100&#038;ssl=1" alt="KN Payroll | Trotman Accounting Services" id="wpdm_modal_login_logo" />
                                                        KN Payroll | Trotman Accounting Services                        </a>
                    </div>
                    <div class="wpdm-auth-welcome">
                        <div class="wpdm-auth-welcome-sub">Welcome back</div>
                        <div class="wpdm-auth-welcome-title">Sign In</div>
                        <div class="wpdm-auth-welcome-line"></div>
                        <div class="wpdm-auth-welcome-text">Sign in to access your downloads, manage your account, and continue where you left off.</div>
                    </div>
                </div>

                <!-- Right form panel -->
                <div class="wpdm-auth-right">

                    <!-- Close button -->
                    <button type="button" class="wpdm-login-modal__close" id="wpdm-modal-close" aria-label="Close">
                        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" /></svg>
                    </button>

                    <div class="wpdm-auth-form-header">
                        <div class="wpdm-auth-form-title" id="wpdmloginmodal-title">Login Account</div>
                        <div class="wpdm-auth-form-desc">Enter your credentials to access your account</div>
                    </div>

                    
                    <form name="loginform" id="modalloginform" action="" method="post" class="login-form">

                        <input type="hidden" name="permalink" value="https://knpayrollplus.com/product/access-backup-compact-and-restore-utility-perpetual/" />

                        <input type='hidden' name='__phash' id='__phash' value='OVZe58KgJZjv1K1q9hHXBE95iayUpa74n473HLJ4TwhIs01tA3-b5LwRfMFcaw3PRV-OOJUa5Lx1WjzuULOpPlA'  /><div class='form-group ' id='row_log'><div class='input-wrapper text-input-wrapper' id='row_log_wrapper'><label form='log'>Login ID</label><input type='text' name='wpdm_login[log]' id='user_login' required='required' placeholder='Username or Email' class='form-control'  /></div></div><div class='form-group ' id='row_password'><div class='input-wrapper password-input-wrapper' id='row_password_wrapper'><label form='password'>Password</label><input type='password' name='wpdm_login[pwd]' id='password' required='required' placeholder='Enter Password' strength='0' class='form-control'  /></div></div>
                        
                                                
                        <div class="wpdm-auth-meta">
                            <label class="wpdm-auth-remember">
                                <input name="rememberme" type="checkbox" id="rememberme" value="forever" />
                                <span class="wpdm-auth-check">
                                    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="3" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5" /></svg>
                                </span>
                                Remember Me                            </label>
                            <a class="wpdm-auth-forgot" href="https://knpayrollplus.com/login-page/?action=lostpassword">Forgot Password?</a>
                        </div>

                        <input type="hidden" name="redirect_to" id="wpdm_modal_login_redirect_to" value="/product-category/access-backup-compact-and-restore-utility/feed/" />

                        <button type="submit" name="wp-submit" id="wpdmloginmodal-submit" class="wpdm-auth-btn">
                            <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9" /></svg>
                            Sign In                        </button>

                    </form>

                    
                    
                                            <div class="wpdm-auth-link">
                            Don't have an account?                            <a href="https://knpayrollplus.com/registration-page/">Register Now</a>
                        </div>
                    
                </div>

            </div>
        </div>
    </div>
</div>

</div>

<style>
    /* Modal overlay & container */
    .wpdm-login-modal {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 999999;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .wpdm-login-modal--open {
        display: block;
    }

    .wpdm-login-modal__backdrop {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.6);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .wpdm-login-modal--open .wpdm-login-modal__backdrop {
        opacity: 1;
    }

    .wpdm-login-modal__container {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100%;
        padding: 24px;
    }

    .wpdm-login-modal__split {
        position: relative;
        z-index: 1;
        padding: 0;
        min-height: auto;
        opacity: 0;
        transform: scale(0.95) translateY(10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .wpdm-login-modal--open .wpdm-login-modal__split {
        opacity: 1;
        transform: scale(1) translateY(0);
    }

    .wpdm-login-modal__panel {
        max-width: 820px;
        min-height: 480px;
    }

    /* Close button */
    .wpdm-login-modal__close {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 32px;
        height: 32px;
        border-radius: 8px;
        border: 1px solid var(--auth-border, #e2e8f0);
        background: var(--auth-bg, #ffffff);
        color: var(--auth-text, #1e293b);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.15s ease;
        z-index: 2;
        padding: 0;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    }

    .wpdm-login-modal__close svg {
        width: 16px;
        height: 16px;
    }

    .wpdm-login-modal__close:hover {
        background: var(--auth-input-bg, #f1f5f9);
        border-color: var(--auth-text-muted, #94a3b8);
    }

    /* Body scroll lock */
    body.wpdm-modal-open {
        overflow: hidden;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .wpdm-login-modal__container {
            padding: 16px;
            align-items: flex-start;
            padding-top: 40px;
        }

        .wpdm-login-modal__panel {
            max-width: 100%;
            min-height: auto;
        }
    }

    /* Dark mode */
    .w3eden.dark-mode .wpdm-login-modal__close {
        background: #1e293b;
        border-color: #475569;
        color: #f1f5f9;
    }

    .w3eden.dark-mode .wpdm-login-modal__close:hover {
        background: #334155;
        border-color: #64748b;
    }

    .w3eden.dark-mode .wpdm-login-modal__backdrop {
        background: rgba(0, 0, 0, 0.7);
    }

    @media (prefers-color-scheme: dark) {
        .w3eden:not(.light-mode) .wpdm-login-modal__close {
            background: #1e293b;
            border-color: #475569;
            color: #f1f5f9;
        }

        .w3eden:not(.light-mode) .wpdm-login-modal__close:hover {
            background: #334155;
            border-color: #64748b;
        }

        .w3eden:not(.light-mode) .wpdm-login-modal__backdrop {
            background: rgba(0, 0, 0, 0.7);
        }
    }
</style>

<script>
    jQuery(function ($) {
        var llbl = $('#wpdmloginmodal-submit').html();
        var __lm_redirect_to = location.href;
        var __lm_logo = "https://i0.wp.com/knpayrollplus.com/wp-content/uploads/2021/09/ComprehensivePayrollImageOnly100x100Pixels.png?fit=100%2C100&amp;ssl=1";
        var $body = $('body');
        var $modal = $('#wpdmloginmodal');

        function openModal() {
            $modal.addClass('wpdm-login-modal--open');
            $body.addClass('wpdm-modal-open');
            setTimeout(function() {
                $('#user_login').trigger('focus');
            }, 300);
        }

        function closeModal() {
            $modal.removeClass('wpdm-login-modal--open');
            $body.removeClass('wpdm-modal-open');
        }

        // Form submit
        $('#modalloginform').submit(function () {
            var $btn = $('#wpdmloginmodal-submit');
            $btn.html('<span class="wpdm-auth-spinner"></span> Signing In...');
            $btn.prop('disabled', true);
            $(this).ajaxSubmit({
                error: function(error) {
                    var msg = error.responseJSON ? error.responseJSON.messages : 'Login failed. Please try again.';
                    $('#modalloginform .wpdm-auth-alert').remove();
                    $('#modalloginform').prepend('<div class="wpdm-auth-alert error"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z" /></svg>' + msg + '</div>');
                    $btn.html(llbl).prop('disabled', false);
                                    },
                success: function (res) {
                    if (!res.success) {
                        $('#modalloginform .wpdm-auth-alert').remove();
                        $('#modalloginform').prepend('<div class="wpdm-auth-alert error"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z" /></svg>' + res.message + '</div>');
                        $btn.html(llbl).prop('disabled', false);
                                            } else {
                        $btn.html('<span class="wpdm-auth-spinner"></span> ' + res.message);
                        location.href = __lm_redirect_to;
                    }
                }
            });
            return false;
        });

        // Dismiss alerts on click
        $body.on('click', '#modalloginform .wpdm-auth-alert', function(){
            $(this).slideUp(200, function() { $(this).remove(); });
        });

        // Open modal triggers (data-target and class-based)
        $body.on('click', 'a[data-target="#wpdmloginmodal"], .wpdmloginmodal-trigger', function (e) {
            e.preventDefault();
            if($(this).data('redirect') !== undefined) {
                __lm_redirect_to = $(this).data('redirect');
            }
            if($(this).data('logo') !== undefined) {
                __lm_logo = $(this).data('logo');
            }
            if(__lm_logo !== "") {
                var $logo = $('#wpdm_modal_login_logo');
                if ($logo.is('img')) {
                    $logo.attr('src', __lm_logo);
                } else {
                    $logo.replaceWith(WPDM.el('img', {src: __lm_logo, alt: "Logo", id: "wpdm_modal_login_logo", style: "width:36px;height:36px;border-radius:8px;object-fit:cover"}));
                }
            }
            openModal();
        });

        // Close modal
        $body.on('click', '#wpdm-modal-close, .wpdm-login-modal__backdrop', function () {
            closeModal();
        });

        // Close on Escape key
        $(document).on('keydown', function(e) {
            if (e.key === 'Escape' && $modal.hasClass('wpdm-login-modal--open')) {
                closeModal();
            }
        });

        // Ctrl+L shortcut to open
        $(window).keydown(function(event) {
            if(event.ctrlKey && event.keyCode === 76) {
                openModal();
                event.preventDefault();
            }
        });

        // Backwards compatibility: support .modal('show') calls
        $modal.modal = function(action) {
            if (action === 'show') openModal();
            else if (action === 'hide') closeModal();
        };
    });
</script>
            <script>

                const abmsg = "We noticed an ad blocker. Consider whitelisting us to support the site ❤️";
                const abmsgd = "download";
                const iswpdmpropage = 0;

                jQuery(function($){

                    
                                    });
            </script>
            <div id="fb-root"></div>
            <script type='text/javascript'>( $ => {
	/**
	 * Displays toast message from storage, it is used when the user is redirected after login
	 */
	if ( window.sessionStorage ) {
		$( window ).on( 'tcb_after_dom_ready', () => {
			const message = sessionStorage.getItem( 'tcb_toast_message' );

			if ( message ) {
				tcbToast( sessionStorage.getItem( 'tcb_toast_message' ), false );
				sessionStorage.removeItem( 'tcb_toast_message' );
			}
		} );
	}

	/**
	 * Displays toast message
	 *
	 * @param {string}   message  - message to display
	 * @param {Boolean}  error    - whether the message is an error or not
	 * @param {Function} callback - callback function to be called after the message is closed
	 */
	function tcbToast( message, error, callback ) {
		/* Also allow "message" objects */
		if ( typeof message !== 'string' ) {
			message = message.message || message.error || message.success;
		}
		if ( ! error ) {
			error = false;
		}
		TCB_Front.notificationElement.toggle( message, error ? 'error' : 'success', callback );
	}
} )( typeof ThriveGlobal === 'undefined' ? jQuery : ThriveGlobal.$j );
</script>
<div class="xoo-el-container xoo-el-style-slider" style="visibility: hidden;">
    <div class="xoo-el-opac"></div>
    <div class="xoo-el-modal">
        <div class="xoo-el-inmodal">
            <span class="xoo-el-close xoo-el-icon-cross"></span>
            <div class="xoo-el-wrap">
                <div class="xoo-el-sidebar"></div>
                <div class="xoo-el-srcont">
                    <div class="xoo-el-main">
<div class="xoo-el-form-container xoo-el-form-popup" data-active="single">

	
	
	
	
	
			
		<div data-section="single" class="xoo-el-section">

			<div class="xoo-el-fields">

				<div class="xoo-el-notice"></div>
				<form class="xoo-el-action-form xoo-el-form-single">

					
					
<span class="xoo-el-sing-head">Welcome to KN Payroll | Trotman Accounting Services</span>

<span class="xoo-el-sing-subtxt">Log in or sign up with your email.</span>


<div class="xoo-el-sing-fields">

	<div class="xoo-el-fields-cont"><div class="xoo-aff-group xoo-aff-cont-text one xoo-aff-cont-required xoo-el-sing-user_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-user-plus"></span><input type="text" class="xoo-aff-required xoo-aff-text xoo-aff-field" name="xoo-el-sing-user" placeholder="Username / Email"  value="" required="	" autocomplete="username"/></div></div></div>
				<input type="hidden" name="_xoo_el_login_has_register" value="yes">
			
</div>

<input type="hidden" name="_xoo_el_form" value="single">

<input type="hidden" name="_xoo_el_referral" value="">

<button type="submit" class="button btn xoo-el-action-btn xoo-el-single-btn">Continue</button>
					
				</form>

				
	
	

	
	
			</div>

		</div>

	
			
		<div data-section="login" class="xoo-el-section">

			<div class="xoo-el-fields">

				<div class="xoo-el-notice"></div>
				<form class="xoo-el-action-form xoo-el-form-login">

					
					<div class="xoo-el-fields-cont"><div class="xoo-aff-group xoo-aff-cont-text one xoo-aff-cont-required xoo-el-username_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-user-plus"></span><input type="text" class="xoo-aff-required xoo-aff-text xoo-aff-field" name="xoo-el-username" placeholder="Username / Email"  value="" required="	" autocomplete="username"/></div></div><div class="xoo-aff-group xoo-aff-cont-password one xoo-aff-cont-required xoo-el-password_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-key"></span><input type="password" class="xoo-aff-required xoo-aff-password xoo-aff-field" name="xoo-el-password" placeholder="Password"  value="" required="	" autocomplete="current-password"/><div class="xoo-aff-pw-toggle">
					<span class="xoo-aff-pwtog-show"><i class="far fa-eye"></i></span>
					<span class="xoo-aff-pwtog-hide"><i class="far fa-eye-slash"></i></span>
					</div></div></div></div>
<div class="xoo-aff-group xoo-el-login-btm-fields">
	<label class="xoo-el-form-label">
		<input type="checkbox" name="xoo-el-rememberme" value="forever" />
		<span>Remember me</span>
	</label>
	<a class="xoo-el-lostpw-tgr" rel="nofollow" href="#">Forgot Password?</a>
</div>

			<input type="hidden" name="_xoo_el_login_has_single" value="yes">
			
<input type="hidden" name="_xoo_el_form" value="login">

<button type="submit" class="button btn xoo-el-action-btn xoo-el-login-btn" >Sign in</button>

<input type="hidden" name="xoo_el_redirect" value="/product-category/access-backup-compact-and-restore-utility/feed/">
					
				</form>

				
			<span class="xoo-el-reg-tgr xoo-el-nav-ft">Don't have an account? Signup now</span>
	
	

	
	
			</div>

		</div>

	
			
		<div data-section="register" class="xoo-el-section">

			<div class="xoo-el-fields">

				<div class="xoo-el-notice"></div>
				<form class="xoo-el-action-form xoo-el-form-register">

					
					<div class="xoo-el-fields-cont"><div class="xoo-aff-group xoo-aff-cont-email one xoo-aff-cont-required xoo_el_reg_email_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-at"></span><input type="email" class="xoo-aff-required xoo-aff-email xoo-aff-field" name="xoo_el_reg_email" placeholder="Email"  value="" required="	" autocomplete="email"/></div></div><div class="xoo-aff-group xoo-aff-cont-text onehalf xoo-aff-cont-required xoo_el_reg_fname_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon far fa-user"></span><input type="text" class="xoo-aff-required xoo-aff-text xoo-aff-field" name="xoo_el_reg_fname" placeholder="First Name"  value="" required="	"/></div></div><div class="xoo-aff-group xoo-aff-cont-text onehalf xoo-aff-cont-required xoo_el_reg_lname_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon far fa-user"></span><input type="text" class="xoo-aff-required xoo-aff-text xoo-aff-field" name="xoo_el_reg_lname" placeholder="Last Name"  value="" required="	"/></div></div><div class="xoo-aff-group xoo-aff-cont-password one xoo-aff-cont-required xoo_el_reg_pass_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-key"></span><input type="password" class="xoo-aff-required xoo-aff-password xoo-aff-field" name="xoo_el_reg_pass" placeholder="Password"  value="" maxlength="20" minlength="6" required="	" autocomplete="new-password"/><div class="xoo-aff-pw-toggle">
					<span class="xoo-aff-pwtog-show"><i class="far fa-eye"></i></span>
					<span class="xoo-aff-pwtog-hide"><i class="far fa-eye-slash"></i></span>
					</div></div></div><div class="xoo-aff-group xoo-aff-cont-password one xoo-aff-cont-required xoo_el_reg_pass_again_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-key"></span><input type="password" class="xoo-aff-required xoo-aff-password xoo-aff-field" name="xoo_el_reg_pass_again" placeholder="Confirm Password"  value="" required="	" autocomplete="new-password"/><div class="xoo-aff-pw-toggle">
					<span class="xoo-aff-pwtog-show"><i class="far fa-eye"></i></span>
					<span class="xoo-aff-pwtog-hide"><i class="far fa-eye-slash"></i></span>
					</div></div></div><div class="xoo-aff-group xoo-aff-cont-checkbox_single one xoo-aff-cont-required xoo_el_reg_terms_cont"><div class="xoo-aff-required xoo-aff-checkbox_single xoo-aff-field"><label><input type="checkbox" name="xoo_el_reg_terms" class="xoo-aff-required xoo-aff-checkbox_single xoo-aff-field" value="yes" >I accept the <a href="https://knpayrollplus.com/privacy-policy/" target="_blank"> Terms of Service and Privacy Policy </a></label></div></div><div class="xoo-aff-group xoo-aff-cont-checkbox_single one xoo-mailpoet-subscribe_cont"><div class="xoo-aff-checkbox_single xoo-aff-field"><label><input type="checkbox" name="xoo-mailpoet-subscribe" class="xoo-aff-checkbox_single xoo-aff-field" value="yes" >Subscribe to our newsletter</label></div></div></div>
<input type="hidden" name="_xoo_el_form" value="register">


<button type="submit" class="button btn xoo-el-action-btn xoo-el-register-btn">Sign Up</button>

<input type="hidden" name="xoo_el_redirect" value="/product-category/access-backup-compact-and-restore-utility/feed/">
					
				</form>

				
	
			<span class="xoo-el-login-tgr xoo-el-nav-ft">Already a member? Login</span>
	

	
	
			</div>

		</div>

	
			
		<div data-section="lostpw" class="xoo-el-section">

			<div class="xoo-el-fields">

				<div class="xoo-el-notice"></div>
				<form class="xoo-el-action-form xoo-el-form-lostpw">

					
					

<span class="xoo-el-form-txt">Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.</span>

<div class="xoo-el-fields-cont"><div class="xoo-aff-group xoo-aff-cont-text one xoo-aff-cont-required user_login_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-user-plus"></span><input type="text" class="xoo-aff-required xoo-aff-text xoo-aff-field" name="user_login" placeholder="Username / Email"  value="" required="	"/></div></div></div>

<input type="hidden" name="_xoo_el_form" value="lostPassword">

<input type="hidden" name="_wp_http_referer" value="/product-category/access-backup-compact-and-restore-utility/feed/" />
<button type="submit" class="button btn xoo-el-action-btn xoo-el-lostpw-btn">Email Reset Link</button>
					
				</form>

				
	
	

			<span class="xoo-el-login-tgr xoo-el-nav-ft"><i class="xoo-el-icon-arrow-left2"></i></span>
	
	
			</div>

		</div>

	
	
</div></div>
                </div>
            </div>
        </div>
    </div>
</div>
<div class="xoo-el-popup-notice" style="visibility: hidden;">
    <div class="xoo-el-notice-opac"></div>
    <div class="xoo-el-notice-modal">
        <div class="xoo-el-notice-inmodal">
            <span class="xoo-el-notice-close xoo-el-icon-cross"></span>
            <div class="xoo-el-notice-wrap">
               <iframe></iframe>
               <div class="xoo-el-notice-iframestyle" style="display: none;">
                   body::-webkit-scrollbar {
                        width: 7px;
                    }

                    body::-webkit-scrollbar-track {
                        border-radius: 10px;
                        background: #f0f0f0;
                    }

                    body::-webkit-scrollbar-thumb {
                        border-radius: 50px;
                        background: #dfdbdb
                    }
               </div>
            </div>
        </div>
    </div>
</div><div class="xoo-wsc-markup-notices"></div>
<div class="xoo-wsc-markup">
	<div class="xoo-wsc-modal">

		
<div class="xoo-wsc-container">

	<div class="xoo-wsc-basket">

					<span class="xoo-wsc-items-count">0</span>
		

		<span class="xoo-wsc-bki xoo-wsc-icon-shopping-bag1"></span>

		
	</div>

	<div class="xoo-wsc-header">

		
		









<div class="xoo-wsch-top xoo-wsch-new">

			<div class="xoo-wsc-notice-container" data-section="cart"><ul class="xoo-wsc-notices"></ul></div>		

			
		<div class="xoo-wsch-section xoo-wsch-sec-left">
			

<div class="xoo-wsch-basket">

	<span class="xoo-wsch-bki xoo-wsc-icon-shopping-bag1 xoo-wsch-icon"></span>
	
	<span class="xoo-wsch-items-count">0</span>
</div>


	<span class="xoo-wsch-text">Your Cart</span>

		</div>


			
		<div class="xoo-wsch-section xoo-wsch-sec-right">
			
	<span class="xoo-wsch-close xoo-wsc-icon-cross xoo-wsch-icon"></span>
		</div>


	
</div>
		
	</div>


	<div class="xoo-wsc-body">

		
		
<div class="xoo-wsc-empty-cart"><span>Your cart is empty</span><a class="xoo-wsc-btn" href="https://knpayrollplus.com/products/">Return to Shop</a></div>
		
	</div>

	<div class="xoo-wsc-footer">

		
		




<div class="xoo-wsc-ft-buttons-cont">

	<a href="#" class="xoo-wsc-ft-btn xoo-wsc-btn xoo-wsc-cart-close xoo-wsc-ft-btn-continue" >Continue Shopping</a>
</div>


		
	</div>

	<span class="xoo-wsc-loader"></span>
	<span class="xoo-wsc-icon-spinner8 xoo-wsc-loader-icon"></span>

</div>
		<span class="xoo-wsc-opac"></span>

	</div>
</div><style type="text/css" id="tve_notification_styles"></style>
<div class="tvd-toast tve-fe-message" style="display: none">
	<div class="tve-toast-message tve-success-message">
		<div class="tve-toast-icon-container">
			<span class="tve_tick thrv-svg-icon"></span>
		</div>
		<div class="tve-toast-message-container"></div>
	</div>
</div>	<script type='text/javascript'>
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<script type="text/javascript">var tcb_current_post_lists=JSON.parse('[]'); var tcb_post_lists=tcb_post_lists?[...tcb_post_lists,...tcb_current_post_lists]:tcb_current_post_lists;</script>    <style>
        body.ic-disabled-body:before {
            background-image: url("/wp-includes/js/thickbox/loadingAnimation.gif");
        }
    </style>
    <script type="text/javascript" id="xoo-el-js-js-extra">
/* <![CDATA[ */
var xoo_el_localize = {"adminurl":"https://knpayrollplus.com/wp-admin/admin-ajax.php","redirectDelay":"300","html":{"spinner":"\u003Ci class=\"xoo-el-icon-spinner8 xoo-el-spinner\"\u003E\u003C/i\u003E","editField":"\u003Cspan class=\"xoo-el-edit-em\"\u003EChange?\u003C/span\u003E","notice":{"error":"\u003Cdiv class=\"xoo-el-notice-error \"\u003E%s\u003C/div\u003E","success":"\u003Cdiv class=\"xoo-el-notice-success \"\u003E%s\u003C/div\u003E"}},"autoOpenPopup":"yes","autoOpenPopupOnce":"yes","aoDelay":"500","loginClass":"","registerClass":"","errorLog":"no","resetPwPattern":"link","resend_wait":"90","preventClosing":"","hasCodeForms":"","isLoggedIn":"no","checkout":{"loginEnabled":"yes","loginRedirect":"/product-category/access-backup-compact-and-restore-utility/feed/"}};
//# sourceURL=xoo-el-js-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/easy-login-woocommerce/assets/js/xoo-el-js.js?ver=3.1.2" id="xoo-el-js-js"></script>
<script type="text/javascript" id="al_product_scripts-js-extra">
/* <![CDATA[ */
var product_object = {"ajaxurl":"https://knpayrollplus.com/wp-admin/admin-ajax.php","post_id":"1436","lightbox_settings":{"transition":"elastic","initialWidth":200,"maxWidth":"90%","maxHeight":"90%","rel":"gal"},"filter_button_label":"Filter","design_schemes":"green-box ic-design","loading":"https://knpayrollplus.com/wp-includes/js/thickbox/loadingAnimation.gif","nonce":"29ab498db9"};
//# sourceURL=al_product_scripts-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/ecommerce-product-catalog/js/product.min.js?timestamp=1769265624&amp;ver=6.9.4" id="al_product_scripts-js"></script>
<script type="text/javascript" id="ic_product_ajax-js-extra">
/* <![CDATA[ */
var ic_ajax = {"query_vars":"{\"feed\":\"feed\",\"product_cat\":\"access-backup-compact-and-restore-utility\",\"ic_post_type\":\"product\"}","request_url":"https://knpayrollplus.com/product-category/access-backup-compact-and-restore-utility/feed/","filters_reset_url":"","is_search":"","nonce":"1d6e4e2283"};
//# sourceURL=ic_product_ajax-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/ecommerce-product-catalog/js/product-ajax.min.js?timestamp=1769265624&amp;ver=6.9.4" id="ic_product_ajax-js"></script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/accordion-blocks/js/accordion-blocks.min.js?ver=1.5.0" id="pb-accordion-blocks-frontend-script-js"></script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/dist/vendor/wp-polyfill.min.js" id="wp-polyfill-js"></script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/aino-accordion-faq-block/build/frontend.js?ver=e5a8ddb2ccd1448bfe0df19a7c867f4d" id="-frontend-js"></script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/woo.min.js?ver=10.8.9.1" id="tve_woo-js"></script>
<script type="text/javascript" id="wpdmpp-mini-cart-js-extra">
/* <![CDATA[ */
var wpdmppMiniCart = {"restUrl":"https://knpayrollplus.com/wp-json/wpdmpp/v1/cart","nonce":"c6b955a3f6","settings":{"displayStyle":"dropdown","position":"top-right","autoOpenOnAdd":true,"autoCloseDelay":3000,"mobileFullScreen":true,"mobileBreakpoint":768,"triggerSelector":"","showThumbnails":true,"showItemCount":true,"showSubtotal":true},"cartData":{"item_count":0,"total_formatted":"$0.00","is_empty":true},"cartUrl":"https://knpayrollplus.com/cart/","checkoutUrl":"https://knpayrollplus.com/cart/?step=checkout","strings":{"cartTitle":"Shopping Cart","emptyCart":"Your cart is empty","subtotal":"Subtotal","viewCart":"View Cart","checkout":"Checkout","remove":"Remove","close":"Close","loading":"Loading...","itemAdded":"Item added to cart","itemRemoved":"Item removed","cartUpdated":"Cart updated","continueShopping":"Continue Shopping"}};
//# sourceURL=wpdmpp-mini-cart-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/wpdm-premium-packages/assets/js/mini-cart.js?ver=6.2.0" id="wpdmpp-mini-cart-js"></script>
<script type="text/javascript" id="yaydp-frontend-index-js-extra">
/* <![CDATA[ */
var yaydp_frontend_data = {"nonce":"28d691ccb9","admin_ajax":"https://knpayrollplus.com/wp-admin/admin-ajax.php","current_page":"other","discount_based_on":"regular_price","currency_settings":{"code":"USD","precision":2,"symbol":"$","symbolPosition":"left_space","decimalSeparator":".","thousandSeparator":",","priceFormat":"%1$s\u00a0%2$s"}};
//# sourceURL=yaydp-frontend-index-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/yaypricing/assets/js/index.js?ver=3.5.4" id="yaydp-frontend-index-js"></script>
<script type="text/javascript" src="https://c0.wp.com/p/woocommerce/10.6.2/assets/js/accounting/accounting.min.js" id="wc-accounting-js"></script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics/build/woocommerce-analytics-client.js?minify=false&amp;ver=e434986d5efc1358e217" id="woocommerce-analytics-client-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="tve-dash-frontend-js-extra">
/* <![CDATA[ */
var tve_dash_front = {"ajaxurl":"https://knpayrollplus.com/wp-admin/admin-ajax.php","force_ajax_send":"1","is_crawler":"","recaptcha":[],"turnstile":[],"post_id":"1436"};
//# sourceURL=tve-dash-frontend-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/themes/thrive-theme/thrive-dashboard/js/dist/frontend.min.js?ver=10.8.9.1" id="tve-dash-frontend-js"></script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/dearpdf-pro/assets/js/dearpdf-pro.min.js?ver=2.0.71" id="dearpdf-script-js"></script>
<script type="text/javascript" src="https://c0.wp.com/p/woocommerce/10.6.2/assets/js/sourcebuster/sourcebuster.min.js" id="sourcebuster-js-js"></script>
<script type="text/javascript" id="wc-order-attribution-js-extra">
/* <![CDATA[ */
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https://knpayrollplus.com/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
//# sourceURL=wc-order-attribution-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://c0.wp.com/p/woocommerce/10.6.2/assets/js/frontend/order-attribution.min.js" id="wc-order-attribution-js"></script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/mouse.min.js" id="jquery-ui-mouse-js"></script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/resizable.min.js" id="jquery-ui-resizable-js"></script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/themes/thrive-theme/inc/assets/dist/woo.min.js?ver=10.8.9.1" id="theme-woo-js"></script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/lead-generation.min.js?v=10.8.9.1&amp;ver=10.8.9.1" id="tve_frontend_lead-generation-js"></script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/social-share.min.js?v=10.8.9.1&amp;ver=10.8.9.1" id="tve_frontend_social-share-js"></script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/dropdown.min.js?v=10.8.9.1&amp;ver=10.8.9.1" id="tve_frontend_dropdown-js"></script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/menu.min.js?v=10.8.9.1&amp;ver=10.8.9.1" id="tve_frontend_menu-js"></script>
<script type="text/javascript" id="xoo-wsc-main-js-js-extra">
/* <![CDATA[ */
var xoo_wsc_params = {"adminurl":"https://knpayrollplus.com/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","qtyUpdateDelay":"500","notificationTime":"5000","html":{"successNotice":"\u003Cul class=\"xoo-wsc-notices\"\u003E\u003Cli class=\"xoo-wsc-notice-success\"\u003E\u003Cspan class=\"xoo-wsc-icon-check_circle\"\u003E\u003C/span\u003E%s%\u003C/li\u003E\u003C/ul\u003E","errorNotice":"\u003Cul class=\"xoo-wsc-notices\"\u003E\u003Cli class=\"xoo-wsc-notice-error\"\u003E\u003Cspan class=\"xoo-wsc-icon-cross\"\u003E\u003C/span\u003E%s%\u003C/li\u003E\u003C/ul\u003E"},"strings":{"maxQtyError":"Only %s% in stock","stepQtyError":"Quantity can only be purchased in multiple of %s%","calculateCheckout":"Please use checkout form to calculate shipping","couponEmpty":"Please enter promo code"},"isCheckout":"","isCart":"","sliderAutoClose":"1","shippingEnabled":"1","couponsEnabled":"1","autoOpenCart":"yes","addedToCart":"","ajaxAddToCart":"yes","skipAjaxForData":[],"showBasket":"always_show","flyToCart":"no","productFlyClass":"","refreshCart":"no","fetchDelay":"200","triggerClass":"","productLayout":"rows","cardAnimate":{"enable":"yes","type":"slideUp","event":"back_hover","duration":"0.5"},"menuCartHideOnEmpty":[""],"shortcodeEls":{"subtotal":".xoo-wsc-sc-subt","count":".xoo-wsc-sc-count","icon":".xoo-wsc-sc-bki"}};
//# sourceURL=xoo-wsc-main-js-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/side-cart-woocommerce/assets/js/xoo-wsc-main.js?ver=2.7.2" id="xoo-wsc-main-js-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://knpayrollplus.com/wp-content/plugins/accordion-toggle/assets/js/eb-animation-load.js?ver=1.2.9" id="essential-blocks-eb-animation-js"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://knpayrollplus.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4"}}
</script>
<script type="module">
/* <![CDATA[ */
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://knpayrollplus.com/wp-includes/js/wp-emoji-loader.min.js
/* ]]> */
</script>
		<script type="text/javascript">
			(function() {
				window.wcAnalytics = window.wcAnalytics || {};
				const wcAnalytics = window.wcAnalytics;

				// Set the assets URL for webpack to find the split assets.
				wcAnalytics.assets_url = 'https://knpayrollplus.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics/src/../build/';

				// Set the REST API tracking endpoint URL.
								wcAnalytics.trackEndpoint = "https://knpayrollplus.com/wp-json/woocommerce-analytics/v1/track";

				// Set common properties for all events.
				wcAnalytics.commonProps = {"session_id":null,"landing_page":null,"is_engaged":null,"ui":0,"blog_id":217772401,"store_id":"75c75b52-2d35-401a-bfcf-4595fedb5fa4","url":"https://knpayrollplus.com","woo_version":"10.6.2","wp_version":"6.9.4","store_admin":0,"device":"desktop","store_currency":"USD","timezone":"America/St_Kitts","is_guest":1,"_via_ua":"Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)","_via_ip":"54.37.118.75","_lg":"","_dr":"","_dl":"https://knpayrollplus.com/product-category/access-backup-compact-and-restore-utility/feed/","_via_ref":""};

				// Set the event queue.
				wcAnalytics.eventQueue = [];

				// Features.
				wcAnalytics.features = {
					ch: false,
					sessionTracking: false,
					proxy: false,
				};

				wcAnalytics.breadcrumbs = ["All Access Backup Compact and Restore Utility","Access Backup Compact and Restore Utility"];

				// Page context flags.
				wcAnalytics.pages = {
					isAccountPage: false,
					isCart: false,
				};
			})();
		</script>
		
</body>
</html>
