:root {
  --color-background: #F4F7FC;
  --color-surface: #FFFFFF;
  --color-surface-muted: #EEF3FA;
  --color-surface-elevated: #FFFFFF;
  --color-background-alt: var(--color-surface);
  --color-background-alt2: var(--color-surface-muted);
  --color-text: #334155;
  --color-text-muted: #64748B;
  --color-title: #1E3A5F;
  --color-black: #0F172A;
  --color-link: #2563EB;
  --color-primary: #2563EB;
  --color-component: #2563EB;
  --color-component-hover: #1D4ED8;
  --color-on-component: #FFFFFF;
  --color-secondary: #FFFFFF;
  --color-accent: #0EA5E9;
  --color-accent-hover: #0284C7;
  --color-special: var(--color-accent);
  --color-special-hover: var(--color-accent-hover);
  --color-border: #E2E8F0;
  --color-border-strong: #CBD5E1;
  --color-border-subtle: #F1F5F9;
  --color-header-bg: var(--color-surface-elevated);
  --color-header-scrolled-bg: rgba(255, 255, 255, 0.96);
  --color-footer-bg: var(--color-surface-muted);
  --color-logo-filter: none;
  --color-url: var(--color-link);
  --font-text: system-ui, -apple-system, "Segoe UI", Tahoma, Arial, sans-serif;
  --font-title: var(--font-text);
  --font-weight-default: 400;
  --font-size-xl: 3.2rem;
  --font-size-lg: 2.8rem;
  --font-size-md: 2.4rem;
  --font-size-sm: 2rem;
  --font-size-xs: 1.6rem;
  --h1-huge: 7rem;
  --h1-size: 5.4rem;
  --h2-size: 4.8rem;
  --h3-size: 3.6rem;
  --h4-size: 2.8rem;
  --h2-wysiwyg-size: calc(0.8 * var(--h2-size));
  --h3-wysiwyg-size: calc(0.8 * var(--h3-size));
  --h4-wysiwyg-size: calc(0.8 * var(--h4-size));
}
@media (max-width: 1023px) {
  :root {
    --font-size-xl: 2.4rem;
    --font-size-lg: 2.2rem;
    --font-size-md: 1.8rem;
    --font-size-sm: 1.6rem;
    --font-size-xs: 1.4rem;
    --h1-huge: 3.6rem;
    --h1-size: 2.8rem;
    --h2-size: 2.8rem;
    --h3-size: 2.4rem;
    --h4-size: 2.2rem;
  }
}

@font-face {
  font-family: "Ploni";
  font-weight: 300; /*(light)*/
  font-style: normal;
  src: url("fonts/ploni-light-aaa.woff2") format("woff2"), url("fonts/ploni-light-aaa.woff") format("woff");
}
@font-face {
  font-family: "Ploni";
  font-weight: 400; /*(regular)*/
  font-style: normal;
  src: url("fonts/ploni-regular-aaa.woff2") format("woff2"), url("fonts/ploni-regular-aaa.woff") format("woff");
}
@font-face {
  font-family: "Ploni";
  font-weight: 800; /*(extra bold)*/
  font-style: normal;
  src: url("fonts/ploni-ultrabold-aaa.woff2") format("woff2"), url("fonts/ploni-ultrabold-aaa.woff") format("woff");
}
/* Clean Core 2.0 */
.cc--font-xl-6 {
  font-size: var(--font-size-xl-6);
}
.cc--font-xl-5 {
  font-size: var(--font-size-xl-5);
}
.cc--font-xl-4 {
  font-size: var(--font-size-xl-4);
}
.cc--font-xl-3 {
  font-size: var(--font-size-xl-3);
}
.cc--font-xl-2 {
  font-size: var(--font-size-xl-2);
}
.cc--font-xl-1 {
  font-size: var(--font-size-xl-1);
}
.cc--font-xl {
  font-size: var(--font-size-xl);
}
.cc--font-lg {
  font-size: var(--font-size-lg);
}
.cc--font-md {
  font-size: var(--font-size-md);
}
.cc--font-sm {
  font-size: var(--font-size-sm);
}
.cc--font-xs {
  font-size: var(--font-size-xs);
}
.cc--font-xxs {
  font-size: var(--font-size-xxs);
}
.cc--istart {
  text-align: start;
}
.cc--iend {
  text-align: end;
}
.cc--left {
  text-align: left;
}
.cc--center {
  text-align: center;
}
.cc--right {
  text-align: right;
}
.cc--list, .site-footer--menus ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cc--m0 {
  margin: 0rem;
}
.wp-block:has(> .cc--m0) {
  margin-bottom: 0rem !important;
  margin-top: 0rem !important;
}

