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

html {
  font-size: 100%
}

body {
  margin: 0
}

.topbar {
  background: linear-gradient(135deg, #CE438E 0%, #b8357a 100%);
  padding: 8px 0
}

.topbar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

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

.logoframe {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 72px;
  border: 2px dashed #ffffffb3;
  border-radius: 2px;
  background: #ffffff1f;
  box-shadow: 0 1px 3px 0 #ce438e0f inset 0 1px 4px 0 #ffffff26;
  flex-shrink: 0;
  padding: 8px
}

.logoframe img {
  width: 48px;
  height: 56px;
  object-fit: contain;
  display: block
}

.brandname {
  font-family: 'Source Serif Pro', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #fff
}

.topbar-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px
}

.topbar-contact .contactlabel {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #ffffffbf;
  line-height: 1.3
}

.topbar-contact .contactval {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  transition: color .5s ease-in-out
}

.topbar-contact .contactval:hover {
  color: #ECE5EA
}

.topbar-contact .contactval:focus {
  outline: none;
  filter: invert(1)
}

.sitehead {
  background: #ECE5EA;
  border-bottom: 2px solid #C9E2D5;
  box-shadow: 0 4px 28px 0 #ce438e14;
  position: relative
}

.sitehead-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.noticebar {
  background: #C9E2D5;
  padding: 8px 32px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2a4a3a;
  border-bottom: 1px solid #ce438e1f
}

.noticebar strong {
  font-weight: 700;
  color: #CE438E
}

.mainmenu {
  display: flex;
  align-items: stretch;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap
}

.mainmenu li {
  display: flex;
  align-items: center
}

.mainmenu li a {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #3a2030;
  text-decoration: none;
  padding: 16px;
  border-bottom: 3px solid transparent;
  transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .45s ease-in-out;
  white-space: nowrap
}

.mainmenu li a:hover {
  color: #CE438E;
  border-bottom-color: #CE438E
}

.mainmenu li a:focus {
  outline: none;
  filter: invert(1)
}

.mainmenu li a[aria-current="page"] {
  color: #CE438E;
  border-bottom-color: #CE438E
}

.pgfoot {
  background: linear-gradient(160deg, #3a2030 0%, #2a1520 100%);
  padding: 64px 0 0
}

.pgfoot-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.pgfoot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 64px
}

.pgfoot-brand {
  display: flex;
  flex-direction: column;
  gap: 16px
}

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

.pgfoot-logoframe {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 68px;
  border: 2px dashed #c9e2d580;
  border-radius: 2px;
  background: #ffffff12;
  box-shadow: 0 1px 3px 0 #ce438e0f inset 0 1px 4px 0 #c9e2d51a;
  flex-shrink: 0;
  padding: 8px
}

.pgfoot-logoframe img {
  width: 44px;
  height: 52px;
  object-fit: contain;
  display: block
}

.pgfoot-brandname {
  font-family: 'Source Serif Pro', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #fff
}

.pgfoot-desc {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #fff9
}

.pgfoot-col h3 {
  font-family: 'Source Serif Pro', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #C9E2D5;
  margin: 0 0 16px;
  letter-spacing: -.02em
}

.pgfoot-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.pgfoot-links li a {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffffa6;
  text-decoration: none;
  transition: color .5s ease-in-out
}

.pgfoot-links li a:hover {
  color: #CE438E
}

.pgfoot-links li a:focus {
  outline: none;
  filter: invert(1)
}

.pgfoot-contact {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.pgfoot-contact .clabel {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #ffffff73;
  line-height: 1.3
}

.pgfoot-contact .cval {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffffd9;
  line-height: 1.5;
  text-decoration: none;
  transition: color .55s ease-in-out
}

.pgfoot-contact .cval:hover {
  color: #CE438E
}

.pgfoot-contact .cval:focus {
  outline: none;
  filter: invert(1)
}

.pgfoot-contact .addr {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #ffffff8c;
  line-height: 1.7;
  font-style: normal
}

.pgfoot-bottom {
  border-top: 1px solid #c9e2d526;
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.pgfoot-copy {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fff6
}

.pgfoot-legal {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0
}

.pgfoot-legal li a {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fff6;
  text-decoration: none;
  transition: color .5s ease-in-out
}

.pgfoot-legal li a:hover {
  color: #fffc
}

.pgfoot-legal li a:focus {
  outline: none;
  filter: invert(1)
}

.cookiebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #C9E2D5;
  box-shadow: 0 9px 48px 0 #ce438e1a;
  z-index: 1000;
  display: none
}

.cookiebar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 32px
}

.cookiebar-main {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap
}

.cookiebar-text {
  flex: 1;
  min-width: 0
}

.cookiebar-text p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #3a2030;
  margin: 0 0 8px
}

.cookiebar-text ul {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #3a2030;
  margin: 0;
  padding: 0 0 0 16px
}

.cookiebar-text ul li {
  margin-bottom: 4px
}

.cookiebar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  flex-wrap: wrap
}

.cookiebar-actions button {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  border-radius: 2px;
  padding: 8px 16px;
  min-height: 44px;
  transition: transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s ease-in-out, color .5s ease-in-out
}

.cookiebar-actions button:hover {
  transform: scale(1.04)
}

.cookiebar-actions button:focus {
  outline: none;
  filter: invert(1)
}

.btn-acceptall {
  background: #CE438E;
  color: #fff;
  border: 3px solid #CE438E
}

.btn-acceptall:hover {
  background: #b8357a;
  border-color: #b8357a
}

.btn-rejectall {
  background: transparent;
  color: #CE438E;
  border: 3px solid #CE438E
}

.btn-rejectall:hover {
  background: #ce438e0f
}

.btn-settings {
  background: transparent;
  color: #3a2030;
  border: 3px solid #ECE5EA;
  font-weight: 400;
  text-decoration: underline
}

.btn-settings:hover {
  border-color: #C9E2D5;
  background: #c9e2d533
}

.cookiebar-panel {
  padding: 16px 0 8px;
  border-top: 1px solid #ECE5EA;
  margin-top: 16px
}

.cookiebar-panel.hidden {
  display: none
}

.cookie-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0
}

.cookie-toggle-row label {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #3a2030;
  cursor: pointer
}

.cookie-toggle-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #CE438E;
  cursor: pointer;
  flex-shrink: 0
}

.cookie-toggle-row input[type="checkbox"]:focus {
  outline: 2px solid #CE438E;
  outline-offset: 2px
}

.cookie-always {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #3a203080;
  line-height: 1.5
}

