@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,400;0,700;1,700&display=swap";

*,
::before,
::after {
  box-sizing: border-box
}

html {
  scroll-behavior: auto
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #FFF;
  color: #1a1a2e;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .015em
}

a {
  color: #322571;
  text-decoration: none;
  transition: filter .12s cubic-bezier(0.4, 0, 1, 1)
}

a:hover {
  filter: brightness(1.3)
}

a:focus-visible {
  outline: 2px solid #F0B105;
  outline-offset: 2px
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  transition: filter .14s cubic-bezier(0.4, 0, 1, 1)
}

button:hover {
  filter: brightness(1.2)
}

button:focus-visible {
  outline: 2px solid #F0B105;
  outline-offset: 2px
}

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

.top-utility-strip {
  background: linear-gradient(135deg, #322571 0%, #4a3596 100%);
  padding: 12px 0;
  border-bottom: 2px solid #F0B105
}

.top-utility-strip .utility-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px
}

.tagline-phrase {
  color: #FFF;
  font-size: 15px;
  letter-spacing: .02em;
  font-weight: 400
}

.utility-contact-cluster {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center
}

.utility-contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #FFF;
  font-size: 15px;
  letter-spacing: .01em
}

.utility-contact-item i {
  font-size: 18px;
  color: #F0B105
}

.utility-contact-item a {
  color: #FFF;
  transition: color .1s cubic-bezier(0.4, 0, 1, 1)
}

.utility-contact-item a:hover {
  color: #F0B105;
  filter: none
}

.primary-header-bar {
  background: #FFF;
  padding: 24px 0;
  box-shadow: 1px 4px 28px -2px #32257114;
  position: relative
}

.primary-header-bar .header-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 52px
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0
}

.logo-container {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 3px solid #322571;
  border-radius: 6px;
  padding: 6px;
  box-shadow: 1px 1px 4px -2px #32257112
}

.logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.company-name-display {
  font-size: 22px;
  font-weight: 700;
  color: #322571;
  letter-spacing: -.01em;
  line-height: 1.15
}

.main-nav-cluster {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap
}

.nav-link-item {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #322571;
  letter-spacing: .005em;
  border-radius: 6px;
  transition: background .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1);
  white-space: nowrap
}

.nav-link-item:hover {
  background: #f0b1051f;
  color: #322571;
  filter: none
}

.nav-link-item:focus-visible {
  background: #f0b1052e
}

.primary-footer-zone {
  background: linear-gradient(180deg, #f8f9fb 0%, #FFF 100%);
  padding: 96px 0 52px;
  border-top: 1px solid #3225711a
}

.footer-content-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px
}

.footer-top-brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 52px;
  padding-bottom: 52px;
  border-bottom: 1px solid #32257114
}

.footer-logo-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 2px solid #322571;
  border-radius: 6px;
  padding: 6px;
  box-shadow: 1px 1px 4px -2px #32257112
}

.footer-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.footer-brand-name {
  font-size: 28px;
  font-weight: 700;
  color: #322571;
  letter-spacing: -.015em;
  line-height: 1.15
}

.footer-columns-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 52px;
  margin-bottom: 52px
}

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

.footer-col-heading {
  font-size: 15px;
  font-weight: 700;
  color: #322571;
  letter-spacing: .03em;
  text-transform: uppercase;
  line-height: 1.15
}

.footer-link-stack {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.footer-link-stack a {
  font-size: 15px;
  color: #322571;
  letter-spacing: .005em;
  transition: color .1s cubic-bezier(0.4, 0, 1, 1), transform .1s cubic-bezier(0.4, 0, 1, 1);
  display: inline-block
}

.footer-link-stack a:hover {
  color: #F0B105;
  transform: translateX(2px);
  filter: none
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.contact-info-row {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 15px;
  color: #322571;
  letter-spacing: .005em
}

.contact-info-row i {
  font-size: 18px;
  color: #F0B105;
  flex-shrink: 0;
  margin-top: 2px
}

.contact-info-row a {
  color: #322571;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.contact-info-row a:hover {
  color: #F0B105;
  filter: none
}

.footer-bottom-legal {
  padding-top: 52px;
  border-top: 1px solid #32257114;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px
}

.copyright-notice {
  font-size: 15px;
  color: #322571;
  letter-spacing: .005em
}

.legal-links-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap
}

.legal-links-row a {
  font-size: 15px;
  color: #322571;
  letter-spacing: .005em
}

.consent-notice-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  border-top: 3px solid #F0B105;
  box-shadow: 1px 10px 40px -2px #3225711c;
  padding: 24px;
  z-index: 8000;
  display: none
}

.consent-notice-bar.visible {
  display: block
}

.consent-inner-wrap {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.consent-text-block {
  flex: 1;
  min-width: 280px
}

.consent-description {
  font-size: 15px;
  color: #322571;
  line-height: 1.65;
  letter-spacing: .005em;
  margin: 0
}

.consent-actions-cluster {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center
}

.consent-btn {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px;
  letter-spacing: .005em;
  transition: background .14s cubic-bezier(0.4, 0, 1, 1), color .14s cubic-bezier(0.4, 0, 1, 1), transform .1s cubic-bezier(0.4, 0, 1, 1)
}

.consent-btn.accept-all {
  background: #F0B105;
  color: #322571
}

.consent-btn.accept-all:hover {
  background: #322571;
  color: #FFF;
  filter: none
}

.consent-btn.decline-all {
  background: transparent;
  color: #322571;
  border: 2px solid #322571
}

.consent-btn.decline-all:hover {
  background: #322571;
  color: #FFF;
  filter: none
}

.consent-settings-trigger {
  font-size: 15px;
  color: #322571;
  text-decoration: underline;
  cursor: pointer;
  padding: 12px;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.consent-settings-trigger:hover {
  color: #F0B105;
  filter: none
}

.consent-settings-panel {
  display: none;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #3225711a
}

.consent-settings-panel.active {
  display: block
}

.consent-toggles-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px
}

.consent-toggle-row {
  display: flex;
  align-items: center;
  gap: 12px
}

.consent-toggle-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #F0B105
}

.consent-toggle-row label {
  font-size: 15px;
  color: #322571;
  letter-spacing: .005em;
  cursor: pointer
}

.consent-save-prefs {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px;
  background: #322571;
  color: #FFF;
  letter-spacing: .005em;
  transition: background .14s cubic-bezier(0.4, 0, 1, 1)
}

.consent-save-prefs:hover {
  background: #F0B105;
  color: #322571;
  filter: none
}

@media (max-width: 768px) {
  .top-utility-strip .utility-inner {
    flex-direction: column;
    align-items: flex-start
  }

  .utility-contact-cluster {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .primary-header-bar .header-inner {
    flex-direction: column;
    gap: 24px
  }

  .main-nav-cluster {
    flex-direction: column;
    width: 100%;
    gap: 6px
  }

  .nav-link-item {
    width: 100%;
    text-align: center
  }

  .footer-columns-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }

  .footer-bottom-legal {
    flex-direction: column;
    align-items: flex-start
  }

  .consent-inner-wrap {
    flex-direction: column;
    align-items: flex-start
  }

  .consent-actions-cluster {
    width: 100%;
    flex-direction: column
  }

  .consent-btn {
    width: 100%;
    text-align: center
  }
}

@media (max-width: 480px) {
  .footer-columns-grid {
    grid-template-columns: 1fr
  }

  .company-name-display {
    font-size: 18px
  }

  .footer-brand-name {
    font-size: 22px
  }
}

.agreement-section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 96px 24px
}

.agreement-section h1 {
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #322571;
  margin: 0 0 52px
}

.agreement-section h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #322571;
  margin: 96px 0 24px
}

.agreement-section h2:first-of-type {
  margin-top: 52px
}

.agreement-section h3 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0;
  color: #322571;
  margin: 52px 0 24px
}

.agreement-section h4 {
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
  color: #322571;
  margin: 52px 0 12px
}

.agreement-section h5 {
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #322571;
  text-transform: uppercase;
  margin: 24px 0 12px
}

.agreement-section h6 {
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #322571;
  margin: 24px 0 12px
}

.agreement-section p {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #1a1918;
  margin: 0 0 24px
}

.agreement-section ul,
.agreement-section ol {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #1a1918;
  margin: 0 0 24px;
  padding: 0 0 0 24px
}

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

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

.agreement-section li {
  margin: 0 0 12px;
  padding-left: 6px
}

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

.agreement-section ul ul,
.agreement-section ol ol,
.agreement-section ul ol,
.agreement-section ol ul {
  margin: 12px 0 0
}

