*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  corner-shape: square;
}
:root {
  interpolate-size: allow-keywords;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  hanging-punctuation: first last;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  min-height: 100vh;
  min-height: 100dvh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  overflow-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
abbr[title] {
  text-decoration: none;
  cursor: help;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  overflow: visible;
}
input,
button,
textarea,
select {
  font: inherit;
}
textarea {
  resize: vertical;
  field-sizing: content;
}
a {
  color: inherit;
  text-decoration: none;
}
a svg {
  pointer-events: none;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
button svg {
  pointer-events: none;
}
:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
:focus:not(:focus-visible) {
  outline: none;
}
:where(ul, ol) {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
q::before,
blockquote::after,
q::after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: none;
  border-block-start: 1px solid currentColor;
  color: inherit;
}
dialog {
  max-width: min(90vw, 60ch);
  max-height: 90dvh;
}
[hidden] {
  display: none !important;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
:root {
  --acn1: oklch(78.74% 0.172 69.12);
  --acn2: oklch(52.16% 0.135 48.69);
  --acn3: oklch(86.03% 0.175 92.19);
  --wht: oklch(94.91% 0.01 67.7);
  --blk: oklch(12.73% 0.033 285.04);
  --gry1: oklch(84.84% 0.007 53.43);
  --gry2: oklch(70.91% 0.005 17.27);
  --gry3: oklch(60.01% 0.006 325.65);
  --wid: clamp(320px, 90vw, 600px);
  --pad: 12px;
  --pad2: calc(var(--pad) * 2);
  --padn: calc(var(--pad) * -1);
  --padn2: calc(var(--pad) * -2);
  --pads: calc(var(--pad) / 2);
  --padns: calc(var(--pad) / -2);
  --fs-xs: 0.75rem;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-lg: 1.25rem;
  --fs-xl: 1.5rem;
  --fs-2xl: 2.4rem;
  --fs-3xl: 3.25rem;
}
@media screen and (min-width: 1080px) {
  :root {
    --wid: 900px;
  }
}
@media screen and (max-width: 640px) {
  :root {
    --pad: 10px;
  }
}
.f_cinzel {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.f_lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.f_lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.f_lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.f_lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
::selection {
  background: var(--acn2, Highlight);
  color: var(--wht, HighlightText);
}
body {
  background-color: var(--wht);
  color: var(--blk);
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5rem;
  font-size: var(--fs-base);
  background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2vN06a1LJ5F9yX3sPR2xjcirGVAQeSsP2l3qi1SfnTyNF7G-S8B-4FzNXtepVHS2-PPzyltPbd8j5FywKdLLdh4NwQnIVLeugavgauXxyTgrBgQ-6Ac2DhgiSqukjj8r81jVbTTuIwRfM-uIUhFkMTw9GzvGc8h9UAys1UR4_K2p9IOcK1tPgpN73hP_G/s800-rw-lo/bar2.png');
  background-repeat: repeat-x;
  background-size: auto;
  background-position: left calc(100% - 99px);
  position: relative;
}
a,
a:visited {
  color: var(--acn2);
}
a:hover {
  color: oklch(62.16% 0.135 48.69);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6em;
  margin: 1em 0 0.2em;
}
h1,
h3,
h4,
h5,
h6 {
  color: var(--acn2);
}
h2 {
  color: var(--gry3);
}
h1 {
  font-size: var(--fs-3xl);
}
h2 {
  font-size: var(--fs-2xl);
}
h3 {
  font-size: var(--fs-xl);
}
h4 {
  font-size: var(--fs-lg);
}
hr {
  margin: 2em 0;
}
ol,
ul {
  margin-left: 1em;
}
blockquote {
  font-size: 2.6em;
  line-height: 1.25em;
  color: var(--gry3);
  padding-left: 1em;
  border-left: 0.25em solid var(--gry1);
  margin: 1em 0;
}
.columned {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .columned {
    flex-direction: column;
    align-items: flex-start;
  }
}
.columned .col-1 {
  width: 8.33333333%;
}
.columned .col-2 {
  width: 16.66666667%;
}
.columned .col-3 {
  width: 25%;
}
.columned .col-4 {
  width: 33.33333333%;
}
.columned .col-5 {
  width: 41.66666667%;
}
.columned .col-6 {
  width: 50%;
}
.columned .col-7 {
  width: 58.33333333%;
}
.columned .col-8 {
  width: 66.66666667%;
}
.columned .col-9 {
  width: 75%;
}
.columned .col-10 {
  width: 83.33333333%;
}
.columned .col-11 {
  width: 91.66666667%;
}
.columned .col-12 {
  width: 100%;
}
.columned .col-flex {
  flex: 1;
}
.nova-container-content,
.nova-headingBanner {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  scroll-snap-align: start;
}
.nova-container-content {
  width: var(--wid);
  margin: 0 auto;
}
.nova-headingBanner {
  align-items: center;
  padding: 0 calc((100vw - var(--wid)) / 2);
  background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPJlPE3gngJRCv_xLH3vHg_dO3Gz8IZaIrcpB701Xg_QAVt3X4js1upHCiudsG8KVG16sIWtifAYYBg95oNm60YTeupxfsiMHPpDsvNd8ponxv-YC006S0StGd4hiMc9MGZboH6CqJtATSQcFThiScVcnSZ2iRG9eX_AqYO8edVTG_opTEJ7z6Fn6Ufldw/s1920-rw-lo/BANNER_LINE.jpg');
  background-attachment: fixed;
  color: var(--wht);
  position: relative;
}
.nova-headingBanner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--acn2);
  opacity: 0.6;
  z-index: 2;
  mix-blend-mode: multiply;
}
.nova-headingBanner h2,
.nova-headingBanner blockquote {
  color: var(--wht);
  z-index: 3;
  position: relative;
}
.nova-txt {
  width: min(100%, 600px);
}
#cosmos_main,
#header_container,
#footer_container {
  width: var(--wid);
  margin: 0 auto;
}
#cosmos_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  line-height: 50px;
  background: var(--acn1);
  z-index: 999;
}
#cosmos_main {
  padding-top: 60px;
  min-height: calc(100vh - 250px);
}
.homepage #cosmos_main {
  width: 100%;
  scroll-snap-type: x mandatory;
}
#cosmos_footer {
  margin-top: 150px;
  min-height: 100px;
  padding-top: var(--pad);
  background-color: var(--gry1);
  font-size: 0.9em;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.linklist {
  list-style: none;
  display: flex;
  gap: 10px;
  margin-left: 0;
}
