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

* {
  box-sizing: border-box
}

body {
  margin: 0;
  overscroll-behavior: contain;
  overflow-x: hidden;
  font-family: 'Karla', sans-serif
}

.hd {
  position: relative;
  background: #203B5C;
  border-bottom: 1px solid #03f0c22e
}

.hd-plate {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: stretch;
  min-height: 96px
}

.hd__brand-cell {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 24px 24px 16px
}

.hd__divider {
  width: 1px;
  background: linear-gradient(to bottom, transparent, #03f0c24d 30%, #03f0c24d 70%, transparent);
  align-self: stretch
}

.hd__nav-cell {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px 16px 24px 24px
}

.brand-img-pod {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #F4F4F4;
  border-bottom: 3px solid #03F0C2;
  box-shadow: 1px 3px 3px -1px #03f0c20d 1px 6px 25px -1px #03f0c21a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden
}

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

.brand-text-deck {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.brand-text-deck__name {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
  color: #F4F4F4;
  letter-spacing: 0
}

.brand-text-deck__tag {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #03F0C2
}

.mn-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.mn-nav__item {
  position: relative
}

.mn-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #F4F4F4;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: color .18s ease-out, background .18s ease-out, border-color .18s ease-out
}

.mn-nav__link:hover,
.mn-nav__link:focus {
  color: #03F0C2;
  background: #03f0c214;
  border-color: #03f0c233;
  outline: none
}

.mn-nav__link:focus-visible {
  outline: 2px dashed #03F0C2;
  outline-offset: 2px
}

.mn-nav__link--active {
  color: #03F0C2
}

.mn-nav__arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  flex-shrink: 0
}

.mn-nav__arrow svg {
  width: 10px;
  height: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .14s ease-out
}

.mn-nav__item:hover .mn-nav__arrow svg,
.mn-nav__item:focus-within .mn-nav__arrow svg {
  transform: rotate(180deg)
}

.sub-pod {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 200px;
  background: #203B5C;
  border: 1px solid #03f0c233;
  border-radius: 6px;
  box-shadow: 1px 6px 25px -1px #203b5c1a 1px 10px 44px -1px #203b5c1f;
  padding: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease-out, transform .16s ease-out;
  transform: translateY(-4px);
  z-index: 200
}

.mn-nav__item:hover .sub-pod,
.mn-nav__item:focus-within .sub-pod {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0)
}

.sub-pod::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
  background: transparent
}

.sub-pod__link {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #F4F4F4;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: color .14s ease-out, background .14s ease-out
}

.sub-pod__link:hover,
.sub-pod__link:focus {
  color: #03F0C2;
  background: #03f0c214;
  outline: none
}

.sub-pod__link:focus-visible {
  outline: 2px dashed #03F0C2;
  outline-offset: 2px
}

.ft {
  background: #203B5C;
  border-top: 2px solid #03f0c238
}

.ft-top {
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-bottom: 1px solid #03f0c21a
}

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

.ft-brand-pod {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: #F4F4F4;
  border-bottom: 3px solid #03F0C2;
  box-shadow: 1px 3px 3px -1px #03f0c20d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden
}

.ft-brand-pod img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.ft-brand__name {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
  color: #F4F4F4
}

.ft-brand__tag {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #f4f4f499;
  margin-top: 8px
}

.ft-body {
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.ft-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.ft-nav__link {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #f4f4f4b3;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: color .18s ease-out, background .18s ease-out
}

.ft-nav__link:hover,
.ft-nav__link:focus {
  color: #03F0C2;
  background: #03f0c214;
  outline: none
}

.ft-nav__link:focus-visible {
  outline: 2px dashed #03F0C2;
  outline-offset: 2px
}

.ft-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.ft-meta__copy {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #f4f4f473
}

.ft-meta__contact {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #f4f4f499;
  text-decoration: none;
  transition: color .14s ease-out
}

.ft-meta__contact:hover,
.ft-meta__contact:focus {
  color: #03F0C2;
  outline: none
}

.ft-meta__contact:focus-visible {
  outline: 2px dashed #03F0C2;
  outline-offset: 2px
}

@media (max-width: 768px) {
  .hd-plate {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .hd__divider {
    display: none
  }

  .hd__brand-cell {
    padding: 16px;
    border-bottom: 1px solid #03f0c21f
  }

  .hd__nav-cell {
    padding: 16px;
    justify-content: flex-start
  }

  .mn-nav {
    gap: 8px
  }

  .ft-top {
    flex-direction: column;
    align-items: flex-start
  }

  .ft-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .hd-plate {
    max-width: 100%;
    padding: 0 24px
  }

  .ft-top,
  .ft-body {
    padding: 24px
  }
}

.policy-region {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 24px;
  color: #203B5C;
  line-height: 1.9
}

.policy-region h1 {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  margin-bottom: 24px;
  margin-top: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #03F0C2
}

.policy-region h2 {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  margin-top: 48px;
  margin-bottom: 16px;
  padding-top: 8px
}

.policy-region h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  margin-top: 24px;
  margin-bottom: 8px;
  opacity: .85
}

.policy-region h4 {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  margin-top: 24px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .04em;
  opacity: .7
}

.policy-region h5 {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  margin-top: 16px;
  margin-bottom: 8px;
  opacity: .65
}

.policy-region h6 {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  margin-top: 16px;
  margin-bottom: 8px;
  opacity: .55
}

.policy-region p {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 72ch
}

.policy-region strong,
.policy-region b {
  font-weight: 700;
  color: #203B5C
}

.policy-region a {
  color: #03F0C2;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .18s ease-out, text-decoration-color .18s ease-out
}

.policy-region a:hover {
  color: #203B5C;
  text-decoration-color: #03F0C2
}

.policy-region a:visited {
  color: #203B5C;
  opacity: .75
}

.policy-region table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: 1px 6px 25px -1px #203b5c1a;
  border-radius: 6px;
  overflow: hidden
}

.policy-region thead {
  background-color: #203B5C;
  color: #F4F4F4
}

.policy-region thead th {
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  color: #F4F4F4;
  border: none
}

.policy-region tbody tr {
  border-bottom: 1px solid #203b5c1a;
  transition: background-color .14s ease-out
}

.policy-region tbody tr:last-child {
  border-bottom: none
}

.policy-region tbody tr:nth-child(even) {
  background-color: #F4F4F4
}

.policy-region tbody tr:hover {
  background-color: #03f0c214
}

.policy-region th {
  padding: 16px;
  text-align: left;
  font-weight: 700;
  font-size: 15px
}

.policy-region td {
  padding: 16px;
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  vertical-align: top
}

.policy-region div {
  font-size: 15px;
  line-height: 1.9
}

@media (max-width: 768px) {
  .policy-region {
    padding: 24px 16px
  }

  .policy-region h1 {
    font-size: 21px;
    line-height: 1.5
  }

  .policy-region h2 {
    font-size: 21px;
    margin-top: 24px
  }

  .policy-region table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 4px
  }

  .policy-region thead th,
  .policy-region td {
    padding: 8px 16px;
    white-space: nowrap
  }

  .policy-region p {
    max-width: 100%
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .policy-region {
    padding: 48px 24px
  }

  .policy-region h1 {
    font-size: 51px
  }

  .policy-region p {
    max-width: 68ch
  }
}

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

.srvd .pg-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px
}

@keyframes border-trace {
  0% {
    clip-path: inset(0 100% 100% 0)
  }

  25% {
    clip-path: inset(0 0 100% 0)
  }

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

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

@keyframes trace-outline {
  0% {
    stroke-dashoffset: 400;
    opacity: .4
  }

  100% {
    stroke-dashoffset: 0;
    opacity: 1
  }
}

.srvd .ttl-blk {
  background-color: #203B5C;
  position: relative;
  padding: 48px 0
}

.srvd .ttl-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-47deg, transparent, transparent 18px, #03f0c20a 18px, #03f0c20a 20px);
  pointer-events: none
}

.srvd .ttl-blk::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #203B5C);
  pointer-events: none
}

.srvd .ttl-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  z-index: 1
}

.srvd .ttl-left {
  flex: 0 0 55%;
  max-width: 55%
}

.srvd .ttl-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px
}

.srvd .ttl-kicker {
  font-size: 15px;
  line-height: 1.5;
  color: #03F0C2;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.srvd .ttl-h1 {
  font-size: 68px;
  line-height: 1.1;
  color: #F4F4F4;
  margin: 0 0 24px;
  position: relative;
  display: inline-block
}

.srvd .ttl-h1 .dot-acc {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #03F0C2;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: super
}

.srvd .ttl-img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 10px 44px -1px #03f0c21f
}

.srvd .ttl-img-wrap img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  max-width: 100%
}

.srvd .ttl-img-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to bottom, transparent, #203b5cbf);
  pointer-events: none
}

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