.agreement-section em,
.agreement-section i {
  font-style: italic
}

.agreement-section strong,
.agreement-section b {
  font-weight: 600;
  color: #322571
}

.agreement-section a {
  color: #F0B105;
  text-decoration: none;
  border-bottom: 1px solid #f0b1054d;
  transition: border-color .14s cubic-bezier(0.4, 0, 1, 1)
}

.agreement-section a:hover {
  border-bottom-color: #F0B105
}

.agreement-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 52px;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em
}

.agreement-section thead {
  background: #3225710a
}

.agreement-section th {
  text-align: left;
  padding: 12px 24px;
  font-weight: 600;
  color: #322571;
  border-bottom: 2px solid #322571
}

.agreement-section td {
  padding: 12px 24px;
  color: #1a1918;
  border-bottom: 1px solid #3225711f
}

.agreement-section tbody tr:last-child td {
  border-bottom: none
}

.agreement-section hr {
  border: none;
  height: 1px;
  background: #3225711f;
  margin: 52px 0
}

.agreement-section div {
  margin: 0 0 24px
}

@media (max-width: 768px) {
  .agreement-section {
    padding: 52px 24px
  }

  .agreement-section h1 {
    font-size: 38px;
    margin-bottom: 24px
  }

  .agreement-section h2 {
    font-size: 28px;
    margin-top: 52px
  }

  .agreement-section h3 {
    font-size: 22px;
    margin-top: 24px
  }

  .agreement-section h4 {
    font-size: 15px;
    margin-top: 24px
  }

  .agreement-section table {
    font-size: 15px
  }

  .agreement-section th,
  .agreement-section td {
    padding: 12px
  }
}

.nws-dtl {
  background: #FFF;
  position: relative
}

.nws-dtl * {
  box-sizing: border-box
}

.nws-dtl .hd-bnr {
  background: linear-gradient(180deg, #F0B105 0%, #F0B105 50%, #322571 50%, #322571 100%);
  padding: 96px 24px;
  position: relative;
  overflow: hidden
}

.nws-dtl .hd-bnr::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 96px;
  background: #FFF;
  clip-path: ellipse(60% 100% at 50% 100%)
}

.nws-dtl .hd-bnr .ctnr {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.nws-dtl .hd-bnr .meta-rw {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 52px;
  flex-wrap: wrap
}

.nws-dtl .hd-bnr .dt-bx {
  background: #ffffff26;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.65;
  color: #FFF;
  backdrop-filter: blur(12px)
}

.nws-dtl .hd-bnr .vw-ctr {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #FFF;
  font-size: 15px;
  line-height: 1.65
}

.nws-dtl .hd-bnr .vw-ctr svg {
  width: 20px;
  height: 20px;
  fill: currentColor
}

.nws-dtl .hd-bnr .lk-ctr {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #FFF;
  font-size: 15px;
  line-height: 1.65
}

.nws-dtl .hd-bnr .lk-ctr svg {
  width: 20px;
  height: 20px;
  fill: currentColor
}

.nws-dtl .hd-bnr .ttl-mn {
  font-size: 68px;
  line-height: 1.15;
  color: #FFF;
  margin: 0 0 24px;
  letter-spacing: -.02em;
  font-weight: 700
}

.nws-dtl .hd-bnr .sbt-tx {
  font-size: 22px;
  line-height: 1.65;
  color: #ffffffeb;
  margin: 0;
  max-width: 720px;
  letter-spacing: .01em
}

.nws-dtl .hd-bnr .auth-ln {
  margin-top: 52px;
  font-size: 15px;
  line-height: 1.65;
  color: #ffffffd9;
  letter-spacing: .02em
}

.nws-dtl .hd-bnr .auth-ln strong {
  color: #FFF;
  font-weight: 600
}

.nws-dtl .cnt-zn {
  max-width: 1024px;
  margin: 0 auto;
  padding: 96px 24px;
  position: relative
}

.nws-dtl .cnt-zn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #F0B105 0%, #322571 100%);
  opacity: .18
}

.nws-dtl .cnt-zn .img-ftr {
  width: 100%;
  margin: 0 0 52px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 4px 28px -2px #32257114;
  position: relative
}

.nws-dtl .cnt-zn .img-ftr::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, #32257140 100%);
  pointer-events: none
}

.nws-dtl .cnt-zn .img-ftr img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover
}

.nws-dtl .cnt-zn .txt-grd {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 52px;
  align-items: start
}

.nws-dtl .cnt-zn .lbl-sd {
  font-size: 15px;
  line-height: 1.65;
  color: #322571;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  position: sticky;
  top: 96px
}

.nws-dtl .cnt-zn .txt-mn {
  font-size: 15px;
  line-height: 1.65;
  color: #1a1a1a;
  letter-spacing: .01em
}

.nws-dtl .cnt-zn .txt-mn p {
  margin: 0 0 24px
}

.nws-dtl .cnt-zn .txt-mn p:last-child {
  margin-bottom: 0
}

.nws-dtl .cnt-zn .txt-mn h2 {
  font-size: 38px;
  line-height: 1.15;
  color: #322571;
  margin: 52px 0 24px;
  letter-spacing: -.01em;
  font-weight: 700
}

.nws-dtl .cnt-zn .txt-mn h3 {
  font-size: 22px;
  line-height: 1.65;
  color: #322571;
  margin: 24px 0 12px;
  letter-spacing: 0;
  font-weight: 600
}

.nws-dtl .cnt-zn .txt-mn mark {
  background: #f0b10538;
  color: #1a1a1a;
  padding: 2px 6px;
  border-radius: 2px
}

.nws-dtl .cnt-zn .txt-mn del {
  opacity: .6;
  text-decoration: line-through
}

.nws-dtl .cnt-zn .txt-mn ol {
  margin: 24px 0;
  padding-left: 24px;
  list-style: decimal
}

.nws-dtl .cnt-zn .txt-mn li {
  margin-bottom: 12px;
  padding-left: 6px
}

.nws-dtl .cnt-zn .txt-mn li:last-child {
  margin-bottom: 0
}

.nws-dtl .cnt-zn .txt-mn blockquote {
  margin: 52px 0;
  padding: 24px 24px 24px 52px;
  border-left: none;
  background: #f0b1050f;
  border-radius: 12px;
  position: relative;
  box-shadow: 1px 1px 4px -2px #32257112
}

.nws-dtl .cnt-zn .txt-mn blockquote::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 24px;
  width: 4px;
  height: calc(100% - 48px);
  background: linear-gradient(180deg, #F0B105 0%, #322571 100%);
  border-radius: 20px
}

.nws-dtl .cnt-zn .txt-mn blockquote p {
  font-size: 22px;
  line-height: 1.65;
  color: #322571;
  margin: 0 0 12px;
  font-style: italic;
  letter-spacing: 0
}

.nws-dtl .cnt-zn .txt-mn cite {
  display: block;
  font-size: 15px;
  line-height: 1.65;
  color: #322571b3;
  font-style: normal;
  margin-top: 12px;
  letter-spacing: .01em
}

.nws-dtl .prnt-zn {
  background: #f0b10508;
  padding: 96px 24px;
  position: relative
}

.nws-dtl .prnt-zn::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, #32257103 2px, #32257103 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, #32257103 2px, #32257103 4px);
  pointer-events: none
}

.nws-dtl .prnt-zn .ctnr {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.nws-dtl .prnt-zn .dvd-ln {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 52px
}

.nws-dtl .prnt-zn .dvd-ln::before,
.nws-dtl .prnt-zn .dvd-ln::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #322571;
  opacity: .15;
  position: relative
}

.nws-dtl .prnt-zn .dvd-ln::before {
  background: linear-gradient(90deg, transparent 0%, #322571 100%)
}

.nws-dtl .prnt-zn .dvd-ln::after {
  background: linear-gradient(90deg, #322571 0%, transparent 100%)
}

.nws-dtl .prnt-zn .tk-mk {
  width: 12px;
  height: 12px;
  background: #F0B105;
  border-radius: 20px;
  position: relative;
  box-shadow: 1px 1px 4px -2px #32257112
}

.nws-dtl .prnt-zn .tk-mk::before {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1px solid #f0b1054d;
  border-radius: 20px
}

.nws-dtl .prnt-zn .prnt-grd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 52px
}

.nws-dtl .prnt-zn .prnt-crd {
  background: #FFF;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 1px 1px 4px -2px #32257112;
  transition: transform .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1)
}

.nws-dtl .prnt-zn .prnt-crd:hover {
  transform: translateY(-6px);
  box-shadow: 1px 10px 40px -2px #3225711c
}

