@import "https://cdn.jsdelivr.net/npm/@fontsource/alegreya@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/alegreya@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/alegreya@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lexend@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lexend@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lexend@latest/700.css";

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

body {
  margin: 0;
  padding: 0;
  min-height: 100dvh;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%
}

.site-header {
  position: relative;
  z-index: 100;
  background: linear-gradient(160deg, #7e44c4f7 0%, #5a2896fc 100%);
  box-shadow: 0 8px 52px 1px #7e44c424;
  font-family: 'Lexend', sans-serif;
  overflow: visible
}

.site-header::before {
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #c2a0d514 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
  content: ''
}

.hd-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1366px;
  margin: 0 auto;
  padding: 20px 40px 12px;
  gap: 40px
}

.hd-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0
}

.hd-logo-wrap {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1.5px solid #c2a0d573;
  box-shadow: 0 1px 2px 1px #7e44c40d 0 5px 22px 1px #7e44c414;
  background: #ffffff0f;
  padding: 6px;
  flex-shrink: 0
}

.hd-logo-wrap img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block
}

.hd-name {
  font-family: 'Alegreya', serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 0
}

.hd-name span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #c2a0d5e6;
  font-family: 'Lexend', sans-serif;
  line-height: 1.55
}

.hd-contact {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffffe0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 7px;
  border: 1px solid #c2a0d54d;
  background: #ffffff0d;
  transition: background .2s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1);
  flex-shrink: 0
}

.hd-contact:hover {
  background: #ffffff1f;
  border-color: #c2a0d5b3
}

.hd-contact:focus {
  outline: none;
  box-shadow: 0 0 0 3px #c2a0d580
}

.hd-contact svg {
  flex-shrink: 0
}

.hd-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #c2a0d559 30%, #c2a0d559 70%, transparent 100%);
  margin: 0 40px;
  position: relative;
  z-index: 1
}

.hd-nav-row {
  position: relative;
  z-index: 1;
  max-width: 1366px;
  margin: 0 auto;
  padding: 12px 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.hd-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center
}

.hd-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffffd1;
  text-decoration: none;
  border-radius: 7px;
  border: 1px solid transparent;
  overflow: hidden;
  min-height: 44px;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), background .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.hd-nav a:hover {
  color: #fff;
  background: #ffffff1a;
  border-color: #c2a0d566
}

.hd-nav a:focus {
  outline: none;
  box-shadow: 0 0 0 3px #c2a0d580
}

.hd-nav a[aria-current="page"] {
  color: #fff;
  background: #c2a0d52e;
  border-color: #c2a0d573
}

.hd-nav-dot {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #c2a0d566;
  flex-shrink: 0
}

.site-footer {
  background: #1a0f2e;
  font-family: 'Lexend', sans-serif;
  box-shadow: 0 -8px 52px 1px #7e44c424
}

.ft-main {
  max-width: 1366px;
  margin: 0 auto;
  padding: 80px 40px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.ft-brand-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.ft-logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none
}

.ft-logo-img-box {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1.5px solid #c2a0d54d;
  box-shadow: 0 1px 2px 1px #7e44c40d 0 5px 22px 1px #7e44c414;
  background: #ffffff0a;
  padding: 6px;
  flex-shrink: 0
}

.ft-logo-img-box img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block
}

.ft-brand-name {
  font-family: 'Alegreya', serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1
}

.ft-tagline {
  font-size: 16px;
  font-weight: 400;
  color: #c2a0d5bf;
  line-height: 1.55;
  max-width: 320px
}

.ft-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #C2A0D5;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 7px;
  border: 1px solid #c2a0d540;
  background: #7e44c426;
  align-self: flex-start;
  min-height: 44px;
  transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ft-contact-link:hover {
  background: #7e44c44d;
  border-color: #c2a0d58c;
  color: #fff
}

.ft-contact-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px #c2a0d566
}

.ft-info-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.ft-nav-label {
  font-size: 16px;
  font-weight: 500;
  color: #c2a0d599;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.55
}

.ft-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ft-nav-list a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffffb3;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 6px 0;
  min-height: 44px;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ft-nav-list a:hover {
  color: #C2A0D5
}

.ft-nav-list a:focus {
  outline: none;
  box-shadow: 0 0 0 3px #c2a0d566;
  border-radius: 4px
}

.ft-address {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff80;
  line-height: 1.55;
  font-style: normal
}

.ft-bottom {
  border-top: 1px solid #c2a0d51f;
  max-width: 1366px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap
}

.ft-copy {
  font-size: 16px;
  color: #ffffff59;
  font-weight: 400;
  line-height: 1.55
}

.ft-manage-consent {
  background: none;
  border: none;
  color: #c2a0d58c;
  font-size: 16px;
  font-family: 'Lexend', sans-serif;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 4px;
  min-height: 44px;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ft-manage-consent:hover {
  color: #C2A0D5
}

.ft-manage-consent:focus {
  outline: none;
  box-shadow: 0 0 0 3px #c2a0d566
}

.consent-popup {
  display: none;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 420px;
  max-width: calc(100vw - 40px);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 52px 1px #7e44c424 0 5px 22px 1px #7e44c414;
  z-index: 4000;
  font-family: 'Lexend', sans-serif;
  border: 1px solid #7e44c41f;
  transform: translateX(120%);
  transition: transform .38s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.consent-popup.cp-visible {
  transform: translateX(0)
}

.cp-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.cp-icon-row {
  display: flex;
  align-items: center;
  gap: 12px
}

.cp-icon-shape {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #7E44C4 0%, #C2A0D5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.cp-text {
  font-size: 16px;
  color: #2d1a4a;
  line-height: 1.55;
  font-weight: 400
}

.cp-expand-btn {
  background: none;
  border: none;
  color: #7E44C4;
  font-size: 16px;
  font-family: 'Lexend', sans-serif;
  cursor: pointer;
  padding: 0;
  font-weight: 500;
  text-align: left;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cp-expand-btn:hover {
  color: #5a2e9a
}

.cp-expand-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px #7e44c440;
  border-radius: 4px
}

.cp-panel {
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  background: #F4F1F6;
  border-radius: 12px
}

.cp-panel.cp-open {
  display: flex
}

.cp-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.cp-toggle-label {
  font-size: 16px;
  color: #2d1a4a;
  font-weight: 400;
  line-height: 1.55
}

.cp-switch {
  position: relative;
  width: 44px;
  height: 24px;
  flex-shrink: 0
}

.cp-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute
}

.cp-track {
  position: absolute;
  inset: 0;
  background: #d0c4e0;
  border-radius: 20px;
  cursor: pointer;
  transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cp-track::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background: #fff;
  transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cp-switch input:checked+.cp-track {
  background: #7E44C4
}

.cp-switch input:checked+.cp-track::after {
  transform: translateX(20px)
}

.cp-switch input:focus+.cp-track {
  box-shadow: 0 0 0 3px #7e44c440
}

.cp-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.cp-btn {
  flex: 1;
  min-width: 100px;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 36px;
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), color .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cp-btn-accept {
  background: #7E44C4;
  color: #fff;
  border-color: #7E44C4
}

.cp-btn-accept:hover {
  background: #5a2e9a;
  border-color: #5a2e9a;
  box-shadow: 0 5px 22px 1px #7e44c438
}

.cp-btn-accept:focus {
  outline: none;
  box-shadow: 0 0 0 3px #7e44c459
}

.cp-btn-deny {
  background: transparent;
  color: #7E44C4;
  border-color: #7e44c459
}

.cp-btn-deny:hover {
  background: #7e44c412;
  border-color: #7E44C4
}

.cp-btn-deny:focus {
  outline: none;
  box-shadow: 0 0 0 3px #7e44c440
}

@media (max-width: 768px) {
  .hd-top {
    padding: 20px 20px 12px;
    gap: 20px;
    flex-wrap: wrap
  }

  .hd-divider {
    margin: 0 20px
  }

  .hd-nav-row {
    padding: 12px 20px 20px
  }

  .hd-name {
    font-size: 22px
  }

  .ft-main {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 20px
  }

  .ft-bottom {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }
}

@media (max-width: 480px) {
  .hd-contact span {
    display: none
  }

  .hd-nav a {
    padding: 12px;
    font-size: 16px
  }

  .hd-name span {
    display: none
  }
}

.rules-block {
  max-width: 1366px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #2d1f42
}

.rules-block h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 40px;
  background: linear-gradient(135deg, #7E44C4 0%, #C2A0D5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.rules-block h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #7E44C4;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #C2A0D5
}

.rules-block h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.55;
  color: #2d1f42;
  margin-top: 40px;
  margin-bottom: 12px
}

.rules-block h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.55;
  color: #4a2e7a;
  margin-top: 40px;
  margin-bottom: 12px
}

.rules-block h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  color: #4a2e7a;
  margin-top: 20px;
  margin-bottom: 6px
}

.rules-block h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  color: #6b4fa0;
  margin-top: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.rules-block p {
  font-size: 18px;
  line-height: 2;
  color: #2d1f42;
  margin-bottom: 20px
}

.rules-block ul {
  margin: 20px 0;
  padding-left: 40px;
  list-style: none
}

.rules-block ol {
  margin: 20px 0;
  padding-left: 40px;
  list-style: none;
  counter-reset: policy-ol
}

.rules-block ul li {
  font-size: 18px;
  line-height: 2;
  color: #2d1f42;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px
}

.rules-block ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7E44C4
}

.rules-block ol li {
  font-size: 18px;
  line-height: 2;
  color: #2d1f42;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
  counter-increment: policy-ol
}