.srvd .meta-chip {
  font-size: 15px;
  line-height: 1.5;
  color: #f4f4f4bf;
  background: #03f0c214;
  border: 1px solid #03f0c233;
  border-radius: 6px;
  padding: 8px 16px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

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

.srvd .meta-chip--accent {
  color: #03F0C2;
  background: #03f0c21f;
  border-color: #03f0c259
}

.srvd .price-box {
  background: #03f0c21a;
  border: 1px solid #03f0c24d;
  border-radius: 12px;
  padding: 24px;
  box-shadow: inset 1px 3px 3px -1px #03f0c20d
}

.srvd .price-val {
  font-size: 51px;
  line-height: 1.1;
  color: #03F0C2;
  display: block
}

.srvd .price-note {
  font-size: 15px;
  line-height: 1.5;
  color: #f4f4f4a6;
  margin-top: 8px;
  display: block
}

.srvd .seats-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 8px
}

.srvd .seats-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #03F0C2;
  flex-shrink: 0;
  animation: none
}

.srvd .seats-txt {
  font-size: 15px;
  line-height: 1.5;
  color: #f4f4f4cc
}

.srvd .enroll-btn {
  display: inline-block;
  background: #03F0C2;
  color: #203B5C;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  padding: 16px 24px;
  cursor: pointer;
  text-decoration: none;
  transition: width .18s ease-out, padding .18s ease-out, background .14s ease-out;
  width: auto;
  text-align: center;
  box-shadow: 1px 6px 25px -1px #03f0c21a;
  align-self: flex-start
}

.srvd .enroll-btn:hover {
  background: #00d4aa;
  padding-left: 32px;
  padding-right: 32px
}

.srvd .enroll-btn:focus {
  outline: 2px solid #03F0C2;
  outline-offset: 3px
}

.srvd .enroll-btn:active {
  box-shadow: inset 1px 3px 3px -1px #03f0c20d
}

.srvd .trace-svg {
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  pointer-events: none
}

.srvd .trace-svg rect {
  fill: none;
  stroke: #03F0C2;
  stroke-width: 2;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: trace-outline 1.4s cubic-bezier(0.4, 0, 0.6, 1) .3s forwards
}

.srvd .detail-blk {
  padding: 48px 0;
  background: #F4F4F4
}

.srvd .detail-grid {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 48px;
  align-items: start
}

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

.srvd .desc-col h2 {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  margin: 0;
  position: relative;
  display: inline-block
}

.srvd .desc-col h2 .dot-acc {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #03F0C2;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: super
}

.srvd .desc-col h3 {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  margin: 0;
  font-weight: 600
}

.srvd .desc-col p {
  font-size: 15px;
  line-height: 1.9;
  color: #2d3d50;
  margin: 0
}

.srvd .desc-col ul {
  margin: 0;
  padding-left: 24px
}

.srvd .desc-col ul li {
  font-size: 15px;
  line-height: 1.9;
  color: #2d3d50;
  margin-bottom: 8px
}

.srvd .desc-col blockquote {
  border-top: 2px solid #03F0C2;
  margin: 0;
  padding: 16px 24px;
  background: #03f0c20d;
  border-radius: 0 6px 6px 0;
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  font-style: italic
}

.srvd .desc-col em {
  color: #203B5C;
  font-style: italic
}

.srvd .desc-col strong {
  color: #203B5C;
  font-weight: 700
}

.srvd .desc-col dl {
  margin: 0
}

.srvd .desc-col dt {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #203B5C;
  margin-bottom: 8px
}

.srvd .desc-col dd {
  font-size: 15px;
  line-height: 1.9;
  color: #2d3d50;
  margin: 0 0 16px
}

.srvd .desc-col details {
  border: 1px solid #203b5c26;
  border-radius: 6px;
  padding: 16px
}

.srvd .desc-col summary {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  font-weight: 600;
  cursor: pointer
}

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

.srvd .prog-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 1px 6px 25px -1px #203b5c1a;
  position: relative;
  overflow: hidden
}

.srvd .prog-card::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle at top right, #03f0c21f, transparent 70%);
  pointer-events: none
}

.srvd .prog-head {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  margin: 0 0 24px;
  font-weight: 700
}

.srvd .prog-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0
}

.srvd .prog-step {
  display: flex;
  flex-direction: row;
  gap: 16px;
  position: relative
}

.srvd .prog-step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 32px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #03f0c266, #03f0c21a)
}

.srvd .step-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #203B5C;
  color: #03F0C2;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1
}

.srvd .step-body {
  padding-bottom: 24px;
  flex: 1
}

.srvd .step-lbl {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  font-weight: 600;
  margin: 0 0 8px;
  display: block
}

.srvd .step-desc {
  font-size: 15px;
  line-height: 1.9;
  color: #4a5a6a;
  margin: 0
}

.srvd .step-desc p {
  font-size: 15px;
  line-height: 1.9;
  color: #4a5a6a;
  margin: 0
}

.srvd .step-desc h2,
.srvd .step-desc h3 {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  font-weight: 600;
  margin: 8px 0 4px
}

.srvd .step-desc ul {
  margin: 8px 0 0;
  padding-left: 16px
}

.srvd .step-desc ul li {
  font-size: 15px;
  line-height: 1.9;
  color: #4a5a6a
}

.srvd .step-desc blockquote {
  border-top: 1px solid #03F0C2;
  margin: 8px 0 0;
  padding: 8px 16px;
  font-style: italic;
  font-size: 15px;
  color: #203B5C
}

.srvd .step-desc cite {
  font-size: 15px;
  color: #4a5a6a;
  font-style: normal
}

.srvd .step-desc em {
  font-style: italic;
  color: #203B5C
}

.srvd .step-desc figcaption {
  font-size: 15px;
  color: #4a5a6a;
  margin-top: 8px
}

.srvd .step-desc details {
  margin-top: 8px
}

.srvd .step-desc summary {
  font-size: 15px;
  color: #203B5C;
  cursor: pointer
}

.srvd .util-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.srvd .stat-pill {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.5;
  color: #4a5a6a;
  background: #fff;
  border-radius: 36px;
  padding: 8px 16px;
  box-shadow: 1px 3px 3px -1px #203b5c0d
}

.srvd .err-link {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  text-decoration: underline;
  text-decoration-color: #203b5c4d;
  transition: color .14s ease-out, text-decoration-color .14s ease-out
}

.srvd .err-link:hover {
  color: #03F0C2;
  text-decoration-color: #03F0C2
}

.srvd .err-link:focus {
  outline: 2px solid #03F0C2;
  outline-offset: 2px;
  border-radius: 4px
}

.srvd .circ-deco {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  opacity: .07
}

.srvd .circ-deco--a {
  width: 320px;
  height: 320px;
  background: #03F0C2;
  top: -80px;
  right: -60px
}

.srvd .circ-deco--b {
  width: 180px;
  height: 180px;
  background: #03F0C2;
  top: 60px;
  right: 80px
}

.srvd .circ-deco--c {
  width: 90px;
  height: 90px;
  background: #F4F4F4;
  top: 20px;
  right: 200px
}

@media (max-width: 768px) {
  .srvd .ttl-inner {
    flex-direction: column;
    gap: 24px
  }

  .srvd .ttl-left {
    flex: 0 0 100%;
    max-width: 100%
  }

  .srvd .ttl-h1 {
    font-size: 51px
  }

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

  .srvd .side-col {
    order: -1
  }

  .srvd .circ-deco--a,
  .srvd .circ-deco--b,
  .srvd .circ-deco--c {
    display: none
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .srvd .ttl-h1 {
    font-size: 51px
  }

  .srvd .detail-grid {
    grid-template-columns: 1fr 42%
  }
}

@media print {
  .srvd .ttl-blk {
    background: #fff !important;
    padding: 24px 0
  }

  .srvd .ttl-blk::before,
  .srvd .ttl-blk::after {
    display: none
  }

  .srvd .ttl-h1,
  .srvd .ttl-kicker {
    color: #000 !important
  }

  .srvd .meta-chip {
    color: #333 !important;
    background: #f0f0f0 !important;
    border-color: #ccc !important
  }

  .srvd .price-box {
    background: #f0f0f0 !important;
    border-color: #ccc !important
  }

  .srvd .price-val {
    color: #000 !important
  }

  .srvd .price-note,
  .srvd .seats-txt {
    color: #333 !important
  }

  .srvd .enroll-btn {
    display: none
  }

  .srvd .detail-blk {
    background: #fff !important
  }

  .srvd .prog-card {
    box-shadow: none !important;
    border: 1px solid #ccc
  }

  .srvd .trace-svg {
    display: none
  }

  .srvd .circ-deco--a,
  .srvd .circ-deco--b,
  .srvd .circ-deco--c {
    display: none
  }

  .srvd .ttl-img-wrap img {
    height: 200px
  }

  .srvd .detail-grid {
    grid-template-columns: 1fr
  }

  .srvd .desc-col p,
  .srvd .desc-col li,
  .srvd .step-desc {
    color: #000 !important
  }

  .srvd .desc-col h2,
  .srvd .desc-col h3,
  .srvd .prog-head,
  .srvd .step-lbl {
    color: #000 !important
  }
}

.bd {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  overflow: visible
}

.bd__hero {
  position: relative;
  padding: 64px 48px 40px;
  background: linear-gradient(135deg, #203B5C 0%, #203B5C 45%, #03F0C2 100%);
  border-radius: 12px;
  margin-bottom: 48px;
  overflow: hidden
}

.bd__hero-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 12px
}

.bd__hero-lines svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .13
}

