@charset "UTF-8";
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Lato:wght@300;400;700&display=swap");
.nb-wrap {
--nb-accent: #c0392b;
--nb-gold:   #d4a017;
--nb-dark:   #1a0a00;
--nb-warm:   #fdf6ee;
--nb-text:   #2a1a00;
font-family: 'Lato', sans-serif;
max-width: 1100px;
margin: 0 auto;
padding: 0 16px 48px;
color: var(--nb-text);
} .nb-header {
text-align: center;
margin-bottom: 44px;
padding: 40px 20px 32px;
background: linear-gradient(160deg, #1a0a00 0%, #2e1000 60%, #1a0800 100%);
border-radius: 20px;
position: relative;
}
.nb-note-deko {
font-size: 2rem;
margin-bottom: 12px;
animation: nbFloat 3s ease-in-out infinite;
}
@keyframes nbFloat {
0%,100% { transform: translateY(0); }
50%      { transform: translateY(-6px); }
}
.nb-titel {
font-family: 'Cinzel', serif;
font-size: clamp(1.5rem, 4vw, 2.3rem);
font-weight: 700;
color: #f5d78e;
margin: 0 0 10px;
letter-spacing: 0.04em;
text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.nb-untertitel {
font-size: 0.9rem;
color: rgba(245,215,142,0.55);
margin: 0;
letter-spacing: 0.05em;
font-style: italic;
}
.nb-wavy {
margin-top: 20px;
height: 3px;
background: linear-gradient(to right, transparent, var(--nb-gold), var(--nb-accent), var(--nb-gold), transparent);
border-radius: 2px;
} .nb-stats-box {
display: flex;
align-items: center;
justify-content: center;
gap: 36px;
background: linear-gradient(135deg, #1a0800 0%, #2a1200 100%);
border: 1px solid rgba(212,160,23,0.3);
border-radius: 16px;
padding: 28px 36px;
max-width: 580px;
margin: 0 auto 40px;
box-shadow: 0 8px 32px rgba(0,0,0,0.2), inset 0 1px 0 rgba(212,160,23,0.1);
}
.nb-avg-block { text-align: center; flex-shrink: 0; }
.nb-avg-zahl {
display: block;
font-family: 'Cinzel', serif;
font-size: 3.8rem;
font-weight: 700;
color: #f5d78e;
line-height: 1;
}
.nb-avg-sterne { margin: 6px 0 4px; }
.nb-s { font-style: normal; }
.nb-s.on  { color: var(--nb-gold); font-size: 1.2rem; }
.nb-s.off { color: rgba(255,255,255,0.15); font-size: 1.2rem; }
.nb-avg-count {
font-size: 0.7rem;
color: rgba(245,215,142,0.45);
text-transform: uppercase;
letter-spacing: 0.1em;
}
.nb-balken-block { flex: 1; min-width: 160px; }
.nb-brow {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 5px;
font-size: 0.73rem;
color: rgba(245,215,142,0.5);
}
.nb-bbg {
flex: 1;
height: 5px;
background: rgba(255,255,255,0.08);
border-radius: 10px;
}
.nb-bfill {
height: 100%;
background: linear-gradient(to right, var(--nb-accent), var(--nb-gold));
border-radius: 10px;
transition: width 1s ease;
} .nb-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
margin-bottom: 28px;
} .nb-card {
background: var(--nb-warm);
border-radius: 14px;
padding: 22px;
border-top: 3px solid var(--nb-accent);
box-shadow: 0 3px 16px rgba(0,0,0,0.07);
transition: transform 0.2s, box-shadow 0.2s;
position: relative;
animation: nbIn 0.45s ease both;
}
@keyframes nbIn {
from { opacity: 0; transform: translateY(14px); }
to   { opacity: 1; transform: translateY(0); }
}
.nb-card:hover {
transform: translateY(-4px);
box-shadow: 0 10px 28px rgba(192,57,43,0.12);
}
.nb-card-top {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 12px;
}
.nb-avatar {
width: 44px;
height: 44px;
border-radius: 50%;
background: linear-gradient(135deg, var(--nb-accent), #8b0000);
color: #fff;
font-family: 'Cinzel', serif;
font-size: 1.2rem;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 2px 8px rgba(192,57,43,0.3);
}
.nb-meta { flex: 1; min-width: 0; }
.nb-meta strong {
display: block;
font-family: 'Cinzel', serif;
font-size: 0.88rem;
font-weight: 600;
color: var(--nb-text);
}
.nb-anlass {
display: inline-block;
font-size: 0.72rem;
color: var(--nb-accent);
font-weight: 700;
margin-top: 3px;
letter-spacing: 0.03em;
}
.nb-sterne { flex-shrink: 0; }
.nb-sterne .nb-s { font-size: 0.95rem; }
.nb-text {
font-size: 0.87rem;
line-height: 1.7;
color: #3a2010;
margin: 0 0 12px;
}
.nb-card-footer {
display: flex;
justify-content: space-between;
align-items: center;
}
.nb-datum { font-size: 0.72rem; color: #bbb; }
.nb-deko-note {
color: rgba(192,57,43,0.2);
font-size: 1.8rem;
line-height: 1;
} .nb-mehr-wrap { text-align: center; margin: 8px 0 36px; }
.nb-mehr-btn {
display: inline-block;
padding: 12px 32px;
border: 2px solid var(--nb-accent);
color: var(--nb-accent);
background: transparent;
border-radius: 30px;
font-family: 'Lato', sans-serif;
font-size: 0.9rem;
font-weight: 700;
letter-spacing: 0.04em;
cursor: pointer;
transition: all 0.25s;
}
.nb-mehr-btn:hover {
background: var(--nb-accent);
color: #fff;
box-shadow: 0 4px 16px rgba(192,57,43,0.3);
}
.nb-leer { text-align: center; padding: 40px; color: #888; }
.nb-leer span { font-size: 2.5rem; display: block; margin-bottom: 10px; } .nb-form-outer { max-width: 580px; margin: 0 auto; }
.nb-form-toggle {
display: block;
width: 100%;
padding: 15px;
background: linear-gradient(135deg, var(--nb-accent), #8b0000);
color: #fff;
border: none;
border-radius: 10px;
font-family: 'Cinzel', serif;
font-size: 0.95rem;
font-weight: 600;
letter-spacing: 0.06em;
cursor: pointer;
margin-bottom: 20px;
transition: opacity 0.2s;
box-shadow: 0 4px 18px rgba(192,57,43,0.35);
}
.nb-form-toggle:hover { opacity: 0.88; }
.nb-form-box {
background: var(--nb-warm);
border-radius: 16px;
padding: 30px 26px;
border: 1px solid rgba(192,57,43,0.15);
box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.nb-form-header {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 22px;
}
.nb-form-header h3 {
font-family: 'Cinzel', serif;
font-size: 1.15rem;
font-weight: 700;
color: var(--nb-accent);
margin: 0;
letter-spacing: 0.06em;
}
.nb-form-header span { font-size: 1.1rem; }
.nb-field { margin-bottom: 16px; }
.nb-field label {
display: block;
font-size: 0.78rem;
font-weight: 700;
color: #555;
letter-spacing: 0.06em;
text-transform: uppercase;
margin-bottom: 5px;
}
.nb-field input[type="text"],
.nb-field select,
.nb-field textarea {
width: 100%;
padding: 11px 14px;
border: 1px solid #e0d4c8;
border-radius: 8px;
font-size: 0.9rem;
font-family: 'Lato', sans-serif;
background: #fff;
color: var(--nb-text);
transition: border-color 0.2s;
box-sizing: border-box;
}
.nb-field input:focus,
.nb-field select:focus,
.nb-field textarea:focus {
border-color: var(--nb-accent);
outline: none;
box-shadow: 0 0 0 3px rgba(192,57,43,0.1);
}
.nb-stern-auswahl { display: flex; gap: 8px; margin: 4px 0; }
.nb-stern-btn {
font-size: 2rem;
color: #ddd;
cursor: pointer;
transition: color 0.15s, transform 0.15s;
user-select: none;
line-height: 1;
}
.nb-stern-btn:hover,
.nb-stern-btn.aktiv { color: var(--nb-gold); transform: scale(1.15); }
.nb-stern-hint { font-size: 0.77rem; color: #aaa; }
.nb-zaehler { display: block; text-align: right; font-size: 0.73rem; color: #ccc; margin-top: 3px; }
.nb-dsgvo-label {
display: flex !important;
align-items: flex-start;
gap: 10px;
font-size: 0.78rem !important;
font-weight: 400 !important;
text-transform: none !important;
letter-spacing: 0 !important;
color: #666 !important;
line-height: 1.5;
padding: 12px;
background: #fff;
border: 1px solid #eed8c0;
border-radius: 8px;
cursor: pointer;
}
.nb-dsgvo-label input { flex-shrink: 0; margin-top: 2px; accent-color: var(--nb-accent); }
.nb-dsgvo-label a { color: var(--nb-accent); }
.nb-submit {
width: 100%;
padding: 14px;
background: linear-gradient(135deg, var(--nb-accent), #8b0000);
color: #fff;
border: none;
border-radius: 8px;
font-family: 'Cinzel', serif;
font-size: 1rem;
font-weight: 600;
letter-spacing: 0.06em;
cursor: pointer;
margin-top: 8px;
transition: opacity 0.2s, transform 0.2s;
box-shadow: 0 4px 16px rgba(192,57,43,0.3);
}
.nb-submit:hover { opacity: 0.88; transform: translateY(-1px); }
.nb-danke {
background: #fff3cd;
color: #856404;
padding: 16px;
border-radius: 10px;
font-weight: 700;
font-size: 0.95rem;
text-align: center;
margin-bottom: 16px;
border: 1px solid #ffc107;
} @media (max-width: 600px) {
.nb-header { padding: 28px 16px 24px; border-radius: 14px; }
.nb-stats-box { flex-direction: column; gap: 20px; padding: 22px 16px; }
.nb-grid { grid-template-columns: 1fr; }
.nb-form-box { padding: 20px 14px; }
}.nwak-banner,
.nwak-banner *,
.nwak-inline,
.nwak-inline *,
.nwak-btn-only {
box-sizing: border-box !important;
}
.nwak-banner {
max-width: 100% !important;
width: 100% !important;
} .nwak-banner .nwak-banner,
.nwak-banner {
border-radius: 16px !important;
margin: 28px 0 !important;
padding: 0 !important;
overflow: hidden !important;
font-family: 'Segoe UI', sans-serif !important;
box-shadow: 0 8px 32px rgba(0,0,0,0.25) !important;
position: relative !important;
}
.nwak-banner .nwak-banner-inner,
.nwak-banner-inner {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
gap: 14px !important;
padding: 32px 28px !important;
flex-wrap: nowrap !important;
width: 100% !important;
max-width: 100% !important;
} .nwak-style-dark .nwak-style-dark,
.nwak-style-dark {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%) !important;
border: 1px solid rgba(37,211,102,0.2) !important;
}
.nwak-style-dark .nwak-banner-inner::before {
content: '' !important;
position: absolute !important;
top: -60px !important;
left: 50% !important;
transform: translateX(-50%) !important;
width: 220px !important;
height: 220px !important;
background: radial-gradient(circle, rgba(37,211,102,0.14) 0%, transparent 70%) !important;
pointer-events: none !important;
}
.nwak-style-dark .nwak-title,
.nwak-style-dark .nwak-title {
color: #ffffff !important;
-webkit-text-fill-color: #ffffff !important;
}
.nwak-style-dark .nwak-desc,
.nwak-style-dark .nwak-desc {
color: rgba(255,255,255,0.75) !important;
-webkit-text-fill-color: rgba(255,255,255,0.75) !important;
}
.nwak-style-dark .nwak-subs,
.nwak-style-dark .nwak-subs {
color: #25D366 !important;
-webkit-text-fill-color: #25D366 !important;
}
.nwak-style-dark .nwak-hint,
.nwak-style-dark .nwak-hint {
color: rgba(255,255,255,0.5) !important;
-webkit-text-fill-color: rgba(255,255,255,0.5) !important;
}
.nwak-style-dark .nwak-badge-label,
.nwak-style-dark .nwak-badge-label {
color: #25D366 !important;
-webkit-text-fill-color: #25D366 !important;
} .nwak-style-green .nwak-style-green,
.nwak-style-green {
background: linear-gradient(135deg, #075E54 0%, #128C7E 60%, #25D366 100%) !important;
border: none !important;
}
.nwak-style-green .nwak-title { color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }
.nwak-style-green .nwak-desc  { color: rgba(255,255,255,0.85) !important; -webkit-text-fill-color: rgba(255,255,255,0.85) !important; }
.nwak-style-green .nwak-subs  { color: #dcf8c6 !important; -webkit-text-fill-color: #dcf8c6 !important; }
.nwak-style-green .nwak-hint  { color: rgba(255,255,255,0.65) !important; -webkit-text-fill-color: rgba(255,255,255,0.65) !important; }
.nwak-style-green .nwak-badge-label { color: #dcf8c6 !important; -webkit-text-fill-color: #dcf8c6 !important; }
.nwak-style-green .nwak-logo-svg path { fill: #ffffff !important; } .nwak-style-light .nwak-style-light,
.nwak-style-light {
background: #f0fdf4 !important;
border: 2px solid #25D366 !important;
}
.nwak-style-light .nwak-title { color: #1a1a1a !important; -webkit-text-fill-color: #1a1a1a !important; }
.nwak-style-light .nwak-desc  { color: #444 !important; -webkit-text-fill-color: #444 !important; }
.nwak-style-light .nwak-subs  { color: #075E54 !important; -webkit-text-fill-color: #075E54 !important; }
.nwak-style-light .nwak-hint  { color: #888 !important; -webkit-text-fill-color: #888 !important; }
.nwak-style-light .nwak-badge-label { color: #075E54 !important; -webkit-text-fill-color: #075E54 !important; }
.nwak-style-light .nwak-cta-btn { background: #25D366 !important; color: #fff !important; -webkit-text-fill-color: #fff !important; }
.nwak-style-light .nwak-cta-btn:hover { background: #128C7E !important; } .nwak-banner .nwak-logo-wrap,
.nwak-logo-wrap {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
gap: 6px !important;
flex-shrink: 0 !important;
padding-top: 0 !important;
}
.nwak-banner .nwak-logo-svg,
.nwak-logo-svg {
width: 64px !important;
height: 64px !important;
filter: drop-shadow(0 4px 12px rgba(37,211,102,0.4)) !important;
animation: nwak-pulse-icon 2.5s ease-in-out infinite !important;
}
.nwak-style-dark .nwak-logo-svg path,
.nwak-style-dark .nwak-logo-svg path { fill: #25D366 !important; }
.nwak-banner .nwak-badge-label,
.nwak-badge-label {
font-size: 9px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 0.8px !important;
white-space: nowrap !important;
} .nwak-banner .nwak-text-block,
.nwak-text-block {
flex: 1 !important;
min-width: 0 !important;
width: 100% !important;
max-width: 480px !important;
margin: 0 auto !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
text-align: center !important;
}
.nwak-banner .nwak-title,
.nwak-title {
margin: 0 0 6px !important;
font-size: 19px !important;
font-weight: 700 !important;
line-height: 1.3 !important;
overflow-wrap: break-word !important;
word-break: break-word !important;
max-width: 100% !important;
text-align: center !important;
}
.nwak-banner .nwak-desc,
.nwak-desc {
margin: 0 0 14px !important;
font-size: 13.5px !important;
line-height: 1.55 !important;
overflow-wrap: break-word !important;
word-break: break-word !important;
max-width: 100% !important;
text-align: center !important;
}
.nwak-banner .nwak-subs,
.nwak-subs {
font-size: 12px !important;
font-weight: 600 !important;
margin-bottom: 10px !important;
text-align: center !important;
} .nwak-banner .nwak-cta-block,
.nwak-cta-block {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
gap: 8px !important;
width: 100% !important;
}
.nwak-banner .nwak-cta-btn,
.nwak-cta-btn {
display: inline-block !important;
background: #25D366 !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 14px !important;
font-weight: 700 !important;
padding: 13px 30px !important;
border-radius: 50px !important;
text-decoration: none !important;
white-space: normal !important;
overflow-wrap: break-word !important;
word-break: break-word !important;
max-width: 100% !important;
width: 100% !important;
box-sizing: border-box !important;
text-align: center !important;
transition: background 0.25s, transform 0.2s, box-shadow 0.25s !important;
box-shadow: 0 4px 16px rgba(37,211,102,0.35) !important;
border: none !important;
}
.nwak-banner .nwak-cta-btn:hover,
.nwak-cta-btn:hover {
background: #128C7E !important;
transform: translateY(-2px) !important;
box-shadow: 0 8px 24px rgba(37,211,102,0.45) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-decoration: none !important;
}
.nwak-banner .nwak-hint,
.nwak-hint {
font-size: 11px !important;
text-align: center !important;
overflow-wrap: break-word !important;
word-break: break-word !important;
max-width: 100% !important;
} .nwak-inline .nwak-inline,
.nwak-inline {
display: flex !important;
align-items: center !important;
gap: 12px !important;
background: #1a1a2e !important;
border-left: 4px solid #25D366 !important;
border-radius: 8px !important;
padding: 14px 18px !important;
margin: 20px 0 !important;
flex-wrap: wrap !important;
}
.nwak-inline .nwak-inline-icon { flex-shrink: 0 !important; display: flex !important; }
.nwak-inline .nwak-inline-text {
flex: 1 !important;
font-size: 13px !important;
color: rgba(255,255,255,0.85) !important;
-webkit-text-fill-color: rgba(255,255,255,0.85) !important;
min-width: 120px !important;
max-width: 100% !important;
overflow-wrap: break-word !important;
word-break: break-word !important;
box-sizing: border-box !important;
}
.nwak-inline .nwak-inline-btn {
background: #25D366 !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
padding: 8px 18px !important;
border-radius: 50px !important;
font-size: 13px !important;
font-weight: 700 !important;
text-decoration: none !important;
white-space: normal !important;
overflow-wrap: break-word !important;
word-break: break-word !important;
max-width: 100% !important;
text-align: center !important;
border: none !important;
transition: background 0.2s !important;
}
.nwak-inline .nwak-inline-btn:hover {
background: #128C7E !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-decoration: none !important;
} a.nwak-btn-only,
.nwak-btn-only {
display: inline-block !important;
background: #25D366 !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
padding: 12px 26px !important;
border-radius: 50px !important;
font-size: 15px !important;
font-weight: 700 !important;
text-decoration: none !important;
white-space: normal !important;
overflow-wrap: break-word !important;
word-break: break-word !important;
max-width: 100% !important;
text-align: center !important;
border: none !important;
box-shadow: 0 4px 16px rgba(37,211,102,0.35) !important;
transition: background 0.2s, transform 0.2s !important;
}
a.nwak-btn-only:hover { background: #128C7E !important; transform: translateY(-2px) !important; } .nwak-float {
position: fixed !important;
z-index: 99999 !important;
background: #25D366 !important;
border-radius: 50% !important;
width: 58px !important;
height: 58px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
box-shadow: 0 6px 24px rgba(37,211,102,0.5) !important;
text-decoration: none !important;
transition: transform 0.25s !important;
}
.nwak-float:hover { transform: scale(1.1) !important; }
.nwak-float-bottom-right { bottom: 24px !important; right: 24px !important; }
.nwak-float-bottom-left  { bottom: 24px !important; left: 24px !important; }
.nwak-float-pulse {
position: absolute !important;
width: 58px !important;
height: 58px !important;
border-radius: 50% !important;
background: rgba(37,211,102,0.4) !important;
animation: nwak-pulse-ring 2s ease-out infinite !important;
pointer-events: none !important;
} @keyframes nwak-pulse-ring {
0%   { transform: scale(1);   opacity: 0.8; }
70%  { transform: scale(1.5); opacity: 0; }
100% { transform: scale(1.5); opacity: 0; }
}
@keyframes nwak-pulse-icon {
0%,100% { transform: scale(1); }
50%      { transform: scale(1.06); }
}   @media (max-width: 600px) {
.nwak-banner-inner { padding: 26px 20px !important; gap: 12px !important; }
} @media (max-width: 480px) {
.nwak-banner { margin: 20px 0 !important; }
.nwak-banner-inner { padding: 22px 16px !important; gap: 12px !important; }
.nwak-logo-svg { width: 52px !important; height: 52px !important; }
.nwak-title { font-size: 17px !important; }
.nwak-desc  { font-size: 13px !important; }
.nwak-cta-btn { font-size: 13px !important; padding: 12px 18px !important; }
.nwak-float { width: 50px !important; height: 50px !important; }
.nwak-float svg { width: 25px !important; height: 25px !important; }
} @media (max-width: 360px) {
.nwak-banner-inner { padding: 18px 14px !important; gap: 10px !important; }
.nwak-logo-svg { width: 44px !important; height: 44px !important; }
.nwak-badge-label { font-size: 8px !important; white-space: normal !important; }
.nwak-title { font-size: 16px !important; }
.nwak-desc  { font-size: 12.5px !important; }
.nwak-cta-btn { font-size: 12.5px !important; padding: 11px 14px !important; }
} @media (max-width: 600px) {
.nwak-inline {
flex-direction: column !important;
text-align: center !important;
align-items: stretch !important;
}
.nwak-inline-icon { justify-content: center !important; }
.nwak-inline-text { text-align: center !important; min-width: 0 !important; }
.nwak-inline-btn {
width: 100% !important;
box-sizing: border-box !important;
text-align: center !important;
}
}@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;600;700;800&family=DM+Sans:wght@400;500&display=swap");
:root {
--sp-accent:      #f5c842 !important;
--sp-accent-dark: #d4a800 !important;
--sp-surface:     #1a1a1a !important;
--sp-border:      #2a2a2a !important;
--sp-text:        #f0f0f0 !important;
--sp-muted:       #888 !important;
--sp-success:     #3ecf8e !important;
--sp-error:       #f87171 !important;
--sp-radius:      14px !important;
--sp-transition:  0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
} .sp-poll-wrap {
background: var(--sp-surface) !important;
background-color: #1a1a1a !important;
border: 1px solid var(--sp-border) !important;
border-radius: 20px !important;
padding: 36px !important;
max-width: 560px !important;
margin: 32px auto !important;
font-family: 'DM Sans', sans-serif !important;
color: var(--sp-text) !important;
box-shadow: 0 0 0 1px #ffffff08, 0 12px 50px rgba(0,0,0,0.55) !important;
position: relative !important;
overflow: hidden !important;
}
.sp-poll-wrap::before,
.sp-poll-wrap::after {
content: '' !important;
position: absolute !important;
pointer-events: none !important;
}
.sp-poll-wrap::before {
top: -70px; right: -70px !important;
width: 220px; height: 220px !important;
background: radial-gradient(circle, rgba(245,200,66,0.13) 0%, transparent 70%) !important;
}
.sp-poll-wrap::after {
bottom: -60px; left: -60px !important;
width: 180px; height: 180px !important;
background: radial-gradient(circle, rgba(62,207,142,0.07) 0%, transparent 70%) !important;
} .sp-poll-badge {
display: inline-block !important;
background: rgba(245,200,66,0.12) !important;
background-color: rgba(245,200,66,0.12) !important;
color: var(--sp-accent) !important;
-webkit-text-fill-color: #f5c842 !important;
border: 1px solid rgba(245,200,66,0.25) !important;
border-radius: 30px !important;
padding: 4px 14px !important;
font-size: 0.78rem !important;
font-weight: 600 !important;
letter-spacing: 0.05em !important;
text-transform: uppercase !important;
margin-bottom: 16px !important;
} .sp-poll-wrap .sp-question {
font-family: 'Bricolage Grotesque', sans-serif !important;
font-size: 1.5rem !important;
font-weight: 800 !important;
line-height: 1.3 !important;
margin: 0 0 24px 0 !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
letter-spacing: -0.02em !important;
} .sp-poll-form {
display: flex !important;
flex-direction: column !important;
gap: 10px !important;
} .sp-poll-wrap .sp-option {
display: flex !important;
align-items: center !important;
gap: 14px !important;
padding: 14px 18px !important;
background: #111 !important;
background-color: #111 !important;
border: 1.5px solid var(--sp-border) !important;
border-radius: var(--sp-radius) !important;
cursor: pointer !important;
transition: border-color var(--sp-transition), background var(--sp-transition), transform var(--sp-transition) !important;
font-size: 0.97rem !important;
font-weight: 500 !important;
color: var(--sp-text) !important;
-webkit-text-fill-color: #f0f0f0 !important;
user-select: none !important;
margin: 0 !important;
}
.sp-poll-wrap .sp-option:hover {
border-color: var(--sp-accent) !important;
background: #1e1a06 !important;
background-color: #1e1a06 !important;
transform: translateX(3px) !important;
}
.sp-poll-wrap .sp-option input[type="radio"],
.sp-poll-wrap .sp-option input[type="checkbox"] {
appearance: none !important;
-webkit-appearance: none !important;
width: 20px !important; height: 20px !important; min-width: 20px !important;
border: 2px solid #444 !important;
border-radius: 50% !important;
background: transparent !important;
background-color: transparent !important;
cursor: pointer !important;
transition: border-color var(--sp-transition), background var(--sp-transition) !important;
position: relative !important;
flex-shrink: 0 !important;
margin: 0 !important;
}
.sp-poll-wrap .sp-option input[type="checkbox"] {
border-radius: 6px !important;
}
.sp-poll-wrap .sp-option input[type="radio"]:checked,
.sp-poll-wrap .sp-option input[type="checkbox"]:checked {
border-color: var(--sp-accent) !important;
background: var(--sp-accent) !important;
background-color: #f5c842 !important;
}
.sp-poll-wrap .sp-option input[type="radio"]:checked::after {
content: '' !important;
position: absolute !important;
top: 50%; left: 50% !important;
transform: translate(-50%,-50%) !important;
width: 7px; height: 7px !important;
background: #111 !important;
background-color: #111 !important;
border-radius: 50% !important;
}
.sp-poll-wrap .sp-option input[type="checkbox"]:checked::after {
content: '✓' !important;
position: absolute !important;
top: 50%; left: 50% !important;
transform: translate(-50%,-50%) !important;
font-size: 13px !important;
color: #111 !important;
-webkit-text-fill-color: #111 !important;
font-weight: 900 !important;
line-height: 1 !important;
}
.sp-poll-wrap .sp-option:has(input:checked) {
border-color: var(--sp-accent) !important;
background: #1e1a06 !important;
background-color: #1e1a06 !important;
} .sp-custom-answer {
margin-top: 4px !important;
display: flex !important;
flex-direction: column !important;
gap: 6px !important;
}
.sp-custom-answer label {
font-size: 0.82rem !important;
color: var(--sp-muted) !important;
-webkit-text-fill-color: #888 !important;
text-transform: uppercase !important;
letter-spacing: 0.06em !important;
}
.sp-custom-input {
padding: 12px 16px !important;
background: #111 !important;
background-color: #111 !important;
border: 1.5px solid var(--sp-border) !important;
border-radius: var(--sp-radius) !important;
color: var(--sp-text) !important;
-webkit-text-fill-color: #f0f0f0 !important;
font-size: 0.95rem !important;
font-family: 'DM Sans', sans-serif !important;
width: 100% !important;
box-sizing: border-box !important;
appearance: none !important;
margin: 0 !important;
}
.sp-custom-input::placeholder { color: #555 !important; }
.sp-custom-input:focus {
outline: none !important;
border-color: var(--sp-accent) !important;
box-shadow: 0 0 0 3px rgba(245,200,66,0.12) !important;
}
.sp-custom-row { display: flex !important; gap: 6px !important; margin-bottom: 6px !important; }
.sp-remove-custom-btn {
background: #2a2a2a !important;
background-color: #2a2a2a !important;
border: 1px solid #444 !important;
color: #aaa !important;
-webkit-text-fill-color: #aaa !important;
border-radius: 8px !important;
padding: 0 12px !important;
cursor: pointer !important;
font-size: 1rem !important;
margin: 0 !important;
}
.sp-add-custom-btn {
background: transparent !important;
background-color: transparent !important;
border: 1px dashed #444 !important;
color: #888 !important;
-webkit-text-fill-color: #888 !important;
border-radius: 8px !important;
padding: 8px 14px !important;
cursor: pointer !important;
font-size: 0.85rem !important;
text-align: left !important;
transition: color var(--sp-transition), border-color var(--sp-transition) !important;
margin: 0 !important;
}
.sp-add-custom-btn:hover {
color: var(--sp-accent) !important;
-webkit-text-fill-color: #f5c842 !important;
border-color: var(--sp-accent) !important;
} .sp-poll-wrap .sp-submit-btn {
margin-top: 8px !important;
background: var(--sp-accent) !important;
background-color: #f5c842 !important;
color: #111 !important;
-webkit-text-fill-color: #111 !important;
border: none !important;
border-radius: var(--sp-radius) !important;
padding: 15px 28px !important;
font-size: 1rem !important;
font-weight: 700 !important;
font-family: 'Bricolage Grotesque', sans-serif !important;
cursor: pointer !important;
transition: background var(--sp-transition), transform var(--sp-transition), box-shadow var(--sp-transition) !important;
width: 100% !important;
text-align: center !important;
appearance: none !important;
}
.sp-poll-wrap .sp-submit-btn:hover {
background: #ffe066 !important;
background-color: #ffe066 !important;
transform: translateY(-2px) !important;
box-shadow: 0 6px 24px rgba(245,200,66,0.35) !important;
}
.sp-poll-wrap .sp-submit-btn:disabled {
background: #333 !important;
background-color: #333 !important;
color: #666 !important;
-webkit-text-fill-color: #666 !important;
cursor: not-allowed !important;
transform: none !important;
box-shadow: none !important;
} .sp-message { margin-top: 8px !important; font-size: 0.88rem !important; min-height: 18px !important; }
.sp-message.error { color: var(--sp-error) !important; -webkit-text-fill-color: #f87171 !important; }
.sp-message.success { color: var(--sp-success) !important; -webkit-text-fill-color: #3ecf8e !important; } .sp-voted-notice,
.sp-inactive-notice {
display: flex !important;
align-items: center !important;
gap: 10px !important;
padding: 13px 16px !important;
border-radius: var(--sp-radius) !important;
margin-bottom: 20px !important;
font-size: 0.93rem !important;
font-weight: 500 !important;
}
.sp-voted-notice {
background: rgba(62,207,142,0.1) !important;
background-color: rgba(62,207,142,0.1) !important;
color: var(--sp-success) !important;
-webkit-text-fill-color: #3ecf8e !important;
border: 1px solid rgba(62,207,142,0.25) !important;
}
.sp-inactive-notice {
background: rgba(245,200,66,0.08) !important;
background-color: rgba(245,200,66,0.08) !important;
color: var(--sp-accent) !important;
-webkit-text-fill-color: #f5c842 !important;
border: 1px solid rgba(245,200,66,0.2) !important;
}
.sp-no-poll {
color: var(--sp-muted) !important;
-webkit-text-fill-color: #888 !important;
font-style: italic !important;
font-size: 0.9rem !important;
} .sp-results { margin-top: 4px !important; }
.sp-total {
font-size: 0.82rem !important;
color: var(--sp-muted) !important;
-webkit-text-fill-color: #888 !important;
margin: 0 0 18px 0 !important;
text-transform: uppercase !important;
letter-spacing: 0.06em !important;
}
.sp-total strong {
color: var(--sp-accent) !important;
-webkit-text-fill-color: #f5c842 !important;
}
.sp-result-row { margin-bottom: 14px !important; }
.sp-result-header {
display: flex !important;
justify-content: space-between !important;
align-items: baseline !important;
margin-bottom: 6px !important;
}
.sp-result-label {
font-size: 0.93rem !important;
color: var(--sp-text) !important;
-webkit-text-fill-color: #f0f0f0 !important;
font-weight: 500 !important;
}
.sp-result-pct {
font-size: 0.82rem !important;
color: var(--sp-muted) !important;
-webkit-text-fill-color: #888 !important;
flex-shrink: 0 !important;
}
.sp-bar-wrap {
background: #1f1f1f !important;
background-color: #1f1f1f !important;
border-radius: 6px !important;
height: 8px !important;
overflow: hidden !important;
}
.sp-bar {
background: linear-gradient(90deg, var(--sp-accent-dark), var(--sp-accent)) !important;
height: 100% !important;
border-radius: 6px !important;
transition: width 0.8s cubic-bezier(0.4,0,0.2,1) !important;
min-width: 0 !important;
} html body .sp-poll-wrap .sp-change-vote-btn {
display: inline-block !important;
margin-top: 12px !important;
padding: 8px 16px !important;
background: transparent !important;
background-color: transparent !important;
border: 2px solid #6c63ff !important;
color: #6c63ff !important;
-webkit-text-fill-color: #6c63ff !important;
border-radius: 6px !important;
cursor: pointer !important;
font-size: 14px !important;
transition: all 0.2s !important;
}
html body .sp-poll-wrap .sp-change-vote-btn:hover {
background: #6c63ff !important;
background-color: #6c63ff !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
}
html body .sp-poll-wrap .sp-change-form {
margin-top: 16px !important;
padding: 16px !important;
background: #f8f8ff !important;
background-color: #f8f8ff !important;
border: 1px solid #e0ddff !important;
border-radius: 8px !important;
}
html body .sp-poll-wrap .sp-change-hint {
font-size: 13px !important;
color: #888 !important;
-webkit-text-fill-color: #888 !important;
margin-bottom: 12px !important;
font-style: italic !important;
}
html body .sp-poll-wrap .sp-submit-change {
background: #6c63ff !important;
background-color: #6c63ff !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
border: none !important;
padding: 9px 20px !important;
border-radius: 6px !important;
cursor: pointer !important;
font-size: 14px !important;
margin-right: 8px !important;
}
html body .sp-poll-wrap .sp-cancel-change {
background: transparent !important;
background-color: transparent !important;
color: #999 !important;
-webkit-text-fill-color: #999 !important;
border: 1px solid #ccc !important;
padding: 8px 16px !important;
border-radius: 6px !important;
cursor: pointer !important;
font-size: 14px !important;
} html body .sp-poll-wrap .sp-thank-you {
margin: 14px 0 8px !important;
padding: 10px 14px !important;
background: #f0f4ff !important;
background-color: #f0f4ff !important;
border-left: 4px solid #6c63ff !important;
border-radius: 4px !important;
color: #444 !important;
-webkit-text-fill-color: #444 !important;
font-size: 14px !important;
font-style: italic !important;
} html body .widget .sp-poll-wrap,
html body .widget-area .sp-poll-wrap,
html body .sidebar .sp-poll-wrap,
html body .footer-widget .sp-poll-wrap,
html body .footer-widgets .sp-poll-wrap,
html body .footer-widget-area .sp-poll-wrap,
html body .site-footer .sp-poll-wrap,
html body #footer .sp-poll-wrap {
max-width: 100% !important;
width: 100% !important;
margin: 0 0 20px 0 !important;
padding: 20px !important;
box-sizing: border-box !important;
}
html body .widget .sp-poll-wrap::before,
html body .widget .sp-poll-wrap::after,
html body .footer-widget .sp-poll-wrap::before,
html body .footer-widget .sp-poll-wrap::after,
html body .footer-widgets .sp-poll-wrap::before,
html body .footer-widgets .sp-poll-wrap::after,
html body .footer-widget-area .sp-poll-wrap::before,
html body .footer-widget-area .sp-poll-wrap::after,
html body .site-footer .sp-poll-wrap::before,
html body .site-footer .sp-poll-wrap::after,
html body #footer .sp-poll-wrap::before,
html body #footer .sp-poll-wrap::after {
display: none !important; }
html body .widget .sp-poll-wrap .sp-question,
html body .footer-widget .sp-poll-wrap .sp-question,
html body .footer-widgets .sp-poll-wrap .sp-question,
html body .footer-widget-area .sp-poll-wrap .sp-question,
html body .site-footer .sp-poll-wrap .sp-question,
html body #footer .sp-poll-wrap .sp-question {
font-size: 1.08rem !important;
line-height: 1.35 !important;
margin-bottom: 14px !important;
word-break: break-word !important;
}
html body .widget .sp-poll-wrap .sp-poll-badge,
html body .footer-widget .sp-poll-wrap .sp-poll-badge,
html body .footer-widgets .sp-poll-wrap .sp-poll-badge,
html body .footer-widget-area .sp-poll-wrap .sp-poll-badge,
html body .site-footer .sp-poll-wrap .sp-poll-badge,
html body #footer .sp-poll-wrap .sp-poll-badge {
font-size: 0.7rem !important;
padding: 3px 10px !important;
margin-bottom: 12px !important;
}
html body .widget .sp-poll-wrap .sp-option,
html body .footer-widget .sp-poll-wrap .sp-option,
html body .footer-widgets .sp-poll-wrap .sp-option,
html body .footer-widget-area .sp-poll-wrap .sp-option,
html body .site-footer .sp-poll-wrap .sp-option,
html body #footer .sp-poll-wrap .sp-option {
padding: 10px 12px !important;
font-size: 0.86rem !important;
gap: 10px !important;
}
html body .widget .sp-poll-wrap .sp-submit-btn,
html body .footer-widget .sp-poll-wrap .sp-submit-btn,
html body .footer-widgets .sp-poll-wrap .sp-submit-btn,
html body .footer-widget-area .sp-poll-wrap .sp-submit-btn,
html body .site-footer .sp-poll-wrap .sp-submit-btn,
html body #footer .sp-poll-wrap .sp-submit-btn {
padding: 12px 18px !important;
font-size: 0.9rem !important;
}
html body .widget .sp-poll-wrap .sp-result-header,
html body .footer-widget .sp-poll-wrap .sp-result-header,
html body .footer-widgets .sp-poll-wrap .sp-result-header,
html body .footer-widget-area .sp-poll-wrap .sp-result-header,
html body .site-footer .sp-poll-wrap .sp-result-header,
html body #footer .sp-poll-wrap .sp-result-header {
flex-wrap: wrap !important;
row-gap: 3px !important;
}
html body .widget .sp-poll-wrap .sp-result-label,
html body .footer-widget .sp-poll-wrap .sp-result-label,
html body .footer-widgets .sp-poll-wrap .sp-result-label,
html body .footer-widget-area .sp-poll-wrap .sp-result-label,
html body .site-footer .sp-poll-wrap .sp-result-label,
html body #footer .sp-poll-wrap .sp-result-label {
font-size: 0.82rem !important;
} @media (max-width: 768px) {
html body .sp-poll-wrap {
padding: 22px !important;
max-width: 100% !important;
margin: 20px auto !important;
}
html body .sp-poll-wrap .sp-question {
font-size: 1.2rem !important;
}
html body .sp-poll-wrap .sp-option {
padding: 12px 14px !important;
font-size: 0.9rem !important;
}
html body .sp-poll-wrap .sp-submit-btn {
padding: 13px 20px !important;
font-size: 0.95rem !important;
} html body .widget .sp-poll-wrap,
html body .footer-widget .sp-poll-wrap,
html body .footer-widgets .sp-poll-wrap,
html body .footer-widget-area .sp-poll-wrap,
html body .site-footer .sp-poll-wrap,
html body #footer .sp-poll-wrap {
padding: 16px !important;
margin: 0 0 16px 0 !important;
}
html body .widget .sp-poll-wrap .sp-question,
html body .footer-widget .sp-poll-wrap .sp-question,
html body .footer-widgets .sp-poll-wrap .sp-question,
html body .footer-widget-area .sp-poll-wrap .sp-question,
html body .site-footer .sp-poll-wrap .sp-question,
html body #footer .sp-poll-wrap .sp-question {
font-size: 1rem !important;
}
html body .widget .sp-poll-wrap .sp-option,
html body .footer-widget .sp-poll-wrap .sp-option,
html body .footer-widgets .sp-poll-wrap .sp-option,
html body .footer-widget-area .sp-poll-wrap .sp-option,
html body .site-footer .sp-poll-wrap .sp-option,
html body #footer .sp-poll-wrap .sp-option {
padding: 9px 10px !important;
font-size: 0.82rem !important;
}
}a.dg2-phone-button-float {
text-decoration: none;
}
a.dg2-phone-button-float:focus {
outline: none;
text-decoration: none;
}
.dg2-phone-button-float {
position: fixed;
width: 60px;
height: 60px;
bottom: 120px;
right: 40px;
background-color: #dfab4e;
color: #fff;
border-radius: 50px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
transition: all 450ms;
box-shadow: 0 0 0 0 rgba(223, 171, 78, 1);
transform: scale(1);
animation: pulse 5s infinite;
z-index: 9999999;
padding-left: 10px;
padding-right: 10px;
}
.dg2-phone-button-float span {
width: 0;
opacity: 0;
visibility: hidden;
overflow: hidden;
transition: all 450ms;
color: #ffffff;
font-weight: 600;
text-decoration: none;
}
.dg2-phone-button-float:hover {
width: auto;
transition: all 450ms;
text-decoration: none;
}
.dg2-phone-button-float:hover span {
width: auto;
visibility: visible;
opacity: 1;
transition: all 450ms;
}
.dg2-phone-button-float img,
.dg2-phone-button-float svg {
width: 40px;
height: 40px;
}.cmplz-obfuscate span{display:none}#cmplz-manage-consent-container{display:none}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary{display:block;cursor:pointer}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary::-webkit-details-marker,#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary::marker{display:none;content:""}.cmplz-alert{display:none;padding:7px;color:white;margin:10px 0}.cmplz-alert.cmplz-error{background-color:#f44336}.cmplz-alert.cmplz-success{background-color:green}.cmplz-close{margin-left:15px;color:white;font-weight:bold;float:right;font-size:22px;line-height:20px;cursor:pointer;transition:.3s}.cmplz-close:hover{color:black}#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,#cmplz-document .cmplz-dropdown .cmplz-service-description,#cmplz-document .cmplz-dropdown .cmplz-sharing-data,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data{display:inline-block;width:calc(50% - 35px);vertical-align:top}@media only screen and (max-width:600px){#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,#cmplz-document .cmplz-dropdown .cmplz-service-description,#cmplz-document .cmplz-dropdown .cmplz-sharing-data,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data{width:100%}}#cmplz-cookies-overview .cmplz-dropdown summary,#cmplz-document .cmplz-dropdown summary,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary{display:block;cursor:pointer}#cmplz-cookies-overview .cmplz-dropdown summary::-webkit-details-marker,#cmplz-cookies-overview .cmplz-dropdown summary::marker,#cmplz-document .cmplz-dropdown summary::-webkit-details-marker,#cmplz-document .cmplz-dropdown summary::marker,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::-webkit-details-marker,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::marker{display:none;content:""}#cmplz-cookies-overview .cmplz-dropdown summary div,#cmplz-document .cmplz-dropdown summary div,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div{display:grid;grid-template:"heading chevron";grid-template-columns:2fr 25px;grid-gap:15px;align-items:center}#cmplz-cookies-overview .cmplz-dropdown summary div h3,#cmplz-document .cmplz-dropdown summary div h3,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3{grid-area:heading;margin:0}#cmplz-cookies-overview .cmplz-dropdown summary div:after,#cmplz-document .cmplz-dropdown summary div:after,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div:after{grid-area:chevron}#cmplz-cookies-overview .cmplz-dropdown summary div input[data-category=functional],#cmplz-document .cmplz-dropdown summary div input[data-category=functional],.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div input[data-category=functional]{visibility:hidden}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary{display:block}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div{grid-template:"heading paragraph label checkbox chevron";grid-template-columns:2fr auto 0 auto 25px}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p{grid-area:paragraph}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose{display:grid}@media only screen and (min-width:600px){#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose{grid-column:span 2;grid-template-columns:1fr 1fr 1fr;grid-template:"purpose purpose purpose" "header1 header2 header3" auto}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose{grid-area:purpose}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header{grid-area:header1}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header{grid-area:header2}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header{grid-area:header3}}@media only screen and (max-width:600px){#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose{grid-template-columns:100px 1fr}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose{grid-column:span 2}}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories{margin-top:10px;display:block;width:100%}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category{background-color:rgba(239,239,239,0.25)}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-description{padding:10px}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category:not(:last-child){margin-bottom:5px}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header{display:grid;grid-template-columns:1fr auto 25px;grid-template-rows:auto;align-items:center;grid-gap:10px;padding:5px 10px;background-color:rgba(239,239,239,0.5)}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header section{padding:initial}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header h2{grid-column-start:1;width:100%;justify-self:start;font-size:18px;text-align:left;margin-top:8px;text-transform:initial;padding-bottom:10px;border-bottom:0;margin-bottom:0}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header h2:before{height:0;margin:initial}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active{font-size:var(--cmplz_category_header_active_font_size);color:var(--cmplz_category_header_always_active_color)}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label,#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active input{display:none}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox{display:flex;align-items:center;margin:0;padding:initial}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle{background:0;border:0;padding:0;margin:0;cursor:pointer;grid-column-start:3;display:flex;align-items:center;justify-content:center;color:inherit}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open{display:flex;align-items:center;justify-content:center;cursor:pointer;content:"";transform:rotate(0);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;background-size:cover;height:25px;width:25px}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded=true] .cmplz-icon.cmplz-open{transform:rotate(180deg)}.postbox #cmplz-document{margin:auto auto}#cmplz-document,.editor-styles-wrapper .cmplz-unlinked-mode{font-size:14px;margin-top:0;max-width:800px;text-justify:inter-word}#cmplz-document input::-moz-focus-inner,#cmplz-document button::-moz-focus-inner,.editor-styles-wrapper .cmplz-unlinked-mode input::-moz-focus-inner,.editor-styles-wrapper .cmplz-unlinked-mode button::-moz-focus-inner{border:0;padding:0}#cmplz-document a,.editor-styles-wrapper .cmplz-unlinked-mode a{text-decoration:underline}#cmplz-document a[target=_blank]::after,.editor-styles-wrapper .cmplz-unlinked-mode a[target=_blank]::after{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);margin:0 3px 0 5px}#cmplz-document a:focus,.editor-styles-wrapper .cmplz-unlinked-mode a:focus{border:1px solid black;padding:2px}#cmplz-document #cmplz-dnsmpd-form label,.editor-styles-wrapper .cmplz-unlinked-mode #cmplz-dnsmpd-form label{margin-right:20px;min-width:100px;display:inline-block}#cmplz-document h2,#cmplz-document h3,.editor-styles-wrapper .cmplz-unlinked-mode h2,.editor-styles-wrapper .cmplz-unlinked-mode h3{font-size:22px;text-align:left;margin-top:15px;text-transform:initial;padding-bottom:10px;margin-bottom:10px}#cmplz-document.impressum h2,#cmplz-document.impressum h3,.editor-styles-wrapper .cmplz-unlinked-mode.impressum h2,.editor-styles-wrapper .cmplz-unlinked-mode.impressum h3{border-bottom:0;font-size:1em;padding-bottom:5px;margin-bottom:5px}#cmplz-document.impressum p,.editor-styles-wrapper .cmplz-unlinked-mode.impressum p{margin-bottom:7px}#cmplz-document h4,.editor-styles-wrapper .cmplz-unlinked-mode h4{font-size:18px;text-align:left;margin-top:15px;margin-bottom:5px;text-transform:initial}#cmplz-document h5,.editor-styles-wrapper .cmplz-unlinked-mode h5{font-size:14px;text-align:left;margin-top:10px;margin-bottom:5px;text-transform:initial}#cmplz-document h3.annex,#cmplz-document h4.annex,.editor-styles-wrapper .cmplz-unlinked-mode h3.annex,.editor-styles-wrapper .cmplz-unlinked-mode h4.annex{font-weight:bold}#cmplz-document span h3,.editor-styles-wrapper .cmplz-unlinked-mode span h3{font-size:14px;border-bottom:0}#cmplz-document p,#cmplz-document li,#cmplz-document td,.editor-styles-wrapper .cmplz-unlinked-mode p,.editor-styles-wrapper .cmplz-unlinked-mode li,.editor-styles-wrapper .cmplz-unlinked-mode td{font-size:14px;margin-top:0}#cmplz-document ol.alphabetic,.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic{counter-reset:list;list-style-type:none}#cmplz-document ol.alphabetic li:before,.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic li:before{font-weight:bold;content:counter(list,lower-alpha) ") ";counter-increment:list}#cmplz-document ul,.editor-styles-wrapper .cmplz-unlinked-mode ul{list-style:disc;margin-left:15px;margin-bottom:15px}#cmplz-document ol.alphabetic ol,.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic ol{counter-reset:list;list-style-type:none}#cmplz-document ol.alphabetic ol li:before,.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic ol li:before{font-weight:bold;content:counter(list,decimal) ") ";counter-increment:list}#cmplz-document .cmplz-subtitle,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-subtitle{font-size:inherit;font-weight:bold;margin-top:25px}#cmplz-document .cmplz-indent,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-indent{margin-left:36px}#cmplz-cookies-overview .cmplz-dropdown,#cmplz-document .cmplz-dropdown,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown{background-color:rgba(239,239,239,0.25)}#cmplz-cookies-overview .cmplz-dropdown h4,#cmplz-document .cmplz-dropdown h4,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4{font-size:18px;text-align:left;margin-top:15px;margin-bottom:5px;text-transform:initial}#cmplz-cookies-overview .cmplz-dropdown p,#cmplz-cookies-overview .cmplz-dropdown a,#cmplz-document .cmplz-dropdown p,#cmplz-document .cmplz-dropdown a,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown a{font-size:14px;margin-top:0}#cmplz-cookies-overview .cmplz-dropdown p,#cmplz-cookies-overview .cmplz-dropdown h4,#cmplz-cookies-overview .cmplz-dropdown ul,#cmplz-document .cmplz-dropdown p,#cmplz-document .cmplz-dropdown h4,#cmplz-document .cmplz-dropdown ul,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown ul{padding:0 15px}#cmplz-cookies-overview .cmplz-dropdown p.legal-obligations-description,#cmplz-document .cmplz-dropdown p.legal-obligations-description,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p.legal-obligations-description{padding-bottom:15px}#cmplz-cookies-overview .cmplz-dropdown summary::marker,#cmplz-document .cmplz-dropdown summary::marker,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::marker{display:none;content:""}#cmplz-cookies-overview .cmplz-dropdown summary::-webkit-details-marker,#cmplz-document .cmplz-dropdown summary::-webkit-details-marker,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::-webkit-details-marker{display:none;content:""}#cmplz-cookies-overview .cmplz-dropdown summary,#cmplz-document .cmplz-dropdown summary,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary{display:block;background-color:rgba(239,239,239,0.5);margin:5px 0;padding:5px 10px;align-items:center;justify-items:stretch}#cmplz-cookies-overview .cmplz-dropdown summary h3,#cmplz-document .cmplz-dropdown summary h3,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary h3{padding:0 5px;border-bottom:0;font-size:18px;border-bottom:0}#cmplz-cookies-overview .cmplz-dropdown summary p,#cmplz-document .cmplz-dropdown summary p,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary p{text-align:right;padding:0;margin:0;font-size:14px;border-bottom:0}#cmplz-cookies-overview .cmplz-dropdown summary div:after,#cmplz-document .cmplz-dropdown summary div:after,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div:after{cursor:pointer;content:"";background:url(//nostalgija-band.de/wp-content/plugins/complianz-gdpr/assets/images/chevron-down.svg) no-repeat;transform:rotate(0);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;background-size:cover;height:18px;width:18px;margin:3px}#cmplz-cookies-overview .cmplz-dropdown[open],#cmplz-document .cmplz-dropdown[open],.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown[open]{padding-bottom:1px}#cmplz-cookies-overview .cmplz-dropdown[open] summary div:after,#cmplz-document .cmplz-dropdown[open] summary div:after,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown[open] summary div:after{transform:rotate(180deg)}#cmplz-cookies-overview .cmplz-dropdown h4,#cmplz-document .cmplz-dropdown h4,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4{font-size:15px;margin:5px 0}#cmplz-cookies-overview .cmplz-dropdown h5,#cmplz-document .cmplz-dropdown h5,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h5{margin:0}#cmplz-cookies-overview .cmplz-dropdown .name-header strong,#cmplz-cookies-overview .cmplz-dropdown .retention-header strong,#cmplz-cookies-overview .cmplz-dropdown .function-header strong,#cmplz-document .cmplz-dropdown .name-header strong,#cmplz-document .cmplz-dropdown .retention-header strong,#cmplz-document .cmplz-dropdown .function-header strong,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .name-header strong,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .retention-header strong,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .function-header strong{display:block;font-size:14px;font-weight:bold;text-align:left;margin:0;text-transform:initial}#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,#cmplz-document .cmplz-dropdown .cmplz-service-description,#cmplz-document .cmplz-dropdown .cmplz-sharing-data,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data{padding:0 15px 15px}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,#cmplz-document .cmplz-dropdown .cookies-per-purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose{border:1px solid #dadada;grid-gap:1px;background-color:#dadada;margin-bottom:10px}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,#cmplz-document .cmplz-dropdown .cookies-per-purpose div,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div{background-color:white;padding:15px}@media only screen and (min-width:600px){#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header,#cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .name-header{background-color:#f7f7f7}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .retention-header,#cmplz-document .cmplz-dropdown .cookies-per-purpose .retention-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .retention-header{background-color:#f7f7f7}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .function-header,#cmplz-document .cmplz-dropdown .cookies-per-purpose .function-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .function-header{background-color:#f7f7f7}}@media only screen and (max-width:600px){#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose h5,#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header strong,#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .retention-header strong,#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .function-header strong,#cmplz-document .cmplz-dropdown .cookies-per-purpose h5,#cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header strong,#cmplz-document .cmplz-dropdown .cookies-per-purpose .retention-header strong,#cmplz-document .cmplz-dropdown .cookies-per-purpose .function-header strong,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose h5,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .name-header strong,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .retention-header strong,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .function-header strong{line-height:1.8}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7){background-color:#f7f7f7}}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.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}
@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{box-sizing:border-box}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge{background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-block;line-height:0;max-width:100%;min-height:24px;padding:2px 8px}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__flex-wrapper{align-items:center;display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:499;margin:0;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button{align-items:center;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);height:36px;padding:4px 12px}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:active){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:active){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:active){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus:not(:active){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));font-weight:400;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link{height:auto}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:focus{outline:3px solid #0000}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.has-icon.has-text.has-icon-right{padding-left:12px;padding-right:8px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:active){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-pressed:focus{outline:2px solid #0000}.components-button svg{fill:currentColor;flex-shrink:0;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-calendar{background-color:var(--wp-components-color-background,#fff);color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;font-size:13px;font-weight:400;position:relative;z-index:0}.components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{box-sizing:border-box}.components-calendar__day{padding:0;position:relative}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-400,#ccc)}.components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__day-button{align-items:center;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:flex;font:inherit;font-variant-numeric:tabular-nums;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__day-button:before{border:none;border-radius:2px;content:"";inset:0;position:absolute;z-index:-1}.components-calendar__day-button:after{content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.components-calendar__day-button:disabled{cursor:revert}@media (forced-colors:active){.components-calendar__day-button:disabled{text-decoration:line-through}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:1px}.components-calendar__caption-label{align-items:center;border:0;display:inline-flex;position:relative;text-transform:capitalize;white-space:nowrap;z-index:1}.components-calendar__button-next,.components-calendar__button-previous{align-items:center;appearance:none;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{color:var(--wp-components-color-gray-600,#949494);cursor:revert}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__chevron{fill:currentColor;display:inline-block;height:16px;width:16px}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform:rotate(180deg);transform-origin:50%}.components-calendar__month-caption{align-content:center;display:flex;height:32px;justify-content:center;margin-bottom:12px}.components-calendar__months{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;max-width:fit-content;position:relative}.components-calendar__month-grid{border-collapse:initial;border-spacing:0 4px}.components-calendar__nav{align-items:center;display:flex;height:32px;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;justify-content:space-between;position:absolute}.components-calendar__weekday{color:var(--wp-components-color-gray-700,#757575);height:32px;padding:0;text-align:center;text-transform:uppercase;width:32px}.components-calendar__day--today:after{border:2px solid;border-radius:50%;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;z-index:1}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted,#fff)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground,#1e1e1e);border:1px solid #0000}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800,#2f2f2f)}.components-calendar__day--hidden{visibility:hidden}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-end-end-radius:0;border-start-end-radius:0}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);border-color:#0000;border-radius:0;border-style:solid;border-width:1px 0}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-end-start-radius:0;border-start-start-radius:0}.components-calendar__day--preview svg{color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 16%,#0000);inset:0;pointer-events:none;position:absolute}@media (forced-colors:active){.components-calendar__day--preview svg{color:inherit}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1)}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none}@keyframes slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:0s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1)}@media not (prefers-reduced-motion){.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:.3s}}.components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{animation-name:slide-in-left}.components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{animation-name:slide-out-left}.components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{animation-name:slide-in-right}.components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{animation-name:slide-out-right}.components-calendar__caption-after-enter{animation-name:fade-in}.components-calendar__caption-after-exit{animation-name:fade-out}.components-calendar__caption-before-enter{animation-name:fade-in}.components-calendar__caption-before-exit{animation-name:fade-out}.components-checkbox-control{--checkbox-input-size:24px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control{--checkbox-input-margin:8px}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;height:var(--checkbox-input-size);line-height:0;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option{cursor:pointer}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{background:var(--wp-components-color-background,#fff);border:none;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container::placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container{align-items:flex-start;display:flex;flex-wrap:wrap;padding:0;width:100%}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{fill:currentColor;line-height:0;margin:0 auto 8px;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;font-weight:400;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:32px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]),.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track{overflow:hidden}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__track:after{opacity:0}.components-form-toggle .components-form-toggle__thumb{border-radius:50%;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container::placeholder{color:#1e1e1e9e}.components-form-token-field__input-container{cursor:text;padding:0;width:100%}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;flex:1;font-family:inherit;font-size:16px;line-height:1;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{flex:1 0 100%;max-height:128px;min-width:100%;overflow-y:auto}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;list-style:none;margin:0;padding:0}.components-form-token-field__suggestion{box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-foreground-inverted,#fff)}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:64px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-64px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 24px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:24px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:24px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1) + .5px) #ffffffb3;outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1))}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:499;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{font-weight:400;width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{box-sizing:border-box}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;color:#1e1e1e;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 128px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}.components-modal__frame.is-full-screen :where(.components-modal__content){display:flex;margin-bottom:24px;padding-bottom:0}.components-modal__frame.is-full-screen :where(.components-modal__content)>:last-child{flex:1}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:20px;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:flex-start}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 24px 24px}.components-modal__content.hide-header{margin-top:0;padding-top:24px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-dismissible .components-notice__content{margin-right:25px}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin-bottom:4px;margin-top:4px}.components-notice__actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:499;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button{height:auto}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{fill:currentColor;color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%)}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{-webkit-font-smoothing:subpixel-antialiased;align-items:flex-start;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;outline:1px solid #0000;padding:24px;position:relative;text-align:left;width:100%}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:currentColor;margin-right:4px}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]{flex:1 1 auto}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.components-placeholder.has-illustration{overflow:hidden}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{stroke:currentColor;box-sizing:initial;height:100%;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.components-popover{box-sizing:border-box}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover{will-change:transform;z-index:1000000}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{border:1px solid #1e1e1e;border-radius:50%;grid-column:1;grid-row:1;height:24px;margin-right:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]{appearance:none;cursor:pointer;display:inline-flex;margin:0;padding:0}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__side-handle:before{opacity:0}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{-webkit-tap-highlight-color:rgba(0,0,0,0)!important;outline:0}.components-snackbar{backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button,.components-snackbar__action.components-external-link{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:400;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{background:var(--wp-components-color-background,#fff);border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:var(--wp-components-color-foreground,#1e1e1e);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:#1e1e1e9e}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border-color:var(--wp-components-color-gray-600,#949494)}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground,#1e1e1e),#0000 38%)}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{fill:#f0b849;align-self:center;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid var(--wp-components-color-foreground,#1e1e1e);border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:var(--wp-components-color-foreground,#1e1e1e)}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:var(--wp-components-color-background,#fff);border-right:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group{line-height:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:var(--wp-components-color-background,#fff);border:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}.components-validated-control:has(:is(input,select):invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control :is(textarea,input[type=text]):invalid[data-validity-visible]{--wp-admin-theme-color:#cc1818;--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control .components-combobox-control__suggestions-container:has(input:invalid[data-validity-visible]):not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate{position:relative}.components-validated-control__wrapper-with-error-delegate:has(select:invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid[data-validity-visible]){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:invalid[data-validity-visible]) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__error-delegate{height:100%;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.components-validated-control__indicator{align-items:flex-start;animation:components-validated-control__indicator-jump .2s cubic-bezier(.68,-.55,.27,1.55);color:var(--wp-components-color-gray-700,#757575);display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;gap:4px;line-height:16px;margin:8px 0 0}.components-validated-control__indicator.is-invalid{color:#cc1818}.components-validated-control__indicator.is-valid{color:color-mix(in srgb,#000 30%,#4ab866)}.components-validated-control__indicator-icon{flex-shrink:0}.components-validated-control__indicator-spinner{height:12px;margin:2px;width:12px}@keyframes components-validated-control__indicator-jump{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}#wpadminbar>.godaddy-styles *,.godaddy-styles *{font-family:GD Sherpa,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.4}#wpadminbar>.godaddy-styles .is-bigger,.godaddy-styles .is-bigger{font-size:1.1em!important;font-weight:500!important}#wpadminbar>.godaddy-styles .components-button,#wpadminbar>.godaddy-styles.components-button,.godaddy-styles .components-button,.godaddy-styles.components-button{border:0;border-radius:6px;box-shadow:none;font-size:1em;height:auto;line-height:1;padding:1.25em;transition:background-color,color,.2s ease-in-out}#wpadminbar>.godaddy-styles .components-button:disabled,#wpadminbar>.godaddy-styles.components-button:disabled,.godaddy-styles .components-button:disabled,.godaddy-styles.components-button:disabled{opacity:.5}#wpadminbar>.godaddy-styles .components-button>svg,#wpadminbar>.godaddy-styles.components-button>svg,.godaddy-styles .components-button>svg,.godaddy-styles.components-button>svg{height:24px;margin-left:.2em;position:relative;right:-5px;top:-1px;transform:scale(.75);width:24px}#wpadminbar>.godaddy-styles .components-button.no-padding,#wpadminbar>.godaddy-styles.components-button.no-padding,.godaddy-styles .components-button.no-padding,.godaddy-styles.components-button.no-padding{padding:0}#wpadminbar>.godaddy-styles .components-button.is-big,#wpadminbar>.godaddy-styles.components-button.is-big,.godaddy-styles .components-button.is-big,.godaddy-styles.components-button.is-big{font-size:1.1em;font-weight:600;padding:1.5em}#wpadminbar>.godaddy-styles .components-button.is-primary,#wpadminbar>.godaddy-styles.components-button.is-primary,.godaddy-styles .components-button.is-primary,.godaddy-styles.components-button.is-primary{background-color:#000;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-primary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:hover:not([disabled]),.godaddy-styles .components-button.is-primary:active:not([disabled]),.godaddy-styles .components-button.is-primary:hover:not([disabled]),.godaddy-styles.components-button.is-primary:active:not([disabled]),.godaddy-styles.components-button.is-primary:hover:not([disabled]){background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-button.is-secondary,#wpadminbar>.godaddy-styles.components-button.is-secondary,.godaddy-styles .components-button.is-secondary,.godaddy-styles.components-button.is-secondary{box-shadow:none;color:#111}#wpadminbar>.godaddy-styles .components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-secondary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:hover:not([disabled]),.godaddy-styles .components-button.is-secondary:active:not([disabled]),.godaddy-styles .components-button.is-secondary:hover:not([disabled]),.godaddy-styles.components-button.is-secondary:active:not([disabled]),.godaddy-styles.components-button.is-secondary:hover:not([disabled]){border:0;box-shadow:none;color:#000}#wpadminbar>.godaddy-styles .components-button.is-tertiary,#wpadminbar>.godaddy-styles.components-button.is-tertiary,.godaddy-styles .components-button.is-tertiary,.godaddy-styles.components-button.is-tertiary{border:1px solid #111;color:#111}#wpadminbar>.godaddy-styles .components-button.is-tertiary:hover,#wpadminbar>.godaddy-styles.components-button.is-tertiary:hover,.godaddy-styles .components-button.is-tertiary:hover,.godaddy-styles.components-button.is-tertiary:hover{background-color:#111;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-link,#wpadminbar>.godaddy-styles.components-button.is-link,.godaddy-styles .components-button.is-link,.godaddy-styles.components-button.is-link{box-shadow:none;color:#00a4a6;padding:0;text-decoration:none}#wpadminbar>.godaddy-styles .components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-link:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:hover:not([disabled]),.godaddy-styles .components-button.is-link:active:not([disabled]),.godaddy-styles .components-button.is-link:hover:not([disabled]),.godaddy-styles.components-button.is-link:active:not([disabled]),.godaddy-styles.components-button.is-link:hover:not([disabled]){color:#111;outline:none}#wpadminbar>.godaddy-styles .components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.has-icon:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:hover:not([disabled]),.godaddy-styles .components-button.has-icon:active:not([disabled]),.godaddy-styles .components-button.has-icon:hover:not([disabled]),.godaddy-styles.components-button.has-icon:active:not([disabled]),.godaddy-styles.components-button.has-icon:hover:not([disabled]){background-color:transparent;color:#00a4a6}#wpadminbar>.godaddy-styles .components-modal__frame,#wpadminbar>.godaddy-styles.components-modal__frame,.godaddy-styles .components-modal__frame,.godaddy-styles.components-modal__frame{border-radius:1rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content,.godaddy-styles .components-modal__frame .components-modal__content,.godaddy-styles.components-modal__frame .components-modal__content{margin-top:0;padding:4.5rem 4.5rem 4.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content:before,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content:before,.godaddy-styles .components-modal__frame .components-modal__content:before,.godaddy-styles.components-modal__frame .components-modal__content:before{margin:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content p:last-child,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content p:last-child,.godaddy-styles .components-modal__frame .components-modal__content p:last-child,.godaddy-styles.components-modal__frame .components-modal__content p:last-child{margin-bottom:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header{border-bottom:0;font-size:2rem;height:unset;margin-bottom:.75em;padding:0;position:relative}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container{margin-right:8px}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading{font-size:2rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon{font-size:1rem;left:auto;padding:.25em;position:absolute;right:-3.5rem;top:-3.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg{margin-left:0;right:0;top:0;transform:scale(1)}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input{margin-bottom:.5em}#wpadminbar>.godaddy-styles .ux-tag,.godaddy-styles .ux-tag{border-radius:4px;color:#000;font-size:.9em;font-weight:700;letter-spacing:.05625rem;line-height:1.5;padding-block:8px;padding-inline:8px;text-transform:uppercase;white-space:nowrap}#wpadminbar>.godaddy-styles .ux-tag-critical,.godaddy-styles .ux-tag-critical{background-color:#fbb}#wpadminbar>.godaddy-styles .ux-tag-highlight,.godaddy-styles .ux-tag-highlight{background-color:#a6fff8}#wpadminbar>.godaddy-styles .ux-tag-info,.godaddy-styles .ux-tag-info{background-color:#d3c1f7}#wpadminbar>.godaddy-styles .ux-tag-internal,.godaddy-styles .ux-tag-internal{background-color:#fbd9ed}#wpadminbar>.godaddy-styles .ux-tag-neutral,.godaddy-styles .ux-tag-neutral{background-color:#ddeaf8}#wpadminbar>.godaddy-styles .ux-tag-passive,.godaddy-styles .ux-tag-passive{background-color:#f4f8fc}#wpadminbar>.godaddy-styles .ux-tag-success,.godaddy-styles .ux-tag-success{background-color:#9fffb8}#wpadminbar>.godaddy-styles .ux-tag-warning,.godaddy-styles .ux-tag-warning{background-color:#ffeea9}#wpadminbar>.godaddy-styles .components-toggle-control,#wpadminbar>.godaddy-styles.components-toggle-control,.godaddy-styles .components-toggle-control,.godaddy-styles.components-toggle-control{align-items:flex-end;display:flex}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles .components-toggle-control__field,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles.components-toggle-control__field,.godaddy-styles .components-toggle-control .components-base-control__field,.godaddy-styles .components-toggle-control__field,.godaddy-styles.components-toggle-control .components-base-control__field,.godaddy-styles.components-toggle-control__field{margin:0}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track{background-color:#f3f6f8}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track{background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__help,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__help,.godaddy-styles .components-toggle-control .components-base-control__help,.godaddy-styles.components-toggle-control .components-base-control__help{margin:0}.text-stroke,
.text-stroke--primary,
.text-stroke--secondary {
-webkit-text-stroke-width: var(
--wp--custom--typography--text-stroke-width,
2px
) !important;
}
.ext-absolute {
position: absolute !important;
}
.bring-to-front,
.ext .wp-block-image,
.ext-relative {
position: relative !important;
}
.ext-top-base {
top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-top-lg {
top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--top-base {
top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--top-lg {
top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-right-base {
right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-right-lg {
right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--right-base {
right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--right-lg {
right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-bottom-base {
bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-bottom-lg {
bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--bottom-base {
bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--bottom-lg {
bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-left-base {
left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-left-lg {
left: var(--extendify--spacing--large, 3rem) !important;
}
.ext--left-base {
left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--left-lg {
left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-order-1 {
order: 1 !important;
}
.ext-order-2 {
order: 2 !important;
}
.ext-col-auto {
grid-column: auto !important;
}
.ext-col-span-1 {
grid-column: span 1 / span 1 !important;
}
.ext-col-span-2 {
grid-column: span 2 / span 2 !important;
}
.ext-col-span-3 {
grid-column: span 3 / span 3 !important;
}
.ext-col-span-4 {
grid-column: span 4 / span 4 !important;
}
.ext-col-span-5 {
grid-column: span 5 / span 5 !important;
}
.ext-col-span-6 {
grid-column: span 6 / span 6 !important;
}
.ext-col-span-7 {
grid-column: span 7 / span 7 !important;
}
.ext-col-span-8 {
grid-column: span 8 / span 8 !important;
}
.ext-col-span-9 {
grid-column: span 9 / span 9 !important;
}
.ext-col-span-10 {
grid-column: span 10 / span 10 !important;
}
.ext-col-span-11 {
grid-column: span 11 / span 11 !important;
}
.ext-col-span-12 {
grid-column: span 12 / span 12 !important;
}
.ext-col-span-full {
grid-column: 1 / -1 !important;
}
.ext-col-start-1 {
grid-column-start: 1 !important;
}
.ext-col-start-2 {
grid-column-start: 2 !important;
}
.ext-col-start-3 {
grid-column-start: 3 !important;
}
.ext-col-start-4 {
grid-column-start: 4 !important;
}
.ext-col-start-5 {
grid-column-start: 5 !important;
}
.ext-col-start-6 {
grid-column-start: 6 !important;
}
.ext-col-start-7 {
grid-column-start: 7 !important;
}
.ext-col-start-8 {
grid-column-start: 8 !important;
}
.ext-col-start-9 {
grid-column-start: 9 !important;
}
.ext-col-start-10 {
grid-column-start: 10 !important;
}
.ext-col-start-11 {
grid-column-start: 11 !important;
}
.ext-col-start-12 {
grid-column-start: 12 !important;
}
.ext-col-start-13 {
grid-column-start: 13 !important;
}
.ext-col-start-auto {
grid-column-start: auto !important;
}
.ext-col-end-1 {
grid-column-end: 1 !important;
}
.ext-col-end-2 {
grid-column-end: 2 !important;
}
.ext-col-end-3 {
grid-column-end: 3 !important;
}
.ext-col-end-4 {
grid-column-end: 4 !important;
}
.ext-col-end-5 {
grid-column-end: 5 !important;
}
.ext-col-end-6 {
grid-column-end: 6 !important;
}
.ext-col-end-7 {
grid-column-end: 7 !important;
}
.ext-col-end-8 {
grid-column-end: 8 !important;
}
.ext-col-end-9 {
grid-column-end: 9 !important;
}
.ext-col-end-10 {
grid-column-end: 10 !important;
}
.ext-col-end-11 {
grid-column-end: 11 !important;
}
.ext-col-end-12 {
grid-column-end: 12 !important;
}
.ext-col-end-13 {
grid-column-end: 13 !important;
}
.ext-col-end-auto {
grid-column-end: auto !important;
}
.ext-row-auto {
grid-row: auto !important;
}
.ext-row-span-1 {
grid-row: span 1 / span 1 !important;
}
.ext-row-span-2 {
grid-row: span 2 / span 2 !important;
}
.ext-row-span-3 {
grid-row: span 3 / span 3 !important;
}
.ext-row-span-4 {
grid-row: span 4 / span 4 !important;
}
.ext-row-span-5 {
grid-row: span 5 / span 5 !important;
}
.ext-row-span-6 {
grid-row: span 6 / span 6 !important;
}
.ext-row-span-full {
grid-row: 1 / -1 !important;
}
.ext-row-start-1 {
grid-row-start: 1 !important;
}
.ext-row-start-2 {
grid-row-start: 2 !important;
}
.ext-row-start-3 {
grid-row-start: 3 !important;
}
.ext-row-start-4 {
grid-row-start: 4 !important;
}
.ext-row-start-5 {
grid-row-start: 5 !important;
}
.ext-row-start-6 {
grid-row-start: 6 !important;
}
.ext-row-start-7 {
grid-row-start: 7 !important;
}
.ext-row-start-auto {
grid-row-start: auto !important;
}
.ext-row-end-1 {
grid-row-end: 1 !important;
}
.ext-row-end-2 {
grid-row-end: 2 !important;
}
.ext-row-end-3 {
grid-row-end: 3 !important;
}
.ext-row-end-4 {
grid-row-end: 4 !important;
}
.ext-row-end-5 {
grid-row-end: 5 !important;
}
.ext-row-end-6 {
grid-row-end: 6 !important;
}
.ext-row-end-7 {
grid-row-end: 7 !important;
}
.ext-row-end-auto {
grid-row-end: auto !important;
}
.ext-m-0:not([style*="margin"]) {
margin: 0 !important;
}
.ext-m-auto:not([style*="margin"]) {
margin: auto !important;
}
.ext-m-base:not([style*="margin"]) {
margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-m-lg:not([style*="margin"]) {
margin: var(--extendify--spacing--large, 3rem) !important;
}
.ext--m-base:not([style*="margin"]) {
margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--m-lg:not([style*="margin"]) {
margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mx-0:not([style*="margin"]) {
margin-left: 0 !important;
margin-right: 0 !important;
}
.ext .alignwide,
.ext-mx-auto:not([style*="margin"]) {
margin-left: auto !important;
margin-right: auto !important;
}
.ext-mx-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mx-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mx-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mx-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext .wp-block-group > *,
.ext-my-0:not([style*="margin"]),
.wp-block-column.editor\:pointer-events-none {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.ext-my-auto:not([style*="margin"]) {
margin-top: auto !important;
margin-bottom: auto !important;
}
.ext h2,
.ext-my-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-my-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--my-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--my-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext
.wp-block-columns
+ .wp-block-columns:not([class*="mt-"]):not([class*="my-"]):not(
[style*="margin"]
),
.ext-mt-0:not([style*="margin"]),
[class*="fullwidth-cols"] .wp-block-column:first-child,
[class*="fullwidth-cols"] .wp-block-column:first-child > *,
[class*="fullwidth-cols"] .wp-block-column > :first-child,
[class*="fullwidth-cols"] .wp-block-group:first-child {
margin-top: 0 !important;
}
.ext-mt-auto:not([style*="margin"]) {
margin-top: auto !important;
}
.ext-mt-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mt-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mt-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mt-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mr-0.alignfull:not([style*="margin"]):not([style*="margin"]),
.ext-mr-0:not([style*="margin"]) {
margin-right: 0 !important;
}
.ext-mr-auto:not([style*="margin"]) {
margin-right: auto !important;
}
.ext-mr-base:not([style*="margin"]) {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mr-lg:not([style*="margin"]) {
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mr-base:not([style*="margin"]) {
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mr-lg:not([style*="margin"]) {
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext .is-not-stacked-on-mobile .wp-block-column,
.ext-mb-0:not([style*="margin"]),
.ext.wp-block-group > :last-child,
.wp-block-columns[class*="fullwidth-cols"].is-not-stacked-on-mobile
> .wp-block-column,
[class*="fullwidth-cols"] .wp-block-column:last-child,
[class*="fullwidth-cols"] .wp-block-column > :last-child,
[class*="fullwidth-cols"] .wp-block-group:last-child {
margin-bottom: 0 !important;
}
.ext-mb-auto:not([style*="margin"]) {
margin-bottom: auto !important;
}
.ext-mb-base:not([style*="margin"]),
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
> .wp-block-column:not(:last-child) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mb-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mb-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mb-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-ml-0:not([style*="margin"]),
.ext-ml-0:not([style*="margin"]):not([style*="margin"]) {
margin-left: 0 !important;
}
.ext-ml-auto:not([style*="margin"]) {
margin-left: auto !important;
}
.ext-ml-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-ml-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.ext--ml-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--ml-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.editor\:no-resize .components-resizable-box__container,
.ext-block {
display: block !important;
}
.ext .wp-block-image img,
.ext-inline-block {
display: inline-block !important;
}
.ext-inline {
display: inline !important;
}
.ext-flex {
display: flex !important;
}
.ext-inline-flex {
display: inline-flex !important;
}
.ext .ext-grid > [class*="_inner-container"],
.ext-grid {
display: grid !important;
}
.ext-inline-grid {
display: inline-grid !important;
}
.block-editor-block-preview__content-iframe
.ext
[data-type="core/spacer"]
.block-library-spacer__resize-container::before,
.editor\:no-caption .block-editor-rich-text__editable,
.editor\:no-inserter .wp-block-column:not(.is-selected) > .block-list-appender,
.editor\:no-inserter .wp-block-cover__inner-container > .block-list-appender,
.editor\:no-inserter .wp-block-group__inner-container > .block-list-appender,
.editor\:no-inserter > .block-list-appender,
.ext-hidden {
display: none !important;
}
.ext-w-auto {
width: auto !important;
}
.ext-w-full {
width: 100% !important;
}
.ext [class*="inner-container"] > .alignwide [class*="inner-container"] > *,
.ext
[class*="inner-container"]
> [data-align="wide"]
[class*="inner-container"]
> *,
.ext-max-w-full {
max-width: 100% !important;
}
.ext-flex-1 {
flex: 1 1 0% !important;
}
.ext-flex-auto {
flex: 1 1 auto !important;
}
.ext-flex-initial {
flex: 0 1 auto !important;
}
.ext-flex-none {
flex: none !important;
}
.ext-flex-shrink-0 {
flex-shrink: 0 !important;
}
.ext-flex-shrink {
flex-shrink: 1 !important;
}
.ext-flex-grow-0 {
flex-grow: 0 !important;
}
.ext-flex-grow {
flex-grow: 1 !important;
}
.ext-list-none,
.is-style-inline-list li {
list-style-type: none !important;
}
.ext .ext-grid-cols-1 > [class*="_inner-container"],
.ext-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-2 > [class*="_inner-container"],
.ext-grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-3 > [class*="_inner-container"],
.ext-grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-4 > [class*="_inner-container"],
.ext-grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-5 > [class*="_inner-container"],
.ext-grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-6 > [class*="_inner-container"],
.ext-grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-7 > [class*="_inner-container"],
.ext-grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-8 > [class*="_inner-container"],
.ext-grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-9 > [class*="_inner-container"],
.ext-grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-10 > [class*="_inner-container"],
.ext-grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-11 > [class*="_inner-container"],
.ext-grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-12 > [class*="_inner-container"],
.ext-grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-none > [class*="_inner-container"],
.ext-grid-cols-none {
grid-template-columns: none !important;
}
.ext .ext-grid-rows-1 > [class*="_inner-container"],
.ext-grid-rows-1 {
grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-2 > [class*="_inner-container"],
.ext-grid-rows-2 {
grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-3 > [class*="_inner-container"],
.ext-grid-rows-3 {
grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-4 > [class*="_inner-container"],
.ext-grid-rows-4 {
grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-5 > [class*="_inner-container"],
.ext-grid-rows-5 {
grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-6 > [class*="_inner-container"],
.ext-grid-rows-6 {
grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-none > [class*="_inner-container"],
.ext-grid-rows-none {
grid-template-rows: none !important;
}
.ext-flex-row {
flex-direction: row !important;
}
.ext-flex-row-reverse {
flex-direction: row-reverse !important;
}
.ext-flex-col {
flex-direction: column !important;
}
.ext-flex-col-reverse {
flex-direction: column-reverse !important;
}
.ext-flex-wrap {
flex-wrap: wrap !important;
}
.ext-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.ext-flex-nowrap {
flex-wrap: nowrap !important;
}
.ext .ext-items-start > [class*="_inner-container"],
.ext-items-start {
align-items: flex-start !important;
}
.ext .ext-items-end > [class*="_inner-container"],
.ext-items-end {
align-items: flex-end !important;
}
.ext .ext-items-center > [class*="_inner-container"],
.ext .is-style-angled > [class*="_inner-container"],
.ext-items-center {
align-items: center !important;
}
.ext .ext-items-baseline > [class*="_inner-container"],
.ext-items-baseline {
align-items: baseline !important;
}
.ext .ext-items-stretch > [class*="_inner-container"],
.ext-items-stretch {
align-items: stretch !important;
}
.ext-justify-start {
justify-content: flex-start !important;
}
.ext-justify-end {
justify-content: flex-end !important;
}
.ext-justify-center {
justify-content: center !important;
}
.ext-justify-between {
justify-content: space-between !important;
}
.ext-justify-around {
justify-content: space-around !important;
}
.ext-justify-evenly {
justify-content: space-evenly !important;
}
.ext-justify-items-start {
justify-items: start !important;
}
.ext-justify-items-end {
justify-items: end !important;
}
.ext-justify-items-center {
justify-items: center !important;
}
.ext-justify-items-stretch {
justify-items: stretch !important;
}
.ext-gap-0 {
gap: 0 !important;
}
.ext-gap-base {
gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-lg {
gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-gap-x-0 {
-moz-column-gap: 0 !important;
column-gap: 0 !important;
}
.ext-gap-x-base {
-moz-column-gap: var(--wp--style--block-gap, 1.75rem) !important;
column-gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-x-lg {
-moz-column-gap: var(--extendify--spacing--large, 3rem) !important;
column-gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-gap-y-0 {
row-gap: 0 !important;
}
.ext-gap-y-base {
row-gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-y-lg {
row-gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-justify-self-auto {
justify-self: auto !important;
}
.ext-justify-self-start {
justify-self: start !important;
}
.ext-justify-self-end {
justify-self: end !important;
}
.ext-justify-self-center {
justify-self: center !important;
}
.ext-justify-self-stretch {
justify-self: stretch !important;
}
.ext-rounded-none {
border-radius: 0 !important;
}
.ext-rounded-full {
border-radius: 9999px !important;
}
.ext-rounded-t-none {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.ext-rounded-t-full {
border-top-left-radius: 9999px !important;
border-top-right-radius: 9999px !important;
}
.ext-rounded-r-none {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.ext-rounded-r-full {
border-top-right-radius: 9999px !important;
border-bottom-right-radius: 9999px !important;
}
.ext-rounded-b-none {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.ext-rounded-b-full {
border-bottom-right-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.ext-rounded-l-none {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.ext-rounded-l-full {
border-top-left-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.ext-rounded-tl-none {
border-top-left-radius: 0 !important;
}
.ext-rounded-tl-full {
border-top-left-radius: 9999px !important;
}
.ext-rounded-tr-none {
border-top-right-radius: 0 !important;
}
.ext-rounded-tr-full {
border-top-right-radius: 9999px !important;
}
.ext-rounded-br-none {
border-bottom-right-radius: 0 !important;
}
.ext-rounded-br-full {
border-bottom-right-radius: 9999px !important;
}
.ext-rounded-bl-none {
border-bottom-left-radius: 0 !important;
}
.ext-rounded-bl-full {
border-bottom-left-radius: 9999px !important;
}
.ext-border-0 {
border-width: 0 !important;
}
.ext-border-t-0 {
border-top-width: 0 !important;
}
.ext-border-r-0 {
border-right-width: 0 !important;
}
.ext-border-b-0 {
border-bottom-width: 0 !important;
}
.ext-border-l-0 {
border-left-width: 0 !important;
}
.ext .wp-block-group__inner-container,
.ext-p-0:not([style*="padding"]) {
padding: 0 !important;
}
.ext-p-base:not([style*="padding"]) {
padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-p-lg:not([style*="padding"]) {
padding: var(--extendify--spacing--large, 3rem) !important;
}
.ext .wp-block-columns .wp-block-column[style*="padding"],
.ext-px-0:not([style*="padding"]) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.ext-px-base:not([style*="padding"]),
.ext.has-background {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-px-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext-py-0:not([style*="padding"]) {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.ext-py-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-py-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pt-0:not([style*="padding"]) {
padding-top: 0 !important;
}
.ext-pt-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pt-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pr-0:not([style*="padding"]) {
padding-right: 0 !important;
}
.ext-pr-base:not([style*="padding"]) {
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pr-lg:not([style*="padding"]) {
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pb-0:not([style*="padding"]) {
padding-bottom: 0 !important;
}
.ext-pb-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pb-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pl-0:not([style*="padding"]),
.is-style-inline-list {
padding-left: 0 !important;
}
.ext-pl-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pl-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.ext-text-left {
text-align: left !important;
}
.ext .wp-block-image,
.ext-text-center {
text-align: center !important;
}
.ext-text-right {
text-align: right !important;
}
.ext-leading-none {
line-height: 1 !important;
}
.ext-leading-tight {
line-height: 1.25 !important;
}
.ext-leading-snug {
line-height: 1.375 !important;
}
.ext-leading-normal {
line-height: 1.5 !important;
}
.ext-leading-relaxed {
line-height: 1.625 !important;
}
.ext-leading-loose {
line-height: 2 !important;
}
.ext-aspect-square img {
aspect-ratio: 1 / 1 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-landscape img {
aspect-ratio: 4 / 3 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-landscape-wide img {
aspect-ratio: 16 / 9 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-portrait img {
aspect-ratio: 3 / 4 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-landscape .components-resizable-box__container,
.ext-aspect-landscape-wide .components-resizable-box__container,
.ext-aspect-portrait .components-resizable-box__container,
.ext-aspect-square .components-resizable-box__container {
height: auto !important;
}
.clip-path--rhombus img {
-webkit-clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
}
.clip-path--diamond img {
-webkit-clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
}
.clip-path--rhombus-alt img {
-webkit-clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
}
.wp-block-columns[class*="fullwidth-cols"] {
margin-bottom: unset !important;
}
.is-root-container.block-editor-block-list__layout
> [data-align="full"]:not(:first-of-type)
> .ext-my-0,
.is-root-container.block-editor-block-list__layout
> [data-align="full"]:not(:first-of-type)
> .wp-block-column.editor\:pointer-events-none,
.is-root-container.block-editor-block-list__layout
> [data-align="wide"]
> .ext-my-0:not([style*="margin"]),
.is-root-container.block-editor-block-list__layout
> [data-align="wide"]
> .wp-block-column.editor\:pointer-events-none {
margin-top: calc(-1 * var(--wp--style--block-gap, 28px)) !important;
}
@media (min-width: 600px) and (max-width: 781px) {
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
> .wp-block-column:nth-child(2n) {
margin-left: var(--wp--style--block-gap, 2em) !important;
}
}
@media (max-width: 781px) {
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
flex-wrap: wrap !important;
}
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column,
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column:not([style*="margin"]) {
margin-left: 0 !important;
}
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column {
flex-basis: 100% !important;
}
}
@media (max-width: 1079px) {
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
flex-wrap: wrap !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column,
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column:not([style*="margin"]) {
margin-left: 0 !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column {
flex-basis: 100% !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column:not(:last-child) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
}
.direction-rtl {
direction: rtl !important;
}
.direction-ltr {
direction: ltr !important;
}
.bring-to-front {
z-index: 10 !important;
}
.text-stroke {
-webkit-text-stroke-color: var(--wp--preset--color--background) !important;
}
.text-stroke--primary {
-webkit-text-stroke-color: var(--wp--preset--color--primary) !important;
}
.text-stroke--secondary {
-webkit-text-stroke-color: var(--wp--preset--color--secondary) !important;
}
.editor\:no-resize .components-resizable-box__handle,
.editor\:no-resize .components-resizable-box__handle::after,
.editor\:no-resize .components-resizable-box__side-handle::before {
display: none !important;
pointer-events: none !important;
}
.editor\:pointer-events-none {
pointer-events: none !important;
}
.is-style-angled {
align-items: center !important;
justify-content: flex-end !important;
}
.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
-webkit-clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
z-index: 1 !important;
}
.has-foreground-color {
color: var(--wp--preset--color--foreground, #000) !important;
}
.has-foreground-background-color {
background-color: var(--wp--preset--color--foreground, #000) !important;
}
.has-background-color {
color: var(--wp--preset--color--background, #fff) !important;
}
.has-background-background-color {
background-color: var(--wp--preset--color--background, #fff) !important;
}
.has-primary-color {
color: var(--wp--preset--color--primary, #4b5563) !important;
}
.has-primary-background-color {
background-color: var(--wp--preset--color--primary, #4b5563) !important;
}
.has-secondary-color {
color: var(--wp--preset--color--secondary, #9ca3af) !important;
}
.has-secondary-background-color {
background-color: var(--wp--preset--color--secondary, #9ca3af) !important;
}
.ext.has-text-color h1,
.ext.has-text-color h2,
.ext.has-text-color h3,
.ext.has-text-color h4,
.ext.has-text-color h5,
.ext.has-text-color h6,
.ext.has-text-color p {
color: currentColor !important;
}
.has-white-color {
color: var(--wp--preset--color--white, #fff) !important;
}
.has-black-color {
color: var(--wp--preset--color--black, #000) !important;
}
.has-ext-foreground-background-color {
background-color: var(
--wp--preset--color--foreground,
var(--wp--preset--color--black, #000)
) !important;
}
.has-ext-primary-background-color {
background-color: var(
--wp--preset--color--primary,
var(--wp--preset--color--cyan-bluish-gray, #000)
) !important;
}
.wp-block-button__link.has-black-background-color {
border-color: var(--wp--preset--color--black, #000) !important;
}
.wp-block-button__link.has-white-background-color {
border-color: var(--wp--preset--color--white, #fff) !important;
}
.has-ext-small-font-size {
font-size: var(--wp--preset--font-size--ext-small) !important;
}
.has-ext-medium-font-size {
font-size: var(--wp--preset--font-size--ext-medium) !important;
}
.has-ext-large-font-size {
font-size: var(--wp--preset--font-size--ext-large) !important;
line-height: 1.2 !important;
}
.has-ext-x-large-font-size {
font-size: var(--wp--preset--font-size--ext-x-large) !important;
line-height: 1 !important;
}
.has-ext-xx-large-font-size {
font-size: var(--wp--preset--font-size--ext-xx-large) !important;
line-height: 1 !important;
}
.has-ext-x-large-font-size:not([style*="line-height"]),
.has-ext-xx-large-font-size:not([style*="line-height"]) {
line-height: 1.1 !important;
}
.ext .wp-block-group > * + * {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: 0 !important;
}
.has-ext-x-large-font-size + h3,
.has-ext-x-large-font-size + p {
margin-top: 0.5rem !important;
}
.ext .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75) !important;
min-width: 12rem !important;
}
.ext > [class*="_inner-container"] > .ext-grid:not([class*="columns"]),
.ext
> [class*="_inner-container"]
> .wp-block
> .ext-grid:not([class*="columns"]) {
display: initial !important;
}
.ext .ext-grid-cols-13 > [class*="_inner-container"] {
grid-template-columns: repeat(13, minmax(0, 1fr)) !important;
}
.ext [class*="inner-container"] > .alignwide [class*="inner-container"],
.ext
[class*="inner-container"]
> [data-align="wide"]
[class*="inner-container"] {
max-width: var(--responsive--alignwide-width, 120rem) !important;
}
.ext .wp-block-image img {
vertical-align: middle !important;
}
body {
--extendify--spacing--large: var(
--wp--custom--spacing--large,
clamp(2em, 8vw, 8em)
) !important;
--wp--preset--font-size--ext-small: 1rem !important;
--wp--preset--font-size--ext-medium: 1.125rem !important;
--wp--preset--font-size--ext-large: clamp(1.65rem, 3.5vw, 2.15rem) !important;
--wp--preset--font-size--ext-x-large: clamp(3rem, 6vw, 4.75rem) !important;
--wp--preset--font-size--ext-xx-large: clamp(
3.25rem,
7.5vw,
5.75rem
) !important;
--wp--preset--color--black: #000 !important;
--wp--preset--color--white: #fff !important;
}
.ext * {
box-sizing: border-box !important;
}
.block-editor-block-preview__content-iframe
.ext
[data-type="core/spacer"]
.components-resizable-box__container {
background: 0 0 !important;
}
.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
margin-top: unset !important;
margin-bottom: unset !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-50 {
min-height: 50vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-60 {
min-height: 60vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-70 {
min-height: 70vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-80 {
min-height: 80vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-100 {
min-height: 100vw !important;
}
.is-root-container
.wp-block[data-align="full"]
> .ext-mx-0:not([style*="margin"]):not([style*="margin"]) {
margin-right: calc(1 * var(--wp--custom--spacing--outer, 0)) !important;
margin-left: calc(1 * var(--wp--custom--spacing--outer, 0)) !important;
overflow: hidden !important;
width: unset !important;
}
@media (min-width: 782px) {
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
> .wp-block-column:not(:last-child) {
margin-bottom: 0 !important;
}
.is-style-inline-list li {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
display: inline !important;
}
.is-style-inline-list li:first-child {
margin-left: 0 !important;
}
.is-style-inline-list li:last-child {
margin-right: 0 !important;
}
.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
-webkit-clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
}
.tablet\:ext-absolute {
position: absolute !important;
}
.tablet\:ext-relative {
position: relative !important;
}
.tablet\:ext-top-base {
top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-top-lg {
top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--top-base {
top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--top-lg {
top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-right-base {
right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-right-lg {
right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--right-base {
right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--right-lg {
right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-bottom-base {
bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-bottom-lg {
bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--bottom-base {
bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--bottom-lg {
bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-left-base {
left: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-left-lg {
left: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--left-base {
left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--left-lg {
left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-order-1 {
order: 1 !important;
}
.tablet\:ext-order-2 {
order: 2 !important;
}
.tablet\:ext-m-0:not([style*="margin"]) {
margin: 0 !important;
}
.tablet\:ext-m-auto:not([style*="margin"]) {
margin: auto !important;
}
.tablet\:ext-m-base:not([style*="margin"]) {
margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-m-lg:not([style*="margin"]) {
margin: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--m-base:not([style*="margin"]) {
margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--m-lg:not([style*="margin"]) {
margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mx-0:not([style*="margin"]) {
margin-left: 0 !important;
margin-right: 0 !important;
}
.tablet\:ext-mx-auto:not([style*="margin"]) {
margin-left: auto !important;
margin-right: auto !important;
}
.tablet\:ext-mx-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mx-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mx-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mx-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-my-0:not([style*="margin"]) {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.tablet\:ext-my-auto:not([style*="margin"]) {
margin-top: auto !important;
margin-bottom: auto !important;
}
.tablet\:ext-my-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-my-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--my-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--my-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mt-0:not([style*="margin"]) {
margin-top: 0 !important;
}
.tablet\:ext-mt-auto:not([style*="margin"]) {
margin-top: auto !important;
}
.tablet\:ext-mt-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mt-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mt-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mt-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mr-0:not([style*="margin"]) {
margin-right: 0 !important;
}
.tablet\:ext-mr-auto:not([style*="margin"]) {
margin-right: auto !important;
}
.tablet\:ext-mr-base:not([style*="margin"]) {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mr-lg:not([style*="margin"]) {
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mr-base:not([style*="margin"]) {
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mr-lg:not([style*="margin"]) {
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mb-0:not([style*="margin"]) {
margin-bottom: 0 !important;
}
.tablet\:ext-mb-auto:not([style*="margin"]) {
margin-bottom: auto !important;
}
.tablet\:ext-mb-base:not([style*="margin"]) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mb-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mb-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mb-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-ml-0:not([style*="margin"]) {
margin-left: 0 !important;
}
.tablet\:ext-ml-auto:not([style*="margin"]) {
margin-left: auto !important;
}
.tablet\:ext-ml-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-ml-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--ml-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--ml-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-block {
display: block !important;
}
.tablet\:ext-inline-block {
display: inline-block !important;
}
.tablet\:ext-inline {
display: inline !important;
}
.tablet\:ext-flex {
display: flex !important;
}
.tablet\:ext-inline-flex {
display: inline-flex !important;
}
.tablet\:ext-grid {
display: grid !important;
}
.tablet\:ext-inline-grid {
display: inline-grid !important;
}
.tablet\:ext-hidden {
display: none !important;
}
.tablet\:ext-w-auto {
width: auto !important;
}
.tablet\:ext-w-full {
width: 100% !important;
}
.tablet\:ext-max-w-full {
max-width: 100% !important;
}
.tablet\:ext-flex-1 {
flex: 1 1 0% !important;
}
.tablet\:ext-flex-auto {
flex: 1 1 auto !important;
}
.tablet\:ext-flex-initial {
flex: 0 1 auto !important;
}
.tablet\:ext-flex-none {
flex: none !important;
}
.tablet\:ext-flex-shrink-0 {
flex-shrink: 0 !important;
}
.tablet\:ext-flex-shrink {
flex-shrink: 1 !important;
}
.tablet\:ext-flex-grow-0 {
flex-grow: 0 !important;
}
.tablet\:ext-flex-grow {
flex-grow: 1 !important;
}
.tablet\:ext-list-none {
list-style-type: none !important;
}
.tablet\:ext-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-none {
grid-template-columns: none !important;
}
.tablet\:ext-flex-row {
flex-direction: row !important;
}
.tablet\:ext-flex-row-reverse {
flex-direction: row-reverse !important;
}
.tablet\:ext-flex-col {
flex-direction: column !important;
}
.tablet\:ext-flex-col-reverse {
flex-direction: column-reverse !important;
}
.tablet\:ext-flex-wrap {
flex-wrap: wrap !important;
}
.tablet\:ext-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.tablet\:ext-flex-nowrap {
flex-wrap: nowrap !important;
}
.tablet\:ext-items-start {
align-items: flex-start !important;
}
.tablet\:ext-items-end {
align-items: flex-end !important;
}
.tablet\:ext-items-center {
align-items: center !important;
}
.tablet\:ext-items-baseline {
align-items: baseline !important;
}
.tablet\:ext-items-stretch {
align-items: stretch !important;
}
.tablet\:ext-justify-start {
justify-content: flex-start !important;
}
.tablet\:ext-justify-end {
justify-content: flex-end !important;
}
.tablet\:ext-justify-center {
justify-content: center !important;
}
.tablet\:ext-justify-between {
justify-content: space-between !important;
}
.tablet\:ext-justify-around {
justify-content: space-around !important;
}
.tablet\:ext-justify-evenly {
justify-content: space-evenly !important;
}
.tablet\:ext-justify-items-start {
justify-items: start !important;
}
.tablet\:ext-justify-items-end {
justify-items: end !important;
}
.tablet\:ext-justify-items-center {
justify-items: center !important;
}
.tablet\:ext-justify-items-stretch {
justify-items: stretch !important;
}
.tablet\:ext-justify-self-auto {
justify-self: auto !important;
}
.tablet\:ext-justify-self-start {
justify-self: start !important;
}
.tablet\:ext-justify-self-end {
justify-self: end !important;
}
.tablet\:ext-justify-self-center {
justify-self: center !important;
}
.tablet\:ext-justify-self-stretch {
justify-self: stretch !important;
}
.tablet\:ext-p-0:not([style*="padding"]) {
padding: 0 !important;
}
.tablet\:ext-p-base:not([style*="padding"]) {
padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-p-lg:not([style*="padding"]) {
padding: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-px-0:not([style*="padding"]) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.tablet\:ext-px-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-px-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-py-0:not([style*="padding"]) {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.tablet\:ext-py-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-py-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pt-0:not([style*="padding"]) {
padding-top: 0 !important;
}
.tablet\:ext-pt-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pt-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pr-0:not([style*="padding"]) {
padding-right: 0 !important;
}
.tablet\:ext-pr-base:not([style*="padding"]) {
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pr-lg:not([style*="padding"]) {
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pb-0:not([style*="padding"]) {
padding-bottom: 0 !important;
}
.tablet\:ext-pb-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pb-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pl-0:not([style*="padding"]) {
padding-left: 0 !important;
}
.tablet\:ext-pl-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pl-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-text-left {
text-align: left !important;
}
.tablet\:ext-text-center {
text-align: center !important;
}
.tablet\:ext-text-right {
text-align: right !important;
}
}
@media (min-width: 1080px) {
.desktop\:ext-absolute {
position: absolute !important;
}
.desktop\:ext-relative {
position: relative !important;
}
.desktop\:ext-top-base {
top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-top-lg {
top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--top-base {
top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--top-lg {
top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-right-base {
right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-right-lg {
right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--right-base {
right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--right-lg {
right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-bottom-base {
bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-bottom-lg {
bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--bottom-base {
bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--bottom-lg {
bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-left-base {
left: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-left-lg {
left: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--left-base {
left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--left-lg {
left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-order-1 {
order: 1 !important;
}
.desktop\:ext-order-2 {
order: 2 !important;
}
.desktop\:ext-m-0:not([style*="margin"]) {
margin: 0 !important;
}
.desktop\:ext-m-auto:not([style*="margin"]) {
margin: auto !important;
}
.desktop\:ext-m-base:not([style*="margin"]) {
margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-m-lg:not([style*="margin"]) {
margin: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--m-base:not([style*="margin"]) {
margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--m-lg:not([style*="margin"]) {
margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mx-0:not([style*="margin"]) {
margin-left: 0 !important;
margin-right: 0 !important;
}
.desktop\:ext-mx-auto:not([style*="margin"]) {
margin-left: auto !important;
margin-right: auto !important;
}
.desktop\:ext-mx-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mx-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mx-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mx-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-my-0:not([style*="margin"]) {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.desktop\:ext-my-auto:not([style*="margin"]) {
margin-top: auto !important;
margin-bottom: auto !important;
}
.desktop\:ext-my-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-my-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--my-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--my-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mt-0:not([style*="margin"]) {
margin-top: 0 !important;
}
.desktop\:ext-mt-auto:not([style*="margin"]) {
margin-top: auto !important;
}
.desktop\:ext-mt-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mt-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mt-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mt-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mr-0:not([style*="margin"]) {
margin-right: 0 !important;
}
.desktop\:ext-mr-auto:not([style*="margin"]) {
margin-right: auto !important;
}
.desktop\:ext-mr-base:not([style*="margin"]) {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mr-lg:not([style*="margin"]) {
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mr-base:not([style*="margin"]) {
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mr-lg:not([style*="margin"]) {
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mb-0:not([style*="margin"]) {
margin-bottom: 0 !important;
}
.desktop\:ext-mb-auto:not([style*="margin"]) {
margin-bottom: auto !important;
}
.desktop\:ext-mb-base:not([style*="margin"]) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mb-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mb-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mb-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-ml-0:not([style*="margin"]) {
margin-left: 0 !important;
}
.desktop\:ext-ml-auto:not([style*="margin"]) {
margin-left: auto !important;
}
.desktop\:ext-ml-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-ml-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--ml-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--ml-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-block {
display: block !important;
}
.desktop\:ext-inline-block {
display: inline-block !important;
}
.desktop\:ext-inline {
display: inline !important;
}
.desktop\:ext-flex {
display: flex !important;
}
.desktop\:ext-inline-flex {
display: inline-flex !important;
}
.desktop\:ext-grid {
display: grid !important;
}
.desktop\:ext-inline-grid {
display: inline-grid !important;
}
.desktop\:ext-hidden {
display: none !important;
}
.desktop\:ext-w-auto {
width: auto !important;
}
.desktop\:ext-w-full {
width: 100% !important;
}
.desktop\:ext-max-w-full {
max-width: 100% !important;
}
.desktop\:ext-flex-1 {
flex: 1 1 0% !important;
}
.desktop\:ext-flex-auto {
flex: 1 1 auto !important;
}
.desktop\:ext-flex-initial {
flex: 0 1 auto !important;
}
.desktop\:ext-flex-none {
flex: none !important;
}
.desktop\:ext-flex-shrink-0 {
flex-shrink: 0 !important;
}
.desktop\:ext-flex-shrink {
flex-shrink: 1 !important;
}
.desktop\:ext-flex-grow-0 {
flex-grow: 0 !important;
}
.desktop\:ext-flex-grow {
flex-grow: 1 !important;
}
.desktop\:ext-list-none {
list-style-type: none !important;
}
.desktop\:ext-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-none {
grid-template-columns: none !important;
}
.desktop\:ext-flex-row {
flex-direction: row !important;
}
.desktop\:ext-flex-row-reverse {
flex-direction: row-reverse !important;
}
.desktop\:ext-flex-col {
flex-direction: column !important;
}
.desktop\:ext-flex-col-reverse {
flex-direction: column-reverse !important;
}
.desktop\:ext-flex-wrap {
flex-wrap: wrap !important;
}
.desktop\:ext-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.desktop\:ext-flex-nowrap {
flex-wrap: nowrap !important;
}
.desktop\:ext-items-start {
align-items: flex-start !important;
}
.desktop\:ext-items-end {
align-items: flex-end !important;
}
.desktop\:ext-items-center {
align-items: center !important;
}
.desktop\:ext-items-baseline {
align-items: baseline !important;
}
.desktop\:ext-items-stretch {
align-items: stretch !important;
}
.desktop\:ext-justify-start {
justify-content: flex-start !important;
}
.desktop\:ext-justify-end {
justify-content: flex-end !important;
}
.desktop\:ext-justify-center {
justify-content: center !important;
}
.desktop\:ext-justify-between {
justify-content: space-between !important;
}
.desktop\:ext-justify-around {
justify-content: space-around !important;
}
.desktop\:ext-justify-evenly {
justify-content: space-evenly !important;
}
.desktop\:ext-justify-items-start {
justify-items: start !important;
}
.desktop\:ext-justify-items-end {
justify-items: end !important;
}
.desktop\:ext-justify-items-center {
justify-items: center !important;
}
.desktop\:ext-justify-items-stretch {
justify-items: stretch !important;
}
.desktop\:ext-justify-self-auto {
justify-self: auto !important;
}
.desktop\:ext-justify-self-start {
justify-self: start !important;
}
.desktop\:ext-justify-self-end {
justify-self: end !important;
}
.desktop\:ext-justify-self-center {
justify-self: center !important;
}
.desktop\:ext-justify-self-stretch {
justify-self: stretch !important;
}
.desktop\:ext-p-0:not([style*="padding"]) {
padding: 0 !important;
}
.desktop\:ext-p-base:not([style*="padding"]) {
padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-p-lg:not([style*="padding"]) {
padding: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-px-0:not([style*="padding"]) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.desktop\:ext-px-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-px-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-py-0:not([style*="padding"]) {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.desktop\:ext-py-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-py-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pt-0:not([style*="padding"]) {
padding-top: 0 !important;
}
.desktop\:ext-pt-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pt-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pr-0:not([style*="padding"]) {
padding-right: 0 !important;
}
.desktop\:ext-pr-base:not([style*="padding"]) {
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pr-lg:not([style*="padding"]) {
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pb-0:not([style*="padding"]) {
padding-bottom: 0 !important;
}
.desktop\:ext-pb-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pb-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pl-0:not([style*="padding"]) {
padding-left: 0 !important;
}
.desktop\:ext-pl-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pl-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-text-left {
text-align: left !important;
}
.desktop\:ext-text-center {
text-align: center !important;
}
.desktop\:ext-text-right {
text-align: right !important;
}
}.uagb-slick-carousel .slick-list,.uagb-slick-carousel .slick-slider,.uagb-slick-carousel .slick-track,.uagb-slick-carousel.slick-slider{position:relative;display:block}.uagb-slick-carousel .slick-loading .slick-slide,.uagb-slick-carousel .slick-loading .slick-track{visibility:hidden}.uagb-slick-carousel.slick-slider{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.uagb-slick-carousel .slick-list{overflow:hidden;margin:0;padding:0}.uagb-slick-carousel .slick-list:focus{outline:0}.uagb-slick-carousel .slick-list.dragging{cursor:pointer;cursor:hand}.uagb-slick-carousel.slick-slider .slick-list,.uagb-slick-carousel.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.uagb-slick-carousel .slick-track{top:0;left:0}.uagb-slick-carousel .slick-track::after,.uagb-slick-carousel .slick-track::before{display:table;content:""}.uagb-slick-carousel .slick-track::after{clear:both}.uagb-slick-carousel .slick-initialized .slick-slide{display:block}.uagb-slick-carousel .slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .uagb-slick-carousel .slick-slide{float:right}.uagb-slick-carousel .slick-slide img{display:block}.uagb-slick-carousel .slick-slide.slick-loading img{display:none}.uagb-slick-carousel .slick-slide.dragging img{pointer-events:none}.uagb-slick-carousel.slick-initialized .slick-slide{display:block}.uagb-slick-carousel .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.uagb-slick-carousel .slick-arrow.slick-hidden{display:none}.uagb-slick-carousel{padding:30px}.uagb-slick-carousel .slick-next,.uagb-slick-carousel .slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:auto;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:#aaa;border-color:#aaa;outline:0;background:0 0}.uagb-slick-carousel .slick-next::before,.uagb-slick-carousel .slick-prev::before{font-size:35px;line-height:1;opacity:.75;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.uagb-slick-carousel .slick-next::before,.uagb-slick-carousel .slick-prev::before,[dir=rtl] .uagb-slick-carousel .slick-next::before,[dir=rtl] .uagb-slick-carousel .slick-prev::before{content:"";font-size:0;line-height:0}.uagb-slick-carousel .slick-prev{left:-45px;z-index:1;border-radius:0}[dir=rtl] .uagb-tm__arrow-outside.uagb-slick-carousel .slick-prev{left:auto;right:-45px}.uagb-slick-carousel button.slick-arrow{padding:7px}.uagb-slick-carousel .slick-next i,.uagb-slick-carousel .slick-next i:focus,.uagb-slick-carousel .slick-next i:hover,.uagb-slick-carousel .slick-prev i,.uagb-slick-carousel .slick-prev i:focus,.uagb-slick-carousel .slick-prev i:hover{font-size:20px;width:1.5em;height:1.5em;line-height:26px;text-align:center;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.uagb-slick-carousel ul.slick-dots{padding-top:0;display:block;position:absolute;margin:0;left:0;width:100%;bottom:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);text-align:center}.uagb-slick-carousel ul.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0;padding:0;cursor:pointer}.uagb-slick-carousel ul.slick-dots li.slick-active button::before{opacity:.75;color:#000f}.uagb-slick-carousel ul.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.uagb-slick-carousel ul.slick-dots li button::before{font-family:none;font-size:30px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media only screen and (max-width:976px){.uagb-slick-carousel{padding:0}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media(max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media(max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}.uagb-post-grid{margin:0 auto;position:relative}.uagb-post-grid:not(.is-grid) .uagb-post__inner-wrap{background-clip:content-box !important}.uagb-post-grid .uagb-post__inner-wrap{transition:box-shadow .2s ease;overflow:hidden}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.default{margin:5px 5px 5px 0}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted{background:#444;color:#fff;border-radius:2px;flex-direction:row;align-items:flex-end;padding:6px 8px;line-height:1;margin-right:5px;margin-bottom:20px}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted a{color:#fff}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy a{text-decoration:none;color:inherit}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__image .uagb-post__image-equal-height{display:block;height:0;padding-bottom:66.67%;overflow:hidden}.uagb-post-grid .uagb-post__load-more-wrap{width:100%;position:absolute;bottom:-30px}.uagb-post-grid .uagb-post__load-more-wrap .uagb-post-pagination-button{cursor:pointer}.uagb-post-grid .uagb-post__load-more-wrap a{color:inherit}.uagb-post-grid.is-grid article{float:left;display:inline-block}.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-top .uagb-post__text:nth-last-child(2){padding-bottom:100px}.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-top .uagb-post__text:last-child{position:absolute;bottom:20px}.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-background .uagb-post__text:nth-last-child(3){padding-bottom:100px}.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-background .uagb-post__text:nth-last-child(2){position:absolute;bottom:20px}.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-top .uagb-post__inner-wrap,.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-background .uagb-post__inner-wrap{position:relative}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a{display:block;height:0;overflow:hidden;position:relative}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-2-3{padding-bottom:66%}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-9-16{padding-bottom:56.25%}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-1-2{padding-bottom:50%}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-1-1{padding-bottom:67%}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-inherit{padding-bottom:0;height:auto}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-inherit img{position:unset !important}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a[class^=uagb-image-ratio-]>img{position:absolute;height:100%}.uagb-post-grid.uagb-post__items.is-masonry{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid.uagb-post__items.is-carousel{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:100%;visibility:hidden}.uagb-post-grid.is-grid .uagb-post__inner-wrap{height:max-content}.uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap{height:auto}.uagb-post-grid.is-masonry .uagb-post__inner-wrap{height:auto}.uagb-post-grid .uagb-post__author span,.uagb-post-grid .uagb-post__comment span,.uagb-post-grid .uagb-post__taxonomy span,.uagb-post-grid .uagb-post__date span{font-size:inherit;line-height:inherit;width:inherit;height:inherit;margin-right:4px;vertical-align:bottom}.uagb-post-grid.uagb-post__columns-8:not(.is-grid) article{width:12.5%}.uagb-post-grid.uagb-post__columns-7:not(.is-grid) article{width:14.28%}.uagb-post-grid.uagb-post__columns-6:not(.is-grid) article{width:16.66%}.uagb-post-grid.uagb-post__columns-5:not(.is-grid) article{width:20%}.uagb-post-grid.uagb-post__columns-4:not(.is-grid) article{width:25%}.uagb-post-grid.uagb-post__columns-3:not(.is-grid) article{width:33.33%}.uagb-post-grid.uagb-post__columns-2:not(.is-grid) article{width:50%}.uagb-post-grid.uagb-post__columns-1:not(.is-grid) article{width:100%}@media only screen and (max-width: 600px){.uagb-post-grid div[class*=columns].is-grid{grid-template-columns:1fr}}.uagb-post-grid .uagb-post__image img{display:block;width:100%;height:auto;max-width:100%}.uagb-post-grid .uagb-post__title{margin-top:0;margin-bottom:0;word-break:break-word}.uagb-post-grid .uagb-post__title a{color:inherit;box-shadow:none;transition:.3s ease;text-decoration:none}.uagb-post-grid .uagb-post__title a:hover{text-decoration:none}.uagb-post-grid .uagb-post__title a:focus{text-decoration:none}.uagb-post-grid .uagb-post__title a:active{text-decoration:none}.uagb-post-grid .uagb-post-grid-byline>*{margin-right:10px}.uagb-post-grid .uagb-post-grid-byline,.uagb-post-grid .uagb-post__taxonomy{text-transform:capitalize;font-size:14px;font-weight:500;line-height:23px;text-decoration:none}.uagb-post-grid .uagb-post-grid-byline a,.uagb-post-grid .uagb-post-grid-byline a:focus,.uagb-post-grid .uagb-post-grid-byline a:active{color:inherit;font-size:inherit;text-decoration:none}.uagb-post-grid .uagb-post__title a,.uagb-post-grid .uagb-post__title a:focus,.uagb-post-grid .uagb-post__title a:active{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__author,.uagb-post-grid .uagb-post__date,.uagb-post-grid .uagb-post__comment{display:inline-block;word-break:break-all}.uagb-post-grid .uagb-post__author:not(:last-child)::after,.uagb-post-grid .uagb-post__date:not(:last-child)::after,.uagb-post-grid .uagb-post__comment:not(:last-child)::after{content:"·";vertical-align:middle;align-self:center;margin:0 5px;line-height:1}.uagb-post-grid .uagb-post__comment,.uagb-post-grid .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__author a{box-shadow:none}.uagb-post-grid .uagb-post__author a:hover{color:inherit;box-shadow:0 -1px 0 inset}.uagb-post-grid .uagb-post__excerpt{word-break:break-word}.uagb-post-grid .uagb-post__inner-wrap p:last-of-type{margin-bottom:0}.uagb-post-grid .uagb-post__cta{border:none;display:inline-block;background:none}.uagb-post-grid .uagb-post__cta .ast-outline-button{display:inline-flex}.uagb-post-grid .uagb-post__excerpt p{color:inherit}.is-grid.uagb-post__items{display:grid}.wp-block-uagb-post-grid .uagb-post-pagination-wrap{grid-column:1/-1}.uagb-post__image-position-background .uagb-post__link-complete-box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.uagb-post__image-position-background.uagb-post__image-enabled .uagb-post__text{color:#fff}.uagb-post__image-position-background .uagb-post__text{opacity:1;position:relative;z-index:10;overflow:hidden}.uagb-post__image-position-background .uagb-post__inner-wrap{position:relative;width:100%}.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted,.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.default{position:relative;z-index:999}.uagb-post__image-position-background .uagb-post__image img{position:absolute;width:auto;height:auto;min-width:100%;max-width:none;left:50%;top:50%;transform:translate(-50%, -50%);min-height:100%}.uagb-post__image-position-background .uagb-post__image{background-size:cover;background-repeat:no-repeat;background-position:center;overflow:hidden;text-align:center;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.uagb-post__image-position-background .uagb-post__image::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:hsla(0,0%,100%,.5)}.uagb-slick-carousel .is-carousel{padding:0}.uagb-slick-carousel ul.slick-dots{transform:unset;position:relative;padding:unset}.uagb-slick-carousel .slick-prev:not(:hover):not(:active):not(.has-background),.uagb-slick-carousel .slick-next:not(:hover):not(:active):not(.has-background),.uagb-slick-carousel ul.slick-dots li button:not(:hover):not(:active):not(.has-background){background-color:unset}.uagb-post-grid[data-equal-height=yes] .uagb-post__inner-wrap{display:inline-block;height:100%}.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;z-index:1}[dir=rtl] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;right:auto}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:-45px}[dir=rtl] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:auto;right:-45px}.uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:25px;z-index:1}[dir=rtl] .uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:auto;right:25px}.uagb-post__arrow-inside.uagb-post-grid .slick-next{right:25px}[dir=rtl] .uagb-post__arrow-inside.uagb-post-grid .slick-next{left:25px;right:auto}.uagb-post-grid.is-grid article,.uagb-post-grid.is-masonry article,.uagb-post-grid.is-carousel article{box-sizing:border-box}@media(max-width: 976px){.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:15px;z-index:1}[dir=rtl] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:auto;right:15px}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:15px}[dir=rtl] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:15px;right:auto}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-8 article{width:12.5%}}@media(max-width: 767px){:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-8 article{width:12.5%}}.entry .entry-content .uagb-post-grid a{text-decoration:none}.uagb-post-pagination-wrap{display:flex;width:100%;flex-wrap:wrap}.uagb-post-pagination-wrap a.page-numbers,.uagb-post-pagination-wrap span.page-numbers.current{padding:5px 10px;margin:0;display:flex;margin-right:4px;margin-bottom:5px}.uagb-post-grid .uagb-post-inf-loader{margin:0 auto;min-height:58px;line-height:58px;width:160px;text-align:center}.uagb-post-grid .uagb-post-inf-loader div{width:18px;height:18px;background-color:#0085ba;-webkit-border-radius:100%;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}.wp-site-blocks .uagb-post__arrow-outside.uagb-post-grid .slick-next{right:0}.wp-site-blocks .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:0}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.uagb-block-6e97ff4e.is-grid .uagb-post__inner-wrap{padding-top: 20px;padding-bottom: 20px;padding-left: 20px;padding-right: 20px;box-shadow: 0px 0px 0 #00000070;}.uagb-block-6e97ff4e.is-grid .uagb-post__inner-wrap .uagb-post__image:first-child{margin-left: -20px;margin-right: -20px;margin-top: -20px;}.uagb-block-6e97ff4e:not(.is-grid) .uagb-post__inner-wrap > .uagb-post__text:last-child{margin-bottom: 20px;}.uagb-block-6e97ff4e:not(.is-grid) .uagb-post__inner-wrap > .uagb-post__text:first-child{margin-top: 20px;}.uagb-block-6e97ff4e:not(.is-grid).uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__text:nth-last-child(2) {margin-bottom: 20px;}.uagb-block-6e97ff4e:not(.wp-block-uagb-post-carousel):not(.is-grid).uagb-post__items{margin-right: -10px;margin-left: -10px;}.uagb-block-6e97ff4e:not(.is-grid).uagb-post__items article{padding-right: 10px;padding-left: 10px;margin-bottom: 20px;}.uagb-block-6e97ff4e:not(.is-grid) .uagb-post__inner-wrap > .uagb-post__text{margin-left: 20px;margin-right: 20px;}.uagb-block-6e97ff4e .uagb-post__inner-wrap{background: #f6f6f6;text-align: left;}.uagb-block-6e97ff4e .uagb-post__inner-wrap .uagb-post__cta{padding-bottom: 0px;}.uagb-block-6e97ff4e .uagb-post__image {padding-bottom: 15px;}.uagb-block-6e97ff4e .uagb-post__title{padding-bottom: 15px;}.uagb-block-6e97ff4e .uagb-post-grid-byline{padding-bottom: 15px;}.uagb-block-6e97ff4e .uagb-post__excerpt{padding-bottom: 25px;}.uagb-block-6e97ff4e .uagb-post__image:before{background-color: #000000;opacity: 0.5;}.uagb-block-6e97ff4e.is-grid.uagb-post__items{row-gap: 20px;column-gap: 20px;}.uagb-block-6e97ff4e.wp-block-uagb-post-grid.is-grid{grid-template-columns: repeat(3 , minmax(0, 1fr));}.uagb-block-6e97ff4e.is-grid .uagb-post__inner-wrap:hover{box-shadow: 0px 0px 0 #00000070;}.uagb-block-6e97ff4e .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted{color: #fff;background: #3182ce;}.uagb-block-6e97ff4e .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted a{color: #fff;}.uagb-block-6e97ff4e.uagb-post-grid .wp-block-button.uagb-post__text.uagb-post__cta .uagb-text-link.wp-block-button__link {0: ;0: ;0: ;0: ;0: ;0: ;0: ;0: ;0: ;0: none;border-style: none;}.uagb-block-6e97ff4e.is_carousel .uagb-post__inner-wrap{background-color: #f6f6f6;}.uagb-block-6e97ff4e .slick-arrow{border-color: #000;border-width: 0px;border-radius: 0px;}.uagb-block-6e97ff4e .slick-arrow span{color: #000;font-size: 24px;width: 24px;height: 24px;}.uagb-block-6e97ff4e .slick-arrow svg{fill: #000;width: 24px;height: 24px;}.uagb-block-6e97ff4e.uagb-post-grid ul.slick-dots li.slick-active button:before{color: #000;}.uagb-block-6e97ff4e.uagb-slick-carousel ul.slick-dots li button:before{color: #000;}.uagb-block-6e97ff4e .slick-dots{margin-top: 20px !important;}@media only screen and (max-width: 976px) {.uagb-block-6e97ff4e.wp-block-uagb-post-grid.is-grid{grid-template-columns: repeat(2 , minmax(0, 1fr));}.uagb-block-6e97ff4e.is-grid.uagb-post__items{row-gap: 20px;column-gap: 20px;}.uagb-block-6e97ff4e:not(.is-grid).uagb-post__items article{padding-right: 10px;padding-left: 10px;margin-bottom: 20px;}.uagb-block-6e97ff4e:not(.is-grid).uagb-post__items{margin-right: -10px;margin-left: -10px;}.uagb-block-6e97ff4e.is-grid .uagb-post__inner-wrap .uagb-post__image:first-child{margin-left: 0px;margin-right: 0px;margin-top: 0px;}.uagb-block-6e97ff4e.uagb-post-grid .wp-block-button.uagb-post__text.uagb-post__cta .uagb-text-link.wp-block-button__link {border-style: none;}.uagb-block-6e97ff4e .uagb-post__cta a{border-style: none;}.uagb-block-6e97ff4e .slick-dots{margin-top:  !important;}}@media only screen and (max-width: 767px) {.uagb-block-6e97ff4e.wp-block-uagb-post-grid.is-grid{grid-template-columns: repeat(1 , minmax(0, 1fr));}.uagb-block-6e97ff4e.is-grid.uagb-post__items{row-gap: 20px;column-gap: 20px;}.uagb-block-6e97ff4e:not(.is-grid).uagb-post__items article{padding-right: 10px;padding-left: 10px;margin-bottom: 20px;}.uagb-block-6e97ff4e:not(.is-grid).uagb-post__items{margin-right: -10px;margin-left: -10px;}.uagb-block-6e97ff4e.is-grid .uagb-post__inner-wrap .uagb-post__image:first-child{margin-left: 0px;margin-right: 0px;margin-top: 0px;}.uagb-block-6e97ff4e.uagb-post-grid .wp-block-button.uagb-post__text.uagb-post__cta .uagb-text-link.wp-block-button__link {border-style: none;}.uagb-block-6e97ff4e .slick-dots{margin-top:  !important;}}@font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-italic-400.woff2?c=1784382193) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway-cyrillic-v37-italic-400.woff2?c=1784382193) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-italic-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-italic-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-italic-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-italic-400.woff2?c=1784382193) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway-cyrillic-v37-italic-400.woff2?c=1784382193) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-italic-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-italic-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-italic-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-normal-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway-cyrillic-v37-normal-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-normal-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-normal-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-normal-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-normal-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway-cyrillic-v37-normal-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-normal-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-normal-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-normal-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-normal-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway-cyrillic-v37-normal-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-normal-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-normal-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://nostalgija-band.de/wp-content/uploads/fonts/b2734e3102ed11e57053215deef80201/raleway--v37-normal-400.woff2?c=1784382194) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face{font-family:'FontAwesome';src:url(//nostalgija-band.de/wp-content/themes/seek/assets/libraries/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//nostalgija-band.de/wp-content/themes/seek/assets/libraries/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//nostalgija-band.de/wp-content/themes/seek/assets/libraries/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//nostalgija-band.de/wp-content/themes/seek/assets/libraries/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//nostalgija-band.de/wp-content/themes/seek/assets/libraries/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//nostalgija-band.de/wp-content/themes/seek/assets/libraries/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
   html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} 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-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: none;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} 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: none; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type=button],
input[type=reset],
input[type=submit] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
border-color: #aaa #bbb #bbb;
}
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 {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
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: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:hover,
a:focus,
a:active {
outline: 0;
}
a:focus-visible {
outline: thin dotted;
} .site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .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, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .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;
}
@-webkit-keyframes scale-in-center {
0% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
opacity: 1;
}
100% {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes scale-in-center {
0% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
opacity: 1;
}
100% {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
opacity: 1;
}
}
@keyframes scale-in-center {
0% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
opacity: 1;
}
100% {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes rotate-center {
0% {
transform: rotate(0);
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
}
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@-moz-keyframes rotate-center {
0% {
transform: rotate(0);
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
}
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@keyframes rotate-center {
0% {
transform: rotate(0);
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
}
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes rotate-partial {
0% {
transform: rotate(0);
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
}
100% {
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
}
}
@-moz-keyframes rotate-partial {
0% {
transform: rotate(0);
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
}
100% {
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
}
}
@keyframes rotate-partial {
0% {
transform: rotate(0);
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
}
100% {
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
}
}
@-webkit-keyframes time {
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@-moz-keyframes time {
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@keyframes time {
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
.twp-category-post-list, .comments-area .comment-list,
.twp-comments-section .comment-list, .twp-footer-menu-section .twp-footer-menu, .twp-breadcrumbs ul, .widget ul, .twp-related-post-list, .twp-list-post-lists, .desktop .twp-nav-menu ul, .twp-mobile-menu ul, ul.twp-social-icons, .twp-categories-with-bg ul {
list-style: none;
margin: 0;
padding: 0;
}
.twp-not-found .search-form:before, .widget .search-form:before, .twp-ticket-pin:before, .posts-navigation .nav-links:before, ul.twp-social-icons:before, #content:before, .clearfix:before, .twp-not-found .search-form:after, .widget .search-form:after, .twp-ticket-pin:after, .posts-navigation .nav-links:after, ul.twp-social-icons:after, #content:after, .clearfix:after {
clear: both;
content: "";
display: block;
}
.twp-editorial-full-post-list .twp-section-title, .twp-banner-section .twp-banner-post-section, .twp-not-found .search-form .search-submit, .twp-footer-widget-section .widget .search-form .search-submit, .twp-navigation .twp-nav-menu-section:after, .twp-topbar .twp-title-with-arrow, .mc4wp-form-fields input[type=submit], .twp-close-icon span, .twp-categories-with-bg.twp-categories-with-bg-primary a, .archive .page-header .page-title:before,
.search .page-header .page-title:before, .twp-title-with-dashed:before,
.widget-title:before {
background-color: #FF0036;
}
.twp-article-post .single-excerpt p {
border-color: #FF0036;
}
.comments-area .comment-list li .comment-meta,
.twp-comments-section .comment-list li .comment-meta, .desktop ul.twp-nav-menu > li a .menu-description, .twp-post-format-icon {
color: #FF0036;
}
.twp-single-next-post, .desktop div.twp-nav-menu > ul > li > a, .desktop ul.twp-nav-menu > li > a, .twp-overlay-image-hover, .twp-overlay {
transform: perspective(1px) translateZ(0);
}
.desktop div.twp-nav-menu > ul > li > a, .desktop ul.twp-nav-menu > li > a, .twp-overlay-image-hover, .twp-overlay {
position: relative;
z-index: 1;
}
.desktop div.twp-nav-menu > ul > li > a:before, .desktop ul.twp-nav-menu > li > a:before, .twp-overlay-image-hover:before, .twp-overlay:before {
position: absolute;
display: block;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}
.comment-form input[type=submit], .comments-area .comment-respond .comment-form .logged-in-as a,
.twp-comments-section .comment-respond .comment-form .logged-in-as a, .comments-area .comment-list li .comment-reply-link,
.twp-comments-section .comment-list li .comment-reply-link, .page-links a, .posts-navigation a, .pagination .page-numbers, .mc4wp-form-fields input[type=submit] {
display: inline-block;
height: 40px;
line-height: 36px;
border-style: solid;
border-width: 2px;
padding: 0 30px;
font-size: 1rem;
font-weight: 600;
font-family: inherit;
}
.comments-area .comment-respond .comment-form .logged-in-as a:last-child,
.twp-comments-section .comment-respond .comment-form .logged-in-as a:last-child {
border-color: #FF0036;
color: #FF0036;
background-color: white;
}
.comments-area .comment-respond .comment-form .logged-in-as a:hover:last-child,
.twp-comments-section .comment-respond .comment-form .logged-in-as a:hover:last-child {
background-color: #FF0036;
color: white;
}
.comment-form input[type=submit], .comments-area .comment-respond .comment-form .logged-in-as a,
.twp-comments-section .comment-respond .comment-form .logged-in-as a {
border-color: #FF0036;
background-color: #FF0036;
color: white;
border-color: #FF0036;
}
.comment-form input[type=submit]:visited, .comments-area .comment-respond .comment-form .logged-in-as a:visited,
.twp-comments-section .comment-respond .comment-form .logged-in-as a:visited {
color: white;
border-color: #FF0036;
}
.comment-form input[type=submit]:hover, .comments-area .comment-respond .comment-form .logged-in-as a:hover,
.twp-comments-section .comment-respond .comment-form .logged-in-as a:hover {
background-color: white;
color: #FF0036;
}
.twp-float-left {
float: left;
}
.twp-float-right {
float: right;
}
.clearfix:before, .clearfix:after {
clear: both;
content: "";
display: block;
}
.twp-d-flex {
display: flex;
flex-wrap: wrap;
}
.twp-w-100 {
width: 100%;
}
.twp-text-center {
text-align: center;
}
.d-block {
display: block;
}
img {
vertical-align: middle;
max-width: 100%;
height: auto;
}
.data-bg,
.bg-image {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
background-color: #7b7b7b;
}
.data-bg-xs {
height: 50px;
overflow: hidden;
}
.twp-box-shadow {
box-shadow: 0 0 10px 5px #eeeeee;
}
.twp-box-shadow-sm {
box-shadow: 0 0 10px 2px #CFD8DC;
}
.twp-bg-blue-gray {
background-color: #CFD8DC;
}
.twp-bg-light-gray {
background-color: #f8f9fa;
}
.twp-image-hover {
overflow: hidden;
}
.twp-image-hover a {
transition: transform 0.3s linear;
-webkit-transition: transform 0.3s linear;
-moz-transition: transform 0.3s linear;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
}
.twp-image-hover a:hover {
transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
}
.twp-post-format-absolute {
display: inline-block;
position: absolute;
top: 15px;
right: 15px;
z-index: 2;
}
.twp-post-format-absolute-center {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
}
.container-fluid {
width: 100%;
padding-left: 8px;
padding-right: 8px;
}
.container {
padding-left: 15px;
padding-right: 15px;
width: 100%;
max-width: 100%;
}
@media (min-width: 1350px) {
.container {
margin: 0 auto;
max-width: 1300px;
}
}
@media (min-width: 1450px) {
.container {
max-width: 1400px;
}
}
.twp-row {
display: flex;
flex-wrap: wrap;
margin-left: -8px;
margin-right: -8px;
}
.twp-col-3,
.twp-col-4,
.twp-col-6,
.twp-col-8,
.twp-col-9 {
padding-left: 8px;
padding-right: 8px;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.twp-col-3,
.twp-col-4,
.twp-col-6,
.twp-col-8,
.twp-col-9 {
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 1050px) {
.twp-col-3 {
flex: 0 0 25%;
max-width: 25%;
}
}
@media (min-width: 1050px) {
.twp-col-4 {
flex: 0 0 33.33%;
max-width: 33.33%;
}
}
@media (min-width: 1050px) {
.twp-col-6 {
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 1050px) {
.twp-col-8 {
flex: 0 0 66.67%;
max-width: 66.67%;
}
}
@media (min-width: 1050px) {
.twp-col-9 {
flex: 0 0 75%;
max-width: 75%;
}
}
.twp-col-12 {
padding-left: 8px;
padding-right: 8px;
flex: 0 0 100%;
max-width: 100%;
}
.twp-col-md-12 {
padding-left: 8px;
padding-right: 8px;
}
@media (min-width: 992px) {
.twp-col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
}
.twp-col-lg-3 {
padding-left: 8px;
padding-right: 8px;
}
@media (min-width: 1050px) {
.twp-col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
}
.twp-col-lg-6 {
padding-left: 8px;
padding-right: 8px;
}
@media (min-width: 1050px) {
.twp-col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
}
.twp-col-lg-9 {
padding-left: 8px;
padding-right: 8px;
}
@media (min-width: 1050px) {
.twp-col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
}
.twp-col-half {
flex: 0 0 100%;
max-width: 100%;
padding-left: 8px;
padding-right: 8px;
}
@media (min-width: 768px) {
.twp-col-half {
flex: 0 0 50%;
max-width: 50%;
}
}
.home.full-width #content {
width: 100%;
max-width: 100%;
padding-left:0;
padding-right:0;
}
#content {
width: 100%;
margin: 0 auto;
max-width: 100%;
padding-left:15px;
padding-right:15px;
}
@media (min-width: 1350px) {
#content {
max-width: 1300px;
}
}
@media (min-width: 1450px) {
#content {
max-width: 1400px;
}
}
@media (min-width: 992px) {
#content #primary {
float: left;
width: 60%;
}
}
@media (min-width: 1050px) {
#content #primary {
width: 70%;
}
}
@media (min-width: 992px) {
#content #secondary {
float: right;
width: 40%;
}
}
@media (min-width: 1050px) {
#content #secondary {
width: 30%;
}
}
@media (min-width: 992px) {
.right-sidebar #content #primary {
width: 60%;
padding-right: 15px;
}
}
@media (min-width: 1050px) {
.right-sidebar #content #primary {
width: 70%;
}
}
.right-sidebar #content #secondary {
padding-left: 15px;
}
@media (min-width: 992px) {
.right-sidebar #content #secondary {
width: 40%;
}
}
@media (min-width: 1050px) {
.right-sidebar #content #secondary {
width: 30%;
}
}
@media (min-width: 992px) {
.left-sidebar #content #primary {
float:right;
padding-left: 15px;
width: 60%;
}
}
@media (min-width: 1050px) {
.left-sidebar #content #primary {
width: 70%;
}
}
.left-sidebar #content #secondary {
padding-right: 15px;
}
@media (min-width: 992px) {
.left-sidebar #content #secondary {
width: 40%;
}
}
@media (min-width: 1050px) {
.left-sidebar #content #secondary {
width: 30%;
}
}
@media (min-width: 992px) {
.no-sidebar #content #primary {
float: left;
padding-left: 0;
padding-right: 0;
width: 100%;
}
}
.no-sidebar #content #secondary {
display: none;
}
html {
font-size: 16px;
font-family: "Raleway";
font-weight: 400;
}
html body {
color: black;
font-family: "Raleway";
}
html body select, html body input, html body button, html body textarea, html body option {
font-family: inherit;
}
a {
text-decoration: none;
color: black;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
a:visited {
color: black;
}
a:hover {
color: #FF0036;
}
p a {
color: #FF0036;
}
p a:visited, p a:hover {
color: #FF0036;
}
p a:hover {
font-weight: 800;
}
.twp-author-meta {
display: flex;
align-items: center;
font-weight: 600;
flex-wrap: wrap;
font-size: 14px;
font-style: italic;
}
.twp-author-meta span, .twp-author-meta a {
display: inline-block;
}
.twp-author-meta .twp-author-caption,
.twp-author-meta .twp-post-date,
.twp-author-meta .twp-comment {
padding-right: 5px;
}
.twp-author-meta .twp-author-image {
width: 35px;
margin-left: 5px;
margin-right: 5px;
vertical-align: middle;
}
.twp-author-meta .twp-author-image img {
border-radius: 100%;
}
.twp-tag-line {
position: relative;
display: inline-block;
padding-left: 15px;
padding-right: 15px;
}
.twp-tag-line:before, .twp-tag-line:after {
content: none;
display: block;
position: absolute;
top: 50%;
width: 45px;
height: 3px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
}
@media (min-width: 768px) {
.twp-tag-line:before, .twp-tag-line:after {
content: "";
}
}
.twp-tag-line:before {
left: -45px;
}
.twp-tag-line:after {
right: -45px;
}
.twp-tag-line.twp-tag-line-white:after, .twp-tag-line.twp-tag-line-white:before {
background-color: white;
}
.twp-title-with-dashed,
.widget-title {
position: relative;
padding-left: 10px;
line-height: 1;
}
.twp-title-with-dashed:before,
.widget-title:before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 4px;
}
.twp-featured-post-slider-section .widget-title {
padding-left: 0;
}
.twp-featured-post-slider-section .widget-title:before {
content: none;
}
.archive .page-header .page-title,
.search .page-header .page-title {
position: relative;
padding-left: 10px;
line-height: 1;
}
.archive .page-header .page-title:before,
.search .page-header .page-title:before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 4px;
}
.twp-post-title {
font-size: 16px;
}
.twp-post-title a {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
box-orient: vertical;
line-clamp: 2;
-webkit-line-clamp: 2;
word-break: break-word;
}
.twp-post-title-sm {
font-size: 14px;
}
.twp-post-title-md {
font-size: 18px;
}
.twp-post-title-lg {
font-size: 24px;
}
.twp-categories-with-bg ul.cat-links {
margin-left: -5px;
margin-right: -5px;
}
.twp-categories-with-bg ul.cat-links li {
padding: 5px;
}
.twp-categories-with-bg ul li {
line-height: 1;
display: inline-block;
}
.twp-categories-with-bg ul li a {
display: inline-block;
height: 25px;
padding: 0 5px;
line-height: 25px;
font-size: 0.9rem;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
font-weight: 600;
position: relative;
}
.twp-categories-with-bg ul li a:before {
content: "";
position: absolute;
top: 100%;
left: 0;
border-right: 4px solid;
border-bottom: 4px solid transparent;
width: 0;
z-index: 1;
}
.twp-categories-with-bg ul li a:visited {
color: white;
}
.twp-categories-with-bg ul li a:hover {
color: #CFD8DC;
}
.twp-categories-with-bg.twp-categories-with-bg-primary a {
color: white;
}
.twp-categories-with-bg.twp-categories-with-bg-primary a:before {
border-right-color: #FF0036;
}
.twp-close-icon {
width: 30px;
margin-right: 15px;
position: relative;
display: inline-block;
cursor: pointer;
height: 100%;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
vertical-align: middle;
}
@media (min-width: 1050px) {
.twp-close-icon:hover {
-webkit-animation: rotate-center 0.3s linear both;
-o-animation: rotate-center 0.3s linear both;
-moz-animation: rotate-center 0.3s linear both;
animation: rotate-center 0.3s linear both;
}
}
.twp-close-icon.twp-close-icon-sm {
width: 20px;
}
.twp-close-icon.twp-close-icon-sm span {
width: 20px;
}
.twp-close-icon span {
display: block;
position: absolute;
width: 30px;
height: 3px;
z-index: 5;
top: 50%;
border-radius: 5px;
transform: rotate(45deg);
}
.twp-close-icon span:last-child {
transform: rotate(135deg);
}
.twp-close-icon.twp-close-icon-white span {
background-color: white;
}
@media (min-width: 1050px) {
.twp-close-icon.twp-rotate-90:hover {
-webkit-animation: rotate-partial 0.3s linear both;
-o-animation: rotate-partial 0.3s linear both;
-moz-animation: rotate-partial 0.3s linear both;
animation: rotate-partial 0.3s linear both;
}
}
.twp-menu-icon {
position: relative;
height: 20px;
width: 30px;
cursor: pointer;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.twp-menu-icon:before {
position: absolute;
display: block;
content: "";
height: 3px;
width: 80%;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.twp-menu-icon span:before, .twp-menu-icon span:after {
position: absolute;
display: block;
content: "";
height: 3px;
width: 100%;
left: 0;
}
.twp-menu-icon span:before {
top: 1px;
}
.twp-menu-icon span:after {
bottom: 1px;
}
.twp-menu-icon.twp-menu-icon-white:before {
background-color: white;
}
.twp-menu-icon.twp-menu-icon-white span:before, .twp-menu-icon.twp-menu-icon-white span:after {
background-color: white;
}
ul.twp-social-icons {
display: flex;
flex-wrap: wrap;
}
ul.twp-social-icons li:last-child {
margin-left: 0;
}
ul.twp-social-icons li a {
display: inline-block;
padding: 0 15px;
text-decoration: none;
font-size: 20px;
}
ul.twp-social-icons li a span {
display: none;
}
ul.twp-social-icons li a:before {
display: block;
font-family: fontAwesome;
}
ul.twp-social-icons li a[href*="t.me"]:before {
content: "";
}
ul.twp-social-icons li a[href*=twitter]:before {
content: "";
display: inline-block;
vertical-align: middle;
-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
-webkit-mask-size: 20px;
mask-size: 20px;
-webkit-mask-position: center;
mask-position: center;
background-color: #000;
height: 20px;
width: 20px;
}
ul.twp-social-icons li a:hover[href*=twitter], ul.twp-social-icons li a:focus-within[href*=twitter] {
background-color: #1ca0fe;
}
ul.twp-social-icons li a:hover[href*=twitter]:before, ul.twp-social-icons li a:focus-within[href*=twitter]:before{
background-color: #fff;
}
.twp-footer-social-section ul.twp-social-icons li a[href*=twitter]:before{
background-color: #fff;
margin-left: auto;
margin-right: auto;
height: 30px;
line-height: 30px;
}
.twp-footer-social-section ul.twp-social-icons li a:hover[href*=twitter]:before,
.twp-footer-social-section ul.twp-social-icons li a:focus-within[href*=twitter]:before{
background-color: #1ca0fe;
}
ul.twp-social-icons li a:hover[href*="t.me"], ul.twp-social-icons li a:focus-within[href*="t.me"] {
background-color: #0088CC;
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
color: white;
}
ul.twp-social-icons li a[href*=facebook]:before {
content: "\f09a";
}
ul.twp-social-icons li a:hover[href*=facebook], ul.twp-social-icons li a:focus-within[href*=facebook] {
background-color: #3b5999;
color: white;
}
ul.twp-social-icons li a:hover[href*=facebook]:before, ul.twp-social-icons li a:focus-within[href*=facebook]:before {
color: white;
}
ul.twp-social-icons li a[href*=mailto]:before{
content: "\f003";
}
ul.twp-social-icons li a:hover[href*=mailto], ul.twp-social-icons li a:focus-within[href*=mailto] {
background-color: #2196F3;
}
ul.twp-social-icons li a:hover[href*=mailto]:before, ul.twp-social-icons li a:focus-within[href*=mailto]:before {
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"], ul.twp-social-icons li a:focus-within[href*="t.me"] {
background-color: #0088CC;
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
color: white;
}
ul.twp-social-icons li a[href*=dribbble]:before {
content: "\f17d";
}
ul.twp-social-icons li a:hover[href*=dribbble], ul.twp-social-icons li a:focus-within[href*=dribbble] {
background-color: #ea4c89;
color: white;
}
ul.twp-social-icons li a:hover[href*=dribbble]:before, ul.twp-social-icons li a:focus-within[href*=dribbble]:before {
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"], ul.twp-social-icons li a:focus-within[href*="t.me"] {
background-color: #0088CC;
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
color: white;
}
ul.twp-social-icons li a[href*=linkedin]:before {
content: "";
}
ul.twp-social-icons li a:hover[href*=linkedin], ul.twp-social-icons li a:focus-within[href*=linkedin] {
background-color: #0177b5;
color: white;
}
ul.twp-social-icons li a:hover[href*=linkedin]:before, ul.twp-social-icons li a:focus-within[href*=linkedin]:before {
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"], ul.twp-social-icons li a:focus-within[href*="t.me"] {
background-color: #0088CC;
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
color: white;
}
ul.twp-social-icons li a[href*=instagram]:before {
content: "";
}
ul.twp-social-icons li a:hover[href*=instagram], ul.twp-social-icons li a:focus-within[href*=instagram] {
background-color: #E1306c;
color: white;
}
ul.twp-social-icons li a:hover[href*=instagram]:before, ul.twp-social-icons li a:focus-within[href*=instagram]:before {
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"], ul.twp-social-icons li a:focus-within[href*="t.me"] {
background-color: #0088CC;
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
color: white;
}
ul.twp-social-icons li a[href*=youtube]:before {
content: "";
}
ul.twp-social-icons li a:hover[href*=youtube], ul.twp-social-icons li a:focus-within[href*=youtube] {
background-color: #ff0000;
color: white;
}
ul.twp-social-icons li a:hover[href*=youtube]:before, ul.twp-social-icons li a:focus-within[href*=youtube]:before {
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"], ul.twp-social-icons li a:focus-within[href*="t.me"] {
background-color: #0088CC;
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
color: white;
}
ul.twp-social-icons li a[href*=vimeo]:before {
content: "\f27d";
}
ul.twp-social-icons li a:hover[href*=vimeo], ul.twp-social-icons li a:focus-within[href*=vimeo] {
background-color: #1ab7ea;
color: white;
}
ul.twp-social-icons li a:hover[href*=vimeo]:before, ul.twp-social-icons li a:focus-within[href*=vimeo]:before {
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"], ul.twp-social-icons li a:focus-within[href*="t.me"] {
background-color: #0088CC;
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
color: white;
}
ul.twp-social-icons li a[href*=wordpress]:before {
content: "";
}
ul.twp-social-icons li a:hover[href*=wordpress], ul.twp-social-icons li a:focus-within[href*=wordpress] {
background-color: #0074aa;
color: white;
}
ul.twp-social-icons li a:hover[href*=wordpress]:before, ul.twp-social-icons li a:focus-within[href*=wordpress]:before {
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"], ul.twp-social-icons li a:focus-within[href*="t.me"] {
background-color: #0088CC;
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
color: white;
}
ul.twp-social-icons li a[href*=pinterest]:before {
content: "";
}
ul.twp-social-icons li a:hover[href*=pinterest], ul.twp-social-icons li a:focus-within[href*=pinterest] {
background-color: #bd071c;
color: white;
}
ul.twp-social-icons li a:hover[href*=pinterest]:before, ul.twp-social-icons li a:focus-within[href*=pinterest]:before {
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"], ul.twp-social-icons li a:focus-within[href*="t.me"] {
background-color: #0088CC;
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
color: white;
}
ul.twp-social-icons li a[href*=tumblr]:before {
content: "";
}
ul.twp-social-icons li a:hover[href*=tumblr], ul.twp-social-icons li a:focus-within[href*=tumblr] {
background-color: #3e5a70;
color: white;
}
ul.twp-social-icons li a:hover[href*=tumblr]:before, ul.twp-social-icons li a:focus-within[href*=tumblr]:before {
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"], ul.twp-social-icons li a:focus-within[href*="t.me"] {
background-color: #0088CC;
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
color: white;
}
ul.twp-social-icons li a[href*=whatsapp]:before {
content: "";
}
ul.twp-social-icons li a:hover[href*=whatsapp], ul.twp-social-icons li a:focus-within[href*=whatsapp] {
background-color: #00e676;
color: white;
}
ul.twp-social-icons li a:hover[href*=whatsapp]:before, ul.twp-social-icons li a:focus-within[href*=whatsapp]:before {
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"], ul.twp-social-icons li a:focus-within[href*="t.me"] {
background-color: #0088CC;
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
color: white;
}
ul.twp-social-icons li a[href*=reddit]:before {
content: "";
}
ul.twp-social-icons li a:hover[href*=reddit], ul.twp-social-icons li a:focus-within[href*=reddit] {
background-color: #ff4500;
color: white;
}
ul.twp-social-icons li a:hover[href*=reddit]:before, ul.twp-social-icons li a:focus-within[href*=reddit]:before {
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"], ul.twp-social-icons li a:focus-within[href*="t.me"] {
background-color: #0088CC;
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
color: white;
}
ul.twp-social-icons li a[href*=vk]:before {
content: "";
}
ul.twp-social-icons li a:hover[href*=vk], ul.twp-social-icons li a:focus-within[href*=vk] {
background-color: #4a76a8;
color: white;
}
ul.twp-social-icons li a:hover[href*=vk]:before, ul.twp-social-icons li a:focus-within[href*=vk]:before {
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"], ul.twp-social-icons li a:focus-within[href*="t.me"] {
background-color: #0088CC;
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
color: white;
}
ul.twp-social-icons li a[href*=telegram]:before {
content: "";
}
ul.twp-social-icons li a:hover[href*=telegram], ul.twp-social-icons li a:focus-within[href*=telegram] {
background-color: #0088cc;
color: white;
}
ul.twp-social-icons li a:hover[href*=telegram]:before, ul.twp-social-icons li a:focus-within[href*=telegram]:before {
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"], ul.twp-social-icons li a:focus-within[href*="t.me"] {
background-color: #0088CC;
color: white;
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
color: white;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=twitter], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=twitter] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=twitter]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=twitter]:before {
color: #1ca0fe;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=twitter] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=twitter] span {
color: #1ca0fe;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"]:before {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] span {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=facebook], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=facebook] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=facebook]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=facebook]:before {
color: #3b5999;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=facebook] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=facebook] span {
color: #3b5999;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=mailto], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=mailto] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=mailto]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=mailto]:before {
color: #2196F3;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=mailto] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=mailto] span {
color: #2196F3;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"]:before {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] span {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=dribbble], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=dribbble] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=dribbble]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=dribbble]:before {
color: #ea4c89;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=dribbble] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=dribbble] span {
color: #ea4c89;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"]:before {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] span {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=linkedin], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=linkedin] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=linkedin]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=linkedin]:before {
color: #0177b5;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=linkedin] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=linkedin] span {
color: #0177b5;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"]:before {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] span {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=instagram], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=instagram] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=instagram]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=instagram]:before {
color: #E1306c;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=instagram] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=instagram] span {
color: #E1306c;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"]:before {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] span {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=youtube], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=youtube] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=youtube]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=youtube]:before {
color: #ff0000;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=youtube] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=youtube] span {
color: #ff0000;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"]:before {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] span {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=vimeo], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=vimeo] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=vimeo]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=vimeo]:before {
color: #1ab7ea;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=vimeo] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=vimeo] span {
color: #1ab7ea;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"]:before {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] span {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=wordpress], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=wordpress] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=wordpress]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=wordpress]:before {
color: #0074aa;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=wordpress] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=wordpress] span {
color: #0074aa;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"]:before {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] span {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=pinterest], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=pinterest] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=pinterest]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=pinterest]:before {
color: #bd071c;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=pinterest] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=pinterest] span {
color: #bd071c;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"]:before {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] span {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=tumblr], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=tumblr] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=tumblr]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=tumblr]:before {
color: #3e5a70;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=tumblr] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=tumblr] span {
color: #3e5a70;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"]:before {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] span {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=whatsapp], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=whatsapp] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=whatsapp]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=whatsapp]:before {
color: #00e676;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=whatsapp] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=whatsapp] span {
color: #00e676;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"]:before {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] span {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=reddit], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=reddit] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=reddit]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=reddit]:before {
color: #ff4500;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=reddit] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=reddit] span {
color: #ff4500;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"]:before {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] span {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=vk], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=vk] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=vk]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=vk]:before {
color: #4a76a8;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=vk] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=vk] span {
color: #4a76a8;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"]:before {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] span {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=telegram], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=telegram] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=telegram]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=telegram]:before {
color: #0088cc;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*=telegram] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*=telegram] span {
color: #0088cc;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"], ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] {
background-color: transparent;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"]:before, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"]:before {
color: #0088CC;
}
ul.twp-social-icons.twp-social-hover-text li a:hover[href*="t.me"] span, ul.twp-social-icons.twp-social-hover-text li a:focus-within[href*="t.me"] span {
color: #0088CC;
}
.twp-widget-social-icons-rounded a,
.author-social-links a {
display: inline-block;
height: 40px;
width: 40px;
line-height: 36px;
text-align: center;
border-radius: 100%;
background-color: white;
border-style: solid;
border-width: 2px;
font-size: 1.2rem;
font-weight: 600;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.twp-widget-social-icons-rounded a[href*="t.me"],
.author-social-links a[href*="t.me"] {
background-color: #0088CC;
border-color: #0088CC;
color: white;
}
.twp-widget-social-icons-rounded a[href*=twitter],
.author-social-links a[href*=twitter] {
border-color: #1ca0fe;
color: white;
background-color: #1ca0fe;
}
.twp-widget-social-icons-rounded a:visited[href*=twitter],
.author-social-links a:visited[href*=twitter] {
color: white;
background-color: #1ca0fe;
}
.twp-widget-social-icons-rounded a:visited[href*="t.me"],
.author-social-links a:visited[href*="t.me"] {
background-color: #0088CC;
color: white;
}
.twp-widget-social-icons-rounded a:hover[href*=twitter], .twp-widget-social-icons-rounded a:focus-within[href*=twitter],
.author-social-links a:hover[href*=twitter],
.author-social-links a:focus-within[href*=twitter] {
color: #1ca0fe;
background-color: white;
}
.twp-widget-social-icons-rounded a:hover[href*="t.me"], .twp-widget-social-icons-rounded a:focus-within[href*="t.me"],
.author-social-links a:hover[href*="t.me"],
.author-social-links a:focus-within[href*="t.me"] {
background-color: white;
color: #0088CC;
}
.twp-widget-social-icons-rounded a[href*=facebook],
.author-social-links a[href*=facebook] {
border-color: #3b5999;
color: white;
background-color: #3b5999;
}
.twp-widget-social-icons-rounded a:visited[href*=facebook],
.author-social-links a:visited[href*=facebook] {
color: white;
background-color: #3b5999;
}
.twp-widget-social-icons-rounded a:visited[href*="t.me"],
.author-social-links a:visited[href*="t.me"] {
background-color: #0088CC;
color: white;
}
.twp-widget-social-icons-rounded a:hover[href*=facebook], .twp-widget-social-icons-rounded a:focus-within[href*=facebook],
.author-social-links a:hover[href*=facebook],
.author-social-links a:focus-within[href*=facebook] {
color: #3b5999;
background-color: white;
}
.twp-widget-social-icons-rounded a:hover[href*="t.me"], .twp-widget-social-icons-rounded a:focus-within[href*="t.me"],
.author-social-links a:hover[href*="t.me"],
.author-social-links a:focus-within[href*="t.me"] {
background-color: white;
color: #0088CC;
}
.twp-widget-social-icons-rounded a[href*=dribbble],
.author-social-links a[href*=dribbble] {
border-color: #ea4c89;
color: white;
background-color: #ea4c89;
}
.twp-widget-social-icons-rounded a:visited[href*=dribbble],
.author-social-links a:visited[href*=dribbble] {
color: white;
background-color: #ea4c89;
}
.twp-widget-social-icons-rounded a:visited[href*="t.me"],
.author-social-links a:visited[href*="t.me"] {
background-color: #0088CC;
color: white;
}
.twp-widget-social-icons-rounded a:hover[href*=dribbble], .twp-widget-social-icons-rounded a:focus-within[href*=dribbble],
.author-social-links a:hover[href*=dribbble],
.author-social-links a:focus-within[href*=dribbble] {
color: #ea4c89;
background-color: white;
}
.twp-widget-social-icons-rounded a:hover[href*="t.me"], .twp-widget-social-icons-rounded a:focus-within[href*="t.me"],
.author-social-links a:hover[href*="t.me"],
.author-social-links a:focus-within[href*="t.me"] {
background-color: white;
color: #0088CC;
}
.twp-widget-social-icons-rounded a[href*=linkedin],
.author-social-links a[href*=linkedin] {
border-color: #0177b5;
color: white;
background-color: #0177b5;
}
.twp-widget-social-icons-rounded a:visited[href*=linkedin],
.author-social-links a:visited[href*=linkedin] {
color: white;
background-color: #0177b5;
}
.twp-widget-social-icons-rounded a:visited[href*="t.me"],
.author-social-links a:visited[href*="t.me"] {
background-color: #0088CC;
color: white;
}
.twp-widget-social-icons-rounded a:hover[href*=linkedin], .twp-widget-social-icons-rounded a:focus-within[href*=linkedin],
.author-social-links a:hover[href*=linkedin],
.author-social-links a:focus-within[href*=linkedin] {
color: #0177b5;
background-color: white;
}
.twp-widget-social-icons-rounded a:hover[href*="t.me"], .twp-widget-social-icons-rounded a:focus-within[href*="t.me"],
.author-social-links a:hover[href*="t.me"],
.author-social-links a:focus-within[href*="t.me"] {
background-color: white;
color: #0088CC;
}
.twp-widget-social-icons-rounded a[href*=instagram],
.author-social-links a[href*=instagram] {
border-color: #E1306c;
color: white;
background-color: #E1306c;
}
.twp-widget-social-icons-rounded a:visited[href*=instagram],
.author-social-links a:visited[href*=instagram] {
color: white;
background-color: #E1306c;
}
.twp-widget-social-icons-rounded a:visited[href*="t.me"],
.author-social-links a:visited[href*="t.me"] {
background-color: #0088CC;
color: white;
}
.twp-widget-social-icons-rounded a:hover[href*=instagram], .twp-widget-social-icons-rounded a:focus-within[href*=instagram],
.author-social-links a:hover[href*=instagram],
.author-social-links a:focus-within[href*=instagram] {
color: #E1306c;
background-color: white;
}
.twp-widget-social-icons-rounded a:hover[href*="t.me"], .twp-widget-social-icons-rounded a:focus-within[href*="t.me"],
.author-social-links a:hover[href*="t.me"],
.author-social-links a:focus-within[href*="t.me"] {
background-color: white;
color: #0088CC;
}
.twp-widget-social-icons-rounded a[href*=youtube],
.author-social-links a[href*=youtube] {
border-color: #ff0000;
color: white;
background-color: #ff0000;
}
.twp-widget-social-icons-rounded a:visited[href*=youtube],
.author-social-links a:visited[href*=youtube] {
color: white;
background-color: #ff0000;
}
.twp-widget-social-icons-rounded a:visited[href*="t.me"],
.author-social-links a:visited[href*="t.me"] {
background-color: #0088CC;
color: white;
}
.twp-widget-social-icons-rounded a:hover[href*=youtube], .twp-widget-social-icons-rounded a:focus-within[href*=youtube],
.author-social-links a:hover[href*=youtube],
.author-social-links a:focus-within[href*=youtube] {
color: #ff0000;
background-color: white;
}
.twp-widget-social-icons-rounded a:hover[href*="t.me"], .twp-widget-social-icons-rounded a:focus-within[href*="t.me"],
.author-social-links a:hover[href*="t.me"],
.author-social-links a:focus-within[href*="t.me"] {
background-color: white;
color: #0088CC;
}
.twp-widget-social-icons-rounded a[href*=vimeo],
.author-social-links a[href*=vimeo] {
border-color: #1ab7ea;
color: white;
background-color: #1ab7ea;
}
.twp-widget-social-icons-rounded a:visited[href*=vimeo],
.author-social-links a:visited[href*=vimeo] {
color: white;
background-color: #1ab7ea;
}
.twp-widget-social-icons-rounded a:visited[href*="t.me"],
.author-social-links a:visited[href*="t.me"] {
background-color: #0088CC;
color: white;
}
.twp-widget-social-icons-rounded a:hover[href*=vimeo], .twp-widget-social-icons-rounded a:focus-within[href*=vimeo],
.author-social-links a:hover[href*=vimeo],
.author-social-links a:focus-within[href*=vimeo] {
color: #1ab7ea;
background-color: white;
}
.twp-widget-social-icons-rounded a:hover[href*="t.me"], .twp-widget-social-icons-rounded a:focus-within[href*="t.me"],
.author-social-links a:hover[href*="t.me"],
.author-social-links a:focus-within[href*="t.me"] {
background-color: white;
color: #0088CC;
}
.twp-widget-social-icons-rounded a[href*=wordpress],
.author-social-links a[href*=wordpress] {
border-color: #0074aa;
color: white;
background-color: #0074aa;
}
.twp-widget-social-icons-rounded a:visited[href*=wordpress],
.author-social-links a:visited[href*=wordpress] {
color: white;
background-color: #0074aa;
}
.twp-widget-social-icons-rounded a:visited[href*="t.me"],
.author-social-links a:visited[href*="t.me"] {
background-color: #0088CC;
color: white;
}
.twp-widget-social-icons-rounded a:hover[href*=wordpress], .twp-widget-social-icons-rounded a:focus-within[href*=wordpress],
.author-social-links a:hover[href*=wordpress],
.author-social-links a:focus-within[href*=wordpress] {
color: #0074aa;
background-color: white;
}
.twp-widget-social-icons-rounded a:hover[href*="t.me"], .twp-widget-social-icons-rounded a:focus-within[href*="t.me"],
.author-social-links a:hover[href*="t.me"],
.author-social-links a:focus-within[href*="t.me"] {
background-color: white;
color: #0088CC;
}
.twp-widget-social-icons-rounded a[href*=pinterest],
.author-social-links a[href*=pinterest] {
border-color: #bd071c;
color: white;
background-color: #bd071c;
}
.twp-widget-social-icons-rounded a:visited[href*=pinterest],
.author-social-links a:visited[href*=pinterest] {
color: white;
background-color: #bd071c;
}
.twp-widget-social-icons-rounded a:visited[href*="t.me"],
.author-social-links a:visited[href*="t.me"] {
background-color: #0088CC;
color: white;
}
.twp-widget-social-icons-rounded a:hover[href*=pinterest], .twp-widget-social-icons-rounded a:focus-within[href*=pinterest],
.author-social-links a:hover[href*=pinterest],
.author-social-links a:focus-within[href*=pinterest] {
color: #bd071c;
background-color: white;
}
.twp-widget-social-icons-rounded a:hover[href*="t.me"], .twp-widget-social-icons-rounded a:focus-within[href*="t.me"],
.author-social-links a:hover[href*="t.me"],
.author-social-links a:focus-within[href*="t.me"] {
background-color: white;
color: #0088CC;
}
.twp-widget-social-icons-rounded a[href*=tumblr],
.author-social-links a[href*=tumblr] {
border-color: #3e5a70;
color: white;
background-color: #3e5a70;
}
.twp-widget-social-icons-rounded a:visited[href*=tumblr],
.author-social-links a:visited[href*=tumblr] {
color: white;
background-color: #3e5a70;
}
.twp-widget-social-icons-rounded a:visited[href*="t.me"],
.author-social-links a:visited[href*="t.me"] {
background-color: #0088CC;
color: white;
}
.twp-widget-social-icons-rounded a:hover[href*=tumblr], .twp-widget-social-icons-rounded a:focus-within[href*=tumblr],
.author-social-links a:hover[href*=tumblr],
.author-social-links a:focus-within[href*=tumblr] {
color: #3e5a70;
background-color: white;
}
.twp-widget-social-icons-rounded a:hover[href*="t.me"], .twp-widget-social-icons-rounded a:focus-within[href*="t.me"],
.author-social-links a:hover[href*="t.me"],
.author-social-links a:focus-within[href*="t.me"] {
background-color: white;
color: #0088CC;
}
.twp-widget-social-icons-rounded a[href*=whatsapp],
.author-social-links a[href*=whatsapp] {
border-color: #00e676;
color: white;
background-color: #00e676;
}
.twp-widget-social-icons-rounded a:visited[href*=whatsapp],
.author-social-links a:visited[href*=whatsapp] {
color: white;
background-color: #00e676;
}
.twp-widget-social-icons-rounded a:visited[href*="t.me"],
.author-social-links a:visited[href*="t.me"] {
background-color: #0088CC;
color: white;
}
.twp-widget-social-icons-rounded a:hover[href*=whatsapp], .twp-widget-social-icons-rounded a:focus-within[href*=whatsapp],
.author-social-links a:hover[href*=whatsapp],
.author-social-links a:focus-within[href*=whatsapp] {
color: #00e676;
background-color: white;
}
.twp-widget-social-icons-rounded a:hover[href*="t.me"], .twp-widget-social-icons-rounded a:focus-within[href*="t.me"],
.author-social-links a:hover[href*="t.me"],
.author-social-links a:focus-within[href*="t.me"] {
background-color: white;
color: #0088CC;
}
.twp-widget-social-icons-rounded a[href*=reddit],
.author-social-links a[href*=reddit] {
border-color: #ff4500;
color: white;
background-color: #ff4500;
}
.twp-widget-social-icons-rounded a:visited[href*=reddit],
.author-social-links a:visited[href*=reddit] {
color: white;
background-color: #ff4500;
}
.twp-widget-social-icons-rounded a:visited[href*="t.me"],
.author-social-links a:visited[href*="t.me"] {
background-color: #0088CC;
color: white;
}
.twp-widget-social-icons-rounded a:hover[href*=reddit], .twp-widget-social-icons-rounded a:focus-within[href*=reddit],
.author-social-links a:hover[href*=reddit],
.author-social-links a:focus-within[href*=reddit] {
color: #ff4500;
background-color: white;
}
.twp-widget-social-icons-rounded a:hover[href*="t.me"], .twp-widget-social-icons-rounded a:focus-within[href*="t.me"],
.author-social-links a:hover[href*="t.me"],
.author-social-links a:focus-within[href*="t.me"] {
background-color: white;
color: #0088CC;
}
.twp-widget-social-icons-rounded a[href*=vk],
.author-social-links a[href*=vk] {
border-color: #4a76a8;
color: white;
background-color: #4a76a8;
}
.twp-widget-social-icons-rounded a:visited[href*=vk],
.author-social-links a:visited[href*=vk] {
color: white;
background-color: #4a76a8;
}
.twp-widget-social-icons-rounded a:visited[href*="t.me"],
.author-social-links a:visited[href*="t.me"] {
background-color: #0088CC;
color: white;
}
.twp-widget-social-icons-rounded a:hover[href*=vk], .twp-widget-social-icons-rounded a:focus-within[href*=vk],
.author-social-links a:hover[href*=vk],
.author-social-links a:focus-within[href*=vk] {
color: #4a76a8;
background-color: white;
}
.twp-widget-social-icons-rounded a:hover[href*="t.me"], .twp-widget-social-icons-rounded a:focus-within[href*="t.me"],
.author-social-links a:hover[href*="t.me"],
.author-social-links a:focus-within[href*="t.me"] {
background-color: white;
color: #0088CC;
}
.twp-widget-social-icons-rounded a[href*=telegram],
.author-social-links a[href*=telegram] {
border-color: #0088cc;
color: white;
background-color: #0088cc;
}
.twp-widget-social-icons-rounded a:visited[href*=telegram],
.author-social-links a:visited[href*=telegram] {
color: white;
background-color: #0088cc;
}
.twp-widget-social-icons-rounded a:visited[href*="t.me"],
.author-social-links a:visited[href*="t.me"] {
background-color: #0088CC;
color: white;
}
.twp-widget-social-icons-rounded a:hover[href*=telegram], .twp-widget-social-icons-rounded a:focus-within[href*=telegram],
.author-social-links a:hover[href*=telegram],
.author-social-links a:focus-within[href*=telegram] {
color: #0088cc;
background-color: white;
}
.twp-widget-social-icons-rounded a:hover[href*="t.me"], .twp-widget-social-icons-rounded a:focus-within[href*="t.me"],
.author-social-links a:hover[href*="t.me"],
.author-social-links a:focus-within[href*="t.me"] {
background-color: white;
color: #0088CC;
}
.admin-bar .twp-mobile-menu {
top: 30px;
}
.twp-mobile-menu {
position: fixed;
width: 100%;
height: 100%;
z-index: 10;
top: 0;
bottom: 0;
left: -100%;
background-color: black;
padding: 30px;
color: white;
overflow-y: auto;
transition: all 0.5s ease;
}
@media (min-width: 768px) {
.twp-mobile-menu {
width: 300px;
}
}
.twp-mobile-menu.show {
left: 0;
}
.twp-mobile-menu .twp-mobile-close-icon {
text-align: right;
}
.twp-mobile-menu ul li a {
display: block;
font-weight: 600;
font-size: 1.2rem;
line-height: 1;
padding: 10px 0;
color: white;
}
.twp-mobile-menu ul .sub-menu,
.twp-mobile-menu ul .children {
padding-left: 15px;
}
.twp-mobile-menu ul .sub-menu a,
.twp-mobile-menu ul .children a {
font-size: 14px;
}
.twp-mobile-menu .brand-home {
display: none;
}
.twp-mobile-menu .menu-description {
display: none;
}
.twp-mobile-menu .right-arrow > a,
.twp-mobile-menu .down-arrow > a {
position: relative;
}
.twp-mobile-menu .right-arrow > a:after,
.twp-mobile-menu .down-arrow > a:after {
display: inline-block;
position: absolute;
top: 50%;
transform: translateY(-50%);
font-family: fontAwesome;
content: "";
font-size: 14px;
padding: 0 10px;
font-size: 14px;
}
.mc4wp-form-fields input[type=email] {
border-style: solid;
border-width: 1px;
border-color: #eeeeee;
padding: 0 15px;
font-family: inherit;
height: 40px;
line-height: 36px;
width: 100%;
font-size: 1rem;
margin-bottom: 15px;
border-radius: 0;
}
@media (min-width: 768px) {
.mc4wp-form-fields input[type=email] {
width: 60%;
margin-bottom: 0;
}
}
.mc4wp-form-fields input[type=submit] {
border-radius: 0;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
color: white;
border-color: transparent;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.mc4wp-form-fields input[type=submit]:hover {
background-color: black;
}
.mc4wp-form-fields input[type=checkbox] {
display: inline-block;
margin-right: 5px;
position: relative;
top: 1px;
}
.twp-footer-widget-section .mc4wp-form-fields input[type=submit]:hover {
background-color: white;
color: black;
}
.twp-body-overlay {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.twp-body-overlay.show {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
z-index: 1;
}
.twp-overlay:before {
content: "";
background-color: rgba(248, 249, 250, 0.6);
}
.twp-overlay.twp-overlay-bg-black:before {
background-color: rgba(0, 0, 0, 0.6);
}
.twp-overlay-image-hover:before {
background-color: rgba(0, 0, 0, 0.6);
-webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.twp-overlay-image-hover:hover:before {
content: "";
}
.twp-pagination-numeric {
flex: 0 0 100%;
max-width: 100%;
}
.pagination {
text-align: center;
}
.pagination .page-numbers {
background-color: black;
color: white;
}
.pagination .page-numbers.current {
background-color: #FF0036;
color: white;
border-color: #FF0036;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
display: inline-block;
}
.pagination .page-numbers {
background-color: black;
color: white;
margin-top: 30px;
display: none;
}
@media (min-width: 768px) {
.pagination .page-numbers {
display: inline-block;
}
}
.pagination .page-numbers:hover {
background-color: white;
color: black;
border-color: black;
}
.posts-navigation {
text-align: center;
}
@media (min-width: 992px) {
.posts-navigation {
padding-bottom: 30px;
}
}
.posts-navigation .nav-links {
display: flex;
justify-content: center;
}
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
float: none;
width: initial;
padding: 0 30px;
margin-top: 30px;
}
.posts-navigation .nav-previous a:visited,
.posts-navigation .nav-next a:visited {
color: white;
}
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover {
background-color: #FF0036;
color: white;
border-color: #FF0036;
}
.posts-navigation a {
background-color: black;
color: white;
border-color: black;
}
.page-links {
text-align: center;
font-weight: 600;
margin: 15px 0 0;
}
.page-links a {
background-color: black;
color: white;
padding: 0 10px;
height: 30px;
line-height: 26px;
}
.page-links a:visited {
color: white;
}
.page-links a:hover {
background-color: white;
color: black;
border-color: black;
}
.twp-preloader {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: black;
z-index: 10;
}
.twp-preloader .theme-preloader-clock {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
border-style: solid;
border-width: 2px;
border-color: white;
border-radius: 50%;
width: 110px;
height: 110px;
}
.twp-preloader .theme-clock-hand {
position: absolute;
top: 5px;
left: 50%;
width: 1px;
height: 50px;
background-color: white;
-webkit-animation: time 2s infinite steps(120);
-o-animation: time 2s infinite steps(120);
-moz-animation: time 2s infinite steps(120);
animation: time 2s infinite steps(120);
transform-origin: 0 100%;
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
}
.twp-post-format-icon {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background-color: white;
border-radius: 50%;
}
.twp-scroll-top {
display: none;
transition: all 1s ease;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
}
@media (min-width: 768px) {
.twp-scroll-top {
position: fixed;
z-index: 2;
right: -200px;
display: block;
bottom: 30px;
}
}
.twp-scroll-top.show {
right: 15px;
}
@media (min-width: 1050px) {
.twp-scroll-top.show {
right: 30px;
}
}
.twp-scroll-top span {
display: inline-block;
background-color: black;
color: white;
padding: 5px 10px;
font-size: 20px;
}
@media (min-width: 1050px) {
.twp-scroll-top span {
padding: 10px 15px;
}
}
.twp-scroll-top span i {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.twp-scroll-top span:hover {
background-color: #FF0036;
}
.twp-scroll-top span:hover i {
transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
}
.twp-search-field-wrapper {
display: flex;
flex-wrap: wrap;
}
@media (min-width: 1050px) {
.twp-search-field-wrapper {
max-width: 700px;
margin: 0 auto;
}
}
.twp-search-field-wrapper .twp-search-field {
flex: 0 0 calc(100% - 50px);
max-width: calc(100% - 50px);
}
.twp-search-field-wrapper .twp-search-field form {
display: flex;
flex-wrap: wrap;
}
.twp-search-field-wrapper .twp-search-field form label {
flex: 0 0 70%;
max-width: 70%;
}
.twp-search-field-wrapper .twp-search-field form label input {
width: 100%;
border: 0;
border-radius: 0;
padding: 15px 30px;
background-color: white;
}
.twp-search-field-wrapper .twp-search-field form input[type=submit] {
width: 30%;
color: white;
background-color: black;
border: 0;
cursor: pointer;
font-size: 1rem;
padding: 0 15px;
font-weight: 600;
border-radius: 0;
}
@media (min-width: 768px) {
.twp-search-field-wrapper .twp-search-field form input[type=submit] {
font-size: 20px;
}
}
.twp-search-field-wrapper .twp-close-icon-section {
flex: 0 0 50px;
max-width: 50px;
padding-left: 10px;
padding-right: 10PX;
}
.twp-social-share-section {
display: flex;
flex-wrap: wrap;
padding-top: 10px;
}
.twp-social-share-section .twp-author-meta.m-0 {
margin-left: 0;
margin-right: 0;
}
.twp-social-share-section .twp-social-share-layout-2 {
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
}
.twp-social-share-section .twp-social-share-layout-2 .twp-toggle-share span {
font-weight: 600;
font-size: 14px;
font-style: italic;
}
.twp-social-share-section .twp-social-share-layout-2 .twp-toggle-share,
.twp-social-share-section .twp-social-share-layout-2 .twp-share-container,
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons{
display: flex;
align-items: center;
}
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons {
position: absolute;
padding-right: 2px;
padding-left: 2px;
left: 0;
z-index: 1;
display: block;
visibility: hidden;
text-align: center;
opacity: 0;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
-webkit-transition-delay: 0s;
transition-delay: 0s;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.twp-social-share-section .twp-social-share-layout-2:hover .twp-social-icons,
.twp-social-share-section .twp-social-share-layout-2:focus .twp-social-icons{
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons:nth-child(1) {
-webkit-transform: translate3d(64px, 0, 0);
-moz-transform: translate3d(64px, 0, 0);
-ms-transform: translate3d(64px, 0, 0);
-o-transform: translate3d(64px, 0, 0);
transform: translate3d(64px, 0, 0);
}
.twp-social-share-section .twp-social-share-layout-2:hover .twp-social-icons:nth-child(1),
.twp-social-share-section .twp-social-share-layout-2:focus .twp-social-icons:nth-child(1){
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons:nth-child(2) {
z-index: 2;
-webkit-transform: translate3d(64px, 0, 0);
-moz-transform: translate3d(64px, 0, 0);
-ms-transform: translate3d(64px, 0, 0);
-o-transform: translate3d(64px, 0, 0);
transform: translate3d(64px, 0, 0);
}
.twp-social-share-section .twp-social-share-layout-2:hover .twp-social-icons:nth-child(2),
.twp-social-share-section .twp-social-share-layout-2:focus .twp-social-icons:nth-child(2){
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
-webkit-transform: translateX(98px);
-moz-transform: translateX(98px);
-ms-transform: translateX(98px);
-o-transform: translateX(98px);
transform: translateX(98px);
}
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons:nth-child(3) {
z-index: 3;
-webkit-transform: translateX(98px);
-moz-transform: translateX(98px);
-ms-transform: translateX(98px);
-o-transform: translateX(98px);
transform: translateX(98px);
}
.twp-social-share-section .twp-social-share-layout-2:hover .twp-social-icons:nth-child(3),
.twp-social-share-section .twp-social-share-layout-2:focus .twp-social-icons:nth-child(3){
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
-webkit-transform: translateX(132px);
-moz-transform: translateX(132px);
-ms-transform: translateX(132px);
-o-transform: translateX(132px);
transform: translateX(132px);
}
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons:nth-child(4) {
z-index: 4;
-webkit-transform: translateX(132px);
-moz-transform: translateX(132px);
-ms-transform: translateX(132px);
-o-transform: translateX(132px);
transform: translateX(132px);
}
.twp-social-share-section .twp-social-share-layout-2:hover .twp-social-icons:nth-child(4),
.twp-social-share-section .twp-social-share-layout-2:focus .twp-social-icons:nth-child(4){
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
-webkit-transform: translateX(166px);
-moz-transform: translateX(166px);
-ms-transform: translateX(166px);
-o-transform: translateX(166px);
transform: translateX(166px);
}
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons:nth-child(5) {
z-index: 5;
-webkit-transform: translateX(166px);
-moz-transform: translateX(166px);
-ms-transform: translateX(166px);
-o-transform: translateX(166px);
transform: translateX(166px);
}
.twp-social-share-section .twp-social-share-layout-2:hover .twp-social-icons:nth-child(5),
.twp-social-share-section .twp-social-share-layout-2:focus .twp-social-icons:nth-child(5){
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
-webkit-transform: translateX(200px);
-moz-transform: translateX(200px);
-ms-transform: translateX(200px);
-o-transform: translateX(200px);
transform: translateX(200px);
}
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons:nth-child(6) {
z-index: 6;
-webkit-transform: translateX(200px);
-moz-transform: translateX(200px);
-ms-transform: translateX(200px);
-o-transform: translateX(200px);
transform: translateX(200px);
}
.twp-social-share-section .twp-social-share-layout-2:hover .twp-social-icons:nth-child(6),
.twp-social-share-section .twp-social-share-layout-2:focus .twp-social-icons:nth-child(6){
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
-webkit-transform: translateX(234px);
-moz-transform: translateX(234px);
-ms-transform: translateX(234px);
-o-transform: translateX(234px);
transform: translateX(234px);
}
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons a {
display: flex;
align-items: center;
width: 32px;
height: 32px;
border-radius: 50%;
color: #fff;
justify-content: center;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
-webkit-transition-delay: 0s !important;
transition-delay: 0s !important;
}
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons .booster-svg{
width: 16px;
height: 16px;
}
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons.twp-social-facebook a {
background-color: #3b5999;
}
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons.twp-social-twitter a {
background-color: #1ca0fe;
}
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons.twp-social-pinterest a {
background-color: #bd071c;
}
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons.twp-social-linkedin a {
background-color: #0177b5;
}
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons.twp-social-email a {
background-color: #1DB954;
}
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons.twp-social-vk a {
background-color: #4C75A3;
}
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons a:hover,
.twp-social-share-section .twp-social-share-layout-2 .twp-social-icons a:focus{
background-color: #111;
}
.twp-post-like-dislike {
background: linear-gradient(90deg, #ff0036 0%, #ff0036 17%, #ff0036 33%, #d3123b 74%, #ff0036 90%);
cursor: pointer;
transition: all 2s ease;
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
color: white;
}
.twp-post-like-dislike:hover {
background: black;
}
.twp-topbar .twp-title-with-arrow {
vertical-align: middle;
padding: 0 30px;
position: relative;
height: 40px;
line-height: 40px;
color: white;
z-index: 1;
}
.twp-topbar .twp-title-with-arrow:after {
content: "";
display: block;
position: absolute;
top: 50%;
right: -20px;
transform: translateY(-50%);
border-style: solid;
border-width: 10px;
border-color: transparent transparent transparent #FF0036;
}
.twp-topbar .twp-current-date {
height: 40px;
line-height: 40px;
padding: 0 15px;
background-color: black;
color: white;
vertical-align: middle;
width: 100%;
text-align: center;
}
@media (min-width: 576px) {
.twp-topbar .twp-current-date {
width: initial;
text-align: initial;
}
}
.twp-topbar {
background-color: #CFD8DC;
}
.twp-topbar .twp-breaking-news-section a,
.twp-topbar .twp-social-icons a {
color: black;
}
.twp-topbar .twp-breaking-news-section a:visited,
.twp-topbar .twp-social-icons a:visited {
color: black;
}
.twp-topbar .twp-breaking-news-section a:hover,
.twp-topbar .twp-social-icons a:hover {
color: #FF0036;
}
.twp-breaking-news-section .twp-ticket-pin-slider:not(.slick-initialized) {
opacity: 0;
visibility: hidden;
max-height: 40px;
transition: opacity 1s ease;
-webkit-transition: opacity 1s ease;
}
.twp-breaking-news-section .twp-ticket-pin-slider {
visibility: visible;
opacity: 1;
transition: opacity 1s ease;
-webkit-transition: opacity 1s ease;
}
@media (min-width: 576px) {
.twp-topbar {
height: 40px;
}
}
.twp-topbar .twp-social-icons {
justify-content: center;
}
@media (min-width: 576px) {
.twp-topbar .twp-social-icons {
justify-content: flex-end;
}
}
.twp-topbar .twp-social-icons a {
height: 40px;
line-height: 40px;
}
.twp-topbar .twp-topbar-content-left {
width: 100%;
}
@media (min-width: 576px) {
.twp-topbar .twp-topbar-content-left {
width: calc(100% - 300px);
}
}
.twp-topbar .twp-topbar-content-left .twp-title-with-arrow {
display: none;
}
@media (min-width: 1050px) {
.twp-topbar .twp-topbar-content-left .twp-title-with-arrow {
display: block;
}
}
.twp-topbar .twp-topbar-content-left .twp-breaking-news-section {
height: 40px;
overflow: hidden;
display: none;
}
@media (min-width: 768px) {
.twp-topbar .twp-topbar-content-left .twp-breaking-news-section {
display: block;
}
}
.twp-topbar .twp-topbar-content-left .twp-breaking-news-section .twp-ticket-pin-slider .slick-arrow {
display: none !important;
}
.twp-topbar .twp-topbar-content-right {
width: 100%;
}
@media (min-width: 576px) {
.twp-topbar .twp-topbar-content-right {
width: 300px;
}
}
.twp-navigation .twp-nav-menu-section .twp-site-features .header-theme-mode a, .twp-navigation .twp-nav-menu-section .twp-site-features .twp-search,
.twp-navigation .twp-nav-menu-section .twp-site-features .twp-trending {
padding: 0 15px;
height: 40px;
line-height: 40px;
background-color: white;
color: black;
cursor: pointer;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.twp-navigation .twp-nav-menu-section .twp-site-features .header-theme-mode a:hover, .twp-navigation .twp-nav-menu-section .twp-site-features .twp-search:hover,
.twp-navigation .twp-nav-menu-section .twp-site-features .twp-trending:hover {
background-color: #CFD8DC;
}
.twp-navigation .twp-article-list {
display: none;
background-color: white;
color: black;
}
.twp-navigation .twp-article-list a {
line-height: 1.2;
color: black;
}
.twp-navigation .twp-article-list a:visited {
color: black;
}
.twp-navigation .twp-article-list a:hover {
color: #FF0036;
}
.desktop ul.twp-nav-menu {
display: flex;
flex-wrap: wrap;
}
.desktop ul.twp-nav-menu > li a {
position: relative;
display: block;
}
.desktop ul.twp-nav-menu > li > a:before {
background-color: white;
-webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.desktop ul.twp-nav-menu > li > a:hover {
color: black;
}
.desktop ul.twp-nav-menu > li > a:hover:before {
content: "";
}
.desktop .twp-nav-menu a {
text-transform: uppercase;
font-size: 13px;
padding: 0 15px;
min-height: 40px;
line-height: 40px;
color: white;
font-weight: 800;
}
.desktop .twp-nav-menu ul .down-arrow > a:after,
.desktop .twp-nav-menu ul .right-arrow > a:after {
display: block;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
font-family: fontAwesome;
}
.desktop .twp-nav-menu ul .down-arrow > a {
padding-right: 30px;
}
.desktop .twp-nav-menu ul .down-arrow > a:after {
content: "";
}
.desktop .twp-nav-menu ul .right-arrow > a:after {
content: "";
}
.desktop .twp-nav-menu .brand-home a {
position: relative;
color: black;
background-color: white;
font-size: 35px;
}
.desktop .twp-nav-menu .brand-home a:before {
position: absolute;
width: 100%;
height: 5px;
content: "";
display: block;
left: 0;
top: -5px;
background-color: black;
}
.desktop .twp-nav-menu .brand-home a:hover {
background-color: #CFD8DC;
}
.desktop ul.twp-nav-menu > li {
position: relative;
}
.desktop ul.twp-nav-menu > li .sub-menu {
position: absolute;
top: 110%;
left: 0;
width: 220px;
background-color: black;
opacity: 0;
height: 0;
overflow: hidden;
visibility: hidden;
transition: all 1s ease;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
z-index: 3;
}
.desktop ul.twp-nav-menu > li .sub-menu a {
display: block;
border-left-style: solid;
border-left-width: 1px;
border-top-style: solid;
border-top-width: 1px;
border-color: #CFD8DC;
color: white;
}
.desktop ul.twp-nav-menu > li .sub-menu a:visited {
color: white;
}
.desktop ul.twp-nav-menu > li .sub-menu a:hover {
color: #CFD8DC;
}
.desktop ul.twp-nav-menu > li:hover .sub-menu, .desktop ul.twp-nav-menu > li:focus-within .sub-menu {
top: 100%;
opacity: 1;
height: auto;
overflow: visible;
visibility: visible;
}
.desktop ul.twp-nav-menu > li {
position: relative;
}
.desktop ul.twp-nav-menu > li .sub-menu > li {
position: relative;
}
.desktop ul.twp-nav-menu > li .sub-menu > li .sub-menu {
top: 20%;
left: 100%;
overflow: hidden;
visibility: hidden;
transition: all 1s ease;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
}
.desktop ul.twp-nav-menu > li .sub-menu > li:hover .sub-menu, .desktop ul.twp-nav-menu > li .sub-menu > li:focus-within .sub-menu {
opacity: 1;
height: auto;
top: 0;
overflow: visible;
visibility: visible;
}
.desktop ul.twp-nav-menu > li {
position: relative;
}
.desktop ul.twp-nav-menu > li .sub-menu > li {
position: relative;
}
.desktop ul.twp-nav-menu > li .sub-menu > li .sub-menu {
top: 20%;
left: 100%;
overflow: hidden;
visibility: hidden;
transition: all 1s ease;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
}
.desktop ul.twp-nav-menu > li .sub-menu > li:hover .sub-menu, .desktop ul.twp-nav-menu > li .sub-menu > li:focus-within .sub-menu {
opacity: 1;
height: auto;
top: 0;
overflow: visible;
visibility: visible;
}
.desktop ul.twp-nav-menu > li {
position: relative;
}
.desktop ul.twp-nav-menu > li .sub-menu > li {
position: relative;
}
.desktop ul.twp-nav-menu > li .sub-menu > li .sub-menu > li .sub-menu {
top: 20%;
left: 100%;
overflow: hidden;
visibility: hidden;
transition: all 1s ease;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
}
.desktop ul.twp-nav-menu > li .sub-menu > li .sub-menu > li:hover .sub-menu, .desktop ul.twp-nav-menu > li .sub-menu > li .sub-menu > li:focus-within .sub-menu {
opacity: 1;
height: auto;
overflow: visible;
visibility: visible;
top: 0;
}
.desktop div.twp-nav-menu > ul {
display: flex;
flex-wrap: wrap;
}
.desktop div.twp-nav-menu > ul > li {
position: relative;
}
.desktop div.twp-nav-menu > ul > li a {
position: relative;
display: block;
}
.desktop div.twp-nav-menu > ul > li > a:before {
background-color: white;
-webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.desktop div.twp-nav-menu > ul > li > a:hover {
color: black;
}
.desktop div.twp-nav-menu > ul > li > a:hover:before {
content: "";
}
.desktop div.twp-nav-menu > ul > li .children {
position: absolute;
top: 110%;
left: 0;
width: 220px;
background-color: black;
opacity: 0;
height: 0;
overflow: hidden;
visibility: hidden;
transition: all 1s ease;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
z-index: 3;
}
.desktop div.twp-nav-menu > ul > li .children a {
display: block;
border-left-style: solid;
border-left-width: 1px;
border-top-style: solid;
border-top-width: 1px;
border-color: #CFD8DC;
color: white;
}
.desktop div.twp-nav-menu > ul > li:hover .children, .desktop div.twp-nav-menu > ul > li:focus-within .children {
top: 100%;
opacity: 1;
height: auto;
overflow: visible;
visibility: visible;
}
.desktop ul.twp-nav-menu > li a .menu-description {
background-color: white;
display: inline-block;
padding: 0 5px;
height: 21px;
line-height: 21px;
text-transform: uppercase;
font-size: 10px;
font-weight: 400;
margin: 0 5px;
overflow: hidden;
}
.desktop ul.twp-nav-menu > li > a .menu-description {
padding: 0 10px;
display: block;
position: absolute;
right: 0;
top: -16px;
background-color: #FF0036;
color: white;
margin: initial;
overflow: hidden;
}
.desktop ul.twp-nav-menu > li > a .menu-description:after {
width: 0;
height: 0;
border-style: solid;
border-width: 5px;
border-color: #FF0036 transparent transparent transparent;
position: absolute;
content: "";
top: 100%;
right: 10px;
}
.sticky .desktop ul.twp-nav-menu > li > a .menu-description {
display: none;
}
.twp-nav-menu-section .twp-progress-bar {
position: absolute;
left: 0;
height: 8px;
bottom: -8px;
background-color: #CFD8DC;
z-index: 2;
transition: width 0.2s ease;
-webkit-transition: width 0.2s ease;
-moz-transition: width 0.2s ease;
}
.twp-navigation .twp-search-field-section {
background: #CFD8DC;
padding: 30px 0;
display: none;
}
@media (min-width: 576px) {
.twp-navigation .twp-search-field-section {
padding: 30px;
}
}
.twp-navigation.sticky {
position: fixed;
top: 0;
width: 100%;
left: 0;
z-index: 9;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.twp-navigation .twp-nav-menu-section {
background-color: black;
position: relative;
}
.twp-navigation .twp-nav-menu-section:after {
position: absolute;
content: "";
height: 8px;
width: 100%;
display: block;
left: 0;
bottom: -8px;
}
.twp-navigation .twp-nav-menu-section .twp-wrapper {
justify-content: space-between;
margin-left: -15px;
margin-right: -15px;
flex-wrap: nowrap;
}
.twp-navigation .twp-nav-menu-section .twp-menu-section,
.twp-navigation .twp-nav-menu-section .twp-site-features {
padding-left: 15px;
padding-right: 15px;
}
.twp-navigation .twp-nav-menu-section .twp-menu-section {
align-items: center;
}
.twp-navigation .twp-nav-menu-section .twp-menu-section .twp-nav-menu li {
display: none;
}
@media (min-width: 1050px) {
.twp-navigation .twp-nav-menu-section .twp-menu-section .twp-nav-menu li {
display: block;
}
}
.twp-navigation .twp-nav-menu-section .twp-menu-section .twp-nav-menu li.brand-home {
display: block;
}
.twp-navigation .twp-nav-menu-section .twp-menu-section .twp-menu-icon-section {
padding: 0 15px;
}
@media (min-width: 1050px) {
.twp-navigation .twp-nav-menu-section .twp-menu-section .twp-menu-icon-section {
display: none;
}
}
.twp-navigation .twp-nav-menu-section .twp-site-features {
display: flex;
flex-wrap: wrap;
flex-shrink: 0;
}
.twp-navigation .twp-nav-menu-section .twp-site-features .twp-search,
.twp-navigation .twp-nav-menu-section .twp-site-features .twp-trending {
padding: 0 15px;
}
.twp-navigation .twp-nav-menu-section .twp-site-features .twp-search a,
.twp-navigation .twp-nav-menu-section .twp-site-features .twp-trending a {
color: black;
}
.twp-navigation .twp-nav-menu-section .twp-site-features .header-theme-mode a {
display: inline-block;
color: black;
}
.twp-navigation .twp-nav-menu-section .twp-site-features .twp-trending {
background-color: #FF0036;
color: white;
padding: 0 20px;
}
.twp-navigation .twp-nav-menu-section .twp-site-features .twp-trending:hover {
background-color: black;
}
.twp-navigation .twp-nav-menu-section .twp-site-features i {
line-height: 1;
}
.admin-bar .twp-navigation.sticky {
top: 30px;
}
@media screen and (max-width: 782px) {
.admin-bar .twp-navigation.sticky {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar .twp-navigation.sticky {
top: 0;
}
}
.twp-article-list .twp-article-border {
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #CFD8DC;
padding-top: 10px;
padding-bottom: 10px;
min-height: 115px;
}
.twp-article-list .twp-article-border:hover {
background-color: #f8f9fa;
}
.twp-article {
display: flex;
}
.twp-article .twp-units {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
font-size: 40px;
padding: 0 10px;
filter: alpha(opacity=24);
opacity: 0.24;
}
.twp-article .twp-description {
padding: 0 10px;
}
.twp-article .twp-description h4 {
margin: 0;
}
.twp-article .twp-description h4 a {
line-height: 1.2;
color: black;
}
.twp-article .twp-description h4 a:visited {
color: black;
}
.twp-article .twp-description h4 a:hover {
color: #FF0036;
}
.twp-article .twp-description .twp-date {
font-size: 14px;
}
.twp-editorial-post .twp-image-section {
height: 200px;
position: relative;
}
.twp-editorial-post .twp-image-section a {
height: 100%;
}
.twp-editorial-post .twp-desc {
padding: 0 10px 10px;
}
.twp-editorial-post .twp-desc .twp-categories-with-bg li {
padding-top: 10px;
}
.twp-editorial-post .twp-desc .twp-post-title,
.twp-editorial-post .twp-desc p {
margin: 0;
padding-top: 10px;
}
.twp-feature-post .twp-image-section {
position: relative;
}
.twp-feature-post .twp-image-section.twp-image-lg {
height: 300px;
}
.twp-feature-post .twp-image-section.twp-image-sm {
height: 200px;
}
.twp-feature-post .twp-image-section a {
height: 100%;
}
.twp-feature-post .twp-desc {
padding: 5px 15px 15px;
}
.twp-feature-post .twp-desc .twp-categories-with-bg li {
padding-top: 10px;
}
.twp-feature-post .twp-desc h3,
.twp-feature-post .twp-desc p {
margin-top: 10px;
margin-bottom: 0;
}
.twp-feature-single-post .twp-categories-with-bg li {
padding-top: 10px;
}
.twp-feature-single-post .twp-title-section,
.twp-feature-single-post .twp-image-section {
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.twp-feature-single-post .twp-title-section,
.twp-feature-single-post .twp-image-section {
flex: 0 0 50%;
max-width: 50%;
}
}
.twp-feature-single-post .twp-title-section {
padding: 15px;
}
@media (min-width: 768px) {
.twp-feature-single-post .twp-title-section {
padding: 60px 15px;
}
}
@media (min-width: 1050px) {
.twp-feature-single-post .twp-title-section {
flex: 0 0 40%;
max-width: 40%;
padding: 100px 15px;
}
}
.twp-feature-single-post .twp-title-section .twp-post-title {
margin-top: 15px;
margin-bottom: 0;
}
.twp-feature-single-post .twp-title-section .twp-author-meta {
flex: 0 0 100%;
max-width: 100%;
}
.twp-feature-single-post .twp-image-section {
min-height: 250px;
position: relative;
}
.twp-feature-single-post .twp-image-section a {
height: 100%;
}
@media (min-width: 1050px) {
.twp-feature-single-post .twp-image-section {
flex: 0 0 60%;
max-width: 60%;
}
}
.twp-full-post {
flex-wrap: wrap;
display: flex;
align-items: flex-end;
position: relative;
}
.twp-full-post > a {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.twp-full-post.twp-full-post-lg {
height: 450px;
}
.twp-full-post.twp-full-post-lg .twp-wrapper {
padding: 5px 15px 15px;
position: relative;
}
.twp-full-post.twp-full-post-md {
height: 290px;
}
.twp-full-post.twp-full-post-md .twp-wrapper {
padding: 5px 15px 15px;
position: relative;
}
.twp-full-post.twp-full-post-sm {
height: 220px;
}
.twp-full-post.twp-full-post-sm .twp-wrapper {
padding: 5px 15px 10px;
position: relative;
}
.twp-full-post .twp-post-title {
margin-top: 10px;
margin-bottom: 0;
line-height: 1.2;
}
.twp-full-post .twp-categories-with-bg ul li {
padding-top: 10px;
}
.twp-tab-content .twp-full-post {
margin-top: 30px;
}
.twp-list-post.twp-editorial-list-post .twp-image-section {
flex: 0 0 70px;
max-width: 70px;
}
.twp-list-post.twp-editorial-list-post .twp-image-section a {
border-radius: 100%;
}
.twp-list-post.twp-editorial-list-post .twp-image-section a:hover {
border-radius: 0;
}
.twp-list-post.twp-editorial-list-post .twp-desc {
flex: 0 0 calc(100% - 70px);
max-width: calc(100% - 70px);
}
.twp-list-post .twp-image-section {
flex: 0 0 100px;
max-width: 100px;
height: 70px;
position: relative;
}
.twp-list-post .twp-image-section a {
height: 100%;
}
.twp-list-post .twp-image-section .twp-unit {
position: absolute;
background-color: rgba(0, 0, 0, 0.7);
color: white;
padding: 5px 10px;
right: 0;
bottom: 0;
}
.twp-list-post .twp-desc {
flex: 0 0 calc(100% - 100px);
max-width: calc(100% - 100px);
padding: 5px 10px;
}
.twp-list-post .twp-desc .twp-post-title {
margin: 0;
}
.twp-related-post .twp-image-section,
.twp-related-post .twp-desc {
flex: 0 0 100%;
max-width: 100%;
}
.twp-related-post .twp-image-section {
min-height: 200px;
}
@media (min-width: 768px) {
.twp-related-post .twp-image-section {
flex: 0 0 30%;
max-width: 30%;
}
}
.twp-related-post .twp-image-section a {
height: 100%;
}
.twp-related-post .twp-desc {
padding: 30px 15px;
}
@media (min-width: 768px) {
.twp-related-post .twp-desc {
flex: 70%;
max-width: 70%;
}
}
.twp-related-post .twp-desc h3 {
margin-top: 10px;
margin-bottom: 0;
}
.twp-related-post .twp-desc h3 a {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
box-orient: vertical;
line-clamp: 2;
-webkit-line-clamp: 2;
word-break: break-word;
}
.twp-related-post .twp-desc .twp-categories-with-bg ul li {
padding-top: 10px;
}
ul.twp-social-widget li {
text-align: center;
padding-top: 15px;
}
ul.twp-social-widget li a span {
display: block;
font-weight: 600;
}
@media (max-width: 991px) {
ul.twp-social-widget li a span {
display: none;
visibility: hidden;
opacity: 0;
}
}
.twp-ticket-pin {
padding: 0 15px;
height: 40px;
}
.twp-ticket-pin .ticket-pin-wrapper {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
}
.twp-ticket-pin .twp-image-section {
width: 80px;
background-color: gray;
height: 40px;
}
.twp-ticket-pin .twp-image-section .data-bg {
height: 100%;
}
.twp-ticket-pin .twp-articles-title {
padding-left: 10px;
width: calc(100% - 80px);
font-size: 14px;
font-weight: 600;
line-height: 1.2;
}
.twp-ticket-pin .twp-articles-title a {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
box-orient: vertical;
line-clamp: 2;
-webkit-line-clamp: 2;
word-break: break-word;
}
.twp-author-details {
color: black;
}
.twp-author-details .author-details a {
color: black;
}
.twp-author-details .author-details a:visited {
color: black;
}
.twp-author-details .author-details a:hover {
color: #FF0036;
}
.twp-author-details .author-social-links {
background-color: #f8f9fa;
text-align: center;
margin-top: 15px;
padding-bottom: 15px;
}
.twp-author-details .author-social-links a {
margin-top: 10px;
margin-right: 5px;
}
.archive .page-title,
.search .page-title {
margin-top: 30px;
margin-bottom: 0;
}
.twp-single-next-post {
position: relative;
z-index: 1;
padding: 30px 0 45px;
border-bottom-style: solid;
border-bottom-width: 2px;
border-color: #f8f9fa;
}
.twp-single-next-post:before {
position: absolute;
content: "";
display: block;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
height: 150px;
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 86%, white 87%, white 100%);
background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 86%, white 87%, white 100%);
}
.twp-single-next-post .twp-next-post,
.twp-single-next-post .twp-categories-with-bg,
.twp-single-next-post .twp-author-meta,
.twp-single-next-post .twp-caption {
padding-top: 15px;
}
.twp-single-next-post .twp-next-post a {
display: inline-block;
font-weight: 600;
}
.twp-single-next-post .twp-next-post a i {
padding: 0 10px;
}
.twp-single-next-post h2 {
margin-top: 15px;
margin-bottom: 0;
border-bottom-style: solid;
border-bottom-width: 2px;
border-color: #f8f9fa;
padding-bottom: 5px;
}
.twp-single-next-post .twp-caption {
font-style: italic;
}
.twp-single-next-post .twp-image-section {
position: relative;
height: 200px;
overflow: hidden;
text-align: center;
margin-top: 15px;
}
.twp-single-next-post .twp-image-section img {
box-shadow: 0 0 5px 5px rgba(238, 238, 238, 0.6);
border-radius: 5px;
padding: 15px;
}
.twp-article-post .twp-article-post-thumbnail img{
height: 300px;
object-fit: cover;
width: 100%;
}
.twp-article-post .twp-article-post-thumbnail .post-thumbnail {
display: block;
position: relative;
overflow: hidden;
margin-top: 0;
}
.twp-article-post .twp-article-post-thumbnail img {
overflow: hidden;
transition: transform 0.3s linear;
-webkit-transition: transform 0.3s linear;
-moz-transition: transform 0.3s linear;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
width: 100%;
}
.twp-article-post .twp-article-post-thumbnail img:hover {
transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
}
.twp-read-time {
padding: 15px;
position: relative;
}
.twp-read-time span {
display: inline-block;
margin-left: 10px;
}
.twp-read-time span:before {
position: absolute;
content: "";
font-family: fontAwesome;
display: inline-block;
left: 0;
}
.twp-related-post-section .twp-related-post,
.twp-related-post-section .twp-title {
margin-top: 30px;
}
.twp-related-post-section .twp-title {
margin-bottom: 0;
}
.twp-article-post {
box-shadow: 0 0 10px 2px #CFD8DC;
padding: 0 15px 15px;
margin-top: 30px;
}
.twp-article-post hr {
height: 2px;
background-color: #f8f9fa;
margin: 20px 0 0;
}
.twp-article-post .entry-header .twp-categories-with-bg,
.twp-article-post .entry-header .entry-title,
.twp-article-post .entry-header .twp-author-meta {
padding-top: 15px;
}
.twp-article-post .entry-header .entry-title {
margin: 0;
}
.twp-article-post .post-thumbnail,
.twp-article-post .twp-article-post-thumbnail,
.twp-article-post .twp-like-dislike-button {
margin-top: 30px;
}
.twp-article-post .post-thumbnail {
position: relative;
}
.twp-article-post .post-thumbnail .twp-thumb-caption {
position: absolute;
bottom: 0;
right: 0;
color: white;
background-color: rgba(0, 0, 0, 0.7);
padding: 5px 10px;
}
.twp-article-post .twp-social-share-section .twp-like-dislike-button {
margin-top: 0;
}
.twp-article-post .single-excerpt p {
margin-top: 15px;
margin-bottom: 0;
border-left-style: solid;
border-left-width: 4px;
padding: 15px;
text-align: justify;
font-style: italic;
}
.twp-article-post ul.wp-block-gallery {
margin: 0;
padding-top: 15px;
}
.twp-article-post .entry-content {
margin: 0;
}
.twp-article-post .entry-content p {
margin-top: 15px;
margin-bottom: 0;
}
.twp-article-post .entry-content .has-drop-cap::first-letter {
font-weight: 600;
}
.twp-article-post .entry-content figcaption {
font-size: 1.2rem;
color: inherit;
font-weight: 600;
font-size: italic;
margin-top: 15px;
margin-bottom: 0;
}
.twp-article-post .entry-content figcaption figure.wp-block-image {
box-shadow: 0 0 5px 0 #CFD8DC;
padding: 15px;
}
.twp-article-post .entry-content h1, .twp-article-post .entry-content h2, .twp-article-post .entry-content h3, .twp-article-post .entry-content h4, .twp-article-post .entry-content h5,
.twp-article-post .entry-content .wp-block-cover,
.twp-article-post .entry-content .wp-block-image {
margin-top: 15px;
margin-bottom: 0;
}
.twp-article-post .entry-content .wp-block-pullquote {
background-color: black;
color: white;
}
.twp-article-post .entry-content .wp-block-gallery {
margin: 0;
}
.twp-article-post .entry-content pre.wp-block-verse, .twp-article-post .entry-content pre.wp-block-preformatted {
background-color: #CFD8DC;
font-size: 1rem;
font-family: inherit;
padding: 20px;
margin-bottom: 0;
margin-top: 15px;
white-space: pre-line;
text-align: justify;
color: black;
}
.twp-article-post .entry-content .wp-block-categories {
padding: 0;
margin: 15px 0 0;
list-style: none;
}
.twp-article-post .entry-content .wp-block-categories li {
color: black;
}
.twp-article-post .entry-content .wp-block-categories li:nth-child(odd) {
background-color: #CFD8DC;
}
.twp-article-post .entry-content .wp-block-categories li:nth-child(even) {
background-color: #f8f9fa;
}
.twp-article-post .entry-content .wp-block-categories a {
padding: 15px;
display: inline-block;
color: black;
font-weight: 600;
}
.twp-article-post .entry-content .wp-block-categories a:hover {
color: #FF0036;
}
.twp-article-post blockquote {
padding: 0;
margin: 0;
}
.twp-article-post blockquote.wp-block-quote p {
font-size: 1.2rem;
padding: 30px;
position: relative;
}
.twp-article-post blockquote.wp-block-quote p:before, .twp-article-post blockquote.wp-block-quote p:after {
display: block;
font-family: fontAwesome;
position: absolute;
font-size: 24px;
color: #FF0036;
}
.twp-article-post blockquote.wp-block-quote p:before {
content: "";
left: 0;
top: 0;
}
.twp-article-post blockquote.wp-block-quote p:after {
content: "";
right: 0;
bottom: 0;
}
.twp-article-post blockquote cite {
display: block;
margin-top: 10px;
font-weight: 600;
}
.twp-article-post figure {
text-align: center;
}
.twp-article-post .twitter-tweet {
margin: 0 auto;
}
.twp-article-post .instagram-media {
margin: 0 auto !important;
}
.twp-author-main .twp-author-image, .twp-author-info .twp-image-section {
width: 150px;
height: 150px;
margin: 0 auto;
}
.twp-author-info {
font-weight: 600;
}
.twp-author-info .twp-image-section {
border-radius: 100%;
}
.twp-author-info .twp-image-section:hover {
border-radius: 0;
}
.twp-author-info .twp-description .twp-inner-title {
font-size: 1.5rem;
margin: 15px 0 0;
text-align: center;
}
.twp-author-info .twp-description p {
margin-top: 15px;
margin-bottom: 0;
text-align: justify;
}
.twp-author-info .twp-social {
text-align: center;
padding-top: 15px;
margin: 15px -15px 0 -15px;
background-color: #CFD8DC;
}
.twp-author-info .twp-social span {
margin-right: 3px;
display: inline-block;
padding-bottom: 15px;
}
.twp-author-info .twp-social span:last-child {
margin-right: 0;
}
.twp-author-main {
font-weight: 600;
}
.twp-author-main .twp-author-image img {
border-radius: 100%;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.twp-author-main .twp-author-image img:hover {
border-radius: 0;
}
.twp-author-main .author-email i {
vertical-align: middle;
margin: 0 2px;
}
.widget .calendar_wrap table {
border-collapse: collapse;
}
.widget .calendar_wrap table caption {
font-size: 1.3rem;
line-height: 1;
padding-bottom: 15px;
font-weight: 600;
}
.widget .calendar_wrap table tbody tr {
border-right-style: solid;
border-right-width: 1px;
border-color: #CFD8DC;
}
.widget .calendar_wrap table tbody tr td {
border-top-style: solid;
border-top-width: 1px;
border-left-style: solid;
border-left-width: 1px;
border-color: #CFD8DC;
text-align: center;
padding: 10px 5px;
}
.widget .calendar_wrap table tbody tr:last-child {
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #CFD8DC;
}
.widget ul {
margin-left: -15px;
margin-right: -15px;
}
.widget ul li {
padding: 10px 15px;
font-weight: 600;
}
.widget ul li:nth-child(odd) {
background-color: #f8f9fa;
}
.widget ul li.menu-item-has-children {
padding-bottom: 0;
}
.widget ul li.menu-item-has-children li {
font-size: 14px;
}
.widget ul li.menu-item-has-children .sub-menu {
margin-top: 10px;
}
.widget ul.menu > li {
border-top-style: solid;
border-top-width: 1px;
border-color: #CFD8DC;
}
.twp-home-widget-section .widget li {
padding-top: 0;
padding-bottom: 0;
}
.twp-home-widget-section .widget li:nth-child(odd) {
background-color: transparent;
}
.widget .twp-categories-with-bg li:nth-child(odd),
.widget .twp-social-icons li:nth-child(odd) {
background-color: transparent;
}
.twp-footer-widget-section .widget li:nth-child(odd) {
background-color: transparent;
}
.twp-footer-widget-section .widget ul.menu > li {
border: 0;
}
.widget .search-form label {
width: calc(100% - 90px);
float: left;
padding-right: 5px;
}
.widget .search-form label input {
width: 100%;
height: 45px;
border-radius: 0;
padding: 0 15px;
border-color: #CFD8DC;
}
.widget .search-form .search-submit {
width: 90px;
height: 45px;
float: left;
font-size: 1rem;
border-radius: 0;
border: 0;
cursor: pointer;
font-weight: 600;
padding: 0;
background-color: black;
color: white;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.widget .search-form .search-submit:hover {
background-color: #FF0036;
}
.twp-footer-widget-section .widget .search-form .search-submit:hover {
background-color: white;
color: black;
}
.widget .twp-social-widget li {
flex: 0 0 50%;
max-width: 50%;
padding: 0;
}
.widget .twp-social-widget li a {
display: block;
padding: 10px 15px;
}
.widget.seek_widget_tabbed {
padding-top: 0;
}
.widget.seek_widget_tabbed ul.twp-tab {
display: flex;
margin-left: -15px;
margin-right: -15px;
}
.widget.seek_widget_tabbed ul.twp-tab li {
flex-grow: 1;
border-bottom-style: solid;
border-bottom-width: 1px;
border-right-style: solid;
border-right-width: 1px;
border-color: #f8f9fa;
text-align: center;
font-weight: 600;
padding: 10px;
text-align: center;
cursor: default;
}
.widget.seek_widget_tabbed ul.twp-tab li:nth-child(odd) {
background-color: #f8f9fa;
color: black;
}
.widget.seek_widget_tabbed ul.twp-tab li:last-child {
border-right: 0;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #f8f9fa;
}
.widget.seek_widget_tabbed ul.twp-tab li.active {
background-color: black;
color: white;
}
.widget .twp-tab-content .tab-pane {
display: none;
}
.widget .twp-tab-content .tab-pane.active {
display: block;
}
.twp-footer-widget-section .widget.seek_widget_tabbed ul.twp-tab li {
border-top-style: solid;
border-top-width: 1px;
}
.twp-footer-widget-section .widget.seek_widget_tabbed ul.twp-tab li:first-child {
border-left-style: solid;
border-left-width: 1px;
}
.twp-footer-widget-section .widget.seek_widget_tabbed ul.twp-tab li:last-child {
border-right-style: solid;
border-right-width: 1px;
}
.twp-footer-widget-section .widget.seek_widget_tabbed ul.twp-tab li:nth-child(odd) {
background-color: transparent;
color: white;
}
.twp-footer-widget-section .widget.seek_widget_tabbed ul.twp-tab li.active {
background-color: white;
color: black;
}
.tagcloud a {
font-size: 14px !important;
font-weight: 800;
display: inline-block;
margin: 0 5px 10px 0;
position: relative;
border-bottom-style: solid;
border-bottom-width: 2px;
text-transform: uppercase;
}
.widget {
border-style: solid;
border-width: 1px;
border-color: #CFD8DC;
margin-top: 30px;
padding: 15px 0 0;
}
.widget-area .widget {
padding-left: 15px;
padding-right: 15px;
}
.widget.widget_search, .widget.widget_text {
padding-bottom: 15px;
}
.widget.widget_archive select, .widget.widget_categories select {
margin-bottom: 15px;
}
.widget select {
padding: 10px 15px;
}
.widget .widget-title {
margin-bottom: 15px;
margin-top: 0;
}
.widget.widget_media_image figure {
margin: 0 auto;
}
.twp-home-widget-section .widget {
border: 0;
margin: 0;
padding: 0;
}
.widget-area .widget .twp-col-4,
.twp-footer-widget-section .widget .twp-col-4 {
flex: 0 0 100%;
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.widget-area .widget .container,
.twp-footer-widget-section .widget .container {
padding: 0;
}
.widget-area .widget .twp-row,
.twp-footer-widget-section .widget .twp-row {
margin: 0;
}
.widget-area .widget .twp-feature-post,
.widget-area .widget .twp-full-post,
.twp-footer-widget-section .widget .twp-feature-post,
.twp-footer-widget-section .widget .twp-full-post {
margin-bottom: 30px;
}
.site-content {
padding: 15px 0 45px 0;
}
.home .site-main,
.search .site-main,
.archive .site-main,
.blog .site-main {
display: flex;
flex-wrap: wrap;
}
.home .site-main .page-header,
.home .site-main .posts-navigation,
.home .site-main .post-navigation,
.search .site-main .page-header,
.search .site-main .posts-navigation,
.search .site-main .post-navigation,
.archive .site-main .page-header,
.archive .site-main .posts-navigation,
.archive .site-main .post-navigation,
.blog .site-main .page-header,
.blog .site-main .posts-navigation,
.blog .site-main .post-navigation {
flex: 0 0 100%;
max-width: 100%;
}
.twp-archive-post-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
}
.twp-archive-post-list .twp-article-post {
position: relative;
width: 100%;
}
.twp-archive-post-list .page-header,
.twp-archive-post-list .twp-pagination-numeric {
grid-column: 1 / -1;
}
@media (max-width: 680px) {
.twp-archive-post-list {
grid-template-columns: 1fr;
}
}
.twp-not-found {
text-align: center;
padding: 60px 0;
display: flex;
justify-content: center;
align-items: center;
}
.twp-not-found h1 {
margin: 0;
}
.twp-not-found .page-header,
.twp-not-found .page-content {
flex: 0 0 100%;
max-width: 100%;
}
.twp-not-found .page-content {
padding: 20px 0 0 0;
margin: 0;
}
.twp-not-found .page-content p {
margin-top: 0;
margin-bottom: 20px;
font-size: 1.2rem;
font-style: italic;
}
.twp-not-found .search-form {
width: 70%;
margin: 0 auto;
}
.twp-not-found .search-form label {
width: calc(100% - 90px);
float: left;
padding-right: 5px;
}
.twp-not-found .search-form label input {
width: 100%;
height: 45px;
border-radius: 0;
padding: 0 15px;
}
.twp-not-found .search-form .search-submit {
width: 90px;
height: 45px;
float: left;
font-size: 1rem;
border-radius: 0;
border: 0;
color: white;
cursor: pointer;
font-weight: 600;
padding: 0;
}
.twp-banner-section {
padding: 15px 0 45px 0;
}
.twp-banner-section .twp-banner-slider,
.twp-banner-section .twp-banner-post-section,
.twp-banner-section .twp-full-post-list {
margin-top: 30px;
}
.twp-banner-section .twp-full-post-sm:last-child {
margin-top: 10px;
}
.twp-banner-section .twp-banner-post-section {
color: white;
padding: 10px;
}
.twp-banner-section .twp-banner-post-section a {
color: white;
}
.twp-banner-section .twp-banner-post-section a:visited {
color: white;
}
.twp-banner-section .twp-banner-post-section a:hover {
color: #FF0036;
}
.twp-banner-section .twp-banner-post-section h2 {
line-height: 1;
margin: 0;
text-align: center;
}
.twp-banner-section .twp-banner-post-section .twp-list-post {
margin-top: 11px;
}
.twp-banner-section .twp-banner-post-section .twp-list-post .twp-desc {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.twp-banner-section .twp-banner-post-section .twp-list-post .twp-desc:hover {
background-color: black;
}
.twp-breadcrumbs {
font-weight: 600;
padding: 15px 0;
background-color: #f8f9fa;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #f8f9fa;
margin-top: 8px;
}
.twp-breadcrumbs ul {
display: flex;
flex-wrap: wrap;
}
.twp-breadcrumbs ul li {
padding: 0 60px 0 0;
position: relative;
}
.twp-breadcrumbs ul li:after {
content: "";
display: block;
font-family: fontAwesome;
position: absolute;
right: 23px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
}
.twp-breadcrumbs ul li:last-child:after {
display: none;
}
.twp-footer-menu-section {
background-color: black;
}
.twp-footer-menu-section .twp-footer-menu {
text-align: center;
}
.twp-footer-menu-section .twp-footer-menu li {
display: inline-block;
}
.twp-footer-menu-section .twp-footer-menu li a {
display: inline-block;
text-transform: uppercase;
font-size: 14px;
padding: 10px 5px;
font-weight: 600;
color: white;
position: relative;
}
.twp-footer-menu-section .twp-footer-menu li a:visited {
color: white;
}
.twp-footer-menu-section .twp-footer-menu li a:hover {
color: #FF0036;
}
.twp-footer-menu-section .twp-footer-menu li a:after {
content: "/";
display: inline-block;
}
.twp-footer-menu-section .twp-footer-menu li a span {
display: inline-block;
padding: 0 5px;
}
.twp-footer-menu-section .twp-footer-menu li:last-child a:after {
content: none;
}
.twp-footer-social-section {
background-color: black;
color: white;
}
.twp-footer-social-section a {
color: white;
}
.twp-footer-social-section .twp-footer-social {
padding-bottom: 15px;
}
.twp-footer-social-section .twp-footer-social .twp-social-icons {
justify-content: center;
}
.twp-footer-social-section ul.twp-social-icons a {
color: white;
}
.twp-footer-social-section ul.twp-social-icons a:visited {
color: white;
}
.twp-footer-widget-section {
background-color: black;
color: white;
padding-bottom: 30px;
}
.twp-footer-widget-section .twp-footer-border {
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: white;
padding-top: 10px;
margin-top: 10px;
}
.twp-footer-widget-section .menu-description {
display: none;
}
.twp-footer-widget-section a {
color: white;
}
.twp-footer-widget-section a:visited {
color: white;
}
.twp-footer-widget-section a:hover {
color: #FF0036;
}
.twp-footer-widget-section .widget {
border: 0;
}
.twp-footer-widget-section .twp-box-shadow-sm {
box-shadow: none;
}
.twp-footer-widget-section .twp-overlay:before {
background-color: rgba(0, 0, 0, 0.6);
}
.site-footer {
background-color: black;
color: white;
text-align: center;
padding: 15px;
font-weight: 600;
}
.site-footer a {
color: white;
}
.site-footer a:hover {
color: #FF0036;
}
.twp-newsletter-section {
background-color: #CFD8DC;
z-index: 2;
transition: all 1s ease;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
color: black;
padding: 30px;
min-height: 180px;
}
@media (min-width: 1050px) {
.twp-newsletter-section {
width: 500px;
padding: 5px 15px 15px;
position: fixed;
right: -50%;
bottom: 100px;
}
}
.twp-newsletter-section.twp-newsletter-active.show {
right: 0;
}
.twp-newsletter-section .twp-close-icon-section {
display: none;
}
@media (min-width: 1050px) {
.twp-newsletter-section .twp-close-icon-section {
padding-top: 10px;
text-align: right;
display: block;
}
}
.twp-newsletter-section h2,
.twp-newsletter-section p {
margin-top: 10px;
margin-bottom: 0;
}
.twp-site-branding {
padding-top: 15px;
padding-bottom: 30px;
}
.twp-site-branding.data-bg {
background-color: transparent;
}
.twp-site-branding .twp-logo {
text-align: center;
}
.twp-site-branding .twp-logo .site-title,
.twp-site-branding .twp-logo .site-description,
.twp-site-branding .twp-logo .twp-image-wrapper {
margin-top: 15px;
margin-bottom: 0;
line-height: 1;
}
.twp-site-branding .twp-logo .site-title {
font-size: 3rem;
}
.twp-site-branding .twp-logo .site-description {
font-size: 1.5rem;
}
.twp-site-branding .twp-logo img,
.twp-site-branding .twp-logo .site-title,
.twp-site-branding .twp-logo .site-description {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.twp-site-branding .twp-logo img:hover,
.twp-site-branding .twp-logo .site-title:hover,
.twp-site-branding .twp-logo .site-description:hover {
transform: scale(0.9);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
}
.twp-ad-section {
background-color: black;
padding: 15px 0;
text-align: center;
}
.twp-ad-section .twp-ad img {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.twp-ad-section .twp-ad img:hover {
transform: scale(0.9);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
}
.comments-area .comment-list li .comment-content p:before,
.twp-comments-section .comment-list li .comment-content p:before, .comments-area .comment-list li .comment-meta .comment-metadata .edit-link:before, .comments-area .comment-list li .comment-meta .comment-metadata time:before,
.twp-comments-section .comment-list li .comment-meta .comment-metadata .edit-link:before,
.twp-comments-section .comment-list li .comment-meta .comment-metadata time:before {
display: block;
position: absolute;
font-family: fontAwesome;
left: 0;
color: black;
}
.comments-area .comment-list > li,
.twp-comments-section .comment-list > li {
padding-bottom: 30px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #f8f9fa;
}
.comments-area .comment-list li,
.twp-comments-section .comment-list li {
padding-top: 30px;
}
.comments-area .comment-list li .comment-reply-link,
.twp-comments-section .comment-list li .comment-reply-link {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.comments-area .comment-list li .comment-meta .comment-author img,
.twp-comments-section .comment-list li .comment-meta .comment-author img {
margin-right: 15px;
}
.comments-area .comment-list li .comment-meta .comment-metadata,
.twp-comments-section .comment-list li .comment-meta .comment-metadata {
padding-top: 15px;
}
.comments-area .comment-list li .comment-meta .comment-metadata a, .comments-area .comment-list li .comment-meta .comment-metadata span, .comments-area .comment-list li .comment-meta .comment-metadata time,
.twp-comments-section .comment-list li .comment-meta .comment-metadata a,
.twp-comments-section .comment-list li .comment-meta .comment-metadata span,
.twp-comments-section .comment-list li .comment-meta .comment-metadata time {
display: inline-block;
position: relative;
}
.comments-area .comment-list li .comment-meta .comment-metadata .edit-link, .comments-area .comment-list li .comment-meta .comment-metadata time,
.twp-comments-section .comment-list li .comment-meta .comment-metadata .edit-link,
.twp-comments-section .comment-list li .comment-meta .comment-metadata time {
padding-left: 25px;
padding-right: 20px;
}
.comments-area .comment-list li .comment-meta .comment-metadata time:before,
.twp-comments-section .comment-list li .comment-meta .comment-metadata time:before {
content: "";
}
.comments-area .comment-list li .comment-meta .comment-metadata .edit-link:before,
.twp-comments-section .comment-list li .comment-meta .comment-metadata .edit-link:before {
content: "";
}
.comments-area .comment-list li .comment-content p,
.twp-comments-section .comment-list li .comment-content p {
margin-top: 15px;
margin-bottom: 15px;
padding-left: 20px;
position: relative;
}
.comments-area .comment-list li .comment-content p:last-child,
.twp-comments-section .comment-list li .comment-content p:last-child {
margin-bottom: 0;
}
.comments-area .comment-list li .comment-content p:before,
.twp-comments-section .comment-list li .comment-content p:before {
content: "";
}
.comments-area .comment-list li .reply,
.twp-comments-section .comment-list li .reply {
padding-top: 15px;
}
.comments-area .comment-list .children,
.twp-comments-section .comment-list .children {
padding: 0;
margin-left: 15px;
}
.comments-area .comment-respond,
.twp-comments-section .comment-respond {
padding-top: 15px;
}
.comments-area .comment-respond .comment-reply-title,
.twp-comments-section .comment-respond .comment-reply-title {
font-size: 1.3rem;
margin-top: 15px;
margin-bottom: 0;
}
.comments-area .comment-respond p,
.twp-comments-section .comment-respond p {
margin-top: 15px;
margin-bottom: 0;
}
.comments-area .comment-respond .comment-form,
.twp-comments-section .comment-respond .comment-form {
display: flex;
flex-wrap: wrap;
}
.comments-area .comment-respond .comment-form p,
.twp-comments-section .comment-respond .comment-form p {
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.comments-area .comment-respond .comment-form p,
.twp-comments-section .comment-respond .comment-form p {
flex: 0 0 50%;
max-width: 50%;
padding-right: 10px;
}
}
.comments-area .comment-respond .comment-form p.comment-notes, .comments-area .comment-respond .comment-form p.comment-form-comment, .comments-area .comment-respond .comment-form p.comment-form-cookies-consent, .comments-area .comment-respond .comment-form p.form-submit, .comments-area .comment-respond .comment-form p.logged-in-as,
.twp-comments-section .comment-respond .comment-form p.comment-notes,
.twp-comments-section .comment-respond .comment-form p.comment-form-comment,
.twp-comments-section .comment-respond .comment-form p.comment-form-cookies-consent,
.twp-comments-section .comment-respond .comment-form p.form-submit,
.twp-comments-section .comment-respond .comment-form p.logged-in-as {
flex: 0 0 100%;
max-width: 100%;
}
.comments-area .comment-respond .comment-form label,
.twp-comments-section .comment-respond .comment-form label {
display: block;
margin-bottom: 15px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent label,
.twp-comments-section .comment-respond .comment-form .comment-form-cookies-consent label {
display: inline-block;
padding-left: 10px;
margin-bottom: 0;
text-align: justify;
}
.comments-area .comment-respond .comment-form .logged-in-as a,
.twp-comments-section .comment-respond .comment-form .logged-in-as a {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
width: 100%;
text-align: center;
}
@media (min-width: 768px) {
.comments-area .comment-respond .comment-form .logged-in-as a,
.twp-comments-section .comment-respond .comment-form .logged-in-as a {
margin-right: 10px;
width: initial;
}
}
.comment-form-ratings .rating-container {
display: flex;
align-items: center;
}
.comments-area .comment-respond .comment-form .logged-in-as a:last-child,
.twp-comments-section .comment-respond .comment-form .logged-in-as a:last-child {
margin-right: 0;
}
.comment-form textarea, .comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url] {
width: 100%;
border-style: solid;
border-width: 1px;
border-color: #CFD8DC;
padding: 10px 15px;
}
.comment-form input[type=submit] {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
width: 100%;
text-align: center;
}
@media (min-width: 768px) {
.comment-form input[type=submit] {
margin-right: 10px;
width: initial;
}
}
.comment-form input[type=checkbox] {
position: relative;
top: 2px;
}
.comment-form .comment-form-cookies-consent {
display: flex;
}
.comments-area,
.twp-comments-section {
padding: 30px;
font-weight: 600;
margin-top: 30px;
box-shadow: 0 0 8px 0 #CFD8DC;
}
.comments-area .comments-title,
.twp-comments-section .comments-title {
margin: 0;
}
.twp-home-widget-section section.widget {
border-top-style: solid;
border-top-width: 1px;
border-color: #ecf0f2;
}
.twp-home-widget-section .seek_popular_post_widget,
.twp-home-widget-section .seek_author_widget,
.twp-home-widget-section .seek_widget_tabbed,
.twp-home-widget-section .seek_social_widget {
padding: 45px 0;
}
@media (min-width: 768px) {
.twp-home-widget-section .seek_social_widget .twp-social-widget li {
flex: 0 0 33.33%;
max-width: 33.33%;
}
}
@media (min-width: 1050px) {
.twp-home-widget-section .seek_social_widget .twp-social-widget li {
flex: 0 0 25%;
max-width: 25%;
}
}
@media (min-width: 768px) {
.twp-home-widget-section .seek_popular_post_widget .twp-list-post-list {
display: flex;
flex-wrap: wrap;
margin-left: -8px;
margin-right: -8px;
}
}
.twp-home-widget-section .seek_popular_post_widget .twp-list-post-list li {
margin-top: 15px;
}
@media (min-width: 768px) {
.twp-home-widget-section .seek_popular_post_widget .twp-list-post-list li {
flex: 0 0 calc(50% - 8px);
max-width: calc(50% - 8px);
}
}
@media (min-width: 768px) {
.twp-home-widget-section .seek_widget_tabbed .twp-full-post-list,
.twp-home-widget-section .seek_widget_tabbed .twp-list-post-list {
display: flex;
flex-wrap: wrap;
}
}
.twp-home-widget-section .seek_widget_tabbed .twp-full-post-list .twp-full-post,
.twp-home-widget-section .seek_widget_tabbed .twp-full-post-list .twp-list-post,
.twp-home-widget-section .seek_widget_tabbed .twp-list-post-list .twp-full-post,
.twp-home-widget-section .seek_widget_tabbed .twp-list-post-list .twp-list-post {
margin-top: 15px;
}
@media (min-width: 768px) {
.twp-home-widget-section .seek_widget_tabbed .twp-full-post-list .twp-full-post,
.twp-home-widget-section .seek_widget_tabbed .twp-full-post-list .twp-list-post,
.twp-home-widget-section .seek_widget_tabbed .twp-list-post-list .twp-full-post,
.twp-home-widget-section .seek_widget_tabbed .twp-list-post-list .twp-list-post {
flex: 0 0 calc(50% - 15px);
max-width: calc(50% - 15px);
margin-left: 8px;
margin-right: 8px;
}
}
.twp-editorial-section {
padding-top: 10px;
padding-bottom: 45px;
border-top-style: solid;
border-top-width: 1px;
border-color: #ecf0f2;
}
.twp-editorial-section .twp-editorial-full-post-list {
margin-top: 30px;
}
.twp-editorial-section .no-editor-section {
flex: 0 0 100%;
max-width: 100%;
}
.twp-editorial-section .twp-feature-single-post .twp-title-section,
.twp-editorial-section .twp-feature-single-post .twp-image-section {
margin-top: 30px;
}
.twp-editorial-section .twp-editorial-post-list .twp-editorial-post {
margin-top: 15px;
}
.twp-featured-category-post-list {
border-top-style: solid;
border-top-width: 1px;
padding-top: 15px;
border-color: #f8f9fa;
padding-bottom: 45px;
}
.twp-featured-category-post-list .twp-category-post-list {
margin-top: 30px;
}
.twp-featured-category-post-list .twp-section-title {
margin-top: 30px;
margin-bottom: 0;
}
.twp-home-widget-section .twp-featured-post-section {
padding-bottom: 45px;
padding-top: 15px;
}
.twp-home-widget-section .twp-featured-post-section .widget-title {
margin-top: 30px;
margin-bottom: 0;
}
.twp-home-widget-section .twp-featured-post-section .twp-features-post-list .twp-feature-post {
margin-top: 30px;
}
.twp-home-widget-section .twp-featured-post-section .twp-full-post-list {
padding-top: 15px;
}
.twp-home-widget-section .twp-featured-post-section .twp-full-post-list .twp-full-post {
margin-top: 15px;
}
.twp-home-widget-section .twp-featured-post-section .twp-list-post-list {
padding-top: 15px;
}
.twp-home-widget-section .twp-featured-post-section .twp-list-post-list .twp-list-post {
margin-top: 15px;
}
.twp-featured-post-slider-section {
background-color: black;
color: white;
padding: 30px 0;
}
.twp-featured-post-slider-section a {
color: white;
}
.twp-featured-post-slider-section a:visited {
color: white;
}
.twp-featured-post-slider-section a:hover {
color: #FF0036;
}
.twp-featured-post-slider-section .widget-title {
text-align: center;
margin-bottom: 15px;
}
.twp-featured-post-slider-section .widget-title a {
font-size: 1.8rem;
}
.twp-featured-post-slider-section .twp-feature-post {
padding: 15px 8px;
position: relative;
}
.twp-featured-post-slider-section .twp-feature-post:before {
content: "";
position: absolute;
left: -8px;
top: 0;
height: 100%;
width: calc(100% + 15px);
display: block;
z-index: -1;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.twp-featured-post-slider-section .twp-feature-post:hover {
z-index: 1;
}
.twp-featured-post-slider-section .twp-feature-post:hover:before {
background-color: #FF0036;
}
.twp-featured-post-slider-section .twp-feature-post .twp-desc {
padding-bottom: 0;
}
.twp-featured-post-slider-section .twp-feature-post h3 a {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
box-orient: vertical;
line-clamp: 2;
-webkit-line-clamp: 2;
word-break: break-word;
}
.twp-featured-post-slider-section .twp-feature-post h3 a:hover {
color: black;
}
.twp-featured-post-slider-section .twp-featured-post-slider {
position: relative;
margin-bottom: 80px;
}
.twp-featured-post-slider-section .twp-featured-post-slider .slick-arrow {
top: initial;
bottom: -80px;
border-radius: 100%;
}
.twp-featured-post-slider-section .twp-featured-post-slider .slick-prev {
left: calc(50% - 45px);
}
.twp-featured-post-slider-section .twp-featured-post-slider .slick-next {
right: calc(50% - 45px);
}
.twp-latest-post-section {
padding: 15px 0 45px 0;
color: white;
}
.twp-latest-post-section.twp-overlay:before {
background-color: rgba(0, 0, 0, 0.7);
}
.twp-latest-post-section .twp-section-title {
margin-bottom: 0;
margin-top: 30px;
}
.twp-latest-post-section .twp-latest-post {
margin-top: 30px;
}
.twp-latest-post-section .twp-latest-post .twp-desc {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.twp-latest-post-section .twp-latest-post .twp-desc:hover {
background-color: black;
}
.twp-latest-post-section a {
color: white;
}
.twp-latest-post-section a:visited {
color: white;
}
.twp-latest-post-section a:hover {
color: #FF0036;
}
.twp-article-list {
padding: 30px 0;
}
.twp-article-list .twp-article-header {
padding: 10px 15px;
position: relative;
background-color: #CFD8DC;
}
.twp-article-list .twp-article-header h3 {
margin: 0;
color: black;
}
.twp-article-list .twp-article-header .twp-close-icon-section {
height: 30px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.twp-category-post-list {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.twp-category-post-list .twp-list-post {
padding: 15px;
border-top-style: solid;
border-top-width: 1px;
border-color: #ecf0f2;
}
.twp-category-post-list .twp-caption {
padding: 0 15px 15px;
}
.twp-category-post-list .twp-caption p {
margin-top: 15px;
margin-bottom: 0px;
}
.twp-editorial-full-post-list {
background-color: #FF0036;
padding: 0 10px 10px;
}
@media (min-width: 576px) {
.twp-editorial-full-post-list {
display: flex;
flex-wrap: wrap;
}
}
.twp-editorial-full-post-list .twp-section-title {
margin: 0;
text-align: center;
color: white;
padding: 15px;
}
@media (min-width: 576px) {
.twp-editorial-full-post-list .twp-section-title {
flex: 0 0 100%;
max-width: 100%;
}
}
.twp-editorial-full-post-list .twp-editorial-list-post {
padding: 15px 10px;
background-color: white;
color: black;
}
.twp-editorial-full-post-list .twp-editorial-list-post a {
color: black;
}
.twp-editorial-full-post-list .twp-editorial-list-post a:visited {
color: black;
}
.twp-editorial-full-post-list .twp-editorial-list-post a:hover {
color: #FF0036;
}
@media (min-width: 576px) {
.twp-editorial-full-post-list .twp-editorial-list-post {
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 1050px) {
.twp-editorial-full-post-list .twp-editorial-list-post {
flex: 0 0 100%;
max-width: 100%;
}
}
.twp-editorial-post-list {
display: flex;
flex-wrap: wrap;
margin-left: -8px;
margin-right: -8px;
}
.twp-editorial-post-list .twp-editorial-post {
flex: 0 0 100%;
max-width: 100%;
padding-left: 8px;
padding-right: 8px;
}
@media (min-width: 576px) {
.twp-editorial-post-list .twp-editorial-post {
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 768px) {
.twp-editorial-post-list .twp-editorial-post {
flex: 0 0 33.33%;
max-width: 33.33%;
}
}
.twp-latest-post-list .twp-latest-post {
padding-left: 8px;
padding-right: 8px;
}
@media (min-width: 576px) {
.twp-latest-post-list .twp-latest-post {
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 992px) {
.twp-latest-post-list .twp-latest-post {
flex: 0 0 33.33%;
max-width: 33.33%;
}
}
@media (min-width: 1050px) {
.twp-latest-post-list .twp-latest-post {
flex: 0 0 25%;
max-width: 25%;
}
}
.slick-arrow {
position: absolute;
height: 40px;
width: 40px;
top: 50%;
transform: translateY(-50%);
background-color: white;
border: 0;
z-index: 1;
font-size: 0;
cursor: pointer;
outline: 0;
}
.slick-arrow.slick-disabled {
z-index: -1;
}
.slick-arrow:before {
content: "";
display: block;
width: 15px;
height: 15px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
.slick-arrow:hover::before {
border-color: #FF0036;
}
.slick-prev {
left: 10px;
padding: 0 0 0 15px;
}
.slick-prev:before {
border-left: 3px solid;
border-bottom: 3px solid;
}
.slick-next {
right: 10px;
padding: 0 0 0 10px;
}
.slick-next:before {
border-top: 3px solid;
border-right: 3px solid;
}
.gallery .gallery-item {
padding: 5px;
margin: 0;
position: relative;
}
.gallery .gallery-item figcaption {
position: absolute;
bottom: 0;
right: 0;
color: white;
background-color: rgba(0, 0, 0, 0.7);
padding: 5px 10px;
width: auto;
font-size: 1rem;
font-weight: 400;
}
.wp-block-gallery .blocks-gallery-item figure {
position: relative;
}
.wp-block-gallery .blocks-gallery-item figure figcaption {
position: absolute;
bottom: 0;
right: 0;
color: white;
background-color: rgba(0, 0, 0, 0.7);
padding: 5px 10px;
width: auto;
font-size: 1rem;
font-weight: 400;
}
.widget .gallery-caption {
display: none;
}
.widget .gallery.slick-slider .gallery-caption {
display: initial;
}
.twp-primary-bg {
background-color: #FF0036;
}
.twp-text-white {
color: white;
}
.night-mode body {
background-color: #252525;
color: white;
}
.night-mode .theme-mode .fa-adjust:before {
content: "";
}
.night-mode a {
color: white;
}
.night-mode a:visited {
color: white;
}
.night-mode a:hover {
color: #FF0036;
}
.night-mode p a {
color: #FF0036;
}
.night-mode p a:visited, .night-mode p a:hover {
color: #FF0036;
}
.night-mode .twp-bg-light-gray,
.night-mode .twp-breadcrumbs,
.night-mode .be-author-details .be-author-wrapper{
background-color: rgba(255,255,255,0.05);
}
.night-mode .twp-breadcrumbs,
.night-mode .widget.seek_widget_tabbed ul.twp-tab li,
.night-mode .twp-featured-category-post-list,
.night-mode .twp-home-widget-section section.widget,
.night-mode .twp-category-post-list .twp-list-post,
.night-mode .twp-single-next-post h2,
.night-mode .widget{
border-color: rgba(255,255,255,0.1);
}
.night-mode .twp-overlay:before {
background-color: rgba(0, 0, 0, 0.6);
}
.night-mode .widget ul li:nth-child(odd) {
background-color: transparent;
}
.night-mode .twp-article-post,
.night-mode .comments-area,
.night-mode .twp-comments-section{
box-shadow: none;
border: 1px solid rgba(255,255,255,0.1);
}
.night-mode .twp-article-post .twp-article-post-thumbnail {
box-shadow: none;
}
.night-mode .twp-box-shadow-sm {
box-shadow: none;
}
.theme-mode .fa-adjust:before {
content: "";
}html{box-sizing:border-box;-ms-overflow-style:scrollbar}.sp-dsgvo *,.sp-dsgvo ::after,.sp-dsgvo ::before{box-sizing:inherit}.sp-dsgvo .container,.sp-dsgvo .container-fluid,.sp-dsgvo .container-lg,.sp-dsgvo .container-md,.sp-dsgvo .container-sm,.sp-dsgvo .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.sp-dsgvo .container,.sp-dsgvo .container-sm{max-width:540px}}@media (min-width:768px){.sp-dsgvo .container,.sp-dsgvo .container-md,.sp-dsgvo .container-sm{max-width:720px}}@media (min-width:992px){.sp-dsgvo .container,.sp-dsgvo .container-lg,.sp-dsgvo .container-md,.sp-dsgvo .container-sm{max-width:960px}}@media (min-width:1200px){.sp-dsgvo .container,.sp-dsgvo .container-lg,.sp-dsgvo .container-md,.sp-dsgvo .container-sm,.sp-dsgvo .container-xl{max-width:1140px}}.sp-dsgvo .lwb-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.sp-dsgvo .no-gutters{margin-right:0;margin-left:0}.sp-dsgvo .no-gutters>.sp-dsgvo .lwb-col,.sp-dsgvo .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.sp-dsgvo .lwb-col,.sp-dsgvo .lwb-col-1,.sp-dsgvo .lwb-col-10,.sp-dsgvo .lwb-col-11,.sp-dsgvo .lwb-col-12,.sp-dsgvo .lwb-col-2,.sp-dsgvo .lwb-col-3,.sp-dsgvo .lwb-col-4,.sp-dsgvo .lwb-col-5,.sp-dsgvo .lwb-col-6,.sp-dsgvo .lwb-col-7,.sp-dsgvo .lwb-col-8,.sp-dsgvo .lwb-col-9{position:relative;width:100%;padding-right:15px;padding-left:15px}.sp-dsgvo .lwb-col-auto{position:relative;padding-right:15px;padding-left:15px}.sp-dsgvo .lwb-col-lg,.sp-dsgvo .lwb-col-lg-1,.sp-dsgvo .lwb-col-lg-10,.sp-dsgvo .lwb-col-lg-11,.sp-dsgvo .lwb-col-lg-12,.sp-dsgvo .lwb-col-lg-2,.sp-dsgvo .lwb-col-lg-3,.sp-dsgvo .lwb-col-lg-4,.sp-dsgvo .lwb-col-lg-5,.sp-dsgvo .lwb-col-lg-6,.sp-dsgvo .lwb-col-lg-7,.sp-dsgvo .lwb-col-lg-8,.sp-dsgvo .lwb-col-lg-9,.sp-dsgvo .lwb-col-lg-auto,.sp-dsgvo .lwb-col-md,.sp-dsgvo .lwb-col-md-1,.sp-dsgvo .lwb-col-md-10,.sp-dsgvo .lwb-col-md-11,.sp-dsgvo .lwb-col-md-12,.sp-dsgvo .lwb-col-md-2,.sp-dsgvo .lwb-col-md-3,.sp-dsgvo .lwb-col-md-4,.sp-dsgvo .lwb-col-md-5,.sp-dsgvo .lwb-col-md-6,.sp-dsgvo .lwb-col-md-7,.sp-dsgvo .lwb-col-md-8,.sp-dsgvo .lwb-col-md-9,.sp-dsgvo .lwb-col-md-auto,.sp-dsgvo .lwb-col-sm,.sp-dsgvo .lwb-col-sm-1,.sp-dsgvo .lwb-col-sm-10,.sp-dsgvo .lwb-col-sm-11,.sp-dsgvo .lwb-col-sm-12,.sp-dsgvo .lwb-col-sm-2,.sp-dsgvo .lwb-col-sm-3,.sp-dsgvo .lwb-col-sm-4,.sp-dsgvo .lwb-col-sm-5,.sp-dsgvo .lwb-col-sm-6,.sp-dsgvo .lwb-col-sm-7,.sp-dsgvo .lwb-col-sm-8,.sp-dsgvo .lwb-col-sm-9,.sp-dsgvo .lwb-col-sm-auto,.sp-dsgvo .lwb-col-xl,.sp-dsgvo .lwb-col-xl-1,.sp-dsgvo .lwb-col-xl-10,.sp-dsgvo .lwb-col-xl-11,.sp-dsgvo .lwb-col-xl-12,.sp-dsgvo .lwb-col-xl-2,.sp-dsgvo .lwb-col-xl-3,.sp-dsgvo .lwb-col-xl-4,.sp-dsgvo .lwb-col-xl-5,.sp-dsgvo .lwb-col-xl-6,.sp-dsgvo .lwb-col-xl-7,.sp-dsgvo .lwb-col-xl-8,.sp-dsgvo .lwb-col-xl-9,.sp-dsgvo .lwb-col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.sp-dsgvo .lwb-col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-1{margin-left:8.333333%}.sp-dsgvo .offset-2{margin-left:16.666667%}.sp-dsgvo .offset-3{margin-left:25%}.sp-dsgvo .offset-4{margin-left:33.333333%}.sp-dsgvo .offset-5{margin-left:41.666667%}.sp-dsgvo .offset-6{margin-left:50%}.sp-dsgvo .offset-7{margin-left:58.333333%}.sp-dsgvo .offset-8{margin-left:66.666667%}.sp-dsgvo .offset-9{margin-left:75%}.sp-dsgvo .offset-10{margin-left:83.333333%}.sp-dsgvo .offset-11{margin-left:91.666667%}@media (min-width:576px){.sp-dsgvo .lwb-col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-sm-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-sm-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-sm-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-sm-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-sm-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-sm-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-sm-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-sm-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-sm-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-sm-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-sm-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-sm-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-sm-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-sm-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-sm-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-sm-0{margin-left:0}.sp-dsgvo .offset-sm-1{margin-left:8.333333%}.sp-dsgvo .offset-sm-2{margin-left:16.666667%}.sp-dsgvo .offset-sm-3{margin-left:25%}.sp-dsgvo .offset-sm-4{margin-left:33.333333%}.sp-dsgvo .offset-sm-5{margin-left:41.666667%}.sp-dsgvo .offset-sm-6{margin-left:50%}.sp-dsgvo .offset-sm-7{margin-left:58.333333%}.sp-dsgvo .offset-sm-8{margin-left:66.666667%}.sp-dsgvo .offset-sm-9{margin-left:75%}.sp-dsgvo .offset-sm-10{margin-left:83.333333%}.sp-dsgvo .offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.sp-dsgvo .lwb-col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-md-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-md-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-md-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-md-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-md-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-md-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-md-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-md-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-md-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-md-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-md-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-md-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-md-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-md-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-md-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-md-0{margin-left:0}.sp-dsgvo .offset-md-1{margin-left:8.333333%}.sp-dsgvo .offset-md-2{margin-left:16.666667%}.sp-dsgvo .offset-md-3{margin-left:25%}.sp-dsgvo .offset-md-4{margin-left:33.333333%}.sp-dsgvo .offset-md-5{margin-left:41.666667%}.sp-dsgvo .offset-md-6{margin-left:50%}.sp-dsgvo .offset-md-7{margin-left:58.333333%}.sp-dsgvo .offset-md-8{margin-left:66.666667%}.sp-dsgvo .offset-md-9{margin-left:75%}.sp-dsgvo .offset-md-10{margin-left:83.333333%}.sp-dsgvo .offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.sp-dsgvo .lwb-col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-lg-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-lg-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-lg-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-lg-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-lg-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-lg-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-lg-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-lg-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-lg-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-lg-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-lg-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-lg-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-lg-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-lg-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-lg-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-lg-0{margin-left:0}.sp-dsgvo .offset-lg-1{margin-left:8.333333%}.sp-dsgvo .offset-lg-2{margin-left:16.666667%}.sp-dsgvo .offset-lg-3{margin-left:25%}.sp-dsgvo .offset-lg-4{margin-left:33.333333%}.sp-dsgvo .offset-lg-5{margin-left:41.666667%}.sp-dsgvo .offset-lg-6{margin-left:50%}.sp-dsgvo .offset-lg-7{margin-left:58.333333%}.sp-dsgvo .offset-lg-8{margin-left:66.666667%}.sp-dsgvo .offset-lg-9{margin-left:75%}.sp-dsgvo .offset-lg-10{margin-left:83.333333%}.sp-dsgvo .offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.sp-dsgvo .lwb-col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-xl-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-xl-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-xl-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-xl-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-xl-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-xl-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-xl-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-xl-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-xl-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-xl-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-xl-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-xl-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-xl-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-xl-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-xl-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-xl-0{margin-left:0}.sp-dsgvo .offset-xl-1{margin-left:8.333333%}.sp-dsgvo .offset-xl-2{margin-left:16.666667%}.sp-dsgvo .offset-xl-3{margin-left:25%}.sp-dsgvo .offset-xl-4{margin-left:33.333333%}.sp-dsgvo .offset-xl-5{margin-left:41.666667%}.sp-dsgvo .offset-xl-6{margin-left:50%}.sp-dsgvo .offset-xl-7{margin-left:58.333333%}.sp-dsgvo .offset-xl-8{margin-left:66.666667%}.sp-dsgvo .offset-xl-9{margin-left:75%}.sp-dsgvo .offset-xl-10{margin-left:83.333333%}.sp-dsgvo .offset-xl-11{margin-left:91.666667%}}.sp-dsgvo .d-none{display:none!important}.sp-dsgvo .d-inline{display:inline!important}.sp-dsgvo .d-inline-block{display:inline-block!important}.sp-dsgvo .d-block{display:block!important}.sp-dsgvo .d-table{display:table!important}.sp-dsgvo .d-table-row{display:table-row!important}.sp-dsgvo .d-table-cell{display:table-cell!important}.sp-dsgvo .d-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.sp-dsgvo .d-sm-none{display:none!important}.sp-dsgvo .d-sm-inline{display:inline!important}.sp-dsgvo .d-sm-inline-block{display:inline-block!important}.sp-dsgvo .d-sm-block{display:block!important}.sp-dsgvo .d-sm-table{display:table!important}.sp-dsgvo .d-sm-table-row{display:table-row!important}.sp-dsgvo .d-sm-table-cell{display:table-cell!important}.sp-dsgvo .d-sm-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.sp-dsgvo .d-md-none{display:none!important}.sp-dsgvo .d-md-inline{display:inline!important}.sp-dsgvo .d-md-inline-block{display:inline-block!important}.sp-dsgvo .d-md-block{display:block!important}.sp-dsgvo .d-md-table{display:table!important}.sp-dsgvo .d-md-table-row{display:table-row!important}.sp-dsgvo .d-md-table-cell{display:table-cell!important}.sp-dsgvo .d-md-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.sp-dsgvo .d-lg-none{display:none!important}.sp-dsgvo .d-lg-inline{display:inline!important}.sp-dsgvo .d-lg-inline-block{display:inline-block!important}.sp-dsgvo .d-lg-block{display:block!important}.sp-dsgvo .d-lg-table{display:table!important}.sp-dsgvo .d-lg-table-row{display:table-row!important}.sp-dsgvo .d-lg-table-cell{display:table-cell!important}.sp-dsgvo .d-lg-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.sp-dsgvo .d-xl-none{display:none!important}.sp-dsgvo .d-xl-inline{display:inline!important}.sp-dsgvo .d-xl-inline-block{display:inline-block!important}.sp-dsgvo .d-xl-block{display:block!important}.sp-dsgvo .d-xl-table{display:table!important}.sp-dsgvo .d-xl-table-row{display:table-row!important}.sp-dsgvo .d-xl-table-cell{display:table-cell!important}.sp-dsgvo .d-xl-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.sp-dsgvo .d-print-none{display:none!important}.sp-dsgvo .d-print-inline{display:inline!important}.sp-dsgvo .d-print-inline-block{display:inline-block!important}.sp-dsgvo .d-print-block{display:block!important}.sp-dsgvo .d-print-table{display:table!important}.sp-dsgvo .d-print-table-row{display:table-row!important}.sp-dsgvo .d-print-table-cell{display:table-cell!important}.sp-dsgvo .d-print-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.sp-dsgvo .flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.sp-dsgvo .flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.sp-dsgvo .flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.sp-dsgvo .flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.sp-dsgvo .flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.sp-dsgvo .m-0{margin:0!important}.sp-dsgvo .mt-0,.sp-dsgvo .my-0{margin-top:0!important}.sp-dsgvo .mr-0,.sp-dsgvo .mx-0{margin-right:0!important}.sp-dsgvo .mb-0,.sp-dsgvo .my-0{margin-bottom:0!important}.sp-dsgvo .ml-0,.sp-dsgvo .mx-0{margin-left:0!important}.sp-dsgvo .m-1{margin:.25rem!important}.sp-dsgvo .mt-1,.sp-dsgvo .my-1{margin-top:.25rem!important}.sp-dsgvo .mr-1,.sp-dsgvo .mx-1{margin-right:.25rem!important}.sp-dsgvo .mb-1,.sp-dsgvo .my-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-1,.sp-dsgvo .mx-1{margin-left:.25rem!important}.sp-dsgvo .m-2{margin:.5rem!important}.sp-dsgvo .mt-2,.sp-dsgvo .my-2{margin-top:.5rem!important}.sp-dsgvo .mr-2,.sp-dsgvo .mx-2{margin-right:.5rem!important}.sp-dsgvo .mb-2,.sp-dsgvo .my-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-2,.sp-dsgvo .mx-2{margin-left:.5rem!important}.sp-dsgvo .m-3{margin:1rem!important}.sp-dsgvo .mt-3,.sp-dsgvo .my-3{margin-top:1rem!important}.sp-dsgvo .mr-3,.sp-dsgvo .mx-3{margin-right:1rem!important}.sp-dsgvo .mb-3,.sp-dsgvo .my-3{margin-bottom:1rem!important}.sp-dsgvo .ml-3,.sp-dsgvo .mx-3{margin-left:1rem!important}.sp-dsgvo .m-4{margin:1.5rem!important}.sp-dsgvo .mt-4,.sp-dsgvo .my-4{margin-top:1.5rem!important}.sp-dsgvo .mr-4,.sp-dsgvo .mx-4{margin-right:1.5rem!important}.sp-dsgvo .mb-4,.sp-dsgvo .my-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-4,.sp-dsgvo .mx-4{margin-left:1.5rem!important}.sp-dsgvo .m-5{margin:3rem!important}.sp-dsgvo .mt-5,.sp-dsgvo .my-5{margin-top:3rem!important}.sp-dsgvo .mr-5,.sp-dsgvo .mx-5{margin-right:3rem!important}.sp-dsgvo .mb-5,.sp-dsgvo .my-5{margin-bottom:3rem!important}.sp-dsgvo .ml-5,.sp-dsgvo .mx-5{margin-left:3rem!important}.sp-dsgvo .p-0{padding:0!important}.sp-dsgvo .pt-0,.sp-dsgvo .py-0{padding-top:0!important}.sp-dsgvo .pr-0,.sp-dsgvo .px-0{padding-right:0!important}.sp-dsgvo .pb-0,.sp-dsgvo .py-0{padding-bottom:0!important}.sp-dsgvo .pl-0,.sp-dsgvo .px-0{padding-left:0!important}.sp-dsgvo .p-1{padding:.25rem!important}.sp-dsgvo .pt-1,.sp-dsgvo .py-1{padding-top:.25rem!important}.sp-dsgvo .pr-1,.sp-dsgvo .px-1{padding-right:.25rem!important}.sp-dsgvo .pb-1,.sp-dsgvo .py-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-1,.sp-dsgvo .px-1{padding-left:.25rem!important}.sp-dsgvo .p-2{padding:.5rem!important}.sp-dsgvo .pt-2,.sp-dsgvo .py-2{padding-top:.5rem!important}.sp-dsgvo .pr-2,.sp-dsgvo .px-2{padding-right:.5rem!important}.sp-dsgvo .pb-2,.sp-dsgvo .py-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-2,.sp-dsgvo .px-2{padding-left:.5rem!important}.sp-dsgvo .p-3{padding:1rem!important}.sp-dsgvo .pt-3,.sp-dsgvo .py-3{padding-top:1rem!important}.sp-dsgvo .pr-3,.sp-dsgvo .px-3{padding-right:1rem!important}.sp-dsgvo .pb-3,.sp-dsgvo .py-3{padding-bottom:1rem!important}.sp-dsgvo .pl-3,.sp-dsgvo .px-3{padding-left:1rem!important}.sp-dsgvo .p-4{padding:1.5rem!important}.sp-dsgvo .pt-4,.sp-dsgvo .py-4{padding-top:1.5rem!important}.sp-dsgvo .pr-4,.sp-dsgvo .px-4{padding-right:1.5rem!important}.sp-dsgvo .pb-4,.sp-dsgvo .py-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-4,.sp-dsgvo .px-4{padding-left:1.5rem!important}.sp-dsgvo .p-5{padding:3rem!important}.sp-dsgvo .pt-5,.sp-dsgvo .py-5{padding-top:3rem!important}.sp-dsgvo .pr-5,.sp-dsgvo .px-5{padding-right:3rem!important}.sp-dsgvo .pb-5,.sp-dsgvo .py-5{padding-bottom:3rem!important}.sp-dsgvo .pl-5,.sp-dsgvo .px-5{padding-left:3rem!important}.sp-dsgvo .m-n1{margin:-.25rem!important}.sp-dsgvo .mt-n1,.sp-dsgvo .my-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-n1,.sp-dsgvo .mx-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-n1,.sp-dsgvo .my-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-n1,.sp-dsgvo .mx-n1{margin-left:-.25rem!important}.sp-dsgvo .m-n2{margin:-.5rem!important}.sp-dsgvo .mt-n2,.sp-dsgvo .my-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-n2,.sp-dsgvo .mx-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-n2,.sp-dsgvo .my-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-n2,.sp-dsgvo .mx-n2{margin-left:-.5rem!important}.sp-dsgvo .m-n3{margin:-1rem!important}.sp-dsgvo .mt-n3,.sp-dsgvo .my-n3{margin-top:-1rem!important}.sp-dsgvo .mr-n3,.sp-dsgvo .mx-n3{margin-right:-1rem!important}.sp-dsgvo .mb-n3,.sp-dsgvo .my-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-n3,.sp-dsgvo .mx-n3{margin-left:-1rem!important}.sp-dsgvo .m-n4{margin:-1.5rem!important}.sp-dsgvo .mt-n4,.sp-dsgvo .my-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-n4,.sp-dsgvo .mx-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-n4,.sp-dsgvo .my-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-n4,.sp-dsgvo .mx-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-n5{margin:-3rem!important}.sp-dsgvo .mt-n5,.sp-dsgvo .my-n5{margin-top:-3rem!important}.sp-dsgvo .mr-n5,.sp-dsgvo .mx-n5{margin-right:-3rem!important}.sp-dsgvo .mb-n5,.sp-dsgvo .my-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-n5,.sp-dsgvo .mx-n5{margin-left:-3rem!important}.sp-dsgvo .m-auto{margin:auto!important}.sp-dsgvo .mt-auto,.sp-dsgvo .my-auto{margin-top:auto!important}.sp-dsgvo .mr-auto,.sp-dsgvo .mx-auto{margin-right:auto!important}.sp-dsgvo .mb-auto,.sp-dsgvo .my-auto{margin-bottom:auto!important}.sp-dsgvo .ml-auto,.sp-dsgvo .mx-auto{margin-left:auto!important}@media (min-width:576px){.sp-dsgvo .m-sm-0{margin:0!important}.sp-dsgvo .mt-sm-0,.sp-dsgvo .my-sm-0{margin-top:0!important}.sp-dsgvo .mr-sm-0,.sp-dsgvo .mx-sm-0{margin-right:0!important}.sp-dsgvo .mb-sm-0,.sp-dsgvo .my-sm-0{margin-bottom:0!important}.sp-dsgvo .ml-sm-0,.sp-dsgvo .mx-sm-0{margin-left:0!important}.sp-dsgvo .m-sm-1{margin:.25rem!important}.sp-dsgvo .mt-sm-1,.sp-dsgvo .my-sm-1{margin-top:.25rem!important}.sp-dsgvo .mr-sm-1,.sp-dsgvo .mx-sm-1{margin-right:.25rem!important}.sp-dsgvo .mb-sm-1,.sp-dsgvo .my-sm-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-sm-1,.sp-dsgvo .mx-sm-1{margin-left:.25rem!important}.sp-dsgvo .m-sm-2{margin:.5rem!important}.sp-dsgvo .mt-sm-2,.sp-dsgvo .my-sm-2{margin-top:.5rem!important}.sp-dsgvo .mr-sm-2,.sp-dsgvo .mx-sm-2{margin-right:.5rem!important}.sp-dsgvo .mb-sm-2,.sp-dsgvo .my-sm-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-sm-2,.sp-dsgvo .mx-sm-2{margin-left:.5rem!important}.sp-dsgvo .m-sm-3{margin:1rem!important}.sp-dsgvo .mt-sm-3,.sp-dsgvo .my-sm-3{margin-top:1rem!important}.sp-dsgvo .mr-sm-3,.sp-dsgvo .mx-sm-3{margin-right:1rem!important}.sp-dsgvo .mb-sm-3,.sp-dsgvo .my-sm-3{margin-bottom:1rem!important}.sp-dsgvo .ml-sm-3,.sp-dsgvo .mx-sm-3{margin-left:1rem!important}.sp-dsgvo .m-sm-4{margin:1.5rem!important}.sp-dsgvo .mt-sm-4,.sp-dsgvo .my-sm-4{margin-top:1.5rem!important}.sp-dsgvo .mr-sm-4,.sp-dsgvo .mx-sm-4{margin-right:1.5rem!important}.sp-dsgvo .mb-sm-4,.sp-dsgvo .my-sm-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-sm-4,.sp-dsgvo .mx-sm-4{margin-left:1.5rem!important}.sp-dsgvo .m-sm-5{margin:3rem!important}.sp-dsgvo .mt-sm-5,.sp-dsgvo .my-sm-5{margin-top:3rem!important}.sp-dsgvo .mr-sm-5,.sp-dsgvo .mx-sm-5{margin-right:3rem!important}.sp-dsgvo .mb-sm-5,.sp-dsgvo .my-sm-5{margin-bottom:3rem!important}.sp-dsgvo .ml-sm-5,.sp-dsgvo .mx-sm-5{margin-left:3rem!important}.sp-dsgvo .p-sm-0{padding:0!important}.sp-dsgvo .pt-sm-0,.sp-dsgvo .py-sm-0{padding-top:0!important}.sp-dsgvo .pr-sm-0,.sp-dsgvo .px-sm-0{padding-right:0!important}.sp-dsgvo .pb-sm-0,.sp-dsgvo .py-sm-0{padding-bottom:0!important}.sp-dsgvo .pl-sm-0,.sp-dsgvo .px-sm-0{padding-left:0!important}.sp-dsgvo .p-sm-1{padding:.25rem!important}.sp-dsgvo .pt-sm-1,.sp-dsgvo .py-sm-1{padding-top:.25rem!important}.sp-dsgvo .pr-sm-1,.sp-dsgvo .px-sm-1{padding-right:.25rem!important}.sp-dsgvo .pb-sm-1,.sp-dsgvo .py-sm-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-sm-1,.sp-dsgvo .px-sm-1{padding-left:.25rem!important}.sp-dsgvo .p-sm-2{padding:.5rem!important}.sp-dsgvo .pt-sm-2,.sp-dsgvo .py-sm-2{padding-top:.5rem!important}.sp-dsgvo .pr-sm-2,.sp-dsgvo .px-sm-2{padding-right:.5rem!important}.sp-dsgvo .pb-sm-2,.sp-dsgvo .py-sm-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-sm-2,.sp-dsgvo .px-sm-2{padding-left:.5rem!important}.sp-dsgvo .p-sm-3{padding:1rem!important}.sp-dsgvo .pt-sm-3,.sp-dsgvo .py-sm-3{padding-top:1rem!important}.sp-dsgvo .pr-sm-3,.sp-dsgvo .px-sm-3{padding-right:1rem!important}.sp-dsgvo .pb-sm-3,.sp-dsgvo .py-sm-3{padding-bottom:1rem!important}.sp-dsgvo .pl-sm-3,.sp-dsgvo .px-sm-3{padding-left:1rem!important}.sp-dsgvo .p-sm-4{padding:1.5rem!important}.sp-dsgvo .pt-sm-4,.sp-dsgvo .py-sm-4{padding-top:1.5rem!important}.sp-dsgvo .pr-sm-4,.sp-dsgvo .px-sm-4{padding-right:1.5rem!important}.sp-dsgvo .pb-sm-4,.sp-dsgvo .py-sm-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-sm-4,.sp-dsgvo .px-sm-4{padding-left:1.5rem!important}.sp-dsgvo .p-sm-5{padding:3rem!important}.sp-dsgvo .pt-sm-5,.sp-dsgvo .py-sm-5{padding-top:3rem!important}.sp-dsgvo .pr-sm-5,.sp-dsgvo .px-sm-5{padding-right:3rem!important}.sp-dsgvo .pb-sm-5,.sp-dsgvo .py-sm-5{padding-bottom:3rem!important}.sp-dsgvo .pl-sm-5,.sp-dsgvo .px-sm-5{padding-left:3rem!important}.sp-dsgvo .m-sm-n1{margin:-.25rem!important}.sp-dsgvo .mt-sm-n1,.sp-dsgvo .my-sm-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-sm-n1,.sp-dsgvo .mx-sm-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-sm-n1,.sp-dsgvo .my-sm-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-sm-n1,.sp-dsgvo .mx-sm-n1{margin-left:-.25rem!important}.sp-dsgvo .m-sm-n2{margin:-.5rem!important}.sp-dsgvo .mt-sm-n2,.sp-dsgvo .my-sm-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-sm-n2,.sp-dsgvo .mx-sm-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-sm-n2,.sp-dsgvo .my-sm-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-sm-n2,.sp-dsgvo .mx-sm-n2{margin-left:-.5rem!important}.sp-dsgvo .m-sm-n3{margin:-1rem!important}.sp-dsgvo .mt-sm-n3,.sp-dsgvo .my-sm-n3{margin-top:-1rem!important}.sp-dsgvo .mr-sm-n3,.sp-dsgvo .mx-sm-n3{margin-right:-1rem!important}.sp-dsgvo .mb-sm-n3,.sp-dsgvo .my-sm-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-sm-n3,.sp-dsgvo .mx-sm-n3{margin-left:-1rem!important}.sp-dsgvo .m-sm-n4{margin:-1.5rem!important}.sp-dsgvo .mt-sm-n4,.sp-dsgvo .my-sm-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-sm-n4,.sp-dsgvo .mx-sm-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-sm-n4,.sp-dsgvo .my-sm-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-sm-n4,.sp-dsgvo .mx-sm-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-sm-n5{margin:-3rem!important}.sp-dsgvo .mt-sm-n5,.sp-dsgvo .my-sm-n5{margin-top:-3rem!important}.sp-dsgvo .mr-sm-n5,.sp-dsgvo .mx-sm-n5{margin-right:-3rem!important}.sp-dsgvo .mb-sm-n5,.sp-dsgvo .my-sm-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-sm-n5,.sp-dsgvo .mx-sm-n5{margin-left:-3rem!important}.sp-dsgvo .m-sm-auto{margin:auto!important}.sp-dsgvo .mt-sm-auto,.sp-dsgvo .my-sm-auto{margin-top:auto!important}.sp-dsgvo .mr-sm-auto,.sp-dsgvo .mx-sm-auto{margin-right:auto!important}.sp-dsgvo .mb-sm-auto,.sp-dsgvo .my-sm-auto{margin-bottom:auto!important}.sp-dsgvo .ml-sm-auto,.sp-dsgvo .mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.sp-dsgvo .m-md-0{margin:0!important}.sp-dsgvo .mt-md-0,.sp-dsgvo .my-md-0{margin-top:0!important}.sp-dsgvo .mr-md-0,.sp-dsgvo .mx-md-0{margin-right:0!important}.sp-dsgvo .mb-md-0,.sp-dsgvo .my-md-0{margin-bottom:0!important}.sp-dsgvo .ml-md-0,.sp-dsgvo .mx-md-0{margin-left:0!important}.sp-dsgvo .m-md-1{margin:.25rem!important}.sp-dsgvo .mt-md-1,.sp-dsgvo .my-md-1{margin-top:.25rem!important}.sp-dsgvo .mr-md-1,.sp-dsgvo .mx-md-1{margin-right:.25rem!important}.sp-dsgvo .mb-md-1,.sp-dsgvo .my-md-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-md-1,.sp-dsgvo .mx-md-1{margin-left:.25rem!important}.sp-dsgvo .m-md-2{margin:.5rem!important}.sp-dsgvo .mt-md-2,.sp-dsgvo .my-md-2{margin-top:.5rem!important}.sp-dsgvo .mr-md-2,.sp-dsgvo .mx-md-2{margin-right:.5rem!important}.sp-dsgvo .mb-md-2,.sp-dsgvo .my-md-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-md-2,.sp-dsgvo .mx-md-2{margin-left:.5rem!important}.sp-dsgvo .m-md-3{margin:1rem!important}.sp-dsgvo .mt-md-3,.sp-dsgvo .my-md-3{margin-top:1rem!important}.sp-dsgvo .mr-md-3,.sp-dsgvo .mx-md-3{margin-right:1rem!important}.sp-dsgvo .mb-md-3,.sp-dsgvo .my-md-3{margin-bottom:1rem!important}.sp-dsgvo .ml-md-3,.sp-dsgvo .mx-md-3{margin-left:1rem!important}.sp-dsgvo .m-md-4{margin:1.5rem!important}.sp-dsgvo .mt-md-4,.sp-dsgvo .my-md-4{margin-top:1.5rem!important}.sp-dsgvo .mr-md-4,.sp-dsgvo .mx-md-4{margin-right:1.5rem!important}.sp-dsgvo .mb-md-4,.sp-dsgvo .my-md-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-md-4,.sp-dsgvo .mx-md-4{margin-left:1.5rem!important}.sp-dsgvo .m-md-5{margin:3rem!important}.sp-dsgvo .mt-md-5,.sp-dsgvo .my-md-5{margin-top:3rem!important}.sp-dsgvo .mr-md-5,.sp-dsgvo .mx-md-5{margin-right:3rem!important}.sp-dsgvo .mb-md-5,.sp-dsgvo .my-md-5{margin-bottom:3rem!important}.sp-dsgvo .ml-md-5,.sp-dsgvo .mx-md-5{margin-left:3rem!important}.sp-dsgvo .p-md-0{padding:0!important}.sp-dsgvo .pt-md-0,.sp-dsgvo .py-md-0{padding-top:0!important}.sp-dsgvo .pr-md-0,.sp-dsgvo .px-md-0{padding-right:0!important}.sp-dsgvo .pb-md-0,.sp-dsgvo .py-md-0{padding-bottom:0!important}.sp-dsgvo .pl-md-0,.sp-dsgvo .px-md-0{padding-left:0!important}.sp-dsgvo .p-md-1{padding:.25rem!important}.sp-dsgvo .pt-md-1,.sp-dsgvo .py-md-1{padding-top:.25rem!important}.sp-dsgvo .pr-md-1,.sp-dsgvo .px-md-1{padding-right:.25rem!important}.sp-dsgvo .pb-md-1,.sp-dsgvo .py-md-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-md-1,.sp-dsgvo .px-md-1{padding-left:.25rem!important}.sp-dsgvo .p-md-2{padding:.5rem!important}.sp-dsgvo .pt-md-2,.sp-dsgvo .py-md-2{padding-top:.5rem!important}.sp-dsgvo .pr-md-2,.sp-dsgvo .px-md-2{padding-right:.5rem!important}.sp-dsgvo .pb-md-2,.sp-dsgvo .py-md-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-md-2,.sp-dsgvo .px-md-2{padding-left:.5rem!important}.sp-dsgvo .p-md-3{padding:1rem!important}.sp-dsgvo .pt-md-3,.sp-dsgvo .py-md-3{padding-top:1rem!important}.sp-dsgvo .pr-md-3,.sp-dsgvo .px-md-3{padding-right:1rem!important}.sp-dsgvo .pb-md-3,.sp-dsgvo .py-md-3{padding-bottom:1rem!important}.sp-dsgvo .pl-md-3,.sp-dsgvo .px-md-3{padding-left:1rem!important}.sp-dsgvo .p-md-4{padding:1.5rem!important}.sp-dsgvo .pt-md-4,.sp-dsgvo .py-md-4{padding-top:1.5rem!important}.sp-dsgvo .pr-md-4,.sp-dsgvo .px-md-4{padding-right:1.5rem!important}.sp-dsgvo .pb-md-4,.sp-dsgvo .py-md-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-md-4,.sp-dsgvo .px-md-4{padding-left:1.5rem!important}.sp-dsgvo .p-md-5{padding:3rem!important}.sp-dsgvo .pt-md-5,.sp-dsgvo .py-md-5{padding-top:3rem!important}.sp-dsgvo .pr-md-5,.sp-dsgvo .px-md-5{padding-right:3rem!important}.sp-dsgvo .pb-md-5,.sp-dsgvo .py-md-5{padding-bottom:3rem!important}.sp-dsgvo .pl-md-5,.sp-dsgvo .px-md-5{padding-left:3rem!important}.sp-dsgvo .m-md-n1{margin:-.25rem!important}.sp-dsgvo .mt-md-n1,.sp-dsgvo .my-md-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-md-n1,.sp-dsgvo .mx-md-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-md-n1,.sp-dsgvo .my-md-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-md-n1,.sp-dsgvo .mx-md-n1{margin-left:-.25rem!important}.sp-dsgvo .m-md-n2{margin:-.5rem!important}.sp-dsgvo .mt-md-n2,.sp-dsgvo .my-md-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-md-n2,.sp-dsgvo .mx-md-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-md-n2,.sp-dsgvo .my-md-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-md-n2,.sp-dsgvo .mx-md-n2{margin-left:-.5rem!important}.sp-dsgvo .m-md-n3{margin:-1rem!important}.sp-dsgvo .mt-md-n3,.sp-dsgvo .my-md-n3{margin-top:-1rem!important}.sp-dsgvo .mr-md-n3,.sp-dsgvo .mx-md-n3{margin-right:-1rem!important}.sp-dsgvo .mb-md-n3,.sp-dsgvo .my-md-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-md-n3,.sp-dsgvo .mx-md-n3{margin-left:-1rem!important}.sp-dsgvo .m-md-n4{margin:-1.5rem!important}.sp-dsgvo .mt-md-n4,.sp-dsgvo .my-md-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-md-n4,.sp-dsgvo .mx-md-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-md-n4,.sp-dsgvo .my-md-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-md-n4,.sp-dsgvo .mx-md-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-md-n5{margin:-3rem!important}.my-md-n5,.sp-dsgvo .mt-md-n5{margin-top:-3rem!important}.sp-dsgvo .mr-md-n5,.sp-dsgvo .mx-md-n5{margin-right:-3rem!important}.sp-dsgvo .mb-md-n5,.sp-dsgvo .my-md-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-md-n5,.sp-dsgvo .mx-md-n5{margin-left:-3rem!important}.sp-dsgvo .m-md-auto{margin:auto!important}.sp-dsgvo .mt-md-auto,.sp-dsgvo .my-md-auto{margin-top:auto!important}.sp-dsgvo .mr-md-auto,.sp-dsgvo .mx-md-auto{margin-right:auto!important}.sp-dsgvo .mb-md-auto,.sp-dsgvo .my-md-auto{margin-bottom:auto!important}.sp-dsgvo .ml-md-auto,.sp-dsgvo .mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.sp-dsgvo .m-lg-0{margin:0!important}.sp-dsgvo .mt-lg-0,.sp-dsgvo .my-lg-0{margin-top:0!important}.sp-dsgvo .mr-lg-0,.sp-dsgvo .mx-lg-0{margin-right:0!important}.sp-dsgvo .mb-lg-0,.sp-dsgvo .my-lg-0{margin-bottom:0!important}.sp-dsgvo .ml-lg-0,.sp-dsgvo .mx-lg-0{margin-left:0!important}.sp-dsgvo .m-lg-1{margin:.25rem!important}.sp-dsgvo .mt-lg-1,.sp-dsgvo .my-lg-1{margin-top:.25rem!important}.sp-dsgvo .mr-lg-1,.sp-dsgvo .mx-lg-1{margin-right:.25rem!important}.sp-dsgvo .mb-lg-1,.sp-dsgvo .my-lg-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-lg-1,.sp-dsgvo .mx-lg-1{margin-left:.25rem!important}.sp-dsgvo .m-lg-2{margin:.5rem!important}.sp-dsgvo .mt-lg-2,.sp-dsgvo .my-lg-2{margin-top:.5rem!important}.sp-dsgvo .mr-lg-2,.sp-dsgvo .mx-lg-2{margin-right:.5rem!important}.sp-dsgvo .mb-lg-2,.sp-dsgvo .my-lg-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-lg-2,.sp-dsgvo .mx-lg-2{margin-left:.5rem!important}.sp-dsgvo .m-lg-3{margin:1rem!important}.sp-dsgvo .mt-lg-3,.sp-dsgvo .my-lg-3{margin-top:1rem!important}.sp-dsgvo .mr-lg-3,.sp-dsgvo .mx-lg-3{margin-right:1rem!important}.sp-dsgvo .mb-lg-3,.sp-dsgvo .my-lg-3{margin-bottom:1rem!important}.sp-dsgvo .ml-lg-3,.sp-dsgvo .mx-lg-3{margin-left:1rem!important}.sp-dsgvo .m-lg-4{margin:1.5rem!important}.sp-dsgvo .mt-lg-4,.sp-dsgvo .my-lg-4{margin-top:1.5rem!important}.sp-dsgvo .mr-lg-4,.sp-dsgvo .mx-lg-4{margin-right:1.5rem!important}.sp-dsgvo .mb-lg-4,.sp-dsgvo .my-lg-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-lg-4,.sp-dsgvo .mx-lg-4{margin-left:1.5rem!important}.sp-dsgvo .m-lg-5{margin:3rem!important}.sp-dsgvo .mt-lg-5,.sp-dsgvo .my-lg-5{margin-top:3rem!important}.sp-dsgvo .mr-lg-5,.sp-dsgvo .mx-lg-5{margin-right:3rem!important}.sp-dsgvo .mb-lg-5,.sp-dsgvo .my-lg-5{margin-bottom:3rem!important}.sp-dsgvo .ml-lg-5,.sp-dsgvo .mx-lg-5{margin-left:3rem!important}.sp-dsgvo .p-lg-0{padding:0!important}.sp-dsgvo .pt-lg-0,.sp-dsgvo .py-lg-0{padding-top:0!important}.sp-dsgvo .pr-lg-0,.sp-dsgvo .px-lg-0{padding-right:0!important}.sp-dsgvo .pb-lg-0,.sp-dsgvo .py-lg-0{padding-bottom:0!important}.sp-dsgvo .pl-lg-0,.sp-dsgvo .px-lg-0{padding-left:0!important}.sp-dsgvo .p-lg-1{padding:.25rem!important}.sp-dsgvo .pt-lg-1,.sp-dsgvo .py-lg-1{padding-top:.25rem!important}.sp-dsgvo .pr-lg-1,.sp-dsgvo .px-lg-1{padding-right:.25rem!important}.sp-dsgvo .pb-lg-1,.sp-dsgvo .py-lg-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-lg-1,.sp-dsgvo .px-lg-1{padding-left:.25rem!important}.sp-dsgvo .p-lg-2{padding:.5rem!important}.sp-dsgvo .pt-lg-2,.sp-dsgvo .py-lg-2{padding-top:.5rem!important}.sp-dsgvo .pr-lg-2,.sp-dsgvo .px-lg-2{padding-right:.5rem!important}.sp-dsgvo .pb-lg-2,.sp-dsgvo .py-lg-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-lg-2,.sp-dsgvo .px-lg-2{padding-left:.5rem!important}.sp-dsgvo .p-lg-3{padding:1rem!important}.sp-dsgvo .pt-lg-3,.sp-dsgvo .py-lg-3{padding-top:1rem!important}.sp-dsgvo .pr-lg-3,.sp-dsgvo .px-lg-3{padding-right:1rem!important}.sp-dsgvo .pb-lg-3,.sp-dsgvo .py-lg-3{padding-bottom:1rem!important}.sp-dsgvo .pl-lg-3,.sp-dsgvo .px-lg-3{padding-left:1rem!important}.sp-dsgvo .p-lg-4{padding:1.5rem!important}.sp-dsgvo .pt-lg-4,.sp-dsgvo .py-lg-4{padding-top:1.5rem!important}.sp-dsgvo .pr-lg-4,.sp-dsgvo .px-lg-4{padding-right:1.5rem!important}.sp-dsgvo .pb-lg-4,.sp-dsgvo .py-lg-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-lg-4,.sp-dsgvo .px-lg-4{padding-left:1.5rem!important}.sp-dsgvo .p-lg-5{padding:3rem!important}.sp-dsgvo .pt-lg-5,.sp-dsgvo .py-lg-5{padding-top:3rem!important}.sp-dsgvo .pr-lg-5,.sp-dsgvo .px-lg-5{padding-right:3rem!important}.sp-dsgvo .pb-lg-5,.sp-dsgvo .py-lg-5{padding-bottom:3rem!important}.sp-dsgvo .pl-lg-5,.sp-dsgvo .px-lg-5{padding-left:3rem!important}.sp-dsgvo .m-lg-n1{margin:-.25rem!important}.sp-dsgvo .mt-lg-n1,.sp-dsgvo .my-lg-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-lg-n1,.sp-dsgvo .mx-lg-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-lg-n1,.sp-dsgvo .my-lg-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-lg-n1,.sp-dsgvo .mx-lg-n1{margin-left:-.25rem!important}.sp-dsgvo .m-lg-n2{margin:-.5rem!important}.sp-dsgvo .mt-lg-n2,.sp-dsgvo .my-lg-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-lg-n2,.sp-dsgvo .mx-lg-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-lg-n2,.sp-dsgvo .my-lg-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-lg-n2,.sp-dsgvo .mx-lg-n2{margin-left:-.5rem!important}.sp-dsgvo .m-lg-n3{margin:-1rem!important}.sp-dsgvo .mt-lg-n3,.sp-dsgvo .my-lg-n3{margin-top:-1rem!important}.sp-dsgvo .mr-lg-n3,.sp-dsgvo .mx-lg-n3{margin-right:-1rem!important}.sp-dsgvo .mb-lg-n3,.sp-dsgvo .my-lg-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-lg-n3,.sp-dsgvo .mx-lg-n3{margin-left:-1rem!important}.sp-dsgvo .m-lg-n4{margin:-1.5rem!important}.sp-dsgvo .mt-lg-n4,.sp-dsgvo .my-lg-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-lg-n4,.sp-dsgvo .mx-lg-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-lg-n4,.sp-dsgvo .my-lg-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-lg-n4,.sp-dsgvo .mx-lg-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-lg-n5{margin:-3rem!important}.sp-dsgvo .mt-lg-n5,.sp-dsgvo .my-lg-n5{margin-top:-3rem!important}.sp-dsgvo .mr-lg-n5,.sp-dsgvo .mx-lg-n5{margin-right:-3rem!important}.sp-dsgvo .mb-lg-n5,.sp-dsgvo .my-lg-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-lg-n5,.sp-dsgvo .mx-lg-n5{margin-left:-3rem!important}.sp-dsgvo .m-lg-auto{margin:auto!important}.sp-dsgvo .mt-lg-auto,.sp-dsgvo .my-lg-auto{margin-top:auto!important}.sp-dsgvo .mr-lg-auto,.sp-dsgvo .mx-lg-auto{margin-right:auto!important}.sp-dsgvo .mb-lg-auto,.sp-dsgvo .my-lg-auto{margin-bottom:auto!important}.sp-dsgvo .ml-lg-auto,.sp-dsgvo .mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.sp-dsgvo .m-xl-0{margin:0!important}.sp-dsgvo .mt-xl-0,.sp-dsgvo .my-xl-0{margin-top:0!important}.sp-dsgvo .mr-xl-0,.sp-dsgvo .mx-xl-0{margin-right:0!important}.sp-dsgvo .mb-xl-0,.sp-dsgvo .my-xl-0{margin-bottom:0!important}.sp-dsgvo .ml-xl-0,.sp-dsgvo .mx-xl-0{margin-left:0!important}.sp-dsgvo .m-xl-1{margin:.25rem!important}.sp-dsgvo .mt-xl-1,.sp-dsgvo .my-xl-1{margin-top:.25rem!important}.sp-dsgvo .mr-xl-1,.sp-dsgvo .mx-xl-1{margin-right:.25rem!important}.sp-dsgvo .mb-xl-1,.sp-dsgvo .my-xl-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-xl-1,.sp-dsgvo .mx-xl-1{margin-left:.25rem!important}.sp-dsgvo .m-xl-2{margin:.5rem!important}.sp-dsgvo .mt-xl-2,.sp-dsgvo .my-xl-2{margin-top:.5rem!important}.sp-dsgvo .mr-xl-2,.sp-dsgvo .mx-xl-2{margin-right:.5rem!important}.sp-dsgvo .mb-xl-2,.sp-dsgvo .my-xl-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-xl-2,.sp-dsgvo .mx-xl-2{margin-left:.5rem!important}.sp-dsgvo .m-xl-3{margin:1rem!important}.sp-dsgvo .mt-xl-3,.sp-dsgvo .my-xl-3{margin-top:1rem!important}.sp-dsgvo .mr-xl-3,.sp-dsgvo .mx-xl-3{margin-right:1rem!important}.sp-dsgvo .mb-xl-3,.sp-dsgvo .my-xl-3{margin-bottom:1rem!important}.sp-dsgvo .ml-xl-3,.sp-dsgvo .mx-xl-3{margin-left:1rem!important}.sp-dsgvo .m-xl-4{margin:1.5rem!important}.sp-dsgvo .mt-xl-4,.sp-dsgvo .my-xl-4{margin-top:1.5rem!important}.sp-dsgvo .mr-xl-4,.sp-dsgvo .mx-xl-4{margin-right:1.5rem!important}.sp-dsgvo .mb-xl-4,.sp-dsgvo .my-xl-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-xl-4,.sp-dsgvo .mx-xl-4{margin-left:1.5rem!important}.sp-dsgvo .m-xl-5{margin:3rem!important}.sp-dsgvo .mt-xl-5,.sp-dsgvo .my-xl-5{margin-top:3rem!important}.sp-dsgvo .mr-xl-5,.sp-dsgvo .mx-xl-5{margin-right:3rem!important}.sp-dsgvo .mb-xl-5,.sp-dsgvo .my-xl-5{margin-bottom:3rem!important}.sp-dsgvo .ml-xl-5,.sp-dsgvo .mx-xl-5{margin-left:3rem!important}.sp-dsgvo .p-xl-0{padding:0!important}.sp-dsgvo .pt-xl-0,.sp-dsgvo .py-xl-0{padding-top:0!important}.sp-dsgvo .pr-xl-0,.sp-dsgvo .px-xl-0{padding-right:0!important}.sp-dsgvo .pb-xl-0,.sp-dsgvo .py-xl-0{padding-bottom:0!important}.sp-dsgvo .pl-xl-0,.sp-dsgvo .px-xl-0{padding-left:0!important}.sp-dsgvo .p-xl-1{padding:.25rem!important}.sp-dsgvo .pt-xl-1,.sp-dsgvo .py-xl-1{padding-top:.25rem!important}.sp-dsgvo .pr-xl-1,.sp-dsgvo .px-xl-1{padding-right:.25rem!important}.sp-dsgvo .pb-xl-1,.sp-dsgvo .py-xl-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-xl-1,.sp-dsgvo .px-xl-1{padding-left:.25rem!important}.sp-dsgvo .p-xl-2{padding:.5rem!important}.sp-dsgvo .pt-xl-2,.sp-dsgvo .py-xl-2{padding-top:.5rem!important}.sp-dsgvo .pr-xl-2,.sp-dsgvo .px-xl-2{padding-right:.5rem!important}.sp-dsgvo .pb-xl-2,.sp-dsgvo .py-xl-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-xl-2,.sp-dsgvo .px-xl-2{padding-left:.5rem!important}.sp-dsgvo .p-xl-3{padding:1rem!important}.sp-dsgvo .pt-xl-3,.sp-dsgvo .py-xl-3{padding-top:1rem!important}.sp-dsgvo .pr-xl-3,.sp-dsgvo .px-xl-3{padding-right:1rem!important}.sp-dsgvo .pb-xl-3,.sp-dsgvo .py-xl-3{padding-bottom:1rem!important}.sp-dsgvo .pl-xl-3,.sp-dsgvo .px-xl-3{padding-left:1rem!important}.sp-dsgvo .p-xl-4{padding:1.5rem!important}.sp-dsgvo .pt-xl-4,.sp-dsgvo .py-xl-4{padding-top:1.5rem!important}.sp-dsgvo .pr-xl-4,.sp-dsgvo .px-xl-4{padding-right:1.5rem!important}.sp-dsgvo .pb-xl-4,.sp-dsgvo .py-xl-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-xl-4,.sp-dsgvo .px-xl-4{padding-left:1.5rem!important}.sp-dsgvo .p-xl-5{padding:3rem!important}.sp-dsgvo .pt-xl-5,.sp-dsgvo .py-xl-5{padding-top:3rem!important}.sp-dsgvo .pr-xl-5,.sp-dsgvo .px-xl-5{padding-right:3rem!important}.sp-dsgvo .pb-xl-5,.sp-dsgvo .py-xl-5{padding-bottom:3rem!important}.sp-dsgvo .pl-xl-5,.sp-dsgvo .px-xl-5{padding-left:3rem!important}.sp-dsgvo .m-xl-n1{margin:-.25rem!important}.sp-dsgvo .mt-xl-n1,.sp-dsgvo .my-xl-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-xl-n1,.sp-dsgvo .mx-xl-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-xl-n1,.sp-dsgvo .my-xl-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-xl-n1,.sp-dsgvo .mx-xl-n1{margin-left:-.25rem!important}.sp-dsgvo .m-xl-n2{margin:-.5rem!important}.sp-dsgvo .mt-xl-n2,.sp-dsgvo .my-xl-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-xl-n2,.sp-dsgvo .mx-xl-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-xl-n2,.sp-dsgvo .my-xl-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-xl-n2,.sp-dsgvo .mx-xl-n2{margin-left:-.5rem!important}.sp-dsgvo .m-xl-n3{margin:-1rem!important}.sp-dsgvo .mt-xl-n3,.sp-dsgvo .my-xl-n3{margin-top:-1rem!important}.sp-dsgvo .mr-xl-n3,.sp-dsgvo .mx-xl-n3{margin-right:-1rem!important}.sp-dsgvo .mb-xl-n3,.sp-dsgvo .my-xl-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-xl-n3,.sp-dsgvo .mx-xl-n3{margin-left:-1rem!important}.sp-dsgvo .m-xl-n4{margin:-1.5rem!important}.sp-dsgvo .mt-xl-n4,.sp-dsgvo .my-xl-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-xl-n4,.sp-dsgvo .mx-xl-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-xl-n4,.sp-dsgvo .my-xl-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-xl-n4,.sp-dsgvo .mx-xl-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-xl-n5{margin:-3rem!important}.sp-dsgvo .mt-xl-n5,.sp-dsgvo .my-xl-n5{margin-top:-3rem!important}.sp-dsgvo .mr-xl-n5,.sp-dsgvo .mx-xl-n5{margin-right:-3rem!important}.sp-dsgvo .mb-xl-n5,.sp-dsgvo .my-xl-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-xl-n5,.sp-dsgvo .mx-xl-n5{margin-left:-3rem!important}.sp-dsgvo .m-xl-auto{margin:auto!important}.sp-dsgvo .mt-xl-auto,.sp-dsgvo .my-xl-auto{margin-top:auto!important}.sp-dsgvo .mr-xl-auto,.sp-dsgvo .mx-xl-auto{margin-right:auto!important}.sp-dsgvo .mb-xl-auto,.sp-dsgvo .my-xl-auto{margin-bottom:auto!important}.sp-dsgvo .ml-xl-auto,.sp-dsgvo .mx-xl-auto{margin-left:auto!important}}@media (min-width:768px){.sp-dsgvo .lwb-d-md-flex{display:-ms-flexbox!important;display:flex!important}}.sp-dsgvo .row:before,.sp-dsgvo .row:after{display:none !important}.sp-dsgvo-btn{background-color:#ea6153;border:0;color:white;padding:15px 32px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;margin:3px;float:left}.sp-dsgvo-btn-red{background-color:red}#cookie-notice-blocker{position:fixed;display:block;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:9999}#cookie-notice{display:none;position:fixed;width:100%;box-sizing:border-box;height:auto;z-index:100000;font-size:13px;line-height:20px;left:0;text-align:center;background-color:#333;color:#fff}@media only screen and (max-width:375px){#cookie-notice{height:auto !important}}.cookie-notice-container{padding:10px;text-align:center;width:100%;display:block}@media only screen and (max-width:576px){.cookie-notice-container{text-align:center}#cn-notice-text{display:block}}.cookie-notice-container #cn-notice-icon{width:25px;vertical-align:middle;margin-right:5px;float:left}.cn-shadow-top{box-shadow:0 -5px 5px 0 #e4e4e4}.cn-top{top:0}.cn-bottom{bottom:0}#cookie-notice .button{margin-left:10px}#cookie-notice .button.button-default{font-family:sans-serif;line-height:18px;padding:2px 20px;background-image:none;-moz-box-sizing:border-box;border-radius:2px;border-style:solid;border-width:1px;cursor:pointer;display:inline-block;font-size:12px;font-style:normal;text-decoration:none;text-transform:uppercase;white-space:nowrap;outline:0;width:fit-content;height:fit-content}@media only screen and (max-width:576px){#cookie-notice .button.button-default{display:block;width:100%;text-align:center;margin:5px 0 0 0;padding:5px}}input[name="gdpr-cb"]{background-color:red;display:inline-block !important}label[for="gdpr-cb"]{display:inline;position:relative;left:0}p.notice{margin-bottom:0;color:#f0ad4e}.gdpr-cb-info-text{color:red}.gdpr-warning{background-color:orange}.gdpr-disabled{background-color:#c1c1c1 !important}.sp-dsgvo-blocked-embedding-placeholder{min-height:100px;background:linear-gradient(90deg,#e3ffe7 0,#d9e7ff 100%);padding:20px 10px;font-family:'Roboto',sans-serif;text-align:center;border-radius:3px;line-height:normal}@media all and (max-width:375px){.sp-dsgvo-blocked-embedding-placeholder{font-size:85%}}@media all and (min-width:376px) and (max-width:768px){.sp-dsgvo-blocked-embedding-placeholder{font-size:90% !important}}.sp-dsgvo-blocked-embedding-placeholder-header{font-weight:bold;font-size:120%}.sp-dsgvo-blocked-embedding-placeholder-header-icon,.sp-dsgvo-blocked-embedding-placeholder-header-icon img{height:40px !important;display:block !important;margin-left:auto;margin-right:auto;margin-bottom:5px}.sp-dsgvo-blocked-embedding-placeholder-body p{line-height:normal}@media all and (max-width:375px){.sp-dsgvo-blocked-embedding-placeholder-body p{font-size:85% !important}}@media all and (min-width:376px) and (max-width:768px){.sp-dsgvo-blocked-embedding-placeholder-body p{font-size:90% !important}}.sp-dsgvo-blocked-embedding-button-container{margin-top:20px}a.sp-dsgvo-blocked-embedding-button-enable{display:inline-block;padding:.5em 3em;border-style:solid;border-width:2px;margin:0 .3em .3em 0;box-sizing:border-box;text-decoration:none;text-transform:uppercase;font-family:'Roboto',sans-serif;font-weight:400;text-align:center;transition:all .15s}@media all and (max-width:375px){a.sp-dsgvo-blocked-embedding-button-enable{display:block;margin:.4em auto;padding:.5em .5em}}.sp-dsgvo-hidden-embedding-content{display:none}.form-row-website-cap{display:none !important}.sp-dsgvo-popup-overlay,.sp-dsgvo-cookie-overlay{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(34,34,34,.8);z-index:9999999}.sp-dsgvo-privacy-popup{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;max-width:500px;font-family:'Roboto',Roboto,"Helvetica Neue",Arial,sans-serif;font-size:22px;padding-bottom:10px;padding-left:5px !important;padding-right:5px !important;line-height:normal;background-color:white;color:black;letter-spacing:normal;box-sizing:border-box}@media(max-width:320px){.sp-dsgvo-privacy-popup{max-width:310px;font-size:18px}}@media(max-width:540px){.sp-dsgvo-privacy-popup{max-width:360px;font-size:20px}}@media(min-width:541px){.sp-dsgvo-privacy-popup{max-width:620px}}.sp-dsgvo-popup-overlay.sp-dsgvo-overlay-hidden{display:none}.sp-dsgvo-privacy-popup .sp-dsgvo-popup-top{padding:20px 10px 10px 10px;box-sizing:border-box}.sp-dsgvo-privacy-popup .sp-dsgvo-popup-more-information-top{padding:10px;height:50px;box-sizing:border-box}.sp-dsgvo-popup-close,.sp-dsgvo-popup-more-information-close{height:10px}a.sp-dsgvo-popup-close,a.close{background:none !important;border:none !important}.sp-dsgvo-popup-close svg{vertical-align:top}.sp-dsgvo-popup-more-information-close svg{vertical-align:middle}.sp-dsgvo-popup-close svg line,.sp-dsgvo-popup-more-information-close svg line{stroke-width:2px;stroke:#000}.sp-dsgvo-privacy-popup .sp-dsgvo-logo-wrapper{width:40px;float:left;margin-right:5px}.sp-dsgvo-privacy-popup .sp-dsgvo-logo-wrapper img{max-height:35px;max-width:35px;position:relative}@media(max-width:480px){.sp-dsgvo-privacy-popup .sp-dsgvo-logo-wrapper img{max-width:100px}}.sp-dsgvo-header-description-text{font-size:.65em}.sp-dsgvo-privacy-popup .sp-dsgvo-link-wrapper a,.sp-dsgvo-privacy-popup .sp-dsgvo-link-wrapper span{font-size:.5em;font-weight:bold;color:#555}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown{display:none;position:absolute;left:0;top:calc(100% - 10px);width:100%;border:1px solid #f1f1f1;background-color:#fff;border-radius:5px;z-index:10}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-wrapper{display:flex;justify-content:flex-end}.sp-dsgvo-privacy-popup .dsgvo-lang-active{cursor:pointer;font-size:12px;font-weight:600;display:flex;align-items:flex-start}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active span{width:calc(100% - 38px)}.sp-dsgvo-privacy-popup .sp-dsgvo-popup-language-switcher{position:relative}.sp-dsgvo-privacy-popup .sp-dsgvo-popup-language-switcher span{font-size:.75em}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active img{margin-right:5px}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active svg{margin-left:3px;vertical-align:middle}@media(max-width:540px){.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active svg{margin-top:5px;vertical-align:top}}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active svg line{stroke-width:2px;stroke:#000}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown.active{display:block}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown a,.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown a span{width:100%;font-size:.6em;font-weight:500;align-items:center;padding:3px;color:black}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown a img{margin-right:5px;padding-left:3px;vertical-align:middle}.sp-dsgvo-privacy-category-content,.sp-dsgvo-popup-more-information-content{overflow-y:auto;overflow-x:hidden}.sp-dsgvo-popup-more-information-content strong{color:black}#sp-dsgvo-popup-more-information-content>p{line-height:initial;text-align:left;line-height:normal}@media(max-width:540px){.sp-dsgvo-privacy-category-content{overflow-y:scroll;max-height:412px}.sp-dsgvo-popup-more-information-content{overflow-y:scroll;max-height:330px}}.sp-dsgvo-privacy-popup p,.sp-dsgvo-privacy-popup span{font-size:.7em}.sp-dsgvo-popup-more-information-content p,.sp-dsgvo-popup-more-information-content span{font-size:.6em;margin:0}@media(max-height:568px){.sp-dsgvo-privacy-content-category-content{max-height:250px !important}.sp-dsgvo-popup-more-information-content{max-height:280px !important}}@media(min-height:569px) and (max-height:667px){.sp-dsgvo-privacy-content-category-content,.sp-dsgvo-popup-more-information-content{max-height:370px !important}}@media(min-height:668px){.sp-dsgvo-privacy-content-category-content,.sp-dsgvo-popup-more-information-content{max-height:430px !important}}.sp-dsgvo-privacy-popup-title{font-size:.9em;font-weight:500;margin-bottom:0}.sp-dsgvo-privacy-content{padding:10px}.sp-dsgvo-category-container{border-radius:3px;background-color:#f0f0f0;padding:10px 15px 10px 15px;margin-bottom:5px}.sp-dsgvo-category-name,.sp-dsgvo-popup-more-information-title{font-size:.8em;font-weight:bold}.sp-dsgvo-category-name small{font-size:75%;font-weight:400}.sp-dsgvo-category-count{font-size:.7em;width:80px}.sp-dsgvo-category-description{font-size:.6em}.sp-dsgvo-category-item{margin-left:10px;margin-top:5px;margin-bottom:5px}.sp-dsgvo-category-item-name{font-size:.7em;font-weight:bold}.sp-dsgvo-category-item-name small{font-size:70%;font-weight:600}.sp-dsgvo-category-item-company{font-size:.60em}.sp-dsgvo-category-item-description-url a{font-size:.6em;color:#006d91 !important;text-decoration:none !important}.sp-dsgvo-category-container hr{margin:1px 0 1px 0 !important;height:1px;border:0;color:white;background-color:white}.sp-dsgvo-category-item-toggle input[type=checkbox],.sp-dsgvo-category-toggle input[type=checkbox]{height:0;width:0;visibility:hidden;display:block}.sp-dsgvo-category-item-toggle label,.sp-dsgvo-category-toggle label{margin-bottom:0}.sp-dsgvo-category-item-toggle>.switch,.sp-dsgvo-category-toggle>.switch{display:block;margin-bottom:5px}.switch{position:relative;display:inline-block;vertical-align:top;width:65px;height:24px;padding:2px;cursor:pointer;border-radius:18px}.switch-input{position:absolute;top:0;left:0;opacity:0}.switch-label{position:relative;display:block;height:20px;font-size:11px !important;text-transform:uppercase;background:#eceeef;border-radius:inherit;box-shadow:inset 0 1px 2px rgba(0,0,0,0.12),inset 0 0 2px rgba(0,0,0,0.15);-webkit-transition:.15s ease-out;-moz-transition:.15s ease-out;-o-transition:.15s ease-out;transition:.15s ease-out;-webkit-transition-property:opacity background;-moz-transition-property:opacity background;-o-transition-property:opacity background;transition-property:opacity background}.switch-label:before,.switch-label:after{position:absolute;top:50%;margin-top:-.5em;line-height:1;-webkit-transition:inherit;-moz-transition:inherit;-o-transition:inherit;transition:inherit}.switch-label:before{content:attr(data-off);right:11px;color:#aaa;text-shadow:0 1px rgba(255,255,255,0.5)}.switch-label:after{content:attr(data-on);left:11px;color:white;text-shadow:0 1px rgba(0,0,0,0.2);opacity:0}.switch-input:checked ~ .switch-label{background:#47a8d8;box-shadow:inset 0 1px 2px rgba(0,0,0,0.15),inset 0 0 3px rgba(0,0,0,0.2)}.switch-input:checked ~ .switch-label:before{opacity:0}.switch-input:checked ~ .switch-label:after{opacity:1}.switch-handle{position:absolute;top:4px;left:4px;width:17px;height:17px;background:white;border-radius:10px;box-shadow:1px 1px 5px rgba(0,0,0,0.2);background-image:-webkit-linear-gradient(top,white 40%,#f0f0f0);background-image:-moz-linear-gradient(top,white 40%,#f0f0f0);background-image:-o-linear-gradient(top,white 40%,#f0f0f0);background-image:linear-gradient(to bottom,white 40%,#f0f0f0);-webkit-transition:left .15s ease-out;-moz-transition:left .15s ease-out;-o-transition:left .15s ease-out;transition:left .15s ease-out}.switch-handle:before{content:'';position:absolute;top:50%;left:50%;margin:-6px 0 0 -6px;width:12px;height:12px;background:#f9f9f9;border-radius:6px;box-shadow:inset 0 1px rgba(0,0,0,0.02);background-image:-webkit-linear-gradient(top,#eee,white);background-image:-moz-linear-gradient(top,#eee,white);background-image:-o-linear-gradient(top,#eee,white);background-image:linear-gradient(to bottom,#eee,white)}.switch-input:checked ~ .switch-handle{left:40px;box-shadow:-1px 1px 5px rgba(0,0,0,0.2)}.switch-green>.switch-input:checked ~ .switch-label{background:#4fb845}.switch-green>.switch-input:disabled ~ .switch-label{background:#a9a9a9}.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button{text-transform:uppercase;font-size:.62em;font-weight:500 !important;padding:6px 11px 6px 11px !important;display:inline-block !important;position:relative;box-shadow:inset 0 1px rgba(0,0,0,0.02) !important;border-radius:3px !important;color:white !important;text-decoration:none !important}.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button:hover,.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button:focus,.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button:active{text-decoration:none !important;color:#fafafa !important}@media(max-width:540px){.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button{margin-left:0 !important;margin-right:0 !important;text-align:center;font-size:.55em;padding:5px 5px 5px 5px !important}}.sp-dsgvo-privacy-bottom a.grey{color:white;border-color:#4d4c53;background-color:#4d4c53}.sp-dsgvo-privacy-bottom a.blue{color:white;border-color:#27a1e5;background-color:#27a1e5}.sp-dsgvo-privacy-bottom a.green{color:white;border-color:#4fb845;background-color:#4fb845}.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button:hover{color:#555}.sp-dsgvo .progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:10px;overflow:hidden;font-size:.703125rem;background-color:#ccc;border-radius:0}.sp-dsgvo .progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.sp-dsgvo .progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.sp-dsgvo .progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#999;-webkit-transition:width .6s ease;transition:width .6s ease;font-size:12px;font-weight:500}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask,.simplebar-offset{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0}.simplebar-mask{direction:inherit;overflow:hidden;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer,.simplebar-track{position:absolute;pointer-events:none;overflow:hidden}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;z-index:-1}.simplebar-track{z-index:1;right:0;bottom:0}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}