.nws-dtl .prnt-zn .prnt-crd .ic-hd {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px
}

.nws-dtl .prnt-zn .prnt-crd .ic-shp {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #F0B105 0%, #322571 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 1px 4px 28px -2px #32257114
}

.nws-dtl .prnt-zn .prnt-crd .ic-shp svg {
  width: 24px;
  height: 24px;
  fill: #FFF
}

.nws-dtl .prnt-zn .prnt-crd .ttl-sm {
  font-size: 22px;
  line-height: 1.15;
  color: #322571;
  margin: 0;
  letter-spacing: 0;
  font-weight: 600
}

.nws-dtl .prnt-zn .prnt-crd .dsc-tx {
  font-size: 15px;
  line-height: 1.65;
  color: #1a1a1ad9;
  margin: 0;
  letter-spacing: .01em
}

.nws-dtl .prnt-zn .prnt-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 52px;
  font-size: 15px;
  line-height: 1.65;
  color: #322571;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .02em;
  transition: filter .12s cubic-bezier(0.4, 0, 1, 1)
}

.nws-dtl .prnt-zn .prnt-btn:hover {
  filter: brightness(1.25)
}

.nws-dtl .prnt-zn .prnt-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  transition: transform .14s cubic-bezier(0.4, 0, 1, 1)
}

.nws-dtl .prnt-zn .prnt-btn:hover svg {
  transform: translateX(6px)
}

.nws-dtl .anmt-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .04;
  background: linear-gradient(180deg, #F0B105 0%, #322571 100%);
  animation: bg-shft 15s linear infinite
}