.rules-block ol li::before {
  content: counter(policy-ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #7E44C4;
  font-weight: 700;
  font-size: 16px
}

.rules-block ul ul,
.rules-block ol ol,
.rules-block ul ol,
.rules-block ol ul {
  margin-top: 6px;
  margin-bottom: 6px
}

.rules-block strong,
.rules-block b {
  font-weight: 700;
  color: #4a2e7a
}

.rules-block em,
.rules-block i {
  font-style: italic;
  color: #6b4fa0
}

.rules-block a {
  color: #7E44C4;
  text-decoration: underline;
  text-decoration-color: #C2A0D5;
  text-underline-offset: 3px;
  font-weight: 500;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1), text-decoration-color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.rules-block a:hover {
  color: #4a2e7a;
  text-decoration-color: #7E44C4
}

.rules-block table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  font-size: 16px;
  line-height: 1.55;
  box-shadow: 0 5px 22px 1px #7e44c414;
  border-radius: 12px;
  overflow: hidden
}

.rules-block thead {
  background: linear-gradient(135deg, #7E44C4 0%, #9b65d4 100%)
}

.rules-block thead th {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 20px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.rules-block tbody tr {
  border-bottom: 1px solid #e8dff2;
  transition: background .15s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.rules-block tbody tr:last-child {
  border-bottom: none
}

.rules-block tbody tr:nth-child(even) {
  background: #F4F1F6
}

.rules-block tbody tr:hover {
  background: #c2a0d533
}

.rules-block td {
  padding: 20px;
  color: #2d1f42;
  font-size: 16px;
  line-height: 1.55;
  vertical-align: top
}

.rules-block th {
  padding: 20px
}

.rules-block div {
  margin-bottom: 20px
}

@media (max-width: 1024px) {
  .rules-block {
    padding: 80px 40px
  }

  .rules-block h1 {
    font-size: 40px
  }

  .rules-block h2 {
    font-size: 28px
  }
}

@media (max-width: 768px) {
  .rules-block {
    padding: 40px 20px
  }

  .rules-block h1 {
    font-size: 40px
  }

  .rules-block h2 {
    font-size: 28px;
    margin-top: 40px
  }

  .rules-block h3 {
    font-size: 22px
  }

  .rules-block h4 {
    font-size: 18px
  }

  .rules-block table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px
  }

  .rules-block ul {
    padding-left: 20px
  }

  .rules-block ol {
    padding-left: 20px
  }
}

@media (max-width: 480px) {
  .rules-block {
    padding: 40px 12px
  }

  .rules-block h1 {
    font-size: 28px
  }

  .rules-block h2 {
    font-size: 22px
  }

  .rules-block p,
  .rules-block ul li,
  .rules-block ol li {
    font-size: 16px
  }
}

.evd {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden
}

.evd .bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  padding: 80px 0 40px
}

.evd .bento-img-cell {
  grid-row: 1 / 3;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3
}

.evd .bento-img-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  filter: sepia(0.3) contrast(1.08) brightness(0.95) saturate(0.85)
}

.evd .bento-img-cell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(83deg, #7e44c42e 0%, #c2a0d514 100%);
  border-radius: 12px;
  z-index: 1;
  pointer-events: none
}

.evd .bento-img-deco {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  box-shadow: inset 0 0 40px 8px #7e44c421;
  z-index: 2;
  pointer-events: none
}

.evd .bento-text-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: #F4F1F6;
  border-radius: 12px;
  border-top: 2px solid #7E44C4;
  border-bottom: 2px solid #C2A0D5;
  box-shadow: 0 1px 2px 1px #7e44c40d
}

.evd .bento-text-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  border-top: 2px solid #7E44C4;
  border-bottom: 2px solid #C2A0D5;
  box-shadow: 0 5px 22px 1px #7e44c414
}

.evd .cat-tag {
  display: inline-block;
  background: #7e44c41a;
  color: #7E44C4;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase
}

.evd .bento-h1 {
  font-size: 56px;
  line-height: 1.1;
  color: #2a1a40;
  margin: 0 0 12px
}

.evd .bento-h1 .accent-word {
  color: #7E44C4
}

.evd .bento-sub {
  font-size: 18px;
  line-height: 1.55;
  color: #4a3560;
  margin: 0
}

.evd .meta-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center
}

.evd .meta-chip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #4a3560
}

.evd .meta-chip svg {
  flex-shrink: 0
}

.evd .user-badge {
  display: inline-block;
  background: #c2a0d540;
  color: #5a2e94;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 7px;
  font-weight: 600
}

.evd .metrics-band {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-radius: 20px;
  background: linear-gradient(83deg, #7E44C4 0%, #9b60d4 60%, #C2A0D5 100%);
  padding: 40px;
  gap: 0;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 52px 1px #7e44c424
}

.evd .metrics-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, #ffffff12 0%, transparent 65%);
  pointer-events: none;
  border-radius: 20px
}

.evd .metric-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1
}

.evd .metric-item+.metric-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #ffffff4d
}

.evd .metric-val {
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700
}

.evd .metric-lbl {
  font-size: 16px;
  color: #ffffffd1;
  text-align: center
}

.evd .body-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  padding: 40px 0 80px;
  align-items: start
}

.evd .desc-col {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.evd .desc-block {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.evd .desc-block p:first-of-type::first-letter {
  font-size: 40px;
  line-height: 1.1;
  float: left;
  margin-right: 6px;
  color: #7E44C4;
  font-weight: 700
}

.evd .desc-block p {
  font-size: 18px;
  line-height: 1.55;
  color: #2a1a40;
  margin: 0
}

.evd .prog-block {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.evd .prog-heading {
  font-size: 28px;
  line-height: 1.1;
  color: #2a1a40;
  text-align: center;
  margin: 0;
  padding-left: 0
}

.evd .prog-heading .accent-word {
  color: #7E44C4
}

.evd .prog-body {
  font-size: 18px;
  line-height: 1.55;
  color: #2a1a40;
  border-left: 3px solid #7E44C4;
  background: #7e44c408;
  border-radius: 0 7px 7px 0;
  padding: 12px 12px 12px 20px
}

.evd .prog-body p {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.55;
  color: #2a1a40
}

.evd .prog-body p:last-child {
  margin-bottom: 0
}

.evd .prog-body h2 {
  font-size: 22px;
  line-height: 1.1;
  color: #7E44C4;
  margin: 20px 0 6px
}

.evd .prog-body h3 {
  font-size: 18px;
  line-height: 1.55;
  color: #5a2e94;
  margin: 12px 0 6px
}

.evd .prog-body ul {
  padding-left: 20px;
  margin: 6px 0
}

.evd .prog-body li {
  font-size: 18px;
  line-height: 1.55;
  color: #2a1a40;
  margin-bottom: 6px
}

.evd .prog-body cite {
  font-style: italic;
  color: #7E44C4
}

.evd .prog-body small {
  font-size: 16px;
  color: #6a5080
}

.evd .prog-body dl {
  margin: 6px 0
}

.evd .prog-body dt {
  font-weight: 700;
  color: #5a2e94;
  font-size: 18px
}

.evd .prog-body dd {
  margin-left: 20px;
  font-size: 18px;
  color: #2a1a40;
  margin-bottom: 6px
}

.evd .prog-body details {
  margin: 6px 0
}

.evd .prog-body summary {
  cursor: pointer;
  font-weight: 600;
  color: #7E44C4;
  font-size: 18px
}

.evd .sidebar-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 20px
}

.evd .price-card {
  background: #F4F1F6;
  border-radius: 20px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 5px 22px 1px #7e44c414;
  border-top: 2px solid #7E44C4;
  border-bottom: 2px solid #C2A0D5
}

.evd .price-big {
  font-size: 40px;
  line-height: 1.1;
  color: #7E44C4;
  font-weight: 700;
  text-align: center
}

.evd .price-desc {
  font-size: 16px;
  line-height: 1.55;
  color: #4a3560;
  text-align: center;
  margin: 0
}

.evd .seats-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  background: #7e44c412;
  border-radius: 7px;
  padding: 12px
}

.evd .seats-dot {
  width: 10px;
  height: 10px;
  background: #7E44C4;
  border-radius: 4px;
  flex-shrink: 0;
  animation: vignette-pulse 3.2s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

@keyframes vignette-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 #7e44c459
  }

  50% {
    box-shadow: 0 0 0 5px #7e44c400
  }
}

.evd .seats-txt {
  font-size: 16px;
  color: #4a3560
}

.evd .btn-enroll {
  display: block;
  width: 100%;
  padding: 20px;
  background: #7E44C4;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: .02em;
  box-shadow: 0 5px 22px 1px #7e44c414;
  position: relative;
  outline: 2px solid transparent;
  outline-offset: 0;
  transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), outline-offset .2s cubic-bezier(0.34, 1.56, 0.64, 1), outline-color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.evd .btn-enroll:hover {
  background: #6a34a8;
  outline: 2px solid #7E44C4;
  outline-offset: 4px
}

.evd .btn-enroll:focus {
  outline: 2px solid #7E44C4;
  outline-offset: 4px
}

.evd .btn-enroll:active {
  background: #5a2e94
}

.evd .like-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  justify-content: center
}

.evd .like-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  background: none;
  border: 1.5px solid #C2A0D5;
  border-radius: 7px;
  padding: 6px 12px;
  cursor: pointer;
  color: #7E44C4;
  font-size: 16px;
  transition: background .2s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.evd .like-btn:hover {
  background: #7e44c414;
  border-color: #7E44C4
}

.evd .like-btn:focus {
  outline: 2px solid #7E44C4;
  outline-offset: 2px
}