@media (max-width: 768px) {
  .topbar-inner {
    padding: 0 16px;
    flex-wrap: wrap;
    gap: 8px
  }

  .topbar-contact {
    align-items: flex-start
  }

  .sitehead-inner {
    padding: 0 16px
  }

  .mainmenu li a {
    padding: 16px 8px;
    font-size: 16px
  }

  .pgfoot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }

  .pgfoot-brand {
    grid-column: 1 / -1
  }

  .pgfoot-inner {
    padding: 0 16px
  }

  .pgfoot-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .cookiebar-inner {
    padding: 16px
  }

  .cookiebar-main {
    flex-direction: column;
    gap: 16px
  }

  .cookiebar-actions {
    width: 100%;
    justify-content: flex-start
  }

  .noticebar {
    padding: 8px 16px
  }
}

@media (max-width: 375px) {
  .brandname {
    font-size: 18px
  }

  .mainmenu li a {
    padding: 16px 4px;
    font-size: 16px
  }

  .pgfoot-grid {
    grid-template-columns: 1fr
  }

  .pgfoot-legal {
    flex-direction: column;
    gap: 8px
  }

  .cookiebar-actions {
    flex-direction: column;
    align-items: stretch
  }

  .cookiebar-actions button {
    width: 100%
  }
}

@media (min-width: 1366px) {

  .topbar-inner,
  .sitehead-inner,
  .pgfoot-inner {
    padding-left: 64px;
    padding-right: 64px
  }
}

.info-legal {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 32px
}

.info-legal h1 {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #2d1a26;
  margin-bottom: 32px;
  margin-top: 0
}

.info-legal h2 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -.01em;
  color: #2d1a26;
  margin-top: 64px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ECE5EA
}

.info-legal h3 {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -.01em;
  color: #2d1a26;
  margin-top: 32px;
  margin-bottom: 16px
}

.info-legal h4,
.info-legal h5,
.info-legal h6 {
  font-size: 16px;
  line-height: 1.5;
  color: #2d1a26;
  margin-top: 32px;
  margin-bottom: 8px
}

.info-legal p {
  font-size: 16px;
  line-height: 1.7;
  color: #3a2533;
  margin-top: 0;
  margin-bottom: 16px
}

.info-legal ul,
.info-legal ol {
  font-size: 16px;
  line-height: 1.7;
  color: #3a2533;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 32px
}

.info-legal ul {
  list-style-type: disc
}

.info-legal ol {
  list-style-type: decimal
}

.info-legal li {
  margin-bottom: 8px;
  line-height: 1.7
}

.info-legal li:last-child {
  margin-bottom: 0
}

.info-legal ul ul,
.info-legal ol ol,
.info-legal ul ol,
.info-legal ol ul {
  margin-top: 8px;
  margin-bottom: 4px
}

.info-legal strong,
.info-legal b {
  font-weight: 700;
  color: #2d1a26
}

.info-legal a {
  color: #CE438E;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .5s ease-in-out, text-decoration-color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.info-legal a:hover {
  color: #a8336f;
  text-decoration-color: #CE438E
}

.info-legal a:visited {
  color: #9e3070
}

.info-legal hr {
  border: none;
  border-top: 1px solid #ECE5EA;
  margin-top: 64px;
  margin-bottom: 64px;
  box-shadow: 0 1px 3px 0 #ce438e0f
}

.info-legal div {
  margin-bottom: 16px
}

@media (max-width: 768px) {
  .info-legal {
    padding: 32px 16px
  }

  .info-legal h1 {
    font-size: clamp(22px, 10vw, 72px);
    margin-bottom: 32px
  }

  .info-legal h2 {
    margin-top: 32px
  }

  .info-legal hr {
    margin-top: 32px;
    margin-bottom: 32px
  }
}

@media (max-width: 375px) {
  .info-legal {
    padding: 32px 16px
  }

  .info-legal h1 {
    font-size: 22px;
    line-height: 1.3
  }

  .info-legal ul,
  .info-legal ol {
    padding-left: 16px
  }
}

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

.srvpg .pgwrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.srvpg .titblock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  border-bottom: 2px solid #CE438E;
  position: relative
}

.srvpg .titblock::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(#ce438e0a 1px, transparent 1px), linear-gradient(90deg, #ce438e0a 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none
}

.srvpg .titimg {
  position: relative;
  overflow: hidden
}

.srvpg .titimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(0px);
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: imgload .65s ease-in-out forwards
}

@keyframes imgload {
  from {
    transform: scale(1.06)
  }

  to {
    transform: scale(1)
  }
}

.srvpg .titimg:hover img {
  transform: scale(1.04)
}

.srvpg .titimg .skelhold {
  position: absolute;
  inset: 0;
  background: #d9d9d9;
  z-index: 1;
  transition: opacity .55s ease-in-out
}

.srvpg .titimg img.loaded+.skelhold,
.srvpg .titimg .skelhold.hide {
  opacity: 0;
  pointer-events: none
}

.srvpg .tittxt {
  padding: 64px 64px 64px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  position: relative;
  border-left: 1px solid #ce438e26
}

.srvpg .tittxt .eyebrow {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .08em;
  color: #CE438E;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600
}

.srvpg .tittxt .tithead {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -.03em;
  font-weight: 800;
  margin-bottom: 32px;
  color: #1a1a2e
}

.srvpg .tittxt .tithead .accentword {
  background: linear-gradient(135deg, #CE438E 0%, #a03070 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.srvpg .tittxt .titdesc {
  font-size: 18px;
  line-height: 1.7;
  color: #3a3040;
  max-width: 420px
}

.srvpg .titdivider {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 32px 0;
  justify-content: center
}

.srvpg .titdivider .dline {
  width: 64px;
  height: 1px;
  background: #CE438E
}

.srvpg .titdivider .ddot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CE438E
}

.srvpg .srvlist {
  background: #ECE5EA;
  padding: 96px 0;
  position: relative
}

.srvpg .srvlist::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #C9E2D5, transparent)
}

.srvpg .srvlist .srvgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.srvpg .srvlist .srvhead {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  align-items: end;
  margin-bottom: 16px
}

.srvpg .srvlist .srvmaintit {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -.03em;
  font-weight: 800;
  color: #1a1a2e
}

.srvpg .srvlist .srvmaintit .pt2 {
  color: #CE438E
}

.srvpg .srvlist .srvnote {
  font-size: 16px;
  line-height: 1.7;
  color: #4a3d50;
  padding-bottom: 8px
}

.srvpg .srvcard {
  background: #fff;
  border-radius: 2px;
  padding: 32px;
  border: 2px solid transparent;
  box-shadow: 0 4px 28px 0 #ce438e14;
  transition: border-color .55s ease-in-out, box-shadow .55s ease-in-out, transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden
}

