*,
::before,
::after {
  box-sizing: border-box;
  content: none
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: 'JetBrains Mono', monospace
}

.brandbar {
  background-color: #404439;
  padding: 20px 40px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  max-width: 100%;
  position: relative
}

.brandbar::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #558361 0%, #C0C3A5 60%, #404439 100%)
}

.brandidentity {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  padding-bottom: 20px
}

.logocontainer {
  width: 72px;
  height: 80px;
  border-radius: 8px;
  background-color: #c0c3a526;
  border: 1px solid #c0c3a559;
  box-shadow: -1px 2px 2px -2px #40443914 -1px 6px 25px -2px #40443917;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex-shrink: 0
}

.logocontainer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  display: block
}

.brandname {
  font-family: 'JetBrains Mono', monospace;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: #C0C3A5;
  letter-spacing: .04em
}

.brandtag {
  font-size: 15px;
  font-weight: 400;
  color: #c0c3a5a6;
  line-height: 1.5;
  letter-spacing: .08em;
  margin-top: 4px
}

.headeraccent {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #55836180;
  position: relative;
  flex-shrink: 0;
  align-self: center;
  margin-bottom: 20px;
  overflow: hidden
}

.headeraccent::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 8px;
  background-color: #558361;
  opacity: .6
}

.headeraccent::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 8px;
  background-color: #C0C3A5
}

.primarynav {
  background-color: #3a3d33;
  padding: 0 40px;
  border-bottom: 1px solid #c0c3a51f
}

.navlist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0
}

.navlist li {
  display: flex
}

.navlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #c0c3a5cc;
  text-decoration: none;
  padding: 16px 20px;
  letter-spacing: .05em;
  border-bottom: 2px solid transparent;
  transition: color .25s ease-in-out, border-color .25s ease-in-out;
  outline: none;
  min-height: 44px
}

.navlink:hover {
  color: #C0C3A5;
  border-bottom-color: #558361
}

.navlink:focus-visible {
  outline: 2px solid #C0C3A5;
  outline-offset: -2px;
  border-radius: 8px
}

.navlink.active {
  color: #C0C3A5;
  border-bottom-color: #558361
}

.navlink .mdi {
  font-size: 18px;
  opacity: .75
}

footer {
  background-color: #404439;
  font-family: 'JetBrains Mono', monospace
}

.footertop {
  padding: 40px 40px 20px;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between
}

.footerbrandblock {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 220px;
  max-width: 340px
}

.footerlogorow {
  display: flex;
  align-items: center;
  gap: 16px
}

.footerlogocontainer {
  width: 65px;
  height: 72px;
  border-radius: 8px;
  background-color: #c0c3a51f;
  border: 1px solid #c0c3a54d;
  box-shadow: -1px 2px 2px -2px #55836114 -1px 6px 25px -2px #55836117;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex-shrink: 0
}

.footerlogocontainer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  display: block
}

.footerbrandname {
  font-size: 22px;
  font-weight: 700;
  color: #C0C3A5;
  line-height: 1.1;
  letter-spacing: .04em
}

.footerdescription {
  font-size: 15px;
  color: #c0c3a599;
  line-height: 1.8;
  font-weight: 400
}

.footercontacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px
}

.footercontactitem {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #c0c3a5bf;
  line-height: 1.5;
  text-decoration: none;
  transition: color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.footercontactitem:hover {
  color: #C0C3A5
}

.footercontactitem .mdi {
  font-size: 18px;
  color: #558361;
  flex-shrink: 0
}

.footernavblock {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 180px
}

.footernavlabel {
  font-size: 15px;
  font-weight: 700;
  color: #C0C3A5;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #c0c3a526
}

.footernavlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.footernavlist li a {
  font-size: 15px;
  color: #c0c3a5a6;
  text-decoration: none;
  line-height: 1.8;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color .25s ease-in-out;
  padding: 4px 0;
  min-height: 44px;
  outline: none
}

.footernavlist li a:hover {
  color: #C0C3A5
}

.footernavlist li a:focus-visible {
  outline: 2px solid #C0C3A5;
  outline-offset: 2px;
  border-radius: 8px
}

.footernavlist li a .mdi {
  font-size: 15px;
  color: #558361
}

.footerdivider {
  height: 1px;
  background: linear-gradient(90deg, #c0c3a500 0%, #c0c3a533 30%, #5583614d 60%, #c0c3a500 100%);
  margin: 0 40px
}

.footerbottom {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.footercopyright {
  font-size: 15px;
  color: #c0c3a573;
  line-height: 1.5
}

.footeraddress {
  font-size: 15px;
  color: #c0c3a566;
  line-height: 1.5;
  font-style: normal
}

.cookietoast {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1500;
  width: 320px;
  max-width: calc(100vw - 40px);
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #40443926;
  box-shadow: -1px 6px 25px -2px #40443917 -1px 9px 48px -2px #4044391c;
  font-family: 'JetBrains Mono', monospace;
  overflow: hidden;
  transition: transform .26s cubic-bezier(0.4, 0, 0.2, 1), opacity .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.cookietoast.hidden {
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none
}

.toastbody {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.toastmessage {
  font-size: 15px;
  color: #404439;
  line-height: 1.8
}

.toastmessage a {
  color: #558361;
  text-decoration: underline;
  text-underline-offset: 3px
}

.toastpaneltoggles {
  display: none;
  flex-direction: column;
  gap: 16px;
  padding-top: 4px;
  border-top: 1px solid #4044391a
}

.toastpaneltoggles.open {
  display: flex
}

.togglerow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.togglelabel {
  font-size: 15px;
  color: #404439;
  line-height: 1.5
}

.toggleswitch {
  position: relative;
  width: 40px;
  height: 22px;
  flex-shrink: 0
}

.toggleswitch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute
}

.toggletrack {
  position: absolute;
  inset: 0;
  border-radius: 48px;
  background-color: #40443933;
  border: 1px solid #40443940;
  transition: background-color .25s ease-in-out;
  cursor: pointer
}

.toggletrack::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 48px;
  background-color: #fff;
  transition: transform .25s ease-in-out;
  box-shadow: -1px 2px 2px -2px #40443914
}

.toggleswitch input:checked+.toggletrack {
  background-color: #558361;
  border-color: #558361
}

.toggleswitch input:checked+.toggletrack::after {
  transform: translateX(18px)
}

.toggleswitch input:focus-visible+.toggletrack {
  outline: 2px solid #558361;
  outline-offset: 2px
}

.datasalerow {
  padding: 8px 0;
  border-top: 1px solid #4044391a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.datasalelabel {
  font-size: 15px;
  color: #404439;
  line-height: 1.5
}

.toastactions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center
}

.toastbtn {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #404439;
  background-color: transparent;
  color: #404439;
  cursor: pointer;
  min-height: 44px;
  letter-spacing: .04em;
  transition: background-color .28s cubic-bezier(0.4, 0, 0.2, 1), color .28s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none
}

.toastbtn:hover {
  background-color: #404439;
  color: #C0C3A5
}

.toastbtn:focus-visible {
  outline: 2px solid #558361;
  outline-offset: 2px
}

.toastbtn:active {
  box-shadow: inset 0 1px 3px #4044394d
}

.toastlink {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  color: #558361;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 4px 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  outline: none;
  transition: color .25s ease-in-out
}

.toastlink:hover {
  color: #404439
}

.toastlink:focus-visible {
  outline: 2px solid #558361;
  outline-offset: 2px;
  border-radius: 8px
}

.terms-section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 40px
}

.terms-section h1 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  color: #404439;
  margin-bottom: 40px;
  margin-top: 0;
  letter-spacing: -.5px
}