.evd .info-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 1px 2px 1px #7e44c40d;
  border-left: 3px solid #7E44C4;
  border-right: 1px solid #C2A0D5
}

.evd .info-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px dotted #C2A0D5;
  transition: background .18s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 4px;
  padding-left: 6px;
  padding-right: 6px
}

.evd .info-row:last-child {
  border-bottom: none
}

.evd .info-row:hover {
  background: #7e44c40d
}

.evd .info-lbl {
  font-size: 16px;
  color: #6a5080
}

.evd .info-val {
  font-size: 16px;
  color: #2a1a40;
  font-weight: 600;
  text-align: right
}

.evd .desc-block abbr {
  text-decoration: underline dotted #7E44C4;
  cursor: help
}

.evd .desc-block ul {
  padding-left: 20px;
  margin: 6px 0
}

.evd .desc-block li {
  font-size: 18px;
  line-height: 1.55;
  color: #2a1a40;
  margin-bottom: 6px
}

.evd .desc-block h2 {
  font-size: 22px;
  line-height: 1.1;
  color: #7E44C4;
  margin: 20px 0 6px;
  border-left: 3px solid #7E44C4;
  padding-left: 12px
}

.evd .desc-block h3 {
  font-size: 18px;
  line-height: 1.55;
  color: #5a2e94;
  margin: 12px 0 6px
}

.evd .desc-block dl {
  margin: 6px 0
}

.evd .desc-block dt {
  font-weight: 700;
  color: #5a2e94;
  font-size: 18px
}

.evd .desc-block dd {
  margin-left: 20px;
  font-size: 18px;
  color: #2a1a40;
  margin-bottom: 6px
}

.evd .desc-block details {
  margin: 6px 0
}

.evd .desc-block summary {
  cursor: pointer;
  font-weight: 600;
  color: #7E44C4;
  font-size: 18px
}

.evd .dotted-div {
  border: none;
  border-top: 1px dotted #C2A0D5;
  margin: 0
}

@media (max-width: 1024px) {
  .evd .bento-grid {
    grid-template-columns: 1fr 1fr;
    padding: 40px 0 20px
  }

  .evd .bento-h1 {
    font-size: 40px
  }

  .evd .body-grid {
    grid-template-columns: 1fr 300px
  }

  .evd .metrics-band {
    padding: 20px
  }
}

@media (max-width: 768px) {
  .evd .bento-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 20px 0
  }

  .evd .bento-img-cell {
    grid-row: auto
  }

  .evd .bento-h1 {
    font-size: 40px
  }

  .evd .body-grid {
    grid-template-columns: 1fr
  }

  .evd .sidebar-col {
    position: static
  }

  .evd .metrics-band {
    flex-direction: column;
    gap: 20px
  }

  .evd .metric-item+.metric-item::before {
    display: none
  }
}

@media (max-width: 480px) {
  .evd .bento-h1 {
    font-size: 28px
  }

  .evd .price-big {
    font-size: 28px
  }

  .evd .metric-val {
    font-size: 28px
  }

  .evd .metrics-band {
    padding: 20px
  }
}

.evts-pg {
  max-width: 100%;
  overflow-x: hidden
}

.evts-pg .pg-band {
  background: linear-gradient(83deg, #7E44C4 0%, #5a2d9a 60%), radial-gradient(ellipse at 80% 20%, #c2a0d559 0%, transparent 65%);
  padding: 80px 20px 120px;
  position: relative
}

.evts-pg .pg-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(83deg, transparent 40%, #7e44c42e 100%);
  pointer-events: none
}

.evts-pg .pg-band-inner {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.evts-pg .pg-band-label {
  display: inline-block;
  background: #c2a0d538;
  border: 1px solid #c2a0d566;
  border-radius: 4px;
  color: #e8d9f5;
  font-size: 16px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 20px;
  margin-bottom: 20px
}

.evts-pg .pg-band h1 {
  font-size: 56px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 20px;
  max-width: 700px
}

.evts-pg .pg-band-sub {
  font-size: 18px;
  line-height: 1.55;
  color: #ffffffd1;
  max-width: 520px;
  margin: 0
}

.evts-pg .pg-band-dots {
  display: flex;
  flex-direction: row;
  gap: 6px;
  margin-top: 40px
}

.evts-pg .pg-band-dots span {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ffffff59;
  display: block
}

.evts-pg .pg-band-dots span:first-child {
  background: #C2A0D5;
  width: 24px
}

.evts-pg .pg-band-lines {
  position: absolute;
  bottom: 20px;
  right: 40px;
  opacity: .08;
  pointer-events: none
}

.evts-pg .pg-band-lines svg {
  display: block
}

.evts-pg .tri-div {
  display: block;
  line-height: 0;
  overflow: hidden
}

.evts-pg .tri-div svg {
  display: block;
  width: 100%
}

.evts-pg .card-area {
  background: #F4F1F6;
  padding: 80px 20px
}

.evts-pg .card-area-inner {
  max-width: 1366px;
  margin: 0 auto
}

.evts-pg .area-head {
  text-align: center;
  margin-bottom: 40px
}

.evts-pg .area-head h2 {
  font-size: 40px;
  line-height: 1.1;
  color: #2a1245;
  margin: 0 0 12px
}

.evts-pg .area-head p {
  font-size: 18px;
  line-height: 1.55;
  color: #4a3060;
  margin: 0
}

.evts-pg .card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px
}

.evts-pg .ev-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 22px 1px #7e44c414;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative
}

.evts-pg .ev-card:hover {
  box-shadow: 0 8px 52px 1px #7e44c424;
  transform: translateY(-4px)
}

.evts-pg .ev-card-img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative
}

.evts-pg .ev-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.evts-pg .ev-card:hover .ev-card-img-wrap img {
  transform: scale(1.04)
}

.evts-pg .ev-card-img-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #2a124547 0%, transparent 45%);
  pointer-events: none
}

.evts-pg .ev-card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #7E44C4;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  padding: 6px 12px;
  z-index: 2
}

.evts-pg .ev-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.evts-pg .ev-card-meta {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: wrap
}

.evts-pg .ev-card-format {
  font-size: 16px;
  color: #7E44C4;
  background: #7e44c414;
  border-radius: 4px;
  padding: 4px 12px
}

.evts-pg .ev-card-readtime {
  font-size: 16px;
  color: #6a5080;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px
}

.evts-pg .ev-card-readtime svg {
  flex-shrink: 0
}

.evts-pg .ev-card h3 {
  font-size: 22px;
  line-height: 1.1;
  color: #2a1245;
  margin: 0 0 12px;
  border-left: 3px solid #7E44C4;
  padding-left: 12px
}

.evts-pg .ev-card-desc {
  font-size: 16px;
  line-height: 1.55;
  color: #4a3060;
  margin: 0 0 20px;
  flex: 1
}

.evts-pg .ev-card-stats {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap
}

.evts-pg .ev-stat {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.evts-pg .ev-stat-label {
  font-size: 16px;
  color: #8a7090;
  text-transform: uppercase;
  letter-spacing: .08em
}

.evts-pg .ev-stat-val {
  font-size: 18px;
  color: #2a1245;
  font-weight: 600
}

.evts-pg .ev-card-foot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #ede8f4;
  flex-wrap: wrap
}

.evts-pg .ev-price-block {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.evts-pg .ev-price {
  font-size: 22px;
  color: #7E44C4;
  font-weight: 700;
  line-height: 1.1
}

.evts-pg .ev-price-desc {
  font-size: 16px;
  color: #8a7090
}

.evts-pg .ev-card-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.evts-pg .ev-likes {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #8a7090
}

.evts-pg .ev-likes svg {
  flex-shrink: 0
}

.evts-pg .ev-btn {
  display: inline-block;
  background: #7E44C4;
  color: #fff;
  font-size: 16px;
  border-radius: 12px;
  padding: 12px 20px;
  text-decoration: none;
  border: 2px solid #7E44C4;
  outline: 2px solid transparent;
  outline-offset: 0;
  transition: outline-color .2s cubic-bezier(0.34, 1.56, 0.64, 1), outline-offset .2s cubic-bezier(0.34, 1.56, 0.64, 1), background .2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  white-space: nowrap
}

.evts-pg .ev-btn:hover {
  outline-color: #7E44C4;
  outline-offset: 4px;
  background: #6a32b0
}

.evts-pg .ev-btn:focus-visible {
  outline-color: #7E44C4;
  outline-offset: 4px
}

.evts-pg .ev-seats {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #c26a20;
  background: #c26a2014;
  border-radius: 7px;
  padding: 4px 12px
}

.evts-pg .tri-div2 {
  display: block;
  line-height: 0;
  overflow: hidden
}

.evts-pg .tri-div2 svg {
  display: block;
  width: 100%
}

.evts-pg .feat-strip {
  background: #2a1245;
  padding: 80px 20px;
  position: relative;
  overflow: hidden
}

.evts-pg .feat-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(83deg, #7e44c42e 0%, transparent 60%), radial-gradient(ellipse at 15% 85%, #c2a0d51a 0%, transparent 55%);
  pointer-events: none;
  animation: flicker-accent 6s ease-in-out infinite
}

@keyframes flicker-accent {

  0%,
  100% {
    opacity: 1
  }

  45% {
    opacity: .6
  }

  50% {
    opacity: .85
  }

  55% {
    opacity: .6
  }
}

.evts-pg .feat-strip-inner {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 40px;
  align-items: start
}

.evts-pg .feat-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.evts-pg .feat-col h2 {
  font-size: 28px;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  border-left: 3px solid #C2A0D5;
  padding-left: 12px
}

.evts-pg .feat-col p {
  font-size: 16px;
  line-height: 1.55;
  color: #ffffffb8;
  margin: 0
}

.evts-pg .feat-num-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: feat-counter
}