.bd__hero-label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  color: #03F0C2;
  border: 1px dashed #03F0C2;
  border-radius: 4px;
  padding: 4px 16px;
  margin-bottom: 24px;
  letter-spacing: .04em
}

.bd__hero-title {
  font-size: 51px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 24px;
  max-width: 700px;
  position: relative;
  z-index: 1
}

.bd__hero-title span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #03F0C2;
  border-radius: 36px;
  margin-left: 6px;
  vertical-align: middle;
  margin-bottom: 8px
}

.bd__hero-desc {
  font-size: 21px;
  line-height: 1.5;
  color: #ffffffd1;
  max-width: 560px;
  margin: 0 0 32px;
  position: relative;
  z-index: 1
}

.bd__hero-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  position: relative;
  z-index: 1
}

.bd__btn {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  padding: 8px 24px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: width .18s cubic-bezier(0.4, 0, 0.6, 1), background .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.bd__btn--pri {
  background: #03F0C2;
  color: #203B5C;
  font-weight: 700;
  box-shadow: 1px 6px 25px -1px #03f0c21a
}

.bd__btn--pri:hover {
  background: #02d4aa;
  padding: 8px 32px
}

.bd__btn--sec {
  background: #ffffff1f;
  color: #fff;
  border: 1px solid #ffffff4d
}

.bd__btn--sec:hover {
  background: #ffffff38;
  padding: 8px 32px
}

.bd__img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 48px;
  box-shadow: 1px 10px 44px -1px #203b5c1f
}

.bd__img-wrap img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 480px;
  object-fit: cover
}

.bd__img-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(to top, #203b5cb3 0%, transparent 100%);
  pointer-events: none
}

.bd__body-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  margin-bottom: 48px;
  align-items: start
}

.bd__article {
  min-width: 0
}

.bd__article-text {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C
}

.bd__article-text p {
  margin: 0 0 24px
}

.bd__article-text h2 {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  margin: 48px 0 16px;
  position: relative
}

.bd__article-text h2::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #03F0C2;
  border-radius: 36px;
  margin-left: 6px;
  vertical-align: middle;
  margin-bottom: 3px
}

.bd__article-text h3 {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  font-weight: 700;
  margin: 24px 0 8px
}

.bd__article-text h4 {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  font-weight: 600;
  margin: 16px 0 8px
}

.bd__article-text ol {
  padding-left: 24px;
  margin: 0 0 24px
}

.bd__article-text li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.9
}

.bd__article-text abbr {
  text-decoration: underline dotted;
  cursor: help
}

.bd__article-text small {
  font-size: 15px;
  opacity: .7
}

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

.bd__like-box {
  border: 1px dashed #03F0C2;
  border-radius: 12px;
  padding: 24px;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.bd__like-label {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  text-align: center
}

.bd__like-count {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  font-weight: 700
}

.bd__like-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #203B5C;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 24px;
  font-size: 15px;
  cursor: pointer;
  transition: background .15s ease-out, padding .18s cubic-bezier(0.4, 0, 0.6, 1);
  box-shadow: 1px 3px 3px -1px #203b5c0d
}

.bd__like-btn:hover {
  background: #2d5080;
  padding: 8px 32px
}

.bd__like-btn:active {
  box-shadow: inset 1px 3px 3px -1px #203b5c1f
}

.bd__like-icon {
  width: 18px;
  height: 18px;
  fill: #03F0C2;
  flex-shrink: 0
}

.bd__nav-box {
  background: #203B5C;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 1px 6px 25px -1px #203b5c1a
}

.bd__nav-box-title {
  font-size: 15px;
  line-height: 1.5;
  color: #03F0C2;
  font-weight: 700;
  margin-bottom: 8px
}

.bd__nav-link {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #ffffffd1;
  text-decoration: none;
  padding: 8px;
  border-radius: 4px;
  transition: background .14s ease-out, color .14s ease-out
}

.bd__nav-link:hover {
  background: #03f0c21f;
  color: #03F0C2
}

.bd__accent-box {
  border-radius: 12px;
  padding: 24px;
  background: #03F0C2;
  animation: bd-wash 6s ease-in-out infinite alternate
}

@keyframes bd-wash {
  0% {
    background: #03F0C2
  }

  100% {
    background: #02c9a3
  }
}

.bd__accent-box-title {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  font-weight: 700;
  margin-bottom: 8px
}

.bd__accent-box-text {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  margin: 0
}

.bd__divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 48px 0
}

.bd__divider-line {
  width: 60px;
  height: 2px;
  background: #203B5C;
  border-radius: 4px;
  flex-shrink: 0
}

.bd__divider-gap {
  flex: 1
}

.bd__pattern-strip {
  position: relative;
  background: #203B5C;
  border-radius: 12px;
  padding: 48px;
  overflow: hidden;
  margin-bottom: 48px
}

.bd__pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.bd__pattern-bg svg {
  width: 100%;
  height: 100%;
  opacity: .08
}

.bd__strip-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

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

.bd__stat-num {
  font-size: 51px;
  line-height: 1.1;
  color: #03F0C2;
  font-weight: 700
}

.bd__stat-label {
  font-size: 15px;
  line-height: 1.5;
  color: #fffc
}

.bd__strip-heading {
  font-size: 21px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 24px;
  grid-column: 1 / -1
}

.bd__strip-heading span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #03F0C2;
  border-radius: 36px;
  margin-left: 6px;
  vertical-align: middle;
  margin-bottom: 3px
}

@media (max-width: 1280px) {
  .bd__body-grid {
    grid-template-columns: 1fr 300px
  }
}

@media (max-width: 768px) {
  .bd__hero {
    padding: 48px 24px 32px
  }

  .bd__hero-title {
    font-size: 21px
  }

  .bd__hero-desc {
    font-size: 15px
  }

  .bd__hero-actions {
    flex-direction: column
  }

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

  .bd__sidebar {
    order: -1
  }

  .bd__img-wrap img {
    height: 240px
  }

  .bd__strip-inner {
    grid-template-columns: 1fr
  }

  .bd__pattern-strip {
    padding: 24px
  }

  .bd__like-count {
    font-size: 21px
  }

  .bd__stat-num {
    font-size: 21px
  }
}

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

.svc .pg-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px
}

.svc .tb {
  padding: 48px 0;
  background: #F4F4F4;
  position: relative
}

.svc .tb-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px
}

.svc .tb__text {
  flex: 1 1 0;
  padding: 48px 24px 48px 0;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.svc .tb__label {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: .7
}

.svc .tb__h1 {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  margin: 0 0 24px
}

.svc .tb__h1 span {
  color: #03F0C2
}

.svc .tb__desc {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  margin: 0;
  max-width: 480px
}

.svc .tb__img-zone {
  flex: 0 0 420px;
  position: relative;
  padding: 16px
}

.svc .tb__bracket {
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: #03F0C2;
  border-style: solid
}

.svc .tb__bracket--tl {
  top: 0;
  left: 0;
  border-width: 3px 0 0 3px
}

.svc .tb__bracket--tr {
  top: 0;
  right: 0;
  border-width: 3px 3px 0 0
}

.svc .tb__bracket--bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 3px 3px
}

.svc .tb__bracket--br {
  bottom: 0;
  right: 0;
  border-width: 0 3px 3px 0
}

.svc .tb__img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  border-radius: 6px
}

.svc .div-zz {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.svc .grid-area {
  padding: 48px 0;
  background: #fff
}

.svc .grid-area__head {
  max-width: 1140px;
  margin: 0 auto 48px;
  padding: 0 24px
}

.svc .grid-area__h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  margin: 0 0 8px
}

.svc .grid-area__h2 .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #03F0C2;
  border-radius: 36px;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.svc .grid-area__sub {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  opacity: .65;
  margin: 0
}

.svc .card-grid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.svc .card {
  background: #F4F4F4;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 3px 3px -1px #02f0c20d;
  transition: box-shadow .18s ease-out, transform .15s ease-out
}

.svc .card:hover {
  box-shadow: 1px 6px 25px -1px #02f0c21a;
  transform: translateY(-3px)
}

.svc .card__img-wrap {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #203B5C;
  position: relative
}

.svc .card__img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #203B5C 60%, #03F0C2 100%);
  display: flex;
  align-items: center;
  justify-content: center
}

.svc .card__img-placeholder svg {
  opacity: .18
}

.svc .card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 8px
}

.svc .card__tag {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  color: #03F0C2;
  background: #203B5C;
  border-radius: 4px;
  padding: 2px 10px;
  align-self: flex-start
}

.svc .card__h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  margin: 0
}

.svc .card__desc {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  opacity: .75;
  margin: 0;
  flex: 1 1 auto
}

.svc .card__meta {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap
}

.svc .card__meta-item {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  opacity: .6;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px
}

.svc .card__meta-item svg {
  flex-shrink: 0
}