.srvpg .srvcard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #CE438E;
  border-radius: 2px 0 0 2px;
  box-shadow: inset 2px 0 8px 0 #ce438e2e;
  transition: width .55s ease-in-out
}

.srvpg .srvcard:hover {
  border-color: #CE438E;
  box-shadow: 0 9px 48px 0 #ce438e1a;
  transform: translateY(-4px)
}

.srvpg .srvcard:hover::before {
  width: 6px
}

.srvpg .srvcard .cardnum {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 800;
  color: #ce438e1a;
  letter-spacing: -.04em;
  position: absolute;
  top: 16px;
  right: 24px;
  pointer-events: none
}

.srvpg .srvcard .cardtit {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a1a2e;
  letter-spacing: -.02em;
  margin-bottom: 16px
}

.srvpg .srvcard .cardbody {
  font-size: 16px;
  line-height: 1.7;
  color: #4a3d50;
  margin-bottom: 16px
}

.srvpg .srvcard .cardtags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.srvpg .srvcard .ctag {
  font-size: 16px;
  line-height: 1.3;
  padding: 4px 16px;
  border-radius: 42px;
  background: #ECE5EA;
  color: #3a3040;
  border: 1.5px solid #ce438e26;
  transition: background .45s ease-in-out, border-color .45s ease-in-out
}

.srvpg .srvcard:hover .ctag {
  background: #ce438e12;
  border-color: #ce438e4d
}

.srvpg .srvcard.wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center
}

.srvpg .srvcard.wide .cardtit {
  font-size: 22px
}

.srvpg .srvcard.wide .wideimg {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  height: 260px
}

.srvpg .srvcard.wide .wideimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvpg .srvcard.wide:hover .wideimg img {
  transform: scale(1.04)
}

.srvpg .metricsec {
  background: #fff;
  padding: 96px 0 64px
}