@keyframes bg-shft {
  0% {
    background: linear-gradient(180deg, #F0B105 0%, #322571 100%)
  }

  50% {
    background: linear-gradient(180deg, #322571 0%, #F0B105 100%)
  }

  100% {
    background: linear-gradient(180deg, #F0B105 0%, #322571 100%)
  }
}

@media (max-width: 768px) {
  .nws-dtl .hd-bnr {
    padding: 52px 24px
  }

  .nws-dtl .hd-bnr .ttl-mn {
    font-size: 38px
  }

  .nws-dtl .hd-bnr .sbt-tx {
    font-size: 15px
  }

  .nws-dtl .cnt-zn {
    padding: 52px 24px
  }

  .nws-dtl .cnt-zn .txt-grd {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .nws-dtl .cnt-zn .lbl-sd {
    position: static
  }

  .nws-dtl .prnt-zn {
    padding: 52px 24px
  }

  .nws-dtl .prnt-zn .prnt-grd {
    grid-template-columns: 1fr;
    gap: 24px
  }
}

@media print {
  .nws-dtl .hd-bnr {
    background: none;
    padding: 24px 0
  }

  .nws-dtl .hd-bnr::after {
    display: none
  }

  .nws-dtl .hd-bnr .ttl-mn {
    color: #000;
    font-size: 38px
  }

  .nws-dtl .hd-bnr .sbt-tx {
    color: #000;
    font-size: 15px
  }

  .nws-dtl .hd-bnr .auth-ln {
    color: #000
  }

  .nws-dtl .hd-bnr .meta-rw {
    display: none
  }

  .nws-dtl .cnt-zn {
    padding: 24px 0
  }

  .nws-dtl .cnt-zn::before {
    display: none
  }

  .nws-dtl .cnt-zn .txt-grd {
    grid-template-columns: 1fr
  }

  .nws-dtl .cnt-zn .lbl-sd {
    display: none
  }

  .nws-dtl .cnt-zn .img-ftr {
    box-shadow: none;
    border: 1px solid #000
  }

  .nws-dtl .cnt-zn .img-ftr::after {
    display: none
  }

  .nws-dtl .prnt-zn {
    display: none
  }

  .nws-dtl .anmt-bg {
    display: none
  }

  .nws-dtl .cnt-zn .txt-mn blockquote {
    background: none;
    border: 1px solid #000;
    box-shadow: none;
    page-break-inside: avoid
  }

  .nws-dtl .cnt-zn .txt-mn h2,
  .nws-dtl .cnt-zn .txt-mn h3 {
    page-break-after: avoid
  }

  .nws-dtl .cnt-zn .txt-mn p {
    orphans: 3;
    widows: 3
  }
}

.mstr-pg {
  background: #FFF;
  overflow-x: clip
}

.mstr-pg .intro-zone {
  position: relative;
  background: linear-gradient(180deg, #F0B105 0%, #F0B105 50%, #322571 50%, #322571 100%);
  padding: 96px 24px;
  overflow: hidden
}

.mstr-pg .intro-zone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 30% 40%, #ffffff26 0%, transparent 50%);
  pointer-events: none
}

.mstr-pg .intro-zone::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -10%;
  width: 300px;
  height: 300px;
  background: #ffffff14;
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none
}

.mstr-pg .shape-accent-1 {
  position: absolute;
  bottom: 24px;
  right: 12%;
  width: 120px;
  height: 120px;
  border: 2px solid #fff3;
  border-radius: 50%;
  pointer-events: none;
  animation: drop-bounce-1 .8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  opacity: 0;
  transform: translateY(-100px)
}

@keyframes drop-bounce-1 {
  0% {
    opacity: 0;
    transform: translateY(-100px)
  }

  60% {
    opacity: 1;
    transform: translateY(4px)
  }

  80% {
    transform: translateY(-2px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.mstr-pg .shape-accent-2 {
  position: absolute;
  top: 15%;
  right: 8%;
  width: 60px;
  height: 60px;
  background: #ffffff1a;
  border-radius: 12px;
  transform: rotate(25deg);
  pointer-events: none;
  animation: drop-bounce-2 .9s cubic-bezier(0.4, 0, 0.2, 1) .15s forwards;
  opacity: 0;
  transform: translateY(-100px) rotate(25deg)
}

@keyframes drop-bounce-2 {
  0% {
    opacity: 0;
    transform: translateY(-100px) rotate(25deg)
  }

  60% {
    opacity: 1;
    transform: translateY(3px) rotate(25deg)
  }

  80% {
    transform: translateY(-1px) rotate(25deg)
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotate(25deg)
  }
}

.mstr-pg .intro-limiter {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.mstr-pg .intro-content {
  max-width: 680px;
  animation: drop-bounce-main .85s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  opacity: 0;
  transform: translateY(-100px)
}

@keyframes drop-bounce-main {
  0% {
    opacity: 0;
    transform: translateY(-100px)
  }

  60% {
    opacity: 1;
    transform: translateY(5px)
  }

  80% {
    transform: translateY(-2px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.mstr-pg .intro-label {
  font-size: 15px;
  line-height: 1.65;
  color: #322571cc;
  letter-spacing: .04em;
  margin-bottom: 24px;
  text-transform: uppercase
}

.mstr-pg .intro-hdg {
  font-size: 68px;
  line-height: 1.15;
  color: #322571;
  letter-spacing: -.02em;
  margin-bottom: 24px
}

.mstr-pg .intro-hdg-line {
  display: block
}

.mstr-pg .intro-desc {
  font-size: 22px;
  line-height: 1.65;
  color: #FFF;
  letter-spacing: .01em;
  margin-bottom: 52px
}

.mstr-pg .intro-actions {
  display: flex;
  gap: 24px;
  flex-wrap: wrap
}

.mstr-pg .intro-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  line-height: 1.65;
  color: #FFF;
  text-decoration: none;
  letter-spacing: .02em;
  transition: filter .14s cubic-bezier(0.4, 0, 1, 1)
}

.mstr-pg .intro-link:hover {
  filter: brightness(1.2)
}

.mstr-pg .intro-link:focus-visible {
  outline: 2px solid #FFF !important;
  outline-offset: 4px !important;
  border-radius: 2px !important
}

.mstr-pg .intro-arrow {
  width: 18px;
  height: 18px;
  fill: currentColor;
  transition: transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.mstr-pg .intro-link:hover .intro-arrow {
  transform: translateX(3px)
}

.mstr-pg .details-zone {
  position: relative;
  background: #FFF;
  padding: 96px 24px
}

.mstr-pg .details-zone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #F0B105
}

.mstr-pg .details-zone::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, #32257108 1px, transparent 1px), radial-gradient(circle, #32257105 1.5px, transparent 1.5px);
  background-size: 40px 40px, 70px 70px;
  background-position: 0 0, 20px 20px;
  opacity: .6;
  pointer-events: none
}

.mstr-pg .details-limiter {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.mstr-pg .details-grid {
  display: grid;
  grid-template-columns: 1fr 4px 2fr;
  gap: 52px;
  align-items: start
}

.mstr-pg .details-divider {
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #F0B105 0%, #322571 100%);
  border-radius: 2px;
  justify-self: center
}

.mstr-pg .details-left {
  animation: slide-in-left .7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  opacity: 0;
  transform: translateX(-30px)
}

@keyframes slide-in-left {
  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.mstr-pg .details-right {
  animation: slide-in-right .7s cubic-bezier(0.4, 0, 0.2, 1) .2s forwards;
  opacity: 0;
  transform: translateX(30px)
}

@keyframes slide-in-right {
  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.mstr-pg .details-hdg {
  font-size: 38px;
  line-height: 1.15;
  color: #322571;
  letter-spacing: -.01em;
  margin-bottom: 24px
}

.mstr-pg .details-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 4px 28px -2px #32257114
}

.mstr-pg .details-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.mstr-pg .details-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, #00000005 2px, #00000005 4px);
  pointer-events: none
}

.mstr-pg .details-content {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.mstr-pg .details-subhdg {
  font-size: 28px;
  line-height: 1.15;
  color: #322571;
  letter-spacing: -.005em;
  margin-bottom: 12px
}

.mstr-pg .details-txt {
  font-size: 15px;
  line-height: 1.65;
  color: #322571;
  letter-spacing: .01em
}

.mstr-pg .details-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px
}

.mstr-pg .metric-card {
  background: linear-gradient(135deg, #F0B105 0%, #f0b105cc 100%);
  padding: 24px;
  border-radius: 12px;
  box-shadow: 1px 1px 4px -2px #32257112;
  transition: transform .16s cubic-bezier(0.4, 0, 1, 1), box-shadow .16s cubic-bezier(0.4, 0, 1, 1)
}

.mstr-pg .metric-card:hover {
  transform: translateY(-2px);
  box-shadow: 1px 10px 40px -2px #3225711c
}

.mstr-pg .metric-num {
  font-size: 38px;
  line-height: 1.15;
  color: #322571;
  letter-spacing: -.01em;
  margin-bottom: 6px;
  font-weight: 600
}

.mstr-pg .metric-lbl {
  font-size: 15px;
  line-height: 1.65;
  color: #322571;
  letter-spacing: .01em;
  opacity: .9
}

.mstr-pg .details-outro {
  margin-top: 24px;
  padding: 24px;
  background: #32257108;
  border-radius: 12px
}

.mstr-pg .details-outro-txt {
  font-size: 15px;
  line-height: 1.65;
  color: #322571;
  letter-spacing: .01em
}

.mstr-pg .vignette-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, #32257114 100%);
  pointer-events: none;
  z-index: 0
}

.mstr-pg .wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(90deg, #F0B105 0px, #F0B105 20px, transparent 20px, transparent 40px);
  opacity: .3
}

@media (max-width: 768px) {
  .mstr-pg .intro-zone {
    padding: 52px 24px
  }

  .mstr-pg .intro-hdg {
    font-size: 38px
  }

  .mstr-pg .intro-desc {
    font-size: 15px
  }

  .mstr-pg .details-zone {
    padding: 52px 24px
  }

  .mstr-pg .details-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .mstr-pg .details-divider {
    display: none
  }

  .mstr-pg .details-hdg {
    font-size: 28px
  }

  .mstr-pg .details-subhdg {
    font-size: 22px
  }

  .mstr-pg .details-metrics {
    grid-template-columns: 1fr
  }

  .mstr-pg .metric-num {
    font-size: 28px
  }

  .mstr-pg .shape-accent-1,
  .mstr-pg .shape-accent-2 {
    display: none
  }
}

.mstr-pg ::selection {
  background: #F0B105;
  color: #322571
}

.mstr-pg input::placeholder,
.mstr-pg textarea::placeholder {
  color: #32257166
}

.cntct-pg {
  background: #FFF;
  color: #322571;
  overflow-x: clip
}

.cntct-pg * {
  box-sizing: border-box
}

.cntct-pg .frst-vw {
  position: relative;
  padding: 96px 24px;
  background: linear-gradient(180deg, #F0B105 0%, #F0B105 50%, #322571 50%, #322571 100%);
  overflow: hidden
}

.cntct-pg .frst-vw::before {
  content: '';
  position: absolute;
  top: 52px;
  left: 52px;
  right: 52px;
  bottom: 52px;
  border: 1px solid #ffffff4d;
  pointer-events: none;
  z-index: 1
}

.cntct-pg .frst-vw::after {
  content: '';
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: #ffffff08;
  top: -200px;
  right: -300px;
  pointer-events: none
}

.cntct-pg .frst-vw-ctr {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.cntct-pg .frst-vw h1 {
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #FFF;
  margin: 0 0 24px;
  max-width: 720px
}

.cntct-pg .frst-vw h1 .mrk {
  display: inline;
  background: #fff3;
  padding: 0 12px;
  border-radius: 6px
}

.cntct-pg .frst-vw .sbtl {
  font-size: 22px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #ffffffe6;
  margin: 0;
  max-width: 580px
}

.cntct-pg .cntct-wrp {
  padding: 96px 24px;
  background: #FFF;
  position: relative
}

.cntct-pg .cntct-wrp::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: #32257105;
  bottom: -200px;
  left: -200px;
  pointer-events: none
}

.cntct-pg .cntct-ctr {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: flex-start
}

.cntct-pg .lft-col {
  flex: 0 0 200px
}

.cntct-pg .rght-col {
  flex: 1;
  min-width: 0
}

.cntct-pg .lft-col h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #322571;
  margin: 0 0 6px;
  display: flex;
  flex-direction: column
}

.cntct-pg .lft-col h2 span {
  display: block
}

.cntct-pg .lft-col .undln {
  width: 80px;
  height: 2px;
  background: #F0B105;
  margin: 24px 0 0
}

.cntct-pg .dtl-grd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0 0 52px
}

.cntct-pg .dtl-crd {
  background: #FFF;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 1px 4px 28px -2px #32257114;
  transition: transform .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1);
  position: relative;
  overflow: hidden
}

.cntct-pg .dtl-crd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F0B105
}

.cntct-pg .dtl-crd:hover {
  transform: translateY(-6px);
  box-shadow: 1px 10px 40px -2px #3225711c
}

.cntct-pg .dtl-crd .icn-wrp {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #F0B105 0%, #322571 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  transition: transform .16s cubic-bezier(0.4, 0, 1, 1)
}

.cntct-pg .dtl-crd:hover .icn-wrp {
  transform: rotate(5deg)
}

.cntct-pg .dtl-crd .icn-wrp svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.cntct-pg .dtl-crd h3 {
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: .02em;
  color: #322571;
  margin: 0 0 6px;
  font-weight: 600;
  text-transform: uppercase
}

.cntct-pg .dtl-crd p {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #322571;
  margin: 0;
  word-break: break-word
}

.cntct-pg .dtl-crd a {
  color: #322571;
  text-decoration: none;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.cntct-pg .dtl-crd a:hover {
  color: #F0B105
}

.cntct-pg .frm-wrp {
  background: #f0b10508;
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 52px;
  box-shadow: 1px 4px 28px -2px #32257114;
  border: 1px solid #32257114
}

.cntct-pg .frm-wrp h3 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #322571;
  margin: 0 0 24px
}

.cntct-pg .frm-wrp form {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cntct-pg .fld-grp {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.cntct-pg .fld-grp label {
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #322571;
  font-weight: 600
}

.cntct-pg .fld-grp input[type="text"],
.cntct-pg .fld-grp input[type="email"],
.cntct-pg .fld-grp textarea,
.cntct-pg .fld-grp select {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #322571;
  background: #FFF;
  border: 1px solid #32257133;
  border-radius: 6px;
  padding: 12px 24px;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s cubic-bezier(0.4, 0, 1, 1);
  box-shadow: inset 1px 1px 4px -2px #32257112
}

.cntct-pg .fld-grp input[type="text"]:focus,
.cntct-pg .fld-grp input[type="email"]:focus,
.cntct-pg .fld-grp textarea:focus,
.cntct-pg .fld-grp select:focus {
  outline: none;
  border-color: #F0B105;
  box-shadow: inset 1px 1px 4px -2px #32257112 0 0 0 2px #f0b10533
}

.cntct-pg .fld-grp input::placeholder,
.cntct-pg .fld-grp textarea::placeholder {
  color: #32257166
}

.cntct-pg .fld-grp textarea {
  min-height: 160px;
  resize: vertical
}

.cntct-pg .fld-grp select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23322571' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  padding-right: 52px;
  cursor: pointer
}

.cntct-pg .chkbx-wrp {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start
}

.cntct-pg .chkbx-wrp input[type="checkbox"] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  cursor: pointer;
  accent-color: #F0B105
}

.cntct-pg .chkbx-wrp label {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #322571;
  cursor: pointer
}

.cntct-pg .chkbx-wrp a {
  color: #F0B105;
  text-decoration: none;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.cntct-pg .chkbx-wrp a:hover {
  color: #322571
}

.cntct-pg .sbmt-btn {
  background: linear-gradient(135deg, #F0B105 0%, #322571 100%);
  color: #FFF;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: .02em;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  padding: 24px 52px;
  cursor: pointer;
  transition: filter .14s cubic-bezier(0.4, 0, 1, 1), transform .14s cubic-bezier(0.4, 0, 1, 1);
  align-self: flex-start;
  text-transform: uppercase
}

.cntct-pg .sbmt-btn:hover {
  filter: brightness(1.1);
  transform: translateY(-2px)
}

.cntct-pg .sbmt-btn:active {
  transform: translateY(0)
}

.cntct-pg .img-annot-blk {
  margin: 96px 0 0;
  padding: 0 24px
}

.cntct-pg .img-annot-ctr {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 52px;
  align-items: center;
  background: #FFF;
  border-radius: 20px;
  padding: 52px;
  box-shadow: 1px 10px 40px -2px #3225711c;
  position: relative;
  overflow: hidden
}

.cntct-pg .img-annot-ctr::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #f0b10508;
  top: -100px;
  right: -100px;
  pointer-events: none
}

.cntct-pg .img-lrg {
  flex: 0 0 480px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 4px 28px -2px #32257114
}

.cntct-pg .img-lrg img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block
}

.cntct-pg .annot-lst {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cntct-pg .annot-itm {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  padding: 24px;
  background: #f0b10508;
  border-radius: 12px;
  border: 1px solid #32257114;
  transition: transform .16s cubic-bezier(0.4, 0, 1, 1), box-shadow .16s cubic-bezier(0.4, 0, 1, 1)
}

.cntct-pg .annot-itm:hover {
  transform: translateX(6px);
  box-shadow: 1px 4px 28px -2px #32257114
}

.cntct-pg .annot-num {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #F0B105 0%, #322571 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -.01em;
  font-weight: 600;
  color: #FFF
}

.cntct-pg .annot-txt {
  flex: 1
}

.cntct-pg .annot-txt h4 {
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: .02em;
  color: #322571;
  margin: 0 0 6px;
  font-weight: 600;
  text-transform: uppercase
}

.cntct-pg .annot-txt p {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #322571;
  margin: 0
}

.cntct-pg .dvdr-ln {
  height: 2px;
  background: #F0B105;
  margin: 96px auto;
  max-width: 1024px
}

@keyframes cycle-highlight-1 {

  0%,
  100% {
    box-shadow: 1px 4px 28px -2px #32257114
  }

  16.66%,
  83.34% {
    box-shadow: 1px 4px 28px -2px #32257114
  }

  25%,
  75% {
    box-shadow: 1px 10px 40px -2px #f0b1054d
  }
}

@keyframes cycle-highlight-2 {

  0%,
  100% {
    box-shadow: 1px 4px 28px -2px #32257114
  }

  33.32%,
  66.68% {
    box-shadow: 1px 4px 28px -2px #32257114
  }

  41.66%,
  58.34% {
    box-shadow: 1px 10px 40px -2px #f0b1054d
  }
}

@keyframes cycle-highlight-3 {

  0%,
  100% {
    box-shadow: 1px 4px 28px -2px #32257114
  }

  50% {
    box-shadow: 1px 10px 40px -2px #f0b1054d
  }

  58.34%,
  41.66% {
    box-shadow: 1px 4px 28px -2px #32257114
  }
}

@keyframes cycle-highlight-4 {

  0%,
  100% {
    box-shadow: 1px 4px 28px -2px #32257114
  }

  66.68%,
  33.32% {
    box-shadow: 1px 4px 28px -2px #32257114
  }

  75%,
  25% {
    box-shadow: 1px 10px 40px -2px #f0b1054d
  }
}

.cntct-pg .dtl-crd:nth-child(1) {
  animation: cycle-highlight-1 6s cubic-bezier(0.4, 0, 1, 1) infinite
}

.cntct-pg .dtl-crd:nth-child(2) {
  animation: cycle-highlight-2 6s cubic-bezier(0.4, 0, 1, 1) infinite
}

.cntct-pg .dtl-crd:nth-child(3) {
  animation: cycle-highlight-3 6s cubic-bezier(0.4, 0, 1, 1) infinite
}

.cntct-pg .dtl-crd:nth-child(4) {
  animation: cycle-highlight-4 6s cubic-bezier(0.4, 0, 1, 1) infinite
}

.cntct-pg ::selection {
  background: #F0B105;
  color: #FFF
}

@media (max-width: 768px) {
  .cntct-pg .frst-vw {
    padding: 52px 24px
  }

  .cntct-pg .frst-vw h1 {
    font-size: 38px
  }

  .cntct-pg .frst-vw .sbtl {
    font-size: 15px
  }

  .cntct-pg .cntct-wrp {
    padding: 52px 24px
  }

  .cntct-pg .cntct-ctr {
    flex-direction: column;
    gap: 52px
  }

  .cntct-pg .lft-col {
    flex: 1
  }

  .cntct-pg .dtl-grd {
    grid-template-columns: 1fr
  }

  .cntct-pg .frm-wrp {
    padding: 24px
  }

  .cntct-pg .img-annot-blk {
    margin: 52px 0 0
  }

  .cntct-pg .img-annot-ctr {
    flex-direction: column;
    padding: 24px;
    gap: 24px
  }

  .cntct-pg .img-lrg {
    flex: 1;
    width: 100%
  }

  .cntct-pg .img-lrg img {
    height: 240px
  }

  .cntct-pg .dvdr-ln {
    margin: 52px auto
  }
}

.vlt-base {
  background: #FFF;
  color: #322571;
  line-height: 1.65;
  font-size: 15px
}

.vlt-base * {
  box-sizing: border-box
}

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

.vlt-hero {
  position: relative;
  background: radial-gradient(ellipse at center, #F0B105, #322571);
  padding: 96px 24px;
  overflow: hidden
}

.vlt-hero-contain {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 52px;
  align-items: center;
  position: relative;
  z-index: 2
}

.vlt-hero-txt h1 {
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #FFF;
  margin: 0 0 24px
}

.vlt-hero-txt p {
  font-size: 22px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #fffffff2;
  margin: 0 0 24px
}

.vlt-hero-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #FFF;
  font-size: 15px;
  letter-spacing: .02em;
  text-decoration: none;
  transition: filter .14s cubic-bezier(0.4, 0, 1, 1)
}

.vlt-hero-action:hover {
  filter: brightness(1.2)
}

.vlt-hero-action::after {
  content: '→';
  font-size: 22px
}

.vlt-hero-visual {
  position: relative
}

.vlt-hero-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  filter: saturate(0.85) brightness(1.05) hue-rotate(-5deg);
  box-shadow: 1px 10px 40px -2px #3225711c
}

.vlt-hero-shape {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #ffffff26;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  top: -24px;
  left: -24px;
  z-index: -1
}

.vlt-hero-shape.alt {
  width: 80px;
  height: 80px;
  bottom: -12px;
  right: -12px;
  top: auto;
  left: auto;
  background: #f0b10540
}

.vlt-crew {
  background: #FFF;
  padding: 96px 24px;
  position: relative
}

.vlt-crew-contain {
  max-width: 1024px;
  margin: 0 auto
}

.vlt-crew-hd {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #322571;
  margin: 0 0 52px;
  max-width: 680px
}

.vlt-crew-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px
}

.vlt-crew-person {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.vlt-crew-photo {
  width: 100%;
  aspect-ratio: 5/7;
  overflow: hidden;
  background: #F0F0F0
}

.vlt-crew-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top
}

.vlt-crew-info h3 {
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
  color: #322571;
  margin: 0 0 12px
}

.vlt-crew-info p {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #322571;
  margin: 0
}

.vlt-crew-diamond {
  position: absolute;
  top: 96px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: #F0B105;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  opacity: .15
}

.vlt-issue {
  background: #f0b10508;
  padding: 96px 24px;
  position: relative;
  overflow: hidden
}

.vlt-issue::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #F0B105
}

.vlt-issue-contain {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 52px
}

.vlt-issue-intro {
  font-size: 22px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #322571
}

.vlt-issue-main h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #322571;
  margin: 0 0 24px
}

.vlt-issue-main p {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #322571;
  margin: 0 0 24px
}

.vlt-issue-main p:last-child {
  margin: 0
}

.vlt-issue-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  opacity: .04;
  pointer-events: none
}

.vlt-issue-pattern circle {
  fill: #322571
}

.vlt-engage {
  background: #FFF;
  padding: 96px 24px;
  position: relative
}

.vlt-engage-contain {
  max-width: 1024px;
  margin: 0 auto
}

.vlt-engage-hd {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #322571;
  margin: 0 0 52px
}

.vlt-engage-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px
}

.vlt-engage-format {
  position: relative
}

.vlt-engage-format h3 {
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
  color: #322571;
  margin: 0 0 24px
}

.vlt-engage-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.vlt-engage-list li {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #322571;
  margin: 0 0 12px;
  padding-left: 24px;
  position: relative
}

.vlt-engage-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background: #F0B105;
  border-radius: 20px
}

