:root {
  --accent: #d65050;
  --accent-dark: #b73d3d;
  --navy: #00102e;
  --navy-soft: #233452;
  --muted: #737c8c;
  --bg: #fcfff2;
  --white: #ffffff;
  --black: #000000;
  --border: #dde2ea;
  --shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  --container: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  color: var(--navy-soft);
  background-color: var(--bg);
}

.CC639 {
  background: linear-gradient(rgba(252,255,242,0.72), rgba(252,255,242,0.86)), var(--bg-image, var(--site-bg-image, none)) center top / cover no-repeat fixed;
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

iframe {
  border: 0;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

a:hover {
  color: var(--accent-dark);
}

.CC63024 {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.CC51431 {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 9999;
  background: var(--white);
  color: var(--black);
  padding: 10px 14px;
}

.CC51431:focus {
  left: 12px;
  top: 12px;
}

.C5540 {
  position: relative;
  z-index: 1000;
  background: #000;
}

.CC503 {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.CC011 {
  flex: 0 1 auto;
  min-width: 0;
}

.C802 {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--white);
}

.C802:hover {
  color: var(--white);
}

.C724 {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}

.C86760 {
  flex: 0 0 auto;
}

.CC70711 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.CC70711 a {
  display: inline-block;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 0;
}

.CC70711 a:hover,
.CC70711 a.active {
  color: var(--accent);
}

.C08311 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--white);
}

.C08311 svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.C08311:hover {
  color: var(--white);
}

.CC57230 {
  height: 130px;
  background: transparent;
}

.C9546 {
  display: none;
}

.CC4615 {
  padding: 60px 0 100px;
  background: transparent;
}


.CC4615 {
  padding: 20px 0 100px;
  margin-top: -40px;
  background: transparent;
}

.CC92739 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  align-items: start;
}

.CC25732,
.CC3411 {
  min-width: 0;
}

.CC6072,
.C1670 {
  background: var(--white);
  box-shadow: var(--shadow);
}

.CC6072 {
  padding: 34px;
}

.C486,
.C962 {
  margin-bottom: 24px;
}

.C486 h1,
.C962 h1 {
  margin: 0;
  color: var(--navy);
  font-size: 66px;
  line-height: 1.08;
  font-weight: 700;
}

.CC2393 h2,
.CC84945 h2 {
  margin: 38px 0 16px;
  color: var(--navy);
  font-size: 38px;
  line-height: 1.18;
}

.CC2393 h3,
.CC84945 h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.2;
}

.CC2393 p,
.CC84945 p {
  margin: 0 0 18px;
}

.CC2393 strong,
.CC84945 strong {
  color: var(--navy);
}

.CC1773,
.C4427 {
  margin: 30px 0 10px;
}

.CC1773 img,
.C4427 img {
  width: 100%;
}

.CC3411 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.C1670 {
  padding: 30px;
}

.CC69377 {
  margin: 0 0 22px;
  padding-bottom: 12px;
  position: relative;
  color: var(--navy);
  font-size: 32px;
  line-height: 1.2;
}

.CC69377::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 82px;
  height: 4px;
  background: var(--accent);
}

.C853 {
  margin: 0;
  padding-left: 22px;
}

.C853 li {
  margin-bottom: 14px;
}

.C883 {
  padding-left: 18px;
}

.CC92983 {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  background: #111;
}

.CC92983 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.CC1475 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 40px;
}

.C1656 {
  border: 1px solid var(--border);
  padding: 22px;
  background: #fbfcff;
}

.C1656 p {
  margin: 0;
}

.CC6587 {
  margin-top: 14px;
}

.CC455 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.CC6654 {
  margin-bottom: 18px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--navy);
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--navy-soft);
  padding: 14px 16px;
  font: inherit;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(214, 80, 80, 0.12);
}

textarea {
  resize: vertical;
  min-height: 180px;
}

.CC70028 {
  display: inline-block;
  border: 0;
  background: var(--accent);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 14px 26px;
  cursor: pointer;
}

.CC70028:hover {
  background: var(--accent-dark);
  color: var(--white);
}

