.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.blw-wrapper { width: 100%; }
.blw-grid {
display: grid;
gap: 24px;
width: 100%;
align-items: start;
}
@media (max-width: 1024px) {
.blw-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 600px) {
.blw-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 480px) {
.blw-card__footer { flex-wrap: wrap; overflow: visible; }
} .blw-layout-featured .blw-grid {
grid-template-columns: 2fr 1fr;
align-items: stretch;
}
.blw-layout-featured .blw-card--featured .blw-card__thumb {
aspect-ratio: 4 / 3;
} .blw-featured-side {
display: flex;
flex-direction: column;
gap: inherit;
min-height: 0;
}
.blw-featured-side .blw-card {
flex: 1 1 0;
min-height: 0;
}
.blw-featured-side .blw-card__thumb {
aspect-ratio: 21 / 9;
flex-shrink: 0;
}
.blw-featured-side .blw-card__excerpt {
-webkit-line-clamp: 2;
}
.blw-featured-side .blw-card__body {
min-height: 0;
}
@media (max-width: 1024px) {
.blw-layout-featured .blw-grid { grid-template-columns: 1fr !important; }
.blw-featured-side .blw-card { flex: none; }
} .blw-layout-horizontal .blw-card {
display: grid;
grid-template-columns: 38% 1fr;
grid-template-rows: auto auto;
align-items: stretch;
}
.blw-layout-horizontal .blw-card__thumb-wrap {
grid-column: 1;
grid-row: 1 / -1;
width: 100%;
height: 100%;
}
.blw-layout-horizontal .blw-card__thumb {
height: 100%;
aspect-ratio: unset;
}
.blw-layout-horizontal .blw-card__body {
grid-column: 2;
grid-row: 1;
min-width: 0;
}
.blw-layout-horizontal .blw-card__footer {
grid-column: 2;
grid-row: 2;
}
.blw-layout-horizontal .blw-card__body {
display: flex;
flex-direction: column;
justify-content: center;
}
@media (max-width: 600px) {
.blw-layout-horizontal .blw-card {
grid-template-columns: 1fr;
grid-template-rows: auto auto auto;
}
.blw-layout-horizontal .blw-card__thumb-wrap {
grid-column: 1;
grid-row: 1;
width: 100%;
height: auto;
}
.blw-layout-horizontal .blw-card__thumb { aspect-ratio: 16 / 9; height: auto; }
.blw-layout-horizontal .blw-card__body { grid-column: 1; grid-row: 2; }
.blw-layout-horizontal .blw-card__footer { grid-column: 1; grid-row: 3; }
}  .blw-card {
--blw-transition-speed: 300ms;
--blw-lift-y: 6px;
--blw-scale-factor: 1.03;
--blw-glow-color: rgba(99, 102, 241, 0.55);
--blw-glow-spread: 18px;
--blw-sheen-color: rgba(255, 255, 255, 0.42);
--blw-sheen-width: 42%;
--blw-border-c1: #6366f1;
--blw-border-c2: #ec4899;
--blw-border-c3: #f59e0b;
--blw-border-w: 3px;
--blw-border-anim-speed: 2s;
--blw-overlay-color: rgba(26, 60, 110, 0.80);
background-color: #ffffff;
border-radius: 12px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
display: flex;
flex-direction: column;
position: relative;
z-index: 0;
overflow: hidden;
transition:
box-shadow var(--blw-transition-speed) ease,
transform  var(--blw-transition-speed) ease,
background-color var(--blw-transition-speed) ease;
} .blw-content-left   .blw-card__body { text-align: left;   }
.blw-content-center .blw-card__body { text-align: center; }
.blw-content-right  .blw-card__body { text-align: right;  }
.blw-content-center .blw-card__readmore,
.blw-content-right  .blw-card__readmore { display: block; } .blw-card__thumb-wrap {
position: relative;
flex-shrink: 0;
}
.blw-card__thumb-link {
display: block;
text-decoration: none;
}
.blw-card__thumb {
position: relative;
overflow: hidden; aspect-ratio: 16 / 9;
background: #e8edf3;
}
.blw-card__thumb .blw-card__image {
width: 100% !important;
height: 100% !important;
max-width: 100% !important;
object-fit: cover !important;
display: block;
transition: transform var(--blw-transition-speed) ease;
} .blw-card__badge {
position: absolute;
top: 12px;
right: 12px;
background-color: #1a3c6e;
color: #ffffff;
font-size: 0.65rem;
font-weight: 700;
letter-spacing: 0.07em;
padding: 4px 10px;
border-radius: 50px;
text-transform: uppercase;
white-space: nowrap;
line-height: 1.4;
text-decoration: none;
cursor: pointer;
transition:
background-color 0.2s ease,
color 0.2s ease,
transform 0.2s ease;
z-index: 10;
}
.blw-card__badge:hover {
transform: scale(1.06);
} .blw-badge-h-left  .blw-card__badge { left: 12px;   right: auto;   }
.blw-badge-h-right .blw-card__badge { right: 12px;  left: auto;    }
.blw-badge-v-top    .blw-card__badge { top: 12px;    bottom: auto;  }
.blw-badge-v-bottom .blw-card__badge { bottom: 12px; top: auto;     } .blw-card__body {
padding: 18px 22px 14px;
display: flex;
flex-direction: column;
}
.blw-card__title {
font-size: 1rem;
font-weight: 700;
line-height: 1.4;
margin: 0 0 8px;
}
.blw-card__title a {
color: #1a3c6e;
text-decoration: none;
transition: color 0.2s;
}
.blw-card__title a:hover { color: #e05a00; }
.blw-card__excerpt {
font-size: 0.875rem;
line-height: 1.6;
color: #555e6c;
margin: 0 0 16px;
flex: 1;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.blw-card__readmore {
display: inline-block;
font-size: 0.875rem;
font-weight: 700;
color: #1a3c6e;
text-decoration: none;
margin-top: auto;
transition: color 0.2s;
}
.blw-card__readmore:hover {
color: #e05a00;
text-decoration: underline;
} .blw-card__footer {
display: flex;
flex-wrap: nowrap;
gap: 6px 14px;
align-items: center;
padding: 10px 22px 12px;
border-top: 1px solid #eef0f4;
font-size: 0.775rem;
color: #8892a4;
overflow: hidden;
margin-top: auto; }
.blw-card__meta {
display: inline-flex;
align-items: center;
gap: 4px;
white-space: nowrap;
flex-shrink: 0;
}
.blw-card__meta--author {
min-width: 0;
flex-shrink: 1;
}
.blw-card__meta--author .blw-card__author-link {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}  .blw-card__meta--date::before,
.blw-card__meta--comments::before {
content: '';
display: inline-block;
width: 1em;
height: 1em;
margin-right: 0.3em;
vertical-align: -0.15em;
background-color: currentColor;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
} .blw-card__meta--date::before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
} .blw-card__meta--comments::before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
} .blw-card__author-avatar {
width: 20px;
height: 20px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
margin-right: 5px;
vertical-align: middle;
border: 1.5px solid #d0d5de;
}
.blw-card__author-link {
color: inherit;
text-decoration: none;
transition: color 0.2s;
}
.blw-card__author-link:hover {
color: #1a3c6e;
text-decoration: underline;
} .blw-no-posts {
grid-column: 1 / -1;
text-align: center;
color: #888;
padding: 40px 0;
}  .blw-hover-none .blw-card:hover { } .blw-hover-lift .blw-card:hover {
transform: translateY(calc(-1 * var(--blw-lift-y, 6px)));
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}
.blw-hover-lift .blw-card:hover .blw-card__image {
transform: scale(1.05);
} .blw-hover-zoom .blw-card:hover .blw-card__image {
transform: scale(1.10);
} .blw-hover-scale .blw-card:hover {
transform: scale(var(--blw-scale-factor, 1.03));
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
} .blw-hover-glow .blw-card:hover {
box-shadow:
0 0 0 3px var(--blw-glow-color, rgba(99,102,241,0.55)),
0 8px var(--blw-glow-spread, 18px) rgba(0,0,0,0.10),
0 0 var(--blw-glow-spread, 18px) var(--blw-glow-color, rgba(99,102,241,0.35));
} .blw-hover-tilt .blw-card {
transform-style: preserve-3d;
will-change: transform;
}
.blw-hover-tilt .blw-card:hover {
transform: perspective(600px) rotateX(5deg) rotateY(-5deg) translateZ(10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}  .blw-hover-sheen .blw-card {
overflow: hidden;
}
.blw-hover-sheen .blw-card::after {
content: '';
position: absolute;
top: -20%;
left: calc(-1 * var(--blw-sheen-width, 42%) - 30%); width: calc(var(--blw-sheen-width, 42%) * 1.6);
height: 140%;
background: linear-gradient(
108deg,
transparent                                        0%,
transparent                                       15%,
color-mix(in srgb, var(--blw-sheen-color, rgba(255,255,255,0.42)) 15%, transparent) 30%,
var(--blw-sheen-color, rgba(255,255,255,0.42))    50%,
color-mix(in srgb, var(--blw-sheen-color, rgba(255,255,255,0.42)) 15%, transparent) 70%,
transparent                                       85%,
transparent                                      100%
);
transform: skewX(-12deg);
pointer-events: none;
z-index: 10;
transition: left calc(var(--blw-transition-speed) * 1.4) cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blw-hover-sheen .blw-card:hover::after {
left: calc(100% + 30%);
}  .blw-hover-border-spin .blw-card {
isolation: isolate; }
.blw-hover-border-spin .blw-card::before {
content: '';
position: absolute;
inset: 0;
border-radius: inherit;
padding: var(--blw-border-w, 3px);
background: conic-gradient(
from var(--blw-spin-angle, 0deg),
var(--blw-border-c1, #6366f1)  0%,
var(--blw-border-c2, #ec4899) 33%,
var(--blw-border-c3, #f59e0b) 66%,
var(--blw-border-c1, #6366f1) 100%
); -webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
z-index: 2;
opacity: 0;
transition: opacity calc(var(--blw-transition-speed) * 0.5) ease;
}
.blw-hover-border-spin .blw-card:hover::before {
opacity: 1;
animation: blw-border-spin var(--blw-border-anim-speed, 2s) linear infinite;
} .blw-hover-overlay .blw-card {
overflow: hidden;
}
.blw-hover-overlay .blw-card::after {
content: '';
position: absolute;
inset: 0;
background: var(--blw-overlay-color, rgba(26,60,110,0.80));
pointer-events: none;
z-index: 8;
border-radius: inherit;
transition: transform var(--blw-transition-speed) cubic-bezier(0.4, 0, 0.2, 1);
} .blw-overlay-dir-bottom .blw-card::after { transform: translateY(101%); }
.blw-overlay-dir-bottom .blw-card:hover::after { transform: translateY(0); } .blw-overlay-dir-top .blw-card::after { transform: translateY(-101%); }
.blw-overlay-dir-top .blw-card:hover::after { transform: translateY(0); } .blw-overlay-dir-left .blw-card::after { transform: translateX(-101%); }
.blw-overlay-dir-left .blw-card:hover::after { transform: translateX(0); } .blw-overlay-dir-right .blw-card::after { transform: translateX(101%); }
.blw-overlay-dir-right .blw-card:hover::after { transform: translateX(0); } @property --blw-spin-angle {
syntax: '<angle>';
initial-value: 0deg;
inherits: false;
} @keyframes blw-border-spin {
from { --blw-spin-angle: 0deg;   }
to   { --blw-spin-angle: 360deg; }
}
@keyframes blw-spin {
to { transform: rotate(360deg); }
}
@keyframes blw-fadeup {
from { opacity: 0; transform: translateY(16px); }
to   { opacity: 1; transform: translateY(0); }
}
@keyframes blw-float {
0%, 100% {
transform: translateY(0px);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
}
50% {
transform: translateY(calc(-1 * var(--blw-float-height, 8px)));
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}
}
@keyframes blw-neon-pulse {
0%, 100% {
box-shadow:
0 0 4px  var(--blw-neon-color, #a855f7),
0 0 12px var(--blw-neon-color, #a855f7),
0 0 24px var(--blw-neon-color, #a855f7),
inset 0 0 6px rgba(168, 85, 247, 0.1);
}
50% {
box-shadow:
0 0 8px  var(--blw-neon-color, #a855f7),
0 0 28px var(--blw-neon-color, #a855f7),
0 0 60px var(--blw-neon-color, #a855f7),
inset 0 0 12px rgba(168, 85, 247, 0.15);
}
}
@keyframes blw-morph {
0%, 100% { border-radius: 12px; }
25%       { border-radius: 20px 8px 20px 8px; }
50%       { border-radius: 8px 20px 8px 20px; }
75%       { border-radius: 20px 8px 8px 20px; }
}   .blw-hover-float .blw-card {
animation: blw-float var(--blw-float-duration, 3s) ease-in-out infinite;
will-change: transform;
} .blw-hover-float .blw-card:nth-child(2) { animation-delay: -1s;   }
.blw-hover-float .blw-card:nth-child(3) { animation-delay: -2s;   }
.blw-hover-float .blw-card:nth-child(4) { animation-delay: -0.5s; }
.blw-hover-float .blw-card:nth-child(5) { animation-delay: -1.5s; }
.blw-hover-float .blw-card:nth-child(6) { animation-delay: -2.5s; } .blw-hover-float .blw-card:hover {
animation-play-state: paused;
}  .blw-hover-neon .blw-card {
--blw-neon-color: #a855f7;
--blw-neon-speed: 1.5s;
transition:
box-shadow  var(--blw-transition-speed) ease,
border-color var(--blw-transition-speed) ease,
transform   var(--blw-transition-speed) ease;
border: 2px solid transparent;
}
.blw-hover-neon .blw-card:hover {
border-color: var(--blw-neon-color, #a855f7);
transform: translateY(-3px);
animation: blw-neon-pulse var(--blw-neon-speed, 1.5s) ease-in-out infinite;
}  .blw-hover-spotlight .blw-card {
overflow: hidden;
--blw-spot-x: -200%;
--blw-spot-y: -200%;
--blw-spot-color: rgba(255, 255, 255, 0.15);
--blw-spot-size: 220px;
}
.blw-hover-spotlight .blw-card::after {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(
circle var(--blw-spot-size, 220px) at var(--blw-spot-x) var(--blw-spot-y),
var(--blw-spot-color, rgba(255,255,255,0.15))  0%,
transparent                                    70%
);
pointer-events: none;
z-index: 5;
border-radius: inherit;
opacity: 0;
transition: opacity 0.3s ease;
}
.blw-hover-spotlight .blw-card:hover::after {
opacity: 1;
}  .blw-hover-morph .blw-card {
transition:
border-radius var(--blw-transition-speed) cubic-bezier(0.34, 1.56, 0.64, 1),
box-shadow    var(--blw-transition-speed) ease,
transform     var(--blw-transition-speed) ease;
}
.blw-hover-morph .blw-card:hover {
border-radius: var(--blw-morph-radius, 28px 8px 28px 8px) !important;
transform: scale(1.02);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}
.blw-hover-morph .blw-card:hover .blw-card__thumb {
border-radius: var(--blw-morph-radius, 26px 6px 0 0) !important;
} .blw-card-enter {
animation: blw-fadeup 0.4s ease both;
} .blw-loadmore-wrap {
display: flex;
justify-content: center;
margin-top: 36px;
}
.blw-loadmore-btn {
display: inline-flex;
align-items: center;
gap: 8px;
background-color: #1a3c6e;
color: #ffffff;
border: none;
border-radius: 6px;
padding: 13px 30px;
font-size: 0.95rem;
font-weight: 600;
cursor: pointer;
transition: background-color 0.2s, transform 0.15s;
letter-spacing: 0.02em;
}
.blw-loadmore-btn:hover {
background-color: #0f2649;
transform: translateY(-1px);
}
.blw-loadmore-btn:active { transform: translateY(0); }
.blw-loadmore-btn:disabled,
.blw-loadmore-btn.is-loading {
opacity: 0.65;
pointer-events: none;
}
.blw-loadmore-btn.is-loading::after {
content: '';
display: inline-block;
width: 14px;
height: 14px;
border: 2px solid rgba(255,255,255,0.4);
border-top-color: #fff;
border-radius: 50%;
animation: blw-spin 0.7s linear infinite;
} .blw-infinite-sentinel {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
padding: 20px;
color: #8892a4;
font-size: 0.875rem;
}
.blw-infinite-sentinel.is-hidden { display: none; }
.blw-spinner {
display: inline-block;
width: 30px;
height: 30px;
border: 3px solid #d0d5de;
border-top-color: #1a3c6e;
border-radius: 50%;
animation: blw-spin 0.7s linear infinite;
}.wpp-no-data {
} .wpp-list {
} .wpp-list li {
overflow: hidden;
float: none;
clear: both;
margin-bottom: 1rem;
}
.wpp-list li:last-of-type {
margin-bottom: 0;
} .wpp-list li.current {
} .wpp-thumbnail {
display: inline;
float: left;
margin: 0 1rem 0 0;
border: none;
}
.wpp_def_no_src {
object-fit: contain;
} .wpp-post-title {
} .wpp-excerpt {
} .wpp-meta, .post-stats {
display: block;
font-size: 0.8em;
} .wpp-comments {
} .wpp-views {
} .wpp-author {
} .wpp-date {
} .wpp-category {
} .wpp-rating {
}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block;min-width:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--global-gray-400: #CBD5E0;--global-gray-500: #A0AEC0;--global-xs-spacing: 1em;--global-sm-spacing: 1.5rem;--global-md-spacing: 2rem;--global-lg-spacing: 2.5em;--global-xl-spacing: 3.5em;--global-xxl-spacing: 5rem;--global-edge-spacing: 1.5rem;--global-boxed-spacing: 2rem;--global-font-size-small: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);--global-font-size-medium: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);--global-font-size-large: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);--global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem);--global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem)}h1,h2,h3,h4,h5,h6{padding:0;margin:0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none}dfn,cite,em,i{font-style:italic}blockquote,q{quotes:"“" "”"}blockquote{padding-left:1em;border-left:4px solid var(--global-palette4)}.entry-content blockquote{margin:0 0 var(--global-md-spacing)}blockquote cite,blockquote .wp-block-pullquote__citation{color:var(--global-palette5);font-size:13px;margin-top:1em;position:relative;font-style:normal;display:block}address{margin:0 0 1.5em}pre{background:var(--global-palette7);font-family:"Courier 10 Pitch",Courier,monospace;font-size:.9375rem;line-height:1.6;max-width:100%;overflow:auto;padding:1.5em;white-space:pre-wrap}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:.8rem}abbr,acronym{border-bottom:1px dotted var(--global-palette4);cursor:help}mark,ins{text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}hr{height:0;border:0;border-bottom:2px solid var(--global-gray-400)}ul,ol{margin:0 0 1.5em 1.5em;padding:0}ul.aligncenter,ol.aligncenter{list-style:none}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{display:block;height:auto;max-width:100%}figure{margin:.5em 0}table{margin:0 0 1.5em;width:100%}a{color:var(--global-palette-highlight);text-underline-offset:.1em;transition:all .1s linear}a:hover,a:focus,a:active{color:var(--global-palette-highlight-alt);text-underline-offset:.25em}a:hover,a:active{outline:0}.inner-link-style-plain a:not(.button),.widget-area.inner-link-style-plain a:not(.button){text-decoration:none}.inner-link-style-normal a:not(.button),.widget-area.inner-link-style-normal a:not(.button){text-decoration:underline}.link-style-no-underline .entry-content p>a,.link-style-no-underline .entry-content strong>a,.link-style-no-underline .entry-content em>a,.link-style-no-underline .entry-content>ul a,.link-style-no-underline .entry-content a{text-decoration:none}.link-style-no-underline .entry-content p>a:hover,.link-style-no-underline .entry-content strong>a:hover,.link-style-no-underline .entry-content em>a:hover,.link-style-no-underline .entry-content>ul a:hover,.link-style-no-underline .entry-content a:hover{text-decoration:none}.link-style-color-underline .entry-content p a,.link-style-color-underline .entry-content strong>a,.link-style-color-underline .entry-content em>a,.link-style-color-underline .entry-content>ul a,.link-style-color-underline .entry-content>ol a,.link-style-color-underline .entry-content .wp-block-group ul a,.link-style-color-underline .entry-content .wp-block-group ol a{color:inherit;text-decoration:underline;text-decoration-color:var(--global-palette-highlight)}.link-style-color-underline .entry-content p a:hover,.link-style-color-underline .entry-content strong>a:hover,.link-style-color-underline .entry-content em>a:hover,.link-style-color-underline .entry-content>ul a:hover,.link-style-color-underline .entry-content>ol a:hover,.link-style-color-underline .entry-content .wp-block-group ul a:hover,.link-style-color-underline .entry-content .wp-block-group ol a:hover{text-decoration-color:var(--global-palette-highlight-alt)}.link-style-hover-background .entry-content p a,.link-style-hover-background .entry-content strong>a,.link-style-hover-background .entry-content em>a,.link-style-hover-background .entry-content>ul a,.link-style-hover-background .entry-content>ol a,.link-style-hover-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a),.link-style-hover-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a){color:var(--global-palette-highlight);text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));background-position:0% 100%;background-repeat:no-repeat;background-size:100% 1px}.link-style-hover-background .entry-content p a:hover,.link-style-hover-background .entry-content strong>a:hover,.link-style-hover-background .entry-content em>a:hover,.link-style-hover-background .entry-content>ul a:hover,.link-style-hover-background .entry-content>ol a:hover,.link-style-hover-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a):hover,.link-style-hover-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a):hover{color:var(--global-palette-highlight-alt2);text-decoration:none;background-size:100% 100%}.link-style-offset-background .entry-content p a,.link-style-offset-background .entry-content strong>a,.link-style-offset-background .entry-content em>a,.link-style-offset-background .entry-content>ul a,.link-style-offset-background .entry-content>ol a,.link-style-offset-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a),.link-style-offset-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a){color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight));background-repeat:no-repeat;background-position:4px bottom;background-size:100% 10px}.link-style-offset-background .entry-content p a:hover,.link-style-offset-background .entry-content strong>a:hover,.link-style-offset-background .entry-content em>a:hover,.link-style-offset-background .entry-content>ul a:hover,.link-style-offset-background .entry-content>ol a:hover,.link-style-offset-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a):hover,.link-style-offset-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a):hover{color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight-alt))}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden;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;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}:where(html:not(.no-js)) .hide-focus-outline *:focus{outline:0}#primary[tabindex="-1"]:focus{outline:0}textarea{width:100%}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{-webkit-appearance:none;color:var(--global-palette5);border:1px solid var(--global-gray-400);border-radius:3px;padding:.4em .5em;max-width:100%;background:var(--global-palette9);box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}::-webkit-input-placeholder{color:var(--global-palette6)}::-moz-placeholder{color:var(--global-palette6);opacity:1}:-ms-input-placeholder{color:var(--global-palette6)}:-moz-placeholder{color:var(--global-palette6)}::placeholder{color:var(--global-palette6)}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{color:var(--global-palette3);border-color:var(--global-palette6);outline:0;box-shadow:0px 5px 15px -7px rgba(0,0,0,.1)}select{border:1px solid var(--global-gray-400);background-size:16px 100%;padding:.2em 35px .2em .5em;background:var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 98% 50%;-moz-appearance:none;-webkit-appearance:none;appearance:none;box-shadow:none;outline:0;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}select::-ms-expand{display:none}select:focus{color:var(--global-palette3);border-color:var(--global-palette6);background-color:var(--global-palette9);box-shadow:0px 5px 15px -7px rgba(0,0,0,.1);outline:0}select:focus option{color:#333}.elementor-select-wrapper select{background-image:none}.search-form{position:relative}.search-form input[type=search],.search-form input.search-field{padding-right:60px;width:100%}.search-form .search-submit[type=submit]{top:0;right:0;bottom:0;position:absolute;color:rgba(0,0,0,0);background:rgba(0,0,0,0);z-index:2;width:50px;border:0;padding:8px 12px 7px;border-radius:0;box-shadow:none;overflow:hidden}.search-form .search-submit[type=submit]:hover,.search-form .search-submit[type=submit]:focus{color:rgba(0,0,0,0);background:rgba(0,0,0,0);box-shadow:none}.search-form .kadence-search-icon-wrap{position:absolute;right:0;top:0;height:100%;width:50px;padding:0;text-align:center;background:0 0;z-index:3;cursor:pointer;pointer-events:none;color:var(--global-palette6);text-shadow:none;display:flex;align-items:center;justify-content:center}.search-form .search-submit[type=submit]:hover~.kadence-search-icon-wrap{color:var(--global-palette4)}body.rtl .search-form .button[type=submit],body.rtl .search-form .kadence-search-icon-wrap{left:0;right:auto}body.rtl .search-form input[type=search],body.rtl .search-form input.search-field{padding-right:.5em;padding-left:60px}fieldset{padding:.625em 1.425em .625em;border:1px solid var(--global-gray-500);margin-top:1.2em;margin-bottom:1.2em}.affwp-form fieldset{padding:0}legend{font-weight:bold}button,.button,.wp-block-button__link,.wp-element-button,input[type=button],input[type=reset],input[type=submit]{border-radius:3px;background:var(--global-palette-btn-bg);color:var(--global-palette-btn);padding:.4em 1em;border:0;font-size:1.125rem;line-height:1.6;display:inline-block;font-family:inherit;cursor:pointer;text-decoration:none;transition:all .2s ease;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}button:visited,.button:visited,.wp-block-button__link:visited,.wp-element-button:visited,input[type=button]:visited,input[type=reset]:visited,input[type=submit]:visited{background:var(--global-palette-btn-bg);color:var(--global-palette-btn)}button:hover,button:focus,button:active,.button:hover,.button:focus,.button:active,.wp-block-button__link:hover,.wp-block-button__link:focus,.wp-block-button__link:active,.wp-element-button:hover,.wp-element-button:focus,.wp-element-button:active,input[type=button]:hover,input[type=button]:focus,input[type=button]:active,input[type=reset]:hover,input[type=reset]:focus,input[type=reset]:active,input[type=submit]:hover,input[type=submit]:focus,input[type=submit]:active{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}button:disabled,button.disabled,.button:disabled,.button.disabled,.wp-block-button__link:disabled,.wp-block-button__link.disabled,.wp-element-button:disabled,.wp-element-button.disabled,input[type=button]:disabled,input[type=button].disabled,input[type=reset]:disabled,input[type=reset].disabled,input[type=submit]:disabled,input[type=submit].disabled{cursor:not-allowed;opacity:.5}.elementor-button-wrapper .elementor-button{background-color:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus,.elementor-button-wrapper .elementor-button:active{color:var(--global-palette-btn-hover);background-color:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}.button.button-size-small{font-size:80%;padding:.3em .7em}.button.button-size-large{font-size:110%;padding:.6em 1.2em}.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button{padding:.4em 1em}.button.button-style-outline,.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button,.button.kb-btn-global-outline{border:2px solid currentColor}.button.button-style-outline:hover,.button.button-style-outline:focus,.button.button-style-outline:active,.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:active,.wp-block-button.is-style-outline .wp-element-button:hover,.wp-block-button.is-style-outline .wp-element-button:focus,.wp-block-button.is-style-outline .wp-element-button:active,.button.kb-btn-global-outline:hover,.button.kb-btn-global-outline:focus,.button.kb-btn-global-outline:active{border:2px solid currentColor;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),.wp-block-button.is-style-outline .wp-element-button:not(.has-background),.button.button-style-outline:not(.has-background),.button.kb-btn-global-outline:not(.has-background){background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):active,.button.button-style-outline:not(.has-background):hover,.button.button-style-outline:not(.has-background):focus,.button.button-style-outline:not(.has-background):active,.button.kb-btn-global-outline:not(.has-background):hover,.button.kb-btn-global-outline:not(.has-background):focus,.button.kb-btn-global-outline:not(.has-background):active{background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color),.button-style-outline:not(.has-text-color),.kb-btn-global-outline:not(.has-text-color){color:var(--global-palette-btn-out, var(--global-palette-btn-bg))}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):visited,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):visited,.button-style-outline:not(.has-text-color):visited,.kb-btn-global-outline:not(.has-text-color):visited{color:var(--global-palette-btn-out, var(--global-palette-btn-bg))}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):active,.button-style-outline:not(.has-text-color):hover,.button-style-outline:not(.has-text-color):focus,.button-style-outline:not(.has-text-color):active,.kb-btn-global-outline:not(.has-text-color):hover,.kb-btn-global-outline:not(.has-text-color):focus,.kb-btn-global-outline:not(.has-text-color):active{color:var(--global-palette-btn-out-hover, var(--global-palette-btn-bg-hover))}button.button-style-secondary,.button.button-style-secondary,.wp-block-button__link.button-style-secondary,.wp-element-button.button-style-secondary,input[type=button].button-style-secondary,input[type=reset].button-style-secondary,input[type=submit].button-style-secondary{background:var(--global-palette-btn-sec-bg);color:var(--global-palette-btn-sec)}button.button-style-secondary:visited,.button.button-style-secondary:visited,.wp-block-button__link.button-style-secondary:visited,.wp-element-button.button-style-secondary:visited,input[type=button].button-style-secondary:visited,input[type=reset].button-style-secondary:visited,input[type=submit].button-style-secondary:visited{background:var(--global-palette-btn-sec-bg);color:var(--global-palette-btn-sec)}button.button-style-secondary:hover,button.button-style-secondary:focus,button.button-style-secondary:active,.button.button-style-secondary:hover,.button.button-style-secondary:focus,.button.button-style-secondary:active,.wp-block-button__link.button-style-secondary:hover,.wp-block-button__link.button-style-secondary:focus,.wp-block-button__link.button-style-secondary:active,.wp-element-button.button-style-secondary:hover,.wp-element-button.button-style-secondary:focus,.wp-element-button.button-style-secondary:active,input[type=button].button-style-secondary:hover,input[type=button].button-style-secondary:focus,input[type=button].button-style-secondary:active,input[type=reset].button-style-secondary:hover,input[type=reset].button-style-secondary:focus,input[type=reset].button-style-secondary:active,input[type=submit].button-style-secondary:hover,input[type=submit].button-style-secondary:focus,input[type=submit].button-style-secondary:active{color:var(--global-palette-btn-sec-hover);background:var(--global-palette-btn-sec-bg-hover)}.kadence-svg-iconset{display:inline-flex;align-self:center}.kadence-svg-iconset svg{height:1em;width:1em}.kadence-svg-iconset.svg-baseline svg{top:.125em;position:relative}body.social-brand-colors .social-show-brand-until .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always .social-button:not(.ignore-brand):not(.skip):not(.ignore){color:#fff}body.social-brand-colors .social-show-brand-until.social-style-outline .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore){border-color:currentColor}:root .has-theme-palette-1-background-color,:root .has-theme-palette1-background-color{background-color:var(--global-palette1)}:root .has-theme-palette-1-color,:root .has-theme-palette1-color{color:var(--global-palette1)}:root .has-theme-palette-2-background-color,:root .has-theme-palette2-background-color{background-color:var(--global-palette2)}:root .has-theme-palette-2-color,:root .has-theme-palette2-color{color:var(--global-palette2)}:root .has-theme-palette-3-background-color,:root .has-theme-palette3-background-color{background-color:var(--global-palette3)}:root .has-theme-palette-3-color,:root .has-theme-palette3-color{color:var(--global-palette3)}:root .has-theme-palette-4-background-color,:root .has-theme-palette4-background-color{background-color:var(--global-palette4)}:root .has-theme-palette-4-color,:root .has-theme-palette4-color{color:var(--global-palette4)}:root .has-theme-palette-5-background-color,:root .has-theme-palette5-background-color{background-color:var(--global-palette5)}:root .has-theme-palette-5-color,:root .has-theme-palette5-color{color:var(--global-palette5)}:root .has-theme-palette-6-background-color,:root .has-theme-palette6-background-color{background-color:var(--global-palette6)}:root .has-theme-palette-6-color,:root .has-theme-palette6-color{color:var(--global-palette6)}:root .has-theme-palette-7-background-color,:root .has-theme-palette7-background-color{background-color:var(--global-palette7)}:root .has-theme-palette-7-color,:root .has-theme-palette7-color{color:var(--global-palette7)}:root .has-theme-palette-8-background-color,:root .has-theme-palette8-background-color{background-color:var(--global-palette8)}:root .has-theme-palette-8-color,:root .has-theme-palette8-color{color:var(--global-palette8)}:root .has-theme-palette-9-background-color,:root .has-theme-palette9-background-color{background-color:var(--global-palette9)}:root .has-theme-palette-9-color,:root .has-theme-palette9-color{color:var(--global-palette9)}:root .has-theme-palette-10-background-color,:root .has-theme-palette10-background-color{background-color:var(--global-palette10)}:root .has-theme-palette-10-color,:root .has-theme-palette10-color{color:var(--global-palette10)}:root .has-theme-palette-11-background-color,:root .has-theme-palette11-background-color{background-color:var(--global-palette11)}:root .has-theme-palette-11-color,:root .has-theme-palette11-color{color:var(--global-palette11)}:root .has-theme-palette-12-background-color,:root .has-theme-palette12-background-color{background-color:var(--global-palette12)}:root .has-theme-palette-12-color,:root .has-theme-palette12-color{color:var(--global-palette12)}:root .has-theme-palette-13-background-color,:root .has-theme-palette13-background-color{background-color:var(--global-palette13)}:root .has-theme-palette-13-color,:root .has-theme-palette13-color{color:var(--global-palette13)}:root .has-theme-palette-14-background-color,:root .has-theme-palette14-background-color{background-color:var(--global-palette14)}:root .has-theme-palette-14-color,:root .has-theme-palette14-color{color:var(--global-palette14)}:root .has-theme-palette-15-background-color,:root .has-theme-palette15-background-color{background-color:var(--global-palette15)}:root .has-theme-palette-15-color,:root .has-theme-palette15-color{color:var(--global-palette15)}.kt-clear{*zoom:1}.kt-clear::before,.kt-clear::after{content:" ";display:table}.kt-clear::after{clear:both}#wpadminbar{position:fixed !important}.content-area{margin:var(--global-xxl-spacing) 0}.entry-content{word-break:break-word}.entry-content table{word-break:normal}.body{overflow-x:hidden}.scroll a *,a.scroll *{pointer-events:none}.content-width-fullwidth .content-container.site-container{max-width:none;padding:0}.content-width-fullwidth .content-area,.content-vertical-padding-hide .content-area{margin-top:0;margin-bottom:0}.content-vertical-padding-top .content-area{margin-bottom:0}.content-vertical-padding-bottom .content-area{margin-top:0}.site-container,.site-header-row-layout-contained,.site-footer-row-layout-contained,.entry-hero-layout-contained,.alignfull>.wp-block-cover__inner-container,.alignwide>.wp-block-cover__inner-container{margin:0 auto;padding:0 var(--global-content-edge-padding)}.kt-row-layout-inner>.kb-theme-content-width,.kt-row-layout-inner.kt-row-has-bg>.kb-theme-content-width{padding-left:var(--global-content-edge-padding);padding-right:var(--global-content-edge-padding)}.content-bg{background:#fff}.content-style-unboxed .entry:not(.loop-entry)>.entry-content-wrap{padding:0}.content-style-unboxed .content-bg:not(.loop-entry){background:rgba(0,0,0,0)}.content-style-unboxed .entry:not(.loop-entry){box-shadow:none;border-radius:0}@media screen and (min-width: 1025px){.has-sidebar .content-container{display:grid;grid-template-columns:5fr 2fr;grid-gap:var(--global-xl-spacing);justify-content:center}#secondary{grid-column:2;grid-row:1;min-width:0}.has-left-sidebar .content-container{grid-template-columns:2fr 5fr}.has-left-sidebar #main{grid-column:2;grid-row:1}.has-left-sidebar #secondary{grid-column:1;grid-row:1}.has-sidebar .wp-site-blocks .content-container .alignwide,.has-sidebar .wp-site-blocks .content-container .alignfull{width:unset;max-width:unset;margin-left:0;margin-right:0}.has-sidebar .content-container .kadence-thumbnail-position-behind.alignwide{margin-left:-10px;margin-right:-10px}}#kt-scroll-up-reader,#kt-scroll-up{position:fixed;transform:translateY(40px);transition:all .2s ease;opacity:0;z-index:1000;display:flex;cursor:pointer}#kt-scroll-up-reader *,#kt-scroll-up *{pointer-events:none}#kt-scroll-up-reader.scroll-up-style-outline,#kt-scroll-up.scroll-up-style-outline{background:rgba(0,0,0,0)}.scroll-up-style-filled{color:var(--global-palette9);background:var(--global-palette4)}.scroll-up-style-filled:hover{color:var(--global-palette9)}.scroll-up-style-outline,.scroll-up-wrap.scroll-up-style-outline{border-width:2px;border-style:solid;border-color:currentColor;color:var(--global-palette4)}.scroll-up-style-outline:hover{color:var(--global-palette5)}#kt-scroll-up.scroll-visible{transform:translateY(0px);opacity:1}#kt-scroll-up-reader{transform:translateY(0px);transition:all 0s ease}#kt-scroll-up-reader:not(:focus){clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;overflow:hidden;word-wrap:normal !important}#kt-scroll-up-reader:focus{transform:translateY(0px);opacity:1;box-shadow:none;z-index:1001}@media screen and (max-width: 719px){.vs-sm-false{display:none !important}}@media screen and (min-width: 720px)and (max-width: 1024px){.vs-md-false{display:none !important}}@media screen and (min-width: 1025px){.vs-lg-false{display:none !important}}body.logged-in .vs-logged-in-false{display:none !important}body:not(.logged-in) .vs-logged-out-false{display:none !important}.infinite-scroll .posts-navigation,.infinite-scroll .pagination,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}#wrapper{overflow:hidden;overflow:clip}.kadence-scrollbar-fixer{margin-right:var(--scrollbar-offset, unset)}.kadence-scrollbar-fixer .item-is-fixed{right:var(--scrollbar-offset, 0)}.alignleft{float:left;margin-right:var(--global-md-spacing)}.alignright{float:right;margin-left:var(--global-md-spacing)}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;text-align:center}body.footer-on-bottom #wrapper{min-height:100vh;display:flex;flex-direction:column}body.footer-on-bottom.admin-bar #wrapper{min-height:calc(100vh - 32px)}body.footer-on-bottom #inner-wrap{flex:1 0 auto}.kadence-pro-fixed-item>.kadence-element-wrap>p:first-child:last-child,.kadence-pro-fixed-item>p:first-child:last-child{margin:0}