.psp-property-search{max-width:1200px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.psp-search-form{background:linear-gradient(135deg,#059669 0%,#10b981 100%);background-size:200% 200%;border-radius:16px;padding:32px;box-shadow:0 20px 40px rgb(5 150 105 / .1);margin-bottom:24px;position:relative;overflow:hidden}.psp-search-form::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(255 255 255 / .05);backdrop-filter:blur(10px);z-index:1}.psp-search-form>*{position:relative;z-index:2}.psp-header{text-align:center;margin-bottom:24px}.psp-title{color:#fff;font-size:28px;font-weight:700;margin:0 0 8px 0;display:flex;align-items:center;justify-content:center;gap:12px}.psp-icon{font-size:32px}.psp-description{color:rgb(255 255 255 / .9);font-size:16px;margin:0;max-width:600px;margin:0 auto}.psp-form-container{max-width:800px;margin:0 auto}.psp-input-group{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.psp-input-wrapper{flex:1;position:relative;min-width:300px}.psp-input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:18px;z-index:3}.psp-search-input{width:100%;height:56px;padding:0 20px 0 50px;border:2px solid rgb(255 255 255 / .2);border-radius:12px;font-size:16px;background:rgb(255 255 255 / .95);backdrop-filter:blur(10px);transition:all 0.3s ease;box-sizing:border-box}.psp-search-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 4px rgb(16 185 129 / .2);background:#fff}.psp-search-btn{height:56px;padding:0 32px;background:#fff;color:#059669;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;box-shadow:0 4px 12px rgb(0 0 0 / .1)}.psp-search-btn:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 8px 24px rgb(0 0 0 / .15)}.psp-search-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.psp-btn-icon{font-size:18px}.psp-default-location{text-align:center}.psp-badge{display:inline-flex;align-items:center;gap:6px;background:rgb(255 255 255 / .2);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500}.psp-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .8);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.psp-modal-content{background:#fff;border-radius:16px;max-width:1400px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px rgb(0 0 0 / .25);animation:slideInUp 0.4s ease-out}@keyframes slideInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.psp-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #e5e7eb}.psp-modal-title{color:#059669;font-size:24px;font-weight:700;margin:0;display:flex;align-items:center;gap:12px}.psp-modal-close{font-size:28px;cursor:pointer;color:#6b7280;transition:color 0.2s ease}.psp-modal-close:hover{color:#374151}.psp-loading{padding:48px 32px;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);text-align:center}.psp-loading-header{text-align:center;margin-bottom:40px}.psp-search-animation{font-size:48px;display:inline-block;animation:searchPulse 2s infinite}@keyframes searchPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.psp-loading-header h4{color:#1f2937;font-size:24px;font-weight:700;margin:16px 0 8px 0}.psp-loading-header p{color:#6b7280;font-size:16px;margin:0}.psp-main-progress{max-width:600px;margin:0 auto 40px;background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px rgb(0 0 0 / .08)}.psp-progress-bar-container{width:100%}.psp-progress-bar{height:12px;background:#f3f4f6;border-radius:6px;overflow:hidden;margin-bottom:16px;position:relative}.psp-progress-fill{height:100%;background:linear-gradient(90deg,#059669,#10b981);border-radius:6px;transition:width 0.8s ease;width:0%;position:relative}.psp-progress-fill::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.psp-progress-info{display:flex;justify-content:space-between;align-items:center;font-size:14px}#psp-progress-percentage{color:#059669;font-weight:700;font-size:16px}#psp-progress-time{color:#6b7280;font-weight:500}.psp-progress-steps-container{max-width:600px;margin:0 auto 40px;background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px rgb(0 0 0 / .08)}.psp-progress-step{display:flex;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid #f3f4f6;transition:all 0.3s ease;opacity:.5}.psp-progress-step:last-child{border-bottom:none}.psp-progress-step.active{opacity:1;background:rgb(5 150 105 / .05);border-radius:12px;padding:20px 16px;margin:0 -16px}.psp-progress-step.completed{opacity:1}.psp-step-icon{position:relative;width:48px;height:48px;flex-shrink:0}.psp-step-loader{width:48px;height:48px;border:3px solid #e5e7eb;border-top:3px solid #059669;border-radius:50%;animation:spin 1s linear infinite;opacity:0;transition:opacity 0.3s ease}.psp-progress-step.active .psp-step-loader{opacity:1}.psp-step-check{position:absolute;top:0;left:0;width:48px;height:48px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:700;opacity:0;transform:scale(.8);transition:all 0.3s ease}.psp-progress-step.completed .psp-step-check{opacity:1;transform:scale(1)}.psp-progress-step.completed .psp-step-loader{opacity:0}.psp-steps-list{max-width:700px;margin:0 auto;background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px rgb(0 0 0 / .08)}.psp-step-item{display:flex;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid #f3f4f6;transition:all 0.4s ease;opacity:.4}.psp-step-item:last-child{border-bottom:none}.psp-step-item.active{opacity:1;background:rgb(5 150 105 / .05);border-radius:12px;padding:20px 16px;margin:0 -16px;transform:scale(1.02)}.psp-step-item.completed{opacity:1}.psp-step-indicator{position:relative;width:48px;height:48px;flex-shrink:0}.psp-step-loader{width:48px;height:48px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease}.psp-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #059669;border-radius:50%;animation:spin 1s linear infinite}.psp-step-item.active .psp-step-loader{opacity:1}.psp-step-check{position:absolute;top:0;left:0;width:48px;height:48px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:700;opacity:0;transform:scale(.8);transition:all 0.4s ease;box-shadow:0 4px 12px rgb(16 185 129 / .3)}.psp-step-item.completed .psp-step-check{opacity:1;transform:scale(1)}.psp-step-item.completed .psp-step-loader{opacity:0}.psp-step-details{flex:1}.psp-step-details h5{color:#1f2937;font-size:18px;font-weight:600;margin:0 0 6px 0;transition:color 0.3s ease}.psp-step-details p{color:#6b7280;font-size:14px;margin:0;line-height:1.5}.psp-step-item.active .psp-step-details h5{color:#059669}.psp-step-item.completed .psp-step-details h5{color:#10b981}.psp-step-status{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.psp-status-text{font-size:12px;font-weight:600;padding:4px 12px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px;background:#f3f4f6;color:#9ca3af;transition:all 0.3s ease}.psp-step-item.active .psp-status-text{background:rgb(5 150 105 / .1);color:#059669}.psp-step-item.completed .psp-status-text{background:rgb(16 185 129 / .1);color:#10b981}.psp-step-timer{font-size:11px;font-weight:700;color:#059669;background:rgb(5 150 105 / .1);padding:2px 8px;border-radius:8px;opacity:0;transition:opacity 0.3s ease}.psp-step-item.active .psp-step-timer{opacity:1}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.psp-results{padding:32px}.psp-property-header{background:linear-gradient(135deg,rgb(5 150 105 / .1),rgb(16 185 129 / .1));border:1px solid rgb(5 150 105 / .2);border-radius:12px;padding:24px;margin-bottom:24px}.psp-property-info{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:20px}.psp-property-address h2{color:#059669;font-size:28px;font-weight:700;margin:0 0 8px 0}.psp-property-address p{color:#6b7280;font-size:18px;margin:0 0 12px 0}.psp-property-badges{display:flex;gap:8px;flex-wrap:wrap}.psp-badge-outline{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid #059669;color:#059669;border-radius:20px;font-size:12px;font-weight:500}.psp-property-value{text-align:right}.psp-property-value .price{font-size:36px;font-weight:700;color:#059669;margin:0}.psp-property-value .price-label{font-size:14px;color:#6b7280;margin:4px 0 0 0}.psp-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;margin-bottom:32px}.psp-detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;transition:box-shadow 0.3s ease}.psp-detail-card:hover{box-shadow:0 8px 24px rgb(0 0 0 / .1)}.psp-card-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.psp-card-title{color:#059669;font-size:18px;font-weight:600;margin:0}.psp-card-icon{font-size:20px}.psp-detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f3f4f6}.psp-detail-row:last-child{border-bottom:none}.psp-detail-label{color:#6b7280;font-size:14px}.psp-detail-value{color:#374151;font-weight:600;font-size:14px}.psp-action-buttons{display:flex;gap:16px;flex-wrap:wrap;padding-top:24px;border-top:1px solid #e5e7eb}.psp-btn{flex:1;min-width:200px;height:48px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.psp-btn-primary{background:#059669;color:#fff}.psp-btn-primary:hover{background:#047857;transform:translateY(-2px)}.psp-btn-outline{background:#fff0;color:#059669;border:1px solid #059669}.psp-btn-outline:hover{background:rgb(5 150 105 / .1)}.psp-googlesheet-tool{max-width:900px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.psp-googlesheet-tool .psp-search-form{background:linear-gradient(135deg,#059669 0%,#10b981 50%,#34d399 100%);border-radius:24px;padding:48px 32px;box-shadow:0 20px 40px rgb(5 150 105 / .2);position:relative;overflow:hidden}.psp-googlesheet-tool .psp-search-form::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.psp-googlesheet-tool .psp-header-content{position:relative;z-index:2;text-align:center;margin-bottom:40px}.psp-googlesheet-tool .psp-title-wrapper{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:16px}.psp-googlesheet-tool .psp-icon-container{width:56px;height:56px;background:rgb(255 255 255 / .2);border-radius:16px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px)}.psp-googlesheet-tool .psp-icon-svg{width:28px;height:28px;color:#fff}.psp-googlesheet-tool .psp-title{color:#fff;font-size:32px;font-weight:800;margin:0;letter-spacing:-.5px}.psp-googlesheet-tool .psp-description{color:rgb(255 255 255 / .9);font-size:18px;font-weight:400;margin:0;max-width:600px;margin:0 auto;line-height:1.6}.psp-googlesheet-tool .psp-form-container{position:relative;z-index:2}.psp-googlesheet-tool .psp-search-wrapper{max-width:700px;margin:0 auto}.psp-googlesheet-tool .psp-input-container{display:flex;gap:16px;margin-bottom:20px;align-items:stretch;position:relative}.psp-googlesheet-tool .psp-search-input{flex:1;height:56px;padding:0 24px 0 52px;border:3px solid rgb(255 255 255 / .2);border-radius:16px;font-size:16px;font-weight:500;background:rgb(255 255 255 / .95);backdrop-filter:blur(20px);transition:all 0.3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;color:#1f2937}.psp-googlesheet-tool .psp-search-input::placeholder{color:#6b7280;font-weight:400}.psp-googlesheet-tool .psp-search-input:focus{outline:none;border-color:#fff;background:#fff;box-shadow:0 0 0 4px rgb(255 255 255 / .3);transform:translateY(-2px)}.psp-googlesheet-tool .psp-input-icon{position:absolute;left:20px;top:28px;width:24px;height:24px;color:#10b981;z-index:3}.psp-googlesheet-tool .psp-search-btn{height:56px;padding:0 32px;background:#fff;color:#059669;border:3px solid #fff;border-radius:16px;font-size:16px;font-weight:700;cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:12px;white-space:nowrap;box-shadow:0 8px 24px rgb(0 0 0 / .1);min-width:180px}.psp-googlesheet-tool .psp-btn-icon{width:20px;height:20px}.psp-googlesheet-tool .psp-search-btn:hover{background:#f0fdf4;transform:translateY(-3px);box-shadow:0 12px 32px rgb(0 0 0 / .15)}.psp-googlesheet-tool .psp-search-btn:active{transform:translateY(-1px)}.psp-googlesheet-tool .psp-location-badge{display:flex;align-items:center;justify-content:center;gap:8px;background:rgb(255 255 255 / .15);color:#fff;padding:12px 20px;border-radius:12px;font-size:14px;font-weight:500;backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .2)}.psp-googlesheet-tool .psp-badge-icon{width:16px;height:16px}.psp-googlesheet-tool .psp-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.psp-googlesheet-tool .psp-modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .8);backdrop-filter:blur(8px)}.psp-googlesheet-tool .psp-modal-content{background:#fff;border-radius:24px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px rgb(0 0 0 / .25);animation:slideInUp 0.4s cubic-bezier(.4,0,.2,1);position:relative;z-index:9}.psp-googlesheet-tool .psp-modal-header{display:flex;justify-content:space-between;align-items:center;padding:32px 40px;border-bottom:1px solid #f3f4f6;position:relative}.psp-googlesheet-tool .psp-modal-title-wrapper{display:flex;align-items:center;gap:16px}.psp-googlesheet-tool .psp-modal-icon{width:48px;height:48px;background:linear-gradient(135deg,#059669,#10b981);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.psp-googlesheet-tool .psp-modal-icon svg{width:24px;height:24px}.psp-googlesheet-tool .psp-modal-title{color:#1f2937;font-size:24px;font-weight:700;margin:0}.psp-googlesheet-tool .psp-modal-close{width:40px;height:40px;background:#fff;border:none;border-radius:5%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;box-shadow:0 2px 8px rgb(0 0 0 / .1);position:absolute;top:16px;right:16px;z-index:10;line-height:1rm}.psp-googlesheet-tool .psp-modal-close:hover{background:#f3f4f6;transform:scale(1.05)}.psp-googlesheet-tool .psp-modal-close svg{width:20px;height:20px;color:#374151}.psp-googlesheet-tool .psp-loading{padding:40px}.psp-googlesheet-tool .psp-loading-header{text-align:center;margin-bottom:48px}.psp-googlesheet-tool .psp-loading-animation{position:relative;width:80px;height:80px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center}.psp-googlesheet-tool .psp-search-pulse{position:absolute;width:100%;height:100%;border:3px solid #10b981;border-radius:50%;animation:pulse 2s infinite;opacity:.6}.psp-googlesheet-tool .psp-search-icon{width:32px;height:32px;color:#10b981;z-index:2}.psp-googlesheet-tool .psp-loading-header h4{color:#1f2937;font-size:28px;font-weight:700;margin:0 0 12px 0}.psp-googlesheet-tool .psp-loading-header p{color:#6b7280;font-size:16px;margin:0;max-width:500px;margin:0 auto;line-height:1.6}.psp-googlesheet-tool .psp-main-progress{max-width:600px;margin:0 auto 48px;background:#f9fafb;border-radius:20px;padding:32px;border:1px solid #f3f4f6}.psp-googlesheet-tool .psp-progress-container{width:100%}.psp-googlesheet-tool .psp-progress-bar{height:16px;background:#e5e7eb;border-radius:8px;overflow:hidden;margin-bottom:20px;position:relative}.psp-googlesheet-tool .psp-progress-fill{height:100%;background:linear-gradient(90deg,#059669,#10b981);border-radius:8px;transition:width 0.8s cubic-bezier(.4,0,.2,1);width:0%;position:relative}.psp-googlesheet-tool .psp-progress-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .4),transparent);animation:shine 2s infinite}.psp-googlesheet-tool .psp-progress-info{display:flex;justify-content:space-between;align-items:center}.psp-googlesheet-tool .psp-progress-percentage{color:#059669;font-weight:700;font-size:18px}.psp-googlesheet-tool .psp-progress-time{color:#6b7280;font-weight:500;font-size:14px}.psp-googlesheet-tool .psp-steps-container{max-width:700px;margin:0 auto}.psp-googlesheet-tool .psp-step-item{display:flex;align-items:flex-start;gap:20px;padding:24px;margin-bottom:16px;background:#f9fafb;border-radius:16px;border:2px solid #fff0;transition:all 0.3s cubic-bezier(.4,0,.2,1);opacity:.6}.psp-googlesheet-tool .psp-step-item:last-child{margin-bottom:0}.psp-googlesheet-tool .psp-step-item.active{opacity:1;background:rgb(5 150 105 / .05);border-color:#10b981;transform:scale(1.02)}.psp-googlesheet-tool .psp-step-item.completed{opacity:1;background:rgb(5 150 105 / .1)}.psp-googlesheet-tool .psp-step-indicator{position:relative;width:56px;height:56px;flex-shrink:0}.psp-googlesheet-tool .psp-step-loader{width:56px;height:56px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease}.psp-googlesheet-tool .psp-step-item.active .psp-step-loader{opacity:1}.psp-googlesheet-tool .psp-spinner{width:30px;height:30px;border:3px solid #e5e7eb;border-top:3px solid #059669;border-radius:50%;animation:spin 1s linear infinite}.psp-googlesheet-tool .psp-step-check{position:absolute;top:0;left:0;width:56px;height:56px;background:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transform:scale(.8);transition:all 0.3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px rgb(5 150 105 / .3)}.psp-googlesheet-tool .psp-step-check svg{width:24px;height:24px}.psp-googlesheet-tool .psp-step-item.completed .psp-step-check{opacity:1;transform:scale(1)}.psp-googlesheet-tool .psp-step-item.completed .psp-step-loader{opacity:0}.psp-googlesheet-tool .psp-step-content{flex:1;display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.psp-googlesheet-tool .psp-step-details h5{color:#1f2937;font-size:18px;font-weight:600;margin:0 0 8px 0;transition:color 0.3s ease}.psp-googlesheet-tool .psp-step-details p{color:#6b7280;font-size:14px;margin:0;line-height:1.5}.psp-googlesheet-tool .psp-step-item.active .psp-step-details h5{color:#059669}.psp-googlesheet-tool .psp-step-item.completed .psp-step-details h5{color:#059669}.psp-googlesheet-tool .psp-step-status{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.psp-googlesheet-tool .psp-status-badge{font-size:11px;font-weight:700;padding:6px 12px;border-radius:8px;text-transform:uppercase;letter-spacing:.5px;background:#e5e7eb;color:#6b7280;transition:all 0.3s ease}.psp-googlesheet-tool .psp-step-item.active .psp-status-badge{background:rgb(5 150 105 / .1);color:#059669}.psp-googlesheet-tool .psp-step-item.completed .psp-status-badge{background:rgb(5 150 105 / .1);color:#059669}.psp-googlesheet-tool .psp-step-timer{font-size:12px;color:#9ca3af;font-weight:500}.psp-googlesheet-tool .psp-form-success-header{text-align:center;padding:8px 4px 22px;border-bottom:1px solid #f3f4f6}.psp-googlesheet-tool .psp-success-animation{margin-bottom:24px}.psp-googlesheet-tool .psp-success-circle{width:80px;height:80px;background:linear-gradient(135deg,#059669,#10b981);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;animation:successPulse 0.6s ease-out;box-shadow:0 8px 32px rgb(5 150 105 / .3)}.psp-googlesheet-tool .psp-success-icon{width:40px;height:40px;color:#fff}.psp-googlesheet-tool .psp-success-title{color:#1f2937;font-size:28px;font-weight:700;margin:0 0 12px 0}.psp-googlesheet-tool .psp-success-description{color:#6b7280;font-size:16px;margin:0;max-width:500px;margin:0 auto;line-height:1.6}.psp-googlesheet-tool .psp-contact-form{padding:8px}.psp-googlesheet-tool .psp-form-grid{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.psp-googlesheet-tool .psp-form-group{display:flex;flex-direction:column}.psp-googlesheet-tool .psp-form-group-full{grid-column:1 / -1}.psp-googlesheet-tool .psp-form-label{display:flex;align-items:center;gap:8px;color:#374151;font-size:14px;font-weight:600;margin-bottom:8px}.psp-googlesheet-tool .psp-label-icon{width:16px;height:16px;color:#059669}.psp-googlesheet-tool .psp-form-input,.psp-googlesheet-tool .psp-form-select,.psp-googlesheet-tool .psp-form-textarea{height:56px;padding:0 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;font-weight:500;background:#fff;transition:all 0.3s cubic-bezier(.4,0,.2,1);color:#1f2937}.psp-googlesheet-tool .psp-form-textarea{height:auto;padding:16px;resize:vertical;min-height:100px}.psp-googlesheet-tool .psp-form-input:focus,.psp-googlesheet-tool .psp-form-select:focus,.psp-googlesheet-tool .psp-form-textarea:focus{outline:none;border-color:#059669;box-shadow:0 0 0 4px rgb(5 150 105 / .1);transform:translateY(-1px)}.psp-googlesheet-tool .psp-select-wrapper{position:relative}.psp-googlesheet-tool .psp-select-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#6b7280;pointer-events:none}.psp-googlesheet-tool .psp-form-footer{border-top:1px solid #f3f4f6;padding-top:32px}.psp-googlesheet-tool .psp-trust-indicators{display:flex;justify-content:center;gap:32px;margin-bottom:32px;flex-wrap:wrap}.psp-googlesheet-tool .psp-trust-item{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:14px;font-weight:500}.psp-googlesheet-tool .psp-trust-icon{width:20px;height:20px;color:#059669}.psp-googlesheet-tool .psp-submit-btn{width:100%;height:64px;background:linear-gradient(135deg,#059669 0%,#10b981 100%);color:#fff;border:none;border-radius:16px;font-size:18px;font-weight:700;cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 8px 24px rgb(5 150 105 / .2)}.psp-googlesheet-tool .psp-submit-btn:hover{background:linear-gradient(135deg,#047857 0%,#059669 100%);transform:translateY(-2px);box-shadow:0 12px 32px rgb(5 150 105 / .3)}.psp-googlesheet-tool .psp-submit-btn:active{transform:translateY(0)}.psp-googlesheet-tool .psp-submit-btn svg{width:20px;height:20px}.psp-lead-form-container{padding:32px;background:#fff}.psp-form-header{text-align:center;margin-bottom:32px}.psp-success-icon{font-size:48px;margin-bottom:16px}.psp-form-header h3{color:#1f2937;font-size:24px;font-weight:700;margin:0 0 8px 0}.psp-form-header p{color:#6b7280;font-size:16px;margin:0;max-width:500px;margin:0 auto;line-height:1.5}.psp-contact-form{max-width:600px;margin:0 auto}.psp-form-grid{display:flex;flex-direction:column;gap:24px}.psp-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.psp-input-group{display:flex;flex-direction:column;gap:8px}.psp-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#374151}.psp-label-icon{font-size:16px}.psp-form-input,.psp-form-select,.psp-form-textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:all 0.3s ease;box-sizing:border-box}.psp-form-input:focus,.psp-form-select:focus,.psp-form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgb(37 99 246 / .1)}.psp-form-textarea{resize:vertical;min-height:80px}.psp-form-actions{margin-top:32px;text-align:center}.psp-trust-indicators{display:flex;justify-content:center;gap:24px;margin-bottom:24px;flex-wrap:wrap}.psp-trust-item{display:flex;align-items:center;gap:6px;font-size:14px;color:#6b7280}.psp-trust-icon{font-size:16px}.psp-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease;min-width:200px}.psp-submit-btn:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-2px);box-shadow:0 8px 24px rgb(16 185 129 / .3)}.psp-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.psp-btn-text{font-weight:600}.psp-btn-icon{font-size:18px}.psp-loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .8);backdrop-filter:blur(4px);z-index:10001;display:flex;align-items:center;justify-content:center}.psp-loading-content{text-align:center;color:#fff}.psp-spinner-large{width:48px;height:48px;border:4px solid rgb(255 255 255 / .3);border-top:4px solid #fff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@media (max-width:768px){.psp-property-search{padding:12px}.psp-googlesheet-tool .psp-search-form{padding:20px 16px;border-radius:16px}.psp-googlesheet-tool .psp-title{font-size:20px;line-height:1.3;margin-bottom:8px}.psp-googlesheet-tool .psp-description{font-size:14px;line-height:1.4;margin-bottom:20px}.psp-googlesheet-tool .psp-search-wrapper{gap:16px}.psp-googlesheet-tool .psp-input-container{flex-direction:column;gap:12px;position:relative}.psp-googlesheet-tool .psp-search-input{width:100%;height:auto;padding:0 24px 0 52px;border:3px solid rgb(255 255 255 / .2);border-radius:16px;font-size:16px;font-weight:500;background:rgb(255 255 255 / .95);backdrop-filter:blur(20px);transition:all 0.3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;color:#1f2937}.psp-googlesheet-tool .psp-search-input::placeholder{color:#6b7280;font-weight:400}.psp-googlesheet-tool .psp-search-input:focus{outline:none;border-color:#fff;background:#fff;box-shadow:0 0 0 3px rgb(255 255 255 / .3);transform:translateY(-2px)}.psp-googlesheet-tool .psp-input-icon{position:absolute;left:20px;top:18px;width:24px;height:24px;color:#10b981;z-index:3}.psp-googlesheet-tool .psp-search-btn{width:100%;height:36px;background:#fff;color:#059669;border:3px solid #fff;border-radius:16px;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px rgb(0 0 0 / .1);min-width:180px}.psp-googlesheet-tool .psp-search-btn:hover{background:#f0fdf4;transform:translateY(-3px);box-shadow:0 12px 32px rgb(0 0 0 / .15)}.psp-googlesheet-tool .psp-search-btn:active{transform:translateY(-1px)}.psp-googlesheet-tool .psp-btn-icon{width:20px;height:20px}.psp-googlesheet-tool .psp-modal{padding:8px;align-items:flex-start;padding-top:20px}.psp-googlesheet-tool .psp-modal-content{width:95%;max-width:380px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px rgb(0 0 0 / .3);margin:20px auto;z-index:9}.psp-googlesheet-tool .psp-modal-header{padding:20px 20px 16px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:#fff;z-index:10}.psp-googlesheet-tool .psp-modal-title-wrapper{display:flex;align-items:center;gap:8px}.psp-googlesheet-tool .psp-modal-icon{width:24px;height:24px;color:#10b981}.psp-googlesheet-tool .psp-modal-title{font-size:18px;font-weight:600;color:#1f2937;margin:0}.psp-googlesheet-tool .psp-modal-close{width:40px;height:40px;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;position:absolute;top:16px;right:16px;z-index:10}.psp-googlesheet-tool .psp-modal-close:hover{background:#f3f4f6;transform:scale(1.05)}.psp-googlesheet-tool .psp-modal-close svg{width:20px;height:20px;color:#374151}.psp-googlesheet-tool .psp-loading{padding:24px 20px}.psp-googlesheet-tool .psp-loading-header{text-align:center;margin-bottom:24px}.psp-googlesheet-tool .psp-loading-animation{width:80px;height:80px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center}.psp-googlesheet-tool .psp-search-pulse{position:absolute;width:100%;height:100%;border:3px solid #10b981;border-radius:50%;animation:pulse 2s infinite;opacity:.6}.psp-googlesheet-tool .psp-search-icon{width:32px;height:32px;color:#10b981;z-index:2}.psp-googlesheet-tool .psp-loading h4{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:8px}.psp-googlesheet-tool .psp-loading p{font-size:14px;color:#6b7280;line-height:1.4}.psp-googlesheet-tool .psp-main-progress{margin-bottom:24px}.psp-googlesheet-tool .psp-progress-container{background:#f3f4f6;border-radius:8px;padding:16px}.psp-googlesheet-tool .psp-progress-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:12px;position:relative}.psp-googlesheet-tool .psp-progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:4px;transition:width 0.5s ease;position:relative}.psp-googlesheet-tool .psp-progress-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .4),transparent);animation:shine 2s infinite}.psp-googlesheet-tool .psp-progress-info{display:flex;justify-content:space-between;align-items:center}.psp-googlesheet-tool .psp-progress-percentage{font-size:16px;font-weight:600;color:#10b981}.psp-googlesheet-tool .psp-progress-time{font-size:12px;color:#6b7280}.psp-googlesheet-tool .psp-steps-container{display:flex;flex-direction:column;gap:12px}.psp-googlesheet-tool .psp-step-item{display:flex;align-items:center;padding:12px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb;transition:all 0.3s ease}.psp-googlesheet-tool .psp-step-item.active{background:#ecfdf5;border-color:#10b981}.psp-googlesheet-tool .psp-step-item.completed{background:#ecfdf5;border-color:#10b981}.psp-googlesheet-tool .psp-step-indicator{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0;position:relative}.psp-googlesheet-tool .psp-step-loader{position:absolute;inset:0;border-radius:50%;border:2px solid #e5e7eb;border-top-color:#10b981;animation:spin 1s linear infinite;opacity:0}.psp-googlesheet-tool .psp-step-item.active .psp-step-loader{opacity:1}.psp-googlesheet-tool .psp-step-check{width:20px;height:20px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(0);transition:all 0.3s ease}.psp-googlesheet-tool .psp-step-item.completed .psp-step-check{opacity:1;transform:scale(1)}.psp-googlesheet-tool .psp-step-check svg{width:12px;height:12px;color:#fff}.psp-googlesheet-tool .psp-step-content{flex:1;display:flex;justify-content:space-between;align-items:center}.psp-googlesheet-tool .psp-step-details h5{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 2px 0}.psp-googlesheet-tool .psp-step-details p{font-size:12px;color:#6b7280;margin:0;line-height:1.3}.psp-googlesheet-tool .psp-step-status{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.psp-googlesheet-tool .psp-status-badge{font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.psp-googlesheet-tool .psp-status-badge.processing{background:#fef3c7;color:#d97706}.psp-googlesheet-tool .psp-status-badge.complete{background:#d1fae5;color:#059669}.psp-googlesheet-tool .psp-status-badge.waiting{background:#f3f4f6;color:#6b7280}.psp-googlesheet-tool .psp-step-timer{font-size:10px;color:#9ca3af}.psp-googlesheet-tool .psp-results{padding:24px 20px}.psp-googlesheet-tool .psp-form-success-header{text-align:center;margin-bottom:4px}.psp-googlesheet-tool .psp-success-animation{margin-bottom:16px}.psp-googlesheet-tool .psp-success-circle{width:60px;height:60px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;animation:successPulse 0.6s ease-out}.psp-googlesheet-tool .psp-success-icon{width:28px;height:28px;color:#fff}.psp-googlesheet-tool .psp-success-title{font-size:20px;font-weight:700;color:#1f2937;margin:0 0 8px 0}.psp-googlesheet-tool .psp-success-description{font-size:14px;color:#6b7280;line-height:1.4;margin:0}.psp-googlesheet-tool .psp-form-grid{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.psp-googlesheet-tool .psp-form-group{width:100%}.psp-googlesheet-tool .psp-form-label{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#374151;margin-bottom:6px}.psp-googlesheet-tool .psp-label-icon{width:16px;height:16px;color:#10b981}.psp-googlesheet-tool .psp-form-input,.psp-googlesheet-tool .psp-form-select,.psp-googlesheet-tool .psp-form-textarea{width:100%;height:48px;padding:0 16px;font-size:16px;border:2px solid #e5e7eb;border-radius:10px;background:#fff;transition:all 0.3s ease}.psp-googlesheet-tool .psp-form-textarea{height:auto;padding:12px 16px;resize:vertical;min-height:80px}.psp-googlesheet-tool .psp-form-input:focus,.psp-googlesheet-tool .psp-form-select:focus,.psp-googlesheet-tool .psp-form-textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px rgb(16 185 129 / .1);outline:none}.psp-googlesheet-tool .psp-select-wrapper{position:relative}.psp-googlesheet-tool .psp-select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#6b7280;pointer-events:none}.psp-googlesheet-tool .psp-trust-indicators{display:flex;justify-content:space-around;gap:8px;margin:20px 0 16px;padding:16px;background:#f9fafb;border-radius:12px}.psp-googlesheet-tool .psp-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}.psp-googlesheet-tool .psp-trust-icon{width:20px;height:20px;color:#10b981;margin-bottom:4px}.psp-googlesheet-tool .psp-trust-item span{font-size:11px;font-weight:600;color:#374151;line-height:1.2}.psp-googlesheet-tool .psp-submit-btn{width:100%;height:56px;background:#059669;color:#fff;border:3px solid #fff;border-radius:16px;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px rgb(0 0 0 / .1);min-width:180px}.psp-googlesheet-tool .psp-submit-btn:hover{background:#f0fdf4;transform:translateY(-3px);box-shadow:0 12px 32px rgb(0 0 0 / .15)}.psp-googlesheet-tool .psp-submit-btn:active{transform:translateY(-1px)}.psp-googlesheet-tool .psp-btn-icon{width:18px;height:18px}}@media (max-width:480px){.psp-googlesheet-tool .psp-modal{padding:4px;padding-top:10px}.psp-googlesheet-tool .psp-modal-content{max-height:calc(100vh - 20px);border-radius:12px}.psp-googlesheet-tool .psp-modal-header{padding:12px}.psp-googlesheet-tool .psp-modal-title{font-size:16px}.psp-googlesheet-tool .psp-loading,.psp-googlesheet-tool .psp-results{padding:16px 12px}.psp-googlesheet-tool .psp-success-title{font-size:18px}.psp-googlesheet-tool .psp-form-grid{gap:14px}.psp-googlesheet-tool .psp-trust-indicators{padding:12px;margin:16px 0 12px}.psp-googlesheet-tool .psp-trust-item span{font-size:10px}}@keyframes pulse{0%{transform:scale(.8);opacity:1}50%{transform:scale(1.1);opacity:.5}100%{transform:scale(.8);opacity:1}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes shine{0%{left:-100%}100%{left:100%}}@keyframes successPulse{0%{transform:scale(0)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.psp-search-btn-green{background:white!important;color:#059669!important;border:2px solid white!important}.psp-search-btn-green:hover{background:#f0fdf4!important;color:#047857!important}.psp-badge-green{background:rgb(5 150 105 / .1)!important;color:#059669!important;border:1px solid rgb(5 150 105 / .2)!important}.psp-progress-fill-green{background:linear-gradient(90deg,#059669,#10b981)!important}.psp-spinner-green{border-color:#e5e7eb!important;border-top-color:#059669!important}.psp-step-item-green.active{background:rgb(5 150 105 / .05)!important;border-left:4px solid #059669!important;padding-left:20px!important}.psp-step-item-green.completed .psp-step-check{background:#059669!important;color:white!important}.psp-step-item-green.active .psp-step-details h5{color:#059669!important}.psp-step-item-green.completed .psp-step-details h5{color:#059669!important}.psp-step-item-green.active .psp-status-text{background:rgb(5 150 105 / .1)!important;color:#059669!important}.psp-step-item-green.completed .psp-status-text{background:rgb(5 150 105 / .1)!important;color:#059669!important}.psp-submit-btn-green{background:linear-gradient(135deg,#059669 0%,#10b981 100%)!important;color:white!important;border:none!important}.psp-submit-btn-green:hover{background:linear-gradient(135deg,#047857 0%,#059669 100%)!important;transform:translateY(-2px)!important;box-shadow:0 8px 24px rgb(5 150 105 / .3)!important}.footer-widgets-container{padding:40px}.inside-footer-widgets{display:flex}.inside-footer-widgets>div{flex:1 1 0}.site-footer .footer-widgets-container .inner-padding{padding:0 0 0 40px}.site-footer .footer-widgets-container .inside-footer-widgets{margin-left:-40px}.top-bar{font-weight:400;text-transform:none;font-size:13px}.top-bar .inside-top-bar{display:flex;align-items:center;flex-wrap:wrap}.top-bar .inside-top-bar .widget{padding:0;display:inline-block;margin-bottom:0}.top-bar .inside-top-bar .textwidget p:last-child{margin:0}.top-bar .widget-title{display:none}.top-bar .widget{margin:0 10px}.top-bar .widget_nav_menu>div>ul{display:flex;align-items:center}.top-bar .widget_nav_menu li{margin:0 10px;padding:0}.top-bar .widget_nav_menu li:first-child{margin-left:0}.top-bar .widget_nav_menu li:last-child{margin-right:0}.top-bar .widget_nav_menu li ul{display:none}.inside-top-bar{padding:10px 40px}div.top-bar .widget{margin-bottom:0}.top-bar-align-right .widget{margin-right:0}.top-bar-align-right .widget:first-child{margin-left:auto}.top-bar-align-right .widget:nth-child(2n){order:-20}.top-bar-align-right .widget:nth-child(2){margin-left:0}.top-bar-align-left .widget{margin-left:0}.top-bar-align-left .widget:nth-child(odd){order:-20}.top-bar-align-left .widget:nth-child(2){margin-left:auto}.top-bar-align-left .widget:last-child{margin-right:0}.top-bar-align-center .widget:first-child{margin-left:auto}.top-bar-align-center .widget:last-child{margin-right:auto}.top-bar-align-center .widget:not(:first-child):not(:last-child){margin:0 5px}.footer-bar-active .footer-bar .widget{padding:0}.footer-bar .widget_nav_menu>div>ul{display:flex;align-items:center;flex-wrap:wrap}.footer-bar .widget_nav_menu li{margin:0 10px;padding:0}.footer-bar .widget_nav_menu li:first-child{margin-left:0}.footer-bar .widget_nav_menu li:last-child{margin-right:0}.footer-bar .widget_nav_menu li ul{display:none}.footer-bar .textwidget p:last-child{margin:0}.footer-bar .widget-title{display:none}.footer-bar-align-right .copyright-bar{order:-20;margin-right:auto}.footer-bar-align-left .copyright-bar{margin-left:auto}.footer-bar-align-center .inside-site-info{flex-direction:column}.footer-bar-align-center .footer-bar{margin-bottom:10px}.site-footer:not(.footer-bar-active) .copyright-bar{margin:0 auto}@media (max-width:768px){.top-bar .inside-top-bar{justify-content:center}.top-bar .inside-top-bar>.widget{order:1;margin:0 10px}.top-bar .inside-top-bar:first-child{margin-left:auto}.top-bar .inside-top-bar:last-child{margin-right:auto}.top-bar .widget_nav_menu li{padding:5px 0}.top-bar-align-center{text-align:center}.inside-footer-widgets{flex-direction:column}.inside-footer-widgets>div:not(:last-child){margin-bottom:40px}.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets{margin:0}.site-footer .footer-widgets .footer-widgets-container .inner-padding{padding:0}.footer-bar-active .inside-site-info{flex-direction:column}.footer-bar-active .footer-bar{margin-bottom:10px}.footer-bar .widget_nav_menu>div>ul{justify-content:center}.footer-bar .widget_nav_menu li{padding:5px 0}.footer-bar .widget_nav_menu li:first-child{margin-left:10px}.footer-bar .widget_nav_menu li:last-child{margin-right:10px}.footer-bar-align-left .copyright-bar{margin-left:0}.footer-bar-align-right .copyright-bar{order:unset;margin-right:0}}blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0;border:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{display:block}progress{vertical-align:baseline}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;margin:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}body,button,input,select,textarea{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;text-transform:none;font-size:17px;line-height:1.5}p{margin-bottom:1.5em}h1,h2,h3,h4,h5,h6{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit}pre{background:rgba(0,0,0,.05);font-family:inherit;font-size:inherit;line-height:normal;margin-bottom:1.5em;padding:20px;overflow:auto;max-width:100%}blockquote{border-left:5px solid rgba(0,0,0,.05);padding:20px;font-size:1.2em;font-style:italic;margin:0 0 1.5em;position:relative}blockquote p:last-child{margin:0}table,td,th{border:1px solid rgba(0,0,0,.1)}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em;width:100%}td,th{padding:8px}th{border-width:0 1px 1px 0}td{border-width:0 1px 1px 0}hr{background-color:rgba(0,0,0,.1);border:0;height:1px;margin-bottom:40px;margin-top:40px}fieldset{padding:0;border:0;min-width:inherit}fieldset legend{padding:0;margin-bottom:1.5em}h1{font-size:42px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h2{font-size:35px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h3{font-size:29px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h4{font-size:24px}h5{font-size:20px}h4,h5,h6{margin-bottom:20px}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}address{margin:0 0 1.5em}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}img{height:auto;max-width:100%}button,input[type=button],input[type=reset],input[type=submit]{background:#55555e;color:#fff;border:1px solid transparent;cursor:pointer;-webkit-appearance:button;padding:10px 20px}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{border:1px solid;border-radius:0;padding:10px 15px;max-width:100%}textarea{width:100%}a,button,input{transition:color .1s ease-in-out,background-color .1s ease-in-out}a{text-decoration:none}.button,.wp-block-button .wp-block-button__link{padding:10px 20px;display:inline-block}.wp-block-button .wp-block-button__link{font-size:inherit;line-height:inherit}.using-mouse :focus{outline:0}.using-mouse ::-moz-focus-inner{border:0}.alignleft{float:left;margin-right:1.5em}.alignright{float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin:0 auto}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:100%;height:auto}.no-sidebar .entry-content .alignfull{margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2);max-width:100vw;width:auto}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.main-navigation{z-index:100;padding:0;clear:both;display:block}.main-navigation a{display:block;text-decoration:none;font-weight:400;text-transform:none;font-size:15px}.main-navigation ul{list-style:none;margin:0;padding-left:0}.main-navigation .main-nav ul li a{padding-left:20px;padding-right:20px;line-height:60px}.inside-navigation{position:relative}.main-navigation .inside-navigation{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.main-navigation .main-nav>ul{display:flex;flex-wrap:wrap;align-items:center}.main-navigation li{position:relative}.main-navigation .menu-bar-items{display:flex;align-items:center;font-size:15px}.main-navigation .menu-bar-items a{color:inherit}.main-navigation .menu-bar-item{position:relative}.main-navigation .menu-bar-item.search-item{z-index:20}.main-navigation .menu-bar-item>a{padding-left:20px;padding-right:20px;line-height:60px}.sidebar .main-navigation .main-nav{flex-basis:100%}.sidebar .main-navigation .main-nav>ul{flex-direction:column}.sidebar .main-navigation .menu-bar-items{margin:0 auto}.sidebar .main-navigation .menu-bar-items .search-item{order:10}.nav-align-center .inside-navigation{justify-content:center}.nav-align-center .main-nav>ul{justify-content:center}.nav-align-right .inside-navigation{justify-content:flex-end}.main-navigation ul ul{display:block;box-shadow:1px 1px 0 rgba(0,0,0,.1);float:left;position:absolute;left:-99999px;opacity:0;z-index:99999;width:200px;text-align:left;top:auto;transition:opacity 80ms linear;transition-delay:0s;pointer-events:none;height:0;overflow:hidden}.main-navigation ul ul a{display:block}.main-navigation ul ul li{width:100%}.main-navigation .main-nav ul ul li a{line-height:normal;padding:10px 20px;font-size:14px}.main-navigation .main-nav ul li.menu-item-has-children>a{padding-right:0;position:relative}.main-navigation.sub-menu-left ul ul{box-shadow:-1px 1px 0 rgba(0,0,0,.1)}.main-navigation.sub-menu-left .sub-menu{right:0}.main-navigation:not(.toggled) ul li.sfHover>ul,.main-navigation:not(.toggled) ul li:hover>ul{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible}.main-navigation:not(.toggled) ul ul li.sfHover>ul,.main-navigation:not(.toggled) ul ul li:hover>ul{left:100%;top:0}.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul,.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul{right:100%;left:auto}.nav-float-right .main-navigation ul ul ul{top:0}.menu-item-has-children .dropdown-menu-toggle{display:inline-block;height:100%;clear:both;padding-right:20px;padding-left:10px}.menu-item-has-children ul .dropdown-menu-toggle{padding-top:10px;padding-bottom:10px;margin-top:-10px}.sidebar .menu-item-has-children .dropdown-menu-toggle,nav ul ul .menu-item-has-children .dropdown-menu-toggle{float:right}.widget-area .main-navigation li{float:none;display:block;width:100%;padding:0;margin:0}.sidebar .main-navigation.sub-menu-right ul li.sfHover ul,.sidebar .main-navigation.sub-menu-right ul li:hover ul{top:0;left:100%}.sidebar .main-navigation.sub-menu-left ul li.sfHover ul,.sidebar .main-navigation.sub-menu-left ul li:hover ul{top:0;right:100%}.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{margin:0 0 2em;overflow:hidden}.site-main .post-navigation{margin-bottom:0}.paging-navigation .nav-next,.paging-navigation .nav-previous{display:none}.paging-navigation .nav-links>*{padding:0 5px}.paging-navigation .nav-links .current{font-weight:700}.nav-links>:first-child{padding-left:0}.site-header{position:relative}.inside-header{padding:20px 40px}.main-title{margin:0;font-size:25px;line-height:1.2em;word-wrap:break-word;font-weight:700;text-transform:none}.site-description{margin:0;line-height:1.5;font-weight:400;text-transform:none;font-size:15px}.site-logo{display:inline-block;max-width:100%}.site-header .header-image{vertical-align:middle}.inside-header{display:flex;align-items:center}.header-widget{margin-left:auto}.header-widget p:last-child{margin-bottom:0}.nav-float-right .header-widget{margin-left:20px}.nav-float-right #site-navigation{margin-left:auto}.nav-float-left #site-navigation{margin-right:auto;order:-10}.nav-float-left .header-widget{margin-left:0;margin-right:20px;order:-15}.header-aligned-center:not([class*=nav-float-]) .inside-header{justify-content:center;flex-direction:column;text-align:center}.header-aligned-center:not([class*=nav-float-]) .header-widget{margin-left:auto;margin-right:auto}.header-aligned-center:not([class*=nav-float-]) .inside-header>:not(:first-child){margin-top:1em}.header-aligned-right:not([class*=nav-float-]) .inside-header{justify-content:flex-end}.header-aligned-right:not([class*=nav-float-]) .header-widget{margin-right:auto;margin-left:0;order:-10}.site-branding-container{display:inline-flex;align-items:center;text-align:left;flex-shrink:0}.site-branding-container .site-logo{margin-right:1em}.sticky{display:block}.entry-header .gp-icon,.posted-on .updated{display:none}.byline,.entry-header .cat-links,.entry-header .comments-link,.entry-header .tags-links,.group-blog .byline,.single .byline{display:inline}footer.entry-meta .byline,footer.entry-meta .posted-on{display:block}.entry-content:not(:first-child),.entry-summary:not(:first-child),.page-content:not(:first-child){margin-top:2em}.page-links{clear:both;margin:0 0 1.5em}.archive .format-aside .entry-header,.archive .format-status .entry-header,.archive .format-status .entry-meta,.archive .format-status .entry-title,.blog .format-aside .entry-header,.blog .format-status .entry-header,.blog .format-status .entry-meta,.blog .format-status .entry-title{display:none}.archive .format-aside .entry-content,.archive .format-status .entry-content,.blog .format-aside .entry-content,.blog .format-status .entry-content{margin-top:0}.archive .format-status .entry-content p:last-child,.blog .format-status .entry-content p:last-child{margin-bottom:0}.entry-header,.site-content{word-wrap:break-word}.entry-title{margin-bottom:0}.author .page-header .page-title{display:flex;align-items:center}.author .page-header .avatar{margin-right:20px}.page-header .author-info>:last-child,.page-header>:last-child{margin-bottom:0}.entry-meta{font-size:85%;margin-top:.5em;line-height:1.5}footer.entry-meta{margin-top:2em}.cat-links,.comments-link,.tags-links{display:block}.entry-content>p:last-child,.entry-summary>p:last-child,.page-content>p:last-child,.read-more-container,.taxonomy-description p:last-child{margin-bottom:0}.wp-caption{margin-bottom:1.5em;max-width:100%;position:relative}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto 0;max-width:100%}.wp-caption .wp-caption-text{font-size:75%;padding-top:5px;opacity:.8}.wp-caption img{position:relative;vertical-align:bottom}.wp-block-image figcaption{font-size:13px;text-align:center}.wp-block-gallery,ul.blocks-gallery-grid{margin-left:0}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{background:rgba(255,255,255,.7);color:#000;padding:10px;box-sizing:border-box}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.site-main .gallery{margin-bottom:1.5em}.gallery-item img{vertical-align:bottom}.gallery-icon{padding:5px}embed,iframe,object{max-width:100%}.wp-block-post-template{margin-left:0}.widget-area .widget{padding:40px}.widget select{max-width:100%}.footer-widgets .widget :last-child,.sidebar .widget :last-child{margin-bottom:0}.widget-title{margin-bottom:30px;font-size:20px;line-height:1.5;font-weight:400;text-transform:none}.widget ol,.widget ul{margin:0}.widget .search-field{width:100%}.widget .search-form{display:flex}.widget .search-form button.search-submit{font-size:15px}.footer-widgets .widget{margin-bottom:30px}.footer-widgets .widget:last-child,.sidebar .widget:last-child{margin-bottom:0}.widget ul li{list-style-type:none;position:relative;margin-bottom:.5em}.widget ul li ul{margin-left:1em;margin-top:.5em}.wp-calendar-table{table-layout:fixed}.site-content{display:flex}.grid-container{margin-left:auto;margin-right:auto;max-width:1200px}.page-header,.sidebar .widget,.site-main>*{margin-bottom:20px}.both-left .inside-left-sidebar,.both-right .inside-left-sidebar{margin-right:10px}.both-left .inside-right-sidebar,.both-right .inside-right-sidebar{margin-left:10px}.one-container.both-right .site-main,.one-container.right-sidebar .site-main{margin-right:40px}.one-container.both-left .site-main,.one-container.left-sidebar .site-main{margin-left:40px}.one-container.both-sidebars .site-main{margin:0 40px 0 40px}.one-container.archive .post:not(:last-child):not(.is-loop-template-item),.one-container.blog .post:not(:last-child):not(.is-loop-template-item){padding-bottom:40px}.one-container .site-content{padding:40px}.separate-containers .comments-area,.separate-containers .inside-article,.separate-containers .page-header,.separate-containers .paging-navigation{padding:40px}.separate-containers .site-main{margin:20px}.separate-containers.no-sidebar .site-main{margin-left:0;margin-right:0}.separate-containers.both-right .site-main,.separate-containers.right-sidebar .site-main{margin-left:0}.separate-containers.both-left .site-main,.separate-containers.left-sidebar .site-main{margin-right:0}.separate-containers .inside-left-sidebar,.separate-containers .inside-right-sidebar{margin-top:20px;margin-bottom:20px}.inside-page-header{padding:40px}.widget-area .main-navigation{margin-bottom:20px}.one-container .site-main>:last-child,.separate-containers .site-main>:last-child{margin-bottom:0}.full-width-content .container.grid-container{max-width:100%}.full-width-content.no-sidebar.separate-containers .site-main{margin:0}.full-width-content.one-container .site-content,.full-width-content.separate-containers .inside-article{padding:0}.full-width-content .entry-content .alignwide{margin-left:0;width:auto;max-width:unset}.contained-content.one-container .site-content,.contained-content.separate-containers .inside-article{padding:0}.sidebar .grid-container{max-width:100%;width:100%}.both-left .is-left-sidebar,.both-sidebars .is-left-sidebar,.left-sidebar .sidebar{order:-10}.both-left .is-right-sidebar{order:-5}.both-right .is-left-sidebar{order:5}.both-right .is-right-sidebar,.both-sidebars .is-right-sidebar{order:10}.inside-site-info{display:flex;align-items:center;justify-content:center;padding:20px 40px}.site-info{text-align:center;font-size:15px}.post-image:not(:first-child){margin-top:2em}.featured-image{line-height:0}.separate-containers .featured-image{margin-top:20px}.separate-containers .inside-article>.featured-image{margin-top:0;margin-bottom:2em}.one-container .inside-article>.featured-image{margin-top:0;margin-bottom:2em}.gp-icon{display:inline-flex;align-self:center}.gp-icon svg{height:1em;width:1em;top:.125em;position:relative;fill:currentColor}.close-search .icon-search svg:first-child,.icon-menu-bars svg:nth-child(2),.icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:first-child{display:none}.close-search .icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:nth-child(2){display:block}.entry-meta .gp-icon{margin-right:.6em;opacity:.7}nav.toggled .icon-arrow-left svg{transform:rotate(-90deg)}nav.toggled .icon-arrow-right svg{transform:rotate(90deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon svg{transform:rotate(180deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-left svg{transform:rotate(-270deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-right svg{transform:rotate(270deg)}.container.grid-container{width:auto}.menu-toggle,.mobile-bar-items,.sidebar-nav-mobile{display:none}.menu-toggle{padding:0 20px;line-height:60px;margin:0;font-weight:400;text-transform:none;font-size:15px;cursor:pointer}.menu-toggle .mobile-menu{padding-left:3px}.menu-toggle .gp-icon+.mobile-menu{padding-left:9px}.menu-toggle .mobile-menu:empty{display:none}button.menu-toggle{background-color:transparent;flex-grow:1;border:0;text-align:center}button.menu-toggle:active,button.menu-toggle:focus,button.menu-toggle:hover{background-color:transparent}.has-menu-bar-items button.menu-toggle{flex-grow:0}nav.toggled ul ul.sub-menu{width:100%}.toggled .menu-item-has-children .dropdown-menu-toggle{padding-left:20px}.main-navigation.toggled .main-nav{flex-basis:100%;order:3}.main-navigation.toggled .main-nav>ul{display:block}.main-navigation.toggled .main-nav li{width:100%;text-align:left}.main-navigation.toggled .main-nav ul ul{transition:0s;visibility:hidden;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.05)}.main-navigation.toggled .main-nav ul ul li:last-child>ul{border-bottom:0}.main-navigation.toggled .main-nav ul ul.toggled-on{position:relative;top:0;left:auto!important;right:auto!important;width:100%;pointer-events:auto;height:auto;opacity:1;display:block;visibility:visible;float:none}.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle{float:right}.mobile-menu-control-wrapper{display:none;margin-left:auto;align-items:center}.has-inline-mobile-toggle #site-navigation.toggled{margin-top:1.5em}.has-inline-mobile-toggle #site-navigation.has-active-search{margin-top:1.5em}.has-inline-mobile-toggle #site-navigation.has-active-search .nav-search-active{position:relative}.has-inline-mobile-toggle #site-navigation.has-active-search .navigation-search input{outline:auto}.nav-float-left .mobile-menu-control-wrapper{order:-10;margin-left:0;margin-right:auto;flex-direction:row-reverse}@media (max-width:768px){.hide-on-mobile{display:none!important}a,body,button,input,select,textarea{transition:all 0s ease-in-out}.inside-header{flex-direction:column;text-align:center}.site-header .header-widget{margin-top:1.5em;margin-left:auto;margin-right:auto;text-align:center}.site-content{flex-direction:column}.container .site-content .content-area{width:auto}.is-left-sidebar.sidebar,.is-right-sidebar.sidebar{width:auto;order:initial}.is-left-sidebar+.is-right-sidebar .inside-right-sidebar{margin-top:0}.both-left .inside-left-sidebar,.both-left .inside-right-sidebar,.both-right .inside-left-sidebar,.both-right .inside-right-sidebar{margin-right:0;margin-left:0}#main{margin-left:0;margin-right:0}body:not(.no-sidebar) #main{margin-bottom:0}.alignleft,.alignright{float:none;display:block;margin-left:auto;margin-right:auto}.comment .children{padding-left:10px;margin-left:0}.entry-meta{font-size:inherit}.entry-meta a{line-height:1.8em}}@media (min-width:769px) and (max-width:1024px){.hide-on-tablet{display:none!important}}@media (min-width:1025px){.hide-on-desktop{display:none!important}}