.terms-section h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  color: #404439;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #C0C3A5
}

.terms-section h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #404439;
  margin-top: 40px;
  margin-bottom: 16px
}

.terms-section h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #558361;
  margin-top: 40px;
  margin-bottom: 16px
}

.terms-section h5 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #404439;
  margin-top: 20px;
  margin-bottom: 8px;
  letter-spacing: .06em;
  text-transform: uppercase
}

.terms-section h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #558361;
  margin-top: 20px;
  margin-bottom: 8px;
  letter-spacing: .04em
}

.terms-section p {
  font-size: 18px;
  line-height: 1.8;
  color: #2e3128;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 78ch
}

.terms-section ul,
.terms-section ol {
  font-size: 18px;
  line-height: 1.8;
  color: #2e3128;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px
}

.terms-section ul {
  list-style-type: disc
}

.terms-section ol {
  list-style-type: decimal
}

.terms-section li {
  margin-bottom: 8px;
  max-width: 78ch
}

.terms-section li:last-child {
  margin-bottom: 0
}

.terms-section ul ul,
.terms-section ol ol,
.terms-section ul ol,
.terms-section ol ul {
  margin-top: 8px;
  margin-bottom: 8px
}

.terms-section strong,
.terms-section b {
  font-weight: 700;
  color: #404439
}

.terms-section em,
.terms-section i {
  font-style: italic;
  color: inherit
}

.terms-section a {
  color: #558361;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .25s ease-in-out, text-decoration-color .25s ease-in-out
}

.terms-section a:hover {
  color: #404439;
  text-decoration-color: #C0C3A5
}

.terms-section a:focus-visible {
  outline: 2px solid #558361;
  outline-offset: 2px;
  border-radius: 8px
}

.terms-section hr {
  border: none;
  border-top: 1px solid #C0C3A5;
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: .7
}

@media (max-width: 900px) {
  .terms-section {
    padding: 40px 20px
  }

  .terms-section h1 {
    font-size: 30px
  }

  .terms-section h2 {
    font-size: 22px;
    margin-top: 40px
  }

  .terms-section h3 {
    font-size: 18px
  }

  .terms-section p,
  .terms-section ul,
  .terms-section ol {
    font-size: 15px
  }
}

.analyticsdetail {
  background: #fff;
  overflow-x: clip
}

.analyticsdetail .pagetexture {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .03;
  background-image: repeating-linear-gradient(253deg, #404439 0px, #404439 1px, transparent 1px, transparent 12px)
}

.analyticsdetail .articleframe {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 40px
}

.analyticsdetail .stripimage {
  width: 100%;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
  clip-path: inset(0 0 0 0);
  animation: revealstrip .5s cubic-bezier(0.22, 1, 0.36, 1) both
}

@keyframes revealstrip {
  from {
    clip-path: inset(0 50% 0 50%)
  }

  to {
    clip-path: inset(0 0% 0 0%)
  }
}

.analyticsdetail .stripimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.analyticsdetail .articlehead {
  max-width: 900px
}

.analyticsdetail .metatoprow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap
}

.analyticsdetail .metachip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.5;
  color: #558361;
  letter-spacing: .06em;
  text-transform: uppercase
}

.analyticsdetail .metachip svg {
  flex-shrink: 0
}

.analyticsdetail .metadivider {
  width: 4px;
  height: 4px;
  border-radius: 48px;
  background: #C0C3A5;
  display: inline-block
}

.analyticsdetail .articletitle {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #404439;
  margin: 0 0 20px;
  letter-spacing: -.01em
}

.analyticsdetail .articletitle .accentword {
  text-transform: uppercase;
  color: #558361
}

.analyticsdetail .wavebreak {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0 0 40px
}

.analyticsdetail .wavebreak svg {
  display: block;
  width: 100%
}

.analyticsdetail .twocolumnlayout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: start
}

@media (max-width: 900px) {
  .analyticsdetail .twocolumnlayout {
    grid-template-columns: 1fr
  }

  .analyticsdetail .articleframe {
    padding: 40px 16px
  }

  .analyticsdetail .stripimage {
    height: 140px
  }
}

.analyticsdetail .articletext {
  min-width: 0
}

.analyticsdetail .articletext p {
  font-size: 18px;
  line-height: 1.8;
  color: #404439;
  margin-bottom: 20px;
  counter-increment: paragraphs
}

.analyticsdetail .articletext {
  counter-reset: paragraphs
}

.analyticsdetail .articletext>p::before {
  content: counter(paragraphs, decimal-leading-zero);
  font-size: 15px;
  color: #C0C3A5;
  margin-right: 8px;
  letter-spacing: .04em;
  vertical-align: middle
}

.analyticsdetail .articletext h2 {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  color: #404439;
  margin: 40px 0 16px
}

.analyticsdetail .articletext h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #404439;
  margin: 20px 0 8px
}

.analyticsdetail .articletext h4 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #558361;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 20px 0 8px
}

.analyticsdetail .articletext code {
  background: #f3f4ee;
  border-radius: 8px;
  padding: 2px 8px;
  font-size: 15px;
  color: #404439
}