.evts-pg .feat-num-list li {
  counter-increment: feat-counter;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  color: #ffffffd1;
  font-size: 16px;
  line-height: 1.55
}

.evts-pg .feat-num-list li::before {
  content: counter(feat-counter, decimal-leading-zero);
  font-size: 22px;
  color: #C2A0D5;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1.1;
  min-width: 36px
}

.evts-pg .feat-portrait-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.evts-pg .feat-portrait-wrap {
  aspect-ratio: 7/9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 52px 1px #7e44c424;
  max-width: 280px
}

.evts-pg .feat-portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.evts-pg .feat-quote {
  background: #c2a0d51f;
  border-radius: 12px;
  border: 1px solid #c2a0d538;
  padding: 20px;
  max-width: 280px
}

.evts-pg .feat-quote p {
  font-size: 16px;
  line-height: 1.55;
  color: #ffffffd1;
  margin: 0 0 12px
}

.evts-pg .feat-quote-name {
  font-size: 16px;
  color: #C2A0D5;
  font-weight: 600
}

.evts-pg .feat-diag-lines {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: .06;
  pointer-events: none
}

.evts-pg .tri-div3 {
  display: block;
  line-height: 0;
  overflow: hidden
}

.evts-pg .tri-div3 svg {
  display: block;
  width: 100%
}

.evts-pg .img-promo {
  background: #fff;
  padding: 80px 20px
}

.evts-pg .img-promo-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center
}

.evts-pg .img-promo-text {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.evts-pg .img-promo-text h2 {
  font-size: 40px;
  line-height: 1.1;
  color: #2a1245;
  margin: 0;
  text-align: center
}

.evts-pg .img-promo-text p {
  font-size: 18px;
  line-height: 1.55;
  color: #4a3060;
  margin: 0
}

.evts-pg .img-promo-text p::first-letter {
  font-size: 40px;
  line-height: 1;
  float: left;
  margin-right: 6px;
  color: #7E44C4;
  font-weight: 700
}

.evts-pg .img-promo-text .p-plain {
  font-size: 16px;
  line-height: 1.55;
  color: #4a3060;
  margin: 0
}

.evts-pg .img-promo-dots {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center
}

.evts-pg .img-promo-dots span {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #C2A0D5;
  display: block
}

.evts-pg .img-promo-dots span:nth-child(2) {
  background: #7E44C4;
  width: 20px
}

.evts-pg .img-promo-dots span:nth-child(4) {
  background: #C2A0D5;
  width: 14px
}

.evts-pg .img-promo-img-wrap {
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 52px 1px #7e44c424;
  position: relative
}

.evts-pg .img-promo-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.evts-pg .img-promo-img-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to bottom, #2a124552 0%, transparent 100%);
  pointer-events: none
}

.evts-pg .cta-strip {
  background: linear-gradient(83deg, #F4F1F6 0%, #ede8f4 100%);
  padding: 80px 20px
}

.evts-pg .cta-strip-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center
}

.evts-pg .cta-strip h2 {
  font-size: 40px;
  line-height: 1.1;
  color: #2a1245;
  margin: 0
}

.evts-pg .cta-strip p {
  font-size: 18px;
  line-height: 1.55;
  color: #4a3060;
  max-width: 540px;
  margin: 0
}

.evts-pg .cta-strip-dots {
  display: flex;
  flex-direction: row;
  gap: 6px
}

.evts-pg .cta-strip-dots span {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #C2A0D5;
  display: block
}

.evts-pg .cta-strip-dots span:nth-child(3) {
  background: #7E44C4;
  width: 24px
}

.evts-pg .cta-main-btn {
  display: inline-block;
  background: #7E44C4;
  color: #fff;
  font-size: 18px;
  border-radius: 12px;
  padding: 20px 40px;
  text-decoration: none;
  border: 2px solid #7E44C4;
  outline: 2px solid transparent;
  outline-offset: 0;
  transition: outline-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), outline-offset .22s cubic-bezier(0.34, 1.56, 0.64, 1), background .18s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.evts-pg .cta-main-btn:hover {
  outline-color: #7E44C4;
  outline-offset: 5px;
  background: #6a32b0
}

.evts-pg .cta-main-btn:focus-visible {
  outline-color: #7E44C4;
  outline-offset: 5px
}

@media (max-width: 1024px) {
  .evts-pg .card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }

  .evts-pg .feat-strip-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px
  }

  .evts-pg .feat-portrait-col {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: flex-start
  }

  .evts-pg .feat-portrait-wrap,
  .evts-pg .feat-quote {
    max-width: 320px
  }

  .evts-pg .img-promo-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

@media (max-width: 768px) {
  .evts-pg .pg-band h1 {
    font-size: 40px
  }

  .evts-pg .card-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .evts-pg .feat-strip-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .evts-pg .feat-portrait-col {
    flex-direction: column
  }

  .evts-pg .feat-portrait-wrap,
  .evts-pg .feat-quote {
    max-width: 100%
  }

  .evts-pg .img-promo-text h2 {
    font-size: 28px
  }

  .evts-pg .cta-strip h2 {
    font-size: 28px
  }
}

@media (max-width: 480px) {
  .evts-pg .pg-band {
    padding: 40px 20px 80px
  }

  .evts-pg .pg-band h1 {
    font-size: 28px
  }

  .evts-pg .card-area,
  .evts-pg .feat-strip,
  .evts-pg .img-promo,
  .evts-pg .cta-strip {
    padding: 40px 20px
  }

  .evts-pg .ev-card-foot {
    flex-direction: column;
    align-items: flex-start
  }

  .evts-pg .area-head h2 {
    font-size: 28px
  }
}

.entr-pg {
  max-width: 100%;
  overflow-x: hidden
}

.entr-pg .bound {
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  padding-left: 40px;
  padding-right: 40px
}

.entr-pg .divider-wave {
  width: 100%;
  height: 32px;
  overflow: hidden
}

.entr-pg .divider-wave svg {
  width: 100%;
  height: 100%
}

.entr-pg .title-blk {
  background: #1A0A2E;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative
}

.entr-pg .title-blk::before {
  background: linear-gradient(83deg, #7e44c42e 0%, transparent 60%), radial-gradient(ellipse at 20% 80%, #c2a0d51f 0%, transparent 70%);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.entr-pg .title-blk .geo-deco {
  animation: slowspin 28s linear infinite;
  border: 2px solid #7e44c42e;
  border-radius: 20px;
  bottom: -60px;
  height: 280px;
  pointer-events: none;
  position: absolute;
  right: -60px;
  transform-origin: center;
  width: 280px
}

.entr-pg .title-blk .geo-deco::after {
  border: 1px solid #c2a0d51f;
  border-radius: 20px;
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px
}

@keyframes slowspin {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.entr-pg .title-blk .inner {
  display: flex;
  flex-direction: row;
  gap: 80px;
  position: relative;
  z-index: 1
}

.entr-pg .title-blk .txt-side {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
  justify-content: flex-end;
  padding-top: 80px
}

.entr-pg .title-blk .label-tag {
  background: #7e44c438;
  border: 1px solid #c2a0d54d;
  border-radius: 4px;
  color: #C2A0D5;
  display: inline-block;
  font-size: 16px;
  letter-spacing: .08em;
  padding: 6px 12px;
  text-transform: uppercase;
  width: fit-content
}

.entr-pg .title-blk h1 {
  color: #F4F1F6;
  font-size: 56px;
  line-height: 1.1;
  margin: 0
}

.entr-pg .title-blk h1 em {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(83deg, #C2A0D5 0%, #7E44C4 100%);
  font-style: normal
}

.entr-pg .title-blk .sub-desc {
  color: #c2a0d5d9;
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  max-width: 480px
}

.entr-pg .title-blk .img-side {
  flex-shrink: 0;
  position: relative;
  width: 380px
}

.entr-pg .title-blk .img-side img {
  aspect-ratio: 4/3;
  display: block;
  filter: saturate(0.7) brightness(0.85) contrast(1.1);
  height: auto;
  object-fit: cover;
  width: 100%
}

.entr-pg .title-blk .img-side::before {
  background: linear-gradient(83deg, #7e44c459 0%, transparent 70%);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.entr-pg .approach-sec {
  background: #F4F1F6;
  border-left: 6px solid #7E44C4;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative
}

.entr-pg .approach-sec .inner {
  display: flex;
  flex-direction: row;
  gap: 80px
}

.entr-pg .approach-sec .img-col {
  flex-shrink: 0;
  width: 420px
}

.entr-pg .approach-sec .img-col img {
  aspect-ratio: 4/3;
  border-radius: 12px;
  box-shadow: 0 8px 52px 1px #7e44c424;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%
}

.entr-pg .approach-sec .text-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center
}

.entr-pg .approach-sec h2 {
  font-size: 40px;
  line-height: 1.1;
  margin: 0;
  text-align: center
}

.entr-pg .approach-sec .accent-word {
  font-style: italic
}

.entr-pg .approach-sec .drop-p::first-letter {
  color: #7E44C4;
  float: left;
  font-size: 56px;
  line-height: 1;
  margin-right: 6px;
  margin-top: 4px
}

.entr-pg .approach-sec p {
  color: #2D1A4A;
  font-size: 18px;
  line-height: 1.55;
  margin: 0
}

.entr-pg .approach-sec .feat-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: decimal;
  margin: 0;
  padding-left: 20px
}

.entr-pg .approach-sec .feat-list li {
  color: #2D1A4A;
  font-size: 18px;
  line-height: 1.55;
  padding-left: 6px;
  position: relative;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entr-pg .approach-sec .feat-list li:hover {
  color: #7E44C4
}

.entr-pg .dv-dots {
  background: #fff;
  padding: 12px 0;
  text-align: center
}

.entr-pg .dv-dots svg {
  display: block;
  margin: 0 auto;
  overflow: visible;
  width: 100%
}

.entr-pg .who-sec {
  background: #fff;
  padding-bottom: 80px;
  padding-top: 80px
}

.entr-pg .who-sec .sec-head {
  margin-bottom: 40px;
  text-align: center
}

.entr-pg .who-sec .sec-head h2 {
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 12px
}

.entr-pg .who-sec .sec-head p {
  color: #4A3060;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 560px
}

.entr-pg .who-sec .cards-row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr)
}

.entr-pg .who-card {
  background: #F4F1F6;
  border-radius: 12px;
  box-shadow: 0 1px 2px 1px #7e44c40d;
  overflow: hidden;
  position: relative;
  transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entr-pg .who-card::before {
  background: #7E44C4;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: width .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 4px
}

.entr-pg .who-card:hover {
  box-shadow: 0 8px 52px 1px #7e44c424;
  transform: translateY(-4px)
}

.entr-pg .who-card:hover::before {
  width: 8px
}

.entr-pg .who-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 20px 20px 28px
}

.entr-pg .who-card h4 {
  color: #2D1A4A;
  font-size: 22px;
  line-height: 1.1;
  margin: 0;
  text-align: left
}

.entr-pg .who-card p {
  color: #4A3060;
  font-size: 16px;
  line-height: 1.55;
  margin: 0
}

.entr-pg .who-card.not-fit {
  background: #fff;
  border: 1px solid #7e44c426
}

.entr-pg .who-card.not-fit::before {
  background: #C2A0D5
}

.entr-pg .avail-sec {
  background: linear-gradient(83deg, #2D1A4A 0%, #1A0A2E 100%);
  border-right: 6px solid #C2A0D5;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative
}

.entr-pg .avail-sec .geo-bg {
  animation: slowspin 40s linear infinite reverse;
  border: 1px solid #c2a0d514;
  border-radius: 20px;
  height: 320px;
  left: -80px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 320px
}

.entr-pg .avail-sec .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1
}

.entr-pg .avail-sec .sec-head {
  text-align: center
}

.entr-pg .avail-sec h2 {
  color: #F4F1F6;
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 12px
}

.entr-pg .avail-sec .sec-head p {
  color: #c2a0d5cc;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 520px
}

.entr-pg .avail-sec .items-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr)
}

