@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Source+Sans+3:wght@400;600;700&display=swap');

 :root {
  --bg: #08111f;
  --bg-soft: #0f1728;
  --text: #eef3fb;
  --muted: rgba(231, 239, 251, 0.84);
  --border: rgba(255, 255, 255, 0.10);
  --border-strong: rgba(255, 255, 255, 0.18);
  --accent: #d65245;
  --surface: rgba(7, 13, 24, 0.72);
  --surface-strong: rgba(10, 18, 32, 0.82);
  --surface-soft: rgba(255, 255, 255, 0.03);
  --shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
  --wrapper: 1510px;
  --content: 1380px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 36%),
    linear-gradient(180deg, rgba(4, 8, 16, 0.18), rgba(4, 8, 16, 0.42)),
    var(--bg);
  color: var(--text);
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.72;
}

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

iframe {
  border: 0;
  display: block;
  width: 100%;
}

figure,
p,
h1,
h2,
h3,
ul {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body,
button,
input,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c675629 {
  position: absolute;
  left: -9999px;
  top: 0;
}

.c675629:focus {
  left: 16px;
  top: 16px;
  z-index: 10000;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  color: #000;
}

.c675613 {
  width: min(var(--wrapper), calc(100% - 160px));
  margin: 0 auto;
}

.c675670 {
  position: relative;
  z-index: 10;
  background: linear-gradient(180deg, rgba(4, 9, 18, 0.94), rgba(4, 9, 18, 0.82));
  backdrop-filter: blur(10px);
}

.c675631 {
  padding-top: 28px;
}

.c675623 {
  text-align: center;
  padding-bottom: 28px;
}

.c675660 {
  margin: 0;
}

.c675660 a {
  display: inline-block;
  font-family: "Cinzel", "Times New Roman", Georgia, serif;
  font-size: clamp(2.15rem, 3.6vw, 3.65rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.c675660 a:hover {
  opacity: 1;
}

.c675656 {
  border-top: 1px solid var(--border);
}

.c675664 {
  position: relative;
}

.c675664 > .c675640 {
  display: flex;
  justify-content: center;
}

.c67561 {
  display: none;
}

.c675639,
.c675669 {
  display: none;
}

.c675640 {
  display: flex;
  justify-content: center;
}

.c675644 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.c675647 {
  position: relative;
}

.c675644 a {
  display: block;
  padding: 18px 0 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  transition: color 0.2s ease;
}

.c675644 a:hover {
  color: var(--accent);
  opacity: 1;
}

.c675647.c67568::before,
.c675647 .c675671::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 84px;
  height: 2px;
  background: var(--accent);
  transform: translateX(-50%);
}

.c675647.c67568 > a,
.c675644 a.c675671 {
  color: var(--accent);
}

.c675642 {
  position: relative;
  z-index: 1;
}

.c675665 {
  width: calc(100% - 8px);
  margin: 0 auto;
}

.custom-header-media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-top: 0;
  border-radius: 0 0 28px 28px;
  background: #62758b center 22% / cover no-repeat;
}

.custom-header-media > img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center 22%;
  filter: saturate(0.9) brightness(0.92);
  transform: scale(1.01);
}

.c675657 {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 18, 0.24), rgba(5, 10, 18, 0.56)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 46%),
    linear-gradient(90deg, rgba(18, 29, 46, 0.16), rgba(7, 13, 24, 0.06));
  pointer-events: none;
}

.custom-header-media.hero-uses-generated-background > img {
  opacity: 0;
}

.custom-header-media.hero-uses-generated-background {
  background-color: #8ca3bb;
}

.c675673 {
  display: inline;
}

.c675645 {
  padding: 62px 0 88px;
}

.c675625 {
  width: min(var(--content), calc(100% - 160px));
  margin: 0 auto;
}

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

.c67565,
.c675675 {
  min-width: 0;
}