.analyticsdetail .articletext blockquote {
  border-top: 2px dotted #C0C3A5;
  border-bottom: 2px dotted #C0C3A5;
  margin: 20px 0;
  padding: 16px 20px;
  color: #558361;
  font-size: 18px;
  line-height: 1.5;
  font-style: italic
}

.analyticsdetail .articletext cite {
  font-size: 15px;
  color: #C0C3A5;
  font-style: normal;
  letter-spacing: .04em
}

.analyticsdetail .articletext ol {
  padding-left: 20px;
  margin-bottom: 20px
}

.analyticsdetail .articletext li {
  font-size: 18px;
  line-height: 1.8;
  color: #404439;
  margin-bottom: 8px
}

.analyticsdetail .articletext details {
  border-radius: 8px;
  border: 1px solid #C0C3A5;
  margin-bottom: 16px;
  overflow: hidden
}

.analyticsdetail .articletext summary {
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #404439;
  cursor: pointer;
  list-style: none;
  outline: none
}

.analyticsdetail .articletext summary::-webkit-details-marker {
  display: none
}

.analyticsdetail .articletext details[open] summary {
  color: #558361;
  border-bottom: 1px dotted #C0C3A5
}

.analyticsdetail .articletext details> :not(summary) {
  padding: 16px 20px;
  font-size: 18px;
  line-height: 1.8;
  color: #404439
}

.analyticsdetail .sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.analyticsdetail .sidecard {
  background: linear-gradient(253deg, #4044390d, #55836112);
  border-radius: 8px;
  padding: 20px;
  box-shadow: -1px 2px 2px -2px #40443914 -1px 6px 25px -2px #40443917
}

.analyticsdetail .sidecard .sidecardlabel {
  font-size: 15px;
  line-height: 1.5;
  color: #558361;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700
}

.analyticsdetail .sidecard .sidecardvalue {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #404439;
  display: flex;
  align-items: center;
  gap: 8px
}

.analyticsdetail .likebutton {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border: 1.5px solid #558361;
  border-radius: 8px;
  background: transparent;
  color: #558361;
  font-size: 15px;
  cursor: pointer;
  transition: background .25s ease-in-out, color .25s ease-in-out;
  margin-top: 8px
}

.analyticsdetail .likebutton:hover {
  background: #558361;
  color: #fff
}

.analyticsdetail .likebutton:active {
  box-shadow: inset 0 2px 6px #5583614d
}

.analyticsdetail .copyurlbutton {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border: 1.5px solid #C0C3A5;
  border-radius: 8px;
  background: transparent;
  color: #404439;
  font-size: 15px;
  cursor: pointer;
  transition: border-color .35s cubic-bezier(0.4, 0, 0.2, 1), color .35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  justify-content: center
}

.analyticsdetail .copyurlbutton:hover {
  border-color: #558361;
  color: #558361
}

.analyticsdetail .copyurlbutton:active {
  box-shadow: inset 0 1px 4px #55836133
}

.analyticsdetail .copyconfirm {
  font-size: 15px;
  color: #558361;
  margin-top: 8px;
  min-height: 20px;
  letter-spacing: .04em;
  display: none
}

.analyticsdetail .copyconfirm.visible {
  display: block
}

.analyticsdetail .triangleaccent {
  position: absolute;
  pointer-events: none;
  z-index: 0
}

.analyticsdetail .triangleaccent.topleft {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #c0c3a52e transparent transparent
}

.analyticsdetail .triangleaccent.bottomright {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #5583611a
}

.analyticsdetail .dotdivider {
  border: none;
  border-top: 1px dotted #C0C3A5;
  margin: 40px 0
}

.analyticsdetail .readingbar {
  height: 4px;
  background: linear-gradient(253deg, #404439, #558361);
  border-radius: 48px;
  margin-bottom: 40px;
  width: 80px
}

.analyticsdetail .sidecard .revealwrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px
}

.analyticsdetail .sidecard .revealwrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #5583611f;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  pointer-events: none
}

.analyticsdetail .sidecard .revealwrap:hover::after {
  transform: scaleX(1)
}

.analytics {
  background: #fff;
  overflow-x: clip
}

.analytics .pagetop {
  padding: 80px 40px 40px;
  max-width: 1600px;
  margin: 0 auto;
  position: relative
}

.analytics .pagetop::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(253deg, #558361, #404439);
  opacity: .06;
  pointer-events: none
}

.analytics .pagedecor {
  position: absolute;
  top: 20px;
  right: 80px;
  font-size: 72px;
  line-height: 1.1;
  color: #C0C3A5;
  opacity: .18;
  font-weight: 700;
  pointer-events: none;
  user-select: none
}

.analytics .pagelabel {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #558361;
  margin-bottom: 16px;
  display: block
}

.analytics .pageheading {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: #404439;
  margin: 0 0 16px;
  max-width: 640px
}

.analytics .pageheading em {
  font-style: normal;
  text-transform: uppercase;
  color: #558361
}

.analytics .pagedesc {
  font-size: 18px;
  line-height: 1.5;
  color: #404439;
  max-width: 560px;
  opacity: .8;
  margin: 0
}

.analytics .postsgrid {
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 40px 80px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 40px
}

.analytics .postcard {
  border: 1px solid #C0C3A5;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: -1px 2px 2px -2px #40443914 -1px 6px 25px -2px #40443917;
  transition: box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1), transform .35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column
}

.analytics .postcard:hover {
  box-shadow: -1px 9px 48px -2px #4044391c -1px 6px 25px -2px #55836117;
  transform: translateY(-4px)
}

.analytics .postcardimage {
  width: 100%;
  height: 200px;
  overflow: hidden
}

.analytics .postcardimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: sepia(0.18) contrast(1.05) brightness(0.97);
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.analytics .postcard:hover .postcardimage img {
  transform: scale(1.04)
}

.analytics .postcardimageplaceholder {
  width: 100%;
  height: 200px;
  background: linear-gradient(253deg, #C0C3A5, #558361);
  opacity: .3;
  display: flex;
  align-items: center;
  justify-content: center
}

.analytics .postcardimageplaceholder svg {
  width: 48px;
  height: 48px;
  opacity: .5
}

.analytics .postcardcontent {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.analytics .postcardmeta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px
}

.analytics .postcarddate {
  font-size: 15px;
  color: #558361;
  letter-spacing: .04em
}

.analytics .postcardread {
  font-size: 15px;
  color: #404439;
  opacity: .6;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.analytics .postcardtitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  color: #404439;
  margin: 0 0 16px
}

.analytics .postcarddesc {
  font-size: 15px;
  line-height: 1.8;
  color: #404439;
  opacity: .75;
  margin: 0 0 20px;
  flex: 1
}

.analytics .postcardfoot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: auto
}