.cc--m1 {
  margin: 1rem;
}
.wp-block:has(> .cc--m1) {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.cc--m2 {
  margin: 2rem;
}
.wp-block:has(> .cc--m2) {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}

.cc--m3 {
  margin: 3rem;
}
.wp-block:has(> .cc--m3) {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}

.cc--m4 {
  margin: 4rem;
}
.wp-block:has(> .cc--m4) {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important;
}

.cc--m5 {
  margin: 5rem;
}
.wp-block:has(> .cc--m5) {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}

.cc--m6 {
  margin: 6rem;
}
.wp-block:has(> .cc--m6) {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important;
}

.cc--m7 {
  margin: 7rem;
}
.wp-block:has(> .cc--m7) {
  margin-bottom: 7rem !important;
  margin-top: 7rem !important;
}

.cc--m8 {
  margin: 8rem;
}
.wp-block:has(> .cc--m8) {
  margin-bottom: 8rem !important;
  margin-top: 8rem !important;
}

.cc--m9 {
  margin: 9rem;
}
.wp-block:has(> .cc--m9) {
  margin-bottom: 9rem !important;
  margin-top: 9rem !important;
}

.cc--m10 {
  margin: 10rem;
}
.wp-block:has(> .cc--m10) {
  margin-bottom: 10rem !important;
  margin-top: 10rem !important;
}

.cc--m11 {
  margin: 11rem;
}
.wp-block:has(> .cc--m11) {
  margin-bottom: 11rem !important;
  margin-top: 11rem !important;
}

.cc--m12 {
  margin: 12rem;
}
.wp-block:has(> .cc--m12) {
  margin-bottom: 12rem !important;
  margin-top: 12rem !important;
}

.cc--mt0 {
  margin-top: 0rem;
}
.wp-block:has(> .cc--mt0) {
  margin-top: 0rem !important;
}

.cc--mt1 {
  margin-top: 1rem;
}
.wp-block:has(> .cc--mt1) {
  margin-top: 1rem !important;
}

.cc--mt2 {
  margin-top: 2rem;
}
.wp-block:has(> .cc--mt2) {
  margin-top: 2rem !important;
}

.cc--mt3 {
  margin-top: 3rem;
}
.wp-block:has(> .cc--mt3) {
  margin-top: 3rem !important;
}

.cc--mt4 {
  margin-top: 4rem;
}
.wp-block:has(> .cc--mt4) {
  margin-top: 4rem !important;
}

.cc--mt5 {
  margin-top: 5rem;
}
.wp-block:has(> .cc--mt5) {
  margin-top: 5rem !important;
}

.cc--mt6 {
  margin-top: 6rem;
}
.wp-block:has(> .cc--mt6) {
  margin-top: 6rem !important;
}

.cc--mt7 {
  margin-top: 7rem;
}
.wp-block:has(> .cc--mt7) {
  margin-top: 7rem !important;
}

.cc--mt8 {
  margin-top: 8rem;
}
.wp-block:has(> .cc--mt8) {
  margin-top: 8rem !important;
}

.cc--mt9 {
  margin-top: 9rem;
}
.wp-block:has(> .cc--mt9) {
  margin-top: 9rem !important;
}

.cc--mt10 {
  margin-top: 10rem;
}
.wp-block:has(> .cc--mt10) {
  margin-top: 10rem !important;
}

.cc--mt11 {
  margin-top: 11rem;
}
.wp-block:has(> .cc--mt11) {
  margin-top: 11rem !important;
}

.cc--mt12 {
  margin-top: 12rem;
}
.wp-block:has(> .cc--mt12) {
  margin-top: 12rem !important;
}

.cc--mb0 {
  margin-bottom: 0rem;
}
.wp-block:has(> .cc--mb0) {
  margin-bottom: 0rem !important;
}

.cc--mb1 {
  margin-bottom: 1rem;
}
.wp-block:has(> .cc--mb1) {
  margin-bottom: 1rem !important;
}

.cc--mb2 {
  margin-bottom: 2rem;
}
.wp-block:has(> .cc--mb2) {
  margin-bottom: 2rem !important;
}

.cc--mb3 {
  margin-bottom: 3rem;
}
.wp-block:has(> .cc--mb3) {
  margin-bottom: 3rem !important;
}

.cc--mb4 {
  margin-bottom: 4rem;
}
.wp-block:has(> .cc--mb4) {
  margin-bottom: 4rem !important;
}

.cc--mb5 {
  margin-bottom: 5rem;
}
.wp-block:has(> .cc--mb5) {
  margin-bottom: 5rem !important;
}

.cc--mb6 {
  margin-bottom: 6rem;
}
.wp-block:has(> .cc--mb6) {
  margin-bottom: 6rem !important;
}

.cc--mb7 {
  margin-bottom: 7rem;
}
.wp-block:has(> .cc--mb7) {
  margin-bottom: 7rem !important;
}

.cc--mb8 {
  margin-bottom: 8rem;
}
.wp-block:has(> .cc--mb8) {
  margin-bottom: 8rem !important;
}

.cc--mb9 {
  margin-bottom: 9rem;
}
.wp-block:has(> .cc--mb9) {
  margin-bottom: 9rem !important;
}

.cc--mb10 {
  margin-bottom: 10rem;
}
.wp-block:has(> .cc--mb10) {
  margin-bottom: 10rem !important;
}

.cc--mb11 {
  margin-bottom: 11rem;
}
.wp-block:has(> .cc--mb11) {
  margin-bottom: 11rem !important;
}

.cc--mb12 {
  margin-bottom: 12rem;
}
.wp-block:has(> .cc--mb12) {
  margin-bottom: 12rem !important;
}

.cc--mx0 {
  margin-left: 0rem;
  margin-right: 0rem;
}
.cc--mx1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.cc--mx2 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.cc--mx3 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.cc--mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.cc--mx5 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.cc--mx6 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.cc--mx7 {
  margin-left: 7rem;
  margin-right: 7rem;
}
.cc--mx8 {
  margin-left: 8rem;
  margin-right: 8rem;
}
.cc--mx9 {
  margin-left: 9rem;
  margin-right: 9rem;
}
.cc--mx10 {
  margin-left: 10rem;
  margin-right: 10rem;
}
.cc--mx11 {
  margin-left: 11rem;
  margin-right: 11rem;
}
.cc--mx12 {
  margin-left: 12rem;
  margin-right: 12rem;
}
.cc--my0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.cc--my1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cc--my2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cc--my3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.cc--my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.cc--my5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.cc--my6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.cc--my7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.cc--my8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.cc--my9 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.cc--my10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.cc--my11 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}
.cc--my12 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.cc--ms0 {
  margin-inline-start: 0rem;
}
.cc--ms1 {
  margin-inline-start: 1rem;
}
.cc--ms2 {
  margin-inline-start: 2rem;
}
.cc--ms3 {
  margin-inline-start: 3rem;
}
.cc--ms4 {
  margin-inline-start: 4rem;
}
.cc--ms5 {
  margin-inline-start: 5rem;
}
.cc--ms6 {
  margin-inline-start: 6rem;
}
.cc--ms7 {
  margin-inline-start: 7rem;
}
.cc--ms8 {
  margin-inline-start: 8rem;
}
.cc--ms9 {
  margin-inline-start: 9rem;
}
.cc--ms10 {
  margin-inline-start: 10rem;
}
.cc--ms11 {
  margin-inline-start: 11rem;
}
.cc--ms12 {
  margin-inline-start: 12rem;
}
.cc--me0 {
  margin-inline-end: 0rem;
}
.cc--me1 {
  margin-inline-end: 1rem;
}
.cc--me2 {
  margin-inline-end: 2rem;
}
.cc--me3 {
  margin-inline-end: 3rem;
}
.cc--me4 {
  margin-inline-end: 4rem;
}
.cc--me5 {
  margin-inline-end: 5rem;
}
.cc--me6 {
  margin-inline-end: 6rem;
}
.cc--me7 {
  margin-inline-end: 7rem;
}
.cc--me8 {
  margin-inline-end: 8rem;
}
.cc--me9 {
  margin-inline-end: 9rem;
}
.cc--me10 {
  margin-inline-end: 10rem;
}
.cc--me11 {
  margin-inline-end: 11rem;
}
.cc--me12 {
  margin-inline-end: 12rem;
}
.cc--p0 {
  padding: 0rem;
}
.cc--p1 {
  padding: 1rem;
}
.cc--p2 {
  padding: 2rem;
}
.cc--p3 {
  padding: 3rem;
}
.cc--p4 {
  padding: 4rem;
}
.cc--p5 {
  padding: 5rem;
}
.cc--p6 {
  padding: 6rem;
}
.cc--p7 {
  padding: 7rem;
}
.cc--p8 {
  padding: 8rem;
}
.cc--p9 {
  padding: 9rem;
}
.cc--p10 {
  padding: 10rem;
}
.cc--p11 {
  padding: 11rem;
}
.cc--p12 {
  padding: 12rem;
}
.cc--pt0 {
  padding-top: 0rem;
}
.cc--pt1 {
  padding-top: 1rem;
}
.cc--pt2 {
  padding-top: 2rem;
}
.cc--pt3 {
  padding-top: 3rem;
}
.cc--pt4 {
  padding-top: 4rem;
}
.cc--pt5 {
  padding-top: 5rem;
}
.cc--pt6 {
  padding-top: 6rem;
}
.cc--pt7 {
  padding-top: 7rem;
}
.cc--pt8 {
  padding-top: 8rem;
}
.cc--pt9 {
  padding-top: 9rem;
}
.cc--pt10 {
  padding-top: 10rem;
}
.cc--pt11 {
  padding-top: 11rem;
}
.cc--pt12 {
  padding-top: 12rem;
}
.cc--pb0 {
  padding-bottom: 0rem;
}
.cc--pb1 {
  padding-bottom: 1rem;
}
.cc--pb2 {
  padding-bottom: 2rem;
}
.cc--pb3 {
  padding-bottom: 3rem;
}
.cc--pb4 {
  padding-bottom: 4rem;
}
.cc--pb5 {
  padding-bottom: 5rem;
}
.cc--pb6 {
  padding-bottom: 6rem;
}
.cc--pb7 {
  padding-bottom: 7rem;
}
.cc--pb8 {
  padding-bottom: 8rem;
}
.cc--pb9 {
  padding-bottom: 9rem;
}
.cc--pb10 {
  padding-bottom: 10rem;
}
.cc--pb11 {
  padding-bottom: 11rem;
}
.cc--pb12 {
  padding-bottom: 12rem;
}
.cc--px0 {
  padding-left: 0rem;
  padding-right: 0rem;
}
.cc--px1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cc--px2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.cc--px3 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.cc--px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.cc--px5 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.cc--px6 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.cc--px7 {
  padding-left: 7rem;
  padding-right: 7rem;
}
.cc--px8 {
  padding-left: 8rem;
  padding-right: 8rem;
}
.cc--px9 {
  padding-left: 9rem;
  padding-right: 9rem;
}
.cc--px10 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.cc--px11 {
  padding-left: 11rem;
  padding-right: 11rem;
}
.cc--px12 {
  padding-left: 12rem;
  padding-right: 12rem;
}
.cc--py0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cc--py1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cc--py2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cc--py3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cc--py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.cc--py5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cc--py6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cc--py7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.cc--py8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.cc--py9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.cc--py10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cc--py11 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.cc--py12 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.cc--ps0 {
  padding-inline-start: 0rem;
}
.cc--ps1 {
  padding-inline-start: 1rem;
}
.cc--ps2 {
  padding-inline-start: 2rem;
}
.cc--ps3 {
  padding-inline-start: 3rem;
}
.cc--ps4 {
  padding-inline-start: 4rem;
}
.cc--ps5 {
  padding-inline-start: 5rem;
}
.cc--ps6 {
  padding-inline-start: 6rem;
}
.cc--ps7 {
  padding-inline-start: 7rem;
}
.cc--ps8 {
  padding-inline-start: 8rem;
}
.cc--ps9 {
  padding-inline-start: 9rem;
}
.cc--ps10 {
  padding-inline-start: 10rem;
}
.cc--ps11 {
  padding-inline-start: 11rem;
}
.cc--ps12 {
  padding-inline-start: 12rem;
}
.cc--pe0 {
  padding-inline-end: 0rem;
}
.cc--pe1 {
  padding-inline-end: 1rem;
}
.cc--pe2 {
  padding-inline-end: 2rem;
}
.cc--pe3 {
  padding-inline-end: 3rem;
}
.cc--pe4 {
  padding-inline-end: 4rem;
}
.cc--pe5 {
  padding-inline-end: 5rem;
}
.cc--pe6 {
  padding-inline-end: 6rem;
}
.cc--pe7 {
  padding-inline-end: 7rem;
}
.cc--pe8 {
  padding-inline-end: 8rem;
}
.cc--pe9 {
  padding-inline-end: 9rem;
}
.cc--pe10 {
  padding-inline-end: 10rem;
}
.cc--pe11 {
  padding-inline-end: 11rem;
}
.cc--pe12 {
  padding-inline-end: 12rem;
}
.cc--width-5 {
  width: 5%;
}
.cc--width-10 {
  width: 10%;
}
.cc--width-15 {
  width: 15%;
}
.cc--width-20 {
  width: 20%;
}
.cc--width-25 {
  width: 25%;
}
.cc--width-30 {
  width: 30%;
}
.cc--width-35 {
  width: 35%;
}
.cc--width-40 {
  width: 40%;
}
.cc--width-45 {
  width: 45%;
}
.cc--width-50 {
  width: 50%;
}
.cc--width-55 {
  width: 55%;
}
.cc--width-60 {
  width: 60%;
}
.cc--width-65 {
  width: 65%;
}
.cc--width-70 {
  width: 70%;
}
.cc--width-75 {
  width: 75%;
}
.cc--width-80 {
  width: 80%;
}
.cc--width-85 {
  width: 85%;
}
.cc--width-90 {
  width: 90%;
}
.cc--width-95 {
  width: 95%;
}
.cc--width-100 {
  width: 100%;
}
.cc--column {
  --d-columns: 3;
  --m-columns: 2;
  --d-gap: initial;
  --m-gap: initial;
  display: flex;
  flex-direction: column;
  gap: var(--d-gap, 2rem);
}
@media (max-width: 1023px) {
  .cc--column {
    gap: var(--m-gap, var(--d-gap, 2rem));
  }
}
.cc--column-centered {
  align-items: center;
}
.cc--columns {
  --d-template: initial;
  --m-template: initial;
  --d-columns: 3;
  --m-columns: 2;
  --d-gap: initial;
  --m-gap: initial;
  display: grid;
  grid-template-columns: var(--d-template, repeat(var(--d-columns), 1fr));
  gap: var(--d-gap, 2rem);
}
@media (max-width: 1023px) {
  .cc--columns {
    gap: var(--m-gap, var(--d-gap, 2rem));
    grid-template-columns: var(--m-template, var(--d-template, repeat(var(--m-columns, var(--d-columns)), 1fr)));
  }
}
.cc--flex {
  --d-direction: initial;
  --m-direction: initial;
  --d-columns: 3;
  --m-columns: 2;
  --d-gap: initial;
  --m-gap: initial;
  display: flex;
  gap: var(--d-gap, 2rem);
  flex-direction: var(--d-direction);
}
@media (max-width: 1023px) {
  .cc--flex {
    gap: var(--m-gap, var(--d-gap, 2rem));
    flex-direction: var(--m-direction, var(--d-direction));
  }
}
.cc--flex-align-start {
  align-items: flex-start;
}
.cc--flex-align-center {
  align-items: center;
}
.cc--flex-align-end {
  align-items: flex-end;
}
.cc--flex-justify-start {
  justify-content: flex-start;
}
.cc--flex-justify-center {
  justify-content: center;
}
.cc--flex-justify-end {
  justify-content: flex-end;
}
.cc--boxes {
  --d-columns: 3;
  --m-columns: 2;
  --d-gap: initial;
  --m-gap: initial;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: var(--d-gap, 2rem);
}
.cc--boxes-centered {
  justify-content: center;
}
.cc--boxes > * {
  flex: 0 0 calc((100% - (var(--d-columns, 3) - 1) * var(--d-gap, 2rem)) / var(--d-columns, 3));
  max-width: calc((100% - (var(--d-columns, 3) - 1) * var(--d-gap, 2rem)) / var(--d-columns, 3));
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .cc--boxes {
    gap: var(--m-gap, var(--d-gap, 2rem));
  }
  .cc--boxes > * {
    flex: 0 0 calc((100% - (var(--m-columns, var(--d-columns, 3)) - 1) * var(--m-gap, var(--d-gap, 2rem))) / var(--m-columns, var(--d-columns, 3)));
    max-width: calc((100% - (var(--m-columns, var(--d-columns, 3)) - 1) * var(--m-gap, var(--d-gap, 2rem))) / var(--m-columns, var(--d-columns, 3)));
  }
}
@media (max-width: 1023px) {
  .cc--desktop {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .cc--mobile {
    display: none !important;
  }
}
.cc--wysiwyg {
  line-height: 1.5;
}
.cc--wysiwyg > *:first-child {
  margin-top: 0;
}
.cc--wysiwyg p:first-of-type {
  margin-top: 0;
}
.cc--wysiwyg p:last-of-type {
  margin-bottom: 0;
}
.cc--wysiwyg h1,
.cc--wysiwyg .h1 {
  font-size: var(--h1-wysiwyg-size);
}
.cc--wysiwyg h2,
.cc--wysiwyg .h2 {
  font-size: var(--h2-wysiwyg-size);
  margin: 4rem 0 2rem;
}
.cc--wysiwyg h3,
.cc--wysiwyg .h3 {
  font-size: var(--h3-wysiwyg-size);
  margin: 4rem 0 2rem;
}
.cc--wysiwyg h4,
.cc--wysiwyg .h4 {
  font-size: var(--h4-wysiwyg-size);
  margin: 4rem 0 2rem;
}
.cc--wysiwyg a {
  color: var(--color-url);
}
.cc--wysiwyg ul > li,
.cc--wysiwyg ol > li {
  margin: 1em 0;
}
.cc--wysiwyg strong {
  font-weight: 600;
}
.cc--inset {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cc--link-underline a {
  text-decoration: underline;
}
.cc--link-underline a:hover {
  text-decoration: none;
}
.cc--link-color a {
  color: var(--color-primary);
}
.cc--w100 {
  font-weight: 100;
}
.cc--w200 {
  font-weight: 200;
}
.cc--w300 {
  font-weight: 300;
}
.cc--w400 {
  font-weight: 400;
}
.cc--w500 {
  font-weight: 500;
}
.cc--w600 {
  font-weight: 600;
}
.cc--w700 {
  font-weight: 700;
}
.cc--w800 {
  font-weight: 800;
}
.cc--w900 {
  font-weight: 900;
}

@media (max-width: 1023px) {
  .ccm--font-xl-6 {
    font-size: var(--font-size-xl-6);
  }
  .ccm--font-xl-5 {
    font-size: var(--font-size-xl-5);
  }
  .ccm--font-xl-4 {
    font-size: var(--font-size-xl-4);
  }
  .ccm--font-xl-3 {
    font-size: var(--font-size-xl-3);
  }
  .ccm--font-xl-2 {
    font-size: var(--font-size-xl-2);
  }
  .ccm--font-xl-1 {
    font-size: var(--font-size-xl-1);
  }
  .ccm--font-xl {
    font-size: var(--font-size-xl);
  }
  .ccm--font-lg {
    font-size: var(--font-size-lg);
  }
  .ccm--font-md {
    font-size: var(--font-size-md);
  }
  .ccm--font-sm {
    font-size: var(--font-size-sm);
  }
  .ccm--font-xs {
    font-size: var(--font-size-xs);
  }
  .ccm--font-xxs {
    font-size: var(--font-size-xxs);
  }
  .ccm--istart {
    text-align: start;
  }
  .ccm--iend {
    text-align: end;
  }
  .ccm--left {
    text-align: left;
  }
  .ccm--center {
    text-align: center;
  }
  .ccm--right {
    text-align: right;
  }
  .ccm--list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ccm--m0 {
    margin: 0rem;
  }
  .wp-block:has(> .ccm--m0) {
    margin-bottom: 0rem !important;
    margin-top: 0rem !important;
  }
  .ccm--m1 {
    margin: 1rem;
  }
  .wp-block:has(> .ccm--m1) {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .ccm--m2 {
    margin: 2rem;
  }
  .wp-block:has(> .ccm--m2) {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .ccm--m3 {
    margin: 3rem;
  }
  .wp-block:has(> .ccm--m3) {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .ccm--m4 {
    margin: 4rem;
  }
  .wp-block:has(> .ccm--m4) {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .ccm--m5 {
    margin: 5rem;
  }
  .wp-block:has(> .ccm--m5) {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .ccm--m6 {
    margin: 6rem;
  }
  .wp-block:has(> .ccm--m6) {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .ccm--m7 {
    margin: 7rem;
  }
  .wp-block:has(> .ccm--m7) {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important;
  }
  .ccm--m8 {
    margin: 8rem;
  }
  .wp-block:has(> .ccm--m8) {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .ccm--m9 {
    margin: 9rem;
  }
  .wp-block:has(> .ccm--m9) {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important;
  }
  .ccm--m10 {
    margin: 10rem;
  }
  .wp-block:has(> .ccm--m10) {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .ccm--m11 {
    margin: 11rem;
  }
  .wp-block:has(> .ccm--m11) {
    margin-bottom: 11rem !important;
    margin-top: 11rem !important;
  }
  .ccm--m12 {
    margin: 12rem;
  }
  .wp-block:has(> .ccm--m12) {
    margin-bottom: 12rem !important;
    margin-top: 12rem !important;
  }
  .ccm--mt0 {
    margin-top: 0rem;
  }
  .wp-block:has(> .ccm--mt0) {
    margin-top: 0rem !important;
  }
  .ccm--mt1 {
    margin-top: 1rem;
  }
  .wp-block:has(> .ccm--mt1) {
    margin-top: 1rem !important;
  }
  .ccm--mt2 {
    margin-top: 2rem;
  }
  .wp-block:has(> .ccm--mt2) {
    margin-top: 2rem !important;
  }
  .ccm--mt3 {
    margin-top: 3rem;
  }
  .wp-block:has(> .ccm--mt3) {
    margin-top: 3rem !important;
  }
  .ccm--mt4 {
    margin-top: 4rem;
  }
  .wp-block:has(> .ccm--mt4) {
    margin-top: 4rem !important;
  }
  .ccm--mt5 {
    margin-top: 5rem;
  }
  .wp-block:has(> .ccm--mt5) {
    margin-top: 5rem !important;
  }
  .ccm--mt6 {
    margin-top: 6rem;
  }
  .wp-block:has(> .ccm--mt6) {
    margin-top: 6rem !important;
  }
  .ccm--mt7 {
    margin-top: 7rem;
  }
  .wp-block:has(> .ccm--mt7) {
    margin-top: 7rem !important;
  }
  .ccm--mt8 {
    margin-top: 8rem;
  }
  .wp-block:has(> .ccm--mt8) {
    margin-top: 8rem !important;
  }
  .ccm--mt9 {
    margin-top: 9rem;
  }
  .wp-block:has(> .ccm--mt9) {
    margin-top: 9rem !important;
  }
  .ccm--mt10 {
    margin-top: 10rem;
  }
  .wp-block:has(> .ccm--mt10) {
    margin-top: 10rem !important;
  }
  .ccm--mt11 {
    margin-top: 11rem;
  }
  .wp-block:has(> .ccm--mt11) {
    margin-top: 11rem !important;
  }
  .ccm--mt12 {
    margin-top: 12rem;
  }
  .wp-block:has(> .ccm--mt12) {
    margin-top: 12rem !important;
  }
  .ccm--mb0 {
    margin-bottom: 0rem;
  }
  .wp-block:has(> .ccm--mb0) {
    margin-bottom: 0rem !important;
  }
  .ccm--mb1 {
    margin-bottom: 1rem;
  }
  .wp-block:has(> .ccm--mb1) {
    margin-bottom: 1rem !important;
  }
  .ccm--mb2 {
    margin-bottom: 2rem;
  }
  .wp-block:has(> .ccm--mb2) {
    margin-bottom: 2rem !important;
  }
  .ccm--mb3 {
    margin-bottom: 3rem;
  }
  .wp-block:has(> .ccm--mb3) {
    margin-bottom: 3rem !important;
  }
  .ccm--mb4 {
    margin-bottom: 4rem;
  }
  .wp-block:has(> .ccm--mb4) {
    margin-bottom: 4rem !important;
  }
  .ccm--mb5 {
    margin-bottom: 5rem;
  }
  .wp-block:has(> .ccm--mb5) {
    margin-bottom: 5rem !important;
  }
  .ccm--mb6 {
    margin-bottom: 6rem;
  }
  .wp-block:has(> .ccm--mb6) {
    margin-bottom: 6rem !important;
  }
  .ccm--mb7 {
    margin-bottom: 7rem;
  }
  .wp-block:has(> .ccm--mb7) {
    margin-bottom: 7rem !important;
  }
  .ccm--mb8 {
    margin-bottom: 8rem;
  }
  .wp-block:has(> .ccm--mb8) {
    margin-bottom: 8rem !important;
  }
  .ccm--mb9 {
    margin-bottom: 9rem;
  }
  .wp-block:has(> .ccm--mb9) {
    margin-bottom: 9rem !important;
  }
  .ccm--mb10 {
    margin-bottom: 10rem;
  }
  .wp-block:has(> .ccm--mb10) {
    margin-bottom: 10rem !important;
  }
  .ccm--mb11 {
    margin-bottom: 11rem;
  }
  .wp-block:has(> .ccm--mb11) {
    margin-bottom: 11rem !important;
  }
  .ccm--mb12 {
    margin-bottom: 12rem;
  }
  .wp-block:has(> .ccm--mb12) {
    margin-bottom: 12rem !important;
  }
  .ccm--mx0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .ccm--mx1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .ccm--mx2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .ccm--mx3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .ccm--mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .ccm--mx5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .ccm--mx6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .ccm--mx7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .ccm--mx8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .ccm--mx9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .ccm--mx10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .ccm--mx11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .ccm--mx12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .ccm--my0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .ccm--my1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .ccm--my2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .ccm--my3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .ccm--my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .ccm--my5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .ccm--my6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .ccm--my7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .ccm--my8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .ccm--my9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .ccm--my10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .ccm--my11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .ccm--my12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .ccm--ms0 {
    margin-inline-start: 0rem;
  }
  .ccm--ms1 {
    margin-inline-start: 1rem;
  }
  .ccm--ms2 {
    margin-inline-start: 2rem;
  }
  .ccm--ms3 {
    margin-inline-start: 3rem;
  }
  .ccm--ms4 {
    margin-inline-start: 4rem;
  }
  .ccm--ms5 {
    margin-inline-start: 5rem;
  }
  .ccm--ms6 {
    margin-inline-start: 6rem;
  }
  .ccm--ms7 {
    margin-inline-start: 7rem;
  }
  .ccm--ms8 {
    margin-inline-start: 8rem;
  }
  .ccm--ms9 {
    margin-inline-start: 9rem;
  }
  .ccm--ms10 {
    margin-inline-start: 10rem;
  }
  .ccm--ms11 {
    margin-inline-start: 11rem;
  }
  .ccm--ms12 {
    margin-inline-start: 12rem;
  }
  .ccm--me0 {
    margin-inline-end: 0rem;
  }
  .ccm--me1 {
    margin-inline-end: 1rem;
  }
  .ccm--me2 {
    margin-inline-end: 2rem;
  }
  .ccm--me3 {
    margin-inline-end: 3rem;
  }
  .ccm--me4 {
    margin-inline-end: 4rem;
  }
  .ccm--me5 {
    margin-inline-end: 5rem;
  }
  .ccm--me6 {
    margin-inline-end: 6rem;
  }
  .ccm--me7 {
    margin-inline-end: 7rem;
  }
  .ccm--me8 {
    margin-inline-end: 8rem;
  }
  .ccm--me9 {
    margin-inline-end: 9rem;
  }
  .ccm--me10 {
    margin-inline-end: 10rem;
  }
  .ccm--me11 {
    margin-inline-end: 11rem;
  }
  .ccm--me12 {
    margin-inline-end: 12rem;
  }
  .ccm--p0 {
    padding: 0rem;
  }
  .ccm--p1 {
    padding: 1rem;
  }
  .ccm--p2 {
    padding: 2rem;
  }
  .ccm--p3 {
    padding: 3rem;
  }
  .ccm--p4 {
    padding: 4rem;
  }
  .ccm--p5 {
    padding: 5rem;
  }
  .ccm--p6 {
    padding: 6rem;
  }
  .ccm--p7 {
    padding: 7rem;
  }
  .ccm--p8 {
    padding: 8rem;
  }
  .ccm--p9 {
    padding: 9rem;
  }
  .ccm--p10 {
    padding: 10rem;
  }
  .ccm--p11 {
    padding: 11rem;
  }
  .ccm--p12 {
    padding: 12rem;
  }
  .ccm--pt0 {
    padding-top: 0rem;
  }
  .ccm--pt1 {
    padding-top: 1rem;
  }
  .ccm--pt2 {
    padding-top: 2rem;
  }
  .ccm--pt3 {
    padding-top: 3rem;
  }
  .ccm--pt4 {
    padding-top: 4rem;
  }
  .ccm--pt5 {
    padding-top: 5rem;
  }
  .ccm--pt6 {
    padding-top: 6rem;
  }
  .ccm--pt7 {
    padding-top: 7rem;
  }
  .ccm--pt8 {
    padding-top: 8rem;
  }
  .ccm--pt9 {
    padding-top: 9rem;
  }
  .ccm--pt10 {
    padding-top: 10rem;
  }
  .ccm--pt11 {
    padding-top: 11rem;
  }
  .ccm--pt12 {
    padding-top: 12rem;
  }
  .ccm--pb0 {
    padding-bottom: 0rem;
  }
  .ccm--pb1 {
    padding-bottom: 1rem;
  }
  .ccm--pb2 {
    padding-bottom: 2rem;
  }
  .ccm--pb3 {
    padding-bottom: 3rem;
  }
  .ccm--pb4 {
    padding-bottom: 4rem;
  }
  .ccm--pb5 {
    padding-bottom: 5rem;
  }
  .ccm--pb6 {
    padding-bottom: 6rem;
  }
  .ccm--pb7 {
    padding-bottom: 7rem;
  }
  .ccm--pb8 {
    padding-bottom: 8rem;
  }
  .ccm--pb9 {
    padding-bottom: 9rem;
  }
  .ccm--pb10 {
    padding-bottom: 10rem;
  }
  .ccm--pb11 {
    padding-bottom: 11rem;
  }
  .ccm--pb12 {
    padding-bottom: 12rem;
  }
  .ccm--px0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .ccm--px1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ccm--px2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ccm--px3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .ccm--px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ccm--px5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .ccm--px6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .ccm--px7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .ccm--px8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ccm--px9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .ccm--px10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .ccm--px11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .ccm--px12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .ccm--py0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .ccm--py1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ccm--py2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ccm--py3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .ccm--py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .ccm--py5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .ccm--py6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .ccm--py7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .ccm--py8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .ccm--py9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .ccm--py10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .ccm--py11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .ccm--py12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .ccm--ps0 {
    padding-inline-start: 0rem;
  }
  .ccm--ps1 {
    padding-inline-start: 1rem;
  }
  .ccm--ps2 {
    padding-inline-start: 2rem;
  }
  .ccm--ps3 {
    padding-inline-start: 3rem;
  }
  .ccm--ps4 {
    padding-inline-start: 4rem;
  }
  .ccm--ps5 {
    padding-inline-start: 5rem;
  }
  .ccm--ps6 {
    padding-inline-start: 6rem;
  }
  .ccm--ps7 {
    padding-inline-start: 7rem;
  }
  .ccm--ps8 {
    padding-inline-start: 8rem;
  }
  .ccm--ps9 {
    padding-inline-start: 9rem;
  }
  .ccm--ps10 {
    padding-inline-start: 10rem;
  }
  .ccm--ps11 {
    padding-inline-start: 11rem;
  }
  .ccm--ps12 {
    padding-inline-start: 12rem;
  }
  .ccm--pe0 {
    padding-inline-end: 0rem;
  }
  .ccm--pe1 {
    padding-inline-end: 1rem;
  }
  .ccm--pe2 {
    padding-inline-end: 2rem;
  }
  .ccm--pe3 {
    padding-inline-end: 3rem;
  }
  .ccm--pe4 {
    padding-inline-end: 4rem;
  }
  .ccm--pe5 {
    padding-inline-end: 5rem;
  }
  .ccm--pe6 {
    padding-inline-end: 6rem;
  }
  .ccm--pe7 {
    padding-inline-end: 7rem;
  }
  .ccm--pe8 {
    padding-inline-end: 8rem;
  }
  .ccm--pe9 {
    padding-inline-end: 9rem;
  }
  .ccm--pe10 {
    padding-inline-end: 10rem;
  }
  .ccm--pe11 {
    padding-inline-end: 11rem;
  }
  .ccm--pe12 {
    padding-inline-end: 12rem;
  }
  .ccm--width-5 {
    width: 5%;
  }
  .ccm--width-10 {
    width: 10%;
  }
  .ccm--width-15 {
    width: 15%;
  }
  .ccm--width-20 {
    width: 20%;
  }
  .ccm--width-25 {
    width: 25%;
  }
  .ccm--width-30 {
    width: 30%;
  }
  .ccm--width-35 {
    width: 35%;
  }
  .ccm--width-40 {
    width: 40%;
  }
  .ccm--width-45 {
    width: 45%;
  }
  .ccm--width-50 {
    width: 50%;
  }
  .ccm--width-55 {
    width: 55%;
  }
  .ccm--width-60 {
    width: 60%;
  }
  .ccm--width-65 {
    width: 65%;
  }
  .ccm--width-70 {
    width: 70%;
  }
  .ccm--width-75 {
    width: 75%;
  }
  .ccm--width-80 {
    width: 80%;
  }
  .ccm--width-85 {
    width: 85%;
  }
  .ccm--width-90 {
    width: 90%;
  }
  .ccm--width-95 {
    width: 95%;
  }
  .ccm--width-100 {
    width: 100%;
  }
  .ccm--column {
    --d-columns: 3;
    --m-columns: 2;
    --d-gap: initial;
    --m-gap: initial;
    display: flex;
    flex-direction: column;
    gap: var(--d-gap, 2rem);
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .ccm--column {
    gap: var(--m-gap, var(--d-gap, 2rem));
  }
}
@media (max-width: 1023px) {
  .ccm--column-centered {
    align-items: center;
  }
  .ccm--columns {
    --m-template: initial;
    --d-columns: 3;
    --m-columns: 2;
    --d-gap: initial;
    --m-gap: initial;
    display: grid;
    grid-template-columns: var(--d-template, repeat(var(--d-columns), 1fr));
    gap: var(--d-gap, 2rem);
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .ccm--columns {
    gap: var(--m-gap, var(--d-gap, 2rem));
    grid-template-columns: var(--m-template, var(--d-template, repeat(var(--m-columns, var(--d-columns)), 1fr)));
  }
}
@media (max-width: 1023px) {
  .ccm--flex {
    --m-direction: initial;
    --d-columns: 3;
    --m-columns: 2;
    --d-gap: initial;
    --m-gap: initial;
    display: flex;
    gap: var(--d-gap, 2rem);
    flex-direction: var(--d-direction);
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .ccm--flex {
    gap: var(--m-gap, var(--d-gap, 2rem));
    flex-direction: var(--m-direction, var(--d-direction));
  }
}
@media (max-width: 1023px) {
  .ccm--flex-align-start {
    align-items: flex-start;
  }
  .ccm--flex-align-center {
    align-items: center;
  }
  .ccm--flex-align-end {
    align-items: flex-end;
  }
  .ccm--flex-justify-start {
    justify-content: flex-start;
  }
  .ccm--flex-justify-center {
    justify-content: center;
  }
  .ccm--flex-justify-end {
    justify-content: flex-end;
  }
  .ccm--boxes {
    --d-columns: 3;
    --m-columns: 2;
    --d-gap: initial;
    --m-gap: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: var(--d-gap, 2rem);
  }
  .ccm--boxes-centered {
    justify-content: center;
  }
  .ccm--boxes > * {
    flex: 0 0 calc((100% - (var(--d-columns, 3) - 1) * var(--d-gap, 2rem)) / var(--d-columns, 3));
    max-width: calc((100% - (var(--d-columns, 3) - 1) * var(--d-gap, 2rem)) / var(--d-columns, 3));
    box-sizing: border-box;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .ccm--boxes {
    gap: var(--m-gap, var(--d-gap, 2rem));
  }
  .ccm--boxes > * {
    flex: 0 0 calc((100% - (var(--m-columns, var(--d-columns, 3)) - 1) * var(--m-gap, var(--d-gap, 2rem))) / var(--m-columns, var(--d-columns, 3)));
    max-width: calc((100% - (var(--m-columns, var(--d-columns, 3)) - 1) * var(--m-gap, var(--d-gap, 2rem))) / var(--m-columns, var(--d-columns, 3)));
  }
}

[data-animation=fadeIn] {
  opacity: 0;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-delay: var(--animation-delay, 0s);
  animation-duration: var(--animation-duration, 1s);
  animation-play-state: paused;
}
@media (max-width: 1023px) {
  [data-animation=fadeIn] {
    animation-delay: var(--m-animation-delay, var(--animation-delay, 0s));
    animation-duration: var(--m-animation-duration, var(--animation-duration, 1s));
  }
}
[data-animation=fadeIn].is-visible {
  animation-play-state: running;
}

[data-animation=fadeInUp] {
  opacity: 0;
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-delay: var(--animation-delay, 0s);
  animation-duration: var(--animation-duration, 1s);
  animation-play-state: paused;
}
@media (max-width: 1023px) {
  [data-animation=fadeInUp] {
    animation-delay: var(--m-animation-delay, var(--animation-delay, 0s));
    animation-duration: var(--m-animation-duration, var(--animation-duration, 1s));
  }
}
[data-animation=fadeInUp].is-visible {
  animation-play-state: running;
}

.editor-styles-wrapper [data-animation] {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

[data-color-filter=white] {
  filter: brightness(0) invert(1);
}

[data-color-filter=black] {
  filter: brightness(0);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  html {
    font-size: 7px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2480px) {
  html {
    font-size: 9px;
  }
}
html.no-smooth-scroll {
  scroll-behavior: auto !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-text);
  line-height: 1.5;
  font-weight: var(--font-weight-default);
  background-color: var(--color-background);
  color: var(--color-text);
  overflow-x: hidden;
  direction: rtl;
  text-align: right;
}

.home-fallback {
  padding: 8rem 0 12rem;
}
.home-fallback--container {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  max-width: 90rem;
  margin: 0 auto;
}
.home-fallback--intro {
  text-align: center;
}
.home-fallback--intro h1 {
  margin-bottom: 1.6rem;
}
.home-fallback--description {
  font-size: var(--font-size-lg);
  opacity: 0.85;
  margin-bottom: 1.6rem;
}
.home-fallback--note {
  font-size: var(--font-size-sm);
  opacity: 0.6;
}
.home-fallback--section h2 {
  margin-bottom: 2.4rem;
  font-size: var(--h3-size);
}
.home-fallback--list, .home-fallback--posts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.home-fallback--list a, .home-fallback--post a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.6rem 2rem;
  border-radius: 1.2rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.home-fallback--list a:hover, .home-fallback--post a:hover {
  background: var(--color-surface-muted);
  border-color: var(--color-border-strong);
}
.home-fallback--post-title {
  font-weight: 500;
}
.home-fallback--more {
  margin-top: 2.4rem;
}

.simple-page {
  padding: 6rem 0 10rem;
}
.simple-page--container {
  max-width: 90rem;
  margin: 0 auto;
}
.simple-page--head {
  margin-bottom: 4rem;
}
.simple-page--title {
  margin: 0;
}
.simple-page--content {
  line-height: 1.7;
}

.article-single--hero {
  padding: 4rem 0 5rem;
}
.article-single--hero-container {
  max-width: 90rem;
  margin: 0 auto;
  text-align: center;
}
.article-single--meta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: var(--font-size-sm);
  margin-bottom: 2rem;
  opacity: 0.8;
}
.article-single--meta a {
  color: inherit;
  text-decoration: none;
}
.article-single--meta a:hover {
  text-decoration: underline;
}
.article-single--title {
  margin-bottom: 2rem;
}
.article-single--excerpt {
  font-size: var(--font-size-lg);
  opacity: 0.85;
  margin-bottom: 3rem;
}
.article-single--image {
  margin-top: 3rem;
}
.article-single--image img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
  object-fit: cover;
}
.article-single--body {
  padding-bottom: 10rem;
}
.article-single--content {
  max-width: 80rem;
  margin: 0 auto;
  line-height: 1.7;
}

.archive-page {
  padding: 6rem 0 10rem;
}
.archive-page--head {
  margin-bottom: 5rem;
  text-align: center;
}
.archive-page--title {
  margin-bottom: 1.6rem;
}
.archive-page--description {
  max-width: 70rem;
  margin: 0 auto;
  opacity: 0.85;
}
.archive-page--list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 1023px) {
  .archive-page--list {
    grid-template-columns: 1fr;
  }
}
.archive-page--empty {
  text-align: center;
  opacity: 0.7;
}
.archive-page--pagination {
  margin-top: 5rem;
  text-align: center;
}

.archive-card {
  height: 100%;
}
.archive-card--link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 1.6rem;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.archive-card--link:hover {
  transform: translateY(-4px);
}
.archive-card--image img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}
.archive-card--body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.archive-card--meta {
  display: flex;
  gap: 1rem;
  font-size: var(--font-size-xs);
  opacity: 0.7;
}
.archive-card--title {
  font-size: var(--font-size-lg);
  margin: 0;
}
.archive-card--excerpt {
  margin: 0;
  font-size: var(--font-size-sm);
  opacity: 0.8;
  line-height: 1.5;
}

.site-contact--container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .site-contact--container {
    gap: 2rem;
  }
}
.site-contact--body {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 5rem;
}
@media (max-width: 1023px) {
  .site-contact--body {
    grid-template-columns: 1fr;
  }
}
.site-contact--right {
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  padding: 5rem;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 1023px) {
  .site-contact--right {
    padding: 3rem;
  }
}
.site-contact--left {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 1023px) {
  .site-contact--left {
    display: none;
  }
}
.site-contact--map {
  height: 23rem;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.site-contact--map-location {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: var(--color-title);
  color: var(--color-on-component);
  display: flex;
  gap: 0.8rem;
  font-weight: bold;
  z-index: 3;
  border-radius: 50px;
  padding: 0.6rem 1.6rem;
  align-items: center;
  font-size: 1.6rem;
}
.site-contact--map-embed,
.site-contact--map iframe {
  position: absolute;
  top: -12rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 23.4rem);
}
.site-contact--image {
  flex: 1;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.site-contact--image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.site--breadcrumbs {
  position: relative;
  height: 0;
  z-index: 10;
  padding: 0 2rem;
}
.site--breadcrumbs .breadcrumbs {
  padding: 1rem 0;
  font-size: var(--font-size-xs);
}
.site--breadcrumbs .breadcrumbs > span {
  display: flex;
  align-items: center;
}
.site--breadcrumbs .breadcrumbs .sep {
  margin: 0 6px;
  font-size: 8px;
}

a.btn,
button.btn {
  display: inline-flex;
  position: relative;
  background: var(--color-component);
  color: var(--color-on-component);
  min-width: 14rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 3.6rem;
  font-size: inherit;
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 0.8rem;
}
a.btn i,
button.btn i {
  height: 2rem;
  width: auto;
  display: flex;
  align-items: center;
  line-height: 0;
}
a.btn:hover, a.btn:focus,
button.btn:hover,
button.btn:focus {
  background: var(--color-component-hover);
  color: var(--color-on-component);
}
a.btn-secondary,
button.btn-secondary {
  background: transparent;
  color: var(--color-text);
  border-color: var(--color-border-strong);
}
a.btn-secondary:hover, a.btn-secondary:focus,
button.btn-secondary:hover,
button.btn-secondary:focus {
  border-color: var(--color-component);
  color: var(--color-component);
  background: transparent;
}
a.btn-secondary-dark,
button.btn-secondary-dark {
  background: transparent;
  color: var(--color-text);
  border-color: var(--color-border);
}
a.btn-secondary-dark:hover, a.btn-secondary-dark:focus,
button.btn-secondary-dark:hover,
button.btn-secondary-dark:focus {
  border-color: var(--color-component);
  color: var(--color-component);
  background: transparent;
}
a.btn-special,
button.btn-special {
  background: var(--color-special);
  color: var(--color-on-component);
}
a.btn-special:hover, a.btn-special:focus,
button.btn-special:hover,
button.btn-special:focus {
  background: var(--color-special-hover);
  color: var(--color-on-component);
}
a.btn-smaller,
button.btn-smaller {
  min-width: 10rem;
  padding: 0.6rem 1.2rem;
  font-size: 80%;
}
a.btn-image,
button.btn-image {
  padding: 0;
  border: none !important;
  background-color: transparent !important;
}
a.btn-image img,
button.btn-image img {
  width: 100%;
  height: auto;
}

.site-footer {
  background-color: var(--color-footer-bg);
  border-top: 1px solid var(--color-border);
  padding: 3rem 2rem;
  font-size: 1.8rem;
}
@media (max-width: 1023px) {
  .site-footer {
    font-size: 1.4rem;
  }
}
.site-footer--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.site-footer--logo {
  width: 15%;
}
@media (max-width: 1023px) {
  .site-footer--logo {
    width: 40%;
  }
}
.site-footer--logo img {
  filter: var(--color-logo-filter);
}
.site-footer--social {
  font-size: 2.6rem;
}
@media (max-width: 1023px) {
  .site-footer--social {
    font-size: 2rem;
  }
}
.site-footer--menus ul {
  column-count: 2;
  column-gap: 2rem;
}
@media (max-width: 1023px) {
  .site-footer--menus ul {
    column-count: 1;
  }
}
.site-footer--menus ul li {
  break-inside: avoid;
  padding: 1rem 0;
}
@media (max-width: 1023px) {
  .site-footer--menus ul li {
    padding: 0.5rem 0;
  }
}
.site-footer--menus ul li ul {
  display: none;
}
@media (max-width: 1023px) {
  .site-footer--menus > div:nth-child(3) {
    grid-column: span 2;
  }
}
.site-footer--menus > div:nth-child(3) ul {
  column-count: 4;
}
@media (max-width: 1023px) {
  .site-footer--menus > div:nth-child(3) ul {
    column-count: 2;
  }
}
.site-footer--bottom {
  padding-top: 1rem;
  font-size: var(--font-size-xs);
  border-top: 1px solid var(--color-border);
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .site-footer--bottom {
    padding-top: 2rem;
    font-size: var(--font-size-md);
  }
}

.custom-gform .gform_wrapper {
  position: relative;
}
.custom-gform .gform_wrapper .gform_anchor {
  display: none;
}
.custom-gform .gform_wrapper .gform_fields {
  column-gap: 2.6rem !important;
  row-gap: 3.2rem;
}
@media (max-width: 1023px) {
  .custom-gform .gform_wrapper .gform_fields {
    gap: 2.2rem;
  }
}
.custom-gform .gform_wrapper .gform_title {
  font-size: 3.4rem;
}
@media (max-width: 1023px) {
  .custom-gform .gform_wrapper .gform_title {
    font-size: 2.6rem;
    font-weight: normal;
  }
}
.custom-gform .gform_wrapper .gfield_label {
  color: var(--color-text);
  line-height: 1.5;
}
.custom-gform .gform_wrapper .gfield_label .gfield_required {
  color: var(--color-accent);
}
.custom-gform .gform_wrapper input[type=text],
.custom-gform .gform_wrapper input[type=email],
.custom-gform .gform_wrapper input[type=tel],
.custom-gform .gform_wrapper textarea,
.custom-gform .gform_wrapper select {
  appearance: none;
  width: 100%;
  height: initial;
  color: var(--color-text);
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  padding: 0.5rem 1.2rem;
  font-size: 2rem;
  background-color: var(--color-surface);
}
.custom-gform .gform_wrapper input[type=text]::placeholder,
.custom-gform .gform_wrapper input[type=email]::placeholder,
.custom-gform .gform_wrapper input[type=tel]::placeholder,
.custom-gform .gform_wrapper textarea::placeholder,
.custom-gform .gform_wrapper select::placeholder {
  color: var(--color-text-muted);
  opacity: 0.7;
}
.custom-gform .gform_wrapper select {
  background-image: url(../images/chevron-down.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.custom-gform .gform_wrapper select option {
  background-color: var(--color-surface);
  color: var(--color-text);
}
.custom-gform .gform_wrapper textarea {
  width: 100%;
  height: 16rem;
  resize: none;
  padding: 1.2rem;
}
.custom-gform .gform_wrapper .gform_footer .gform_button {
  margin-right: auto !important;
  background-color: var(--color-component) !important;
  border: 0 !important;
  padding: 1.2rem 4.2rem !important;
  border-radius: 50px !important;
  font-size: 2rem !important;
  color: var(--color-on-component) !important;
  font-weight: bold !important;
}
@media (max-width: 1023px) {
  .custom-gform .gform_wrapper .gform_footer .gform_button {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
.custom-gform .gform_wrapper .gform_confirmation_message_1 {
  font-weight: bold;
}

.gfield--type-captcha {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

* {
  box-sizing: border-box;
}

body {
  font-size: var(--font-size-md);
}

main {
  margin: 0;
}

.container {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}
.container-tiny, .container[data-type=tiny] {
  max-width: 100rem;
}
.container-narrow, .container[data-type=narrow] {
  max-width: 120rem;
}
.container-default, .container[data-type=default] {
  max-width: 140rem;
}
.container-wide, .container[data-type=wide] {
  max-width: 180rem;
}
.container-wider, .container[data-type=wider] {
  max-width: 192rem;
}
.container-full, .container[data-type=full] {
  max-width: 100%;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  margin: 0;
  color: var(--color-title);
  font-weight: bold;
}

h1, .h1 {
  font-size: var(--h1-size);
}

h2, .h2 {
  font-size: var(--h2-size);
}

h3, .h3 {
  font-size: var(--h3-size);
}

h4, .h4 {
  font-size: var(--h4-size);
}

strong {
  color: var(--color-title);
}

section {
  position: relative;
  padding: 8rem 2rem;
}
.container section {
  padding: 0;
}
section[data-bg=default] {
  background-color: transparent;
}
section[data-bg=black1] {
  background-color: var(--color-surface-muted);
}
@media (max-width: 1023px) {
  section {
    padding: 5rem 2rem;
  }
  .container section {
    padding: 0;
  }
}

.section-container .cmpt:not([class*=cc--mb]) {
  margin-bottom: 6rem;
}
.section-container .cmpt:not([class*=cc--mb]):last-of-type {
  margin-bottom: 0;
}
.block-editor-block-list__layout > div {
  margin-bottom: 6rem;
}
.block-editor-block-list__layout > div:last-of-type {
  margin-bottom: 0;
}
.block-editor-block-list__layout .wp-block-acf-container,
.block-editor-block-list__layout .wp-block-acf-page-hero {
  margin: 0;
}
a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

.cc--wysiwyg a {
  color: var(--color-link);
}

img {
  display: block;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
}

.decorative-image {
  pointer-events: none;
  user-select: none;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 2rem 0;
}
.video-container:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2rem;
  z-index: 100;
  font-size: var(--font-size-sm);
  font-weight: 400;
  background-color: var(--color-header-bg);
  border-bottom: 1px solid var(--color-border-subtle);
}
body.home .site-header {
  position: fixed;
  background-color: transparent;
  border-bottom-color: transparent;
  transition: all 0.2s linear;
}
body.home .site-header:hover, body.home .site-header:focus-within, body.home .site-header.scrolled {
  background-color: var(--color-header-scrolled-bg);
  border-bottom-color: var(--color-border);
}
@media (max-width: 1023px) {
  .site-header {
    padding: 2rem;
    font-size: var(--font-size-lg);
  }
}
.site-header--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .site-header--container {
    flex-direction: row-reverse;
  }
}
.site-header--logo {
  width: 14rem;
}
@media (max-width: 1023px) {
  .site-header--logo {
    width: 10rem;
  }
}
.site-header--logo img {
  width: 100%;
  height: auto;
}

@media (max-width: 1023px) {
  .site-navigation {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
  }
  .site-navigation.toggled {
    display: block;
  }
}
.site-navigation ul {
  display: flex;
}
.site-navigation a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--color-text);
  text-decoration: none;
}
@media (max-width: 1023px) {
  .site-navigation a {
    justify-content: space-between;
  }
}
.site-navigation ul.menu {
  gap: 5rem;
}
@media (max-width: 1023px) {
  .site-navigation ul.menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 2rem;
    background-color: var(--color-surface);
    flex-direction: column;
    gap: 2rem;
    overflow: auto;
    border-top: 1px solid var(--color-border);
  }
}
.site-navigation ul.menu > li > a {
  padding: 2.5rem 0;
}
@media (max-width: 1023px) {
  .site-navigation ul.menu > li > a {
    padding: 1rem 0;
  }
}
.site-navigation ul.menu > li.menu-item-has-children {
  position: relative;
}
.site-navigation ul.menu > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 1rem;
  height: 2rem;
  background: url("../icons/chevron-down.svg") no-repeat center;
  background-size: contain;
  transition: transform 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .site-navigation ul.menu > li.menu-item-has-children:hover ul.sub-menu, .site-navigation ul.menu > li.menu-item-has-children:focus-within ul.sub-menu {
    display: flex;
  }
  .site-navigation ul.menu > li.menu-item-has-children:hover > a:after, .site-navigation ul.menu > li.menu-item-has-children:focus-within > a:after {
    transform: rotate(180deg);
  }
}
@media (max-width: 1023px) {
  .site-navigation ul.menu > li.menu-item-has-children.focus ul.sub-menu {
    display: flex;
  }
  .site-navigation ul.menu > li.menu-item-has-children.focus > a:after {
    transform: rotate(180deg);
  }
}
@media (max-width: 1023px) {
  .site-navigation.toggled ul.menu {
    display: flex;
  }
}
.site-navigation ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  min-width: 24rem;
  padding: 1rem 3rem;
  font-size: var(--font-size-xs);
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  flex-direction: column;
}
@media (max-width: 1023px) {
  .site-navigation ul.sub-menu {
    position: static;
    width: 100%;
    min-width: initial;
    padding: 2rem 3rem 2rem 0;
    font-size: var(--font-size-md);
    background-color: transparent;
    transform: none;
    border: 0;
    box-shadow: none;
  }
}
.site-navigation ul.sub-menu:after {
  content: "";
  position: absolute;
  top: -3.2rem;
  left: 0;
  width: 100%;
  height: 4rem;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .site-navigation ul.sub-menu li:not(:last-of-type) {
    border-bottom: 1px solid var(--color-border);
  }
}
.site-navigation ul.sub-menu li a {
  padding: 2rem 0;
}
@media (max-width: 1023px) {
  .site-navigation ul.sub-menu li a {
    padding: 1rem 0;
  }
}
.site-navigation .mega-menu ul.sub-menu {
  width: 100rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
}
@media (max-width: 1023px) {
  .site-navigation .mega-menu ul.sub-menu {
    width: 100%;
    flex-direction: column;
  }
}
.site-navigation .mega-menu ul.sub-menu > li {
  width: 25%;
  border-bottom: 0;
}
@media (max-width: 1023px) {
  .site-navigation .mega-menu ul.sub-menu > li {
    width: 100%;
  }
}
.site-navigation .mega-menu ul.sub-menu > li a {
  gap: 2rem;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .site-navigation .mega-menu ul.sub-menu > li a {
    align-items: center;
    justify-content: flex-start;
  }
}
.site-navigation .mega-menu ul.sub-menu > li img {
  display: block;
  width: 10rem;
  height: auto;
  border-radius: 22px;
  padding: 0;
}
@media (max-width: 1023px) {
  .site-navigation .mega-menu ul.sub-menu > li img {
    width: 6.5rem;
  }
}

.site-header--toggle {
  display: flex;
}

.menu-toggle {
  position: relative;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 0;
  border: 0;
  font-size: 2.6rem;
  background-color: transparent;
}
.menu-toggle i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-text);
}
.menu-toggle[aria-expanded=false] i.fa-xmark {
  display: none;
}
.menu-toggle[aria-expanded=true] i.fa-bars {
  display: none;
}