.svc .card__price-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap
}

.svc .card__price {
  font-size: 21px;
  line-height: 1.1;
  color: #203B5C;
  font-weight: 700
}

.svc .card__price-note {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  opacity: .55
}

.svc .card__seats {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  background: #03f0c21f;
  border-radius: 4px;
  padding: 2px 10px
}

.svc .card__link {
  display: block;
  margin-top: 16px;
  padding: 12px 24px;
  background: #203B5C;
  color: #03F0C2;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  border: none;
  transition: background .18s ease-out, padding .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.svc .card__link:hover {
  background: #162b42;
  padding: 12px 32px
}

.svc .card__link:focus {
  outline: 2px solid #03F0C2;
  outline-offset: 2px
}

.svc .matrix-area {
  padding: 48px 0;
  background: #203B5C;
  position: relative;
  overflow: hidden
}

.svc .matrix-area__bg-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border-radius: 36px;
  background: radial-gradient(circle at 50% 50%, #03f0c21a 0%, transparent 70%);
  animation: spotpulse 5s ease-out infinite alternate;
  pointer-events: none
}

@keyframes spotpulse {
  0% {
    transform: translate(-50%, -50%) scale(0.85)
  }

  100% {
    transform: translate(-50%, -50%) scale(1.15)
  }
}

.svc .matrix-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative
}

.svc .matrix-inner__h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #F4F4F4;
  margin: 0 0 8px
}

.svc .matrix-inner__h2 .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #03F0C2;
  border-radius: 36px;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.svc .matrix-inner__sub {
  font-size: 15px;
  line-height: 1.5;
  color: #F4F4F4;
  opacity: .65;
  margin: 0 0 48px
}

.svc .matrix-tbl {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden
}

.svc .matrix-tbl thead tr {
  background: #03f0c21f
}

.svc .matrix-tbl thead th {
  font-size: 15px;
  line-height: 1.5;
  color: #03F0C2;
  padding: 16px 24px;
  text-align: left;
  border-bottom: 1px solid #03f0c233
}

.svc .matrix-tbl thead th:first-child {
  width: 28%
}

.svc .matrix-tbl tbody tr {
  border-bottom: 1px solid #ffffff12;
  transition: background .12s ease-out
}

.svc .matrix-tbl tbody tr:hover {
  background: #03f0c20f
}

.svc .matrix-tbl tbody td {
  font-size: 15px;
  line-height: 1.9;
  color: #F4F4F4;
  padding: 16px 24px;
  vertical-align: middle
}

.svc .matrix-tbl tbody td:first-child {
  color: #F4F4F4;
  font-size: 15px;
  opacity: .85
}

.svc .ind {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 36px
}

.svc .ind--yes {
  background: #03f0c22e
}

.svc .ind--yes svg {
  display: block
}

.svc .ind--no {
  background: #ffffff14
}

.svc .ind--no svg {
  display: block
}

.svc .feat-area {
  padding: 48px 0;
  background: #F4F4F4
}

.svc .feat-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px
}

.svc .feat-inner__h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  margin: 0 0 8px
}

.svc .feat-inner__h2 .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #03F0C2;
  border-radius: 36px;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.svc .feat-inner__sub {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  opacity: .65;
  margin: 0 0 48px
}

.svc .feat-cols {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 24px;
  align-items: start
}

.svc .feat-col {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 1px 3px 3px -1px #203b5c0d;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.svc .feat-col--mid {
  padding: 48px 24px;
  box-shadow: 1px 10px 44px -1px #203b5c1f;
  border-top: 3px solid #03F0C2
}

.svc .feat-col__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #03f0c21f;
  border-radius: 12px
}

.svc .feat-col__h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  margin: 0
}

.svc .feat-col__p {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  opacity: .72;
  margin: 0
}

.svc .feat-col__list {
  list-style: decimal;
  padding-left: 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.svc .feat-col__list li {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  opacity: .78
}

@media (max-width: 1280px) {
  .svc .card-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .svc .feat-cols {
    grid-template-columns: 1fr 1.3fr 1fr
  }
}

@media (max-width: 768px) {
  .svc .tb-inner {
    flex-direction: column;
    gap: 24px
  }

  .svc .tb__text {
    padding: 24px 0 0
  }

  .svc .tb__img-zone {
    flex: 0 0 auto
  }

  .svc .tb__h1 {
    font-size: 51px
  }

  .svc .card-grid {
    grid-template-columns: 1fr
  }

  .svc .feat-cols {
    grid-template-columns: 1fr
  }

  .svc .feat-col--mid {
    padding: 24px
  }

  .svc .matrix-tbl thead th,
  .svc .matrix-tbl tbody td {
    padding: 8px 12px;
    font-size: 15px
  }

  .svc .grid-area__h2,
  .svc .matrix-inner__h2,
  .svc .feat-inner__h2 {
    font-size: 51px
  }
}

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

.prm .row-full {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.prm .top-band {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  min-height: 560px;
  padding-top: 96px;
  padding-bottom: 48px;
  position: relative;
  background: #F4F4F4
}

.prm .top-band__img-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden
}

.prm .top-band__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateX(0);
  animation: wipe-in .18s ease-out forwards
}

@keyframes wipe-in {
  from {
    clip-path: inset(0 100% 0 0)
  }

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

.prm .top-band__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #f4f4f4f7 38%, #f4f4f4b3 60%, #f4f4f414 100%)
}

.prm .top-band__body {
  position: relative;
  z-index: 1;
  max-width: 520px
}

.prm .top-band__label {
  font-size: 15px;
  line-height: 1.5;
  color: #03F0C2;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.prm .top-band__h1 {
  font-size: 68px;
  line-height: 1.1;
  color: #203B5C;
  margin-bottom: 24px
}

.prm .top-band__h1 span {
  display: inline-block;
  position: relative
}

.prm .top-band__h1 span::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 36px;
  background: #03F0C2;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.prm .top-band__sub {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  opacity: .78;
  margin-bottom: 24px;
  max-width: 420px
}

.prm .top-band__desc {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  opacity: .7;
  max-width: 400px
}

.prm .posts-band {
  background: #fff;
  padding-top: 48px;
  padding-bottom: 48px
}

.prm .posts-band__head {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 48px
}

.prm .posts-band__h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  position: relative;
  display: inline-block
}

.prm .posts-band__h2::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 36px;
  background: #03F0C2;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.prm .posts-band__link {
  font-size: 15px;
  line-height: 1.5;
  color: #03F0C2;
  text-decoration: none;
  border-bottom: 1px solid #03f0c24d;
  transition: border-color .14s ease-out, color .14s ease-out
}

.prm .posts-band__link:hover {
  color: #203B5C;
  border-color: #203B5C
}

.prm .posts-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px
}

.prm .post-card {
  display: flex;
  flex-direction: column;
  background: #F4F4F4;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 3px 3px -1px #03f0c20d;
  transition: box-shadow .16s ease-out, transform .16s ease-out;
  text-decoration: none
}

.prm .post-card:hover {
  box-shadow: 1px 6px 25px -1px #03f0c21a;
  transform: translateY(-2px)
}

.prm .post-card--lead {
  grid-row: span 1
}

.prm .post-card__img-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden
}

.prm .post-card--lead .post-card__img-wrap {
  height: 280px
}

.prm .post-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease-out
}

.prm .post-card:hover .post-card__img-wrap img {
  transform: scale(1.03)
}

.prm .post-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.prm .post-card__title {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C
}

.prm .post-card__desc {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  opacity: .7
}

.prm .post-card__meta {
  font-size: 15px;
  line-height: 1.5;
  color: #03F0C2;
  margin-top: 8px
}

.prm .themes-band {
  background: #203B5C;
  padding-top: 48px;
  padding-bottom: 48px
}

.prm .themes-band__h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #F4F4F4;
  margin-bottom: 8px;
  display: inline-block;
  position: relative
}

.prm .themes-band__h2::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 36px;
  background: #03F0C2;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.prm .themes-band__intro {
  font-size: 15px;
  line-height: 1.9;
  color: #F4F4F4;
  opacity: .7;
  max-width: 540px;
  margin-bottom: 48px
}

.prm .themes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.prm .theme-item {
  background: #f4f4f40f;
  border-radius: 12px;
  padding: 24px;
  border-top: 2px solid #03f0c259;
  transition: background .15s ease-out, border-color .15s ease-out
}

.prm .theme-item:hover {
  background: #f4f4f41c;
  border-color: #03F0C2
}

.prm .theme-item__num {
  font-size: 51px;
  line-height: 1.1;
  color: #03f0c22e;
  margin-bottom: 8px
}

.prm .theme-item__h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #F4F4F4;
  margin-bottom: 8px
}

.prm .theme-item__p {
  font-size: 15px;
  line-height: 1.9;
  color: #F4F4F4;
  opacity: .65
}

.prm .theme-item__link {
  display: inline-block;
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.5;
  color: #03F0C2;
  text-decoration: none;
  border-bottom: 1px solid #03f0c24d;
  transition: border-color .14s ease-out
}