.srvpg .metricsec .metlayout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.srvpg .metricsec .metleft {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.srvpg .metricsec .mettit {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -.03em;
  color: #1a1a2e
}

.srvpg .metricsec .mettit .maccent {
  color: #CE438E
}

.srvpg .metricsec .metdesc {
  font-size: 18px;
  line-height: 1.7;
  color: #4a3d50
}

.srvpg .metricsec .metlist {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srvpg .metricsec .metitem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 2px;
  border: 1.5px solid #ECE5EA;
  transition: border-color .55s ease-in-out, box-shadow .55s ease-in-out
}

.srvpg .metricsec .metitem:hover {
  border-color: #ce438e4d;
  box-shadow: 0 4px 28px 0 #ce438e14
}

.srvpg .metricsec .metitem .mimark {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #CE438E;
  margin-top: 8px;
  flex-shrink: 0;
  box-shadow: inset 0 1px 3px 0 #ce438e2e
}

.srvpg .metricsec .metitem .mitxt {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3040
}

.srvpg .metricsec .metitem .mitxt strong {
  color: #1a1a2e;
  font-weight: 700
}

.srvpg .metricsec .metright {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.srvpg .metricsec .statgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.srvpg .metricsec .statcard {
  background: linear-gradient(145deg, #ECE5EA 0%, #C9E2D5 100%);
  border-radius: 2px;
  padding: 32px 16px;
  text-align: center;
  box-shadow: 0 1px 3px 0 #ce438e0f;
  animation: shadowbuild .65s ease-in-out forwards;
  animation-delay: calc(var(--si) * 0.12s)
}

@keyframes shadowbuild {
  from {
    box-shadow: 0 0 0 0 #ce438e00
  }

  to {
    box-shadow: 0 4px 28px 0 #ce438e14
  }
}

.srvpg .metricsec .statcard .stval {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -.04em;
  color: #CE438E
}

.srvpg .metricsec .statcard .stlbl {
  font-size: 16px;
  line-height: 1.5;
  color: #3a3040;
  margin-top: 4px
}

.srvpg .metricsec .imgwrap {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  height: 240px;
  box-shadow: 0 9px 48px 0 #ce438e1a
}

.srvpg .metricsec .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvpg .metricsec .imgwrap:hover img {
  transform: scale(1.04)
}

.srvpg .metricsec .ctarow {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap
}

.srvpg .btn-pri {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 2px;
  border: 2.5px solid #CE438E;
  background: #CE438E;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer;
  text-decoration: none;
  transition: transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .45s ease-in-out, background .45s ease-in-out;
  box-shadow: 0 4px 28px 0 #ce438e14
}

.srvpg .btn-pri:hover {
  transform: scale(1.04);
  box-shadow: 0 9px 48px 0 #ce438e1a;
  background: #b8357d
}

.srvpg .btn-sec {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 2px;
  border: 2.5px solid #CE438E;
  background: transparent;
  color: #CE438E;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer;
  text-decoration: none;
  transition: transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s ease-in-out, color .5s ease-in-out
}

.srvpg .btn-sec:hover {
  transform: scale(1.04);
  background: #ce438e0f
}

.srvpg .divrow {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 32px 0
}

.srvpg .divrow .dl {
  width: 64px;
  height: 1px;
  background: #ce438e4d
}

.srvpg .divrow .dd {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #CE438E
}

@media (max-width: 1366px) {
  .srvpg .tittxt .tithead {
    font-size: 72px
  }
}

@media (max-width: 768px) {
  .srvpg .pgwrap {
    padding: 0 16px
  }

  .srvpg .titblock {
    grid-template-columns: 1fr
  }

  .srvpg .titimg {
    height: 280px
  }

  .srvpg .tittxt {
    padding: 32px 16px;
    border-left: none;
    border-top: 1px solid #ce438e26
  }

  .srvpg .tittxt .tithead {
    font-size: clamp(36px, 8vw, 72px)
  }

  .srvpg .srvlist {
    padding: 64px 0
  }

  .srvpg .srvlist .srvgrid {
    grid-template-columns: 1fr
  }

  .srvpg .srvlist .srvhead {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .srvpg .srvlist .srvmaintit {
    font-size: clamp(36px, 8vw, 72px)
  }

  .srvpg .srvcard.wide {
    grid-template-columns: 1fr;
    grid-column: 1
  }

  .srvpg .srvcard.wide .wideimg {
    height: 200px
  }

  .srvpg .metricsec {
    padding: 64px 0
  }

  .srvpg .metricsec .metlayout {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .srvpg .metricsec .mettit {
    font-size: clamp(36px, 8vw, 72px)
  }

  .srvpg .metricsec .statgrid {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 375px) {
  .srvpg .tittxt .tithead {
    font-size: 36px
  }

  .srvpg .srvlist .srvmaintit {
    font-size: 36px
  }

  .srvpg .metricsec .mettit {
    font-size: 36px
  }

  .srvpg .metricsec .statgrid {
    grid-template-columns: 1fr
  }

  .srvpg .ctarow {
    flex-direction: column;
    align-items: stretch
  }

  .srvpg .btn-pri,
  .srvpg .btn-sec {
    text-align: center
  }
}

.abtus {
  overflow-x: hidden;
  background: #fff
}

.abtus .pg-frame {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.abtus .lead-area {
  padding: 96px 0 64px;
  position: relative
}

.abtus .lead-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(90deg, transparent, transparent 48px, #ce438e0a 48px, #ce438e0a 49px);
  pointer-events: none
}

.abtus .lead-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px
}

.abtus .lead-text-col {
  flex: 1 1 0;
  min-width: 0;
  position: relative
}

.abtus .lead-frame-deco {
  position: absolute;
  top: -16px;
  left: -16px;
  right: -16px;
  bottom: -16px;
  border: 1px solid #ce438e2e;
  border-radius: 2px;
  pointer-events: none
}

.abtus .lead-frame-deco::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid #c9e2d559;
  border-radius: 2px
}

.abtus .lead-text-col .eyebrow {
  font-size: 16px;
  line-height: 1.5;
  color: #CE438E;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.abtus .lead-text-col .manifesto-head {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -.03em;
  margin-bottom: 32px;
  font-weight: 800
}

.abtus .manifesto-head .pt1 {
  color: #1a2540
}

.abtus .manifesto-head .pt2 {
  background: linear-gradient(127deg, #CE438E 0%, #a03070 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.abtus .lead-text-col .manifesto-body {
  font-size: 18px;
  line-height: 1.7;
  color: #2d3a52;
  margin-bottom: 16px
}

.abtus .lead-text-col .manifesto-note {
  font-size: 16px;
  line-height: 1.5;
  color: #5a6a82
}

.abtus .lead-img-col {
  flex: 0 0 420px;
  position: relative
}

.abtus .img-geo-clip {
  width: 420px;
  height: 520px;
  border-radius: 42px 2px 42px 2px;
  overflow: hidden;
  box-shadow: 0 9px 48px 0 #ce438e1a;
  opacity: 0;
  animation: imgFadeIn .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s forwards
}

@keyframes imgFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px)
  }

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

.abtus .img-geo-clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.abtus .img-skeleton {
  position: absolute;
  inset: 0;
  background: linear-gradient(127deg, #ece5ea 0%, #c9e2d5 100%);
  border-radius: 42px 2px 42px 2px;
  z-index: 1;
  transition: opacity .55s ease-in-out
}

.abtus .img-geo-clip img.loaded+.img-skeleton,
.abtus .img-geo-clip img:not([src])+.img-skeleton {
  opacity: 0
}

.abtus .img-accent-strip {
  position: absolute;
  top: 32px;
  right: -8px;
  width: 4px;
  height: 160px;
  background: linear-gradient(180deg, #CE438E 0%, #C9E2D5 100%);
  border-radius: 2px
}

.abtus .lead-diag-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 42px 2px 42px 2px
}

.abtus .lead-diag-deco::after {
  content: '';
  position: absolute;
  top: -10%;
  left: 30%;
  width: 1px;
  height: 140%;
  background: #ffffff2e;
  transform: rotate(18deg)
}

.abtus .metrics-band {
  padding: 96px 0;
  background: linear-gradient(162deg, #1a2540 0%, #2d1a35 100%);
  position: relative
}

.abtus .metrics-band::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #CE438E 0%, #C9E2D5 100%)
}

.abtus .metrics-inner {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.abtus .metrics-story {
  flex: 1 1 0;
  min-width: 0
}

.abtus .metrics-story .story-label {
  font-size: 16px;
  line-height: 1.5;
  color: #C9E2D5;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.abtus .metrics-story .story-head {
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -.02em
}

.abtus .metrics-story .story-para {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffffb8;
  margin-bottom: 16px
}

.abtus .metrics-story .story-aside {
  border-left: 3px solid #CE438E;
  border-top: 1px solid #ce438e4d;
  padding: 16px;
  margin-top: 32px;
  background: #ce438e14;
  border-radius: 2px
}

.abtus .metrics-story .story-aside p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffffa6;
  margin: 0
}

.abtus .stats-col {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abtus .stat-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 2px;
  background: #ffffff0d;
  box-shadow: inset 0 1px 3px 0 #ce438e0f;
  border: 1px solid #ffffff14;
  transition: background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abtus .stat-item:hover {
  background: #ce438e1f
}

.abtus .stat-icon {
  flex: 0 0 40px;
  height: 40px;
  border-radius: 2px;
  background: #ce438e40;
  display: flex;
  align-items: center;
  justify-content: center
}

.abtus .stat-icon svg {
  width: 22px;
  height: 22px;
  fill: #CE438E
}

.abtus .stat-text {
  flex: 1 1 0
}

.abtus .stat-num {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 800;
  color: #CE438E;
  letter-spacing: -.04em;
  display: block
}

.abtus .stat-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffffa6;
  display: block
}

.abtus .approach-area {
  padding: 96px 0;
  background: #ECE5EA;
  position: relative
}

.abtus .approach-area::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #C9E2D5 0%, #CE438E 100%);
  pointer-events: none
}

.abtus .approach-top {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start;
  margin-bottom: 64px
}

.abtus .approach-text {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: row;
  gap: 32px
}

.abtus .approach-main-text {
  flex: 1 1 0
}

.abtus .approach-side-note {
  flex: 0 0 160px;
  padding-top: 8px
}

.abtus .approach-side-note p {
  font-size: 16px;
  line-height: 1.5;
  color: #5a6a82;
  border-left: 2px solid #CE438E;
  border-right: 1px solid #c9e2d580;
  padding: 8px 8px 8px 16px
}

.abtus .approach-label {
  font-size: 16px;
  line-height: 1.5;
  color: #CE438E;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.abtus .approach-head {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -.02em;
  color: #1a2540;
  margin-bottom: 16px
}

.abtus .approach-para {
  font-size: 16px;
  line-height: 1.7;
  color: #3a4a62;
  margin-bottom: 16px
}

.abtus .approach-img-col {
  flex: 0 0 340px;
  position: relative
}

.abtus .approach-img-wrap {
  width: 340px;
  height: 400px;
  border-radius: 2px 42px 2px 42px;
  overflow: hidden;
  box-shadow: 0 4px 28px 0 #c9e2d514 0 9px 48px 0 #ce438e1a
}

.abtus .approach-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.abtus .approach-diag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 2px 42px 2px 42px
}

.abtus .approach-diag::after {
  content: '';
  position: absolute;
  top: -20%;
  left: 40%;
  width: 1px;
  height: 160%;
  background: #ffffff26;
  transform: rotate(-14deg)
}

.abtus .team-grid {
  display: flex;
  flex-direction: row;
  gap: 32px
}

.abtus .team-card {
  flex: 1 1 0;
  background: #fff;
  border-radius: 2px;
  padding: 32px;
  box-shadow: 0 1px 3px 0 #ce438e0f 0 4px 28px 0 #ce438e14;
  position: relative;
  overflow: hidden;
  transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abtus .team-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #CE438E 0%, #C9E2D5 100%)
}

.abtus .team-card::after {
  content: '';
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 1px;
  height: 140%;
  background: #ce438e12;
  transform: rotate(22deg);
  pointer-events: none
}

.abtus .team-card:hover {
  box-shadow: 0 4px 28px 0 #ce438e14 0 9px 48px 0 #ce438e1a;
  transform: translateY(-4px)
}

.abtus .team-card .card-name {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a2540;
  margin-bottom: 4px;
  letter-spacing: -.01em
}

.abtus .team-card .card-role {
  font-size: 16px;
  line-height: 1.5;
  color: #CE438E;
  margin-bottom: 16px;
  display: block
}

.abtus .team-card .card-bio {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5a72
}

.abtus .team-img-wrap {
  width: 64px;
  height: 64px;
  border-radius: 42px;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px 0 #ce438e0f
}

.abtus .team-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.abtus .team-card .card-quote {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #5a6a82;
  border-top: 1px solid #ECE5EA;
  padding-top: 16px
}

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

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

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

.abtus .metrics-band {
  background-size: 200% 200%;
  animation: colorShift 14s ease-in-out infinite
}

@media (max-width: 768px) {
  .abtus .lead-grid {
    flex-direction: column;
    gap: 32px
  }

  .abtus .lead-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .abtus .img-geo-clip {
    width: 100%;
    height: 320px
  }

  .abtus .manifesto-head {
    font-size: 22px
  }

  .abtus .metrics-inner {
    flex-direction: column;
    gap: 32px
  }

  .abtus .stats-col {
    flex: 0 0 auto;
    width: 100%
  }

  .abtus .approach-top {
    flex-direction: column;
    gap: 32px
  }

  .abtus .approach-text {
    flex-direction: column;
    gap: 16px
  }

  .abtus .approach-side-note {
    flex: 0 0 auto
  }

  .abtus .approach-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .abtus .approach-img-wrap {
    width: 100%;
    height: 260px
  }

  .abtus .team-grid {
    flex-direction: column;
    gap: 16px
  }

  .abtus .lead-area {
    padding: 64px 0 32px
  }

  .abtus .metrics-band {
    padding: 64px 0
  }

  .abtus .approach-area {
    padding: 64px 0
  }
}

@media (max-width: 375px) {
  .abtus .pg-frame {
    padding: 0 16px
  }

  .abtus .manifesto-head {
    font-size: 22px
  }

  .abtus .stat-num {
    font-size: 22px
  }
}

@media (min-width: 1366px) {
  .abtus .lead-grid {
    gap: 96px
  }
}

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

.opng .pgeinner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.opng .titlesec {
  background: linear-gradient(168deg, #ECE5EA 0%, #fff 55%, #C9E2D5 100%);
  padding: 96px 32px 64px;
  text-align: center;
  position: relative
}

.opng .titlesec .pgeinner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0
}

.opng .titlelabel {
  display: inline-block;
  border: 2px solid #CE438E;
  border-radius: 2px;
  padding: 4px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #CE438E;
  letter-spacing: .08em;
  margin-bottom: 32px
}

.opng .titleh1 {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -.03em;
  margin-bottom: 32px;
  color: #1a0a14
}

.opng .titleh1 .accent {
  background: linear-gradient(135deg, #CE438E 0%, #8b2260 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.opng .titledesc {
  font-size: 18px;
  line-height: 1.7;
  color: #3a2535;
  max-width: 620px;
  margin: 0 auto 32px
}

.opng .titlenote {
  font-size: 16px;
  line-height: 1.5;
  color: #7a5a6e;
  margin-bottom: 32px
}

.opng .titleimgwrap {
  position: relative;
  max-width: 780px;
  margin: 32px auto 0;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 9px 48px 0 #ce438e1a
}

.opng .titleimgwrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  filter: saturate(0.7) brightness(0.95);
  transition: filter .55s ease-in-out
}

.opng .titleimgwrap:hover img {
  filter: saturate(0.9) brightness(1)
}

.opng .titleimgover {
  position: absolute;
  inset: 0;
  background: linear-gradient(168deg, #ce438e2e 0%, #c9e2d51f 100%);
  pointer-events: none
}

.opng .wavesep {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: 64px
}

.opng .wavesep svg {
  display: block;
  width: 100%
}

.opng .outcsec {
  background: #fff;
  padding: 64px 32px
}

.opng .outcsec .pgeinner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.opng .outctxt {
  order: 2
}

.opng .outch2 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -.02em;
  color: #1a0a14;
  margin-bottom: 16px
}

.opng .outch2 .accent {
  color: #CE438E
}

.opng .outcp {
  font-size: 16px;
  line-height: 1.7;
  color: #3a2535;
  margin-bottom: 16px
}

.opng .outcnote {
  font-size: 16px;
  line-height: 1.5;
  color: #7a5a6e;
  border-left: 3px solid #CE438E;
  border-top: 1px solid #ECE5EA;
  padding: 8px 16px;
  border-radius: 2px;
  margin-top: 32px
}

.opng .outcstack {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opng .outcitem {
  background: #ECE5EA;
  border-radius: 2px;
  padding: 16px 32px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 1px 3px 0 #ce438e0f
}

.opng .outcitem:hover {
  transform: rotate(-1deg);
  box-shadow: 0 4px 28px 0 #ce438e14
}

.opng .outcitem.alt {
  background: #C9E2D5
}

.opng .outcitem.alt:hover {
  transform: rotate(1deg)
}

.opng .outcicon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-top: 4px
}

.opng .outcitemlabel {
  font-size: 16px;
  line-height: 1.5;
  color: #1a0a14
}

.opng .outcitemlabel strong {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  color: #1a0a14;
  letter-spacing: -.01em;
  margin-bottom: 4px
}

.opng .condsec {
  background: #1a0a14;
  padding: 64px 32px;
  position: relative
}

.opng .condsec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  opacity: .35;
  pointer-events: none
}

.opng .condsec .pgeinner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  position: relative
}

.opng .condhead {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px;
  margin-bottom: 64px
}

.opng .condh2 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -.02em;
  color: #fff;
  flex: 1;
  margin: 0
}