.vlt-engage-visual-wrap {
  position: relative
}

.vlt-engage-visual {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  box-shadow: 1px 4px 28px -2px #32257114
}

.vlt-engage-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .16s cubic-bezier(0.4, 0, 1, 1)
}

.vlt-engage-visual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f0b105d9 0%, #322571d9 100%);
  opacity: 0;
  transition: opacity .14s cubic-bezier(0.4, 0, 1, 1);
  z-index: 1;
  pointer-events: none
}

.vlt-engage-visual:hover::before {
  opacity: 1
}

.vlt-engage-visual:hover img {
  opacity: .3
}

.vlt-standing {
  background: #FFF;
  padding: 96px 24px;
  position: relative
}

.vlt-standing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #322571
}

.vlt-standing-contain {
  max-width: 1024px;
  margin: 0 auto
}

.vlt-standing-hd {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #322571;
  margin: 0 0 52px
}

.vlt-standing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px
}

.vlt-standing-metric {
  position: relative;
  padding: 24px;
  background: #f0b10508;
  border-radius: 12px;
  box-shadow: 1px 1px 4px -2px #32257112
}

.vlt-standing-num {
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #F0B105;
  margin: 0 0 12px;
  font-weight: 700
}

.vlt-standing-label {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #322571;
  margin: 0
}

