
body {
 min-height: 100vh !important;
 margin: 0 !important;
 display: flex !important;
 flex-direction: column !important;
 background-color: var(--baseMain, #f8f8f8);
 color: var(--baseContrast, #000000);
 overflow-x: hidden;
}
.isEditor body {
 min-height: unset !important;
}
.ecContainerWrapper {
 --innerBackground: var(--ecInnerBackground, #f8f8f8);
 --outerBackground: var(--ecOuterBackground, #f8f8f8);
 background: var(--outerBackground, #f8f8f8);
 position: relative;
 z-index: 1;
}
.ecContainerWrapper.ec-effect-sticky-parallax {
 position: sticky;
 top: 0;
}
.ecContainerWrapper > .container,
.ecContainerWrapper > .container-fluid {
 background: var(--innerBackground, #f8f8f8);
}
.ecBlockWrapper {
 background: var(--outerBackground, #f8f8f8);
}
.ecBlockWrapper.outer {
 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5)), linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5));
 background-size: 20px 20px;
 background-position: 0 0, 10px 10px;
 background-color: #eee;
}
.ecBlockWrapper > .container,
.ecBlockWrapper > .container-fluid {
 background: var(--innerBackground, #f8f8f8);
}
header {
 top: 0;
 z-index: 1030;
}
main {
 flex: 1 !important;
}
.ecContainerWrapper > .container-fluid .row {
 margin-right: 0 !important;
 margin-left: 0 !important;
}
img.pixelated {
 image-rendering: pixelated;
 filter: blur(0.4px);
}
html {
 --bs-body-font-family: var(--pFamily, "Roboto") !important;
 font-family: var(--bs-body-font-family) !important;
 font-size: var(--baseSize, 16px) !important;
 font-weight: var(--pWeight, 400) !important;
 color: var(--pColor) !important;
}
h1,
.h1 {
 font-family: var(--h1Family);
 font-size: clamp(max(calc(var(--h1Size) * 0.5), 16px), 4vw, var(--h1Size));
 font-weight: var(--h1Weight) !important;
 color: var(--h1Color);
 line-height: 1.2;
 margin-bottom: 1.5rem;
}
h1 a,
.h1 a {
 font-size: unset;
 font-weight: unset;
 font-family: unset;
 text-decoration: unset;
 color: unset;
}
h1.fw-bold,
.h1.fw-bold,
h1 strong,
.h1 strong,
h1 b,
.h1 b,
strong h1,
b h1,
strong .h1,
b .h1 {
 font-family: var(--h1BoldFamily);
 font-weight: var(--h1BoldWeight) !important;
 color: var(--h1BoldColor);
}
h1.fw-bold a,
.h1.fw-bold a,
h1 strong a,
.h1 strong a,
h1 b a,
.h1 b a,
strong h1 a,
b h1 a,
strong .h1 a,
b .h1 a {
 font-weight: var(--1BoldWeight) !important;
}
h2,
.h2 {
 font-family: var(--h2Family);
 font-size: clamp(max(calc(var(--h2Size) * 0.5), 16px), 4vw, var(--h2Size));
 font-weight: var(--h2Weight) !important;
 color: var(--h2Color);
 line-height: 1.3;
 margin-bottom: 1.25rem;
}
h2 a,
.h2 a {
 font-size: unset;
 font-weight: unset;
 font-family: unset;
 text-decoration: unset;
 color: unset;
}
h2.fw-bold,
.h2.fw-bold,
h2 strong,
.h2 strong,
h2 b,
.h2 b,
strong h2,
b h2,
strong .h2,
b .h2 {
 font-family: var(--h2BoldFamily);
 font-weight: var(--h2BoldWeight) !important;
 color: var(--h2BoldColor);
}
h2.fw-bold a,
.h2.fw-bold a,
h2 strong a,
.h2 strong a,
h2 b a,
.h2 b a,
strong h2 a,
b h2 a,
strong .h2 a,
b .h2 a {
 font-weight: var(--2BoldWeight) !important;
}
h3,
.h3 {
 font-family: var(--h3Family);
 font-size: clamp(max(calc(var(--h3Size) * 0.5), 16px), 4vw, var(--h3Size));
 font-weight: var(--h3Weight) !important;
 color: var(--h3Color);
 line-height: 1.4;
 margin-bottom: 1rem;
}
h3 a,
.h3 a {
 font-size: unset;
 font-weight: unset;
 font-family: unset;
 text-decoration: unset;
 color: unset;
}
h3.fw-bold,
.h3.fw-bold,
h3 strong,
.h3 strong,
h3 b,
.h3 b,
strong h3,
b h3,
strong .h3,
b .h3 {
 font-family: var(--h3BoldFamily);
 font-weight: var(--h3BoldWeight) !important;
 color: var(--h3BoldColor);
}
h3.fw-bold a,
.h3.fw-bold a,
h3 strong a,
.h3 strong a,
h3 b a,
.h3 b a,
strong h3 a,
b h3 a,
strong .h3 a,
b .h3 a {
 font-weight: var(--3BoldWeight) !important;
}
h4,
.h4 {
 font-family: var(--h4Family);
 font-size: clamp(max(calc(var(--h4Size) * 0.5), 16px), 4vw, var(--h4Size));
 font-weight: var(--h4Weight) !important;
 color: var(--h4Color);
 line-height: 1.4;
 margin-bottom: 0.875rem;
}
h4 a,
.h4 a {
 font-size: unset;
 font-weight: unset;
 font-family: unset;
 text-decoration: unset;
 color: unset;
}
h4.fw-bold,
.h4.fw-bold,
h4 strong,
.h4 strong,
h4 b,
.h4 b,
strong h4,
b h4,
strong .h4,
b .h4 {
 font-family: var(--h4BoldFamily);
 font-weight: var(--h4BoldWeight) !important;
 color: var(--h4BoldColor);
}
h4.fw-bold a,
.h4.fw-bold a,
h4 strong a,
.h4 strong a,
h4 b a,
.h4 b a,
strong h4 a,
b h4 a,
strong .h4 a,
b .h4 a {
 font-weight: var(--4BoldWeight) !important;
}
h5,
.h5 {
 font-family: var(--h5Family);
 font-size: clamp(max(calc(var(--h5Size) * 0.5), 16px), 4vw, var(--h5Size));
 font-weight: var(--h5Weight) !important;
 color: var(--h5Color);
 line-height: 1.5;
 margin-bottom: 0.75rem;
}
h5 a,
.h5 a {
 font-size: unset;
 font-weight: unset;
 font-family: unset;
 text-decoration: unset;
 color: unset;
}
h5.fw-bold,
.h5.fw-bold,
h5 strong,
.h5 strong,
h5 b,
.h5 b,
strong h5,
b h5,
strong .h5,
b .h5 {
 font-family: var(--h5BoldFamily);
 font-weight: var(--h5BoldWeight) !important;
 color: var(--h5BoldColor);
}
h5.fw-bold a,
.h5.fw-bold a,
h5 strong a,
.h5 strong a,
h5 b a,
.h5 b a,
strong h5 a,
b h5 a,
strong .h5 a,
b .h5 a {
 font-weight: var(--5BoldWeight) !important;
}
h6,
.h6 {
 font-family: var(--h6Family);
 font-size: clamp(max(calc(var(--h6Size) * 0.5), 16px), 4vw, var(--h6Size));
 font-weight: var(--h6Weight) !important;
 color: var(--h6Color);
 line-height: 1.5;
 margin-bottom: 0.75rem;
}
h6 a,
.h6 a {
 font-size: unset;
 font-weight: unset;
 font-family: unset;
 text-decoration: unset;
 color: unset;
}
h6.fw-bold,
.h6.fw-bold,
h6 strong,
.h6 strong,
h6 b,
.h6 b,
strong h6,
b h6,
strong .h6,
b .h6 {
 font-family: var(--h6BoldFamily);
 font-weight: var(--h6BoldWeight) !important;
 color: var(--h6BoldColor);
}
h6.fw-bold a,
.h6.fw-bold a,
h6 strong a,
.h6 strong a,
h6 b a,
.h6 b a,
strong h6 a,
b h6 a,
strong .h6 a,
b .h6 a {
 font-weight: var(--6BoldWeight) !important;
}
p {
 font-family: var(--pFamily);
 font-size: clamp(max(calc(var(--pSize) * 0.5), 16px), 4vw, var(--pSize));
 font-weight: var(--pWeight) !important;
 color: var(--pColor);
}
p.fw-bold,
p strong,
p b,
strong,
b {
 font-family: var(--pBoldFamily);
 font-weight: var(--pBoldWeight) !important;
 color: var(--pBoldColor);
}
a {
 font-family: var(--aFamily);
 font-size: clamp(max(calc(var(--aSize) * 0.5), 16px), 4vw, var(--aSize));
 font-weight: var(--aWeight) !important;
 color: var(--aColor);
 color: var(--link-color, var(--aColor));
}
a.fw-bold,
a strong,
a b,
strong a,
b a {
 font-family: var(--aBoldFamily);
 font-weight: var(--aBoldWeight) !important;
 color: var(--aBoldColor);
}
[style*="color"] > div > p.fw-bold,
[style*="color"] > div.ql-editor > div > p.fw-bold,
[style*="color"] > div > p strong,
[style*="color"] > div.ql-editor > div > p strong,
[style*="color"] > div > p b,
[style*="color"] > div.ql-editor > div > p b,
[style*="color"] > div > strong,
[style*="color"] > div.ql-editor > div > strong,
[style*="color"] > div > b,
[style*="color"] > div.ql-editor > div > b {
 color: inherit !important;
}
[style*="font-size"] > div > p.fw-bold,
[style*="font-size"] > div.ql-editor > div > p.fw-bold,
[style*="font-size"] > div > p strong,
[style*="font-size"] > div.ql-editor > div > p strong,
[style*="font-size"] > div > p b,
[style*="font-size"] > div.ql-editor > div > p b,
[style*="font-size"] > div > strong,
[style*="font-size"] > div.ql-editor > div > strong,
[style*="font-size"] > div > b,
[style*="font-size"] > div.ql-editor > div > b {
 font-size: inherit !important;
}
.fs-1 {
 font-family: var(--h1Family);
 font-size: clamp(max(calc(var(--h1Size) * 0.5), 16px), 4vw, var(--h1Size));
 font-weight: var(--h1Weight) !important;
 color: var(--h1Color);
}
.fs-1.fw-bold {
 font-family: var(--h1BoldFamily);
 font-weight: var(--h1BoldWeight) !important;
 color: var(--h1BoldColor);
}
.fs-2 {
 font-family: var(--h2Family);
 font-size: clamp(max(calc(var(--h2Size) * 0.5), 16px), 4vw, var(--h2Size));
 font-weight: var(--h2Weight) !important;
 color: var(--h2Color);
}
.fs-2.fw-bold {
 font-family: var(--h2BoldFamily);
 font-weight: var(--h2BoldWeight) !important;
 color: var(--h2BoldColor);
}
.fs-3 {
 font-family: var(--h3Family);
 font-size: clamp(max(calc(var(--h3Size) * 0.5), 16px), 4vw, var(--h3Size));
 font-weight: var(--h3Weight) !important;
 color: var(--h3Color);
}
.fs-3.fw-bold {
 font-family: var(--h3BoldFamily);
 font-weight: var(--h3BoldWeight) !important;
 color: var(--h3BoldColor);
}
.fs-4 {
 font-family: var(--h4Family);
 font-size: clamp(max(calc(var(--h4Size) * 0.5), 16px), 4vw, var(--h4Size));
 font-weight: var(--h4Weight) !important;
 color: var(--h4Color);
}
.fs-4.fw-bold {
 font-family: var(--h4BoldFamily);
 font-weight: var(--h4BoldWeight) !important;
 color: var(--h4BoldColor);
}
.fs-5 {
 font-family: var(--h5Family);
 font-size: clamp(max(calc(var(--h5Size) * 0.5), 16px), 4vw, var(--h5Size));
 font-weight: var(--h5Weight) !important;
 color: var(--h5Color);
}
.fs-5.fw-bold {
 font-family: var(--h5BoldFamily);
 font-weight: var(--h5BoldWeight) !important;
 color: var(--h5BoldColor);
}
.fs-6 {
 font-family: var(--h6Family);
 font-size: clamp(max(calc(var(--h6Size) * 0.5), 16px), 4vw, var(--h6Size));
 font-weight: var(--h6Weight) !important;
 color: var(--h6Color);
}
.fs-6.fw-bold {
 font-family: var(--h6BoldFamily);
 font-weight: var(--h6BoldWeight) !important;
 color: var(--h6BoldColor);
}
ul,
ol,
li {
 font-family: var(--pFamily);
 font-size: clamp(max(calc(var(--pSize) * 0.5), 16px), 4vw, var(--pSize));
 font-weight: var(--pWeight) !important;
}
.ecPar ul,
.ecPar ol,
.ecPar li,
.ecPar strong,
.ecPar b,
.ecPar em {
 font-size: unset;
 font-family: unset;
 color: unset;
}
.ecPar ul,
.ecPar ol,
.ecPar li,
.ecPar em {
 font-weight: unset;
}
.blockquote {
 font-family: var(--pFamily);
 font-size: clamp(max(calc(var(--pSize) * 0.5), 16px), 4vw, var(--pSize));
 font-weight: var(--pWeight) !important;
 color: var(--pColor);
 font-size: calc(var(--pSize) * 1.125);
 font-style: italic;
 line-height: 1.8;
 margin-bottom: 1rem;
}
.blockquote-footer {
 font-family: var(--pFamily);
 font-size: clamp(max(calc(var(--pSize) * 0.5), 16px), 4vw, var(--pSize));
 font-weight: var(--pWeight) !important;
 color: var(--pColor);
 font-size: calc(var(--pSize) * 0.875);
 color: var(--secondaryMain);
 margin-top: 0.5rem;
}
[style*="font-size:"] {
 --editor-font-scale: 1;
}
/* BREAKPOINTS – Bootstrap 5 standard breakpoints */
/* Extra extra large (xxl): ≥1400px - default scale 1 */
/* Extra large (xl): ≥1200px, <1400px */
@media (max-width: 1399.98px) {
 [style*="font-size:"] {
 --editor-font-scale: 0.92;
 }
}
/* Large (lg): ≥992px, <1200px */
@media (max-width: 1199.98px) {
 [style*="font-size:"] {
 --editor-font-scale: 0.85;
 }
}
/* Medium (md): ≥768px, <992px */
@media (max-width: 991.98px) {
 [style*="font-size:"] {
 --editor-font-scale: 0.75;
 }
}
/* Small (sm): ≥576px, <768px */
@media (max-width: 767.98px) {
 [style*="font-size:"] {
 --editor-font-scale: 0.65;
 }
}
/* Extra small: <576px */
@media (max-width: 575.98px) {
 [style*="font-size:"] {
 --editor-font-scale: 0.58;
 }
}
[style*="font-size:"] .fs-resize,
[style*="font-size:"] .fs-resize > .ql-editor,
[style*="font-size:"] > .ql-editor {
 font-size: inherit !important;
}
[style*="--fs-xxl"],
[style*="--fs-xxl"] > .ql-editor,
[style*="--fs-xxl"] .fs-resize,
[style*="--fs-xxl"] .fs-resize > .ql-editor {
 font-size: var(--fs-xxl) !important;
}
@media (max-width: 1399.98px) {
 [style*="--fs-xxl"],
 [style*="--fs-xxl"] > .ql-editor,
 [style*="--fs-xxl"] .fs-resize,
 [style*="--fs-xxl"] .fs-resize > .ql-editor {
 font-size: var(--fs-xl, var(--fs-xxl)) !important;
 }
}
@media (max-width: 1199.98px) {
 [style*="--fs-xxl"],
 [style*="--fs-xxl"] > .ql-editor,
 [style*="--fs-xxl"] .fs-resize,
 [style*="--fs-xxl"] .fs-resize > .ql-editor {
 font-size: var(--fs-lg, var(--fs-xl, var(--fs-xxl))) !important;
 }
}
@media (max-width: 991.98px) {
 [style*="--fs-xxl"],
 [style*="--fs-xxl"] > .ql-editor,
 [style*="--fs-xxl"] .fs-resize,
 [style*="--fs-xxl"] .fs-resize > .ql-editor {
 font-size: var(--fs-md, var(--fs-lg, var(--fs-xl, var(--fs-xxl)))) !important;
 }
}
@media (max-width: 767.98px) {
 [style*="--fs-xxl"],
 [style*="--fs-xxl"] > .ql-editor,
 [style*="--fs-xxl"] .fs-resize,
 [style*="--fs-xxl"] .fs-resize > .ql-editor {
 font-size: var(--fs-sm, var(--fs-md, var(--fs-lg, var(--fs-xl, var(--fs-xxl))))) !important;
 }
}
@media (max-width: 575.98px) {
 [style*="--fs-xxl"],
 [style*="--fs-xxl"] > .ql-editor,
 [style*="--fs-xxl"] .fs-resize,
 [style*="--fs-xxl"] .fs-resize > .ql-editor {
 font-size: var(--fs-xs, var(--fs-sm, var(--fs-md, var(--fs-lg, var(--fs-xl, var(--fs-xxl)))))) !important;
 }
}
.table-primary {
 --bs-table-color: #000;
 --bs-table-bg: var(--bs-primary-bg-subtle);
 --bs-table-border-color: color-mix(in srgb, var(--bs-primary-bg-subtle), #000000 20%);
 --bs-table-striped-bg: color-mix(in srgb, var(--bs-primary-bg-subtle), #000000 5%);
 --bs-table-striped-color: #000;
 --bs-table-active-bg: color-mix(in srgb, var(--bs-primary-bg-subtle), #000000 10%);
 --bs-table-active-color: #000;
 --bs-table-hover-bg: color-mix(in srgb, var(--bs-primary-bg-subtle), #000000 7.5%);
 --bs-table-hover-color: #000;
 color: var(--bs-table-color);
 border-color: var(--bs-table-border-color);
}
.table-secondary {
 --bs-table-color: #000;
 --bs-table-bg: var(--bs-secondary-bg-subtle);
 --bs-table-border-color: color-mix(in srgb, var(--bs-secondary-bg-subtle), #000000 20%);
 --bs-table-striped-bg: color-mix(in srgb, var(--bs-secondary-bg-subtle), #000000 5%);
 --bs-table-striped-color: #000;
 --bs-table-active-bg: color-mix(in srgb, var(--bs-secondary-bg-subtle), #000000 10%);
 --bs-table-active-color: #000;
 --bs-table-hover-bg: color-mix(in srgb, var(--bs-secondary-bg-subtle), #000000 7.5%);
 --bs-table-hover-color: #000;
 color: var(--bs-table-color);
 border-color: var(--bs-table-border-color);
}
.table-success {
 --bs-table-color: #000;
 --bs-table-bg: var(--bs-success-bg-subtle);
 --bs-table-border-color: color-mix(in srgb, var(--bs-success-bg-subtle), #000000 20%);
 --bs-table-striped-bg: color-mix(in srgb, var(--bs-success-bg-subtle), #000000 5%);
 --bs-table-striped-color: #000;
 --bs-table-active-bg: color-mix(in srgb, var(--bs-success-bg-subtle), #000000 10%);
 --bs-table-active-color: #000;
 --bs-table-hover-bg: color-mix(in srgb, var(--bs-success-bg-subtle), #000000 7.5%);
 --bs-table-hover-color: #000;
 color: var(--bs-table-color);
 border-color: var(--bs-table-border-color);
}
.table-info {
 --bs-table-color: #000;
 --bs-table-bg: var(--bs-info-bg-subtle);
 --bs-table-border-color: color-mix(in srgb, var(--bs-info-bg-subtle), #000000 20%);
 --bs-table-striped-bg: color-mix(in srgb, var(--bs-info-bg-subtle), #000000 5%);
 --bs-table-striped-color: #000;
 --bs-table-active-bg: color-mix(in srgb, var(--bs-info-bg-subtle), #000000 10%);
 --bs-table-active-color: #000;
 --bs-table-hover-bg: color-mix(in srgb, var(--bs-info-bg-subtle), #000000 7.5%);
 --bs-table-hover-color: #000;
 color: var(--bs-table-color);
 border-color: var(--bs-table-border-color);
}
.table-warning {
 --bs-table-color: #000;
 --bs-table-bg: var(--bs-warning-bg-subtle);
 --bs-table-border-color: color-mix(in srgb, var(--bs-warning-bg-subtle), #000000 20%);
 --bs-table-striped-bg: color-mix(in srgb, var(--bs-warning-bg-subtle), #000000 5%);
 --bs-table-striped-color: #000;
 --bs-table-active-bg: color-mix(in srgb, var(--bs-warning-bg-subtle), #000000 10%);
 --bs-table-active-color: #000;
 --bs-table-hover-bg: color-mix(in srgb, var(--bs-warning-bg-subtle), #000000 7.5%);
 --bs-table-hover-color: #000;
 color: var(--bs-table-color);
 border-color: var(--bs-table-border-color);
}
.table-danger {
 --bs-table-color: #000;
 --bs-table-bg: var(--bs-danger-bg-subtle);
 --bs-table-border-color: color-mix(in srgb, var(--bs-danger-bg-subtle), #000000 20%);
 --bs-table-striped-bg: color-mix(in srgb, var(--bs-danger-bg-subtle), #000000 5%);
 --bs-table-striped-color: #000;
 --bs-table-active-bg: color-mix(in srgb, var(--bs-danger-bg-subtle), #000000 10%);
 --bs-table-active-color: #000;
 --bs-table-hover-bg: color-mix(in srgb, var(--bs-danger-bg-subtle), #000000 7.5%);
 --bs-table-hover-color: #000;
 color: var(--bs-table-color);
 border-color: var(--bs-table-border-color);
}
.table-light {
 --bs-table-color: #000;
 --bs-table-bg: var(--bs-light-bg-subtle);
 --bs-table-border-color: color-mix(in srgb, var(--bs-light-bg-subtle), #000000 20%);
 --bs-table-striped-bg: color-mix(in srgb, var(--bs-light-bg-subtle), #000000 5%);
 --bs-table-striped-color: #000;
 --bs-table-active-bg: color-mix(in srgb, var(--bs-light-bg-subtle), #000000 10%);
 --bs-table-active-color: #000;
 --bs-table-hover-bg: color-mix(in srgb, var(--bs-light-bg-subtle), #000000 7.5%);
 --bs-table-hover-color: #000;
 color: var(--bs-table-color);
 border-color: var(--bs-table-border-color);
}
:root,
[data-bs-theme=light] {
 --bs-blue: #0d6efd;
 --bs-indigo: #6610f2;
 --bs-purple: #6f42c1;
 --bs-pink: #d63384;
 --bs-red: #dc3545;
 --bs-orange: #fd7e14;
 --bs-yellow: #ffc107;
 --bs-green: #198754;
 --bs-teal: #20c997;
 --bs-cyan: #0dcaf0;
 --bs-black: #000;
 --bs-white: #fff;
 --bs-gray: #6c757d;
 --bs-gray-dark: #343a40;
 --bs-gray-100: #f8f9fa;
 --bs-gray-200: #e9ecef;
 --bs-gray-300: #dee2e6;
 --bs-gray-400: #ced4da;
 --bs-gray-500: #adb5bd;
 --bs-gray-600: #6c757d;
 --bs-gray-700: #495057;
 --bs-gray-800: #343a40;
 --bs-gray-900: #212529;
 --bs-primary: var(--primaryMain, #0d6efd);
 --bs-primary-contrast: var(--primaryContrast, #ffffff);
 --bs-secondary: var(--secondaryMain, #6c757d);
 --bs-secondary-contrast: var(--secondaryContrast, #ffffff);
 --bs-success: var(--successMain, #198754);
 --bs-success-contrast: var(--successContrast, #ffffff);
 --bs-info: var(--infoMain, #0dcaf0);
 --bs-info-contrast: var(--infoContrast, #000000);
 --bs-warning: var(--warningMain, #ffc107);
 --bs-warning-contrast: var(--warningContrast, #000000);
 --bs-danger: var(--dangerMain, #dc3545);
 --bs-danger-contrast: var(--dangerContrast, #000000);
 --bs-light: var(#f8f9fa);
 --bs-dark: var(#212529);
 --bs-primary-default-rgb: 13, 110, 253;
 --bs-primary-rgb: var(--primaryMainRgb, --bs-primary-default-rgb);
 --bs-secondary-default-rgb: 108, 117, 125;
 --bs-secondary-rgb: var(--secondaryMainRgb, --bs-secondary-default-rgb);
 --bs-success-default-rgb: 25, 135, 84;
 --bs-success-rgb: var(--successMainRgb, --bs-success-default-rgb);
 --bs-info-default-rgb: 13, 202, 240;
 --bs-info-rgb: var(--infoMainRgb, --bs-info-default-rgb);
 --bs-warning-default-rgb: 255, 193, 7;
 --bs-warning-rgb: var(--warningMainRgb, --bs-warning-default-rgb);
 --bs-danger-default-rgb: 220, 53, 69;
 --bs-danger-rgb: var(--dangerMainRgb, --bs-danger-default-rgb);
 --bs-light-rgb: 248, 249, 250;
 --bs-dark-rgb: 33, 37, 41;
 --bs-primary-text-emphasis: color-mix(in srgb, var(--bs-primary), #000000 60%);
 --bs-secondary-text-emphasis: color-mix(in srgb, var(--bs-secondary), #000000 60%);
 --bs-success-text-emphasis: color-mix(in srgb, var(--bs-success), #000000 60%);
 --bs-info-text-emphasis: color-mix(in srgb, var(--bs-info), #000000 60%);
 --bs-warning-text-emphasis: color-mix(in srgb, var(--bs-warning), #000000 60%);
 --bs-danger-text-emphasis: color-mix(in srgb, var(--bs-danger), #000000 60%);
 --bs-light-text-emphasis: color-mix(in srgb, var(--bs-light), #000000 60%);
 --bs-dark-text-emphasis: color-mix(in srgb, var(--bs-dark), #000000 60%);
 --bs-primary-bg-subtle: color-mix(in srgb, var(--bs-primary), #ffffff 80%);
 --bs-secondary-bg-subtle: color-mix(in srgb, var(--bs-secondary), #ffffff 80%);
 --bs-success-bg-subtle: color-mix(in srgb, var(--bs-success), #ffffff 80%);
 --bs-info-bg-subtle: color-mix(in srgb, var(--bs-info), #ffffff 80%);
 --bs-warning-bg-subtle: color-mix(in srgb, var(--bs-warning), #ffffff 80%);
 --bs-danger-bg-subtle: color-mix(in srgb, var(--bs-danger), #ffffff 80%);
 --bs-light-bg-subtle: color-mix(in srgb, var(--bs-light), #ffffff 80%);
 --bs-dark-bg-subtle: color-mix(in srgb, var(--bs-dark), #ffffff 80%);
 --bs-primary-border-subtle: color-mix(in srgb, var(--bs-primary), #ffffff 60%);
 --bs-secondary-border-subtle: color-mix(in srgb, var(--bs-secondary), #ffffff 60%);
 --bs-success-border-subtle: color-mix(in srgb, var(--bs-success), #ffffff 60%);
 --bs-info-border-subtle: color-mix(in srgb, var(--bs-info), #ffffff 60%);
 --bs-warning-border-subtle: color-mix(in srgb, var(--bs-warning), #ffffff 60%);
 --bs-danger-border-subtle: color-mix(in srgb, var(--bs-danger), #ffffff 60%);
 --bs-light-border-subtle: color-mix(in srgb, var(--bs-light), #ffffff 60%);
 --bs-dark-border-subtle: color-mix(in srgb, var(--bs-dark), #ffffff 60%);
 --bs-white-rgb: 255, 255, 255;
 --bs-black-rgb: 0, 0, 0;
 --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
 --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
 --bs-body-font-family: var(--bs-font-sans-serif);
 --bs-body-font-size: 1rem;
 --bs-body-font-weight: 400;
 --bs-body-line-height: 1.5;
 --bs-body-color: #212529;
 --bs-body-color-rgb: 33, 37, 41;
 --bs-body-bg: #fff;
 --bs-body-bg-rgb: 255, 255, 255;
 --bs-emphasis-color: #000;
 --bs-emphasis-color-rgb: 0, 0, 0;
 --bs-secondary-color: rgba(33, 37, 41, 0.75);
 --bs-secondary-color-rgb: 33, 37, 41;
 --bs-secondary-bg: #e9ecef;
 --bs-secondary-bg-rgb: 233, 236, 239;
 --bs-tertiary-color: rgba(33, 37, 41, 0.5);
 --bs-tertiary-color-rgb: 33, 37, 41;
 --bs-tertiary-bg: #f8f9fa;
 --bs-tertiary-bg-rgb: 248, 249, 250;
 --bs-heading-color: inherit;
 --bs-link-color: var(--baseLink, #0d6efd);
 --bs-link-color-rgb-default: 13, 110, 253;
 --bs-link-color-rgb: var(--baseLinkRgb, var(--bs-link-color-rgb-default));
 --bs-link-decoration: underline;
 --bs-link-hover-color: color-mix(in sRGB, var(--bs-link-color), #000000 20%);
 --bs-link-hover-color-rgb: 10, 88, 202;
 --bs-code-color: #d63384;
 --bs-highlight-color: #212529;
 --bs-highlight-bg: #fff3cd;
 --bs-border-width: 1px;
 --bs-border-style: solid;
 --bs-border-color: #dee2e6;
 --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
 --bs-border-radius: 0.375rem;
 --bs-border-radius-sm: 0.25rem;
 --bs-border-radius-lg: 0.5rem;
 --bs-border-radius-xl: 1rem;
 --bs-border-radius-xxl: 2rem;
 --bs-border-radius-2xl: var(--bs-border-radius-xxl);
 --bs-border-radius-pill: 50rem;
 --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
 --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
 --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
 --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
 --bs-focus-ring-width: 0.25rem;
 --bs-focus-ring-opacity: 0.25;
 --bs-focus-ring-color: var(--bs-primary-rgb);
 --bs-form-valid-color: var(--bs-success);
 --bs-form-valid-border-color: var(--bs-success);
 --bs-form-invalid-color: var(--bs-danger);
 --bs-form-invalid-border-color: var(--bs-danger);
}
.btn-primary {
 --bs-btn-color: var(--bs-primary-contrast);
 --bs-btn-bg: var(--bs-primary);
 --bs-btn-border-color: var(--bs-primary);
 --bs-btn-hover-color: var(--bs-primary-contrast);
 --bs-btn-hover-bg: color-mix(in srgb, var(--bs-primary), #000000 15%);
 --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-primary), #000000 20%);
 --bs-btn-focus-shadow: color-mix(in srgb, var(--bs-primary), #ffffff 50%);
 --bs-btn-focus-box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--bs-btn-focus-shadow) 50%, #ffffff 50%);
 --bs-btn-active-color: var(--bs-primary-contrast);
 --bs-btn-active-bg: color-mix(in srgb, var(--bs-primary), #000000 20%);
 --bs-btn-active-border-color: color-mix(in srgb, var(--bs-primary), #000000 25%);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-primary-contrast);
 --bs-btn-disabled-bg: var(--bs-primary);
 --bs-btn-disabled-border-color: var(--bs-primary);
}
.btn-secondary {
 --bs-btn-color: var(--bs-secondary-contrast);
 --bs-btn-bg: var(--bs-secondary);
 --bs-btn-border-color: var(--bs-secondary);
 --bs-btn-hover-color: var(--bs-secondary-contrast);
 --bs-btn-hover-bg: color-mix(in srgb, var(--bs-secondary), #000000 15%);
 --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-secondary), #000000 20%);
 --bs-btn-focus-shadow: color-mix(in srgb, var(--bs-secondary), #ffffff 50%);
 --bs-btn-focus-box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--bs-btn-focus-shadow) 50%, #ffffff 50%);
 --bs-btn-active-color: var(--bs-secondary-contrast);
 --bs-btn-active-bg: color-mix(in srgb, var(--bs-secondary), #000000 20%);
 --bs-btn-active-border-color: color-mix(in srgb, var(--bs-secondary), #000000 25%);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-secondary-contrast);
 --bs-btn-disabled-bg: var(--bs-secondary);
 --bs-btn-disabled-border-color: var(--bs-secondary);
}
.btn-success {
 --bs-btn-color: var(--bs-success-contrast);
 --bs-btn-bg: var(--bs-success);
 --bs-btn-border-color: var(--bs-success);
 --bs-btn-hover-color: var(--bs-success-contrast);
 --bs-btn-hover-bg: color-mix(in srgb, var(--bs-success), #000000 15%);
 --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-success), #000000 20%);
 --bs-btn-focus-shadow: color-mix(in srgb, var(--bs-success), #ffffff 50%);
 --bs-btn-focus-box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--bs-btn-focus-shadow) 50%, #ffffff 50%);
 --bs-btn-active-color: var(--bs-success-contrast);
 --bs-btn-active-bg: color-mix(in srgb, var(--bs-success), #000000 20%);
 --bs-btn-active-border-color: color-mix(in srgb, var(--bs-success), #000000 25%);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-success-contrast);
 --bs-btn-disabled-bg: var(--bs-success);
 --bs-btn-disabled-border-color: var(--bs-success);
}
.btn-info {
 --bs-btn-color: var(--bs-info-contrast);
 --bs-btn-bg: var(--bs-info);
 --bs-btn-border-color: var(--bs-info);
 --bs-btn-hover-color: var(--bs-info-contrast);
 --bs-btn-hover-bg: color-mix(in srgb, var(--bs-info), #000000 15%);
 --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-info), #000000 20%);
 --bs-btn-focus-shadow: color-mix(in srgb, var(--bs-info), #ffffff 50%);
 --bs-btn-focus-box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--bs-btn-focus-shadow) 50%, #ffffff 50%);
 --bs-btn-active-color: var(--bs-info-contrast);
 --bs-btn-active-bg: color-mix(in srgb, var(--bs-info), #000000 20%);
 --bs-btn-active-border-color: color-mix(in srgb, var(--bs-info), #000000 25%);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-info-contrast);
 --bs-btn-disabled-bg: var(--bs-info);
 --bs-btn-disabled-border-color: var(--bs-info);
}
.btn-warning {
 --bs-btn-color: var(--bs-warning-contrast);
 --bs-btn-bg: var(--bs-warning);
 --bs-btn-border-color: var(--bs-warning);
 --bs-btn-hover-color: var(--bs-warning-contrast);
 --bs-btn-hover-bg: color-mix(in srgb, var(--bs-warning), #000000 15%);
 --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-warning), #000000 20%);
 --bs-btn-focus-shadow: color-mix(in srgb, var(--bs-warning), #ffffff 50%);
 --bs-btn-focus-box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--bs-btn-focus-shadow) 50%, #ffffff 50%);
 --bs-btn-active-color: var(--bs-warning-contrast);
 --bs-btn-active-bg: color-mix(in srgb, var(--bs-warning), #000000 20%);
 --bs-btn-active-border-color: color-mix(in srgb, var(--bs-warning), #000000 25%);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-warning-contrast);
 --bs-btn-disabled-bg: var(--bs-warning);
 --bs-btn-disabled-border-color: var(--bs-warning);
}
.btn-danger {
 --bs-btn-color: var(--bs-danger-contrast);
 --bs-btn-bg: var(--bs-danger);
 --bs-btn-border-color: var(--bs-danger);
 --bs-btn-hover-color: var(--bs-danger-contrast);
 --bs-btn-hover-bg: color-mix(in srgb, var(--bs-danger), #000000 15%);
 --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-danger), #000000 20%);
 --bs-btn-focus-shadow: color-mix(in srgb, var(--bs-danger), #ffffff 50%);
 --bs-btn-focus-box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--bs-btn-focus-shadow) 50%, #ffffff 50%);
 --bs-btn-active-color: var(--bs-danger-contrast);
 --bs-btn-active-bg: color-mix(in srgb, var(--bs-danger), #000000 20%);
 --bs-btn-active-border-color: color-mix(in srgb, var(--bs-danger), #000000 25%);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-danger-contrast);
 --bs-btn-disabled-bg: var(--bs-danger);
 --bs-btn-disabled-border-color: var(--bs-danger);
}
.btn-outline-primary {
 --bs-btn-color: var(--bs-primary);
 --bs-btn-border-color: var(--bs-primary);
 --bs-btn-hover-color: var(--bs-primary-contrast);
 --bs-btn-hover-bg: var(--bs-primary);
 --bs-btn-hover-border-color: var(--bs-primary);
 --bs-btn-focus-shadow-rgb: var(--bs-primary);
 --bs-btn-active-color: var(--bs-primary-contrast);
 --bs-btn-active-bg: var(--bs-primary);
 --bs-btn-active-border-color: var(--bs-primary);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-primary);
 --bs-btn-disabled-bg: transparent;
 --bs-btn-disabled-border-color: var(--bs-primary);
 --bs-gradient: none;
}
.btn-outline-secondary {
 --bs-btn-color: var(--bs-secondary);
 --bs-btn-border-color: var(--bs-secondary);
 --bs-btn-hover-color: var(--bs-secondary-contrast);
 --bs-btn-hover-bg: var(--bs-secondary);
 --bs-btn-hover-border-color: var(--bs-secondary);
 --bs-btn-focus-shadow-rgb: var(--bs-secondary);
 --bs-btn-active-color: var(--bs-secondary-contrast);
 --bs-btn-active-bg: var(--bs-secondary);
 --bs-btn-active-border-color: var(--bs-secondary);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-secondary);
 --bs-btn-disabled-bg: transparent;
 --bs-btn-disabled-border-color: var(--bs-secondary);
 --bs-gradient: none;
}
.btn-outline-success {
 --bs-btn-color: var(--bs-success);
 --bs-btn-border-color: var(--bs-success);
 --bs-btn-hover-color: var(--bs-success-contrast);
 --bs-btn-hover-bg: var(--bs-success);
 --bs-btn-hover-border-color: var(--bs-success);
 --bs-btn-focus-shadow-rgb: var(--bs-success);
 --bs-btn-active-color: var(--bs-success-contrast);
 --bs-btn-active-bg: var(--bs-success);
 --bs-btn-active-border-color: var(--bs-success);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-success);
 --bs-btn-disabled-bg: transparent;
 --bs-btn-disabled-border-color: var(--bs-success);
 --bs-gradient: none;
}
.btn-outline-info {
 --bs-btn-color: var(--bs-info);
 --bs-btn-border-color: var(--bs-info);
 --bs-btn-hover-color: var(--bs-info-contrast);
 --bs-btn-hover-bg: var(--bs-info);
 --bs-btn-hover-border-color: var(--bs-info);
 --bs-btn-focus-shadow-rgb: var(--bs-info);
 --bs-btn-active-color: var(--bs-info-contrast);
 --bs-btn-active-bg: var(--bs-info);
 --bs-btn-active-border-color: var(--bs-info);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-info);
 --bs-btn-disabled-bg: transparent;
 --bs-btn-disabled-border-color: var(--bs-info);
 --bs-gradient: none;
}
.btn-outline-warning {
 --bs-btn-color: var(--bs-warning);
 --bs-btn-border-color: var(--bs-warning);
 --bs-btn-hover-color: var(--bs-warning-contrast);
 --bs-btn-hover-bg: var(--bs-warning);
 --bs-btn-hover-border-color: var(--bs-warning);
 --bs-btn-focus-shadow-rgb: var(--bs-warning);
 --bs-btn-active-color: var(--bs-warning-contrast);
 --bs-btn-active-bg: var(--bs-warning);
 --bs-btn-active-border-color: var(--bs-warning);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-warning);
 --bs-btn-disabled-bg: transparent;
 --bs-btn-disabled-border-color: var(--bs-warning);
 --bs-gradient: none;
}
.btn-outline-danger {
 --bs-btn-color: var(--bs-danger);
 --bs-btn-border-color: var(--bs-danger);
 --bs-btn-hover-color: var(--bs-danger-contrast);
 --bs-btn-hover-bg: var(--bs-danger);
 --bs-btn-hover-border-color: var(--bs-danger);
 --bs-btn-focus-shadow-rgb: var(--bs-danger);
 --bs-btn-active-color: var(--bs-danger-contrast);
 --bs-btn-active-bg: var(--bs-danger);
 --bs-btn-active-border-color: var(--bs-danger);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: var(--bs-danger);
 --bs-btn-disabled-bg: transparent;
 --bs-btn-disabled-border-color: var(--bs-danger);
 --bs-gradient: none;
}
.btn-link {
 --bs-btn-font-weight: 400;
 --bs-btn-color: var(--bs-link-color);
 --bs-btn-bg: transparent;
 --bs-btn-border-color: transparent;
 --bs-btn-hover-color: var(--bs-link-hover-color);
 --bs-btn-hover-border-color: transparent;
 --bs-btn-active-color: var(--bs-link-hover-color);
 --bs-btn-active-border-color: transparent;
 --bs-btn-disabled-color: var(--bs-secondary);
 --bs-btn-disabled-border-color: transparent;
 --bs-btn-box-shadow: 0 0 0 #000;
 --bs-btn-focus-shadow: color-mix(in srgb, var(--bs-link-color), #ffffff 50%);
 --bs-btn-focus-box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--bs-btn-focus-shadow) 50%, #ffffff 50%);
 text-decoration: underline;
}
.btn-block {
 display: block;
 width: 100%;
}
.alert-info {
 --bs-alert-color: var(--infoContrast);
 --bs-alert-bg: var(--infoMain);
 --bs-alert-border-color: var(--infoMain);
 --bs-alert-link-color: var(--infoLink);
}
.alert-success {
 --bs-alert-color: var(--successContrast);
 --bs-alert-bg: var(--successMain);
 --bs-alert-border-color: var(--successMain);
 --bs-alert-link-color: var(--successLink);
}
.alert-warning {
 --bs-alert-color: var(--warningContrast);
 --bs-alert-bg: var(--warningMain);
 --bs-alert-border-color: var(--warningMain);
 --bs-alert-link-color: var(--warningLink);
}
.alert-warning > *:not(a) {
 color: unset;
}
.alert-danger {
 --bs-alert-color: var(--dangerContrast);
 --bs-alert-bg: var(--dangerMain);
 --bs-alert-border-color: var(--dangerMain);
 --bs-alert-link-color: var(--dangerLink);
}
.bg-info {
 background-color: rgba(var(--infoMainRgb), var(--bs-bg-opacity)) !important;
 color: var(--infoContrast);
}
.bg-success {
 background-color: rgba(var(--successMainRgb), var(--bs-bg-opacity)) !important;
 color: var(--successContrast);
}
.bg-warning {
 background-color: rgba(var(--warningMainRgb), var(--bs-bg-opacity)) !important;
 color: var(--warningContrast);
}
.bg-warning > *:not(a) {
 color: unset;
}
.bg-danger {
 background-color: rgba(var(--dangerMainRgb), var(--bs-bg-opacity)) !important;
 color: var(--dangerContrast);
}
body {
 --bs-body-font-family: var(--pFamily, "Roboto");
 font-family: var(--bs-body-font-family);
 font-size: var(--pSize, 1rem);
 font-weight: var(--pWeight, 400);
 color: var(--pColor);
}
body .fa,
body .fad,
body .fal,
body .far,
body .fas {
 font-family: "Font Awesome 5 Free";
}
body .fab {
 font-family: "Font Awesome 5 Brands";
}
body .breadcrumb {
 --bs-breadcrumb-divider-color: var(--pColor, #6c757d);
}
body .form-control::placeholder {
 color: rgba(var(--baseContrastRgb), 0.5);
}
.formDesign .col-form-label,
.formDesign .form-check-label {
 color: var(--labelColor, --pColor);
}
.formDesign .form-control {
 --bs-body-bg: var(--fieldColor);
 --bs-body-color: var(--fieldColorText);
}
.formDesign .form-control,
.formDesign .form-control:focus {
 border-color: var(--borderColor, --pColor);
 box-shadow: unset;
}
.formDesign .form-control::placeholder {
 color: var(--labelColor, --pColor);
 opacity: 0.75;
}
.formDesign .form-control:focus::placeholder {
 opacity: 0.25;
 transition: opacity 0.1s ease-in-out;
}
.formDesign.corners-sharp {
 --bs-border-radius-lg: 0;
 --bs-border-radius-sm: 0;
 --bs-border-radius-xs: 0;
 --bs-border-radius: 0;
}
.formDesign.labels-center div[ref=component] {
 text-align: center;
}
.formDesign.labels-right div[ref=component] {
 text-align: right;
}
.formDesign.labels-inset .form-group {
 position: relative;
}
.formDesign.labels-inset .col-form-label {
 position: absolute;
 margin-left: 1rem;
 z-index: 1;
 left: 0;
 pointer-events: none;
 transform-origin: 0 0;
 transition: transform 0.1s ease-in-out;
}
.formDesign.labels-inset .form-control {
 padding-top: 1.5rem;
 padding-bottom: 0.375rem;
}
.formDesign.labels-inset div[ref=component]:has(> div[ref=element] > .form-control:focus) .col-form-label {
 transform: scale(0.75);
}

:root,[data-ec-variant="0"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #526276;--baseLinkRgb: 82, 98, 118;--primaryMain: #526276;--primaryMainRgb: 82, 98, 118;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #a5c8c2;--primaryLinkRgb: 165, 200, 194;--secondaryMain: #526276;--secondaryMainRgb: 82, 98, 118;--secondaryContrast: #FFFFFF;--secondaryContrastRgb: 255, 255, 255;--secondaryLink: #a5c8c2;--secondaryLinkRgb: 165, 200, 194;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #0d6efd;--successLinkRgb: 13, 110, 253;--dangerMain: #dc3545;--dangerMainRgb: 220, 53, 69;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #0d6efd;--dangerLinkRgb: 13, 110, 253;--warningMain: #ffc107;--warningMainRgb: 255, 193, 7;--warningContrast: #000000;--warningContrastRgb: 0, 0, 0;--warningLink: #0d6efd;--warningLinkRgb: 13, 110, 253;--infoMain: #0dcaf0;--infoMainRgb: 13, 202, 240;--infoContrast: #000000;--infoContrastRgb: 0, 0, 0;--infoLink: #0d6efd;--infoLinkRgb: 13, 110, 253;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 16px;--h1Family: playfairdisplay;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: playfairdisplay;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: playfairdisplay;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: playfairdisplay;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: playfairdisplay;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: playfairdisplay;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: playfairdisplay;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: playfairdisplay;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: playfairdisplay;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: playfairdisplay;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: roboto;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: roboto;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: roboto;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: roboto;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: roboto;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: roboto;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 700;}[data-ec-variant="1"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #0d6efd;--baseLinkRgb: 13, 110, 253;--primaryMain: #0d6efd;--primaryMainRgb: 13, 110, 253;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #6c757d;--primaryLinkRgb: 108, 117, 125;--secondaryMain: #6c757d;--secondaryMainRgb: 108, 117, 125;--secondaryContrast: #FFFFFF;--secondaryContrastRgb: 255, 255, 255;--secondaryLink: #0d6efd;--secondaryLinkRgb: 13, 110, 253;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #0d6efd;--successLinkRgb: 13, 110, 253;--dangerMain: #dc3545;--dangerMainRgb: 220, 53, 69;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #0d6efd;--dangerLinkRgb: 13, 110, 253;--warningMain: #ffc107;--warningMainRgb: 255, 193, 7;--warningContrast: #000000;--warningContrastRgb: 0, 0, 0;--warningLink: #0d6efd;--warningLinkRgb: 13, 110, 253;--infoMain: #0dcaf0;--infoMainRgb: 13, 202, 240;--infoContrast: #000000;--infoContrastRgb: 0, 0, 0;--infoLink: #0d6efd;--infoLinkRgb: 13, 110, 253;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 25.6px;--h1Family: segoe-ui;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: segoe-ui;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: segoe-ui;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: segoe-ui;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: segoe-ui;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: segoe-ui;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: segoe-ui;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: segoe-ui;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: segoe-ui;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: segoe-ui;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: segoe-ui;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: segoe-ui;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: segoe-ui;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: segoe-ui;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: segoe-ui;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: segoe-ui;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 700;}[data-ec-variant="2"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #0d6efd;--baseLinkRgb: 13, 110, 253;--primaryMain: #0d6efd;--primaryMainRgb: 13, 110, 253;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #6c757d;--primaryLinkRgb: 108, 117, 125;--secondaryMain: #6c757d;--secondaryMainRgb: 108, 117, 125;--secondaryContrast: #FFFFFF;--secondaryContrastRgb: 255, 255, 255;--secondaryLink: #0d6efd;--secondaryLinkRgb: 13, 110, 253;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #0d6efd;--successLinkRgb: 13, 110, 253;--dangerMain: #dc3545;--dangerMainRgb: 220, 53, 69;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #0d6efd;--dangerLinkRgb: 13, 110, 253;--warningMain: #ffc107;--warningMainRgb: 255, 193, 7;--warningContrast: #000000;--warningContrastRgb: 0, 0, 0;--warningLink: #0d6efd;--warningLinkRgb: 13, 110, 253;--infoMain: #0dcaf0;--infoMainRgb: 13, 202, 240;--infoContrast: #000000;--infoContrastRgb: 0, 0, 0;--infoLink: #0d6efd;--infoLinkRgb: 13, 110, 253;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 25.6px;--h1Family: segoe-ui;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: segoe-ui;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: segoe-ui;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: segoe-ui;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: segoe-ui;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: segoe-ui;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: segoe-ui;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: segoe-ui;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: segoe-ui;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: segoe-ui;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: segoe-ui;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: segoe-ui;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: segoe-ui;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: segoe-ui;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: segoe-ui;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: segoe-ui;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 700;}[data-ec-variant="3"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #0d6efd;--baseLinkRgb: 13, 110, 253;--primaryMain: #0d6efd;--primaryMainRgb: 13, 110, 253;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #6c757d;--primaryLinkRgb: 108, 117, 125;--secondaryMain: #6c757d;--secondaryMainRgb: 108, 117, 125;--secondaryContrast: #FFFFFF;--secondaryContrastRgb: 255, 255, 255;--secondaryLink: #0d6efd;--secondaryLinkRgb: 13, 110, 253;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #0d6efd;--successLinkRgb: 13, 110, 253;--dangerMain: #dc3545;--dangerMainRgb: 220, 53, 69;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #0d6efd;--dangerLinkRgb: 13, 110, 253;--warningMain: #ffc107;--warningMainRgb: 255, 193, 7;--warningContrast: #000000;--warningContrastRgb: 0, 0, 0;--warningLink: #0d6efd;--warningLinkRgb: 13, 110, 253;--infoMain: #0dcaf0;--infoMainRgb: 13, 202, 240;--infoContrast: #000000;--infoContrastRgb: 0, 0, 0;--infoLink: #0d6efd;--infoLinkRgb: 13, 110, 253;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 25.6px;--h1Family: segoe-ui;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: segoe-ui;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: segoe-ui;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: segoe-ui;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: segoe-ui;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: segoe-ui;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: segoe-ui;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: segoe-ui;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: segoe-ui;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: segoe-ui;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: segoe-ui;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: segoe-ui;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: segoe-ui;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: segoe-ui;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: segoe-ui;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: segoe-ui;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 700;}[data-ec-variant="4"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #0d6efd;--baseLinkRgb: 13, 110, 253;--primaryMain: #0d6efd;--primaryMainRgb: 13, 110, 253;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #6c757d;--primaryLinkRgb: 108, 117, 125;--secondaryMain: #6c757d;--secondaryMainRgb: 108, 117, 125;--secondaryContrast: #FFFFFF;--secondaryContrastRgb: 255, 255, 255;--secondaryLink: #0d6efd;--secondaryLinkRgb: 13, 110, 253;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #0d6efd;--successLinkRgb: 13, 110, 253;--dangerMain: #dc3545;--dangerMainRgb: 220, 53, 69;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #0d6efd;--dangerLinkRgb: 13, 110, 253;--warningMain: #ffc107;--warningMainRgb: 255, 193, 7;--warningContrast: #000000;--warningContrastRgb: 0, 0, 0;--warningLink: #0d6efd;--warningLinkRgb: 13, 110, 253;--infoMain: #0dcaf0;--infoMainRgb: 13, 202, 240;--infoContrast: #000000;--infoContrastRgb: 0, 0, 0;--infoLink: #0d6efd;--infoLinkRgb: 13, 110, 253;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 25.6px;--h1Family: segoe-ui;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: segoe-ui;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: segoe-ui;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: segoe-ui;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: segoe-ui;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: segoe-ui;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: segoe-ui;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: segoe-ui;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: segoe-ui;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: segoe-ui;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: segoe-ui;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: segoe-ui;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: segoe-ui;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: segoe-ui;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: segoe-ui;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: segoe-ui;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 700;}[data-ec-variant="5"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #0d6efd;--baseLinkRgb: 13, 110, 253;--primaryMain: #0d6efd;--primaryMainRgb: 13, 110, 253;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #6c757d;--primaryLinkRgb: 108, 117, 125;--secondaryMain: #6c757d;--secondaryMainRgb: 108, 117, 125;--secondaryContrast: #FFFFFF;--secondaryContrastRgb: 255, 255, 255;--secondaryLink: #0d6efd;--secondaryLinkRgb: 13, 110, 253;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #0d6efd;--successLinkRgb: 13, 110, 253;--dangerMain: #dc3545;--dangerMainRgb: 220, 53, 69;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #0d6efd;--dangerLinkRgb: 13, 110, 253;--warningMain: #ffc107;--warningMainRgb: 255, 193, 7;--warningContrast: #000000;--warningContrastRgb: 0, 0, 0;--warningLink: #0d6efd;--warningLinkRgb: 13, 110, 253;--infoMain: #0dcaf0;--infoMainRgb: 13, 202, 240;--infoContrast: #000000;--infoContrastRgb: 0, 0, 0;--infoLink: #0d6efd;--infoLinkRgb: 13, 110, 253;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 25.6px;--h1Family: segoe-ui;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: segoe-ui;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: segoe-ui;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: segoe-ui;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: segoe-ui;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: segoe-ui;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: segoe-ui;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: segoe-ui;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: segoe-ui;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: segoe-ui;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: segoe-ui;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: segoe-ui;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: segoe-ui;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: segoe-ui;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: segoe-ui;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: segoe-ui;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 700;}[data-ec-variant="6"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #0d6efd;--baseLinkRgb: 13, 110, 253;--primaryMain: #0d6efd;--primaryMainRgb: 13, 110, 253;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #6c757d;--primaryLinkRgb: 108, 117, 125;--secondaryMain: #6c757d;--secondaryMainRgb: 108, 117, 125;--secondaryContrast: #FFFFFF;--secondaryContrastRgb: 255, 255, 255;--secondaryLink: #0d6efd;--secondaryLinkRgb: 13, 110, 253;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #0d6efd;--successLinkRgb: 13, 110, 253;--dangerMain: #dc3545;--dangerMainRgb: 220, 53, 69;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #0d6efd;--dangerLinkRgb: 13, 110, 253;--warningMain: #ffc107;--warningMainRgb: 255, 193, 7;--warningContrast: #000000;--warningContrastRgb: 0, 0, 0;--warningLink: #0d6efd;--warningLinkRgb: 13, 110, 253;--infoMain: #0dcaf0;--infoMainRgb: 13, 202, 240;--infoContrast: #000000;--infoContrastRgb: 0, 0, 0;--infoLink: #0d6efd;--infoLinkRgb: 13, 110, 253;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 25.6px;--h1Family: segoe-ui;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: segoe-ui;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: segoe-ui;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: segoe-ui;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: segoe-ui;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: segoe-ui;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: segoe-ui;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: segoe-ui;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: segoe-ui;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: segoe-ui;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: segoe-ui;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: segoe-ui;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: segoe-ui;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: segoe-ui;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: segoe-ui;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: segoe-ui;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 700;}[data-ec-variant="7"] {--baseMain: #FFFFFF;--baseMainRgb: 255, 255, 255;--baseContrast: #212529;--baseContrastRgb: 33, 37, 41;--baseLink: #0d6efd;--baseLinkRgb: 13, 110, 253;--primaryMain: #0d6efd;--primaryMainRgb: 13, 110, 253;--primaryContrast: #FFFFFF;--primaryContrastRgb: 255, 255, 255;--primaryLink: #6c757d;--primaryLinkRgb: 108, 117, 125;--secondaryMain: #6c757d;--secondaryMainRgb: 108, 117, 125;--secondaryContrast: #FFFFFF;--secondaryContrastRgb: 255, 255, 255;--secondaryLink: #0d6efd;--secondaryLinkRgb: 13, 110, 253;--successMain: #198754;--successMainRgb: 25, 135, 84;--successContrast: #FFFFFF;--successContrastRgb: 255, 255, 255;--successLink: #0d6efd;--successLinkRgb: 13, 110, 253;--dangerMain: #dc3545;--dangerMainRgb: 220, 53, 69;--dangerContrast: #FFFFFF;--dangerContrastRgb: 255, 255, 255;--dangerLink: #0d6efd;--dangerLinkRgb: 13, 110, 253;--warningMain: #ffc107;--warningMainRgb: 255, 193, 7;--warningContrast: #000000;--warningContrastRgb: 0, 0, 0;--warningLink: #0d6efd;--warningLinkRgb: 13, 110, 253;--infoMain: #0dcaf0;--infoMainRgb: 13, 202, 240;--infoContrast: #000000;--infoContrastRgb: 0, 0, 0;--infoLink: #0d6efd;--infoLinkRgb: 13, 110, 253;--ulListStyle: disc;--olListStyle: decimal;--innerBackground: var(--baseMain);--outerBackground: var(--baseMain);--ecInnerBackground: var(--baseMain);--ecOuterBackground: var(--baseMain);--baseSize: 25.6px;--h1Family: segoe-ui;--h1Size: 2.5rem;--h1Color: var(--baseContrast);--h1Weight: 400;--h1BoldFamily: segoe-ui;--h1BoldSize: 2.5rem;--h1BoldColor: var(--baseContrast);--h1BoldWeight: 700;--h2Family: segoe-ui;--h2Size: 2rem;--h2Color: var(--baseContrast);--h2Weight: 400;--h2BoldFamily: segoe-ui;--h2BoldSize: 2rem;--h2BoldColor: var(--baseContrast);--h2BoldWeight: 700;--h3Family: segoe-ui;--h3Size: 1.75rem;--h3Color: var(--baseContrast);--h3Weight: 400;--h3BoldFamily: segoe-ui;--h3BoldSize: 1.75rem;--h3BoldColor: var(--baseContrast);--h3BoldWeight: 700;--h4Family: segoe-ui;--h4Size: 1.5rem;--h4Color: var(--baseContrast);--h4Weight: 400;--h4BoldFamily: segoe-ui;--h4BoldSize: 1.5rem;--h4BoldColor: var(--baseContrast);--h4BoldWeight: 700;--h5Family: segoe-ui;--h5Size: 1.25rem;--h5Color: var(--baseContrast);--h5Weight: 400;--h5BoldFamily: segoe-ui;--h5BoldSize: 1.25rem;--h5BoldColor: var(--baseContrast);--h5BoldWeight: 700;--h6Family: segoe-ui;--h6Size: 1rem;--h6Color: var(--baseContrast);--h6Weight: 400;--h6BoldFamily: segoe-ui;--h6BoldSize: 1rem;--h6BoldColor: var(--baseContrast);--h6BoldWeight: 700;--pFamily: segoe-ui;--pSize: 1rem;--pColor: var(--baseContrast);--pWeight: 400;--pBoldFamily: segoe-ui;--pBoldSize: 1rem;--pBoldColor: var(--baseContrast);--pBoldWeight: 700;--aFamily: segoe-ui;--aSize: 1rem;--aColor: var(--baseLink);--aWeight: 400;--aBoldFamily: segoe-ui;--aBoldSize: 1rem;--aBoldColor: var(--baseLink);--aBoldWeight: 700;}[data-ec-variant="0"] {color: var(--baseContrast, #000000);--bs-body-font-family: var(--pFamily, "Roboto");font-family: var(--bs-body-font-family);font-size: var(--pSize, 1rem);font-weight: var(--pWeight, 400);}[data-ec-variant="1"] {color: var(--baseContrast, #000000);--bs-body-font-family: var(--pFamily, "Roboto");font-family: var(--bs-body-font-family);font-size: var(--pSize, 1rem);font-weight: var(--pWeight, 400);}[data-ec-variant="2"] {color: var(--baseContrast, #000000);--bs-body-font-family: var(--pFamily, "Roboto");font-family: var(--bs-body-font-family);font-size: var(--pSize, 1rem);font-weight: var(--pWeight, 400);}[data-ec-variant="3"] {color: var(--baseContrast, #000000);--bs-body-font-family: var(--pFamily, "Roboto");font-family: var(--bs-body-font-family);font-size: var(--pSize, 1rem);font-weight: var(--pWeight, 400);}[data-ec-variant="4"] {color: var(--baseContrast, #000000);--bs-body-font-family: var(--pFamily, "Roboto");font-family: var(--bs-body-font-family);font-size: var(--pSize, 1rem);font-weight: var(--pWeight, 400);}[data-ec-variant="5"] {color: var(--baseContrast, #000000);--bs-body-font-family: var(--pFamily, "Roboto");font-family: var(--bs-body-font-family);font-size: var(--pSize, 1rem);font-weight: var(--pWeight, 400);}[data-ec-variant="6"] {color: var(--baseContrast, #000000);--bs-body-font-family: var(--pFamily, "Roboto");font-family: var(--bs-body-font-family);font-size: var(--pSize, 1rem);font-weight: var(--pWeight, 400);}[data-ec-variant="7"] {color: var(--baseContrast, #000000);--bs-body-font-family: var(--pFamily, "Roboto");font-family: var(--bs-body-font-family);font-size: var(--pSize, 1rem);font-weight: var(--pWeight, 400);}@font-face {
 font-family: 'playfairdisplay';
 font-style: normal;
 font-weight: 400;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-400.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-400.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-400.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-400.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-400.svg')
 format('svg');
}
@font-face {
 font-family: 'playfairdisplay';
 font-style: normal;
 font-weight: 700;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-700.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-700.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-700.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-700.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/playfairdisplay-700.svg')
 format('svg');
}
@font-face {
 font-family: 'roboto';
 font-style: normal;
 font-weight: 400;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/roboto-400.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/roboto-400.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/roboto-400.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/roboto-400.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/roboto-400.svg')
 format('svg');
}
@font-face {
 font-family: 'roboto';
 font-style: normal;
 font-weight: 700;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/roboto-700.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/roboto-700.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/roboto-700.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/roboto-700.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/roboto-700.svg')
 format('svg');
}
@font-face {
 font-family: 'segoe-ui';
 font-style: normal;
 font-weight: 400;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-400.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-400.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-400.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-400.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-400.svg')
 format('svg');
}
@font-face {
 font-family: 'segoe-ui';
 font-style: normal;
 font-weight: 700;
 /* IE9 v kompatibilním rezimu: */
 src: url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-700.eot');
 src:
 /* IE6-IE8: */
 url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-700.eot?#iefix')
 format('embedded-opentype'),
 /* Vsechny moderní prohlízece: */
 url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-700.woff')
 format('woff'),
 /* Starsí Safari, Android, iOS: */
 url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-700.ttf')
 format('truetype'),
 /* iOS 4.3 a starsí */
 url('https://cdn.polyweb.cz/asset/fonts/segoe-ui-700.svg')
 format('svg');
}.text-base-main {
color: var(--baseMain, #FFFFFF) !important;
}
.link-base-main {
--link-color: var(--baseMain, #FFFFFF);
}
.text-base-contrast {
color: var(--baseContrast, #212529) !important;
}
.link-base-contrast {
--link-color: var(--baseContrast, #212529);
}
.text-base-link {
color: var(--baseLink, #0d6efd) !important;
}
.link-base-link {
--link-color: var(--baseLink, #0d6efd);
}
.text-primary-main {
color: var(--primaryMain, #0d6efd) !important;
}
.link-primary-main {
--link-color: var(--primaryMain, #0d6efd);
}
.text-primary-contrast {
color: var(--primaryContrast, #FFFFFF) !important;
}
.link-primary-contrast {
--link-color: var(--primaryContrast, #FFFFFF);
}
.text-primary-link {
color: var(--primaryLink, #6c757d) !important;
}
.link-primary-link {
--link-color: var(--primaryLink, #6c757d);
}
.text-secondary-main {
color: var(--secondaryMain, #6c757d) !important;
}
.link-secondary-main {
--link-color: var(--secondaryMain, #6c757d);
}
.text-secondary-contrast {
color: var(--secondaryContrast, #FFFFFF) !important;
}
.link-secondary-contrast {
--link-color: var(--secondaryContrast, #FFFFFF);
}
.text-secondary-link {
color: var(--secondaryLink, #0d6efd) !important;
}
.link-secondary-link {
--link-color: var(--secondaryLink, #0d6efd);
}
.text-success-main {
color: var(--successMain, #198754) !important;
}
.link-success-main {
--link-color: var(--successMain, #198754);
}
.text-success-contrast {
color: var(--successContrast, #FFFFFF) !important;
}
.link-success-contrast {
--link-color: var(--successContrast, #FFFFFF);
}
.text-success-link {
color: var(--successLink, #0d6efd) !important;
}
.link-success-link {
--link-color: var(--successLink, #0d6efd);
}
.text-danger-main {
color: var(--dangerMain, #dc3545) !important;
}
.link-danger-main {
--link-color: var(--dangerMain, #dc3545);
}
.text-danger-contrast {
color: var(--dangerContrast, #FFFFFF) !important;
}
.link-danger-contrast {
--link-color: var(--dangerContrast, #FFFFFF);
}
.text-danger-link {
color: var(--dangerLink, #0d6efd) !important;
}
.link-danger-link {
--link-color: var(--dangerLink, #0d6efd);
}
.text-warning-main {
color: var(--warningMain, #ffc107) !important;
}
.link-warning-main {
--link-color: var(--warningMain, #ffc107);
}
.text-warning-contrast {
color: var(--warningContrast, #000000) !important;
}
.link-warning-contrast {
--link-color: var(--warningContrast, #000000);
}
.text-warning-link {
color: var(--warningLink, #0d6efd) !important;
}
.link-warning-link {
--link-color: var(--warningLink, #0d6efd);
}
.text-info-main {
color: var(--infoMain, #0dcaf0) !important;
}
.link-info-main {
--link-color: var(--infoMain, #0dcaf0);
}
.text-info-contrast {
color: var(--infoContrast, #000000) !important;
}
.link-info-contrast {
--link-color: var(--infoContrast, #000000);
}
.text-info-link {
color: var(--infoLink, #0d6efd) !important;
}
.link-info-link {
--link-color: var(--infoLink, #0d6efd);
}[data-ec-variant="0"] .btn-own-1, body [data-ec-variant="0"] .btn-own-1 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #526276; --bs-btn-border-color: #2f343b; --bs-btn-hover-color: #a5c8c2; --bs-btn-hover-bg: #2f343b; --bs-btn-hover-border-color: #526276; --bs-btn-active-color: #a5c8c2; --bs-btn-active-bg: #526276; --bs-btn-active-border-color: #2f343b; --bs-btn-disabled-color: #a5c8c2; --bs-btn-disabled-bg: #6c757d; --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-1:hover, body [data-ec-variant="0"] .btn-own-1:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .position-relative:has(.stretched-link):hover .btn-own-1, body [data-ec-variant="0"] .position-relative:has(.stretched-link):hover .btn-own-1 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-1:active, [data-ec-variant="0"] .btn-own-1.active, body [data-ec-variant="0"] .btn-own-1:active, body [data-ec-variant="0"] .btn-own-1.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-1:disabled, [data-ec-variant="0"] .btn-own-1.disabled, body [data-ec-variant="0"] .btn-own-1:disabled, body [data-ec-variant="0"] .btn-own-1.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-2, body [data-ec-variant="0"] .btn-own-2 { --bs-btn-color: #a5c8c2; --bs-btn-bg: #6c757d; --bs-btn-border-color: #6c757d; --bs-btn-hover-color: #a5c8c2; --bs-btn-hover-bg: #5c636a; --bs-btn-hover-border-color: #565e64; --bs-btn-active-color: #a5c8c2; --bs-btn-active-bg: #565e64; --bs-btn-active-border-color: #51585e; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: ; --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-2:hover, body [data-ec-variant="0"] .btn-own-2:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .position-relative:has(.stretched-link):hover .btn-own-2, body [data-ec-variant="0"] .position-relative:has(.stretched-link):hover .btn-own-2 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-2:active, [data-ec-variant="0"] .btn-own-2.active, body [data-ec-variant="0"] .btn-own-2:active, body [data-ec-variant="0"] .btn-own-2.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-2:disabled, [data-ec-variant="0"] .btn-own-2.disabled, body [data-ec-variant="0"] .btn-own-2:disabled, body [data-ec-variant="0"] .btn-own-2.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 41px; }[data-ec-variant="0"] .btn-own-3, body [data-ec-variant="0"] .btn-own-3 { --bs-btn-color: #31373f; --bs-btn-bg: #FFFFFF; --bs-btn-border-color: #526276; --bs-btn-hover-color: #526276; --bs-btn-hover-bg: #ffffff; --bs-btn-hover-border-color: #526276; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #526276; --bs-btn-active-border-color: #31373f; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: ; --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-3:hover, body [data-ec-variant="0"] .btn-own-3:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .position-relative:has(.stretched-link):hover .btn-own-3, body [data-ec-variant="0"] .position-relative:has(.stretched-link):hover .btn-own-3 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-3:active, [data-ec-variant="0"] .btn-own-3.active, body [data-ec-variant="0"] .btn-own-3:active, body [data-ec-variant="0"] .btn-own-3.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="0"] .btn-own-3:disabled, [data-ec-variant="0"] .btn-own-3.disabled, body [data-ec-variant="0"] .btn-own-3:disabled, body [data-ec-variant="0"] .btn-own-3.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 40px; }[data-ec-variant="1"] .btn-own-1, body [data-ec-variant="1"] .btn-own-1 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #0d6efd; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0b5ed7; --bs-btn-hover-border-color: #0a58ca; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-1:hover, body [data-ec-variant="1"] .btn-own-1:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .position-relative:has(.stretched-link):hover .btn-own-1, body [data-ec-variant="1"] .position-relative:has(.stretched-link):hover .btn-own-1 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-1:active, [data-ec-variant="1"] .btn-own-1.active, body [data-ec-variant="1"] .btn-own-1:active, body [data-ec-variant="1"] .btn-own-1.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-1:disabled, [data-ec-variant="1"] .btn-own-1.disabled, body [data-ec-variant="1"] .btn-own-1:disabled, body [data-ec-variant="1"] .btn-own-1.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-2, body [data-ec-variant="1"] .btn-own-2 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #6c757d; --bs-btn-border-color: #6c757d; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #5c636a; --bs-btn-hover-border-color: #565e64; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #565e64; --bs-btn-active-border-color: #51585e; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-2:hover, body [data-ec-variant="1"] .btn-own-2:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .position-relative:has(.stretched-link):hover .btn-own-2, body [data-ec-variant="1"] .position-relative:has(.stretched-link):hover .btn-own-2 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-2:active, [data-ec-variant="1"] .btn-own-2.active, body [data-ec-variant="1"] .btn-own-2:active, body [data-ec-variant="1"] .btn-own-2.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-2:disabled, [data-ec-variant="1"] .btn-own-2.disabled, body [data-ec-variant="1"] .btn-own-2:disabled, body [data-ec-variant="1"] .btn-own-2.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-3, body [data-ec-variant="1"] .btn-own-3 { --bs-btn-color: #0d6efd; --bs-btn-bg: #FFFFFF; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0d6efd; --bs-btn-hover-border-color: #0d6efd; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-3:hover, body [data-ec-variant="1"] .btn-own-3:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .position-relative:has(.stretched-link):hover .btn-own-3, body [data-ec-variant="1"] .position-relative:has(.stretched-link):hover .btn-own-3 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-3:active, [data-ec-variant="1"] .btn-own-3.active, body [data-ec-variant="1"] .btn-own-3:active, body [data-ec-variant="1"] .btn-own-3.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="1"] .btn-own-3:disabled, [data-ec-variant="1"] .btn-own-3.disabled, body [data-ec-variant="1"] .btn-own-3:disabled, body [data-ec-variant="1"] .btn-own-3.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-1, body [data-ec-variant="2"] .btn-own-1 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #0d6efd; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0b5ed7; --bs-btn-hover-border-color: #0a58ca; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-1:hover, body [data-ec-variant="2"] .btn-own-1:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .position-relative:has(.stretched-link):hover .btn-own-1, body [data-ec-variant="2"] .position-relative:has(.stretched-link):hover .btn-own-1 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-1:active, [data-ec-variant="2"] .btn-own-1.active, body [data-ec-variant="2"] .btn-own-1:active, body [data-ec-variant="2"] .btn-own-1.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-1:disabled, [data-ec-variant="2"] .btn-own-1.disabled, body [data-ec-variant="2"] .btn-own-1:disabled, body [data-ec-variant="2"] .btn-own-1.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-2, body [data-ec-variant="2"] .btn-own-2 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #6c757d; --bs-btn-border-color: #6c757d; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #5c636a; --bs-btn-hover-border-color: #565e64; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #565e64; --bs-btn-active-border-color: #51585e; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-2:hover, body [data-ec-variant="2"] .btn-own-2:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .position-relative:has(.stretched-link):hover .btn-own-2, body [data-ec-variant="2"] .position-relative:has(.stretched-link):hover .btn-own-2 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-2:active, [data-ec-variant="2"] .btn-own-2.active, body [data-ec-variant="2"] .btn-own-2:active, body [data-ec-variant="2"] .btn-own-2.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-2:disabled, [data-ec-variant="2"] .btn-own-2.disabled, body [data-ec-variant="2"] .btn-own-2:disabled, body [data-ec-variant="2"] .btn-own-2.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-3, body [data-ec-variant="2"] .btn-own-3 { --bs-btn-color: #0d6efd; --bs-btn-bg: #FFFFFF; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0d6efd; --bs-btn-hover-border-color: #0d6efd; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-3:hover, body [data-ec-variant="2"] .btn-own-3:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .position-relative:has(.stretched-link):hover .btn-own-3, body [data-ec-variant="2"] .position-relative:has(.stretched-link):hover .btn-own-3 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-3:active, [data-ec-variant="2"] .btn-own-3.active, body [data-ec-variant="2"] .btn-own-3:active, body [data-ec-variant="2"] .btn-own-3.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="2"] .btn-own-3:disabled, [data-ec-variant="2"] .btn-own-3.disabled, body [data-ec-variant="2"] .btn-own-3:disabled, body [data-ec-variant="2"] .btn-own-3.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-1, body [data-ec-variant="3"] .btn-own-1 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #0d6efd; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0b5ed7; --bs-btn-hover-border-color: #0a58ca; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-1:hover, body [data-ec-variant="3"] .btn-own-1:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .position-relative:has(.stretched-link):hover .btn-own-1, body [data-ec-variant="3"] .position-relative:has(.stretched-link):hover .btn-own-1 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-1:active, [data-ec-variant="3"] .btn-own-1.active, body [data-ec-variant="3"] .btn-own-1:active, body [data-ec-variant="3"] .btn-own-1.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-1:disabled, [data-ec-variant="3"] .btn-own-1.disabled, body [data-ec-variant="3"] .btn-own-1:disabled, body [data-ec-variant="3"] .btn-own-1.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-2, body [data-ec-variant="3"] .btn-own-2 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #6c757d; --bs-btn-border-color: #6c757d; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #5c636a; --bs-btn-hover-border-color: #565e64; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #565e64; --bs-btn-active-border-color: #51585e; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-2:hover, body [data-ec-variant="3"] .btn-own-2:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .position-relative:has(.stretched-link):hover .btn-own-2, body [data-ec-variant="3"] .position-relative:has(.stretched-link):hover .btn-own-2 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-2:active, [data-ec-variant="3"] .btn-own-2.active, body [data-ec-variant="3"] .btn-own-2:active, body [data-ec-variant="3"] .btn-own-2.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-2:disabled, [data-ec-variant="3"] .btn-own-2.disabled, body [data-ec-variant="3"] .btn-own-2:disabled, body [data-ec-variant="3"] .btn-own-2.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-3, body [data-ec-variant="3"] .btn-own-3 { --bs-btn-color: #0d6efd; --bs-btn-bg: #FFFFFF; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0d6efd; --bs-btn-hover-border-color: #0d6efd; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-3:hover, body [data-ec-variant="3"] .btn-own-3:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .position-relative:has(.stretched-link):hover .btn-own-3, body [data-ec-variant="3"] .position-relative:has(.stretched-link):hover .btn-own-3 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-3:active, [data-ec-variant="3"] .btn-own-3.active, body [data-ec-variant="3"] .btn-own-3:active, body [data-ec-variant="3"] .btn-own-3.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="3"] .btn-own-3:disabled, [data-ec-variant="3"] .btn-own-3.disabled, body [data-ec-variant="3"] .btn-own-3:disabled, body [data-ec-variant="3"] .btn-own-3.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-1, body [data-ec-variant="4"] .btn-own-1 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #0d6efd; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0b5ed7; --bs-btn-hover-border-color: #0a58ca; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-1:hover, body [data-ec-variant="4"] .btn-own-1:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .position-relative:has(.stretched-link):hover .btn-own-1, body [data-ec-variant="4"] .position-relative:has(.stretched-link):hover .btn-own-1 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-1:active, [data-ec-variant="4"] .btn-own-1.active, body [data-ec-variant="4"] .btn-own-1:active, body [data-ec-variant="4"] .btn-own-1.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-1:disabled, [data-ec-variant="4"] .btn-own-1.disabled, body [data-ec-variant="4"] .btn-own-1:disabled, body [data-ec-variant="4"] .btn-own-1.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-2, body [data-ec-variant="4"] .btn-own-2 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #6c757d; --bs-btn-border-color: #6c757d; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #5c636a; --bs-btn-hover-border-color: #565e64; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #565e64; --bs-btn-active-border-color: #51585e; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-2:hover, body [data-ec-variant="4"] .btn-own-2:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .position-relative:has(.stretched-link):hover .btn-own-2, body [data-ec-variant="4"] .position-relative:has(.stretched-link):hover .btn-own-2 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-2:active, [data-ec-variant="4"] .btn-own-2.active, body [data-ec-variant="4"] .btn-own-2:active, body [data-ec-variant="4"] .btn-own-2.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-2:disabled, [data-ec-variant="4"] .btn-own-2.disabled, body [data-ec-variant="4"] .btn-own-2:disabled, body [data-ec-variant="4"] .btn-own-2.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-3, body [data-ec-variant="4"] .btn-own-3 { --bs-btn-color: #0d6efd; --bs-btn-bg: #FFFFFF; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0d6efd; --bs-btn-hover-border-color: #0d6efd; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-3:hover, body [data-ec-variant="4"] .btn-own-3:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .position-relative:has(.stretched-link):hover .btn-own-3, body [data-ec-variant="4"] .position-relative:has(.stretched-link):hover .btn-own-3 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-3:active, [data-ec-variant="4"] .btn-own-3.active, body [data-ec-variant="4"] .btn-own-3:active, body [data-ec-variant="4"] .btn-own-3.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="4"] .btn-own-3:disabled, [data-ec-variant="4"] .btn-own-3.disabled, body [data-ec-variant="4"] .btn-own-3:disabled, body [data-ec-variant="4"] .btn-own-3.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-1, body [data-ec-variant="5"] .btn-own-1 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #0d6efd; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0b5ed7; --bs-btn-hover-border-color: #0a58ca; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-1:hover, body [data-ec-variant="5"] .btn-own-1:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .position-relative:has(.stretched-link):hover .btn-own-1, body [data-ec-variant="5"] .position-relative:has(.stretched-link):hover .btn-own-1 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-1:active, [data-ec-variant="5"] .btn-own-1.active, body [data-ec-variant="5"] .btn-own-1:active, body [data-ec-variant="5"] .btn-own-1.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-1:disabled, [data-ec-variant="5"] .btn-own-1.disabled, body [data-ec-variant="5"] .btn-own-1:disabled, body [data-ec-variant="5"] .btn-own-1.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-2, body [data-ec-variant="5"] .btn-own-2 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #6c757d; --bs-btn-border-color: #6c757d; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #5c636a; --bs-btn-hover-border-color: #565e64; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #565e64; --bs-btn-active-border-color: #51585e; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-2:hover, body [data-ec-variant="5"] .btn-own-2:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .position-relative:has(.stretched-link):hover .btn-own-2, body [data-ec-variant="5"] .position-relative:has(.stretched-link):hover .btn-own-2 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-2:active, [data-ec-variant="5"] .btn-own-2.active, body [data-ec-variant="5"] .btn-own-2:active, body [data-ec-variant="5"] .btn-own-2.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-2:disabled, [data-ec-variant="5"] .btn-own-2.disabled, body [data-ec-variant="5"] .btn-own-2:disabled, body [data-ec-variant="5"] .btn-own-2.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-3, body [data-ec-variant="5"] .btn-own-3 { --bs-btn-color: #0d6efd; --bs-btn-bg: #FFFFFF; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0d6efd; --bs-btn-hover-border-color: #0d6efd; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-3:hover, body [data-ec-variant="5"] .btn-own-3:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .position-relative:has(.stretched-link):hover .btn-own-3, body [data-ec-variant="5"] .position-relative:has(.stretched-link):hover .btn-own-3 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-3:active, [data-ec-variant="5"] .btn-own-3.active, body [data-ec-variant="5"] .btn-own-3:active, body [data-ec-variant="5"] .btn-own-3.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="5"] .btn-own-3:disabled, [data-ec-variant="5"] .btn-own-3.disabled, body [data-ec-variant="5"] .btn-own-3:disabled, body [data-ec-variant="5"] .btn-own-3.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-1, body [data-ec-variant="6"] .btn-own-1 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #0d6efd; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0b5ed7; --bs-btn-hover-border-color: #0a58ca; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-1:hover, body [data-ec-variant="6"] .btn-own-1:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .position-relative:has(.stretched-link):hover .btn-own-1, body [data-ec-variant="6"] .position-relative:has(.stretched-link):hover .btn-own-1 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-1:active, [data-ec-variant="6"] .btn-own-1.active, body [data-ec-variant="6"] .btn-own-1:active, body [data-ec-variant="6"] .btn-own-1.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-1:disabled, [data-ec-variant="6"] .btn-own-1.disabled, body [data-ec-variant="6"] .btn-own-1:disabled, body [data-ec-variant="6"] .btn-own-1.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-2, body [data-ec-variant="6"] .btn-own-2 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #6c757d; --bs-btn-border-color: #6c757d; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #5c636a; --bs-btn-hover-border-color: #565e64; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #565e64; --bs-btn-active-border-color: #51585e; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-2:hover, body [data-ec-variant="6"] .btn-own-2:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .position-relative:has(.stretched-link):hover .btn-own-2, body [data-ec-variant="6"] .position-relative:has(.stretched-link):hover .btn-own-2 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-2:active, [data-ec-variant="6"] .btn-own-2.active, body [data-ec-variant="6"] .btn-own-2:active, body [data-ec-variant="6"] .btn-own-2.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-2:disabled, [data-ec-variant="6"] .btn-own-2.disabled, body [data-ec-variant="6"] .btn-own-2:disabled, body [data-ec-variant="6"] .btn-own-2.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-3, body [data-ec-variant="6"] .btn-own-3 { --bs-btn-color: #0d6efd; --bs-btn-bg: #FFFFFF; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0d6efd; --bs-btn-hover-border-color: #0d6efd; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-3:hover, body [data-ec-variant="6"] .btn-own-3:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .position-relative:has(.stretched-link):hover .btn-own-3, body [data-ec-variant="6"] .position-relative:has(.stretched-link):hover .btn-own-3 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-3:active, [data-ec-variant="6"] .btn-own-3.active, body [data-ec-variant="6"] .btn-own-3:active, body [data-ec-variant="6"] .btn-own-3.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="6"] .btn-own-3:disabled, [data-ec-variant="6"] .btn-own-3.disabled, body [data-ec-variant="6"] .btn-own-3:disabled, body [data-ec-variant="6"] .btn-own-3.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-1, body [data-ec-variant="7"] .btn-own-1 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #0d6efd; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0b5ed7; --bs-btn-hover-border-color: #0a58ca; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-1:hover, body [data-ec-variant="7"] .btn-own-1:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .position-relative:has(.stretched-link):hover .btn-own-1, body [data-ec-variant="7"] .position-relative:has(.stretched-link):hover .btn-own-1 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-1:active, [data-ec-variant="7"] .btn-own-1.active, body [data-ec-variant="7"] .btn-own-1:active, body [data-ec-variant="7"] .btn-own-1.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-1:disabled, [data-ec-variant="7"] .btn-own-1.disabled, body [data-ec-variant="7"] .btn-own-1:disabled, body [data-ec-variant="7"] .btn-own-1.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-2, body [data-ec-variant="7"] .btn-own-2 { --bs-btn-color: #FFFFFF; --bs-btn-bg: #6c757d; --bs-btn-border-color: #6c757d; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #5c636a; --bs-btn-hover-border-color: #565e64; --bs-btn-active-color: #EEEEEE; --bs-btn-active-bg: #565e64; --bs-btn-active-border-color: #51585e; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-2:hover, body [data-ec-variant="7"] .btn-own-2:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .position-relative:has(.stretched-link):hover .btn-own-2, body [data-ec-variant="7"] .position-relative:has(.stretched-link):hover .btn-own-2 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-2:active, [data-ec-variant="7"] .btn-own-2.active, body [data-ec-variant="7"] .btn-own-2:active, body [data-ec-variant="7"] .btn-own-2.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-2:disabled, [data-ec-variant="7"] .btn-own-2.disabled, body [data-ec-variant="7"] .btn-own-2:disabled, body [data-ec-variant="7"] .btn-own-2.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-3, body [data-ec-variant="7"] .btn-own-3 { --bs-btn-color: #0d6efd; --bs-btn-bg: #FFFFFF; --bs-btn-border-color: #0d6efd; --bs-btn-hover-color: #FFFFFF; --bs-btn-hover-bg: #0d6efd; --bs-btn-hover-border-color: #0d6efd; --bs-btn-active-color: #FFFFFF; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: var(transparent); --bs-btn-disabled-border-color: #6c757d; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-3:hover, body [data-ec-variant="7"] .btn-own-3:hover { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .position-relative:has(.stretched-link):hover .btn-own-3, body [data-ec-variant="7"] .position-relative:has(.stretched-link):hover .btn-own-3 { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-3:active, [data-ec-variant="7"] .btn-own-3.active, body [data-ec-variant="7"] .btn-own-3:active, body [data-ec-variant="7"] .btn-own-3.active { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }[data-ec-variant="7"] .btn-own-3:disabled, [data-ec-variant="7"] .btn-own-3.disabled, body [data-ec-variant="7"] .btn-own-3:disabled, body [data-ec-variant="7"] .btn-own-3.disabled { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-radius: 4px; }.ecPar ul { list-style-type: var(--ulListStyle, disc); }.ecPar ol { list-style-type: var(--olListStyle, decimal); }.ecComponent-3a460dK6nx {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-BJE6kYP5We {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-BqL5LKJp3N {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-0AdpwVd67m {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-gad64mypx0 {--innerBackground: color-mix(in srgb, #a5c8c2 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-gPm5elApyM {--innerBackground: color-mix(in srgb, #526276 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-laM189e64R {--innerBackground: color-mix(in srgb, var(--ecInnerBackground) 100%, transparent) !important;--outerBackground: color-mix(in srgb, var(--ecOuterBackground) 100%, transparent) !important;}.ecComponent-z835gl31n7 {--innerBackground: color-mix(in srgb, var(--primaryMain) 16%, transparent) !important;--outerBackground: color-mix(in srgb, var(--primaryMain) 0%, transparent) !important;}
.ecTimesGallery {
 position: relative;
 width: 100%;
 height: 70vh;
 min-height: 520px;
 background: #1a1a1a !important;
 overflow: hidden;
 font-family: "Inter", "Segoe UI", sans-serif;
 color: #fff;
}
.ecTimesGallery .tg-slides {
 position: absolute;
 inset: 0;
}
.ecTimesGallery .tg-slide {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 border-radius: 0;
 overflow: hidden;
 cursor: default;
 box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, 0.6);
 transition: left 0.75s cubic-bezier(0.4, 0, 0.2, 1), top 0.75s cubic-bezier(0.4, 0, 0.2, 1), width 0.75s cubic-bezier(0.4, 0, 0.2, 1), height 0.75s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}
.ecTimesGallery .tg-slide picture {
 position: absolute;
 inset: 0;
 display: block;
 width: 100%;
 height: 100%;
}
.ecTimesGallery .tg-slide img,
.ecTimesGallery .tg-slide picture img {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 pointer-events: none;
}
.ecTimesGallery .tg-slide::after {
 content: '';
 position: absolute;
 inset: 0;
 background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
 transition: background 0.75s cubic-bezier(0.4, 0, 0.2, 1);
 pointer-events: none;
}
.ecTimesGallery .tg-slide .tg-content {
 position: absolute;
 left: 14px;
 bottom: 12px;
 z-index: 2;
 width: calc(100% - 28px);
 transition: left 0.75s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}
.ecTimesGallery .tg-slide .tg-place {
 font-size: 13px;
 font-weight: 500;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.ecTimesGallery .tg-slide .tg-place .ecPar {
 font-size: inherit;
 font-weight: inherit;
 margin: 0 !important;
 padding: 0 !important;
}
.ecTimesGallery .tg-slide .tg-title {
 font-size: 20px;
 font-weight: 600;
 line-height: 1.2;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.ecTimesGallery .tg-slide .tg-title .ecPar {
 font-size: inherit;
 font-weight: inherit;
 line-height: inherit;
 margin: 0 !important;
 padding: 0 !important;
}
.ecTimesGallery .tg-slide:not(.tg-active) {
 display: none;
}
.ecTimesGallery.tg-ready .tg-slide.tg-active {
 cursor: default;
 border-radius: 0 !important;
}
.ecTimesGallery.tg-ready .tg-slide.tg-active::after {
 background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 45%, transparent 70%);
}
.ecTimesGallery.tg-ready .tg-slide.tg-active .tg-content {
 left: 60px;
 bottom: 120px;
 width: 50vw;
}
.ecTimesGallery.tg-ready .tg-slide.tg-active .tg-place {
 white-space: normal;
 font-size: 20px;
}
.ecTimesGallery.tg-ready .tg-slide.tg-active .tg-place::before {
 content: '';
 display: block;
 width: 30px;
 height: 4px;
 border-radius: 99px;
 background: var(--tg-line-color, #ffffff);
 opacity: var(--tg-line-opacity, 1);
 margin-bottom: 12px;
}
.ecTimesGallery.tg-ready .tg-slide.tg-active .tg-place .ecPar {
 font-size: inherit;
}
.ecTimesGallery.tg-ready .tg-slide.tg-active .tg-title {
 font-size: clamp(36px, 5vw, 72px);
 font-weight: 700;
 white-space: normal;
 text-overflow: initial;
}
.ecTimesGallery.tg-ready .tg-slide.tg-active .tg-title .ecPar {
 font-size: inherit;
 font-weight: inherit;
}
.ecTimesGallery.tg-ready .tg-slide:not(.tg-active) {
 display: block;
 border-radius: 10px;
 cursor: pointer;
 z-index: 30;
}
.ecTimesGallery .tg-nav {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 height: 70px;
 display: flex;
 align-items: center;
 gap: 16px;
 padding: 0 60px;
 z-index: 40;
 opacity: 0;
 pointer-events: none;
 transition: opacity 0.4s;
}
.ecTimesGallery.tg-ready .tg-nav {
 opacity: 1;
 pointer-events: auto;
}
.ecTimesGallery .tg-btn {
 flex-shrink: 0;
 width: 46px;
 height: 46px;
 border-radius: 50%;
 border: 2px solid rgba(255, 255, 255, 0.4);
 background: transparent;
 color: rgba(255, 255, 255, 0.85);
 display: grid;
 place-items: center;
 cursor: pointer;
 transition: border-color 0.2s, background 0.2s;
}
.ecTimesGallery .tg-btn svg {
 width: 22px;
 height: 22px;
 stroke-width: 2;
}
.ecTimesGallery .tg-btn:hover {
 border-color: rgba(255, 255, 255, 0.9);
 background: rgba(255, 255, 255, 0.15);
}
.ecTimesGallery .tg-progress-wrap {
 flex: 1;
 height: 3px;
 background: rgba(255, 255, 255, 0.2);
 border-radius: 2px;
 overflow: hidden;
}
.ecTimesGallery .tg-bar {
 height: 100%;
 width: 0;
 background: var(--tg-bar-color, #ecad29);
 border-radius: 2px;
}
.ecTimesGallery .tg-slide-num {
 flex-shrink: 0;
 font-size: 28px;
 font-weight: 700;
 min-width: 60px;
 text-align: center;
 line-height: 1;
}
@media (max-width: 767px) {
 .ecTimesGallery {
 height: 70vh;
 min-height: 380px;
 }
 .ecTimesGallery.tg-ready .tg-slide:not(.tg-active) {
 display: none;
 }
 .ecTimesGallery.tg-ready .tg-slide.tg-active .tg-content {
 left: 20px;
 bottom: 86px;
 width: calc(100% - 40px);
 }
 .ecTimesGallery.tg-ready .tg-slide.tg-active .tg-title {
 font-size: clamp(28px, 8vw, 48px);
 }
 .ecTimesGallery .tg-nav {
 padding: 0 16px;
 }
}

.container-fluid .ecActionHeadingParaGrid .picture {
 padding-left: 0;
 padding-right: 0;
}
.container-fluid .ecActionHeadingParaGrid .row {
 --bs-gutter-x: 0;
}
.isEditor .paragraph.ql-container {
 display: block !important;
}
.ecActionHeadingParaGrid {
 position: relative;
}
.ecActionHeadingParaGrid .watermark-image {
 position: absolute;
 opacity: 0.5;
 top: 50%;
 right: 0;
 transform: translateY(-50%);
 height: 100%;
 width: 100%;
 object-fit: cover;
}
.ecActionHeadingParaGrid .paragraph:has(*:empty) {
 display: none;
}
.ecActionHeadingParaGrid .ecContainerWrapper > .container,
.ecActionHeadingParaGrid .ecContainerWrapper > .container-fluid {
 background-color: transparent;
}
.ecActionHeadingParaGrid .ecContainerWrapper {
 background-color: transparent;
}
.ecActionHeadingParaGrid .picture picture,
.ecActionHeadingParaGrid .picture img {
 width: 100%;
 height: 100%;
 aspect-ratio: 16 / 9;
 display: block;
 object-fit: cover;
}
.ecActionHeadingParaGrid .oblique.order-2 {
 clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
@media (max-width: 767px) {
 .ecActionHeadingParaGrid .oblique.order-2 {
 clip-path: polygon(5% 5%, 5% 95%, 95% 95%, 95% 5%);
 }
}
.ecActionHeadingParaGrid .oblique.order-1 {
 clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
@media (max-width: 767px) {
 .ecActionHeadingParaGrid .oblique.order-1 {
 clip-path: polygon(5% 5%, 5% 95%, 95% 95%, 95% 5%);
 }
}
.ecActionHeadingParaGrid .bg-image {
 position: relative;
}
.ecActionHeadingParaGrid .textBlock {
 position: relative;
 z-index: 10;
}

.ecHeadingParaGrid .picture picture,
.ecHeadingParaGrid .picture img {
 width: 100%;
 height: auto;
 display: block;
 object-fit: cover;
}
.ecHeadingParaGrid .feature-item {
 display: flex;
 flex-direction: column;
}
.ecHeadingParaGrid .feature-bar {
 width: 80px;
 height: 8px;
 background-color: var(--primaryMain);
 margin-bottom: 10px;
}

.ecNavbarWithLogo1 {
 --ecNavbarWithLogo1Height: 75px;
}
.ecNavbarWithLogo1.container-fluid {
 padding-left: 0;
 padding-right: 0;
}
.ecNavbarWithLogo1 .embed-responsive picture,
.ecNavbarWithLogo1 .embed-responsive img {
 max-width: 100%;
 max-height: var(--ecNavbarWithLogo1Height);
}
.ecNavbarWithLogo1 .navbar {
 min-height: var(--ecNavbarWithLogo1Height);
 flex-grow: 1;
 align-items: baseline;
}
.ecNavbarWithLogo1 .navbar .navbar-collapse {
 z-index: 100;
 margin-top: 1rem;
}
@media (min-width: 992px) {
 .ecNavbarWithLogo1 .navbar .navbar-collapse {
 margin-top: 0;
 }
}
@media (max-width: 991px) {
 .ecNavbarWithLogo1 .navbar .navbar-collapse {
 position: absolute;
 top: calc(var(--ecNavbarWithLogo1Height) + 15px);
 left: 0;
 z-index: 100000;
 background: #eeeeee80;
 width: 100%;
 padding: 0 10px;
 margin: 0;
 border-radius: 10px;
 transition: padding-top 0.35s ease, padding-bottom 0.35s ease, height 0.35s ease;
 }
 .ecNavbarWithLogo1 .navbar .navbar-collapse.show,
 .ecNavbarWithLogo1 .navbar .navbar-collapse.collapsing {
 padding-top: 10px;
 padding-bottom: 10px;
 }
}
.ecNavbarWithLogo1 .navbar a.nav-link {
 white-space: normal;
}
@media (min-width: 992px) {
 .ecNavbarWithLogo1 .navbar a.nav-link {
 white-space: nowrap;
 }
}
.ecNavbarWithLogo1 .link-cube a.nav-link.active,
.ecNavbarWithLogo1 .link-cube a.nav-link.show {
 background: var(--primaryMain, #fff) !important;
 color: var(--primaryLink, #000) !important;
}
.ecNavbarWithLogo1 .link-cube a.nav-link:hover {
 background: rgba(var(--primaryMainRgb), 0.25);
}
.ecNavbarWithLogo1 .link-only a.nav-link:hover {
 text-decoration: underline;
}
.ecNavbarWithLogo1 .navbar-brand {
 height: var(--ecNavbarWithLogo1Height);
 z-index: 1050;
 flex-shrink: 0;
}
.ecNavbarWithLogo1 .dropdown-menu li:hover > .dropdown-menu {
 display: block;
}

.ecRealtyDetail2 .topHeader {
 margin-bottom: 1rem;
 background-color: #eee;
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
}
.ecRealtyDetail2 .topHeader a {
 text-decoration: none;
}
.ecRealtyDetail2 .topHeader .container {
 min-height: 25vw;
}
.ecRealtyDetail2 .topHeader .container .min-height-ratioBox {
 display: flex;
 flex-direction: column-reverse;
}
.ecRealtyDetail2 .topHeader .container .min-height-ratio {
 position: relative;
 width: 100%;
 display: flex;
 align-items: end;
 justify-content: end;
}
.ecRealtyDetail2 .topHeader .container .min-height-ratio > div {
 display: flex;
 max-width: 85%;
 justify-content: end;
 align-items: flex-end;
 padding: 1rem;
 margin: 1rem 0;
 color: #fff;
 text-decoration: none;
 flex-direction: column;
 text-align: end;
}
.ecRealtyDetail2 .topHeader .container .min-height-ratio > div h1,
.ecRealtyDetail2 .topHeader .container .min-height-ratio > div h2,
.ecRealtyDetail2 .topHeader .container .min-height-ratio > div h3 {
 color: #fff;
 text-transform: uppercase;
 font-size: 2.5em;
 line-height: 160%;
 padding-top: 15px;
 font-weight: bold;
}
.ecRealtyDetail2 .topHeader .infoBoxes {
 display: none;
}
.ecRealtyDetail2 .infoBoxes {
 display: flex;
 gap: 1em;
 font-size: 100%;
 flex-wrap: wrap;
}
.ecRealtyDetail2 .infoBoxes .infoBox {
 background: var(--primaryMain, #888);
 color: #fff;
 padding: 0.5em 1em;
 text-transform: uppercase;
}
.ecRealtyDetail2 .infoBoxes .infoBox.infoBoxPrice {
 text-transform: none;
}
@media (min-width: 576px) {
 .ecRealtyDetail2 .topHeader h1,
 .ecRealtyDetail2 .topHeader h2,
 .ecRealtyDetail2 .topHeader h3 {
 padding-bottom: 15px;
 }
 .ecRealtyDetail2 .topHeader .infoBoxes {
 display: flex;
 }
 .ecRealtyDetail2 .infoBoxes {
 display: none;
 }
}
.ecRealtyDetail2 .photo-gallery-section {
 margin-top: 2rem;
}
.ecRealtyDetail2 .gallery-row {
 display: grid;
 grid-template-columns: 1fr 2fr;
 grid-template-rows: 50% 50%;
 gap: 5px;
 height: 30vh;
 min-height: 400px;
}
.ecRealtyDetail2 .gallery-row .gallery-item {
 display: none;
}
.ecRealtyDetail2 .gallery-row .gallery-item:nth-child(1) {
 grid-column: 1 / 2;
 grid-row: 1 / 2;
}
.ecRealtyDetail2 .gallery-row .gallery-item:nth-child(2) {
 grid-column: 1 / 2;
 grid-row: 2 / 3;
}
.ecRealtyDetail2 .gallery-row .gallery-item:nth-child(3) {
 grid-column: 2 / 3;
 grid-row: 1 / 3;
}
.ecRealtyDetail2 .gallery-row.gallery-row-1 {
 display: none;
}
.ecRealtyDetail2 .gallery-row.gallery-row-2 {
 grid-template-columns: 1fr;
 grid-template-rows: 1fr;
}
.ecRealtyDetail2 .gallery-row.gallery-row-2 .gallery-item {
 display: block;
 width: 100%;
 height: 100%;
}
.ecRealtyDetail2 .gallery-row.gallery-row-2 .gallery-item:nth-child(1) {
 grid-column: 1 / 2;
 grid-row: 1 / 2;
}
.ecRealtyDetail2 .gallery-row.gallery-row-3 {
 grid-template-columns: 1fr 1fr;
 grid-template-rows: 1fr;
}
.ecRealtyDetail2 .gallery-row.gallery-row-3 .gallery-item {
 display: block;
 width: 100%;
 height: 100%;
}
.ecRealtyDetail2 .gallery-row.gallery-row-3 .gallery-item:nth-child(1) {
 grid-column: 1 / 2;
 grid-row: 1 / 2;
}
.ecRealtyDetail2 .gallery-row.gallery-row-3 .gallery-item:nth-child(2) {
 grid-column: 2 / 3;
 grid-row: 1 / 2;
}
.ecRealtyDetail2 .gallery-row .gallery-item {
 display: block;
 overflow: hidden;
 transition: all 0.3s ease;
 height: 100%;
}
.ecRealtyDetail2 .gallery-row .gallery-item:hover {
 opacity: 0.9;
}
.ecRealtyDetail2 .gallery-row .gallery-item img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.ecRealtyDetail2 .navigation-arrows {
 position: absolute;
 bottom: 15px;
 right: 15px;
 display: flex;
}
.ecRealtyDetail2 .nav-arrow {
 width: 40px;
 height: 40px;
 border-radius: 50%;
 background-color: rgba(255, 255, 255, 0.8);
 border: none;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-left: 10px;
 cursor: pointer;
 transition: all 0.3s ease;
}
.ecRealtyDetail2 .nav-arrow:hover {
 background-color: #ffffff;
}
.ecRealtyDetail2 .project-info-section {
 padding: 2rem 0;
}
.ecRealtyDetail2 .project-title h2 {
 font-weight: bold;
}
.ecRealtyDetail2 .subtitle {
 font-size: 1.1rem;
}
.ecRealtyDetail2 .project-description {
 color: #555;
 line-height: 1.6;
}
.ecRealtyDetail2 .project-description p {
 margin-bottom: 0;
 overflow: hidden;
 text-overflow: ellipsis;
 transition: max-height 0.5s ease;
}
.ecRealtyDetail2 .project-description.expanded p {
 max-height: 100% !important;
}
.ecRealtyDetail2 .read-more-link {
 color: var(--primaryMain, #007bff);
 text-decoration: none;
 font-weight: 500;
 transition: all 0.3s ease;
}
.ecRealtyDetail2 .read-more-link:hover {
 text-decoration: underline;
}

.ecRealtyFilter .nav-tabs {
 margin-bottom: -0.2rem;
 margin-left: 0.5rem;
 margin-right: 0.5rem;
}
.ecRealtyFilter .nav-tabs .nav-link {
 cursor: pointer;
 color: color-mix(in srgb, var(--bs-nav-tabs-link-active-color) 80%, transparent);
 background: color-mix(in srgb, var(--bs-nav-tabs-link-active-bg) 80%, transparent);
}
.ecRealtyFilter .nav-tabs .nav-link:has(input:checked) {
 cursor: unset;
 color: var(--bs-nav-tabs-link-active-color);
 background: var(--bs-nav-tabs-link-active-bg);
}
.ecRealtyFilter .nav-tabs input {
 display: none;
}
@media (min-width: 992px) {
 body.nojs .ecRealtyFilter form.autosearch .filter-block,
 .ecRealtyFilter form.autosearch .filter-block:not(:last-of-type),
 .ecRealtyFilter form:not(.autosearch) .filter-block:not(:last-of-type) {
 border-right: 1px solid var(--baseContrast);
 }
}
.ecRealtyFilter form .form-control::placeholder {
 color: #444;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-block .select2-container {
 width: 100% !important;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-block .select2-container .selection .select2-selection {
 border: var(--bs-border-width) solid var(--bs-border-color);
 color: #444;
 height: auto;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-block .select2-container .selection .select2-selection .select2-selection__rendered {
 padding: 0.375rem 0.75rem;
 line-height: 1.5;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-block .select2-container .selection .select2-selection.select2-selection--multiple {
 min-height: 38px;
 padding-right: 1.5rem;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-block .select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered {
 display: inline-block;
 margin-bottom: 0;
 padding: 0;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-block .select2-container .selection .select2-selection.select2-selection--multiple .select2-search {
 display: none;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-block .select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
 background-color: transparent;
 border: var(--bs-border-width) solid var(--bs-border-color);
 border-radius: 4px;
}
.ecRealtyFilter form .control-panel .inner-panel .searchRealty {
 min-height: 38px;
 padding-top: 0.375rem !important;
 padding-bottom: 0.375rem !important;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-parameters {
 position: relative;
}
.ecRealtyFilter form .control-panel .inner-panel .filter-parameters .icon-down {
 position: absolute;
 right: 10px;
 top: 50%;
 transform: translateY(-50%);
 pointer-events: none;
 color: var(--bs-border-color);
}
.ecRealtyFilter form .control-panel .inner-panel .filter-parameters .icon-down em,
.ecRealtyFilter form .control-panel .inner-panel .filter-parameters .icon-down i {
 color: var(--bs-border-color);
}
.ecRealtyFilter form .control-panel .inner-panel .filter-parameters .selection .select2-selection .select2-selection__arrow {
 display: none;
}
.ecRealtyFilter .corners-sharp,
.ecRealtyFilter .corners-sharp .inner-panel {
 border-radius: 0 !important;
}
.ecRealtyFilter .corners-sharp .nav-tabs {
 margin-left: 0;
 margin-right: 0;
}
.ecRealtyFilter .inputs-sharp .form-control,
.ecRealtyFilter .inputs-sharp .select2-container,
.ecRealtyFilter .inputs-sharp .select2-selection {
 border-radius: 0 !important;
}
.ecRealtyFilter .inputs-sharp .select2-container {
 padding: 0 !important;
}
.ecRealtyFilter .buttons-sharp .btn {
 border-radius: 0 !important;
}
.ecRealtyFilter .sort .btn {
 width: 100%;
}
@media (min-width: 992px) {
 .ecRealtyFilter .sort .btn {
 width: auto;
 }
}

.ecRealtyListBox .topPart .texts {
 flex-grow: 1;
}
.ecRealtyListBox .topPart .other {
 width: auto;
 gap: 10px;
 padding-left: 10px;
}
.ecRealtyListBox .topPart .other a {
 color: var(--primaryMain, #ccc);
 text-decoration: none;
}
.ecRealtyListBox .topPart .other a a > * {
 color: var(--primaryMain, #ccc) !important;
}
.ecRealtyListBox .topPart .other em {
 font-size: 30px;
 text-align: center;
 width: 40px;
 height: 40px;
 line-height: 40px;
 margin-top: 10px;
 background-color: var(--primaryMain, #333);
 color: var(--primaryContrast, #fff);
 cursor: pointer;
}
.ecRealtyListBox .carousel-container {
 overflow: hidden;
 width: 100%;
 position: relative;
}
.ecRealtyListBox .realtyListRow {
 transition: opacity 0.2s ease-in-out;
 position: relative;
}
.ecRealtyListBox .realtyListRow[data-carousel-type="noAnimation"] {
 flex-wrap: nowrap;
 overflow: hidden;
}
.ecRealtyListBox .realtyListRow[data-carousel-type="flash"] {
 flex-wrap: nowrap;
 overflow: hidden;
 transition: opacity 0.2s ease-in-out;
}
.ecRealtyListBox .realtyListRow[data-carousel-type="shift"],
.ecRealtyListBox .realtyListRow[data-carousel-type="shiftDouble"] {
 flex-wrap: nowrap;
 overflow: hidden;
 display: flex;
}
.ecRealtyListBox .realtyListRow[data-carousel-type="shift"] > .realtyListCell,
.ecRealtyListBox .realtyListRow[data-carousel-type="shiftDouble"] > .realtyListCell {
 transition: transform 0.3s ease-in-out;
}
.ecRealtyListBox .realtyListRow .realtyListCell {
 position: relative;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}
.ecRealtyListBox .realtyListRow .realtyListCell .ratio {
 position: relative;
 height: auto;
 background: #eee url('/source/editable-components/pics/image.png') center center no-repeat;
}
.ecRealtyListBox .realtyListRow .realtyListCell .ratio img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 background: #eee;
}
.ecRealtyListBox .realtyListRow .realtyListCell .ratio .noPhoto {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 background: #eee;
 color: #999;
 flex-direction: column;
}
.ecRealtyListBox .realtyListRow .realtyListCell .ratio .noPhoto em {
 font-size: 3rem;
}
.ecRealtyListBox .realtyListRow .realtyListCell .infoBox {
 background: var(--primaryMain, #ccc);
 color: var(--primaryContrast, #fff);
 padding: 0.5rem;
 position: absolute;
 top: 0.5rem;
 left: 0.5rem;
}
.ecRealtyListBox .realtyListRow .realtyListCell .infoBox.infoBoxPrice {
 left: unset;
 right: 0.5rem;
 top: unset;
 bottom: 0.5rem;
}
.ecRealtyListBox .realtyListRow .realtyListCell .infoBox.infoBoxPriceNote {
 left: 0.5rem;
 top: unset;
 bottom: 0.5rem;
 max-width: 50%;
}
.ecRealtyListBox .realtyListRow .realtyListCell .textBox {
 display: flex;
 flex-direction: column;
 flex-grow: 1;
}
.ecRealtyListBox .realtyListRow .realtyListCell .textBox .infos h4 {
 font-weight: bold;
}
.ecRealtyListBox .realtyListRow .realtyListCell .textBox .address {
 display: flex;
 width: 100%;
 height: auto;
}
.ecRealtyListBox .realtyListRow .realtyListCell .textBox .d-flex {
 flex-grow: 1;
}
.ecRealtyListBox .realtyListRow .realtyListCell .textBox .d-flex > div {
 flex: 1;
}
.ecRealtyListBox .realtyListRow .realtyListCell .textBox .d-flex > div.infos {
 flex: 2;
}
.ecRealtyListBox .realtyListRow .realtyListCell .textBox .d-flex > div.more {
 display: flex;
 flex-direction: row;
 align-items: flex-end;
 justify-content: end;
}