.entr-pg .avail-item {
  background: #7e44c41f;
  border: 1px solid #c2a0d52e;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  transition: background .3s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .3s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entr-pg .avail-item::after {
  border: 2px solid transparent;
  border-radius: 12px;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: border-color .35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entr-pg .avail-item:hover {
  background: #7e44c438;
  border-color: #c2a0d566
}

.entr-pg .avail-item:hover::after {
  border-color: #7e44c480
}

.entr-pg .avail-item .item-img {
  aspect-ratio: 4/3;
  border-radius: 7px;
  flex-shrink: 0;
  height: auto;
  object-fit: cover;
  width: 160px
}

.entr-pg .avail-item .item-txt {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center
}

.entr-pg .avail-item h5 {
  color: #F4F1F6;
  font-size: 22px;
  line-height: 1.1;
  margin: 0;
  text-align: left
}

.entr-pg .avail-item p {
  color: #c2a0d5d9;
  font-size: 16px;
  line-height: 1.55;
  margin: 0
}

.entr-pg .avail-item .item-link {
  border-bottom: 1px solid #c2a0d566;
  color: #C2A0D5;
  display: inline-block;
  font-size: 16px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: fit-content
}

.entr-pg .avail-item .item-link:hover {
  border-color: #7E44C4;
  color: #fff
}

.entr-pg .rep-sec {
  background: #F4F1F6;
  padding-bottom: 80px;
  padding-top: 80px
}

.entr-pg .rep-sec .inner {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr
}

.entr-pg .rep-sec .left-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.entr-pg .rep-sec h2 {
  font-size: 40px;
  line-height: 1.1;
  margin: 0;
  text-align: center
}

.entr-pg .rep-sec p {
  color: #4A3060;
  font-size: 18px;
  line-height: 1.55;
  margin: 0
}

.entr-pg .rep-sec .portrait-wrap {
  border-radius: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 100%
}

.entr-pg .rep-sec .portrait-wrap img {
  aspect-ratio: 7/9;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: top;
  width: 100%
}

.entr-pg .rep-sec .quote-card {
  background: #fff;
  border-left: 4px solid #7E44C4;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 5px 22px 1px #7e44c414;
  padding: 20px
}

.entr-pg .rep-sec .quote-card blockquote {
  color: #2D1A4A;
  font-size: 18px;
  font-style: italic;
  line-height: 1.55;
  margin: 0 0 12px
}

.entr-pg .rep-sec .quote-card cite {
  color: #7E44C4;
  font-size: 16px;
  font-style: normal
}

.entr-pg .rep-sec .assoc-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: decimal;
  margin: 0;
  padding-left: 20px
}

.entr-pg .rep-sec .assoc-list li {
  color: #2D1A4A;
  font-size: 16px;
  line-height: 1.55;
  padding-left: 6px
}

.entr-pg .scale-sec {
  background: #fff;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative
}

.entr-pg .scale-sec::before {
  background: linear-gradient(83deg, #7e44c40f 0%, transparent 60%), radial-gradient(ellipse at 80% 50%, #c2a0d514 0%, transparent 65%);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.entr-pg .scale-sec .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1
}

.entr-pg .scale-sec .head-row {
  display: flex;
  flex-direction: row;
  gap: 40px
}

.entr-pg .scale-sec .head-txt {
  flex: 1
}

.entr-pg .scale-sec h2 {
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 12px;
  text-align: center
}

.entr-pg .scale-sec p {
  color: #4A3060;
  font-size: 18px;
  line-height: 1.55;
  margin: 0
}

.entr-pg .scale-sec .img-wide {
  aspect-ratio: 4/3;
  border-radius: 12px;
  box-shadow: 0 8px 52px 1px #7e44c424;
  display: block;
  flex-shrink: 0;
  height: auto;
  object-fit: cover;
  width: 360px
}

.entr-pg .scale-sec .metrics {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr)
}