.analytics .postcardlikes {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #404439;
  opacity: .65
}

.analytics .postcardlink {
  font-size: 15px;
  font-weight: 700;
  color: #558361;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: text-decoration-color .25s ease-in-out, color .25s ease-in-out
}

.analytics .postcardlink:hover {
  text-decoration-color: transparent;
  color: #404439
}

.analytics .statsstrip {
  background: linear-gradient(253deg, #404439, #558361);
  padding: 40px
}

.analytics .statsinner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.analytics .statsitem {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.analytics .statsnumber {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff
}

.analytics .statslabel {
  font-size: 15px;
  color: #C0C3A5;
  letter-spacing: .06em
}

.analytics .iconpath {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap
}

.analytics .iconnode {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  max-width: 200px
}

.analytics .iconring {
  width: 64px;
  height: 64px;
  border-radius: 48px;
  border: 2px solid #558361;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: -1px 6px 25px -2px #55836117;
  transition: box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.analytics .iconring:hover {
  box-shadow: 0 0 0 6px #5583611f -1px 6px 25px -2px #55836117
}

.analytics .iconring i {
  font-size: 22px;
  color: #558361
}

.analytics .iconnodelabel {
  font-size: 15px;
  line-height: 1.5;
  color: #404439;
  font-weight: 700
}

.analytics .icondash {
  flex: 1;
  min-width: 40px;
  max-width: 80px;
  border-top: 2px dashed #C0C3A5;
  margin-top: -32px
}

.analytics .topicstrip {
  background: #f5f5f0;
  padding: 80px 40px
}

.analytics .topicinner {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 40px;
  align-items: start
}

.analytics .topicdivider {
  background: linear-gradient(253deg, #558361, #C0C3A5);
  align-self: stretch;
  min-height: 100%
}

.analytics .topiccolumn h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  color: #404439;
  margin: 0 0 20px
}

.analytics .topiccolumn p {
  font-size: 15px;
  line-height: 1.8;
  color: #404439;
  opacity: .8;
  margin: 0 0 16px
}

.analytics .topiccolumn p:last-child {
  margin-bottom: 0
}

.analytics .topicnum {
  font-size: 15px;
  color: #558361;
  font-weight: 700;
  margin-right: 8px
}

.analytics .imagezigzag {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center
}

.analytics .imagezigzag .zigtext h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: #404439;
  margin: 0 0 20px
}

.analytics .imagezigzag .zigtext p {
  font-size: 15px;
  line-height: 1.8;
  color: #404439;
  opacity: .8;
  margin: 0 0 16px
}

.analytics .imagezigzag .zigtext p:last-child {
  margin-bottom: 0
}

.analytics .zigimgwrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 6px 25px -2px #40443917;
  position: relative
}

.analytics .zigimgwrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 48px;
  background: linear-gradient(253deg, #5583612e, #c0c3a52e);
  pointer-events: none
}

.analytics .zigimgwrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  filter: sepia(0.12) contrast(1.04) brightness(0.98)
}

.analytics .ctaband {
  background: #fff;
  padding: 80px 40px;
  border-top: 1px solid #C0C3A5
}

.analytics .ctainner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap
}

.analytics .ctatext h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: #404439;
  margin: 0 0 16px
}

.analytics .ctatext p {
  font-size: 15px;
  line-height: 1.8;
  color: #404439;
  opacity: .75;
  margin: 0;
  max-width: 480px
}

.analytics .ctabtn {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 8px;
  border: 2px solid #558361;
  background: transparent;
  color: #558361;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background .28s cubic-bezier(0.4, 0, 0.2, 1), color .28s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap
}

.analytics .ctabtn:hover {
  background: #558361;
  color: #fff
}

.analytics .ctabtn:active {
  box-shadow: inset 0 2px 8px #4044392e
}

@keyframes shadowdrift {
  0% {
    transform: translateX(-30%) translateY(-20%);
    opacity: .07
  }

  50% {
    transform: translateX(10%) translateY(10%);
    opacity: .11
  }

  100% {
    transform: translateX(-30%) translateY(-20%);
    opacity: .07
  }
}

.analytics .statsstrip {
  position: relative;
  overflow: hidden
}

.analytics .statsstrip::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -40px;
  width: 320px;
  height: 320px;
  border-radius: 48px;
  background: #c0c3a52e;
  animation: shadowdrift 8s ease-in-out infinite;
  pointer-events: none
}

@media (max-width: 900px) {
  .analytics .imagezigzag {
    grid-template-columns: 1fr
  }

  .analytics .topicinner {
    grid-template-columns: 1fr
  }

  .analytics .topicdivider {
    display: none
  }

  .analytics .ctainner {
    flex-direction: column;
    align-items: flex-start
  }

  .analytics .iconpath {
    flex-direction: column
  }

  .analytics .icondash {
    border-top: none;
    border-left: 2px dashed #C0C3A5;
    width: 0;
    min-width: 0;
    height: 40px;
    margin-top: 0;
    margin-left: 0;
    flex: none
  }
}

@media (max-width: 600px) {
  .analytics .postsgrid {
    grid-template-columns: 1fr;
    padding: 20px 20px 40px
  }

  .analytics .pagetop {
    padding: 40px 20px 20px
  }

  .analytics .statsstrip {
    padding: 40px 20px
  }

  .analytics .statsinner {
    flex-direction: column;
    align-items: flex-start
  }

  .analytics .iconpath {
    padding: 40px 20px
  }

  .analytics .topicstrip {
    padding: 40px 20px
  }

  .analytics .imagezigzag {
    padding: 40px 20px
  }

  .analytics .ctaband {
    padding: 40px 20px
  }
}

.opening {
  overflow-x: clip;
  position: relative
}

.opening .titlegrain {
  position: relative;
  padding: 64px 0 56px;
  background-color: #f5f5f0;
  overflow: hidden
}

.opening .titlegrain::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.06'/%3E%3C/svg%3E");
  opacity: .5;
  pointer-events: none
}

.opening .titlegrain::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(253deg, #5583611f 0%, #c0c3a514 60%, transparent 100%);
  pointer-events: none
}

.opening .titlepattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  height: 100%;
  pointer-events: none;
  z-index: 1
}

.opening .titlepatternrow {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 16px
}