.prm .theme-item__link:hover {
  border-color: #03F0C2
}

.prm .seq-band {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #F4F4F4;
  position: relative
}

.prm .seq-band__circles {
  position: absolute;
  top: -40px;
  right: -60px;
  width: 320px;
  height: 320px;
  pointer-events: none;
  overflow: hidden
}

.prm .seq-band__circle {
  position: absolute;
  border-radius: 36px;
  border: 1px solid #03f0c21f
}

.prm .seq-band__circle--a {
  width: 220px;
  height: 220px;
  top: 20px;
  left: 20px
}

.prm .seq-band__circle--b {
  width: 160px;
  height: 160px;
  top: 60px;
  left: 80px;
  background: #03f0c20a
}

.prm .seq-band__circle--c {
  width: 100px;
  height: 100px;
  top: 100px;
  left: 120px;
  background: #03f0c20f
}

.prm .seq-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.prm .seq-layout__img-wrap {
  border-radius: 12px;
  overflow: hidden;
  height: 360px;
  box-shadow: 1px 6px 25px -1px #203b5c1a
}

.prm .seq-layout__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.prm .seq-layout__h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  margin-bottom: 16px;
  display: inline-block;
  position: relative
}

.prm .seq-layout__h2::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 36px;
  background: #03F0C2;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.prm .seq-layout__p {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  opacity: .75;
  margin-bottom: 16px
}

.prm .seq-list {
  list-style: decimal;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.prm .seq-list li {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C
}

.prm .seq-list li a {
  color: #203B5C;
  text-decoration: none;
  border-bottom: 1px solid #203b5c33;
  transition: color .14s ease-out, border-color .14s ease-out
}

.prm .seq-list li a:hover {
  color: #03F0C2;
  border-color: #03F0C2
}

.prm .metrics-band {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #fff
}

.prm .metrics-band__h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  margin-bottom: 8px;
  display: inline-block;
  position: relative
}

.prm .metrics-band__h2::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 36px;
  background: #03F0C2;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.prm .metrics-band__sub {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  opacity: .7;
  max-width: 500px;
  margin-bottom: 48px
}

.prm .metrics-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.prm .metrics-layout__img-col {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  min-height: 300px;
  box-shadow: 1px 10px 44px -1px #203b5c1f
}

.prm .metrics-layout__img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.prm .metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.prm .metric-box {
  background: #F4F4F4;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow .16s ease-out
}

.prm .metric-box:hover {
  box-shadow: 1px 6px 25px -1px #03f0c21a
}

.prm .metric-box__val {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C
}

.prm .metric-box__label {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  opacity: .65
}

.prm .rhythm-band {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  overflow: hidden
}

.prm .rhythm-band__bg-img {
  position: absolute;
  inset: 0
}

.prm .rhythm-band__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.prm .rhythm-band__overlay {
  position: absolute;
  inset: 0;
  background: #f4f4f4e0
}

.prm .rhythm-band__body {
  position: relative;
  z-index: 1
}

.prm .rhythm-band__h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  margin-bottom: 8px;
  display: inline-block;
  position: relative
}

.prm .rhythm-band__h2::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 36px;
  background: #03F0C2;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.prm .rhythm-band__intro {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  opacity: .75;
  max-width: 540px;
  margin-bottom: 48px
}

.prm .rhythm-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

.prm .rhythm-col {
  background: #ffffffd1;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 1px 3px 3px -1px #03f0c20d
}

.prm .rhythm-col__tag {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  background: #03F0C2;
  border-radius: 4px;
  padding: 4px 12px;
  margin-bottom: 16px
}

.prm .rhythm-col__h4 {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  margin-bottom: 8px
}

.prm .rhythm-col__p {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  opacity: .72
}

.prm .next-band {
  background: #F4F4F4;
  padding-top: 48px;
  padding-bottom: 48px
}

.prm .next-layout {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr;
  gap: 24px;
  align-items: start
}

.prm .next-layout__main h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  margin-bottom: 16px;
  display: inline-block;
  position: relative
}

.prm .next-layout__main h2::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 36px;
  background: #03F0C2;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.prm .next-layout__main p {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  opacity: .75;
  margin-bottom: 16px
}

.prm .btn-pri {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  background: #203B5C;
  border-radius: 6px;
  padding: 12px 24px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .15s ease-out, padding .15s ease-out
}

.prm .btn-pri:hover {
  background: #2a4d78;
  padding-left: 32px;
  padding-right: 32px
}

.prm .btn-pri:active {
  box-shadow: inset 1px 3px 3px -1px #03f0c226
}

.prm .next-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 1px 3px 3px -1px #03f0c20d;
  transition: box-shadow .16s ease-out
}

.prm .next-card:hover {
  box-shadow: 1px 6px 25px -1px #03f0c21a
}

.prm .next-card__h4 {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  margin-bottom: 8px
}

.prm .next-card__p {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  opacity: .7;
  margin-bottom: 16px
}

.prm .next-card__link {
  font-size: 15px;
  line-height: 1.5;
  color: #03F0C2;
  text-decoration: none;
  border-bottom: 1px solid #03f0c24d;
  transition: border-color .14s ease-out, color .14s ease-out
}

.prm .next-card__link:hover {
  color: #203B5C;
  border-color: #203B5C
}

.prm .sub-band {
  background: #203B5C;
  padding-top: 48px;
  padding-bottom: 48px
}

.prm .sub-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.prm .sub-layout__h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #F4F4F4;
  margin-bottom: 16px;
  display: inline-block;
  position: relative
}

.prm .sub-layout__h2::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 36px;
  background: #03F0C2;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.prm .sub-layout__p {
  font-size: 15px;
  line-height: 1.9;
  color: #F4F4F4;
  opacity: .75;
  margin-bottom: 24px
}

.prm .sub-details {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.prm .sub-detail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.prm .sub-detail__dot {
  width: 10px;
  height: 10px;
  border-radius: 36px;
  background: #03F0C2;
  margin-top: 6px;
  flex-shrink: 0
}

.prm .sub-detail__text {
  font-size: 15px;
  line-height: 1.9;
  color: #F4F4F4;
  opacity: .8
}

.prm .sub-form {
  background: #f4f4f412;
  border-radius: 12px;
  padding: 24px
}

.prm .sub-form__label {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #F4F4F4;
  margin-bottom: 8px
}

.prm .sub-form__input {
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #f4f4f433;
  background: #ffffff14;
  color: #F4F4F4;
  margin-bottom: 16px;
  outline: none;
  transition: border-color .14s ease-out;
  box-sizing: border-box
}

.prm .sub-form__input::placeholder {
  font-size: 13px;
  color: #f4f4f466
}

.prm .sub-form__input:focus {
  border-color: #03F0C2
}

.prm .btn-accent {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  background: #03F0C2;
  border-radius: 6px;
  padding: 12px 24px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .15s ease-out, padding .15s ease-out
}

.prm .btn-accent:hover {
  background: #02d4aa;
  padding-left: 32px;
  padding-right: 32px
}

.prm .btn-accent:active {
  box-shadow: inset 1px 3px 3px -1px #03f0c233
}

@media (max-width: 768px) {
  .prm .top-band__h1 {
    font-size: 51px
  }

  .prm .top-band {
    padding-top: 48px;
    padding-bottom: 48px;
    min-height: 420px
  }

  .prm .top-band__overlay {
    background: linear-gradient(to right, #f4f4f4f7 60%, #f4f4f480 100%)
  }

  .prm .posts-grid {
    grid-template-columns: 1fr
  }

  .prm .themes-grid {
    grid-template-columns: 1fr
  }

  .prm .seq-layout {
    grid-template-columns: 1fr
  }

  .prm .seq-layout__img-wrap {
    height: 220px
  }

  .prm .metrics-layout {
    grid-template-columns: 1fr
  }

  .prm .rhythm-cols {
    grid-template-columns: 1fr
  }

  .prm .next-layout {
    grid-template-columns: 1fr
  }

  .prm .sub-layout {
    grid-template-columns: 1fr
  }

  .prm .metrics-band__h2,
  .prm .seq-layout__h2,
  .prm .rhythm-band__h2,
  .prm .themes-band__h2,
  .prm .posts-band__h2,
  .prm .next-layout__main h2,
  .prm .sub-layout__h2 {
    font-size: 51px
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .prm .posts-grid {
    grid-template-columns: 1fr 1fr
  }

  .prm .themes-grid {
    grid-template-columns: 1fr 1fr
  }

  .prm .next-layout {
    grid-template-columns: 1fr 1fr
  }
}

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

.gds__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px
}

.gds__schema {
  display: none
}

.gds__band {
  padding: 48px 24px;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  position: relative
}

.gds__band-img-wrap {
  position: relative;
  flex: 0 0 420px;
  height: 320px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 1px 6px 25px -1px #03f0c21a
}

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

.gds__band-caption {
  position: absolute;
  inset: 0;
  background: #203b5cd1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition: opacity .18s ease-out;
  border-radius: 12px
}

.gds__band-img-wrap:hover .gds__band-caption {
  opacity: 1
}

.gds__band-caption-text {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  text-align: center
}

.gds__band-text {
  flex: 1;
  position: relative
}

.gds__band-text::after {
  content: '';
  display: block;
  width: 4px;
  height: 64px;
  background: #03F0C2;
  border-radius: 4px;
  position: absolute;
  right: -24px;
  top: 8px
}

.gds__dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 36px;
  background: #03F0C2;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -3px
}

.gds__h1 {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  margin: 0 0 16px
}

.gds__lead {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  margin: 0;
  opacity: .82
}

.gds__atm {
  position: absolute;
  border-radius: 36px;
  filter: blur(48px);
  pointer-events: none;
  z-index: 0
}

.gds__atm--a {
  width: 220px;
  height: 220px;
  background: #03f0c221;
  top: -40px;
  right: 60px
}

.gds__atm--b {
  width: 140px;
  height: 140px;
  background: #203b5c17;
  bottom: 0;
  left: 20px
}

.gds__band>* {
  position: relative;
  z-index: 1
}

.gds__rot-bg {
  position: absolute;
  width: 180px;
  height: 180px;
  border: 2px solid #03f0c224;
  border-radius: 12px;
  animation: gds-rotate 18s linear infinite;
  pointer-events: none;
  z-index: 0;
  right: 80px;
  bottom: 24px
}

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

  to {
    transform: rotate(360deg)
  }
}