.entr-pg .metric-card {
  background: #F4F1F6;
  border-radius: 12px;
  box-shadow: 0 1px 2px 1px #7e44c40d;
  overflow: hidden;
  padding: 20px;
  position: relative;
  transition: box-shadow .3s cubic-bezier(0.34, 1.56, 0.64, 1), transform .3s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entr-pg .metric-card::after {
  background: #7E44C4;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: height .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 100%
}

.entr-pg .metric-card:hover {
  box-shadow: 0 8px 52px 1px #7e44c424;
  transform: translateY(-6px)
}

.entr-pg .metric-card:hover::after {
  height: 6px
}

.entr-pg .metric-card .num {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(83deg, #7E44C4 0%, #C2A0D5 100%);
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1
}

.entr-pg .metric-card .lbl {
  color: #4A3060;
  display: block;
  font-size: 16px;
  line-height: 1.55;
  margin-top: 6px
}

@media (max-width: 1024px) {
  .entr-pg .title-blk .inner {
    flex-direction: column;
    gap: 40px
  }

  .entr-pg .title-blk .img-side {
    width: 100%
  }

  .entr-pg .title-blk .txt-side {
    padding-top: 40px
  }

  .entr-pg .approach-sec .inner {
    flex-direction: column;
    gap: 40px
  }

  .entr-pg .approach-sec .img-col {
    width: 100%
  }

  .entr-pg .rep-sec .inner {
    grid-template-columns: 1fr
  }

  .entr-pg .scale-sec .head-row {
    flex-direction: column
  }

  .entr-pg .scale-sec .img-wide {
    width: 100%
  }

  .entr-pg .scale-sec .metrics {
    grid-template-columns: repeat(2, 1fr)
  }

  .entr-pg .avail-sec .items-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .entr-pg .bound {
    padding-left: 20px;
    padding-right: 20px
  }

  .entr-pg .title-blk h1 {
    font-size: 40px
  }

  .entr-pg .who-sec .cards-row {
    grid-template-columns: 1fr
  }

  .entr-pg .scale-sec .metrics {
    grid-template-columns: 1fr 1fr
  }

  .entr-pg .avail-item {
    flex-direction: column
  }

  .entr-pg .avail-item .item-img {
    width: 100%
  }
}

@media (max-width: 480px) {
  .entr-pg .title-blk h1 {
    font-size: 28px
  }

  .entr-pg .approach-sec h2,
  .entr-pg .who-sec .sec-head h2,
  .entr-pg .avail-sec h2,
  .entr-pg .rep-sec h2,
  .entr-pg .scale-sec h2 {
    font-size: 28px
  }

  .entr-pg .scale-sec .metrics {
    grid-template-columns: 1fr
  }
}

.abt-us {
  max-width: 100%;
  overflow-x: hidden
}

.abt-us .pg-strip {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 1366px;
  margin: 0 auto;
  padding: 40px 40px 40px 0;
  gap: 40px;
  position: relative
}

.abt-us .pg-strip__img-col {
  width: 120px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden
}

.abt-us .pg-strip__img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-us .pg-strip__img-col::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, #7e44c48c, transparent);
  pointer-events: none
}

.abt-us .pg-strip__diag {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(83deg, #7e44c408 0px, #7e44c408 1px, transparent 1px, transparent 18px);
  pointer-events: none;
  z-index: 0
}

.abt-us .pg-strip__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1
}

.abt-us .pg-strip__eyebrow {
  font-size: 16px;
  line-height: 1.55;
  color: #7E44C4;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600
}

.abt-us .pg-strip__h1 {
  font-size: 40px;
  line-height: 1.1;
  color: #2a1640;
  margin: 0;
  font-weight: 700
}

.abt-us .pg-strip__h1 em {
  font-style: italic;
  font-weight: 400;
  color: #7E44C4
}

.abt-us .pg-strip__sub {
  font-size: 18px;
  line-height: 1.55;
  color: #4a3560;
  max-width: 560px;
  margin: 0
}

.abt-us .pg-strip__arc {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 6px
}

.abt-us .arc-stat {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.abt-us .arc-stat__num {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: #7E44C4
}

.abt-us .arc-stat__label {
  font-size: 16px;
  line-height: 1.55;
  color: #6b5580
}

.abt-us .divider-a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 6px 0
}

.abt-us .divider-a svg {
  display: block
}

.abt-us .divider-a__line {
  width: 120px;
  height: 1px;
  background: linear-gradient(83deg, #7e44c42e, #c2a0d566)
}

.abt-us .story-sec {
  background: #F4F1F6;
  position: relative;
  overflow: hidden
}

.abt-us .story-sec__texture {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 80%, #7e44c40f 0%, transparent 55%), linear-gradient(83deg, #c2a0d512 0%, transparent 60%);
  pointer-events: none
}

.abt-us .story-sec__inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start
}

.abt-us .story-sec__col-main {
  grid-column: 1 / 3;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.abt-us .story-sec__col-aside {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.abt-us .story-sec__h2 {
  font-size: 28px;
  line-height: 1.1;
  color: #2a1640;
  margin: 0;
  text-align: center;
  padding-left: 0
}

.abt-us .story-sec__accent-bar {
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #7E44C4, #c2a0d54d);
  border-radius: 4px;
  flex-shrink: 0
}

.abt-us .story-sec__h2-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.abt-us .story-sec__drop-wrap p:first-of-type::first-letter {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  color: #7E44C4;
  float: left;
  margin-right: 6px;
  margin-top: 4px
}

.abt-us .story-sec__drop-wrap p {
  font-size: 18px;
  line-height: 1.55;
  color: #3a2550;
  margin: 0 0 12px
}

.abt-us .story-sec__drop-wrap p:last-child {
  margin-bottom: 0
}

.abt-us .story-img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 22px 1px #7e44c414;
  position: relative
}

.abt-us .story-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-us .story-img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #f4f1f62e;
  pointer-events: none;
  z-index: 1
}

.abt-us .pull-quote {
  border-left: 3px solid #C2A0D5;
  border-top: 1px solid #7e44c426;
  padding: 20px;
  background: #ffffffb3;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 1px 2px 1px #7e44c40d
}

.abt-us .pull-quote p {
  font-size: 16px;
  line-height: 1.55;
  color: #4a3560;
  margin: 0;
  font-style: italic
}

.abt-us .pull-quote__attr {
  font-size: 16px;
  line-height: 1.55;
  color: #7E44C4;
  font-weight: 600;
  font-style: normal;
  margin-top: 6px;
  display: block
}

.abt-us .divider-b {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 6px 0;
  background: #F4F1F6
}

.abt-us .divider-b__line {
  flex: 1;
  max-width: 200px;
  height: 1px;
  background: #7e44c433
}

.abt-us .team-sec {
  background: #fff;
  position: relative
}

.abt-us .team-sec__bg-pan {
  position: absolute;
  inset: 0;
  background-image: url(./photo_archive/map_0013.jpg);
  background-size: cover;
  background-position: center top;
  opacity: .04;
  pointer-events: none;
  animation: bgpan 18s linear infinite
}

@keyframes bgpan {
  0% {
    background-position: center top
  }

  100% {
    background-position: center bottom
  }
}

.abt-us .team-sec__inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 80px 80px 80px 40px;
  position: relative;
  z-index: 1
}

.abt-us .team-sec__top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px
}

.abt-us .team-sec__h2-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  flex: 1
}

.abt-us .team-sec__accent-bar {
  width: 3px;
  min-height: 40px;
  background: linear-gradient(to bottom, #7E44C4, #c2a0d54d);
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 4px
}

.abt-us .team-sec__h2 {
  font-size: 28px;
  line-height: 1.1;
  color: #2a1640;
  margin: 0;
  text-align: center
}

.abt-us .team-sec__lead {
  font-size: 18px;
  line-height: 1.55;
  color: #4a3560;
  max-width: 480px;
  margin: 0
}

.abt-us .team-cols {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  gap: 20px;
  align-items: end
}

.abt-us .team-card {
  display: flex;
  flex-direction: column;
  background: #F4F1F6;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 22px 1px #7e44c414;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative
}

.abt-us .team-card:hover {
  box-shadow: 0 8px 52px 1px #7e44c424;
  transform: translateY(-4px)
}

.abt-us .team-card--center {
  background: linear-gradient(83deg, #7E44C4 0%, #a06ad4 100%)
}

.abt-us .team-card__dot {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 10px;
  height: 10px;
  background: #7E44C4;
  border-radius: 36px;
  border: 2px solid #fff;
  z-index: 2
}

.abt-us .team-card--center .team-card__dot {
  background: #C2A0D5;
  border-color: #ffffff80
}

.abt-us .team-card__portrait {
  width: 100%;
  aspect-ratio: 7/9;
  overflow: hidden;
  flex-shrink: 0
}

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

.abt-us .team-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.abt-us .team-card__name {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
  color: #2a1640;
  margin: 0
}

.abt-us .team-card--center .team-card__name {
  color: #fff
}

.abt-us .team-card__role {
  font-size: 16px;
  line-height: 1.55;
  color: #7E44C4;
  font-weight: 600;
  margin: 0
}

.abt-us .team-card--center .team-card__role {
  color: #C2A0D5
}

.abt-us .team-card__bio {
  font-size: 16px;
  line-height: 1.55;
  color: #4a3560;
  margin: 0
}

.abt-us .team-card--center .team-card__bio {
  color: #ffffffd9
}

.abt-us .team-card__no-portrait {
  width: 100%;
  aspect-ratio: 7/9;
  background: linear-gradient(83deg, #7e44c41a, #c2a0d533);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.abt-us .team-card__no-portrait svg {
  opacity: .3
}

.abt-us .team-sec__link-row {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center
}

.abt-us .btn-events {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 40px;
  background: #7E44C4;
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
  border-radius: 7px;
  text-decoration: none !important;
  font-weight: 600;
  position: relative;
  box-shadow: 0 5px 22px 1px #7e44c414;
  transition: background .2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .2s cubic-bezier(0.34, 1.56, 0.64, 1), transform .2s cubic-bezier(0.34, 1.56, 0.64, 1);
  outline: 2px solid transparent;
  outline-offset: 0
}

.abt-us .btn-events:hover {
  background: #6a35ad;
  box-shadow: 0 8px 52px 1px #7e44c424;
  transform: translateY(-2px);
  outline: 2px solid #7e44c459;
  outline-offset: 4px
}

.abt-us .btn-events:focus-visible {
  outline: 3px solid #7E44C4;
  outline-offset: 4px
}

.abt-us .btn-events span {
  display: block
}

@media (max-width: 1024px) {
  .abt-us .pg-strip {
    padding: 40px 20px 40px 0
  }

  .abt-us .story-sec__inner {
    grid-template-columns: 1fr;
    padding: 40px 20px
  }

  .abt-us .story-sec__col-main {
    grid-column: 1
  }

  .abt-us .team-sec__inner {
    padding: 40px 20px
  }

  .abt-us .team-cols {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 768px) {
  .abt-us .pg-strip {
    flex-direction: column;
    padding: 40px 20px;
    gap: 20px
  }

  .abt-us .pg-strip__img-col {
    width: 100%;
    height: 160px
  }

  .abt-us .pg-strip__h1 {
    font-size: 28px
  }

  .abt-us .pg-strip__arc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px
  }

  .abt-us .team-cols {
    grid-template-columns: 1fr
  }

  .abt-us .team-sec__top {
    flex-direction: column;
    gap: 20px
  }
}

@media (max-width: 480px) {
  .abt-us .pg-strip__h1 {
    font-size: 22px
  }

  .abt-us .story-sec__inner {
    padding: 40px 12px
  }

  .abt-us .team-sec__inner {
    padding: 40px 12px
  }
}

.stmat {
  max-width: 100%;
  overflow-x: hidden
}

.stmat .pg-wrap {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px
}

.stmat .top-band {
  padding: 80px 0 0;
  background: #fff;
  position: relative
}

.stmat .top-band::after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background: linear-gradient(83deg, #7E44C4 0%, #C2A0D5 60%, #F4F1F6 100%);
  margin-top: 80px
}

.stmat .band-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end
}

.stmat .band-text {
  padding-bottom: 40px
}

.stmat .band-label {
  display: inline-block;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7E44C4;
  border-left: 3px solid #7E44C4;
  padding-left: 12px;
  margin-bottom: 20px
}

.stmat .band-h1 {
  font-size: 56px;
  line-height: 1.1;
  color: #1b0e33;
  margin: 0 0 20px;
  letter-spacing: -.01em
}

.stmat .band-h1 em {
  font-style: italic;
  background: linear-gradient(83deg, #7E44C4 30%, #C2A0D5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.stmat .band-sub {
  font-size: 18px;
  line-height: 1.55;
  color: #3d2060;
  max-width: 460px;
  margin: 0
}

.stmat .band-img-wrap {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 52px 1px #7e44c424
}

.stmat .band-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.stmat .band-img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(83deg, #7e44c42e 0%, transparent 60%);
  z-index: 1;
  pointer-events: none
}

.stmat .deco-geo {
  position: absolute;
  top: 40px;
  right: -20px;
  width: 120px;
  height: 120px;
  border: 2px solid #c2a0d559;
  border-radius: 20px;
  z-index: 0;
  animation: geo-pulse 4s cubic-bezier(0.34, 1.56, 0.64, 1) infinite alternate;
  pointer-events: none
}

@keyframes geo-pulse {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: .5
  }

  100% {
    transform: scale(1.08) rotate(6deg);
    opacity: 1
  }
}

.stmat .zigzag-divider {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0
}

.stmat .mat-grid-sec {
  padding: 80px 0;
  background: #F4F1F6;
  position: relative
}

.stmat .mat-grid-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 80%, #7e44c40f 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, #c2a0d514 0%, transparent 55%);
  pointer-events: none
}

.stmat .sec-head {
  text-align: center;
  margin-bottom: 40px
}

.stmat .sec-head h2 {
  font-size: 40px;
  line-height: 1.1;
  color: #1b0e33;
  margin: 0 0 12px
}

.stmat .sec-head p {
  font-size: 18px;
  line-height: 1.55;
  color: #3d2060;
  max-width: 560px;
  margin: 0 auto
}

.stmat .mat-four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.stmat .mat-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 2px 1px #7e44c40d;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: default;
  position: relative;
  overflow: hidden
}