.opening .titlepatternrow span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C0C3A5;
  opacity: .55
}

.opening .titleimage {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  z-index: 0
}

.opening .titleimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.opening .titleimage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #f5f5f0 0%, #f5f5f099 45%, transparent 100%)
}

.opening .titlecontent {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  width: 58%
}

.opening .titlelabel {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #558361;
  margin-bottom: 20px
}

.opening .titleheading {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
  color: #404439;
  margin: 0 0 20px
}

.opening .titleheading em {
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: #558361;
  text-underline-offset: 6px
}

.opening .titledesc {
  font-size: 18px;
  line-height: 1.8;
  color: #404439;
  max-width: 520px;
  margin: 0
}

.opening .titlezigzag {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 3;
  pointer-events: none
}

.opening .notdosplit {
  background-color: #fff;
  padding: 80px 0;
  position: relative
}

.opening .notdosplit .splitinner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 80px;
  align-items: start
}

.opening .notdosplit .splitleft h2 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #404439;
  margin: 0 0 20px
}

.opening .notdosplit .splitleft h2 strong {
  font-weight: 700;
  color: #558361
}

.opening .notdosplit .splitleft .paragraph {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 20px
}

.opening .notdosplit .splitleft .paragraph .num {
  font-size: 15px;
  line-height: 1.5;
  color: #C0C3A5;
  font-weight: 700;
  min-width: 24px;
  padding-top: 2px
}

.opening .notdosplit .splitleft .paragraph p {
  font-size: 18px;
  line-height: 1.8;
  color: #404439;
  margin: 0
}

.opening .notdosplit .splitright {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opening .notdosplit .splitright .refusecard {
  background-color: #f5f5f0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: -1px 2px 2px -2px #40443914
}

.opening .notdosplit .splitright .refusecard h5 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #404439;
  margin: 0 0 8px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.opening .notdosplit .splitright .refusecard p {
  font-size: 15px;
  line-height: 1.5;
  color: #558361;
  margin: 0
}

.opening .adaptsection {
  background: linear-gradient(253deg, #404439 0%, #558361 100%);
  padding: 80px 0 0;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), 0 100%);
  padding-bottom: 112px
}

.opening .adaptsection .adaptinner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px
}

.opening .adaptsection h2 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  color: #fff;
  margin: 0 0 40px;
  max-width: 600px
}

.opening .adaptsection h2 strong {
  font-weight: 700;
  text-transform: uppercase
}

.opening .adaptgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px
}

.opening .adaptitem {
  background: #ffffff12;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #c0c3a52e;
  transition: background .25s ease-in-out
}

.opening .adaptitem:hover {
  background: #ffffff1f
}

.opening .adaptitem .adapticon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.opening .adaptitem .adapticon i {
  font-size: 28px;
  color: #C0C3A5
}

.opening .adaptitem h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px
}

.opening .adaptitem p {
  font-size: 15px;
  line-height: 1.8;
  color: #ffffffbf;
  margin: 0
}

.opening .adaptmetrics {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid #c0c3a538
}

.opening .adaptmetric {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.opening .adaptmetric .metricval {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #C0C3A5
}

.opening .adaptmetric .metriclabel {
  font-size: 15px;
  line-height: 1.5;
  color: #ffffffa6;
  letter-spacing: .06em
}

.opening .examplesection {
  background-color: #fff;
  padding: 80px 0;
  position: relative
}

.opening .examplesection .exampleinner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px
}

.opening .examplesection .exampleheader {
  margin-bottom: 40px
}

.opening .examplesection .exampleheader h2 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #404439;
  margin: 0 0 8px
}

.opening .examplesection .exampleheader p {
  font-size: 18px;
  line-height: 1.5;
  color: #558361;
  margin: 0
}

.opening .exampleoffset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px
}

.opening .exampleoffset .exampleimgblock {
  grid-column: 1;
  grid-row: 1 / 3;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  align-self: start;
  margin-top: 40px
}

.opening .exampleoffset .exampleimgblock img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block
}

.opening .exampleoffset .exampleqacard {
  grid-column: 2;
  grid-row: 1;
  background-color: #f5f5f0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: -1px 6px 25px -2px #55836117
}

.opening .exampleoffset .exampleqacard .qamark {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #C0C3A5;
  margin-bottom: 8px
}

.opening .exampleoffset .exampleqacard h5 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #404439;
  margin: 0 0 16px
}

.opening .exampleoffset .exampleqacard .qaanswer {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.opening .exampleoffset .exampleqacard .qaanswer p {
  font-size: 15px;
  line-height: 1.8;
  color: #404439;
  margin: 0
}

.opening .exampleoffset .exampleqacard .qaanswer .qatag {
  display: inline-block;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #558361;
  font-weight: 700
}

.opening .exampleoffset .exampletextblock {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opening .exampleoffset .exampletextblock .paragraph {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.opening .exampleoffset .exampletextblock .paragraph .num {
  font-size: 15px;
  line-height: 1.5;
  color: #C0C3A5;
  font-weight: 700;
  min-width: 24px
}

.opening .exampleoffset .exampletextblock .paragraph p {
  font-size: 15px;
  line-height: 1.8;
  color: #404439;
  margin: 0
}

.opening .situationsection {
  background-color: #f5f5f0;
  padding: 80px 0;
  position: relative
}

.opening .situationsection::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 32px;
  background: linear-gradient(253deg, #404439 0%, #558361 100%);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%)
}

.opening .situationsection .situationinner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px
}

.opening .situationsection .situationheader {
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 80px;
  margin-bottom: 40px;
  align-items: end
}

.opening .situationsection .situationheader h2 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #404439;
  margin: 0
}

.opening .situationsection .situationheader h2 span {
  font-weight: 300
}

.opening .situationsection .situationheader p {
  font-size: 15px;
  line-height: 1.8;
  color: #558361;
  margin: 0
}

.opening .situationgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px
}

.opening .situationitem {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  box-shadow: -1px 2px 2px -2px #40443914;
  transition: box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.opening .situationitem:hover {
  box-shadow: -1px 9px 48px -2px #4044391c
}

.opening .situationitem .situationicon {
  width: 40px;
  height: 40px;
  background-color: #f5f5f0;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.opening .situationitem .situationicon i {
  font-size: 22px;
  color: #558361
}

.opening .situationitem .situationtext h5 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #404439;
  margin: 0 0 4px
}

.opening .situationitem .situationtext p {
  font-size: 15px;
  line-height: 1.8;
  color: #404439;
  margin: 0
}