.opng .condh2 .accent {
  color: #CE438E
}

.opng .conddesc {
  font-size: 16px;
  line-height: 1.7;
  color: #C9E2D5;
  flex: 1
}

.opng .condgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.opng .condcard {
  border: 2px solid #ce438e4d;
  border-radius: 2px;
  padding: 32px;
  transition: border-color .6s ease-in-out, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.opng .condcard:hover {
  border-color: #CE438E;
  transform: rotate(0.8deg)
}

.opng .condnum {
  font-size: 72px;
  line-height: 1.1;
  color: #ce438e40;
  letter-spacing: -.04em;
  display: block;
  margin-bottom: 8px
}

.opng .condcardh {
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 8px
}

.opng .condcardp {
  font-size: 16px;
  line-height: 1.5;
  color: #C9E2D5
}

.opng .aprsec {
  background: #ECE5EA;
  padding: 96px 32px
}

.opng .aprsec .pgeinner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0
}

.opng .aprhead {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 64px
}

.opng .aprh2 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -.02em;
  color: #1a0a14;
  margin: 0
}

.opng .aprh2 .accent {
  color: #CE438E
}

.opng .apraside {
  font-size: 16px;
  line-height: 1.7;
  color: #3a2535
}

.opng .aprimgrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px
}

.opng .aprimgbox {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 4px 28px 0 #ce438e14;
  position: relative
}