.stmat .mat-card:hover {
  transform: translateY(-4px) rotate(0.5deg);
  box-shadow: 0 8px 52px 1px #7e44c424
}

.stmat .mat-card:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 1px 2px 1px #7e44c40d
}

.stmat .card-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(83deg, #7E44C4, #C2A0D5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  flex-shrink: 0
}

.stmat .card-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.stmat .mat-card h4 {
  font-size: 16px;
  line-height: 1.55;
  color: #1b0e33;
  margin: 0 0 6px;
  border-left: 3px solid #7E44C4;
  padding-left: 12px
}

.stmat .mat-card p {
  font-size: 16px;
  line-height: 1.55;
  color: #3d2060;
  margin: 0
}

.stmat .mat-card .card-tag {
  display: inline-block;
  font-size: 16px;
  color: #7E44C4;
  background: #F4F1F6;
  border-radius: 7px;
  padding: 4px 12px;
  margin-top: 12px
}

.stmat .mat-card--wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start
}

.stmat .mat-card--wide .card-body {
  display: flex;
  flex-direction: column
}

.stmat .mat-card--wide .card-steps {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.stmat .step-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.stmat .step-num {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #7E44C4;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  flex-shrink: 0
}

.stmat .step-row p {
  font-size: 16px;
  line-height: 1.55;
  color: #3d2060;
  margin: 0
}

.stmat .zigzag2 {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.stmat .expert-sec {
  padding: 80px 0;
  background: #fff;
  position: relative
}

.stmat .expert-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: start
}

.stmat .expert-portrait-wrap {
  position: relative
}

.stmat .portrait-frame {
  aspect-ratio: 7/9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 22px 1px #7e44c414;
  position: relative
}

.stmat .portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.stmat .portrait-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #7e44c438 0%, transparent 50%);
  pointer-events: none
}

.stmat .portrait-badge {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: #7E44C4;
  color: #fff;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.55;
  box-shadow: 0 5px 22px 1px #7e44c424
}

.stmat .portrait-badge strong {
  display: block;
  font-size: 18px
}

.stmat .expert-text {
  padding-top: 20px
}

.stmat .expert-text h2 {
  font-size: 40px;
  line-height: 1.1;
  color: #1b0e33;
  margin: 0 0 20px
}

.stmat .expert-text h2 span {
  font-style: italic;
  color: #7E44C4
}

.stmat .drop-cap-p::first-letter {
  float: left;
  font-size: 56px;
  line-height: 1.1;
  color: #7E44C4;
  margin-right: 6px;
  margin-top: 2px;
  font-weight: 700
}

.stmat .expert-text p {
  font-size: 18px;
  line-height: 1.55;
  color: #3d2060;
  margin: 0 0 20px
}

.stmat .expert-text p:last-child {
  margin-bottom: 0
}

.stmat .icon-path-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin: 40px 0
}

.stmat .ipr-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px
}

.stmat .ipr-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #F4F1F6;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #7e44c42e;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), background .2s ease-out
}

.stmat .ipr-icon-box:hover {
  transform: rotate(12deg);
  background: #7E44C4
}

.stmat .ipr-icon-box:hover svg {
  stroke: #fff
}

.stmat .ipr-icon-box svg {
  width: 24px;
  height: 24px;
  stroke: #7E44C4;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke .2s ease-out
}

.stmat .ipr-label {
  font-size: 16px;
  color: #3d2060;
  text-align: center;
  max-width: 80px
}

.stmat .ipr-dash {
  flex: 1;
  border-top: 2px dashed #7e44c44d;
  margin-top: -20px
}

.stmat .topics-list {
  list-style: decimal;
  padding-left: 20px;
  margin: 0
}

.stmat .topics-list li {
  font-size: 18px;
  line-height: 1.55;
  color: #3d2060;
  padding: 6px 0
}

.stmat .topics-list li strong {
  color: #1b0e33
}

.stmat .btn-primary {
  display: inline-block;
  background: #7E44C4;
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
  padding: 12px 40px;
  border-radius: 12px;
  text-decoration: none;
  border: 2px solid #7E44C4;
  margin-top: 20px;
  transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: visible
}

.stmat .btn-primary::after {
  content: '';
  position: absolute;
  inset: -4px;
  border: 2px solid transparent;
  border-radius: 14px;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), inset .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.stmat .btn-primary:hover::after {
  border-color: #7E44C4;
  inset: -7px
}

.stmat .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 52px 1px #7e44c424
}

.stmat .btn-primary:active {
  transform: translateY(1px) scale(0.97);
  box-shadow: 0 1px 2px 1px #7e44c40d
}

@media (max-width: 1024px) {
  .stmat .band-h1 {
    font-size: 40px
  }

  .stmat .mat-four-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .stmat .mat-card--wide {
    grid-column: span 2
  }

  .stmat .expert-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px
  }
}

@media (max-width: 768px) {
  .stmat .pg-wrap {
    padding: 0 20px
  }

  .stmat .band-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .stmat .band-h1 {
    font-size: 40px
  }

  .stmat .mat-four-grid {
    grid-template-columns: 1fr 1fr
  }

  .stmat .mat-card--wide {
    grid-column: span 2;
    grid-template-columns: 1fr
  }

  .stmat .expert-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .stmat .portrait-badge {
    position: static;
    margin-top: 12px;
    border-radius: 12px
  }
}

@media (max-width: 480px) {
  .stmat .band-h1 {
    font-size: 28px
  }

  .stmat .mat-four-grid {
    grid-template-columns: 1fr
  }

  .stmat .mat-card--wide {
    grid-column: span 1
  }

  .stmat .sec-head h2 {
    font-size: 28px
  }

  .stmat .expert-text h2 {
    font-size: 28px
  }

  .stmat .icon-path-row {
    flex-wrap: wrap;
    justify-content: center
  }

  .stmat .ipr-dash {
    display: none
  }
}

.cont-pg {
  max-width: 100%;
  overflow-x: hidden
}

.cont-pg .reach-block {
  max-width: 1366px;
  margin: 0 auto;
  padding: 80px 40px
}

.cont-pg .title-area {
  position: relative;
  background: linear-gradient(83deg, #7E44C4 0%, #C2A0D5 60%, #7E44C4 100%);
  background-size: 300% 300%;
  animation: gradshift 8s cubic-bezier(0.34, 1.56, 0.64, 1) infinite alternate;
  padding: 80px 40px;
  overflow: hidden
}

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

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

.cont-pg .title-area .geo-shape {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 260px;
  height: 260px;
  border: 2px solid #ffffff1f;
  border-radius: 20px;
  animation: slowspin 18s linear infinite;
  pointer-events: none
}

.cont-pg .title-area .geo-shape-inner {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 200px;
  height: 200px;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  animation: slowspin 24s linear infinite reverse;
  pointer-events: none
}

@keyframes slowspin {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.cont-pg .title-area .dot-path {
  position: absolute;
  bottom: 20px;
  left: 40px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  pointer-events: none
}

.cont-pg .title-area .dot-path span {
  width: 6px;
  height: 6px;
  border-radius: 36px;
  background: #ffffff59;
  display: block
}

.cont-pg .title-area .dot-path span:nth-child(2) {
  width: 10px;
  height: 10px;
  background: #fff3
}

.cont-pg .title-area .dot-path span:nth-child(4) {
  width: 4px;
  height: 4px;
  background: #ffffff73
}

.cont-pg .title-inner {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.cont-pg .title-inner .img-wrap {
  position: absolute;
  top: -20px;
  right: 0;
  width: 340px;
  height: 255px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 52px 1px #7e44c424
}

.cont-pg .title-inner .img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 10% 10%, #ffffff73 0%, transparent 55%);
  border-radius: 12px;
  pointer-events: none
}

.cont-pg .title-inner .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4/3
}

.cont-pg .pg-label {
  font-size: 16px;
  color: #ffffffbf;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block
}

.cont-pg .pg-heading {
  font-size: 56px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 20px;
  max-width: 480px
}

.cont-pg .pg-sub {
  font-size: 18px;
  line-height: 1.55;
  color: #ffffffd9;
  max-width: 420px;
  margin: 0
}

.cont-pg .info-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap
}