.vlt-standing-proof {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 52px;
  align-items: center
}

.vlt-standing-img-wrap {
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 1px 4px 28px -2px #32257114
}

.vlt-standing-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.vlt-standing-txt h3 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -.005em;
  color: #322571;
  margin: 0 0 24px
}

.vlt-standing-txt p {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #322571;
  margin: 0
}

.vlt-standing-corner {
  position: absolute;
  bottom: 96px;
  left: 24px;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #F0B105 0%, transparent 50%);
  opacity: 0;
  pointer-events: none;
  animation: vlt-bleed 8s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

@keyframes vlt-bleed {

  0%,
  100% {
    opacity: 0
  }

  50% {
    opacity: .08
  }
}

::selection {
  background: #F0B105;
  color: #FFF
}

.vlt-base input::placeholder,
.vlt-base textarea::placeholder {
  color: #f0b10566
}

@media (max-width: 768px) {
  .vlt-hero-contain {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .vlt-hero {
    padding: 52px 24px
  }

  .vlt-hero-txt h1 {
    font-size: 38px
  }

  .vlt-hero-txt p {
    font-size: 15px
  }

  .vlt-crew-grid {
    grid-template-columns: 1fr;
    gap: 52px
  }

  .vlt-issue-contain {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .vlt-engage-split {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .vlt-standing-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .vlt-standing-proof {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .vlt-crew {
    padding: 52px 24px
  }

  .vlt-issue {
    padding: 52px 24px
  }

  .vlt-engage {
    padding: 52px 24px
  }

  .vlt-standing {
    padding: 52px 24px
  }

  .vlt-crew-hd,
  .vlt-engage-hd,
  .vlt-standing-hd {
    font-size: 28px
  }

  .vlt-issue-main h2,
  .vlt-standing-txt h3 {
    font-size: 28px
  }
}

.abt-us {
  max-width: 1024px;
  margin: 0 auto;
  background: #FFF
}

.abt-us .top-intro {
  display: flex;
  gap: 52px;
  padding: 96px 24px;
  align-items: center
}

.abt-us .top-intro .img-col {
  flex: 0 0 280px
}

.abt-us .top-intro .img-col img {
  width: 280px;
  height: 380px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  display: block;
  position: relative
}

.abt-us .top-intro .img-col img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 100%, #32257199 0%, transparent 70%);
  pointer-events: none;
  border-radius: 12px
}

.abt-us .top-intro .txt-col {
  flex: 1
}

.abt-us .top-intro h1 {
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #322571;
  margin: 0 0 24px
}

.abt-us .top-intro h1 .mark {
  background: linear-gradient(180deg, #F0B105 0%, #F0B105 50%, #322571 50%, #322571 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block
}

.abt-us .top-intro .desc {
  font-size: 22px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #322571;
  margin: 0
}

.abt-us .story-sec {
  padding: 96px 24px;
  background: #F8F7FC;
  position: relative;
  overflow: hidden
}

.abt-us .story-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #F0B105 0%, #F0B105 20%, transparent 20%, transparent 25%, #322571 25%, #322571 45%, transparent 45%, transparent 50%, #F0B105 50%, #F0B105 70%, transparent 70%, transparent 75%, #322571 75%, #322571 95%, transparent 95%)
}

.abt-us .story-sec .inner-wrap {
  max-width: 880px;
  margin: 0 auto
}

.abt-us .story-sec h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #322571;
  margin: 0 0 52px;
  text-align: center
}

.abt-us .story-sec .two-col {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 52px
}

.abt-us .story-sec .intro-col {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .02em;
  color: #322571
}

.abt-us .story-sec .intro-col p {
  margin: 0
}

.abt-us .story-sec .main-col {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .02em;
  color: #322571
}

.abt-us .story-sec .main-col p {
  margin: 0 0 24px
}

.abt-us .story-sec .main-col p:last-child {
  margin: 0
}

.abt-us .values-grid {
  padding: 96px 24px;
  background: #FFF;
  position: relative
}

.abt-us .values-grid h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #322571;
  margin: 0 0 52px
}

.abt-us .values-grid .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.abt-us .values-grid .vl-card {
  background: #FFF;
  border: 2px solid #F0F0F0;
  border-radius: 12px;
  padding: 24px;
  position: relative;
  transition: border-color .14s cubic-bezier(0.4, 0, 1, 1), transform .14s cubic-bezier(0.4, 0, 1, 1);
  overflow: hidden
}

.abt-us .values-grid .vl-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #F0B105 0%, #F0B105 50%, #322571 50%, #322571 100%);
  opacity: 0;
  transition: opacity .16s cubic-bezier(0.4, 0, 1, 1);
  pointer-events: none
}

.abt-us .values-grid .vl-card:hover {
  border-color: #F0B105;
  transform: translateY(-6px)
}

.abt-us .values-grid .vl-card:hover::before {
  opacity: .05
}

.abt-us .values-grid .vl-card .num {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: #F0B105;
  color: #FFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 1px 4px 28px -2px #f0b10514
}

.abt-us .values-grid .vl-card h3 {
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
  color: #322571;
  margin: 0 0 12px;
  position: relative
}

.abt-us .values-grid .vl-card p {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #322571;
  margin: 0;
  position: relative
}

.abt-us .team-showcase {
  padding: 96px 24px;
  background: #322571;
  position: relative;
  overflow: hidden
}

.abt-us .team-showcase::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: repeating-linear-gradient(90deg, transparent 0px, transparent 40px, #f0b1051a 40px, #f0b1051a 41px);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 95% 90%, 90% 100%, 85% 85%, 80% 100%, 75% 80%, 70% 100%, 65% 75%, 60% 100%, 55% 70%, 50% 100%, 45% 65%, 40% 100%, 35% 60%, 30% 100%, 25% 55%, 20% 100%, 15% 50%, 10% 100%, 5% 45%, 0 100%)
}

.abt-us .team-showcase h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #FFF;
  margin: 0 0 52px;
  text-align: center
}

.abt-us .team-showcase .members {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 52px;
  max-width: 720px;
  margin: 0 auto
}

.abt-us .team-showcase .mem-card {
  display: flex;
  gap: 24px;
  align-items: flex-start
}

.abt-us .team-showcase .mem-card .portrait {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 10px 40px -2px #f0b1051c
}

.abt-us .team-showcase .mem-card .portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.abt-us .team-showcase .mem-card .info {
  flex: 1
}