.gds__drop-in {
  animation: gds-drop .55s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes gds-drop {
  0% {
    transform: translateY(-32px);
    opacity: 0
  }

  70% {
    transform: translateY(6px);
    opacity: 1
  }

  85% {
    transform: translateY(-3px)
  }

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

.gds__steps-sec {
  background: #F4F4F4;
  padding: 48px 0;
  position: relative
}

.gds__steps-sec::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23203B5C' fill-opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0
}

.gds__steps-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1
}

.gds__steps-head {
  margin-bottom: 48px;
  max-width: 600px
}

.gds__h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  margin: 0 0 16px
}

.gds__sub {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  opacity: .72;
  margin: 0
}

.gds__steps-list {
  list-style: decimal;
  padding-left: 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.gds__step {
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 1px 3px 3px -1px #03f0c20d;
  transition: box-shadow .16s ease-out, transform .16s ease-out;
  position: relative
}

.gds__step:hover {
  box-shadow: 1px 10px 44px -1px #03f0c21f;
  transform: translateX(6px)
}

.gds__step-title {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  margin: 0 0 8px
}

.gds__step-body {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  opacity: .78;
  margin: 0
}

.gds__step-tag {
  display: inline-block;
  font-size: 15px;
  color: #03F0C2;
  background: #03f0c21a;
  border-radius: 4px;
  padding: 0 8px;
  margin-top: 8px;
  line-height: 1.9
}

.gds__table-sec {
  padding: 48px 0;
  background: #fff
}

.gds__table-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px
}

.gds__table-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px;
  margin-bottom: 48px
}

.gds__h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  margin: 0 0 8px
}

.gds__table-desc {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  opacity: .72;
  margin: 0;
  max-width: 480px
}

.gds__tbl {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 6px 25px -1px #203b5c1a
}

.gds__tbl thead tr {
  background: #203B5C
}

.gds__tbl thead th {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  padding: 16px 24px;
  text-align: left;
  font-weight: 600
}

.gds__tbl tbody tr {
  background: #fff;
  transition: background .14s ease-out
}

.gds__tbl tbody tr:nth-child(even) {
  background: #F4F4F4
}

.gds__tbl tbody tr:hover {
  background: #03f0c21a
}

.gds__tbl tbody td {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  padding: 16px 24px;
  border-bottom: 1px solid #203b5c12
}

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

.gds__tbl-badge {
  display: inline-block;
  background: #03f0c226;
  color: #203B5C;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 15px;
  line-height: 1.9
}

.gds__expand-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #203B5C;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.5;
  padding: 16px 24px;
  cursor: pointer;
  margin-top: 24px;
  transition: padding .18s ease-out, background .14s ease-out
}

.gds__expand-btn:hover {
  padding: 16px 48px;
  background: #03F0C2;
  color: #203B5C
}

.gds__expand-btn:focus {
  outline: 2px solid #03F0C2;
  outline-offset: 2px
}

.gds__expand-btn:active {
  box-shadow: inset 1px 3px 3px -1px #203b5c2e
}

.gds__expand-icon {
  width: 16px;
  height: 16px;
  display: inline-block
}

@media (max-width: 768px) {
  .gds__band {
    flex-direction: column;
    padding: 24px 16px;
    gap: 24px
  }

  .gds__band-img-wrap {
    flex: 0 0 auto;
    width: 100%;
    height: 220px
  }

  .gds__band-text::after {
    display: none
  }

  .gds__h1 {
    font-size: 21px
  }

  .gds__lead {
    font-size: 15px
  }

  .gds__h2 {
    font-size: 21px
  }

  .gds__rot-bg {
    display: none
  }

  .gds__table-head {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start
  }

  .gds__tbl thead th,
  .gds__tbl tbody td {
    padding: 16px;
    font-size: 15px
  }

  .gds__steps-sec {
    padding: 24px 0
  }

  .gds__table-sec {
    padding: 24px 0
  }

  .gds__steps-head {
    margin-bottom: 24px
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .gds__band-img-wrap {
    flex: 0 0 320px;
    height: 260px
  }

  .gds__h1 {
    font-size: 51px
  }
}

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

.blg__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px
}

.blg__title-band {
  position: relative;
  padding: 48px 24px;
  background: linear-gradient(to bottom, transparent 0%, #203B5C 100%);
  overflow: hidden
}

.blg__title-band::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at top right, #03f0c221, transparent 70%);
  pointer-events: none
}

.blg__title-band::after {
  content: '';
  position: absolute;
  bottom: 24px;
  left: 10%;
  width: 80px;
  height: 80px;
  border: 2px solid #03f0c226;
  border-radius: 12px;
  transform: rotate(22deg);
  pointer-events: none
}

.blg__title-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px
}

.blg__title-text {
  flex: 1 1 55%
}

.blg__title-img {
  flex: 0 0 38%;
  position: relative
}

.blg__title-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  filter: saturate(1.3) contrast(1.08) brightness(0.92);
  animation: imgScale .72s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes imgScale {
  from {
    transform: scale(0.97)
  }

  to {
    transform: scale(1)
  }
}

.blg__kicker {
  font-size: 15px;
  line-height: 1.5;
  color: #03F0C2;
  letter-spacing: 0;
  margin-bottom: 16px;
  display: block
}

.blg__h1 {
  font-size: 51px;
  line-height: 1.1;
  color: #F4F4F4;
  margin: 0 0 16px
}

.blg__h1 span {
  color: #03F0C2 !important
}

.blg__dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #03F0C2;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -3px
}

.blg__desc {
  font-size: 15px;
  line-height: 1.9;
  color: #f4f4f4d1;
  max-width: 480px;
  margin: 0
}

.blg__zigzag {
  display: block;
  width: 100%;
  height: 28px;
  overflow: hidden
}

.blg__zigzag svg {
  display: block;
  width: 100%;
  height: 28px
}

.blg__posts-area {
  background: #F4F4F4;
  padding: 48px 24px
}

.blg__posts-inner {
  max-width: 1140px;
  margin: 0 auto
}

.blg__posts-label {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.blg__posts-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #203b5c26;
  display: block
}

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

.blg__card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 1px 6px 25px -1px #203b5c1a;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .18s cubic-bezier(0.4, 0, 0.6, 1), transform .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.blg__card:hover {
  box-shadow: 1px 10px 44px -1px #203b5c1f;
  transform: translateY(-3px)
}

.blg__card-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0
}

.blg__card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.blg__card:hover .blg__card-img img {
  transform: scale(1.04)
}

.blg__card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.blg__card-ttl {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  margin: 0 0 16px
}

.blg__card-sum {
  font-size: 15px;
  line-height: 1.9;
  color: #4a5a6a;
  margin: 0 0 16px;
  flex: 1
}

.blg__card-foot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px
}

.blg__likes {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #203B5C
}

.blg__likes svg {
  flex-shrink: 0
}

.blg__read {
  display: inline-block;
  padding: 8px 24px;
  background: #203B5C;
  color: #F4F4F4;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: background .15s cubic-bezier(0.4, 0, 0.6, 1), padding .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.blg__read:hover {
  background: #2a4d76;
  padding: 8px 32px;
  color: #F4F4F4;
  text-decoration: none
}

.blg__read:focus {
  outline: 2px solid #03F0C2;
  outline-offset: 2px
}

.blg__read:active {
  box-shadow: inset 1px 3px 3px -1px #03f0c21f
}

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

.blg__brush-divider svg {
  display: block;
  width: 100%
}

.blg__about {
  background: #fff;
  padding: 48px 24px
}

.blg__about-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.blg__about-col1 {
  flex: 1 1 50%
}

.blg__about-col2 {
  flex: 1 1 45%;
  padding-top: 48px
}

.blg__about-h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  margin: 0 0 24px
}