.opening .situationprofiles {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-top: 40px;
  border-top: 1px solid #C0C3A5
}

.opening .profilecard {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex: 1;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: -1px 6px 25px -2px #55836117
}

.opening .profilecard .portrait {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0
}

.opening .profilecard .portrait img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: center;
  display: block
}

.opening .profilecard .profiletext h5 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #404439;
  margin: 0 0 4px
}

.opening .profilecard .profiletext p {
  font-size: 15px;
  line-height: 1.5;
  color: #558361;
  margin: 0
}

.opening .profilecard .profiletext .profilequote {
  font-size: 15px;
  line-height: 1.8;
  color: #404439;
  margin: 8px 0 0
}

.opening .situationimgrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px
}

.opening .situationimgrow .imgframe {
  border-radius: 8px;
  overflow: hidden
}

.opening .situationimgrow .imgframe img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.opening .situationimgrow .imgframe:hover img {
  transform: scale(1.03)
}

.opening .vignettepulse {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse at 0% 0%, #4044390f 0%, transparent 60%), radial-gradient(ellipse at 100% 100%, #5583610d 0%, transparent 60%);
  animation: vignettebreathe 7s ease-in-out infinite alternate
}

@keyframes vignettebreathe {
  0% {
    opacity: .6
  }

  100% {
    opacity: 1
  }
}

@media (max-width: 900px) {
  .opening .titlecontent {
    width: 100%
  }

  .opening .titleimage {
    display: none
  }

  .opening .titleheading {
    font-size: 30px
  }

  .opening .notdosplit .splitinner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .opening .adaptgrid {
    grid-template-columns: 1fr
  }

  .opening .adaptmetrics {
    flex-direction: column;
    gap: 20px
  }

  .opening .exampleoffset {
    grid-template-columns: 1fr
  }

  .opening .exampleoffset .exampleimgblock {
    grid-column: 1;
    grid-row: auto;
    margin-top: 0
  }

  .opening .exampleoffset .exampleqacard {
    grid-column: 1;
    grid-row: auto
  }

  .opening .exampleoffset .exampletextblock {
    grid-column: 1;
    grid-row: auto
  }

  .opening .situationsection .situationheader {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .opening .situationgrid {
    grid-template-columns: 1fr
  }

  .opening .situationprofiles {
    flex-direction: column
  }

  .opening .situationimgrow {
    grid-template-columns: 1fr
  }
}

.contactus {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden
}

.contactus .pagetop {
  padding: 80px 40px;
  background: linear-gradient(253deg, #558361 0%, #404439 100%);
  position: relative
}

.contactus .pagetop::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(253deg, #C0C3A5, #558361, #404439);
  animation: overlayPulse 4s ease-in-out infinite
}

@keyframes overlayPulse {

  0%,
  100% {
    opacity: .4
  }

  50% {
    opacity: 1
  }
}

.contactus .pagetop .row {
  align-items: center
}

.contactus .pagelabel {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C0C3A5;
  margin-bottom: 16px;
  display: block
}

.contactus .pageheading {
  font-size: 72px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px
}

.contactus .pageheading em {
  font-style: normal;
  color: #C0C3A5;
  font-weight: 300
}

.contactus .pagedesc {
  font-size: 18px;
  line-height: 1.8;
  color: #ffffffd1;
  margin: 0;
  max-width: 480px
}

.contactus .detailpanel {
  background: #ffffff12;
  border: 1px solid #c0c3a540;
  border-radius: 8px;
  padding: 40px
}

.contactus .detailitem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px
}

.contactus .detailitem:last-child {
  margin-bottom: 0
}

.contactus .detailicon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #c0c3a526;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.contactus .detailicon .mdi {
  font-size: 20px;
  color: #C0C3A5
}

.contactus .detailtext {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.contactus .detaillabel {
  font-size: 15px;
  color: #C0C3A5;
  letter-spacing: .08em;
  text-transform: uppercase
}

.contactus .detailvalue {
  font-size: 18px;
  color: #fff;
  line-height: 1.5
}

.contactus .detailvalue a {
  color: #fff;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: color .25s ease-in-out
}

.contactus .detailvalue a:hover {
  color: #C0C3A5;
  text-decoration: none !important
}

.contactus .formarea {
  padding: 80px 40px;
  background: #fff;
  position: relative
}

.contactus .formarea::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(180deg, #5583610f 0%, transparent 100%);
  pointer-events: none
}

.contactus .formleft {
  padding-right: 40px
}

.contactus .formtag {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #558361;
  margin-bottom: 16px;
  display: block
}

.contactus .formtitle {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  color: #404439;
  margin: 0 0 20px
}

.contactus .formtitle strong {
  font-weight: 300;
  color: #558361
}

.contactus .formbody {
  font-size: 18px;
  line-height: 1.8;
  color: #404439;
  margin: 0 0 40px
}

.contactus .formbody span.num {
  color: #558361;
  font-weight: 700;
  margin-right: 8px
}

.contactus .formnotice {
  border-top: 1px solid #C0C3A5;
  padding-top: 20px
}

.contactus .formnotice p {
  font-size: 15px;
  line-height: 1.8;
  color: #558361;
  margin: 0
}

.contactus .actualform {
  background: #fff;
  border: 1px solid #4044391f;
  border-radius: 8px;
  padding: 40px;
  box-shadow: -1px 6px 25px -2px #40443917
}

.contactus .fieldrow {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 20px
}

.contactus .fieldgroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  margin-bottom: 20px
}

.contactus .fieldgroup.half {
  flex: 1;
  margin-bottom: 0
}

.contactus .fieldgroup label {
  font-size: 15px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #404439;
  font-weight: 600
}

.contactus .fieldgroup input,
.contactus .fieldgroup select,
.contactus .fieldgroup textarea {
  border: 1px solid #40443940;
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 18px;
  color: #404439;
  background: #fff;
  outline: none;
  transition: border-color .25s ease-in-out, box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  box-sizing: border-box
}

.contactus .fieldgroup input::placeholder,
.contactus .fieldgroup textarea::placeholder {
  color: #40443966;
  font-size: 15px
}

.contactus .fieldgroup input:focus,
.contactus .fieldgroup select:focus,
.contactus .fieldgroup textarea:focus {
  border-color: #558361;
  box-shadow: -1px 2px 2px -2px #55836114 0 0 0 3px #5583611a
}