.opng .aprimgbox img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  filter: saturate(0.65) brightness(0.92);
  transition: filter .6s ease-in-out, transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.opng .aprimgbox:hover img {
  filter: saturate(0.9) brightness(1);
  transform: scale(1.03)
}

.opng .aprimgover {
  position: absolute;
  inset: 0;
  background: linear-gradient(168deg, #ce438e26 0%, #c9e2d51a 100%);
  pointer-events: none
}

.opng .aprlist {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.opng .aprlistitem {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 #ce438e0f;
  transition: box-shadow .5s ease-in-out, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.opng .aprlistitem:hover {
  box-shadow: 0 4px 28px 0 #ce438e14;
  transform: translateX(4px)
}

.opng .aprlistitem.icoright {
  flex-direction: row-reverse
}

.opng .apricoshape {
  width: 36px;
  height: 36px;
  border-radius: 2px;
  background: #CE438E;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.opng .aprlistitem.icoright .apricoshape {
  background: #C9E2D5
}

.opng .apricosvg {
  width: 18px;
  height: 18px
}

.opng .apritemtxt {
  font-size: 16px;
  line-height: 1.5;
  color: #1a0a14
}

.opng .apritemtxt strong {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -.01em
}

.opng .teamsec {
  background: #fff;
  padding: 96px 32px 64px
}

.opng .teamsec .pgeinner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0
}

.opng .teamtoprow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 64px;
  align-items: start
}

.opng .teamh2 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -.02em;
  color: #1a0a14;
  margin: 0 0 16px
}

.opng .teamh2 .accent {
  color: #CE438E
}

.opng .teamp {
  font-size: 16px;
  line-height: 1.7;
  color: #3a2535;
  margin-bottom: 16px
}

.opng .teamimgwrap {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 9px 48px 0 #ce438e1a;
  position: relative
}

.opng .teamimgwrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  filter: saturate(0.7) brightness(0.93);
  transition: filter .6s ease-in-out
}

.opng .teamimgwrap:hover img {
  filter: saturate(0.9) brightness(1)
}

.opng .teamimgover {
  position: absolute;
  inset: 0;
  background: linear-gradient(168deg, #ce438e24 0%, #c9e2d51a 100%);
  pointer-events: none
}

.opng .teamcards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.opng .teamcard {
  border: 2px solid #ECE5EA;
  border-radius: 2px;
  padding: 32px 16px;
  text-align: center;
  transition: border-color .55s ease-in-out, transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s ease-in-out;
  box-shadow: 0 1px 3px 0 #ce438e0f
}

.opng .teamcard:hover {
  border-color: #CE438E;
  transform: rotate(-1.2deg);
  box-shadow: 0 4px 28px 0 #ce438e14
}

.opng .teamcardimg {
  width: 80px;
  height: 80px;
  border-radius: 42px;
  overflow: hidden;
  margin: 0 auto 16px;
  box-shadow: 0 4px 28px 0 #ce438e14;
  inset-shadow: inset 0 2px 8px #ce438e1f
}

.opng .teamcardimg img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  display: block;
  filter: saturate(0.65)
}

.opng .teamcardname {
  font-size: 18px;
  line-height: 1.3;
  color: #1a0a14;
  letter-spacing: -.01em;
  margin-bottom: 4px
}

.opng .teamcardrole {
  font-size: 16px;
  line-height: 1.5;
  color: #CE438E;
  margin-bottom: 8px
}

.opng .teamcardnote {
  font-size: 16px;
  line-height: 1.5;
  color: #7a5a6e
}

.opng .teamdivider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 64px 0 0
}

.opng .teamdivline {
  flex: 1;
  height: 1px;
  background: #ECE5EA
}

.opng .teamdivshape {
  width: 16px;
  height: 16px;
  border: 2px solid #CE438E;
  border-radius: 2px;
  transform: rotate(45deg);
  flex-shrink: 0
}

.opng .lnk {
  color: #CE438E;
  text-decoration: none;
  letter-spacing: 0;
  transition: letter-spacing .5s ease-in-out;
  border-bottom: 1px solid #ce438e4d
}

.opng .lnk:hover {
  letter-spacing: .04em;
  border-bottom-color: #CE438E
}

.opng .btn {
  display: inline-block;
  border: 3px solid #CE438E;
  border-radius: 2px;
  background: transparent;
  color: #CE438E;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 32px;
  cursor: pointer;
  letter-spacing: .04em;
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s ease-in-out, color .5s ease-in-out;
  text-decoration: none
}

.opng .btn:hover {
  transform: scale(1.05);
  background: #CE438E;
  color: #fff
}

.opng .btn:focus {
  outline: 3px solid #CE438E;
  outline-offset: 2px
}