.abt-us .team-showcase .mem-card h4 {
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
  color: #F0B105;
  margin: 0 0 6px
}

.abt-us .team-showcase .mem-card .role {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #ffffffb3;
  margin: 0 0 12px
}

.abt-us .team-showcase .mem-card .bio {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #FFF;
  margin: 0
}

.abt-us .process-visual {
  padding: 96px 24px;
  background: #FFF;
  position: relative
}

.abt-us .process-visual h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #322571;
  margin: 0 0 24px
}

.abt-us .process-visual .curve-connect {
  width: 2px;
  height: 80px;
  margin: 0 0 24px 160px;
  position: relative
}

.abt-us .process-visual .curve-connect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 80px;
  border-left: 2px solid #F0B105;
  border-bottom: 2px solid #F0B105;
  border-bottom-left-radius: 52px
}

.abt-us .process-visual .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.abt-us .process-visual .step-item {
  position: relative;
  opacity: 0;
  transform: translateY(24px);
  animation: reveal-step .6s cubic-bezier(0.4, 0, 1, 1) forwards
}

.abt-us .process-visual .step-item:nth-child(1) {
  animation-delay: .1s
}

.abt-us .process-visual .step-item:nth-child(2) {
  animation-delay: .2s
}

.abt-us .process-visual .step-item:nth-child(3) {
  animation-delay: .3s
}

.abt-us .process-visual .step-item:nth-child(4) {
  animation-delay: .4s
}

@keyframes reveal-step {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.abt-us .process-visual .step-item .img-wrap {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin: 0 0 12px
}

.abt-us .process-visual .step-item .img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, #322571b3 100%);
  opacity: 0;
  transition: opacity .18s cubic-bezier(0.4, 0, 1, 1);
  pointer-events: none;
  z-index: 1
}

.abt-us .process-visual .step-item:hover .img-wrap::before {
  opacity: 1
}

.abt-us .process-visual .step-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .12s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .process-visual .step-item:hover .img-wrap img {
  filter: brightness(1.1)
}

.abt-us .process-visual .step-item h5 {
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
  color: #322571;
  margin: 0 0 6px;
  display: block
}

.abt-us .process-visual .step-item h5 span {
  display: block
}

.abt-us .process-visual .step-item p {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #322571;
  margin: 0
}

.abt-us .metrics-display {
  padding: 96px 24px;
  background: linear-gradient(180deg, #F0B105 0%, #F0B105 50%, #322571 50%, #322571 100%);
  position: relative;
  overflow: hidden
}

.abt-us .metrics-display::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  background: #ffffff14;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none
}

.abt-us .metrics-display h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #FFF;
  margin: 0 0 52px;
  text-align: center;
  position: relative
}

.abt-us .metrics-display .stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
  max-width: 880px;
  margin: 0 auto;
  position: relative
}

.abt-us .metrics-display .stat-box {
  text-align: center;
  opacity: 0;
  transform: scale(0.85);
  animation: pop-in .5s cubic-bezier(0.4, 0, 1, 1) forwards
}

.abt-us .metrics-display .stat-box:nth-child(1) {
  animation-delay: .15s
}

.abt-us .metrics-display .stat-box:nth-child(2) {
  animation-delay: .3s
}

.abt-us .metrics-display .stat-box:nth-child(3) {
  animation-delay: .45s
}

@keyframes pop-in {
  to {
    opacity: 1;
    transform: scale(1)
  }
}

.abt-us .metrics-display .stat-box .number {
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #FFF;
  margin: 0 0 12px;
  font-weight: 700
}

.abt-us .metrics-display .stat-box .label {
  font-size: 22px;
  line-height: 1.65;
  letter-spacing: 0;
  color: #ffffffe6;
  margin: 0
}

.abt-us ::selection {
  background: #F0B105;
  color: #FFF
}

.abt-us input::placeholder,
.abt-us textarea::placeholder {
  color: #f0b10566
}

.nws-arch {
  background: #FFF;
  color: #322571;
  min-height: 100vh
}

.nws-arch * {
  box-sizing: border-box
}

.nws-arch .title-banner {
  position: relative;
  padding: 96px 24px;
  overflow: hidden;
  background: radial-gradient(ellipse at center, #F0B105 0%, #322571 100%)
}

.title-banner .img-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.title-banner .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .15;
  mix-blend-mode: overlay
}

.title-banner .inner-limit {
  position: relative;
  z-index: 2;
  max-width: 1024px;
  margin: 0 auto
}

.title-banner .corner-accent {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 68px;
  height: 68px;
  border-top: 2px solid #ffffff4d;
  border-right: 2px solid #ffffff4d;
  z-index: 3
}

.title-banner .corner-accent-left {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 52px;
  height: 52px;
  border-bottom: 2px solid #ffffff4d;
  border-left: 2px solid #ffffff4d;
  z-index: 3
}

.title-banner .main-heading {
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #FFF;
  margin: 0 0 24px;
  font-weight: 700
}

.title-banner .num-accent {
  display: inline-block;
  font-size: 38px;
  color: #F0B105;
  margin-right: 12px
}

.title-banner .brief-explain {
  font-size: 22px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #ffffffeb;
  max-width: 620px;
  margin: 0
}

.nws-arch .post-grid-zone {
  padding: 96px 24px;
  background: #FAFBFC
}

.post-grid-zone .limit-wrap {
  max-width: 1024px;
  margin: 0 auto
}

.post-grid-zone .grid-holder {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px
}

.post-grid-zone .post-card {
  background: #FFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 1px 4px -2px #32257112 1px 4px 28px -2px #32257114;
  transition: transform .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1);
  display: flex;
  flex-direction: column
}

.post-grid-zone .post-card:hover {
  transform: translateY(-6px);
  box-shadow: 1px 4px 28px -2px #32257114 1px 10px 40px -2px #3225711c
}

.post-grid-zone .img-frame {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative
}

.post-grid-zone .img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(4px);
  transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.post-grid-zone .post-card:hover .img-frame img {
  filter: blur(0px)
}

.post-grid-zone .text-zone {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column
}

.post-grid-zone .post-title {
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #322571;
  margin: 0 0 12px;
  font-weight: 600
}

.post-grid-zone .post-subtitle {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .005em;
  color: #5a4d8f;
  margin: 0 0 12px;
  font-weight: 500
}

.post-grid-zone .short-desc {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #4a4a4a;
  margin: 0 0 24px;
  flex: 1
}

.post-grid-zone .meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 12px;
  border-top: 1px solid #3225711a
}

.post-grid-zone .author-name {
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: .005em;
  color: #322571;
  font-weight: 500
}

.post-grid-zone .pub-date {
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: .005em;
  color: #6a6a6a
}

.post-grid-zone .stat-group {
  display: flex;
  gap: 12px;
  margin-left: auto
}

.post-grid-zone .stat-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: .005em;
  color: #6a6a6a
}

.post-grid-zone .icon-view,
.post-grid-zone .icon-like {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative
}

.post-grid-zone .icon-view::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 9px;
  border: 2px solid #6a6a6a;
  border-radius: 20px
}

.post-grid-zone .icon-view::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background: #6a6a6a;
  border-radius: 50%
}

.post-grid-zone .icon-like::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #6a6a6a;
  border-radius: 50% 50% 0 0;
  transform-origin: bottom center;
  transform: translateX(-3px) rotate(-45deg)
}

.post-grid-zone .icon-like::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #6a6a6a;
  border-radius: 50% 50% 0 0;
  transform-origin: bottom center;
  transform: translateX(3px) rotate(45deg)
}

.post-grid-zone .link-read {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: .005em;
  color: #F0B105;
  text-decoration: none;
  font-weight: 500;
  transition: filter .12s ease-in
}

.post-grid-zone .link-read:hover {
  filter: brightness(1.2)
}

.post-grid-zone .arrow-right {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative
}

.post-grid-zone .arrow-right::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 2px;
  background: #F0B105;
  transform: translateY(-50%)
}

.post-grid-zone .arrow-right::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #F0B105;
  border-right: 2px solid #F0B105;
  transform: translateY(-50%) rotate(45deg)
}

.nws-arch .split-bg-section {
  position: relative;
  padding: 96px 24px;
  overflow: hidden
}

.split-bg-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #F0B105 0%, #F0B105 50%, #322571 50%, #322571 100%);
  z-index: 0
}

.split-bg-section .pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .04
}

.split-bg-section .pattern-overlay::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -10%;
  width: 400px;
  height: 400px;
  border: 80px solid #322571;
  border-radius: 50%
}