.contactus .fieldgroup input:active,
.contactus .fieldgroup select:active {
  box-shadow: inset 0 1px 3px #5583611f
}

.contactus .fieldgroup textarea {
  resize: vertical;
  min-height: 120px
}

.contactus .fieldgroup select {
  appearance: none;
  cursor: pointer
}

.contactus .selectwrapper {
  position: relative
}

.contactus .selectwrapper .mdi {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #558361;
  font-size: 22px;
  pointer-events: none
}

.contactus .privacyrow {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
  padding: 20px;
  background: #c0c3a51f;
  border-radius: 8px
}

.contactus .privacyrow input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  accent-color: #558361;
  margin-top: 2px;
  cursor: pointer
}

.contactus .privacyrow input[type="checkbox"]:active {
  box-shadow: inset 0 1px 3px #55836133
}

.contactus .privacyrow label {
  font-size: 15px;
  line-height: 1.8;
  color: #404439;
  cursor: pointer
}

.contactus .privacyrow label a {
  color: #558361;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  transition: color .25s ease-in-out
}

.contactus .privacyrow label a:hover {
  color: #404439;
  text-decoration: none !important
}

.contactus .submitbtn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 2px solid #404439;
  border-radius: 8px;
  padding: 16px 40px;
  font-size: 18px;
  color: #404439;
  cursor: pointer;
  letter-spacing: .04em;
  font-weight: 600;
  transition: background .35s cubic-bezier(0.4, 0, 0.2, 1), color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative
}

.contactus .submitbtn:hover {
  background: #404439;
  color: #fff;
  box-shadow: -1px 9px 48px -2px #4044391c
}

.contactus .submitbtn:focus {
  outline: 3px solid #C0C3A5;
  outline-offset: 3px
}

.contactus .submitbtn:active {
  box-shadow: inset 0 2px 4px #4044392e;
  background: #404439;
  color: #fff
}

.contactus .submitbtn .mdi {
  font-size: 22px;
  transition: transform .25s ease-in-out
}

.contactus .submitbtn:hover .mdi {
  transform: translateX(4px)
}

.contactus .wavydivider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-bottom: -1px
}

.contactus .wavydivider svg {
  display: block;
  width: 100%
}

@media (max-width: 768px) {
  .contactus .pageheading {
    font-size: 30px
  }

  .contactus .pagetop,
  .contactus .formarea {
    padding: 40px 20px
  }

  .contactus .formleft {
    padding-right: 0;
    margin-bottom: 40px
  }

  .contactus .fieldrow {
    flex-direction: column;
    gap: 0
  }

  .contactus .fieldgroup.half {
    margin-bottom: 20px
  }

  .contactus .actualform {
    padding: 20px
  }

  .contactus .detailpanel {
    margin-top: 40px;
    padding: 20px
  }
}

.aboutuspage {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden
}

.aboutuspage .gradientband {
  background: linear-gradient(253deg, #558361, #404439);
  background-size: 300% 300%;
  animation: gradshift 8s ease-in-out infinite;
  padding: 80px 40px;
  position: relative
}

@keyframes gradshift {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.aboutuspage .dotgrid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #c0c3a52e 1px, transparent 1px);
  background-size: 24px 24px;
  z-index: 0
}

.aboutuspage .titlewrap {
  position: relative;
  z-index: 1;
  max-width: 800px
}

.aboutuspage .titlewrap h1 {
  font-size: 72px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 20px;
  clip-path: inset(0 0 100% 0);
  animation: clipreveal .5s cubic-bezier(0.16, 1, 0.3, 1) .1s forwards
}

@keyframes clipreveal {
  to {
    clip-path: inset(0 0 0% 0)
  }
}

.aboutuspage .titlewrap h1 span.accent {
  color: #C0C3A5
}

.aboutuspage .titlewrap .tagline {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffffd1;
  max-width: 520px;
  margin: 0
}

.aboutuspage .titledivider {
  width: 60px;
  height: 4px;
  background: #C0C3A5;
  margin: 20px 0
}

.aboutuspage .identityrow {
  display: flex;
  flex-direction: row;
  gap: 0;
  background: #fff;
  border-top: 4px solid #404439
}

.aboutuspage .identityimage {
  flex: 0 0 42%;
  position: relative
}

.aboutuspage .identityimage img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.88) contrast(1.04)
}

.aboutuspage .identitycontent {
  flex: 1;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff
}

.aboutuspage .identitycontent h2 {
  font-size: 30px;
  line-height: 1.1;
  color: #404439;
  font-weight: 700;
  margin: 0 0 20px
}

.aboutuspage .identitycontent h2 em {
  font-style: normal;
  text-transform: uppercase;
  font-size: 22px;
  color: #558361
}

.aboutuspage .numberedpara {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.aboutuspage .numberedpara .paraitem {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.aboutuspage .paraitem .paranum {
  font-size: 15px;
  color: #C0C3A5;
  font-weight: 700;
  letter-spacing: .12em;
  min-width: 28px;
  padding-top: 2px
}

.aboutuspage .paraitem p {
  font-size: 15px;
  line-height: 1.8;
  color: #404439;
  margin: 0
}

.aboutuspage .dashedconnector {
  border: none;
  border-top: 1.5px dashed #C0C3A5;
  margin: 20px 0;
  width: 100%
}

.aboutuspage .metricsband {
  background: #404439;
  padding: 80px 40px;
  position: relative
}

.aboutuspage .metricsband::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='80' height='80' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: .3;
  pointer-events: none
}

.aboutuspage .metricsgrid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 4px;
  position: relative;
  z-index: 1
}