.cont-pg .info-item {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.cont-pg .info-item .lbl {
  font-size: 16px;
  color: #fff9;
  text-transform: uppercase;
  letter-spacing: .1em
}

.cont-pg .info-item .val {
  font-size: 18px;
  color: #fff;
  line-height: 1.55
}

.cont-pg .info-item .val a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff6;
  text-underline-offset: 3px;
  transition: text-decoration-color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont-pg .info-item .val a:hover {
  text-decoration-color: #ffffffe6
}

.cont-pg .form-area {
  background: #F4F1F6;
  position: relative
}

.cont-pg .form-area::before {
  content: "";
  display: block;
  height: 40px;
  background: linear-gradient(83deg, #7E44C4 0%, #C2A0D5 60%, #7E44C4 100%);
  clip-path: ellipse(52% 100% at 50% 0%);
  margin-bottom: 0
}

.cont-pg .form-wrap {
  max-width: 1366px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start
}

.cont-pg .form-side-text {
  position: sticky;
  top: 40px
}

.cont-pg .side-accent {
  width: 4px;
  height: 48px;
  background: #7E44C4;
  border-radius: 4px;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px 1px #7e44c40d
}

.cont-pg .side-heading {
  font-size: 28px;
  line-height: 1.1;
  color: #2a1245;
  margin: 0 0 20px;
  text-align: left
}

.cont-pg .side-body {
  font-size: 16px;
  line-height: 1.55;
  color: #3d2460;
  margin: 0 0 20px
}

.cont-pg .side-body::first-letter {
  font-size: 40px;
  line-height: 1.1;
  float: left;
  margin-right: 6px;
  margin-top: 4px;
  color: #7E44C4
}

.cont-pg .side-body-2 {
  font-size: 16px;
  line-height: 1.55;
  color: #3d2460;
  margin: 0
}

.cont-pg .double-border-box {
  margin-top: 40px;
  border: 1px solid #7e44c433;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  box-shadow: 0 5px 22px 1px #7e44c414
}

.cont-pg .double-border-box::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 2px solid #7e44c459;
  border-radius: 7px;
  pointer-events: none
}

.cont-pg .dbb-label {
  font-size: 16px;
  color: #7E44C4;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 12px;
  display: block
}

.cont-pg .dbb-text {
  font-size: 16px;
  line-height: 1.55;
  color: #3d2460;
  margin: 0
}

.cont-pg .form-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 52px 1px #7e44c424
}

.cont-pg .form-card form {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.cont-pg .field-group {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.cont-pg .field-group label {
  font-size: 16px;
  color: #2a1245;
  font-weight: 600
}

.cont-pg .field-group input,
.cont-pg .field-group select,
.cont-pg .field-group textarea {
  border: 1.5px solid #7e44c440 !important;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 16px;
  color: #2a1245;
  background: #F4F1F6;
  outline: none;
  transition: border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none
}

.cont-pg .field-group input::placeholder,
.cont-pg .field-group textarea::placeholder {
  color: #a08cc0
}

.cont-pg .field-group input:focus,
.cont-pg .field-group select:focus,
.cont-pg .field-group textarea:focus {
  border-color: #7E44C4 !important;
  box-shadow: 0 5px 22px 1px #7e44c414
}

.cont-pg .field-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%237E44C4' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
  cursor: pointer
}

.cont-pg .field-group textarea {
  resize: vertical;
  min-height: 100px;
  line-height: 1.55
}

.cont-pg .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.cont-pg .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.cont-pg .privacy-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 4px;
  border: 1.5px solid #7e44c459 !important;
  background: #F4F1F6;
  cursor: pointer;
  margin-top: 2px;
  accent-color: #7E44C4;
  padding: 0
}

.cont-pg .privacy-row .priv-text {
  font-size: 16px;
  line-height: 1.55;
  color: #3d2460
}

.cont-pg .privacy-row .priv-text a {
  color: #7E44C4;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #7e44c466;
  transition: text-decoration-color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont-pg .privacy-row .priv-text a:hover {
  text-decoration-color: #7E44C4
}

.cont-pg .submit-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  background: #7E44C4;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  transition: background .35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 5px 22px 1px #7e44c414;
  align-self: flex-start;
  outline-offset: 3px
}

.cont-pg .submit-btn::after {
  content: "";
  position: absolute;
  inset: -3px;
  border: 2px solid transparent;
  border-radius: 12px;
  transition: border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1), inset .2s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none
}

.cont-pg .submit-btn:hover::after {
  inset: -6px;
  border-color: #7e44c473
}

.cont-pg .submit-btn:hover {
  background: #6a35a8;
  box-shadow: 0 8px 52px 1px #7e44c424
}

.cont-pg .submit-btn:focus-visible {
  outline: 2px solid #7E44C4;
  outline-offset: 4px
}

.cont-pg .submit-btn:active {
  background: #5a2a90
}

.cont-pg .btn-slide-wrap {
  display: flex;
  flex-direction: column;
  height: 22px;
  overflow: hidden;
  pointer-events: none
}

.cont-pg .submit-btn:hover .btn-slide-wrap .btn-t1 {
  transform: translateY(-100%);
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont-pg .submit-btn:hover .btn-slide-wrap .btn-t2 {
  transform: translateY(-100%);
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont-pg .btn-slide-wrap .btn-t1,
.cont-pg .btn-slide-wrap .btn-t2 {
  display: block;
  line-height: 22px;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: nowrap
}

.cont-pg .form-section-head {
  font-size: 22px;
  line-height: 1.1;
  color: #2a1245;
  margin: 0 0 6px;
  text-align: center
}

.cont-pg .form-section-sub {
  font-size: 16px;
  color: #7E44C4;
  text-align: center;
  margin: 0 0 20px
}

.cont-pg .type-pills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 6px
}

.cont-pg .type-pill input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none
}

.cont-pg .type-pill label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 20px;
  border-radius: 7px;
  border: 1.5px solid #7e44c440;
  background: #F4F1F6;
  color: #3d2460;
  font-size: 16px;
  cursor: pointer;
  transition: background .2s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1), color .2s cubic-bezier(0.34, 1.56, 0.64, 1);
  user-select: none;
  font-weight: 400
}

.cont-pg .type-pill input[type="radio"]:checked+label {
  background: #7E44C4;
  border-color: #7E44C4;
  color: #fff
}

.cont-pg .type-pill label:hover {
  border-color: #7E44C4;
  background: #7e44c414
}

.cont-pg .type-pill input[type="radio"]:focus-visible+label {
  outline: 2px solid #7E44C4;
  outline-offset: 2px
}

.cont-pg .pill-icon {
  width: 16px;
  height: 16px
}

@keyframes slidefromleft {
  from {
    opacity: 0;
    transform: translateX(-32px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes slidefromright {
  from {
    opacity: 0;
    transform: translateX(32px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.cont-pg .title-area {
  animation: slidefromleft .35s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.cont-pg .form-area {
  animation: slidefromright .35s cubic-bezier(0.34, 1.56, 0.64, 1) .1s both
}

@media (max-width: 1024px) {
  .cont-pg .title-inner .img-wrap {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 340px;
    margin-top: 40px
  }

  .cont-pg .form-wrap {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .cont-pg .form-side-text {
    position: static
  }
}

@media (max-width: 768px) {
  .cont-pg .pg-heading {
    font-size: 40px
  }

  .cont-pg .title-area {
    padding: 40px 20px
  }

  .cont-pg .form-wrap {
    padding: 40px 20px
  }

  .cont-pg .form-card {
    padding: 20px
  }

  .cont-pg .field-row {
    grid-template-columns: 1fr
  }

  .cont-pg .info-row {
    flex-direction: column;
    gap: 20px
  }

  .cont-pg .title-inner .img-wrap {
    display: none
  }
}

@media (max-width: 480px) {
  .cont-pg .pg-heading {
    font-size: 28px
  }

  .cont-pg .type-pills {
    flex-direction: column
  }

  .cont-pg .submit-btn {
    width: 100%;
    justify-content: center
  }
}

.success-pg {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: linear-gradient(83deg, #F4F1F6 60%, #C2A0D5 160%), radial-gradient(ellipse at 80% 20%, #7e44c414 0%, transparent 70%)
}

.success-pg .card-wrap {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 1px 2px 1px #7e44c40d 0 5px 22px 1px #7e44c414;
  text-align: center
}

.success-pg .icon-ring {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background: #F4F1F6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 1px 2px 1px #7e44c40d
}

.success-pg .icon-ring svg {
  display: block
}

.success-pg .success-title {
  font-size: 28px;
  line-height: 1.1;
  color: #2d1a4a;
  margin: 0 0 12px;
  font-weight: 700
}

.success-pg .success-msg {
  font-size: 16px;
  line-height: 1.55;
  color: #4a3560;
  margin: 0 0 40px
}

.success-pg .divider-line {
  width: 48px;
  height: 3px;
  background: #7E44C4;
  border-radius: 4px;
  margin: 0 auto 40px
}

.success-pg .back-link {
  display: inline-block;
  padding: 12px 40px;
  background: #7E44C4;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  border: 2px solid #7E44C4;
  transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success-pg .back-link:hover {
  background: #5e2fa0;
  border-color: #5e2fa0;
  box-shadow: 0 5px 22px 1px #7e44c424
}

.success-pg .back-link:focus {
  outline: 3px solid #C2A0D5;
  outline-offset: 3px
}

@media (max-width: 480px) {
  .success-pg .card-wrap {
    padding: 40px 20px
  }

  .success-pg .success-title {
    font-size: 22px
  }
}