.CC93481 {
  background: #000;
  color: var(--white);
  text-align: center;
}

.C3279 {
  padding: 24px 0;
  font-size: 15px;
}

.C333 {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--white);
  border-radius: 2px;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.C333:hover {
  background: var(--accent-dark);
  color: var(--white);
}

@media (max-width: 1200px) {
  .C486 h1,
.C962 h1 {
    font-size: 56px;
  }
}

@media (max-width: 1100px) {
  .CC92739 {
    grid-template-columns: 1fr;
  }

  .CC3411 {
    order: 2;
  }

  .CC25732 {
    order: 1;
  }
}

@media (max-width: 820px) {
  .CC503 {
    min-height: auto;
    padding: 14px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .C802 {
    font-size: 24px;
  }

  .C724 {
    width: 100%;
    justify-content: space-between;
    gap: 14px;
  }

  .CC70711 {
    justify-content: flex-start;
    gap: 18px;
    flex-wrap: wrap;
  }

  .CC70711 a {
    font-size: 12px;
  }

  .CC57230 {
    height: 260px;
  }

  .CC6072 {
    padding: 28px;
  }

  .C486 h1,
.C962 h1 {
    font-size: 44px;
  }

  .CC1475,
  .CC455 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .CC63024 {
    width: min(var(--container), calc(100% - 20px));
  }

  .CC4615 {
    padding: 28px 0 70px;
  }

  .CC57230 {
    height: 180px;
  }

  .C1670,
  .CC6072 {
    padding: 20px;
  }

  .C802 {
    font-size: 20px;
  }

  .CC70711 a {
    font-size: 12px;
  }

  .C486 h1,
.C962 h1 {
    font-size: 34px;
  }

  .CC2393 h2,
.CC84945 h2 {
    font-size: 28px;
  }

  .CC69377 {
    font-size: 24px;
  }
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(214,80,80,0.12), transparent 26%);
  z-index: 0;
}

#page {
  position: relative;
  z-index: 1;
}

.C5540 {
  position: sticky;
  top: 0;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(0, 0, 0, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.C5540::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
}

.C802,
.CC70711 a,
.C08311,
.CC70028,
.C333,
.CC6072,
.C1670,
.C1656,
input,
textarea,
.CC1773 img,
.C4427 img {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}

.CC70711 a {
  position: relative;
}

.CC70711 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.CC70711 a:hover::after,
.CC70711 a.active::after,
.CC70711 a[aria-current="page"]::after {
  transform: scaleX(1);
  opacity: 1;
}

.CC57230 {
  position: relative;
  overflow: hidden;
}

.CC57230::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.16), rgba(0,0,0,0));
}

.CC6072,
.C1670 {
  border: 1px solid rgba(221, 226, 234, 0.72);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.CC6072:hover,
.C1670:hover {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.CC84945 > * {
  max-width: 100%;
}

.CC84945 p,
.C853 li,
.C883 li,
input,
textarea {
  font-size: 17px;
}

.CC1773,
.C4427 {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

.CC1773 img:hover,
.C4427 img:hover {
  transform: scale(1.03);
}

.CC3411 .C1670:first-child {
  position: sticky;
  top: 96px;
}

.C1656 {
  border-radius: 16px;
}

.C1656:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

input,
textarea {
  border-radius: 14px;
}

.CC70028 {
  border-radius: 999px;
  box-shadow: 0 14px 26px rgba(214, 80, 80, 0.22);
}

.CC70028:hover {
  transform: translateY(-2px);
}

.C333 {
  border-radius: 999px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
}

.C333.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.CC1167 {
  opacity: 0;
  transform: translateY(20px);
}

.CC1167.revealed {
  opacity: 1;
  transform: translateY(0);
}

.C007 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 2000;
  background: transparent;
  pointer-events: none;
}

.CC73025 {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), #ff9a7c);
  box-shadow: 0 0 18px rgba(214, 80, 80, 0.45);
}

.C353 {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 90px 20px 20px;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.C353.open {
  opacity: 1;
  visibility: visible;
}

.C0244 {
  width: min(760px, 100%);
  background: #fff;
  color: var(--navy-soft);
  border-radius: 22px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transform: translateY(-16px) scale(0.98);
  transition: transform 0.25s ease;
}

.C353.open .C0244 {
  transform: translateY(0) scale(1);
}

.CC92929 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border);
}