@media (max-width: 768px) {
  .opng .titleh1 {
    font-size: 22px
  }

  .opng .titlesec {
    padding: 64px 16px 32px
  }

  .opng .outcsec {
    padding: 64px 16px
  }

  .opng .outcsec .pgeinner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .opng .outctxt {
    order: 1
  }

  .opng .outcstack {
    order: 2
  }

  .opng .condsec {
    padding: 64px 16px
  }

  .opng .condhead {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px
  }

  .opng .condgrid {
    grid-template-columns: 1fr
  }

  .opng .aprsec {
    padding: 64px 16px
  }

  .opng .aprhead {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px
  }

  .opng .aprimgrow {
    grid-template-columns: 1fr
  }

  .opng .teamsec {
    padding: 64px 16px
  }

  .opng .teamtoprow {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .opng .teamcards {
    grid-template-columns: 1fr
  }
}

@media (max-width: 375px) {
  .opng .titleh1 {
    font-size: 22px;
    line-height: 1.3
  }

  .opng .pgeinner {
    padding: 0 16px
  }

  .opng .condgrid {
    grid-template-columns: 1fr
  }

  .opng .teamcards {
    grid-template-columns: 1fr
  }
}

@media (min-width: 1366px) {
  .opng .titleimgwrap img {
    height: 480px
  }
}

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

.ctus .pg-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.ctus .reach-block {
  padding: 96px 0 64px;
  background: linear-gradient(180deg, #fff 0%, #ECE5EA 100%);
  position: relative
}

.ctus .reach-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #CE438E 50%, transparent 100%)
}

.ctus .reach-inner {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.ctus .reach-left {
  flex: 1 1 0;
  min-width: 0
}

.ctus .reach-right {
  flex: 0 0 320px;
  min-width: 0
}

.ctus .twotone-head {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -.03em;
  font-weight: 800;
  margin: 0 0 32px
}

.ctus .twotone-head .part-a {
  color: #2a1a24
}

.ctus .twotone-head .part-b {
  color: #CE438E
}

.ctus .reach-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #3a2530;
  margin: 0 0 32px;
  max-width: 480px
}

.ctus .reach-desc+.reach-desc {
  margin-top: -16px
}

.ctus .info-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px
}

.ctus .info-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 2px;
  border: 2px solid #ECE5EA;
  box-shadow: 0 1px 3px 0 #ce438e0f;
  transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out
}

.ctus .info-row:hover {
  border-color: #CE438E;
  box-shadow: 0 4px 28px 0 #ce438e14
}

.ctus .info-icon {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: linear-gradient(135deg, #CE438E 0%, #ECE5EA 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

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

.ctus .info-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctus .info-label {
  font-size: 16px;
  font-weight: 700;
  color: #2a1a24;
  letter-spacing: -.01em;
  line-height: 1.3
}

.ctus .info-val {
  font-size: 16px;
  color: #5a3a4a;
  line-height: 1.5;
  text-decoration: none;
  transition: color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), letter-spacing .5s ease-in-out
}

.ctus .info-val:hover {
  color: #CE438E;
  letter-spacing: .02em
}

.ctus .reach-right {
  position: relative
}

.ctus .side-note {
  font-size: 16px;
  line-height: 1.7;
  color: #6a4a58;
  border-right: 2px solid #CE438E;
  padding-right: 16px;
  margin-bottom: 32px
}

.ctus .avail-card {
  background: linear-gradient(160deg, #2a1a24 0%, #4a2a38 100%);
  border-radius: 2px;
  padding: 32px;
  color: #ECE5EA;
  box-shadow: 0 9px 48px 0 #ce438e1a;
  position: relative;
  overflow: hidden
}

.ctus .avail-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #ce438e26;
  border-radius: 42px 0 0 0
}

.ctus .avail-title {
  font-size: 18px;
  font-weight: 700;
  color: #C9E2D5;
  margin: 0 0 16px;
  line-height: 1.3
}

.ctus .avail-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #c9e2d526;
  font-size: 16px;
  line-height: 1.5
}

.ctus .avail-row:last-of-type {
  border-bottom: none
}

.ctus .avail-day {
  color: #C9E2D5;
  opacity: .8
}

.ctus .avail-time {
  color: #fff;
  font-weight: 600
}

.ctus .divider-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 0 32px;
  max-width: 1100px;
  margin: 0 auto
}

.ctus .divider-line .dline {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #CE438E 40%, transparent)
}

.ctus .divider-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.ctus .divider-center svg {
  width: 12px;
  height: 12px;
  fill: #CE438E
}

.ctus .form-block {
  padding: 64px 0 96px;
  background: linear-gradient(180deg, #ECE5EA 0%, #fff 100%)
}

.ctus .form-inner {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.ctus .form-col {
  flex: 1 1 0;
  min-width: 0
}

.ctus .form-aside {
  flex: 0 0 300px;
  min-width: 0
}

.ctus .form-heading {
  font-size: 22px;
  font-weight: 700;
  color: #2a1a24;
  letter-spacing: -.02em;
  line-height: 1.3;
  margin: 0 0 8px
}

.ctus .form-sub {
  font-size: 16px;
  color: #6a4a58;
  line-height: 1.7;
  margin: 0 0 32px
}

.ctus .cat-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px
}

.ctus .cat-opt {
  position: relative
}

.ctus .cat-opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none
}

.ctus .cat-opt label {
  display: block;
  padding: 8px 16px;
  border: 2px solid #ECE5EA;
  border-radius: 42px;
  font-size: 16px;
  color: #3a2530;
  cursor: pointer;
  background: #fff;
  transition: border-color .5s ease-in-out, background .5s ease-in-out, color .45s ease-in-out;
  line-height: 1.5;
  user-select: none
}

.ctus .cat-opt input[type="radio"]:checked+label {
  border-color: #CE438E;
  background: #CE438E;
  color: #fff
}

.ctus .cat-opt label:hover {
  border-color: #CE438E
}

.ctus .fields-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 16px
}

.ctus .field-wrap {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  margin-bottom: 16px
}

.ctus .field-wrap.full {
  flex: 0 0 100%
}

.ctus .field-wrap input,
.ctus .field-wrap select,
.ctus .field-wrap textarea {
  width: 100%;
  padding: 20px 16px 8px;
  border: 2px solid #ECE5EA;
  border-radius: 2px;
  font-size: 16px;
  color: #2a1a24;
  background: #fff;
  outline: none;
  transition: border-color .5s ease-in-out, box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: inset 0 2px 6px 0 #c9e2d52e;
  appearance: none;
  -webkit-appearance: none;
  line-height: 1.5
}

.ctus .field-wrap textarea {
  min-height: 120px;
  resize: vertical;
  padding-top: 24px
}

.ctus .field-wrap input:focus,
.ctus .field-wrap select:focus,
.ctus .field-wrap textarea:focus {
  border-color: #CE438E;
  box-shadow: inset 0 2px 6px 0 #ce438e1a 0 4px 28px 0 #ce438e14
}

.ctus .field-wrap label {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 16px;
  color: #8a6a78;
  pointer-events: none;
  transition: top .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .45s ease-in-out;
  line-height: 1.3;
  background: transparent
}

.ctus .field-wrap input:focus+label,
.ctus .field-wrap input:not(:placeholder-shown)+label,
.ctus .field-wrap textarea:focus+label,
.ctus .field-wrap textarea:not(:placeholder-shown)+label {
  top: 5px;
  font-size: 16px;
  color: #CE438E;
  font-size: 12px
}