.page-entry {
  padding: clamp(28px, 4vw, 46px);
  border-radius: 26px;
  background: linear-gradient(180deg, var(--surface), var(--surface-strong));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.c675617 {
  margin-bottom: 24px;
}

.c675651 {
  max-width: 12ch;
  font-size: clamp(2.4rem, 3.8vw, 3.65rem);
  line-height: 1.08;
  font-weight: 700;
  color: #fff;
  text-wrap: balance;
}

.c675663 {
  max-width: 72ch;
  color: var(--muted);
}

.c675663 p {
  margin-bottom: 1.32em;
}

.c675663 > p:first-of-type {
  color: #f7fbff;
  font-size: 1.14em;
  line-height: 1.72;
}

.c675663 strong {
  color: #fff;
  font-weight: 700;
}

.c675663 h2 {
  margin: 1.9em 0 0.72em;
  padding-left: 16px;
  border-left: 3px solid rgba(214, 82, 69, 0.8);
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
  line-height: 1.22;
  color: #fff;
  font-weight: 700;
}

.c675630 {
  margin: 34px 0 40px;
}

.c675630 img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.c675612 {
  min-width: 0;
}

.c675619 + .c675619 {
  margin-top: 26px;
}

.c675662 {
  padding: 24px;
  border-radius: 22px;
  background: rgba(8, 15, 28, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.c675633 {
  margin-bottom: 18px;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

.c675655 {
  display: grid;
  gap: 14px;
}

.c675655 input,
.c675655 textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border-strong);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font: inherit;
  border-radius: 14px;
}

.c675655 input::placeholder,
.c675655 textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.c675655 textarea {
  min-height: 160px;
  resize: vertical;
}

.c675655 button {
  appearance: none;
  border: 0;
  padding: 13px 18px;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.c675655 button:hover {
  opacity: 0.92;
}

.c675672 li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.c675672 a {
  display: block;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.82);
}

.c675632 iframe {
  aspect-ratio: 16 / 9;
}

.c675652 {
  background: rgba(4, 9, 18, 0.9);
  text-align: center;
  color: #fff;
  padding: 32px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.c675634 {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 18, 32, 0.82);
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.c675634:hover {
  background: rgba(10, 18, 32, 0.95);
  opacity: 1;
}

@media (max-width: 1280px) {
  .c675613,
  .c675625 {
    width: calc(100% - 72px);
  }

  .c675641 {
    gap: 48px;
  }
}

@media (max-width: 1100px) {
  body {
    font-size: 19px;
  }

  .custom-header-media {
    min-height: 280px;
  }

  .custom-header-media > img {
    height: 280px;
  }

  .c675641 {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}

@media (max-width: 860px) {
  body {
    font-size: 17px;
  }

  .c675664 > .c675640 {
    display: none;
  }

  .c675613,
  .c675625 {
    width: calc(100% - 36px);
  }

  .c675631 {
    padding-top: 20px;
  }

  .c675623 {
    padding-bottom: 22px;
  }

  .c675660 a {
    letter-spacing: 0.11em;
  }

  .c675656 {
    padding: 10px 0 14px;
  }

  .c67561 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .c675639 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid var(--border-strong);
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
  }

  .c675640 {
    margin-top: 14px;
  }

  .c675644 {
    display: none;
    flex-direction: column;
    gap: 0;
  }

  .c675669:checked + .c675639 + .c675640 .c675644 {
    display: flex;
  }

  .c675647.c67568::before,
  .c675647 .c675671::before {
    width: 56px;
  }

  .custom-header-media {
    min-height: 240px;
    border-radius: 0 0 22px 22px;
  }

  .custom-header-media > img {
    height: 240px;
  }

  .c675645 {
    padding: 60px 0 76px;
  }

  .c675633 {
    font-size: 1.7rem;
  }
}

@media (max-width: 560px) {
  .c675665 {
    width: calc(100% - 4px);
  }

  .custom-header-media {
    min-height: 190px;
    border-radius: 0 0 16px 16px;
  }

  .custom-header-media > img {
    height: 190px;
  }

  .c675634 {
    width: 44px;
    height: 44px;
    right: 14px;
    bottom: 14px;
  }
}


.c675663 ul,
.c675663 ol {
  margin: 0 0 1.4em 1.25em;
}

.c675663 blockquote {
  margin: 1.8em 0;
  padding: 1.1em 1.2em;
  border-left: 3px solid rgba(214, 82, 69, 0.8);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0 18px 18px 0;
}

.c675663 img {
  display: block;
}

@media (max-width: 860px) {
  .page-entry {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .c675651 {
    max-width: none;
  }

  .c675662 {
    padding: 18px;
    border-radius: 18px;
  }
}


/* Generated theme override */
:root{
  --wf-accent:#41629e;
  --wf-light-box-1:#f2f4f8;
  --wf-light-box-2:#fdfdfe;
  --wf-light-box-3:#f6f8fa;
  --wf-light-box-4:#fcfdfe;
  --wf-panel-bg:linear-gradient(145deg,#f2f4f8,#fdfdfe);
  --wf-panel-border:#dfe4ef;
  --wf-panel-shadow:0 20px 56px rgba(65,98,158,0.1);
  --wf-site-title-bg:#f6f8fa;
  --wf-site-title-border:#dfe4ef;
  --wf-search-bg:#fcfdfe;
  --wf-scroll-start:rgba(65,98,158,0.96);
  --wf-scroll-end:rgba(65,98,158,0.24);
}
body{color:#374253;background-color:#ecf1f8 !important;}
body.custom-background{background-color:#ecf1f8 !important;}
#page.c67563,.c675670{background:transparent !important;}
#main.c675613{background:#fff !important;border-color:#dfe4ef !important;box-shadow:0 18px 42px rgba(65,98,158,0.12);}
#primary.c675645,#content,article.page.c675622{background:transparent !important;}
.c675648 a,.c675651,.c675633,.c675638,h1,h2,h3,h4{color:#1a263b;}
a{color:#41629e;}
a:hover,.c675644 li a:hover,.c675644 li.c67568 a{color:#355082;}
.c675626,.c675637,.c675627{background:#355082;color:#ffffff;}
.c675627:hover,.c675637:hover{background:#41629e;}
.c675619,.c675614,.c675653,main article{border-color:#dfe4ef;background:var(--wf-light-box-1) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(65,98,158,0.1);}
.c67562,.c675628,.c67569,.c67567,.c675667{border-color:#dfe4ef;background:var(--wf-light-box-2) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(65,98,158,0.1);}
.c675635,#top-bar,#main-nav{border-color:#dfe4ef;background:var(--wf-light-box-3) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(65,98,158,0.1);}
article.page,.c675661,.c675622{border-color:#dfe4ef;background:var(--wf-light-box-4) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(65,98,158,0.1);}
#colophon,.c675673{background:#2a4067;color:#ffffff;}
.c675663 h2{border-left:4px solid #41629e;padding-left:12px;}
.c675663 .c675676{margin:24px 0 28px;}
.c675663 .c675676 figure{margin:0 auto;max-width:1024px;}
.c675663 .c675676 img{display:block;width:100%;max-width:1024px;height:auto;aspect-ratio:1024 / 683;object-fit:cover;border:4px solid #ffffff;box-shadow:0 8px 22px rgba(0,0,0,.08);}
.c675659{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:8px;background:#000;}
.c675616{width:min(100%,420px) !important;max-width:100% !important;height:740px !important;aspect-ratio:9 / 16 !important;margin:0 auto;}
.c675611 .c675659{margin:0 auto;}
.c675618{margin:12px 0 0;font-size:14px;}
.c675618 a{font-weight:700;text-decoration:underline;}
/* WF final opaque text container override start */
:root{--wf-final-box-1:#f7fee7;--wf-final-box-2:#faf5ff;--wf-final-box-3:#fff1f2;--wf-final-box-4:#fdf2f8;--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 */