.CC92929 input {
  border: 0;
  box-shadow: none;
  padding: 0;
  font-size: 18px;
}

.CC30222 {
  flex: 0 0 auto;
  border: 0;
  background: #f2f4f8;
  color: var(--navy);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
}

.C95283 {
  max-height: min(60vh, 560px);
  overflow: auto;
  padding: 8px;
}

.C6807 {
  display: block;
  padding: 16px;
  border-radius: 16px;
  color: inherit;
}

.C6807:hover,
.C6807.active-result {
  background: #f7f9fc;
  color: inherit;
}

.C6807 strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
}

.C6807 span {
  color: var(--muted);
  font-size: 14px;
}

.CC0521 {
  padding: 26px 20px 28px;
  color: var(--muted);
}

.C61858 {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 3200;
  min-width: 240px;
  max-width: min(420px, calc(100% - 40px));
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(0, 16, 46, 0.94);
  color: #fff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.C61858.show {
  opacity: 1;
  transform: translateY(0);
}

body.search-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .CC3411 .C1670:first-child {
    position: static;
  }
}

@media (max-width: 820px) {
  .C5540 {
    position: relative;
  }

  .C724 {
    align-items: center;
  }

  .CC92929 {
    padding: 16px;
  }
}

@media (max-width: 575px) {
  .CC84945 p,
  .C853 li,
  .C883 li,
  input,
  textarea {
    font-size: 16px;
  }

  .C353 {
    padding-top: 70px;
  }

  .C0244 {
    border-radius: 18px;
  }
}

:root {
  --scroll-progress: 0%;
  --glass: rgba(255, 255, 255, 0.72);
  --glass-border: rgba(255, 255, 255, 0.38);
  --dark-bg: #07111f;
  --dark-card: #101b2d;
  --dark-text: #dbe5f7;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(214, 80, 80, 0.12), transparent 30%),
    radial-gradient(circle at left 20%, rgba(35, 52, 82, 0.14), transparent 25%);
  z-index: -1;
}

.C5540 {
  position: sticky;
  top: 0;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.C802,
.CC70711 a,
.C08311 {
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}

.CC70711 a {
  position: relative;
}

.CC70711 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.CC70711 a:hover::after,
.CC70711 a.active::after { transform: scaleX(1); }

.CC6072,
.C1670,
.C1656 {
  border-radius: 20px;
  border: 1px solid rgba(0, 16, 46, 0.08);
  box-shadow: 0 20px 50px rgba(3, 13, 32, 0.10), 0 2px 12px rgba(3, 13, 32, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.CC6072:hover,
.C1670:hover,
.C1656:hover {
  box-shadow: 0 28px 65px rgba(3, 13, 32, 0.16), 0 4px 18px rgba(3, 13, 32, 0.08);
  border-color: rgba(214, 80, 80, 0.18);
}

.CC6072 {
  position: relative;
  overflow: hidden;
}

.CC6072::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--accent), rgba(214, 80, 80, 0.15));
}

.CC84945 h2,
.CC2393 h3,
.CC84945 h3 {
  position: relative;
  scroll-margin-top: 100px;
}

.C035 {
  margin-left: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(214, 80, 80, 0.10);
  color: var(--accent);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.CC84945 h2:hover .C035,
.CC84945 h3:hover .C035 { opacity: 1; }
.C035:hover { background: rgba(214, 80, 80, 0.18); transform: translateY(-4px); }

.CC974 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.CC974 span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(35, 52, 82, 0.06);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.CC1773,
.C4427 {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 22px 44px rgba(4, 14, 34, 0.16);
}

.C4427 img,
.CC84945 img {
  transition: transform 0.6s ease, filter 0.35s ease;
  cursor: zoom-in;
}

.C4427:hover img,
.CC84945 img:hover { transform: scale(1.04); }

.C82943 {
  list-style: none;
  padding-left: 0;
}
.C82943 li { margin-bottom: 10px; }
.C82943 a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--navy-soft);
  background: rgba(35, 52, 82, 0.04);
}
.C82943 a.active,
.C82943 a:hover {
  background: rgba(214, 80, 80, 0.10);
  color: var(--accent-dark);
}