.ctus .field-wrap select+label {
  top: 5px;
  font-size: 12px;
  color: #CE438E
}

.ctus .select-wrap {
  position: relative
}

.ctus .select-wrap::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #CE438E;
  pointer-events: none
}

.ctus .select-wrap select {
  padding-top: 20px;
  padding-bottom: 8px;
  cursor: pointer
}

.ctus .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 32px;
  padding: 16px;
  background: #fff;
  border-radius: 2px;
  border: 2px solid #ECE5EA
}

.ctus .privacy-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #CE438E;
  cursor: pointer
}

.ctus .privacy-row .priv-text {
  font-size: 16px;
  color: #5a3a4a;
  line-height: 1.7
}

.ctus .privacy-row .priv-text a {
  color: #CE438E;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: letter-spacing .5s ease-in-out
}

.ctus .privacy-row .priv-text a:hover {
  letter-spacing: .03em
}

.ctus .submit-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: transparent;
  border: 3px solid #CE438E;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 700;
  color: #CE438E;
  cursor: pointer;
  letter-spacing: -.01em;
  line-height: 1.3;
  transition: background .5s ease-in-out, color .45s ease-in-out, transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease-in-out;
  box-shadow: 0 1px 3px 0 #ce438e0f
}

.ctus .submit-btn:hover {
  background: #CE438E;
  color: #fff;
  transform: scale(1.04);
  box-shadow: 0 9px 48px 0 #ce438e1a
}

.ctus .submit-btn:focus {
  outline: 3px solid #CE438E;
  outline-offset: 3px
}

.ctus .submit-btn:active {
  transform: scale(0.98)
}

.ctus .aside-metric {
  background: #fff;
  border-radius: 2px;
  border: 2px solid #C9E2D5;
  padding: 32px;
  margin-bottom: 32px;
  box-shadow: 0 4px 28px 0 #c9e2d514;
  position: relative;
  overflow: hidden
}

.ctus .aside-metric::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #CE438E 0%, #C9E2D5 100%);
  border-radius: 2px 0 0 2px
}

.ctus .metric-num {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.04em;
  background: linear-gradient(135deg, #CE438E 0%, #2a1a24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 8px
}

.ctus .metric-desc {
  font-size: 16px;
  color: #5a3a4a;
  line-height: 1.5
}

.ctus .aside-promise {
  background: linear-gradient(160deg, #C9E2D5 0%, #ECE5EA 100%);
  border-radius: 2px;
  padding: 32px
}

.ctus .promise-head {
  font-size: 18px;
  font-weight: 700;
  color: #2a1a24;
  line-height: 1.3;
  margin: 0 0 16px
}

.ctus .promise-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #3a2530;
  line-height: 1.5
}

.ctus .promise-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #CE438E;
  flex-shrink: 0;
  margin-top: 7px
}

@keyframes colReveal {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

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

.ctus .reach-left {
  animation: colReveal .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s both
}

.ctus .reach-right {
  animation: colReveal .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .28s both
}

.ctus .form-col {
  animation: colReveal .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s both
}

.ctus .form-aside {
  animation: colReveal .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .32s both
}

@media (max-width: 768px) {
  .ctus .reach-inner {
    flex-direction: column;
    gap: 32px
  }

  .ctus .reach-right {
    flex: 0 0 auto;
    width: 100%
  }

  .ctus .twotone-head {
    font-size: 22px
  }

  .ctus .form-inner {
    flex-direction: column;
    gap: 32px
  }

  .ctus .form-aside {
    flex: 0 0 auto;
    width: 100%
  }

  .ctus .fields-row {
    flex-direction: column;
    gap: 0
  }

  .ctus .reach-block {
    padding: 64px 0 32px
  }

  .ctus .form-block {
    padding: 32px 0 64px
  }

  .ctus .pg-wrap {
    padding: 0 16px
  }
}

@media (max-width: 375px) {
  .ctus .twotone-head {
    font-size: 22px
  }

  .ctus .cat-group {
    gap: 8px
  }

  .ctus .avail-card {
    padding: 16px
  }

  .ctus .aside-metric {
    padding: 16px
  }

  .ctus .metric-num {
    font-size: 22px
  }
}

@media (min-width: 1366px) {
  .ctus .twotone-head {
    font-size: 72px
  }
}

.successPage {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 32px;
  background: linear-gradient(167deg, #ECE5EA 0%, #fff 60%, #C9E2D5 100%)
}

.successPage .confirmWrapper {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px
}

.successPage .iconMark {
  width: 72px;
  height: 72px;
  border-radius: 42px;
  border: 3px solid #CE438E;
  box-shadow: 0 4px 28px 0 #ce438e14 inset 0 2px 8px 0 #c9e2d52e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.successPage .iconMark svg {
  display: block
}

.successPage .confirmHeading {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -.03em;
  text-align: center;
  margin: 0;
  background: linear-gradient(167deg, #2a1a24 0%, #CE438E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.successPage .confirmSubtext {
  font-size: 18px;
  line-height: 1.7;
  color: #3a2a34;
  text-align: center;
  max-width: 520px;
  margin: 0
}

.successPage .confirmNote {
  font-size: 16px;
  line-height: 1.5;
  color: #5a4a54;
  text-align: center;
  max-width: 440px;
  margin: 0;
  padding: 16px 32px;
  border-radius: 2px;
  border-top: 2px solid #CE438E;
  border-bottom: 1px solid #c9e2d599;
  background: #ece5ea73;
  box-shadow: 0 1px 3px 0 #ce438e0f
}

.successPage .returnLink {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #2a1a24;
  text-decoration: none;
  border: 2px solid #CE438E;
  border-radius: 2px;
  padding: 16px 32px;
  letter-spacing: .01em;
  box-shadow: 0 1px 3px 0 #ce438e0f;
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s ease-in-out, background .45s ease-in-out, color .45s ease-in-out
}

.successPage .returnLink:hover {
  transform: scale(1.04);
  background: #CE438E;
  color: #fff;
  box-shadow: 0 9px 48px 0 #ce438e1a
}

.successPage .returnLink:focus-visible {
  outline: 2px solid #CE438E;
  outline-offset: 4px
}

@media (max-width: 768px) {
  .successPage {
    padding: 64px 16px
  }

  .successPage .confirmHeading {
    font-size: 22px;
    letter-spacing: -.01em
  }

  .successPage .confirmNote {
    padding: 16px
  }
}

@media (max-width: 375px) {
  .successPage {
    padding: 64px 8px
  }

  .successPage .confirmSubtext {
    font-size: 16px
  }
}