.blg__about-p {
  font-size: 15px;
  line-height: 1.9;
  color: #2d3d4e;
  margin: 0 0 16px
}

.blg__about-link {
  display: inline-block;
  padding: 8px 24px;
  background: #03F0C2;
  color: #203B5C;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 600;
  margin-top: 8px;
  transition: padding .15s cubic-bezier(0.4, 0, 0.6, 1), background .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.blg__about-link:hover {
  padding: 8px 32px;
  background: #00d4aa;
  color: #203B5C;
  text-decoration: none
}

.blg__about-link:focus {
  outline: 2px solid #203B5C;
  outline-offset: 2px
}

.blg__metric-row {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.blg__metric {
  padding: 24px;
  background: #F4F4F4;
  border-radius: 12px;
  box-shadow: 1px 3px 3px -1px #03f0c20d
}

.blg__metric-num {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0;
  margin-bottom: 8px
}

.blg__metric-int {
  color: #203B5C
}

.blg__metric-frac {
  color: #03F0C2
}

.blg__metric-label {
  font-size: 15px;
  line-height: 1.5;
  color: #4a5a6a
}

.blg__process {
  background: #203B5C;
  padding: 48px 24px;
  position: relative;
  overflow: hidden
}

.blg__process::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle at top right, #03f0c217, transparent 70%);
  pointer-events: none
}

.blg__process-inner {
  max-width: 1140px;
  margin: 0 auto
}

.blg__process-h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #F4F4F4;
  margin: 0 0 8px
}

.blg__process-sub {
  font-size: 15px;
  line-height: 1.9;
  color: #f4f4f4bf;
  margin: 0 0 48px;
  max-width: 560px
}

.blg__steps {
  display: flex;
  flex-direction: row;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 8px
}

.blg__step {
  flex: 1 1 0;
  min-width: 180px;
  background: #ffffff0f;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #03f0c21f;
  transition: background .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.blg__step:hover {
  background: #03f0c214
}

.blg__step-num {
  font-size: 21px;
  line-height: 1.1;
  font-weight: 700;
  color: #03F0C2
}

.blg__step-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0
}

.blg__step-title {
  font-size: 15px;
  line-height: 1.5;
  color: #F4F4F4;
  font-weight: 600;
  margin: 0
}

.blg__step-desc {
  font-size: 15px;
  line-height: 1.9;
  color: #f4f4f4b8;
  margin: 0
}

.blg__guides {
  background: #F4F4F4;
  padding: 48px 24px
}

.blg__guides-inner {
  max-width: 1140px;
  margin: 0 auto
}

.blg__guides-h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  margin: 0 0 16px
}

.blg__guides-p {
  font-size: 15px;
  line-height: 1.9;
  color: #2d3d4e;
  margin: 0 0 48px;
  max-width: 580px
}

.blg__guide-list {
  list-style: decimal;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 48px
}

.blg__guide-list li {
  font-size: 15px;
  line-height: 1.9;
  color: #2d3d4e;
  padding-left: 8px
}

.blg__guide-list li strong {
  color: #203B5C
}

.blg__guide-cta {
  display: inline-block;
  padding: 8px 24px;
  background: #203B5C;
  color: #F4F4F4;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: padding .15s cubic-bezier(0.4, 0, 0.6, 1), background .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.blg__guide-cta:hover {
  padding: 8px 32px;
  background: #2a4d76;
  color: #F4F4F4;
  text-decoration: none
}

.blg__guide-cta:focus {
  outline: 2px solid #03F0C2;
  outline-offset: 2px
}

.blg__contact {
  background: #fff;
  padding: 48px 24px
}

.blg__contact-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.blg__contact-col {
  flex: 1 1 50%
}

.blg__contact-h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  margin: 0 0 16px
}

.blg__contact-p {
  font-size: 15px;
  line-height: 1.9;
  color: #2d3d4e;
  margin: 0 0 24px
}

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

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

.blg__label {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  font-weight: 600
}

.blg__input,
.blg__textarea {
  padding: 8px 16px;
  border: 1px solid #203b5c40;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  background: #F4F4F4;
  transition: border-color .12s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .12s cubic-bezier(0.4, 0, 0.6, 1);
  width: 100%
}

.blg__input::placeholder,
.blg__textarea::placeholder {
  font-size: 14px;
  color: #8a9aaa
}

.blg__input:focus,
.blg__textarea:focus {
  outline: none;
  border-color: #03F0C2;
  box-shadow: 1px 3px 3px -1px #03f0c20d
}

.blg__textarea {
  min-height: 120px;
  resize: vertical
}

.blg__submit {
  type: submit;
  padding: 8px 24px;
  background: #03F0C2;
  color: #203B5C;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  cursor: pointer;
  align-self: flex-start;
  transition: padding .15s cubic-bezier(0.4, 0, 0.6, 1), background .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.blg__submit:hover {
  padding: 8px 32px;
  background: #00d4aa
}

.blg__submit:focus {
  outline: 2px solid #203B5C;
  outline-offset: 2px
}

.blg__submit:active {
  box-shadow: inset 1px 3px 3px -1px #03f0c226
}

.blg__contact-aside {
  flex: 1 1 40%;
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.blg__contact-card {
  background: #F4F4F4;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 1px 3px 3px -1px #03f0c20d
}

.blg__contact-card h5 {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  font-weight: 700;
  margin: 0 0 8px
}

.blg__contact-card p {
  font-size: 15px;
  line-height: 1.9;
  color: #4a5a6a;
  margin: 0
}

.blg__contact-card a {
  color: #203B5C;
  text-decoration: underline
}

@media (max-width: 768px) {
  .blg__title-inner {
    flex-direction: column;
    gap: 24px
  }

  .blg__title-img {
    flex: 0 0 auto;
    width: 100%
  }

  .blg__title-img img {
    height: 220px
  }

  .blg__h1 {
    font-size: 51px
  }

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

  .blg__about-inner {
    flex-direction: column;
    gap: 24px
  }

  .blg__about-col2 {
    padding-top: 0
  }

  .blg__steps {
    flex-direction: column
  }

  .blg__contact-inner {
    flex-direction: column;
    gap: 24px
  }

  .blg__contact-aside {
    padding-top: 0
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .blg__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

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

.aa-pg .pulse-shadow {
  animation: shadowpulse 2.8s ease-out infinite
}

@keyframes shadowpulse {
  0% {
    box-shadow: 1px 3px 3px -1px #03f0c20d
  }

  50% {
    box-shadow: 1px 10px 44px -1px #03f0c22e
  }

  100% {
    box-shadow: 1px 3px 3px -1px #03f0c20d
  }
}

.aa-pg .pg-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px
}

.aa-pg .dot-accent {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 36px;
  background: #03F0C2;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -2px
}

.aa-pg .num-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 36px;
  background: #203B5C;
  color: #F4F4F4;
  font-size: 15px;
  line-height: 1.1;
  flex-shrink: 0
}

.aa-pg .mosaic {
  padding: 48px 0;
  background: #F4F4F4;
  position: relative
}

.aa-pg .mosaic__inner {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.aa-pg .mosaic__imgs {
  flex: 0 0 420px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px 160px;
  gap: 8px;
  position: relative
}

.aa-pg .mosaic__imgs::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 80px;
  height: 80px;
  border: 2px dashed #03f0c266;
  border-radius: 4px;
  pointer-events: none
}

.aa-pg .mosaic__imgs::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 48px;
  height: 48px;
  background: #03f0c21f;
  border-radius: 12px;
  pointer-events: none
}

.aa-pg .mosaic__img--a {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  border-radius: 12px;
  overflow: hidden
}

.aa-pg .mosaic__img--b {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  border-radius: 4px;
  overflow: hidden
}

.aa-pg .mosaic__img--c {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  border-radius: 6px;
  overflow: hidden
}

.aa-pg .mosaic__img--a img,
.aa-pg .mosaic__img--b img,
.aa-pg .mosaic__img--c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.6) brightness(0.95);
  max-width: 100%
}

.aa-pg .mosaic__shape {
  position: absolute;
  top: 40px;
  right: -20px;
  width: 60px;
  height: 120px;
  border: 2px solid #203b5c1f;
  border-radius: 36px;
  pointer-events: none
}

.aa-pg .mosaic__txt {
  flex: 1;
  padding: 24px 0
}

.aa-pg .mosaic__label {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: .7
}

.aa-pg .mosaic__h1 {
  font-size: 68px;
  line-height: 1.1;
  color: #203B5C;
  margin-bottom: 24px
}

.aa-pg .mosaic__h1 span {
  color: #03F0C2
}

.aa-pg .mosaic__bio {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  margin-bottom: 24px;
  max-width: 480px
}

.aa-pg .mosaic__meta {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap
}

.aa-pg .mosaic__stat {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.aa-pg .mosaic__stat-val {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  font-weight: 700
}

.aa-pg .mosaic__stat-lbl {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  opacity: .65
}

.aa-pg .mosaic__divider {
  width: 1px;
  height: 48px;
  background: #203b5c33
}

.aa-pg .profile {
  padding: 48px 0;
  background: #203B5C;
  position: relative
}

.aa-pg .profile::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle at top right, #03f0c224 0%, transparent 70%);
  pointer-events: none
}