.C353 {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 8vh 18px 18px;
  background: rgba(2, 8, 18, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.24s ease, visibility 0.24s ease;
  z-index: 1200;
}
.C353.open { opacity: 1; visibility: visible; }
.C0244 {
  width: min(760px, 100%);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 28px 90px rgba(3, 13, 32, 0.28);
  padding: 18px;
}
.CC92929 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-bottom: 8px;
}
.CC30222 {
  width: 50px;
  border: 0;
  border-radius: 14px;
  background: rgba(35, 52, 82, 0.08);
  color: var(--navy);
  cursor: pointer;
}
.CC965,
.CC0926 {
  color: var(--muted);
  font-size: 13px;
}
.C95283 {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.C6807 {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(35, 52, 82, 0.04);
  border: 1px solid transparent;
}
.C6807 strong,
.C6807 span { display: block; }
.C6807 span { margin-top: 4px; color: var(--muted); }
.C6807:hover,
.C6807.active-result {
  border-color: rgba(214, 80, 80, 0.18);
  background: rgba(214, 80, 80, 0.08);
}

.C00833 {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 10px;
  z-index: 1100;
}
.C667 {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  box-shadow: 0 16px 40px rgba(3, 13, 32, 0.16);
  cursor: pointer;
  font-size: 18px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.C667:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(3, 13, 32, 0.22); }

.C333 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  border-radius: 16px;
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease, background-color 0.22s ease;
}
.C333.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.C007 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 1300;
}
.CC73025 {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--accent), #ff8d8d, var(--navy));
  box-shadow: 0 0 16px rgba(214, 80, 80, 0.36);
}