.split-bg-section .pattern-overlay::after {
  content: '';
  position: absolute;
  bottom: -15%;
  right: -5%;
  width: 300px;
  height: 300px;
  border: 60px solid #F0B105;
  transform: rotate(45deg)
}

.split-bg-section .content-limit {
  position: relative;
  z-index: 2;
  max-width: 1024px;
  margin: 0 auto
}

.split-bg-section .two-col-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 52px;
  align-items: start
}

.split-bg-section .intro-col h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #FFF;
  margin: 0 0 24px;
  font-weight: 700
}

.split-bg-section .intro-col h2 span {
  display: block
}

.split-bg-section .main-col p {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #FFF;
  margin: 0 0 24px
}

.split-bg-section .main-col p:last-child {
  margin-bottom: 0
}

.nws-arch .metrics-display {
  padding: 96px 24px;
  background: #FFF
}

.metrics-display .container-limit {
  max-width: 1024px;
  margin: 0 auto
}

.metrics-display .section-heading {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #322571;
  margin: 0 0 52px;
  font-weight: 700;
  text-align: center
}

.metrics-display .card-accent-box {
  background: #FAFBFC;
  border: 2px dashed #F0B105;
  border-radius: 12px;
  padding: 52px;
  position: relative
}

.metrics-display .corner-tag {
  position: absolute;
  top: -12px;
  right: 24px;
  background: #F0B105;
  color: #322571;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: .005em;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 600
}

.metrics-display .data-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-bottom: 52px
}

.metrics-display .metric-item {
  text-align: center
}

.metrics-display .metric-value {
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #F0B105;
  margin: 0 0 6px;
  font-weight: 700
}

.metrics-display .metric-label {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #322571;
  margin: 0
}

.metrics-display .ratio-bar-holder {
  margin-bottom: 24px
}

.metrics-display .bar-label-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px
}

.metrics-display .bar-label {
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: .005em;
  color: #322571;
  font-weight: 500
}

.metrics-display .ratio-bar {
  width: 100%;
  height: 24px;
  background: #e8e8e8;
  border-radius: 20px;
  overflow: hidden;
  position: relative
}

.metrics-display .bar-fill-primary {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 68%;
  background: #F0B105;
  border-radius: 20px 0 0 20px;
  transition: width .18s cubic-bezier(0.4, 0, 1, 1)
}

.metrics-display .bar-fill-secondary {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 32%;
  background: #322571;
  border-radius: 0 20px 20px 0;
  transition: width .18s cubic-bezier(0.4, 0, 1, 1)
}

.metrics-display .desc-text {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #4a4a4a;
  margin: 0
}

.nws-arch .profile-spotlight {
  padding: 96px 24px;
  background: linear-gradient(0deg, #F0B105 0%, #F0B105 50%, #322571 50%, #322571 100%);
  position: relative
}

.profile-spotlight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 40%, #ffffff1a 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
  animation: color-flicker 8s infinite
}

@keyframes color-flicker {

  0%,
  100% {
    opacity: .1
  }

  50% {
    opacity: .3
  }
}

.profile-spotlight .wrap-limit {
  position: relative;
  z-index: 2;
  max-width: 1024px;
  margin: 0 auto
}

.profile-spotlight .profile-layout {
  display: flex;
  gap: 52px;
  align-items: center
}

.profile-spotlight .portrait-holder {
  flex-shrink: 0;
  width: 280px;
  height: 392px;
  overflow: hidden;
  box-shadow: 1px 4px 28px -2px #32257114 1px 10px 40px -2px #3225711c
}

.profile-spotlight .portrait-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: blur(4px);
  transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.profile-spotlight .profile-layout:hover .portrait-holder img {
  filter: blur(0px)
}

.profile-spotlight .text-content {
  flex: 1
}

.profile-spotlight .profile-name {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #FFF !important;
  margin: 0 0 12px;
  font-weight: 700
}

.profile-spotlight .profile-role {
  font-size: 22px;
  line-height: 1.65;
  letter-spacing: .005em;
  color: #ffffffd9;
  margin: 0 0 24px;
  font-weight: 500
}

.profile-spotlight .profile-bio {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #ffffffeb;
  margin: 0
}

.nws-arch .divider-gradient {
  height: 2px;
  background: radial-gradient(ellipse at center, #F0B105 0%, #f0b10500 70%);
  margin: 0;
  border: none
}

@media (max-width: 768px) {
  .title-banner .main-heading {
    font-size: 38px
  }

  .title-banner .num-accent {
    font-size: 28px
  }

  .title-banner .brief-explain {
    font-size: 15px
  }

  .post-grid-zone .grid-holder {
    grid-template-columns: 1fr
  }

  .split-bg-section .two-col-layout {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .split-bg-section .intro-col h2 {
    font-size: 28px
  }

  .metrics-display .section-heading {
    font-size: 28px
  }

  .metrics-display .card-accent-box {
    padding: 24px
  }

  .metrics-display .metric-value {
    font-size: 38px
  }

  .metrics-display .data-grid {
    grid-template-columns: 1fr
  }

  .profile-spotlight .profile-layout {
    flex-direction: column;
    gap: 24px
  }

  .profile-spotlight .portrait-holder {
    width: 100%;
    max-width: 280px
  }

  .profile-spotlight .profile-name {
    font-size: 28px
  }

  .profile-spotlight .profile-role {
    font-size: 15px
  }
}

.success-page {
  background: linear-gradient(180deg, #F0B105 0%, #322571 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 52px 24px
}

.success-page .confirm-wrap {
  max-width: 1024px;
  width: 100%;
  background: #FFF;
  border-radius: 20px;
  padding: 96px 52px;
  box-shadow: 1px 10px 40px -2px #f0b1051c;
  text-align: center
}

.success-page .icon-check {
  width: 96px;
  height: 96px;
  margin: 0 auto 52px;
  background: #F0B105;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.success-page .icon-check::before {
  content: '';
  width: 42px;
  height: 24px;
  border-left: 6px solid #FFF;
  border-bottom: 6px solid #FFF;
  transform: rotate(-45deg) translateY(-6px)
}

.success-page .heading-main {
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #322571;
  margin: 0 0 24px
}

.success-page .msg-txt {
  font-size: 22px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #322571;
  margin: 0 0 52px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto
}

.success-page .detail-block {
  background: #F0B105;
  background: linear-gradient(90deg, #f0b10514 0%, #32257114 100%);
  border-radius: 12px;
  padding: 24px;
  margin: 0 0 52px;
  text-align: left
}

.success-page .detail-block .label-sm {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .02em;
  color: #322571;
  opacity: .7;
  margin: 0 0 6px
}

.success-page .detail-block .value-lg {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0;
  color: #322571;
  margin: 0;
  word-break: break-word
}

.success-page .detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 0 0 52px
}

.success-page .info-item {
  background: #FFF;
  border: 2px solid #3225711a;
  border-radius: 12px;
  padding: 24px;
  text-align: left
}

.success-page .info-item .item-label {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .02em;
  color: #322571;
  opacity: .6;
  margin: 0 0 6px
}

.success-page .info-item .item-value {
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
  color: #322571;
  margin: 0
}

.success-page .action-row {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap
}

.success-page .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #322571;
  color: #FFF;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
  padding: 24px 52px;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  transition: filter .12s cubic-bezier(0.4, 0, 1, 1);
  box-shadow: 1px 4px 28px -2px #32257114
}

.success-page .btn-primary:hover {
  filter: brightness(1.15)
}

.success-page .btn-primary .arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #FFF
}

.success-page .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  color: #322571;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
  padding: 24px 52px;
  border: 2px solid #322571;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  transition: filter .14s cubic-bezier(0.4, 0, 1, 1)
}

.success-page .btn-secondary:hover {
  filter: brightness(1.2);
  background: #3225710d
}

.success-page .note-txt {
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
  color: #322571;
  opacity: .7;
  margin: 52px 0 0;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto
}

@media (max-width: 768px) {
  .success-page .confirm-wrap {
    padding: 52px 24px
  }

  .success-page .heading-main {
    font-size: 38px
  }

  .success-page .msg-txt {
    font-size: 15px
  }

  .success-page .detail-block .value-lg {
    font-size: 22px
  }

  .success-page .info-item .item-value {
    font-size: 15px
  }

  .success-page .btn-primary,
  .success-page .btn-secondary {
    font-size: 15px;
    padding: 24px;
    width: 100%;
    justify-content: center
  }

  .success-page .action-row {
    flex-direction: column
  }

  .success-page .detail-grid {
    grid-template-columns: 1fr
  }
}