.aa-pg .profile__inner {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.aa-pg .profile__left {
  flex: 0 0 520px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.aa-pg .profile__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 8px
}

.aa-pg .profile__img-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 6px 25px -1px #03f0c21a
}

.aa-pg .profile__img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  filter: saturate(0.65);
  max-width: 100%
}

.aa-pg .profile__h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #F4F4F4;
  margin-bottom: 8px
}

.aa-pg .profile__body {
  font-size: 15px;
  line-height: 1.9;
  color: #f4f4f4d1
}

.aa-pg .profile__dashed {
  border: none;
  border-top: 1px dashed #03f0c259;
  margin: 8px 0
}

.aa-pg .profile__list {
  list-style: decimal;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.aa-pg .profile__list li {
  font-size: 15px;
  line-height: 1.9;
  color: #f4f4f4d1
}

.aa-pg .profile__list li strong {
  color: #03F0C2
}

.aa-pg .profile__card {
  background: #03f0c212;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 1px 3px 3px -1px #03f0c20d;
  transition: box-shadow .18s ease-out
}

.aa-pg .profile__card:hover {
  box-shadow: 1px 6px 25px -1px #03f0c21a
}

.aa-pg .profile__card-h {
  font-size: 21px;
  line-height: 1.5;
  color: #03F0C2
}

.aa-pg .profile__card-txt {
  font-size: 15px;
  line-height: 1.9;
  color: #f4f4f4c7
}

.aa-pg .profile__num-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.aa-pg .profile__num-txt {
  font-size: 15px;
  line-height: 1.9;
  color: #f4f4f4c7;
  flex: 1
}

.aa-pg .approach {
  padding: 48px 0;
  background: #fff
}

.aa-pg .approach__inner {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.aa-pg .approach__top {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.aa-pg .approach__img-col {
  flex: 0 0 380px
}

.aa-pg .approach__img-frame {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 10px 44px -1px #203b5c1f
}

.aa-pg .approach__img-frame img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  filter: saturate(0.7);
  max-width: 100%
}

.aa-pg .approach__img-frame::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, #203b5c2e, transparent);
  pointer-events: none
}

.aa-pg .approach__txt-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.aa-pg .approach__h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C
}

.aa-pg .approach__body {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C
}

.aa-pg .approach__dashed-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative
}

.aa-pg .approach__dashed-line {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #03f0c2b3;
  pointer-events: none
}

.aa-pg .approach__skills {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px
}

.aa-pg .approach__skill {
  background: #F4F4F4;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow .14s ease-out
}

.aa-pg .approach__skill:hover {
  box-shadow: 1px 6px 25px -1px #203b5c1a
}

.aa-pg .approach__skill-h {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  font-weight: 700
}

.aa-pg .approach__skill-txt {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  opacity: .72
}

.aa-pg .approach__contact {
  background: radial-gradient(circle at top right, #03f0c22e 0%, #F4F4F4 60%);
  border-radius: 12px;
  padding: 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center
}

.aa-pg .approach__contact-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.aa-pg .approach__contact-h {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C
}

.aa-pg .approach__contact-body {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  opacity: .8
}

.aa-pg .approach__contact-side {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start
}

.aa-pg .btn-pri {
  display: inline-block;
  padding: 16px 24px;
  background: #203B5C;
  color: #F4F4F4;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: width .16s ease-out, padding .16s ease-out, box-shadow .16s ease-out;
  box-shadow: 1px 3px 3px -1px #203b5c0d;
  white-space: nowrap
}

.aa-pg .btn-pri:hover {
  padding: 16px 32px;
  box-shadow: 1px 6px 25px -1px #203b5c1a;
  color: #F4F4F4;
  text-decoration: none
}

.aa-pg .btn-pri:active {
  box-shadow: inset 1px 3px 3px -1px #203b5c1f
}

.aa-pg .btn-sec {
  display: inline-block;
  padding: 16px 24px;
  background: transparent;
  color: #203B5C;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #203B5C;
  cursor: pointer;
  transition: padding .14s ease-out, background .14s ease-out;
  white-space: nowrap
}

.aa-pg .btn-sec:hover {
  padding: 16px 32px;
  background: #203b5c0f;
  color: #203B5C;
  text-decoration: none
}

@media (max-width: 1280px) {
  .aa-pg .mosaic__imgs {
    flex: 0 0 340px
  }

  .aa-pg .profile__left {
    flex: 0 0 400px
  }

  .aa-pg .approach__img-col {
    flex: 0 0 300px
  }
}

@media (max-width: 768px) {
  .aa-pg .mosaic__inner {
    flex-direction: column;
    gap: 24px
  }

  .aa-pg .mosaic__imgs {
    flex: none;
    width: 100%;
    grid-template-rows: 160px 120px
  }

  .aa-pg .mosaic__h1 {
    font-size: 51px
  }

  .aa-pg .mosaic__bio {
    font-size: 15px
  }

  .aa-pg .profile__inner {
    flex-direction: column;
    gap: 24px
  }

  .aa-pg .profile__left {
    flex: none;
    width: 100%
  }

  .aa-pg .profile__right {
    padding-left: 0
  }

  .aa-pg .approach__top {
    flex-direction: column;
    gap: 24px
  }

  .aa-pg .approach__img-col {
    flex: none;
    width: 100%
  }

  .aa-pg .approach__skills {
    grid-template-columns: 1fr
  }

  .aa-pg .approach__contact {
    flex-direction: column;
    gap: 24px;
    padding: 24px
  }

  .aa-pg .mosaic__stat-val {
    font-size: 21px
  }

  .aa-pg .profile__h2 {
    font-size: 21px
  }

  .aa-pg .approach__h2 {
    font-size: 21px
  }
}

.suc-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background-color: #F4F4F4
}

.suc-page .suc-wrap {
  max-width: 1140px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 48px
}

.suc-page .suc-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0
}

.suc-page .suc-icon circle {
  fill: none;
  stroke: #03F0C2;
  stroke-width: 2.5
}

.suc-page .suc-icon polyline {
  fill: none;
  stroke: #203B5C;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.suc-page .suc-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 560px
}

.suc-page .suc-body .suc-heading {
  font-size: 51px;
  line-height: 1.1;
  color: #203B5C;
  margin: 0;
  position: relative;
  display: inline-block
}

.suc-page .suc-body .suc-heading::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 36px;
  background-color: #03F0C2;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.suc-page .suc-body .suc-sub {
  font-size: 21px;
  line-height: 1.5;
  color: #203B5C;
  margin: 0;
  opacity: .75
}

.suc-page .suc-body .suc-text {
  font-size: 15px;
  line-height: 1.9;
  color: #203B5C;
  margin: 0;
  opacity: .65
}

.suc-page .suc-divider {
  width: 48px;
  height: 2px;
  background-color: #03F0C2;
  border-radius: 4px;
  flex-shrink: 0
}

.suc-page .suc-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center
}

.suc-page .suc-actions .btn-prim {
  display: inline-block;
  padding: 16px 32px;
  background-color: #203B5C;
  color: #F4F4F4;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid #203B5C;
  box-shadow: 1px 6px 25px -1px #203b5c1a;
  transition: background-color .18s ease-out, padding .18s ease-out, box-shadow .15s ease-out;
  cursor: pointer
}

.suc-page .suc-actions .btn-prim:hover {
  background-color: #162c45;
  padding: 16px 40px;
  box-shadow: 1px 10px 44px -1px #203b5c1f
}

.suc-page .suc-actions .btn-prim:focus {
  outline: 2px solid #03F0C2;
  outline-offset: 3px
}

.suc-page .suc-actions .btn-prim:active {
  box-shadow: inset 1px 3px 3px -1px #203b5c1f
}

.suc-page .suc-actions .btn-sec {
  display: inline-block;
  padding: 16px 32px;
  background-color: transparent;
  color: #203B5C;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid #203B5C;
  transition: background-color .18s ease-out, padding .18s ease-out;
  cursor: pointer
}

.suc-page .suc-actions .btn-sec:hover {
  background-color: #203b5c0f;
  padding: 16px 40px
}

.suc-page .suc-actions .btn-sec:focus {
  outline: 2px solid #03F0C2;
  outline-offset: 3px
}

.suc-page .suc-actions .btn-sec:active {
  box-shadow: inset 1px 3px 3px -1px #203b5c14
}

.suc-page .suc-note {
  font-size: 15px;
  line-height: 1.5;
  color: #203B5C;
  opacity: .5;
  margin: 0
}

.suc-page .suc-note a {
  color: #203B5C;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity .12s ease-out
}

.suc-page .suc-note a:hover {
  opacity: .75
}

@media (max-width: 768px) {
  .suc-page {
    padding: 48px 16px
  }

  .suc-page .suc-body .suc-heading {
    font-size: 51px
  }

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

  .suc-page .suc-actions .btn-prim,
  .suc-page .suc-actions .btn-sec {
    text-align: center
  }
}