.CC1167 {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.CC1167.revealed {
  opacity: 1;
  transform: translateY(0);
}

.C61858 {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%) translateY(18px);
  background: rgba(7, 17, 31, 0.92);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(2, 8, 18, 0.28);
  opacity: 0;
  z-index: 1300;
  transition: opacity 0.24s ease, transform 0.24s ease;
}
.C61858.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.C7034 {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(5, 10, 18, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.24s ease, visibility 0.24s ease;
  z-index: 1400;
}
.C7034.open { opacity: 1; visibility: visible; }
.CC40094 {
  max-width: min(92vw, 1180px);
  max-height: 82vh;
  border-radius: 18px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.45);
}
.C83325 {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.CC629 {
  border-color: #d65050 !important;
  box-shadow: 0 0 0 4px rgba(214, 80, 80, 0.12) !important;
}

body.theme-dark {
  color: var(--dark-text);
  background: var(--dark-bg);
}
body.theme-dark .C5540,
body.theme-dark .CC93481 { background: rgba(4, 10, 18, 0.88); }
body.theme-dark .CC6072,
body.theme-dark .C1670,
body.theme-dark .C1656,
body.theme-dark .C0244,
body.theme-dark .C667 {
  background: rgba(16, 27, 45, 0.95);
  color: var(--dark-text);
  border-color: rgba(255, 255, 255, 0.08);
}
body.theme-dark .C486 h1,
body.theme-dark .C962 h1,
body.theme-dark .CC2393 h2,
body.theme-dark .CC84945 h2,
body.theme-dark .CC2393 h3,
body.theme-dark .CC84945 h3,
body.theme-dark label,
body.theme-dark .CC69377,
body.theme-dark .C802,
body.theme-dark .CC974 span,
body.theme-dark .CC30222,
body.theme-dark .C08311,
body.theme-dark .C667,
body.theme-dark a:not(.CC70711 a) { color: #edf4ff; }
body.theme-dark .C82943 a,
body.theme-dark .C6807,
body.theme-dark .CC974 span { background: rgba(255,255,255,0.05); }
body.theme-dark input,
body.theme-dark textarea {
  background: rgba(255,255,255,0.03);
  color: #fff;
  border-color: rgba(255,255,255,0.12);
}

@media (max-width: 900px) {
  .C00833 {
    top: auto;
    bottom: 84px;
    right: 14px;
    transform: none;
  }

  .CC70711 {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .CC70711::-webkit-scrollbar { display: none; }
}

@media (max-width: 575px) {
  .C0244 { padding: 14px; border-radius: 18px; }
  .CC92929 { grid-template-columns: 1fr 44px; }
  .C00833 { gap: 8px; }
  .C667, .C333 { width: 42px; height: 42px; border-radius: 14px; }
  .CC974 { gap: 8px; }
  .CC974 span { font-size: 12px; padding: 0 12px; }
  .C035 { opacity: 1; width: 30px; height: 30px; }
}


/* Alternating text reveal directions */
.CC1167.reveal-from-left {
  transform: translate3d(-48px, 0, 0);
}

.CC1167.reveal-from-right {
  transform: translate3d(48px, 0, 0);
}

.CC1167.revealed.reveal-from-left,
.CC1167.revealed.reveal-from-right {
  transform: translate3d(0, 0, 0);
}


.CC639.has-site-bg {
  background: linear-gradient(rgba(252,255,242,0.72), rgba(252,255,242,0.86)), var(--site-bg-image) center top / cover no-repeat fixed;
}

.CC1773.is-hidden,
.C4427.is-hidden {
  display: none;
}


/* Generator compatibility */
.C277 { min-height: 100%; }
.CC2393,
.CC30592 { color: inherit; }
.CC2393 img,
.CC30592 img { max-width: 100%; height: auto; }
.CC4222,
.CC1773 { margin: 30px 0 10px; }
.CC4222 img,
.CC1773 img { border-radius: 18px; box-shadow: 0 12px 28px rgba(0,0,0,0.10); }
.CC92739{
  grid-template-columns: 320px minmax(0, 1fr);
  grid-template-areas: "sidebar content";
}

.CC92739 > .CC3411{
  grid-area: sidebar;
}

.CC92739 > .CC25732{
  grid-area: content;
}

@media (max-width: 1100px){
  .CC92739{
    grid-template-columns: 1fr;
    grid-template-areas:
      "content"
      "sidebar";
  }
}
/* ===== Mobile burger navigation fix ===== */
.C5540,
.CC503,
.C724 {
  position: relative;
}

.C0111 {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease, opacity .2s ease;
}

.C0111:hover,
.C0111:focus-visible {
  background: rgba(255,255,255,.08);
  transform: translateY(-1px);
}

.C0111 .C55160 {
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
}

.C0111 .C55160::before,
.C0111 .C55160::after,
.C0111 .CC37800 {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.5px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .25s ease, opacity .25s ease, top .25s ease;
}

.C0111 .C55160::before { top: 0; }
.C0111 .CC37800 { top: 6.75px; }
.C0111 .C55160::after { top: 13.5px; }

body.mobile-nav-open .C0111 .C55160::before {
  top: 6.75px;
  transform: rotate(45deg);
}

body.mobile-nav-open .C0111 .CC37800 {
  opacity: 0;
}

body.mobile-nav-open .C0111 .C55160::after {
  top: 6.75px;
  transform: rotate(-45deg);
}

@media (max-width: 820px) {
  .CC503 {
    min-height: 72px;
    padding: 14px 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .CC011 {
    flex: 1 1 auto;
    min-width: 0;
  }

  .C724 {
    width: auto;
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
  }

  .C0111 {
    display: inline-flex;
    order: 1;
  }

  .C08311 {
    order: 2;
    width: 40px;
    height: 40px;
  }

  .C86760 {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    width: min(280px, calc(100vw - 20px));
    padding: 12px;
    background: rgba(8, 8, 8, 0.98);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(0,0,0,.30);
    z-index: 1200;
  }

  body.mobile-nav-open .C86760 {
    display: block;
  }

  .CC70711 {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
    overflow: visible;
    padding-bottom: 0;
  }

  .CC70711 a {
    display: block;
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.2;
    background: rgba(255,255,255,.04);
    border-radius: 12px;
  }

  .CC70711 a:hover,
  .CC70711 a.active,
  .CC70711 a[aria-current="page"] {
    background: rgba(255,255,255,.10);
  }

  .CC70711 a::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .C86760 {
    width: calc(100vw - 20px);
    right: -2px;
  }

  .C802 {
    font-size: 18px;
  }
}

/* Website Factory Sample 16 generated override */
:root{
  --accent: #4968a2;
  --accent-dark: #3c5585;
  --navy: #1b263a;
  --navy-soft: #374253;
  --muted: #8b919b;
  --bg: #ebf0f8;
  --border: #e2e7f0;
  --shadow: 0 18px 42px rgba(27,38,58,0.14);
}
body{background-color:var(--bg);color:var(--navy-soft);}
.CC639{background:linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.8)), var(--bg-image, var(--site-bg-image, none)) center top / cover no-repeat fixed;}
.C5540{background:#2b3d60;box-shadow:0 12px 26px rgba(73,104,162,0.1);}
.CC93481{background:#293b5c;}
.C802,.CC70711 a,.C08311{color:#fff;}
.CC70711 a:hover,.CC70711 a.active,.C853 a:hover,.C853 a.active,.C82943 a:hover,.C82943 a.active,.C08311:hover,.CC639 a:hover{color:var(--accent);}
.CC6072,.C1670,.C0244,.C00833,.C7034 .CC40094{border:1px solid rgba(73,104,162,0.1);box-shadow:var(--shadow);}
.C486 h1,.CC2393 h2,.CC84945 h2,.CC2393 h3,.CC84945 h3,.CC69377{color:var(--navy);}
.CC2393 strong,.CC84945 strong{color:var(--navy);}
.CC1773 img,.C4427 img{border:1px solid rgba(73,104,162,0.18);box-shadow:0 14px 34px rgba(73,104,162,0.1);}
.C333,.CC70028,.CC6587 button,.CC6587 button[type="submit"],.C0111,.C667,.CC30222{background:var(--accent);color:#ffffff;border:1px solid var(--accent);}
.C333:hover,.CC70028:hover,.CC6587 button:hover,.CC6587 button[type="submit"]:hover,.C0111:hover,.C667:hover,.CC30222:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:#ffffff;}
.C6807:hover,.C6807.active-result{border-color:var(--accent);background:rgba(73,104,162,0.07);}
.CC974 span,.CC0926,.CC965{color:var(--muted);}
.CC6587 input:focus,.CC6587 textarea:focus,.CC87444:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(73,104,162,0.1);}
.CC629{border-color:var(--accent) !important;box-shadow:0 0 0 3px rgba(73,104,162,0.1) !important;}
@media (max-width: 820px){.CC639{background-attachment:scroll;}.C0111{display:inline-flex;align-items:center;justify-content:center;}}
/* WF final opaque text container override start */
:root{--wf-final-box-1:#fefce8;--wf-final-box-2:#faf5ff;--wf-final-box-3:#eff6ff;--wf-final-box-4:#fffbeb;--wf-final-text:#334155;--wf-final-title:#111827;--wf-final-muted:#475569;--wf-final-border:rgba(15,23,42,.14);--wf-final-shadow:rgba(15,23,42,.10);}\nhtml body article,html body main article,html body main > section,html body main > div,html body [role="main"] article,html body [role="main"] section,html body [role="main"] > div,html body :where(article,section,div,aside)[class*="article"],html body :where(article,section,div,aside)[class*="Article"],html body :where(article,section,div,aside)[class*="content"],html body :where(article,section,div,aside)[class*="Content"],html body :where(article,section,div,aside)[class*="entry"],html body :where(article,section,div,aside)[class*="Entry"],html body :where(article,section,div,aside)[class*="post"],html body :where(article,section,div,aside)[class*="Post"],html body :where(article,section,div,aside)[class*="card"],html body :where(article,section,div,aside)[class*="Card"],html body :where(article,section,div,aside)[class*="panel"],html body :where(article,section,div,aside)[class*="Panel"],html body :where(article,section,div,aside)[class*="box"],html body :where(article,section,div,aside)[class*="Box"],html body :where(article,section,div,aside)[class*="widget"],html body :where(article,section,div,aside)[class*="Widget"],html body .content-card,html body .article-card,html body .post-card,html body .page-card,html body .contact-card,html body .contact-panel,html body .widget,html body section.widget,html body aside.widget,html body .sidebar .widget{background:var(--wf-final-box-1) !important;background-color:var(--wf-final-box-1) !important;background-image:none !important;opacity:1 !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;color:var(--wf-final-text) !important;border:1px solid var(--wf-final-border) !important;box-shadow:0 18px 42px var(--wf-final-shadow) !important;}\nhtml body main > section:nth-of-type(2n),html body main > div:nth-of-type(2n),html body article:nth-of-type(2n),html body :where(article,section,div,aside)[class*="card"]:nth-of-type(2n),html body :where(article,section,div,aside)[class*="panel"]:nth-of-type(2n),html body :where(article,section,div,aside)[class*="content"]:nth-of-type(2n),html body .widget:nth-of-type(2n){background:var(--wf-final-box-2) !important;background-color:var(--wf-final-box-2) !important;background-image:none !important;}\nhtml body main > section:nth-of-type(3n),html body main > div:nth-of-type(3n),html body article:nth-of-type(3n),html body :where(article,section,div,aside)[class*="card"]:nth-of-type(3n),html body :where(article,section,div,aside)[class*="panel"]:nth-of-type(3n),html body :where(article,section,div,aside)[class*="content"]:nth-of-type(3n),html body .widget:nth-of-type(3n){background:var(--wf-final-box-3) !important;background-color:var(--wf-final-box-3) !important;background-image:none !important;}\nhtml body article.page,html body .post,html body .hentry{background:var(--wf-final-box-4) !important;background-color:var(--wf-final-box-4) !important;background-image:none !important;opacity:1 !important;color:var(--wf-final-text) !important;}\nhtml body article :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body main :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body :where(article,section,div,aside)[class*="card"] :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body :where(article,section,div,aside)[class*="panel"] :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text){background:transparent !important;background-image:none !important;opacity:1 !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;}\nhtml body article::before,html body article::after,html body main > section::before,html body main > section::after,html body main > div::before,html body main > div::after,html body :where(article,section,div,aside)[class*="card"]::before,html body :where(article,section,div,aside)[class*="card"]::after,html body :where(article,section,div,aside)[class*="panel"]::before,html body :where(article,section,div,aside)[class*="panel"]::after,html body :where(article,section,div,aside)[class*="content"]::before,html body :where(article,section,div,aside)[class*="content"]::after{background:transparent !important;background-image:none !important;opacity:0 !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;pointer-events:none !important;}\nhtml body article :where(p,li,span,div,blockquote,small,strong,em),html body main > section :where(p,li,span,div,blockquote,small,strong,em),html body main > div :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="card"] :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="panel"] :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="content"] :where(p,li,span,div,blockquote,small,strong,em),html body .widget :where(p,li,span,div,blockquote,small,strong,em){color:var(--wf-final-text) !important;}\nhtml body article :where(h1,h2,h3,h4,h5,h6),html body main > section :where(h1,h2,h3,h4,h5,h6),html body main > div :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="card"] :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="panel"] :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="content"] :where(h1,h2,h3,h4,h5,h6),html body .widget :where(h1,h2,h3,h4,h5,h6){color:var(--wf-final-title) !important;}\nhtml body article a,html body main > section a,html body main > div a,html body :where(article,section,div,aside)[class*="card"] a,html body :where(article,section,div,aside)[class*="panel"] a,html body :where(article,section,div,aside)[class*="content"] a,html body .widget a{color:var(--wf-accent, var(--accent, #2563eb)) !important;}\nhtml body article small,html body article .muted,html body main > section small,html body main > section .muted,html body main > div small,html body main > div .muted,html body .widget small,html body .widget .muted{color:var(--wf-final-muted) !important;}\n/* WF final opaque text container override end */
