.wpa-test-msg{background:#d1ecf1 !important;border:1px solid #bee5eb !important;border-radius:5px !important;color:#0c5460 !important;font-size:14px !important;padding:.75rem 1.25rem !important;font-family:Arial !important;margin-top:5px !important;}
span.wpa-button{display:inline-block !important;padding-top:5px !important;color:#fff !important;background-color:#6c757d !important;border-color:#6c757d !important;padding:5px 10px !important;border-radius:5px !important;margin-top:5px !important;cursor:pointer !important;}
#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}.th3ef-wrap{--th3-border:#d0d0d0;--th3-input-bg:#f8f8f8;--th3-text:#1a1a1a;--th3-label:#ffffff;--th3-muted:#6b6b6b;--th3-accent:#75B557;--th3-accent-h:#62a044;--th3-accent-rgb:117, 181, 87;--th3-error:#e05c5c;--th3-font:'Poppins', sans-serif;--th3-radius:12px;--th3-radius-sm:6px;--th3-transition:0.22s ease;font-family:var(--th3-font);box-sizing:border-box;}
.th3ef-wrap *, .th3ef-wrap *::before, .th3ef-wrap *::after{box-sizing:inherit;}
.th3ef-wrap{background:transparent;padding:0;}
.th3ef-card{background:transparent;max-width:780px;margin:0 auto;}
.th3ef-form{padding:0;display:flex;flex-direction:column;gap:20px;}
.th3ef-mt{margin-top:16px;}
.th3ef-row{display:flex;flex-direction:column;gap:20px;}
@media(min-width:560px){
.th3ef-row--2col{flex-direction:row;}
.th3ef-row--2col > .th3ef-field{flex:1;min-width:0;}
} .th3ef-field{display:flex;flex-direction:column;gap:8px;}
.th3ef-field label, .th3ef-label{font-size:13px;font-weight:600;color:var(--th3-label);display:flex;align-items:baseline;gap:8px;}
.th3ef-field--required label::after{content:'*';color:var(--th3-accent);font-size:16px;line-height:1;}
.th3ef-label__hint{font-size:11px;font-weight:400;color:var(--th3-label);letter-spacing:0.2px;}
.th3ef-wrap .th3ef-form input[type="text"],
.th3ef-wrap .th3ef-form input[type="email"],
.th3ef-wrap .th3ef-form input[type="tel"],
.th3ef-wrap .th3ef-form textarea{background:var(--th3-input-bg) !important;border:1.5px solid var(--th3-border) !important;border-radius:var(--th3-radius-sm) !important;color:var(--th3-text) !important;font-family:var(--th3-font) !important;font-size:14px !important;line-height:1.5 !important;padding:13px 16px !important;width:100%;outline:none;transition:box-shadow var(--th3-transition);-webkit-appearance:none;appearance:none;min-height:48px;color-scheme:light;}
.th3ef-wrap .th3ef-form input::placeholder, .th3ef-wrap .th3ef-form textarea::placeholder{color:#aaa;}
.th3ef-wrap .th3ef-form input:-webkit-autofill, .th3ef-wrap .th3ef-form input:-webkit-autofill:hover, .th3ef-wrap .th3ef-form input:-webkit-autofill:focus, .th3ef-wrap .th3ef-form input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px var(--th3-input-bg) inset !important;box-shadow:0 0 0px 1000px var(--th3-input-bg) inset !important;-webkit-text-fill-color:var(--th3-text) !important;}
.th3ef-wrap .th3ef-form input:focus, .th3ef-wrap .th3ef-form textarea:focus{box-shadow:0 0 0 3px rgba(var(--th3-accent-rgb), 0.2);}
.th3ef-wrap .th3ef-form input.th3ef--invalid, .th3ef-wrap .th3ef-form textarea.th3ef--invalid{border-color:var(--th3-error) !important;box-shadow:0 0 0 3px rgba(224, 92, 92, 0.12);}
.th3ef-wrap .th3ef-form input.th3ef--valid, .th3ef-wrap .th3ef-form textarea.th3ef--valid{border-color:var(--th3-accent) !important;box-shadow:0 0 0 3px rgba(var(--th3-accent-rgb), 0.12);}
.th3ef-form textarea{resize:vertical;min-height:130px;}
.th3ef-field__error{font-size:12px;color:var(--th3-error);min-height:1em;display:block;}
.th3ef-select-wrap{position:relative;}
.th3ef-wrap .th3ef-form select{background:var(--th3-input-bg) !important;border:1.5px solid var(--th3-border) !important;border-radius:var(--th3-radius-sm) !important;color:var(--th3-text) !important;font-family:var(--th3-font);font-size:14px;padding:13px 40px 13px 16px;width:100%;min-height:48px;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none;transition:box-shadow var(--th3-transition);color-scheme:light;}
.th3ef-wrap .th3ef-form select:focus{box-shadow:0 0 0 3px rgba(var(--th3-accent-rgb), 0.2);}
.th3ef-select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--th3-muted);width:12px;height:8px;display:flex;align-items:center;}
.th3ef-select-arrow svg{width:100%;height:100%;}
.th3ef-checkgroup{display:flex;flex-wrap:wrap;gap:10px;}
.th3ef-check{display:flex;align-items:center;gap:0;cursor:pointer;user-select:none;}
.th3ef-check input[type="checkbox"]{position:absolute;opacity:0;width:0;height:0;pointer-events:none;}
.th3ef-check__box{display:none;}
.th3ef-check__label{display:inline-flex;align-items:center;cursor:pointer;font-size:13px;color:var(--th3-muted);background:var(--th3-input-bg);border:1.5px solid var(--th3-border);border-radius:100px;padding:7px 16px;transition:color var(--th3-transition), border-color var(--th3-transition), background var(--th3-transition);min-height:38px;}
.th3ef-check input:checked ~ .th3ef-check__label{color:#ffffff;border-color:var(--th3-accent);background:rgba(var(--th3-accent-rgb), 0.1);}
.th3ef-check input:focus ~ .th3ef-check__label{outline:2px solid var(--th3-accent);outline-offset:2px;}
.th3ef-privacy{font-size:12px;color:var(--th3-muted);margin:0;line-height:1.6;}
.th3ef-privacy a{color:var(--th3-accent);text-decoration:none;}
.th3ef-privacy a:hover{text-decoration:underline;}
.th3ef-submit-row{display:flex;justify-content:center;}
.th3ef-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--th3-accent);color:#fff;font-family:var(--th3-font);font-size:15px;font-weight:600;padding:15px 40px;border:none;border-radius:8px;cursor:pointer;letter-spacing:0.2px;transition:background var(--th3-transition), transform var(--th3-transition), box-shadow var(--th3-transition);box-shadow:0 8px 24px rgba(var(--th3-accent-rgb), 0.3);min-height:52px;}
.th3ef-btn:hover:not(:disabled){background:var(--th3-accent-h);transform:translateY(-2px);box-shadow:0 12px 32px rgba(var(--th3-accent-rgb), 0.4);}
.th3ef-btn:active:not(:disabled){transform:translateY(0);}
.th3ef-btn:disabled{opacity:0.65;cursor:not-allowed;}
.th3ef-btn__arrow{width:20px;height:20px;transition:transform var(--th3-transition);flex-shrink:0;}
.th3ef-btn:hover:not(:disabled) .th3ef-btn__arrow{transform:translateX(3px);}
.th3ef-btn__spinner{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,0.3);border-top-color:#fff;border-radius:50%;animation:th3ef-spin 0.6s linear infinite;flex-shrink:0;}
.th3ef-btn.th3ef--loading .th3ef-btn__spinner{display:block;}
.th3ef-btn.th3ef--loading .th3ef-btn__arrow{display:none;}
@keyframes th3ef-spin {
to{transform:rotate(360deg);}
} .th3ef-errors{background:rgba(224, 92, 92, 0.1);border:1px solid rgba(224, 92, 92, 0.3);border-radius:var(--th3-radius-sm);padding:14px 18px;font-size:13px;color:#f08080;line-height:1.6;}
.th3ef-errors ul{margin:0;padding:0 0 0 18px;}
.th3ef-errors li + li{margin-top:4px;}
.th3ef-success[hidden]{display:none;}
.th3ef-success{display:flex;flex-direction:column;align-items:center;gap:20px;padding:clamp(40px, 6vw, 72px) clamp(24px, 5vw, 52px);text-align:center;animation:th3ef-fadeUp 0.4s ease both;}
.th3ef-success__tick{width:56px;height:56px;flex-shrink:0;}
.th3ef-success__message{font-size:17px;color:var(--th3-text);line-height:1.65;max-width:460px;margin:0;}
@keyframes th3ef-fadeUp {
from{opacity:0;transform:translateY(16px);}
to{opacity:1;transform:translateY(0);}
} .th3ef-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none;}
@media (prefers-reduced-motion: reduce) {
.th3ef-btn, .th3ef-btn__arrow, .th3ef-check__label, .th3ef-form input, .th3ef-form textarea, .th3ef-form select{transition:none;}
.th3ef-success{animation:none;}
.th3ef-btn__spinner{animation:none;border-top-color:transparent;}
} @media(max-width:559px){
.th3ef-btn {
width: 100%;
}
.th3ef-checkgroup {
gap: 8px;
}
.th3ef-form input[type="text"],
.th3ef-form input[type="email"],
.th3ef-form input[type="tel"],
.th3ef-form select, .th3ef-form textarea {
font-size: 16px; }
.th3ef-mt {
margin-top: 10px;
}
}.th3wa-wrap{--th3wa-bg:#ffffff;--th3wa-surface:#f5f7fa;--th3wa-border:#e2e8f0;--th3wa-input-bg:#ffffff;--th3wa-text:#282828;--th3wa-muted:#6b7280;--th3wa-accent:#75B557;--th3wa-accent-h:#62a044;--th3wa-accent-rgb:117, 181, 87;--th3wa-error:#e05c5c;--th3wa-font:'Poppins', sans-serif;--th3wa-radius:12px;--th3wa-radius-sm:8px;--th3wa-transition:0.22s ease;font-family:var(--th3wa-font);color:var(--th3wa-text);box-sizing:border-box;position:relative;background:transparent;padding:0;}
.th3wa-wrap *, .th3wa-wrap *::before, .th3wa-wrap *::after{box-sizing:inherit;}
.th3wa-form-outer{max-width:760px;margin:0 auto;}
.th3wa-progress-header{margin-bottom:36px;}
.th3wa-step-indicators{display:flex;align-items:flex-start;justify-content:center;}
.th3wa-step-ind{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0;}
.th3wa-step-ind__dot{width:38px;height:38px;border-radius:50%;border:2px solid var(--th3wa-border);background:var(--th3wa-bg);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:var(--th3wa-muted);transition:border-color var(--th3wa-transition), background var(--th3wa-transition), color var(--th3wa-transition);}
.th3wa-step-ind__label{font-size:11px;font-weight:500;color:var(--th3wa-muted);white-space:nowrap;transition:color var(--th3wa-transition);}
.th3wa-step-ind--active .th3wa-step-ind__dot{border-color:var(--th3wa-accent);background:var(--th3wa-accent);color:#fff;}
.th3wa-step-ind--active .th3wa-step-ind__label{color:var(--th3wa-accent);font-weight:600;}
.th3wa-step-ind--done .th3wa-step-ind__dot{border-color:var(--th3wa-accent);background:rgba(var(--th3wa-accent-rgb), 0.1);color:var(--th3wa-accent);}
.th3wa-step-ind--done .th3wa-step-ind__dot span{display:none;}
.th3wa-step-ind--done .th3wa-step-ind__dot::after{content:'✓';font-weight:700;font-size:16px;color:var(--th3wa-accent);}
.th3wa-step-ind--done .th3wa-step-ind__label{color:var(--th3wa-accent);}
.th3wa-connector{flex:1;height:2px;background:var(--th3wa-border);margin:19px 6px 0;transition:background var(--th3wa-transition);min-width:20px;}
.th3wa-connector--done{background:var(--th3wa-accent);}
.th3wa-step{display:none;}
.th3wa-step--active{display:block;animation:th3waSlideIn 0.3s ease both;}
@keyframes th3waSlideIn {
from{opacity:0;transform:translateY(14px);}
to{opacity:1;transform:translateY(0);}
} .th3wa-step-header{margin-bottom:24px;}
.th3wa-step-title{margin:0 0 6px;font-size:20px;font-weight:700;color:var(--th3wa-text);line-height:1.3;}
.th3wa-step-desc{margin:0;font-size:14px;color:var(--th3wa-muted);line-height:1.6;}
.th3wa-row{display:flex;flex-direction:column;gap:16px;margin-bottom:16px;}
@media(min-width:560px){
.th3wa-row--2col{flex-direction:row;}
.th3wa-row--2col > .th3wa-field{flex:1;min-width:0;}
} .th3wa-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;}
.th3wa-row .th3wa-field{margin-bottom:0;}
.th3wa-field label, .th3wa-label{font-size:13px;font-weight:600;color:var(--th3wa-text);display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;}
.th3wa-field--required label::after{content:'*';color:var(--th3wa-accent);font-size:16px;line-height:1;}
.th3wa-label__hint{font-size:11px;font-weight:400;color:var(--th3wa-muted);}
.th3wa-field__error{font-size:12px;color:var(--th3wa-error);min-height:1em;display:block;}
.th3wa-form input[type="text"],
.th3wa-form input[type="email"],
.th3wa-form input[type="tel"],
.th3wa-form textarea{background:var(--th3wa-input-bg) !important;border:1.5px solid var(--th3wa-border) !important;border-radius:var(--th3wa-radius-sm) !important;color:var(--th3wa-text) !important;font-family:var(--th3wa-font) !important;font-size:14px !important;line-height:1.5 !important;padding:11px 14px !important;width:100%;outline:none;transition:border-color var(--th3wa-transition), box-shadow var(--th3wa-transition);-webkit-appearance:none;appearance:none;min-height:44px;}
.th3wa-form input::placeholder, .th3wa-form textarea::placeholder{color:#b8c0cc;}
.th3wa-form input:focus, .th3wa-form textarea:focus{border-color:var(--th3wa-accent);box-shadow:0 0 0 3px rgba(var(--th3wa-accent-rgb), 0.15);}
.th3wa-form input.th3wa--invalid, .th3wa-form textarea.th3wa--invalid{border-color:var(--th3wa-error);box-shadow:0 0 0 3px rgba(224, 92, 92, 0.1);}
.th3wa-form textarea{resize:vertical;min-height:88px;}
.th3wa-select-wrap{position:relative;}
.th3wa-form select{background:var(--th3wa-input-bg) !important;border:1.5px solid var(--th3wa-border) !important;border-radius:var(--th3wa-radius-sm) !important;color:var(--th3wa-text) !important;font-family:var(--th3wa-font) !important;font-size:14px !important;padding:11px 40px 11px 14px !important;width:100%;min-height:44px;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none;transition:border-color var(--th3wa-transition), box-shadow var(--th3wa-transition);}
.th3wa-form select:focus{border-color:var(--th3wa-accent);box-shadow:0 0 0 3px rgba(var(--th3wa-accent-rgb), 0.15);}
.th3wa-select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--th3wa-muted);width:12px;height:8px;display:flex;align-items:center;}
.th3wa-select-arrow svg{width:100%;height:100%;}
.th3wa-checkgroup{display:flex;flex-wrap:wrap;gap:8px;}
.th3wa-check{display:flex;align-items:center;cursor:pointer;user-select:none;}
.th3wa-check input[type="checkbox"],
.th3wa-check input[type="radio"]{position:absolute;opacity:0;width:0;height:0;pointer-events:none;}
.th3wa-check__label{display:inline-flex;align-items:center;cursor:pointer;font-size:13px;color:var(--th3wa-muted);background:var(--th3wa-surface);border:1.5px solid var(--th3wa-border);border-radius:100px;padding:6px 16px;min-height:36px;transition:color var(--th3wa-transition), border-color var(--th3wa-transition), background var(--th3wa-transition);}
.th3wa-check input:checked ~ .th3wa-check__label{color:var(--th3wa-accent);border-color:var(--th3wa-accent);background:rgba(var(--th3wa-accent-rgb), 0.08);font-weight:500;}
.th3wa-check input:focus ~ .th3wa-check__label{outline:2px solid var(--th3wa-accent);outline-offset:2px;}
.th3wa-ratings{background:var(--th3wa-surface);border:1.5px solid var(--th3wa-border);border-radius:var(--th3wa-radius-sm);padding:16px 20px;display:flex;flex-direction:column;gap:12px;}
.th3wa-rating-row{display:flex;align-items:center;gap:16px;}
.th3wa-rating-label{flex:1;font-size:13px;color:var(--th3wa-text);min-width:0;}
.th3wa-rating-btns{display:flex;gap:6px;flex-shrink:0;}
.th3wa-rating-opt{cursor:pointer;user-select:none;}
.th3wa-rating-opt input[type="radio"]{position:absolute;opacity:0;width:0;height:0;pointer-events:none;}
.th3wa-rating-opt span{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--th3wa-radius-sm);border:1.5px solid var(--th3wa-border);background:#fff;font-size:13px;font-weight:600;color:var(--th3wa-muted);cursor:pointer;transition:border-color var(--th3wa-transition), background var(--th3wa-transition), color var(--th3wa-transition);}
.th3wa-rating-opt:hover span{border-color:var(--th3wa-accent);color:var(--th3wa-accent);}
.th3wa-rating-opt input:checked ~ span{border-color:var(--th3wa-accent);background:var(--th3wa-accent);color:#fff;}
.th3wa-privacy{font-size:12px;color:var(--th3wa-muted);margin:0 0 20px;line-height:1.6;}
.th3wa-privacy a{color:var(--th3wa-accent);text-decoration:none;}
.th3wa-privacy a:hover{text-decoration:underline;}
.th3wa-errors{background:rgba(224, 92, 92, 0.08);border:1px solid rgba(224, 92, 92, 0.25);border-radius:var(--th3wa-radius-sm);padding:12px 16px;font-size:13px;color:#c0392b;line-height:1.6;margin-bottom:16px;}
.th3wa-errors[hidden]{display:none;}
.th3wa-errors ul{margin:0;padding:0 0 0 16px;}
.th3wa-errors li + li{margin-top:4px;}
.th3wa-step-nav{display:flex;align-items:center;justify-content:space-between;margin-top:28px;gap:12px;}
.th3wa-step-nav--right{justify-content:flex-end;}
.th3wa-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--th3wa-accent);color:#fff;font-family:var(--th3wa-font);font-size:14px;font-weight:600;padding:12px 28px;border:none;border-radius:var(--th3wa-radius-sm);cursor:pointer;letter-spacing:0.2px;min-height:48px;transition:background var(--th3wa-transition), transform var(--th3wa-transition), box-shadow var(--th3wa-transition);box-shadow:0 4px 16px rgba(var(--th3wa-accent-rgb), 0.28);}
.th3wa-btn:hover:not(:disabled){background:var(--th3wa-accent-h);transform:translateY(-2px);box-shadow:0 8px 24px rgba(var(--th3wa-accent-rgb), 0.38);}
.th3wa-btn:active:not(:disabled){transform:translateY(0);}
.th3wa-btn:disabled{opacity:0.65;cursor:not-allowed;}
.th3wa-btn--ghost{background:transparent;color:var(--th3wa-muted);box-shadow:none;border:1.5px solid var(--th3wa-border);}
.th3wa-btn--ghost:hover:not(:disabled){background:var(--th3wa-surface);color:var(--th3wa-text);box-shadow:none;transform:none;}
.th3wa-btn__spinner{display:none;width:16px;height:16px;border:2px solid rgba(255,255,255,0.3);border-top-color:#fff;border-radius:50%;animation:th3waSpin 0.6s linear infinite;flex-shrink:0;}
.th3wa--loading .th3wa-btn__spinner{display:block;}
.th3wa--loading .th3wa-btn__arrow{display:none;}
@keyframes th3waSpin {
to{transform:rotate(360deg);}
} .th3wa-success[hidden]{display:none;}
.th3wa-success{display:flex;flex-direction:column;align-items:center;gap:16px;padding:clamp(40px, 6vw, 72px) clamp(24px, 5vw, 52px);text-align:center;max-width:520px;margin:0 auto;animation:th3waSlideIn 0.4s ease both;}
.th3wa-success__tick{width:56px;height:56px;flex-shrink:0;}
.th3wa-success__title{font-size:22px;font-weight:700;color:var(--th3wa-text);margin:0;}
.th3wa-success__message{font-size:15px;color:var(--th3wa-muted);line-height:1.65;margin:0;}
.th3wa-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none;}
@media(max-width:559px){
.th3wa-step-ind__label{display:none;}
.th3wa-step-title{font-size:17px;}
.th3wa-btn--submit{width:100%;}
.th3wa-rating-row{flex-direction:column;align-items:flex-start;gap:8px;}
.th3wa-rating-btns{gap:5px;}
.th3wa-rating-opt span{width:42px;height:42px;font-size:14px;}
.th3wa-form input[type="text"],
.th3wa-form input[type="email"],
.th3wa-form input[type="tel"],
.th3wa-form select, .th3wa-form textarea{font-size:16px;}
} @media (prefers-reduced-motion: reduce) {
.th3wa-btn, .th3wa-check__label, .th3wa-step-ind__dot, .th3wa-rating-opt span, .th3wa-form input, .th3wa-form textarea, .th3wa-form select, .th3wa-connector {
transition: none;
}
.th3wa-step--active, .th3wa-success {
animation: none;
}
.th3wa-btn__spinner {
animation: none;
border-top-color: transparent;
}
}body .wp-show-posts a{box-shadow:0 0 0 transparent}.wp-show-posts-entry-title a{text-decoration:none}a.wp-show-posts-read-more,a.wp-show-posts-read-more:visited{display:inline-block;padding:8px 15px;border:2px solid #222;color:#222;font-size:.8em;text-decoration:none}.wpsp-read-more{margin:0 0 1em;display:inline-block}a.wp-show-posts-read-more:focus,a.wp-show-posts-read-more:hover{border:2px solid transparent;color:#fff;background:#222;text-decoration:none}.wp-show-posts-image{margin-bottom:1em}.wp-show-posts-image.wpsp-image-left{float:left;margin-right:1.5em}.wp-show-posts-image.wpsp-image-right{float:right;margin-left:1.5em}.wp-show-posts-image.wpsp-image-center{display:block;text-align:center}.wp-show-posts-image img{margin:0!important;vertical-align:bottom;height:auto}.wp-show-posts-entry-header{margin:0 0 1em;padding:0}.wp-show-posts .wp-show-posts-entry-title{margin:0}.wp-show-posts-updated{display:none}.wp-show-posts-entry-content,.wp-show-posts-entry-summary{margin-bottom:1em}.wp-show-posts-entry-meta{font-size:.8em}.wp-show-posts-separator{opacity:.5}.wp-show-posts-meta a,.wp-show-posts-meta a:visited{color:rgba(0,0,0,.5)}.stack-wp-show-posts-byline,.stack-wp-show-posts-posted-on{display:block}.wp-show-posts-entry-meta-below-post{margin-bottom:1em}.wp-show-posts-columns:not(.wp-show-posts-masonry){display:flex;flex-wrap:wrap}.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block){display:flex;flex-direction:row}.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img{flex:0 0 auto;object-fit:scale-down}.wpsp-clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child){margin-bottom:2em}.wpsp-load-more{margin-top:2em}.wp-show-posts-columns .wp-show-posts-inner{flex:1}.wp-show-posts-inner:after{clear:both;display:table;content:'';width:0;height:0;overflow:hidden;visibility:hidden}.wp-show-posts-single.post{margin-bottom:0}@media(min-width:768px){.wpsp-col-1,.wpsp-col-10,.wpsp-col-11,.wpsp-col-12,.wpsp-col-2,.wpsp-col-20,.wpsp-col-3,.wpsp-col-4,.wpsp-col-5,.wpsp-col-6,.wpsp-col-7,.wpsp-col-8,.wpsp-col-9{float:left}.wpsp-col-1{width:8.333333%}.wpsp-col-2{width:16.666667%}.wpsp-col-3{width:25%}.wpsp-col-4{width:33.333%}.wpsp-col-5{width:41.666667%}.wpsp-col-6{width:50%}.wpsp-col-7{width:58.333333%}.wpsp-col-8{width:66.666667%}.wpsp-col-9{width:75%}.wpsp-col-10{width:83.333333%}.wpsp-col-11{width:91.666667%}.wpsp-col-12{width:100%}.wpsp-col-20{width:20%}}@media(max-width:767px){.wp-show-posts-columns,.wp-show-posts-inner{margin-left:0!important;margin-right:0!important}.wp-show-posts-columns .wp-show-posts-single{display:block;width:100%}.wp-show-posts-image.wpsp-image-left,.wp-show-posts-image.wpsp-image-right{float:none;margin-right:0;margin-left:0}}.wp-show-posts-inner :last-child{margin-bottom:0}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wpsp-clearfix:after{content:".";display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}.nk-awb{position:relative;z-index:0}.wp-block-nk-awb{padding:20px 30px}.nk-awb .nk-awb-inner,.nk-awb .nk-awb-overlay,.nk-awb .nk-awb-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-99}.nk-awb .nk-awb-wrap{overflow:hidden}.nk-awb .nk-awb-mouse-parallax{transform:translateX(0)}.vc_row.vc_column-gap-1>.vc_column_container>.nk-awb-wrap{margin:1px 0.5px}.vc_row.vc_column-gap-2>.vc_column_container>.nk-awb-wrap{margin:1px 1px}.vc_row.vc_column-gap-3>.vc_column_container>.nk-awb-wrap{margin:1px 1.5px}.vc_row.vc_column-gap-4>.vc_column_container>.nk-awb-wrap{margin:1px 2px}.vc_row.vc_column-gap-5>.vc_column_container>.nk-awb-wrap{margin:1px 2.5px}.vc_row.vc_column-gap-10>.vc_column_container>.nk-awb-wrap{margin:1px 5px}.vc_row.vc_column-gap-15>.vc_column_container>.nk-awb-wrap{margin:1px 7.5px}.vc_row.vc_column-gap-20>.vc_column_container>.nk-awb-wrap{margin:1px 10px}.vc_row.vc_column-gap-25>.vc_column_container>.nk-awb-wrap{margin:1px 12.5px}.vc_row.vc_column-gap-30>.vc_column_container>.nk-awb-wrap{margin:1px 15px}.vc_row.vc_column-gap-35>.vc_column_container>.nk-awb-wrap{margin:1px 17.5px}.nk-awb-fullheight{min-height:100vh}body.admin-bar .nk-awb-fullheight{min-height:calc(100vh - 32px)}@media screen and (max-width:782px){body.admin-bar .nk-awb-fullheight{min-height:calc(100vh - 42px)}}@media screen and (max-width:600px){body.admin-bar .nk-awb-fullheight{min-height:100vh}}.nk-awb-content-valign-center,.nk-awb-content-valign-top,.nk-awb-content-valign-bottom{display:flex;flex-direction:column;justify-content:center}.nk-awb-content-valign-top{justify-content:flex-start}.nk-awb-content-valign-bottom{justify-content:flex-end}.nk-awb .nk-awb-overlay{z-index:0}.nk-awb .nk-awb-inner{z-index:-100;background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.nk-awb [data-awb-image-background-size=contain]>.nk-awb-inner{background-size:contain}.nk-awb [data-awb-image-background-size=pattern]>.nk-awb-inner{background-repeat:repeat;background-size:auto}.nk-awb .nk-awb-inner>.jarallax-img,.nk-awb .nk-awb-inner>picture>img{position:absolute;top:0;left:0;z-index:-100;width:100%;height:100%;pointer-events:none;-o-object-fit:cover;object-fit:cover}.nk-awb [data-awb-image-background-size=contain]>.nk-awb-inner>.jarallax-img,.nk-awb [data-awb-image-background-size=contain]>.nk-awb-inner>picture>img{-o-object-fit:contain;object-fit:contain}.nk-awb .nk-awb-inner picture.jarallax-img>img{width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.intrinsic-ignore iframe{max-width:none !important;max-height:none !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}}