.aboutuspage .metriccard {
  background: #ffffff0d;
  padding: 40px 20px;
  border-top: 2px solid #c0c3a54d;
  transition: background .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.aboutuspage .metriccard:hover {
  background: #ffffff17
}

.aboutuspage .metriccard.featured {
  background: #5583612e;
  border-top-color: #558361
}

.aboutuspage .metriccard .metriclabel {
  font-size: 15px;
  color: #C0C3A5;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 8px
}

.aboutuspage .metriccard .metricvalue {
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin: 0 0 8px
}

.aboutuspage .metriccard .metricdesc {
  font-size: 15px;
  line-height: 1.5;
  color: #fff9;
  margin: 0
}

.aboutuspage .diamond {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #558361;
  transform: rotate(45deg);
  margin: 0 8px;
  vertical-align: middle
}

.aboutuspage .beforeafter {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px
}

.aboutuspage .barow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.aboutuspage .balabel {
  font-size: 15px;
  color: #ffffffb3;
  min-width: 56px
}

.aboutuspage .batrack {
  flex: 1;
  height: 6px;
  background: #ffffff1a;
  border-radius: 8px;
  overflow: hidden
}

.aboutuspage .bafill {
  height: 100%;
  border-radius: 8px;
  transition: width .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.aboutuspage .bafill.before {
  background: #c0c3a580;
  width: 28%
}

.aboutuspage .bafill.after {
  background: #558361;
  width: 84%
}

.aboutuspage .bavalue {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  min-width: 36px;
  text-align: right
}

.aboutuspage .teamstrip {
  background: #f4f4ef;
  padding: 80px 40px;
  position: relative
}

.aboutuspage .teamstrip::after {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(253deg, #C0C3A5, #558361);
  margin: 80px -40px -80px
}

.aboutuspage .teamheading {
  font-size: 30px;
  line-height: 1.1;
  color: #404439;
  font-weight: 300;
  margin: 0 0 8px
}

.aboutuspage .teamheading strong {
  font-weight: 700
}

.aboutuspage .teamsubline {
  font-size: 15px;
  color: #558361;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 40px
}

.aboutuspage .teamgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px
}

.aboutuspage .personcard {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  box-shadow: -1px 6px 25px -2px #40443917;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  transition: box-shadow .35s ease-in-out
}

.aboutuspage .personcard:hover {
  box-shadow: -1px 9px 48px -2px #4044391c
}

.aboutuspage .portraitwrap {
  flex: 0 0 96px;
  width: 96px;
  height: 144px;
  overflow: hidden
}

.aboutuspage .portraitwrap img {
  width: 96px;
  height: 144px;
  object-fit: cover;
  object-position: center;
  display: block
}

.aboutuspage .persondetails {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.aboutuspage .personname {
  font-size: 18px;
  line-height: 1.1;
  color: #404439;
  font-weight: 700;
  margin: 0
}

.aboutuspage .personrole {
  font-size: 15px;
  color: #558361;
  letter-spacing: .06em;
  margin: 0
}

.aboutuspage .persondesc {
  font-size: 15px;
  line-height: 1.8;
  color: #404439;
  margin: 0
}

.aboutuspage .statusnote {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #558361;
  margin-top: 4px
}

.aboutuspage .statusdot {
  width: 8px;
  height: 8px;
  border-radius: 48px;
  background: #558361;
  animation: pulse 2.2s ease-in-out infinite
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .4
  }
}

.aboutuspage .valuesrow {
  background: #fff;
  padding: 80px 40px
}

.aboutuspage .valuesrow .rowlabel {
  font-size: 15px;
  color: #C0C3A5;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 8px
}

.aboutuspage .valuesrow h3 {
  font-size: 30px;
  line-height: 1.1;
  color: #404439;
  font-weight: 700;
  margin: 0 0 40px
}

.aboutuspage .valuescols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px
}

.aboutuspage .valueitem {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 20px;
  border-top: 2px solid #C0C3A5;
  transition: border-color .25s ease-in-out
}

.aboutuspage .valueitem:hover {
  border-color: #558361
}

.aboutuspage .valueitem h4 {
  font-size: 18px;
  line-height: 1.1;
  color: #404439;
  font-weight: 700;
  margin: 0
}

.aboutuspage .valueitem p {
  font-size: 15px;
  line-height: 1.8;
  color: #404439;
  margin: 0
}

.aboutuspage .imagerow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px
}

.aboutuspage .imagerow .imgslot {
  position: relative;
  overflow: hidden
}

.aboutuspage .imagerow .imgslot img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.82);
  transition: filter .4s ease-in-out, transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.aboutuspage .imagerow .imgslot:hover img {
  filter: saturate(1);
  transform: scale(1.02)
}

.aboutuspage .imgcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  background: linear-gradient(0deg, #404439d1 0%, transparent 100%);
  color: #fff;
  font-size: 15px;
  line-height: 1.5
}

@media (max-width: 900px) {
  .aboutuspage .titlewrap h1 {
    font-size: 30px
  }

  .aboutuspage .identityrow {
    flex-direction: column
  }

  .aboutuspage .identityimage img {
    min-height: 280px;
    height: 280px
  }

  .aboutuspage .metricsgrid {
    grid-template-columns: 1fr 1fr
  }

  .aboutuspage .teamgrid {
    grid-template-columns: 1fr
  }

  .aboutuspage .valuescols {
    grid-template-columns: 1fr
  }

  .aboutuspage .imagerow {
    grid-template-columns: 1fr
  }

  .aboutuspage .gradientband,
  .aboutuspage .metricsband,
  .aboutuspage .teamstrip,
  .aboutuspage .valuesrow {
    padding: 40px 16px
  }

  .aboutuspage .identitycontent {
    padding: 40px 16px
  }
}

.SuccessPage {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: #fff
}

.SuccessPage .ConfirmationWrapper {
  max-width: 560px;
  width: 100%;
  text-align: center
}

.SuccessPage .IconMark {
  width: 64px;
  height: 64px;
  margin: 0 auto 40px;
  border-radius: 48px;
  background: #f4f5ef;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 6px 25px -2px #55836117
}

.SuccessPage .IconMark svg {
  display: block
}

.SuccessPage .ConfirmationHeading {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: #404439;
  margin: 0 0 16px;
  letter-spacing: -.01em
}

.SuccessPage .ConfirmationSubtext {
  font-size: 18px;
  line-height: 1.5;
  color: #558361;
  margin: 0 0 40px
}

.SuccessPage .ConfirmationDetail {
  font-size: 15px;
  line-height: 1.8;
  color: #404439;
  opacity: .75;
  margin: 0 0 40px
}

.SuccessPage .ReturnLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #404439;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 16px 40px;
  border: 1.5px solid #404439;
  border-radius: 8px;
  background: transparent;
  transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), color .25s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .4s ease-in-out;
  text-decoration-color: transparent
}

.SuccessPage .ReturnLink:hover {
  background: #404439;
  color: #fff;
  text-decoration-color: transparent
}

.SuccessPage .ReturnLink:focus-visible {
  outline: 2px solid #558361;
  outline-offset: 4px
}

.SuccessPage .ReturnLink:active {
  box-shadow: inset -1px 2px 2px -2px #40443914
}

.SuccessPage .Divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(253deg, #404439, #558361);
  border-radius: 8px;
  margin: 40px auto
}