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

body {
margin: 0;
padding: 0;
-webkit-text-size-adjust: 100%;
font-family: 'Source Sans Pro', sans-serif;
background-color: #0d0d2b;
color: #DCEFF1;
overflow-x: hidden
}

.pg-head {
position: relative;
background: linear-gradient(160deg, #0d0d2b 0%, #114 60%, #0d0d2b 100%);
border-bottom: 1px solid #f991152e;
z-index: 100
}

.pg-head::before {
content: '';
position: absolute;
inset: 0;
background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231A1988' fill-opacity='0.07'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
pointer-events: none
}

.head-top {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1100px;
margin: 0 auto;
padding: 24px 36px 0
}

.brand-mount {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 4px;
padding: 8px;
background: #1a198826;
border: 1px solid #f9911538;
border-radius: 8px;
box-shadow: 0 2px 3px 0 #f991150d 0 6px 18px 0 #f991151c
}

.brand-mount img {
width: 44px;
height: 44px;
object-fit: contain;
display: block
}

.brand-tag {
font-size: 14px;
line-height: 1.15;
letter-spacing: .06em;
color: #dceff1a6;
font-weight: 400
}

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

.hc-phone {
font-size: 20px;
line-height: 1.15;
font-weight: 700;
color: #F99115;
text-decoration: none;
letter-spacing: -.01em;
transition: color .25s ease-in-out
}

.hc-phone:hover {
color: #DCEFF1
}

.hc-phone:focus {
outline: 2px solid #F99115;
outline-offset: 4px;
border-radius: 4px
}

.hc-email {
font-size: 14px;
line-height: 1.15;
color: #dceff199;
text-decoration: none;
letter-spacing: .03em;
transition: color .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.hc-email:hover {
color: #DCEFF1
}

.hc-email:focus {
outline: 2px solid #DCEFF1;
outline-offset: 3px;
border-radius: 4px
}

.head-nav-strip {
max-width: 1100px;
margin: 0 auto;
padding: 0 36px;
display: flex;
justify-content: center;
margin-top: 24px
}

.pg-nav {
display: flex;
flex-wrap: wrap;
gap: 4px;
align-items: center;
justify-content: center;
background: #1a198838;
border: 1px solid #f991151f;
border-radius: 28px;
padding: 8px 12px;
box-shadow: 0 2px 3px 0 #1a19880d
}

.pg-nav a {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
line-height: 1.15;
font-weight: 700;
color: #dceff1d1;
text-decoration: none;
letter-spacing: .04em;
padding: 12px 24px;
border-radius: 16px;
border: 2px solid transparent;
min-height: 44px;
transition: color .25s ease-in-out, border-color .25s ease-in-out, background .25s ease-in-out;
white-space: nowrap
}

.pg-nav a:hover {
color: #F99115;
border-color: #f9911559;
background: #f9911512
}

.pg-nav a:focus {
outline: 2px solid #F99115;
outline-offset: 2px
}

.pg-nav a.active {
color: #F99115;
border-color: #f9911580;
background: #f991151a
}

.pg-nav a svg {
width: 16px;
height: 16px;
flex-shrink: 0
}

.head-rule {
max-width: 1100px;
margin: 24px auto 0;
height: 1px;
background: linear-gradient(90deg, transparent, #f9911566, #1a198899, transparent);
border: none
}

.pg-foot {
background: linear-gradient(180deg, #0d0d2b 0%, #090920 100%);
border-top: 1px solid #f9911533;
padding: 72px 36px 36px;
position: relative
}

.pg-foot::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, transparent, #F99115, #1A1988, transparent)
}

.foot-shell {
max-width: 1100px;
margin: 0 auto
}

.foot-top {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 72px;
padding-bottom: 36px
}

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

.foot-logo-hold {
display: inline-block;
padding: 8px;
background: #1a198833;
border: 1px solid #f9911540;
border-radius: 8px;
box-shadow: 0 2px 3px 0 #f991150d 0 6px 18px 0 #f991151c;
width: fit-content
}

.foot-logo-hold img {
width: 44px;
height: 44px;
object-fit: contain;
display: block
}

.foot-rule {
width: 100%;
height: 1px;
background: linear-gradient(90deg, #f9911580, transparent);
border: none;
margin: 0
}

.foot-desc {
font-size: 14px;
line-height: 1.65;
color: #dceff18c;
letter-spacing: .02em
}

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

.fc-label {
font-size: 14px;
line-height: 1.15;
font-weight: 700;
color: #F99115;
letter-spacing: .08em;
text-transform: uppercase
}

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

.fc-list li {
display: flex;
align-items: flex-start;
gap: 12px;
font-size: 14px;
line-height: 1.65;
color: #dceff1b3
}

.fc-list li svg {
width: 16px;
height: 16px;
flex-shrink: 0;
margin-top: 2px;
color: #F99115
}

.fc-list a {
color: #dceff1b3;
text-decoration: none;
transition: color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.fc-list a:hover {
color: #F99115
}

.fc-list a:focus {
outline: 2px solid #F99115;
outline-offset: 3px;
border-radius: 4px
}

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

.fl-label {
font-size: 14px;
line-height: 1.15;
font-weight: 700;
color: #F99115;
letter-spacing: .08em;
text-transform: uppercase
}

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

.fl-list a {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
line-height: 1.65;
color: #dceff1a6;
text-decoration: none;
letter-spacing: .02em;
transition: color .25s ease-in-out
}

.fl-list a:hover {
color: #DCEFF1
}

.fl-list a:focus {
outline: 2px solid #DCEFF1;
outline-offset: 3px;
border-radius: 4px
}

.fl-list a svg {
width: 14px;
height: 14px;
flex-shrink: 0;
color: #f9911599
}

.foot-addr-frame {
border: 1px solid #1a198880;
border-radius: 8px;
padding: 24px;
background: #1a19881f;
box-shadow: inset 0 1px 2px 0 #1a198826
}

.foot-bottom {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 12px;
padding-top: 36px;
border-top: 1px solid #f991151f
}

.foot-copy {
font-size: 14px;
line-height: 1.15;
color: #dceff166;
letter-spacing: .03em
}

.foot-copy span {
color: #f9911599
}

.foot-badge {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
line-height: 1.15;
color: #dceff159;
letter-spacing: .02em
}

.foot-badge svg {
width: 14px;
height: 14px;
color: #f9911573
}

.ck-bar {
display: none;
position: fixed;
bottom: 24px;
left: 0;
right: 0;
margin: auto;
width: 90%;
max-width: 680px;
background: linear-gradient(135deg, #114 0%, #0d0d2b 100%);
border: 1px solid #f991154d;
border-radius: 16px;
padding: 24px 36px;
z-index: 1200;
box-shadow: 0 10px 60px 0 #1a19881c 0 6px 18px 0 #f991151c;
transform: translateY(120%);
transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck-bar.ck-show {
transform: translateY(0)
}

.ck-head {
font-size: 20px;
line-height: 1.15;
font-weight: 700;
color: #DCEFF1;
letter-spacing: -.01em;
margin-bottom: 8px
}

.ck-text {
font-size: 14px;
line-height: 1.65;
color: #dceff1a6;
margin-bottom: 24px
}

.ck-acts {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap
}

.ck-ok {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 12px 36px;
font-size: 14px;
line-height: 1.15;
font-weight: 700;
letter-spacing: .05em;
color: #0d0d2b;
background: #F99115;
border: 2px solid #F99115;
border-radius: 28px;
cursor: pointer;
min-height: 44px;
transition: background .25s ease-in-out, color .25s ease-in-out
}

.ck-ok:hover {
background: #DCEFF1;
border-color: #DCEFF1
}

.ck-ok:focus {
outline: 2px solid #DCEFF1;
outline-offset: 3px
}

.ck-skip {
display: inline-flex;
align-items: center;
font-size: 14px;
line-height: 1.15;
color: #dceff18c;
background: none;
border: none;
cursor: pointer;
padding: 12px 8px;
min-height: 44px;
text-decoration: underline;
text-decoration-color: #dceff14d;
transition: color .28s cubic-bezier(0.4, 0, 0.2, 1);
font-family: 'Source Sans Pro', sans-serif
}

.ck-skip:hover {
color: #DCEFF1
}

.ck-skip:focus {
outline: 2px solid #dceff199;
outline-offset: 3px;
border-radius: 4px
}

@media (max-width: 1024px) {
.head-top {
padding: 24px 24px 0
}

.head-nav-strip {
padding: 0 24px
}

.foot-top {
grid-template-columns: 1fr 1fr;
gap: 36px
}

.pg-foot {
padding: 72px 24px 36px
}
}

@media (max-width: 768px) {
.head-top {
flex-direction: column;
align-items: center;
gap: 24px;
padding: 24px 12px 0
}

.head-contact {
align-items: center
}

.head-nav-strip {
padding: 0 12px
}

.pg-nav {
border-radius: 16px
}

.pg-nav a {
padding: 12px
}

.foot-top {
grid-template-columns: 1fr;
gap: 36px
}

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

.pg-foot {
padding: 36px 12px 24px
}

.ck-bar {
padding: 24px;
width: 95%
}
}

@media (max-width: 320px) {
.pg-nav a {
font-size: 14px;
padding: 8px
}

.hc-phone {
font-size: 20px
}

.ck-acts {
flex-direction: column;
align-items: flex-start
}
}

.text-legal {
max-width: 1100px;
margin: 0 auto;
padding: 72px 36px;
color: #DCEFF1
}

.text-legal p {
font-size: 14px;
line-height: 1.65;
margin-bottom: 24px;
letter-spacing: .015em;
opacity: .9
}

.text-legal ul,
.text-legal ol {
margin: 0 0 24px;
padding-left: 24px
}

.text-legal ul {
list-style: none;
padding-left: 0
}

.text-legal ul li {
padding-left: 20px;
position: relative
}

.text-legal ul li::before {
content: "";
position: absolute;
left: 0;
top: 8px;
width: 6px;
height: 6px;
border-radius: 0;
background: #F99115;
opacity: .8
}

.text-legal ol {
list-style: decimal
}

.text-legal ol li::marker {
color: #F99115;
font-size: 14px
}

.text-legal li {
font-size: 14px;
line-height: 1.65;
margin-bottom: 8px;
color: #DCEFF1;
opacity: .9;
letter-spacing: .015em
}

.text-legal strong,
.text-legal b {
color: #DCEFF1;
font-weight: 700;
opacity: 1;
letter-spacing: .01em
}

.text-legal a {
color: #F99115;
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
transition: color .25s ease-in-out, text-decoration-color .25s ease-in-out;
word-break: break-word
}

.text-legal a:hover {
color: #DCEFF1;
text-decoration-color: #F99115
}

.text-legal a:focus-visible {
outline: 2px solid #F99115;
outline-offset: 2px;
border-radius: 0
}

.text-legal table {
width: 100%;
border-collapse: collapse;
margin-bottom: 36px;
font-size: 14px;
line-height: 1.65;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 6px 18px 0 #f991151c
}

.text-legal thead {
background: #1a198899
}

.text-legal thead th {
padding: 12px 24px;
text-align: left;
font-size: 14px;
font-weight: 700;
color: #F99115;
letter-spacing: .04em;
border-bottom: 2px solid #f991154d
}

.text-legal tbody tr {
border-bottom: 1px solid #dceff114;
transition: background .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.text-legal tbody tr:last-child {
border-bottom: none
}

.text-legal tbody tr:hover {
background: #1a198840
}

.text-legal td {
padding: 12px 24px;
color: #DCEFF1;
opacity: .88;
vertical-align: top;
font-size: 14px;
line-height: 1.65
}

@media (max-width: 768px) {
.text-legal {
padding: 36px 24px
}

.text-legal table {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}

.text-legal thead th,
.text-legal td {
padding: 12px;
min-width: 120px
}
}

@media (max-width: 320px) {
.text-legal {
padding: 24px 12px
}
}

.fts-pg {
background-color: #0d0d1a;
color: #DCEFF1;
position: relative;
overflow-x: hidden
}

.fts-pg .reveal {
opacity: 0;
animation: fadeIn .5s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

@keyframes fadeIn {
to {
opacity: 1
}
}

.fts-pg .reveal-1 {
animation-delay: .1s
}

.fts-pg .reveal-2 {
animation-delay: .25s
}

.fts-pg .reveal-3 {
animation-delay: .4s
}

.fts-pg .top-band {
position: relative;
padding: 72px 24px;
overflow: hidden
}

.fts-pg .top-band-bg {
position: absolute;
inset: 0;
background: linear-gradient(to top, #1A1988 0%, #0d0d1a 60%);
z-index: 0
}

.fts-pg .top-band-mesh {
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 10% 80%, #f991152e 0%, transparent 55%), radial-gradient(ellipse at 85% 20%, #1a198873 0%, transparent 50%), radial-gradient(ellipse at 60% 90%, #dceff112 0%, transparent 40%);
z-index: 0
}

.fts-pg .dot-grid {
position: absolute;
top: 0;
left: 0;
width: 55%;
height: 100%;
background-image: radial-gradient(circle, #dceff12e 1px, transparent 1px);
background-size: 22px 22px;
z-index: 1;
pointer-events: none
}

.fts-pg .top-band-in {
position: relative;
z-index: 2;
max-width: 1100px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 36px;
align-items: center
}

.fts-pg .top-text-col {
display: flex;
flex-direction: column;
gap: 24px
}

.fts-pg .eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
letter-spacing: .12em;
color: #F99115;
border: 1.5px solid #f9911559;
border-radius: 8px;
padding: 4px 12px;
width: fit-content
}

.fts-pg .eyebrow i {
font-size: 14px
}

.fts-pg .top-h1 {
font-size: 48px;
line-height: 1.15;
letter-spacing: -.02em;
margin: 0
}

.fts-pg .top-h1 span {
color: #F99115
}

.fts-pg .top-desc {
font-size: 20px;
line-height: 1.65;
color: #dceff1bf;
margin: 0;
max-width: 480px
}

.fts-pg .img-col {
position: relative;
display: flex;
justify-content: flex-end
}

.fts-pg .img-frame {
position: relative;
border-radius: 16px;
overflow: hidden;
border: 1.5px solid #f991154d;
box-shadow: 0 10px 60px 0 #f991151c;
width: 100%;
max-width: 440px
}

.fts-pg .img-frame img {
width: 100%;
height: 320px;
object-fit: cover;
display: block;
border-radius: 16px
}

.fts-pg .light-leak {
position: absolute;
top: 0;
right: 0;
width: 180px;
height: 180px;
background: radial-gradient(ellipse at top right, #f9911561 0%, transparent 65%);
border-radius: 0 16px 0 0;
pointer-events: none
}

.fts-pg .img-frame-line {
position: absolute;
bottom: -8px;
left: 8px;
right: -8px;
height: 100%;
border: 1.5px solid #1a198899;
border-radius: 16px;
z-index: -1;
pointer-events: none
}

.fts-pg .diag-divider {
width: 100%;
height: 36px;
position: relative;
overflow: hidden
}

.fts-pg .diag-divider svg {
width: 100%;
height: 100%;
display: block
}

.fts-pg .cards-band {
padding: 72px 24px;
position: relative
}

.fts-pg .noise-layer {
position: absolute;
inset: 0;
background-color: #111126;
z-index: 0
}

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

.fts-pg .deco-lines {
position: absolute;
top: 36px;
bottom: 36px;
left: 50%;
transform: translateX(-550px);
width: 1100px;
pointer-events: none;
z-index: 1
}

.fts-pg .deco-lines::before,
.fts-pg .deco-lines::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
width: 1px;
background: linear-gradient(to top, #f9911533, #1a19884d, transparent)
}

.fts-pg .deco-lines::before {
left: 0
}

.fts-pg .deco-lines::after {
right: 0
}

.fts-pg .cards-in {
position: relative;
z-index: 2;
max-width: 1100px;
margin: 0 auto
}

.fts-pg .sec-label {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 36px
}

.fts-pg .geo-shape {
width: 12px;
height: 12px;
background: #F99115;
border-radius: 0;
transform: rotate(45deg);
flex-shrink: 0
}

.fts-pg .sec-label-txt {
font-size: 14px;
letter-spacing: .1em;
color: #dceff18c;
text-transform: uppercase
}

.fts-pg .cards-h2 {
font-size: 36px;
line-height: 1.15;
letter-spacing: -.015em;
margin: 0 0 36px
}

.fts-pg .cards-h2 .acc {
color: #F99115
}

.fts-pg .cards-layout {
display: grid;
grid-template-columns: 1fr 1.5fr 1fr;
gap: 24px;
align-items: start
}

.fts-pg .feat-card {
background: #1a19881f;
border: 1px solid #dceff11a;
border-radius: 16px;
padding: 24px;
display: flex;
flex-direction: column;
gap: 12px;
transition: border-color .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden
}

.fts-pg .feat-card::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(to top, #f991150f, transparent 50%);
border-radius: 16px;
opacity: 0;
transition: opacity .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.fts-pg .feat-card:hover::before {
opacity: 1
}

.fts-pg .feat-card:hover {
border-color: #f9911573;
box-shadow: 0 6px 18px 0 #f991151c
}

.fts-pg .card-icon-wrap {
width: 44px;
height: 44px;
border-radius: 8px;
background: #f991151f;
border: 1px solid #f9911540;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0
}

.fts-pg .card-icon-wrap i {
font-size: 20px;
color: #F99115
}

.fts-pg .card-h {
font-size: 20px;
line-height: 1.15;
margin: 0;
color: #DCEFF1
}

.fts-pg .card-txt {
font-size: 14px;
line-height: 1.65;
color: #dceff1a6;
margin: 0
}

.fts-pg .card-left-bar {
position: absolute;
left: 0;
top: 24px;
bottom: 24px;
width: 2px;
background: linear-gradient(to top, #F99115, #1a198899);
border-radius: 0
}

.fts-pg .feat-card-center {
background: #1a198838;
border: 1.5px solid #f991154d;
border-radius: 16px;
overflow: hidden;
display: flex;
flex-direction: column;
gap: 0;
box-shadow: 0 10px 60px 0 #1a19881c;
position: relative
}

.fts-pg .center-img-wrap {
position: relative;
border-bottom: 1px solid #f9911533
}

.fts-pg .center-img-wrap img {
width: 100%;
height: 220px;
object-fit: cover;
display: block
}

.fts-pg .center-img-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top, #111126b3 0%, transparent 60%);
pointer-events: none
}

.fts-pg .center-body {
padding: 24px;
display: flex;
flex-direction: column;
gap: 12px
}

.fts-pg .center-tag {
display: inline-block;
font-size: 14px;
letter-spacing: .08em;
color: #F99115;
background: #f991151a;
border: 1px solid #f9911540;
border-radius: 8px;
padding: 4px 12px;
width: fit-content
}

.fts-pg .center-h {
font-size: 26px;
line-height: 1.15;
margin: 0;
color: #DCEFF1
}

.fts-pg .center-txt {
font-size: 14px;
line-height: 1.65;
color: #dceff1b3;
margin: 0
}

.fts-pg .stat-row {
display: grid;
grid-template-columns: repeat(3, 1fr);
border-top: 1px solid #dceff11a
}

.fts-pg .stat-item {
padding: 12px 24px;
display: flex;
flex-direction: column;
gap: 4px;
border-right: 1px solid #dceff114
}

.fts-pg .stat-item:last-child {
border-right: none
}

.fts-pg .stat-num {
font-size: 26px;
line-height: 1.15;
color: #F99115;
letter-spacing: -.02em
}

.fts-pg .stat-lbl {
font-size: 14px;
line-height: 1.65;
color: #dceff180
}

.fts-pg .right-stack {
display: flex;
flex-direction: column;
gap: 24px
}

.fts-pg .img-side-card {
border-radius: 16px;
overflow: hidden;
border: 1.5px solid #dceff11f;
position: relative;
box-shadow: 0 2px 3px 0 #1a19880d
}

.fts-pg .img-side-card img {
width: 100%;
height: 160px;
object-fit: cover;
display: block
}

.fts-pg .img-side-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top, #111126d1 0%, transparent 55%);
pointer-events: none
}

.fts-pg .img-side-label {
position: absolute;
bottom: 12px;
left: 12px;
right: 12px;
font-size: 14px;
line-height: 1.65;
color: #dceff1d9
}

.fts-pg .flip-card {
perspective: 800px;
height: 160px;
border-radius: 16px
}

.fts-pg .flip-inner {
width: 100%;
height: 100%;
transform-style: preserve-3d;
transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
border-radius: 16px;
position: relative
}

.fts-pg .flip-card:hover .flip-inner,
.fts-pg .flip-card:focus-within .flip-inner {
transform: rotateY(180deg)
}

.fts-pg .flip-face {
position: absolute;
inset: 0;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
border-radius: 16px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
padding: 24px
}

.fts-pg .flip-front {
background: #1a198840;
border: 1.5px solid #1a198873
}

.fts-pg .flip-front i {
font-size: 26px;
color: #F99115;
margin-bottom: 8px
}

.fts-pg .flip-front-h {
font-size: 20px;
line-height: 1.15;
color: #DCEFF1;
margin: 0
}

.fts-pg .flip-back {
background: linear-gradient(to top, #1A1988, #0d0d1a);
border: 1.5px solid #f9911559;
transform: rotateY(180deg);
justify-content: center;
gap: 8px
}

.fts-pg .flip-back-txt {
font-size: 14px;
line-height: 1.65;
color: #dceff1cc;
margin: 0
}

@media (max-width: 1024px) {
.fts-pg .top-band-in {
grid-template-columns: 1fr;
gap: 36px
}

.fts-pg .img-col {
justify-content: center
}

.fts-pg .cards-layout {
grid-template-columns: 1fr 1fr
}

.fts-pg .feat-card-center {
grid-column: 1 / -1
}

.fts-pg .stat-row {
grid-template-columns: repeat(3, 1fr)
}

.fts-pg .right-stack {
flex-direction: row
}

.fts-pg .img-side-card,
.fts-pg .flip-card {
flex: 1
}
}

@media (max-width: 768px) {
.fts-pg .top-h1 {
font-size: 36px
}

.fts-pg .top-band {
padding: 36px 24px
}

.fts-pg .cards-band {
padding: 36px 24px
}

.fts-pg .cards-layout {
grid-template-columns: 1fr
}

.fts-pg .feat-card-center {
grid-column: auto
}

.fts-pg .stat-row {
grid-template-columns: 1fr 1fr
}

.fts-pg .right-stack {
flex-direction: column
}

.fts-pg .cards-h2 {
font-size: 26px
}

.fts-pg .deco-lines {
display: none
}
}

@media (max-width: 320px) {
.fts-pg .top-h1 {
font-size: 26px
}

.fts-pg .stat-row {
grid-template-columns: 1fr
}
}

.itvw {
background-color: #0d0d1a;
color: #DCEFF1;
position: relative;
overflow-x: hidden
}

.itvw .bg-osc {
position: fixed;
inset: 0;
z-index: 0;
animation: bgshift 8s ease-in-out infinite;
pointer-events: none
}

@keyframes bgshift {

0%,
100% {
background-color: #0d0d1a
}

50% {
background-color: #101028
}
}

.itvw .pg-wrap {
position: relative;
z-index: 1
}

.itvw .arrow-deco {
position: absolute;
opacity: .13;
pointer-events: none
}

.itvw .arrow-deco svg {
display: block
}

.itvw .title-blk {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 72px 24px;
text-align: center;
position: relative
}

.itvw .title-blk .img-zone {
position: relative;
width: 100%;
max-width: 680px;
margin: 0 auto 36px
}

.itvw .title-blk .img-zone img {
width: 100%;
height: 420px;
object-fit: cover;
border-radius: 16px;
display: block;
opacity: .82
}

.itvw .title-blk .img-vignette {
position: absolute;
inset: 0;
border-radius: 16px;
background: radial-gradient(ellipse at center, transparent 30%, #0d0d1a 100%);
pointer-events: none
}

.itvw .title-blk .img-deco {
position: absolute;
bottom: -24px;
left: 50%;
transform: translateX(-50%);
width: 120px;
height: 4px;
background: linear-gradient(90deg, #1A1988, #F99115);
border-radius: 8px;
pointer-events: none
}

.itvw .title-blk .txt-zone {
position: relative;
z-index: 2;
max-width: 700px
}

.itvw .title-blk .lbl {
display: inline-block;
font-size: 14px;
line-height: 1.15;
letter-spacing: .12em;
color: #F99115;
border: 2px solid #F99115;
border-radius: 8px;
padding: 4px 12px;
margin-bottom: 24px;
text-transform: uppercase
}

.itvw .title-blk .ttl {
font-size: 48px;
line-height: 1.15;
letter-spacing: -.02em;
margin: 0 0 24px
}

.itvw .title-blk .ttl span {
color: #F99115
}

.itvw .title-blk .desc {
font-size: 20px;
line-height: 1.65;
color: #DCEFF1;
opacity: .78;
margin: 0
}

.itvw .title-blk .icon-pair {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 24px;
margin-top: 36px
}

.itvw .title-blk .icon-pair .ip-item {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
font-size: 14px;
letter-spacing: .06em;
color: #DCEFF1;
opacity: .7
}

.itvw .title-blk .icon-pair .ip-item i {
color: #F99115;
font-size: 20px
}

.itvw .div-wave {
width: 100%;
overflow: hidden;
line-height: 0;
pointer-events: none
}

.itvw .div-wave svg {
display: block;
width: 100%
}

.itvw .itv-list-blk {
padding: 72px 24px 36px;
position: relative;
background-color: #111126 !important
}

.itvw .itv-list-blk .section-lbl {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
margin-bottom: 36px
}

.itvw .itv-list-blk .section-lbl .geo-shape {
width: 14px;
height: 14px;
background: #F99115;
border-radius: 0;
transform: rotate(45deg);
flex-shrink: 0
}

.itvw .itv-list-blk .section-lbl h2 {
font-size: 36px;
line-height: 1.15;
letter-spacing: -.01em;
margin: 0
}

.itvw .itv-list-blk .section-lbl h2 span {
color: #F99115
}

.itvw .itv-list-blk .itv-grid {
display: grid;
grid-template-columns: 30% 1fr;
gap: 36px;
max-width: 1100px;
margin: 0 auto;
align-items: start
}

.itvw .itv-list-blk .left-acc {
display: flex;
flex-direction: column;
gap: 24px;
position: sticky;
top: 36px
}

.itvw .itv-list-blk .left-acc .acc-card {
background: linear-gradient(180deg, #1A1988 0%, #0d0d1a 100%);
border-radius: 16px;
padding: 24px;
border: 1px solid #1a198880;
box-shadow: 0 6px 18px 0 #f991151c
}

.itvw .itv-list-blk .left-acc .acc-card h4 {
font-size: 14px;
line-height: 1.15;
letter-spacing: .08em;
color: #F99115;
margin: 0 0 12px;
text-transform: uppercase
}

.itvw .itv-list-blk .left-acc .acc-card p {
font-size: 14px;
line-height: 1.65;
color: #DCEFF1;
opacity: .78;
margin: 0
}

.itvw .itv-list-blk .left-acc .stat-row {
display: flex;
flex-direction: column;
gap: 12px
}

.itvw .itv-list-blk .left-acc .stat-item {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
border-left: 3px solid #F99115;
border-top: 1px solid #f991152e;
padding: 8px 12px;
background: #f991150a;
border-radius: 0 8px 8px 0
}

.itvw .itv-list-blk .left-acc .stat-item .sv {
font-size: 26px;
line-height: 1.15;
letter-spacing: -.02em;
color: #F99115;
font-weight: 700
}

.itvw .itv-list-blk .left-acc .stat-item .sl {
font-size: 14px;
line-height: 1.65;
color: #DCEFF1;
opacity: .7
}

.itvw .itv-list-blk .right-itv {
display: flex;
flex-direction: column;
gap: 24px
}

.itvw .itv-list-blk .itv-card {
border-radius: 16px;
background: #dceff108;
border: 1px solid #dceff11a;
padding: 36px;
position: relative;
transition: border-color .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 2px 3px 0 #f991150d
}

.itvw .itv-list-blk .itv-card:hover {
border-color: #f9911566;
box-shadow: 0 10px 60px 0 #f991151c
}

.itvw .itv-list-blk .itv-card .card-head {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
gap: 24px;
margin-bottom: 24px
}

.itvw .itv-list-blk .itv-card .card-head .ch-left {
display: flex;
flex-direction: column;
gap: 8px
}

.itvw .itv-list-blk .itv-card .card-tag {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
line-height: 1.15;
letter-spacing: .08em;
color: #DCEFF1;
opacity: .55;
text-transform: uppercase
}

.itvw .itv-list-blk .itv-card h3 {
font-size: 26px;
line-height: 1.15;
letter-spacing: -.01em;
margin: 0
}

.itvw .itv-list-blk .itv-card h3 span {
color: #F99115
}

.itvw .itv-list-blk .itv-card .card-auth {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
flex-shrink: 0
}

.itvw .itv-list-blk .itv-card .auth-avatar {
width: 48px;
height: 48px;
border-radius: 28px;
background: linear-gradient(135deg, #1A1988, #F99115);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0
}

.itvw .itv-list-blk .itv-card .auth-avatar i {
font-size: 20px;
color: #DCEFF1
}

.itvw .itv-list-blk .itv-card .auth-info {
display: flex;
flex-direction: column;
gap: 4px
}

.itvw .itv-list-blk .itv-card .auth-info .aname {
font-size: 14px;
line-height: 1.15;
color: #DCEFF1;
font-weight: 600
}

.itvw .itv-list-blk .itv-card .auth-info .arole {
font-size: 14px;
line-height: 1.15;
color: #DCEFF1;
opacity: .5
}

.itvw .itv-list-blk .itv-card .card-body p {
font-size: 14px;
line-height: 1.65;
color: #DCEFF1;
opacity: .75;
margin: 0 0 12px
}

.itvw .itv-list-blk .itv-card .card-body p:last-child {
margin-bottom: 0
}

.itvw .itv-list-blk .itv-card .card-qa {
margin-top: 24px;
display: flex;
flex-direction: column;
gap: 12px
}

.itvw .itv-list-blk .itv-card .qa-item {
border-left: 3px solid #1A1988;
border-top: 1px solid #1a198840;
padding: 8px 12px;
background: #1a19881f;
border-radius: 0 8px 8px 0
}

.itvw .itv-list-blk .itv-card .qa-item.qa-ans {
border-left-color: #F99115;
border-top-color: #f9911533;
background: #f991150d
}

.itvw .itv-list-blk .itv-card .qa-lbl {
font-size: 14px;
line-height: 1.15;
letter-spacing: .08em;
text-transform: uppercase;
margin-bottom: 4px;
display: block
}

.itvw .itv-list-blk .itv-card .qa-item .qa-lbl {
color: #1A1988;
opacity: .9
}

.itvw .itv-list-blk .itv-card .qa-item.qa-ans .qa-lbl {
color: #F99115
}

.itvw .itv-list-blk .itv-card .qa-item p {
font-size: 14px;
line-height: 1.65;
color: #DCEFF1;
opacity: .82;
margin: 0
}

.itvw .div-line {
max-width: 1100px;
margin: 0 auto;
padding: 0 24px
}

.itvw .div-line hr {
border: none;
height: 1px;
background: linear-gradient(90deg, transparent, #dceff126, transparent);
margin: 0
}

.itvw .cmp-blk {
padding: 72px 24px;
position: relative
}

.itvw .cmp-blk .cmp-inner {
max-width: 1100px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 30%;
gap: 72px;
align-items: start
}

.itvw .cmp-blk .cmp-left {
display: flex;
flex-direction: column;
gap: 36px
}

.itvw .cmp-blk .cmp-lbl {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px
}

.itvw .cmp-blk .cmp-lbl .geo-shape {
width: 14px;
height: 14px;
background: #DCEFF1;
border-radius: 0;
clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
flex-shrink: 0
}

.itvw .cmp-blk .cmp-lbl h2 {
font-size: 36px;
line-height: 1.15;
letter-spacing: -.01em;
margin: 0
}

.itvw .cmp-blk .cmp-lbl h2 span {
color: #F99115
}

.itvw .cmp-blk .cmp-desc {
font-size: 14px;
line-height: 1.65;
color: #DCEFF1;
opacity: .7;
max-width: 560px;
margin: 0
}

.itvw .cmp-blk .cmp-tbl {
width: 100%;
border-collapse: collapse
}

.itvw .cmp-blk .cmp-tbl thead tr th {
font-size: 14px;
line-height: 1.15;
letter-spacing: .08em;
text-transform: uppercase;
padding: 12px 24px;
text-align: left;
border-bottom: 2px solid #dceff11f
}

.itvw .cmp-blk .cmp-tbl thead tr th:first-child {
color: #DCEFF1;
opacity: .6
}

.itvw .cmp-blk .cmp-tbl thead tr th.col-scr {
color: #F99115
}

.itvw .cmp-blk .cmp-tbl thead tr th.col-man {
color: #DCEFF1;
opacity: .45
}

.itvw .cmp-blk .cmp-tbl tbody tr {
border-bottom: 1px solid #dceff10f;
transition: background-color .25s ease-in-out
}

.itvw .cmp-blk .cmp-tbl tbody tr:hover {
background: #f991150a
}

.itvw .cmp-blk .cmp-tbl tbody tr td {
font-size: 14px;
line-height: 1.65;
padding: 12px 24px;
color: #DCEFF1
}

.itvw .cmp-blk .cmp-tbl tbody tr td:first-child {
opacity: .78
}

.itvw .cmp-blk .cmp-tbl .ck {
display: inline-flex;
align-items: center;
justify-content: center
}

.itvw .cmp-blk .cmp-tbl .ck i {
font-size: 20px
}

.itvw .cmp-blk .cmp-tbl .ck.yes i {
color: #F99115
}

.itvw .cmp-blk .cmp-tbl .ck.no i {
color: #dceff14d
}

.itvw .cmp-blk .cmp-right {
display: flex;
flex-direction: column;
gap: 24px
}

.itvw .cmp-blk .cmp-quote {
background: linear-gradient(180deg, #1a198866 0%, #0d0d1acc 100%);
border-radius: 16px;
padding: 36px;
border: 1px solid #1a198880;
box-shadow: 0 6px 18px 0 #1a19881c;
position: relative
}

.itvw .cmp-blk .cmp-quote .q-icon {
width: 36px;
height: 36px;
margin-bottom: 12px
}

.itvw .cmp-blk .cmp-quote blockquote {
margin: 0 0 24px;
font-size: 20px;
line-height: 1.65;
color: #DCEFF1;
font-style: italic
}

.itvw .cmp-blk .cmp-quote .q-attr {
font-size: 14px;
line-height: 1.15;
color: #F99115;
opacity: .9
}

.itvw .cmp-blk .cmp-cta {
display: flex;
flex-direction: column;
gap: 12px
}

.itvw .cmp-blk .btn-prim {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
font-size: 14px;
line-height: 1.15;
letter-spacing: .06em;
text-decoration: none;
color: #F99115;
background: transparent;
border: 3px solid #F99115;
border-radius: 8px;
padding: 12px 24px;
cursor: pointer;
transition: background-color .35s cubic-bezier(0.4, 0, 0.2, 1), color .35s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 2px 3px 0 #f991150d
}

.itvw .cmp-blk .btn-prim:hover {
background-color: #F99115;
color: #0d0d1a
}

.itvw .cmp-blk .btn-prim:focus {
outline: 2px solid #F99115;
outline-offset: 4px
}

.itvw .cmp-blk .btn-prim:active {
animation: shake .32s cubic-bezier(0.4, 0, 0.2, 1)
}

@keyframes shake {

0%,
100% {
transform: translateX(0)
}

20% {
transform: translateX(-4px)
}

40% {
transform: translateX(4px)
}

60% {
transform: translateX(-3px)
}

80% {
transform: translateX(3px)
}
}

.itvw .cmp-blk .btn-sec {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
font-size: 14px;
line-height: 1.15;
letter-spacing: .06em;
text-decoration: none;
color: #DCEFF1;
background: transparent;
border: 2px solid #dceff140;
border-radius: 8px;
padding: 12px 24px;
cursor: pointer;
transition: border-color .25s ease-in-out, color .25s ease-in-out
}

.itvw .cmp-blk .btn-sec:hover {
border-color: #dceff199;
color: #fff
}

.itvw .cmp-blk .btn-sec:focus {
outline: 2px solid #DCEFF1;
outline-offset: 4px
}

@media (max-width: 1024px) {
.itvw .itv-list-blk .itv-grid {
grid-template-columns: 1fr
}

.itvw .itv-list-blk .left-acc {
position: static;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px
}

.itvw .cmp-blk .cmp-inner {
grid-template-columns: 1fr;
gap: 36px
}
}

@media (max-width: 768px) {
.itvw .title-blk .ttl {
font-size: 36px
}

.itvw .title-blk .img-zone img {
height: 260px
}

.itvw .itv-list-blk .left-acc {
grid-template-columns: 1fr
}

.itvw .itv-list-blk .itv-card {
padding: 24px
}

.itvw .itv-list-blk .itv-card .card-head {
flex-direction: column
}

.itvw .title-blk .icon-pair {
flex-direction: column;
gap: 12px
}
}

@media (max-width: 320px) {
.itvw .title-blk .ttl {
font-size: 26px
}

.itvw .itv-list-blk .section-lbl h2 {
font-size: 26px
}

.itvw .cmp-blk .cmp-lbl h2 {
font-size: 26px
}
}

.cu-pg {
background-color: #0d0d1a;
color: #DCEFF1;
position: relative;
overflow-x: clip
}

.cu-pg .ed-col {
max-width: 1100px;
margin-left: auto;
margin-right: auto;
padding-left: 36px;
padding-right: 36px
}

.cu-pg .flicker-bg {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden
}

.cu-pg .flicker-bg::before {
content: '';
position: absolute;
width: 340px;
height: 340px;
border-radius: 28px;
background: #f991150f;
top: 8%;
right: 4%;
animation: flk1 6s ease-in-out infinite
}

.cu-pg .flicker-bg::after {
content: '';
position: absolute;
width: 220px;
height: 220px;
border-radius: 28px;
background: #1a19881f;
bottom: 12%;
left: 3%;
animation: flk2 8s ease-in-out infinite
}

@keyframes flk1 {

0%,
100% {
opacity: .4
}

45% {
opacity: .08
}

70% {
opacity: .55
}
}

@keyframes flk2 {

0%,
100% {
opacity: .3
}

30% {
opacity: .7
}

65% {
opacity: .15
}
}

.cu-pg .top-strip {
border-bottom: 1px solid #dceff114;
padding-top: 72px;
padding-bottom: 72px;
position: relative
}

.cu-pg .top-strip::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 30%;
height: 1px;
background: #F99115
}

.cu-pg .strip-grid {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 72px;
align-items: start
}

.cu-pg .strip-label {
font-size: 14px;
letter-spacing: .08em;
color: #dceff180;
text-transform: uppercase;
margin-bottom: 24px;
display: flex;
flex-direction: row;
align-items: center;
gap: 8px
}

.cu-pg .strip-label::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #F99115;
border-radius: 0;
flex-shrink: 0
}

.cu-pg .strip-h1 {
font-size: 48px;
line-height: 1.15;
letter-spacing: -.02em;
margin-bottom: 24px
}

.cu-pg .strip-h1 .acc {
color: #F99115
}

.cu-pg .strip-sub {
font-size: 20px;
line-height: 1.65;
color: #dceff1b8;
max-width: 480px
}

.cu-pg .strip-meta {
display: flex;
flex-direction: column;
gap: 24px;
padding-top: 12px
}

.cu-pg .meta-item {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px;
padding: 24px;
border: 1px solid #dceff11a;
border-left: 3px solid #f9911599;
border-radius: 8px;
background: #1a198812;
transition: border-color .25s ease-in-out, background .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu-pg .meta-item:hover {
border-color: #dceff133;
border-left-color: #F99115;
background: #1a198824
}

.cu-pg .meta-icon {
width: 36px;
height: 36px;
border-radius: 8px;
background: #f991151f;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-shrink: 0
}

.cu-pg .meta-icon i {
font-size: 20px;
color: #F99115
}

.cu-pg .meta-body {
display: flex;
flex-direction: column;
gap: 4px
}

.cu-pg .meta-head {
font-size: 14px;
color: #dceff180;
letter-spacing: .05em
}

.cu-pg .meta-val {
font-size: 20px;
line-height: 1.15;
color: #DCEFF1
}

.cu-pg .meta-val a {
color: #DCEFF1;
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-thickness: 1px;
transition: text-decoration-thickness .25s ease-in-out, color .25s ease-in-out
}

.cu-pg .meta-val a:hover {
color: #F99115;
text-decoration-thickness: 3px;
text-underline-offset: 1px;
text-decoration-color: transparent;
text-decoration: underline;
text-underline-offset: 0;
text-decoration-thickness: 0;
text-shadow: none
}

.cu-pg .meta-val a:hover::after {
width: 4px
}

.cu-pg .addr-note {
font-size: 14px;
line-height: 1.65;
color: #dceff173;
margin-top: 4px
}

.cu-pg .form-belt {
padding-top: 72px;
padding-bottom: 72px;
position: relative;
clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
background: linear-gradient(180deg, #1a19882e 0%, #0d0d1a00 100%)
}

.cu-pg .form-belt::before {
content: '';
position: absolute;
top: 0;
left: 36px;
right: 36px;
height: 1px;
background: linear-gradient(90deg, transparent 0%, #f9911566 30%, #dceff126 100%)
}

.cu-pg .form-layout {
display: grid;
grid-template-columns: 5fr 7fr;
gap: 72px;
align-items: start
}

.cu-pg .form-aside {
display: flex;
flex-direction: column;
gap: 36px
}

.cu-pg .aside-hed {
font-size: 36px;
line-height: 1.15;
letter-spacing: -.015em
}

.cu-pg .aside-hed .acc {
color: #F99115
}

.cu-pg .aside-copy {
font-size: 14px;
line-height: 1.65;
color: #dceff1a6
}

.cu-pg .resp-chart {
display: flex;
flex-direction: column;
gap: 8px
}

.cu-pg .chart-label {
font-size: 14px;
color: #dceff180;
margin-bottom: 4px
}

.cu-pg .chart-svg-wrap {
border: 1px solid #dceff11a;
border-radius: 8px;
padding: 12px;
background: #0d0d1a99
}

.cu-pg .time-info {
display: flex;
flex-direction: row;
gap: 24px
}

.cu-pg .time-item {
display: flex;
flex-direction: column;
gap: 4px
}

.cu-pg .time-day {
font-size: 14px;
color: #dceff173
}

.cu-pg .time-hrs {
font-size: 20px;
line-height: 1.15;
color: #DCEFF1
}

.cu-pg .cf {
display: flex;
flex-direction: column;
gap: 24px
}

.cu-pg .cf-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px
}

.cu-pg .cf-grp {
display: flex;
flex-direction: column;
gap: 8px
}

.cu-pg .cf-grp label {
font-size: 14px;
color: #dceff199;
letter-spacing: .04em
}

.cu-pg .cf-grp input,
.cu-pg .cf-grp select {
background: #dceff10a;
border: 1px solid #dceff124;
border-radius: 8px;
color: #DCEFF1;
font-size: 14px;
padding: 12px 16px;
outline: none;
transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), background .28s cubic-bezier(0.4, 0, 0.2, 1);
width: 100%;
box-sizing: border-box;
box-shadow: inset 0 1px 2px 0 #f991150d
}

.cu-pg .cf-grp input::placeholder {
color: #dceff147;
font-weight: 300
}

.cu-pg .cf-grp input:focus,
.cu-pg .cf-grp select:focus {
border-color: #f991158c;
background: #f991150f
}

.cu-pg .cf-grp select {
cursor: pointer;
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23F99115' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 14px center;
padding-right: 36px
}

.cu-pg .cf-grp select option {
background: #0d0d1a;
color: #DCEFF1
}

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

.cu-pg .privacy-row input[type="checkbox"] {
width: 18px;
height: 18px;
border: 1px solid #dceff14d;
border-radius: 0;
background: transparent;
accent-color: #F99115;
flex-shrink: 0;
cursor: pointer;
margin-top: 2px
}

.cu-pg .privacy-row .prv-text {
font-size: 14px;
line-height: 1.65;
color: #dceff18c
}

.cu-pg .privacy-row .prv-text a {
color: #F99115 !important;
text-decoration: underline;
text-underline-offset: 2px;
text-decoration-thickness: 1px;
transition: text-decoration-color .25s ease-in-out
}

.cu-pg .privacy-row .prv-text a:hover {
text-decoration-color: transparent
}

.cu-pg .sub-btn {
align-self: flex-start;
background: transparent;
border: 2px solid #F99115;
border-radius: 8px;
color: #F99115;
font-size: 14px;
letter-spacing: .06em;
padding: 12px 36px;
cursor: pointer;
transition: background .3s cubic-bezier(0.4, 0, 0.2, 1), color .3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1);
text-transform: uppercase
}

.cu-pg .sub-btn:hover {
background: #F99115;
color: #0d0d1a;
box-shadow: 0 6px 18px 0 #f991151c
}

.cu-pg .sub-btn:focus {
outline: 2px solid #F99115;
outline-offset: 3px
}

.cu-pg .sub-btn:active {
transform: scale(0.98)
}

@keyframes shake {

0%,
100% {
transform: translateX(0)
}

20% {
transform: translateX(-5px)
}

40% {
transform: translateX(5px)
}

60% {
transform: translateX(-4px)
}

80% {
transform: translateX(4px)
}
}

.cu-pg .sub-btn.shake {
animation: shake .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu-pg .addr-belt {
padding-top: 72px;
padding-bottom: 72px;
position: relative
}

.cu-pg .addr-belt::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 70%;
height: 1px;
background: #dceff114
}

.cu-pg .addr-belt::after {
content: '';
position: absolute;
top: 0;
left: 70%;
right: 0;
height: 1px;
background: #f991154d
}

.cu-pg .addr-inner {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 36px;
align-items: start
}

.cu-pg .addr-block {
display: flex;
flex-direction: column;
gap: 12px
}

.cu-pg .addr-tag {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
font-size: 14px;
letter-spacing: .07em;
text-transform: uppercase;
color: #dceff166
}

.cu-pg .addr-tag::before {
content: '';
display: block;
width: 16px;
height: 2px;
background: #F99115;
border-radius: 0
}

.cu-pg .addr-hed {
font-size: 26px;
line-height: 1.15;
letter-spacing: -.01em
}

.cu-pg .addr-txt {
font-size: 14px;
line-height: 1.65;
color: #dceff199;
border-left: 2px solid #f9911559;
padding-left: 12px
}

.cu-pg .addr-link {
color: #dceff1bf;
font-size: 14px;
text-decoration: none;
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
transition: color .28s ease-in-out
}

.cu-pg .addr-link i {
font-size: 14px;
color: #F99115
}

.cu-pg .addr-link:hover {
color: #F99115
}

.cu-pg .legal-note {
font-size: 14px;
line-height: 1.65;
color: #dceff159;
padding-top: 24px;
border-top: 1px solid #dceff10f
}

@media (max-width: 1024px) {
.cu-pg .strip-grid {
grid-template-columns: 1fr;
gap: 36px
}

.cu-pg .strip-h1 {
font-size: 36px
}

.cu-pg .form-layout {
grid-template-columns: 1fr;
gap: 36px
}

.cu-pg .addr-inner {
grid-template-columns: 1fr 1fr;
gap: 24px
}
}

@media (max-width: 768px) {
.cu-pg .ed-col {
padding-left: 24px;
padding-right: 24px
}

.cu-pg .top-strip {
padding-top: 36px;
padding-bottom: 36px
}

.cu-pg .strip-h1 {
font-size: 36px
}

.cu-pg .cf-row {
grid-template-columns: 1fr
}

.cu-pg .addr-inner {
grid-template-columns: 1fr
}

.cu-pg .time-info {
flex-direction: column;
gap: 12px
}

.cu-pg .form-belt {
clip-path: none
}
}

@media (max-width: 320px) {
.cu-pg .strip-h1 {
font-size: 26px
}

.cu-pg .aside-hed {
font-size: 26px
}

.cu-pg .sub-btn {
padding: 12px 24px
}
}

.ab-us {
background-color: #0d0d1a;
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.04'/%3E%3C/svg%3E");
color: #DCEFF1;
overflow-x: hidden;
position: relative
}

.ab-us .pg-max {
max-width: 1100px;
margin: 0 auto;
padding: 0 24px
}

.ab-us .skel {
background: linear-gradient(110deg, #1a1933 30%, #242445 50%, #1a1933 70%);
background-size: 200% 100%;
animation: skel-move 1.4s ease-in-out infinite
}

@keyframes skel-move {
0% {
background-position: 200% 0
}

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

.ab-us img {
display: block
}

.ab-us .zdivider {
height: 72px;
position: relative;
overflow: hidden
}

.ab-us .zdivider::before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 50%;
height: 40px;
transform: translateY(-50%);
background: linear-gradient(to bottom, transparent, #f9911512, transparent);
filter: blur(8px)
}

.ab-us .zdivider-b::before {
background: linear-gradient(to bottom, transparent, #1a19881f, transparent)
}

.ab-us .two-tone {
display: inline
}

.ab-us .two-tone .accent-w {
color: #F99115
}

.ab-us .shape-anchor {
display: inline-block;
width: 12px;
height: 12px;
border: 2px solid #F99115;
border-radius: 0;
margin-right: 12px;
vertical-align: middle;
flex-shrink: 0
}

.ab-us .shape-anchor.sm {
width: 8px;
height: 8px;
border-color: #f9911599
}

.ab-us .litem {
border-left: 3px solid #f9911559;
padding-left: 12px;
margin-bottom: 12px;
transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .litem:hover {
border-left-color: #F99115
}

.ab-us .litem:last-child {
margin-bottom: 0
}

.ab-us .ttl-blk {
padding: 72px 0 36px;
position: relative
}

.ab-us .ttl-inner {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 72px
}

.ab-us .ttl-text {
flex: 1 1 0;
min-width: 0
}

.ab-us .ttl-eyebrow {
font-size: 14px;
letter-spacing: .12em;
color: #dceff18c;
text-transform: uppercase;
margin-bottom: 24px;
display: flex;
flex-direction: row;
align-items: center;
gap: 8px
}

.ab-us .ttl-eyebrow::after {
content: '';
display: inline-block;
height: 1px;
width: 48px;
background: #f9911566
}

.ab-us .ttl-h1 {
font-size: 48px;
line-height: 1.15;
letter-spacing: -.02em;
margin-bottom: 24px;
color: #DCEFF1
}

.ab-us .ttl-desc {
font-size: 20px;
line-height: 1.65;
color: #dceff1bf;
margin-bottom: 36px;
max-width: 480px
}

.ab-us .ttl-tags {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 8px
}

.ab-us .ttl-tag {
font-size: 14px;
letter-spacing: .06em;
color: #dceff1b3;
border: 1.5px solid #1a1988b3;
border-radius: 8px;
padding: 4px 12px;
background: #1a19882e;
transition: border-color .32s cubic-bezier(0.4, 0, 0.2, 1), color .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .ttl-tag:hover {
border-color: #F99115;
color: #F99115
}

.ab-us .ttl-img-col {
flex: 0 0 420px;
position: relative
}

.ab-us .ttl-img-frame {
border-radius: 16px;
overflow: hidden;
border: 1.5px solid #f9911538;
box-shadow: 0 10px 60px 0 #f991151c 0 2px 3px 0 #f991150d;
position: relative;
z-index: 1
}

.ab-us .ttl-img-frame img {
width: 420px;
height: 320px;
object-fit: cover;
display: block;
transition: opacity .5s ease-in-out
}

.ab-us .ttl-img-frame img.loading {
opacity: 0
}

.ab-us .img-skel {
position: absolute;
inset: 0;
border-radius: 16px
}

.ab-us .ttl-bg-num {
position: absolute;
top: -24px;
right: -24px;
font-size: 148px;
line-height: 1.15;
letter-spacing: -.04em;
color: #1a198821;
pointer-events: none;
z-index: 0;
user-select: none
}

.ab-us .ttl-zigzag {
width: 100%;
overflow: hidden;
line-height: 0;
margin-top: 36px
}

.ab-us .ttl-zigzag svg {
display: block;
width: 100%
}

.ab-us .abt-blk {
padding: 72px 0;
background: radial-gradient(ellipse at 60% 40%, #1a198847 0%, #0d0d1a00 70%);
position: relative
}

.ab-us .abt-grid {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 72px;
align-items: start
}

.ab-us .abt-side {
position: sticky;
top: 24px
}

.ab-us .abt-side-label {
font-size: 14px;
letter-spacing: .1em;
text-transform: uppercase;
color: #dceff166;
margin-bottom: 24px
}

.ab-us .abt-side-num {
font-size: 48px;
line-height: 1.15;
letter-spacing: -.03em;
color: #F99115;
margin-bottom: 8px;
font-weight: 700
}

.ab-us .abt-side-sub {
font-size: 14px;
color: #dceff180;
line-height: 1.65;
margin-bottom: 36px
}

.ab-us .abt-side-img-wrap {
border-radius: 8px;
overflow: hidden;
border: 1px solid #dceff11a;
box-shadow: 0 6px 18px 0 #1a19881c;
position: relative
}

.ab-us .abt-side-img-wrap img {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
transition: opacity .5s ease-in-out
}

.ab-us .abt-side-img-wrap img.loading {
opacity: 0
}

.ab-us .abt-main {
display: flex;
flex-direction: column;
gap: 36px
}

.ab-us .abt-h2 {
font-size: 36px;
line-height: 1.15;
letter-spacing: -.02em;
color: #DCEFF1;
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px
}

.ab-us .abt-h2 .shape-anchor {
margin-top: 8px
}

.ab-us .abt-para {
font-size: 20px;
line-height: 1.65;
color: #dceff1c7
}

.ab-us .abt-specs {
display: flex;
flex-direction: column;
gap: 0;
border-radius: 16px;
overflow: hidden;
border: 1px solid #f9911526;
box-shadow: 0 6px 18px 0 #f991151c
}

.ab-us .abt-spec-row {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 24px;
padding: 24px;
border-bottom: 1px solid #f991151a;
background: #1a19881f;
transition: background .35s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden
}

.ab-us .abt-spec-row::before {
content: '';
position: absolute;
inset: 0;
background: #f991150f;
transform: translateX(-100%);
transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .abt-spec-row:hover::before {
transform: translateX(0)
}

.ab-us .abt-spec-row:last-child {
border-bottom: none
}

.ab-us .abt-spec-icon {
width: 40px;
height: 40px;
border-radius: 8px;
border: 1.5px solid #f9911559;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: #F99115;
font-size: 20px
}

.ab-us .abt-spec-body {
flex: 1 1 0;
min-width: 0
}

.ab-us .abt-spec-name {
font-size: 14px;
letter-spacing: .06em;
color: #dceff18c;
text-transform: uppercase;
margin-bottom: 4px
}

.ab-us .abt-spec-val {
font-size: 20px;
line-height: 1.65;
color: #DCEFF1
}

.ab-us .abt-imgs-row {
display: flex;
flex-direction: row;
gap: 12px
}

.ab-us .abt-img-card {
flex: 1 1 0;
border-radius: 16px;
overflow: hidden;
border: 1px solid #dceff11a;
box-shadow: 0 6px 18px 0 #f991151c;
position: relative
}

.ab-us .abt-img-card img {
width: 100%;
height: 180px;
object-fit: cover;
display: block;
transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), opacity .5s ease-in-out
}

.ab-us .abt-img-card img.loading {
opacity: 0
}

.ab-us .abt-img-card:hover img {
transform: scale(1.04)
}

.ab-us .team-blk {
padding: 72px 0;
position: relative
}

.ab-us .team-blk::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(to right, transparent, #f991154d, #1a198866, transparent)
}

.ab-us .team-top {
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: space-between;
gap: 36px;
margin-bottom: 72px
}

.ab-us .team-head {
max-width: 560px
}

.ab-us .team-h2 {
font-size: 36px;
line-height: 1.15;
letter-spacing: -.02em;
color: #DCEFF1;
margin-bottom: 12px;
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px
}

.ab-us .team-h2 .shape-anchor {
margin-top: 8px;
border-color: #1A1988
}

.ab-us .team-sub {
font-size: 20px;
line-height: 1.65;
color: #dceff1a6
}

.ab-us .team-contact-pill {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
border: 2px solid #f9911580;
border-radius: 8px;
padding: 12px 24px;
color: #F99115;
font-size: 14px;
text-decoration: none;
letter-spacing: .06em;
flex-shrink: 0;
background: transparent;
position: relative;
overflow: hidden;
transition: color .32s cubic-bezier(0.4, 0, 0.2, 1), border-color .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .team-contact-pill::before {
content: '';
position: absolute;
inset: 0;
background: #F99115;
transform: translateX(-100%);
transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 0
}

.ab-us .team-contact-pill:hover::before {
transform: translateX(0)
}

.ab-us .team-contact-pill:hover {
color: #0d0d1a;
border-color: #F99115
}

.ab-us .team-contact-pill span,
.ab-us .team-contact-pill i {
position: relative;
z-index: 1
}

.ab-us .team-layout {
display: grid;
grid-template-columns: 1fr 1fr 2fr;
gap: 24px;
align-items: start
}

.ab-us .pcard {
background: #1a198824;
border: 1px solid #1a198866;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 6px 18px 0 #1a19881c;
transition: box-shadow .38s cubic-bezier(0.4, 0, 0.2, 1), border-color .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .pcard:hover {
border-color: #f9911559;
box-shadow: 0 10px 60px 0 #f991151c
}

.ab-us .pcard-photo {
position: relative;
overflow: hidden;
height: 200px
}

.ab-us .pcard-photo img {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), opacity .5s ease-in-out
}

.ab-us .pcard-photo img.loading {
opacity: 0
}

.ab-us .pcard:hover .pcard-photo img {
transform: scale(1.05)
}

.ab-us .pcard-info {
padding: 24px
}

.ab-us .pcard-name {
font-size: 20px;
line-height: 1.15;
color: #DCEFF1;
margin-bottom: 4px
}

.ab-us .pcard-role {
font-size: 14px;
color: #F99115;
letter-spacing: .07em;
text-transform: uppercase;
margin-bottom: 12px
}

.ab-us .pcard-bio {
font-size: 14px;
line-height: 1.65;
color: #dceff199
}

.ab-us .team-values {
background: #0d0d1ab3;
border: 1px solid #f9911533;
border-radius: 28px;
padding: 36px;
box-shadow: 0 10px 60px 0 #f991151c inset 0 1px 2px #f991150d;
display: flex;
flex-direction: column;
gap: 24px
}

.ab-us .team-val-h {
font-size: 26px;
line-height: 1.15;
letter-spacing: -.01em;
color: #DCEFF1;
margin-bottom: 8px
}

.ab-us .vitem {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px;
border-left: 3px solid #f991154d;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
border-bottom: 1px solid transparent;
padding: 12px;
border-radius: 0;
transition: border-left-color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .vitem:hover {
border-left-color: #F99115
}

.ab-us .vitem-icon {
flex-shrink: 0;
width: 36px;
height: 36px;
border: 1.5px solid #f9911566;
border-radius: 8px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
color: #F99115;
font-size: 20px
}

.ab-us .vitem-txt {
flex: 1 1 0;
min-width: 0
}

.ab-us .vitem-name {
font-size: 14px;
color: #dceff18c;
letter-spacing: .06em;
text-transform: uppercase;
margin-bottom: 4px
}

.ab-us .vitem-desc {
font-size: 14px;
line-height: 1.65;
color: #dceff1bf
}

.ab-us .zz-edge {
width: 100%;
overflow: hidden;
line-height: 0
}

@media (max-width: 1024px) {
.ab-us .ttl-inner {
gap: 36px
}

.ab-us .ttl-img-col {
flex: 0 0 320px
}

.ab-us .ttl-img-frame img {
width: 320px;
height: 260px
}

.ab-us .abt-grid {
grid-template-columns: 1fr;
gap: 36px
}

.ab-us .abt-side {
position: static;
display: flex;
flex-direction: row;
gap: 36px;
align-items: flex-start
}

.ab-us .abt-side-img-wrap {
flex: 0 0 220px
}

.ab-us .team-layout {
grid-template-columns: 1fr 1fr
}

.ab-us .team-values {
grid-column: 1 / -1
}
}

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

.ab-us .ttl-img-col {
flex: unset;
width: 100%
}

.ab-us .ttl-img-frame img {
width: 100%;
height: 260px
}

.ab-us .ttl-bg-num {
font-size: 80px;
right: 0;
top: -12px
}

.ab-us .ttl-h1 {
font-size: 36px
}

.ab-us .abt-side {
flex-direction: column
}

.ab-us .abt-side-img-wrap {
flex: unset;
width: 100%
}

.ab-us .abt-imgs-row {
flex-direction: column
}

.ab-us .team-top {
flex-direction: column;
align-items: flex-start
}

.ab-us .team-layout {
grid-template-columns: 1fr
}

.ab-us .team-values {
grid-column: auto
}
}

@media (max-width: 320px) {
.ab-us .ttl-h1 {
font-size: 26px
}

.ab-us .abt-h2 {
font-size: 26px
}

.ab-us .team-h2 {
font-size: 26px
}
}

.frnt {
background-color: #0d0d1a;
color: #DCEFF1;
overflow-x: hidden;
position: relative
}

.frnt .bg-rings {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100vw;
height: 100vh;
pointer-events: none;
z-index: 0;
overflow: hidden
}

.frnt .bg-rings span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
border: 1px solid #f9911512;
animation: ring-expand 6s ease-out infinite
}

.frnt .bg-rings span:nth-child(1) {
width: 200px;
height: 200px;
animation-delay: 0s
}

.frnt .bg-rings span:nth-child(2) {
width: 400px;
height: 400px;
animation-delay: 1.5s
}

.frnt .bg-rings span:nth-child(3) {
width: 650px;
height: 650px;
animation-delay: 3s
}

.frnt .bg-rings span:nth-child(4) {
width: 900px;
height: 900px;
animation-delay: 4.5s
}

@keyframes ring-expand {
0% {
opacity: 0;
transform: translate(-50%, -50%) scale(0.85)
}

30% {
opacity: 1
}

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

.frnt .pg-wrap {
position: relative;
z-index: 1;
max-width: 1100px;
margin: 0 auto;
padding: 0 24px
}

.frnt .div-arrows {
display: flex;
gap: 8px;
justify-content: center;
padding: 12px 0
}

.frnt .div-arrows span {
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 8px solid #f991154d
}

.frnt .div-arrows span:nth-child(2) {
border-top-color: #f9911580
}

.frnt .div-arrows span:nth-child(3) {
border-top-color: #f99115b3
}

.frnt .div-line {
height: 1px;
background: linear-gradient(90deg, transparent, #1a198899, #f9911566, transparent);
margin: 0
}

.frnt .div-dots {
display: flex;
gap: 4px;
justify-content: center;
padding: 12px 0
}

.frnt .div-dots span {
width: 4px;
height: 4px;
border-radius: 50%;
background: #dceff133
}

.frnt .div-dots span:nth-child(3) {
background: #f9911580
}

.frnt .div-dots span:nth-child(7) {
background: #f991154d
}

.frnt .geo-shape {
display: inline-block;
width: 10px;
height: 10px;
background: #F99115;
transform: rotate(45deg);
margin-right: 12px;
flex-shrink: 0
}

.frnt .geo-shape.sm {
width: 7px;
height: 7px
}

.frnt .ttl-block {
padding: 72px 0 36px;
position: relative;
overflow: hidden
}

.frnt .ttl-block .circles-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none
}

.frnt .ttl-block .circles-bg::before {
content: '';
position: absolute;
top: -80px;
right: -80px;
width: 320px;
height: 320px;
border-radius: 50%;
border: 1px solid #1a19882e
}

.frnt .ttl-block .circles-bg::after {
content: '';
position: absolute;
bottom: -60px;
left: 10%;
width: 200px;
height: 200px;
border-radius: 50%;
border: 1px solid #f991151a
}

.frnt .ttl-inner {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 36px;
align-items: center
}

.frnt .ttl-img-frame {
position: relative
}

.frnt .ttl-img-wrap {
border-radius: 16px;
overflow: hidden;
border: 1px solid #1a198866;
box-shadow: 0 10px 60px 0 #1a19881c;
position: relative
}

.frnt .ttl-img-wrap::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(160deg, #1a198873 0%, #0d0d1a4d 100%);
border-radius: 16px
}

.frnt .ttl-img-wrap img {
width: 100%;
height: 340px;
object-fit: cover;
display: block;
filter: saturate(0.7) brightness(0.85)
}

.frnt .ttl-img-frame .frame-deco {
position: absolute;
top: -8px;
left: -8px;
right: 8px;
bottom: 8px;
border: 1px solid #f9911540;
border-radius: 16px;
pointer-events: none
}

.frnt .ttl-txt {
display: flex;
flex-direction: column;
gap: 24px
}

.frnt .ttl-tag {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
letter-spacing: .08em;
color: #dceff199;
border: 1px solid #f991154d;
border-radius: 8px;
padding: 4px 12px;
width: fit-content
}

.frnt .ttl-h1 {
font-size: 48px;
line-height: 1.15;
letter-spacing: -.02em;
margin: 0
}

.frnt .ttl-h1 .acc {
color: #F99115
}

.frnt .ttl-sub {
font-size: 20px;
line-height: 1.65;
color: #dceff1bf;
margin: 0;
border-left: 3px solid #f9911580;
padding-left: 12px;
border-radius: 0
}

.frnt .ttl-prob {
font-size: 14px;
line-height: 1.65;
color: #dceff18c;
margin: 0
}

.frnt .ttl-btn-row {
display: flex;
gap: 12px;
flex-wrap: wrap
}

.frnt .btn-pri {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
letter-spacing: .04em;
color: #F99115;
background: transparent;
border: 2px solid #F99115;
border-radius: 8px;
padding: 12px 24px;
cursor: pointer;
transition: background-color .25s ease-in-out, color .25s ease-in-out;
text-decoration: none
}

.frnt .btn-pri:hover {
background-color: #f991151f;
color: #F99115
}

.frnt .btn-pri:focus {
outline: 2px solid #F99115;
outline-offset: 3px
}

.frnt .btn-pri:active {
background-color: #f9911538
}

.frnt .btn-sec {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
letter-spacing: .04em;
color: #DCEFF1;
background: transparent;
border: 2px solid #dceff140;
border-radius: 8px;
padding: 12px 24px;
cursor: pointer;
transition: border-color .35s cubic-bezier(0.4, 0, 0.2, 1), color .35s cubic-bezier(0.4, 0, 0.2, 1);
text-decoration: none
}

.frnt .btn-sec:hover {
border-color: #dceff199;
color: #DCEFF1
}

.frnt .btn-sec:focus {
outline: 2px solid #DCEFF1;
outline-offset: 3px
}

@keyframes btn-shake {

0%,
100% {
transform: translateX(0)
}

20% {
transform: translateX(-4px)
}

40% {
transform: translateX(4px)
}

60% {
transform: translateX(-3px)
}

80% {
transform: translateX(3px)
}
}

.frnt .btn-shake {
animation: btn-shake .4s ease-in-out
}

.frnt .who-sec {
padding: 72px 0 36px;
background: linear-gradient(0deg, #0d0d1a 0%, #1a198814 100%);
position: relative
}

.frnt .who-sec .bg-img-ov {
position: absolute;
inset: 0;
overflow: hidden;
pointer-events: none
}

.frnt .who-sec .bg-img-ov img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: .06;
filter: grayscale(1)
}

.frnt .who-head {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 36px
}

.frnt .who-head-txt h2 {
font-size: 36px;
line-height: 1.15;
letter-spacing: -.01em;
margin: 0 0 8px
}

.frnt .who-head-txt h2 .acc {
color: #F99115
}

.frnt .who-head-txt p {
font-size: 14px;
line-height: 1.65;
color: #dceff18c;
margin: 0;
max-width: 480px
}

.frnt .who-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 24px
}

.frnt .who-card {
border: 1px solid #1a198873;
border-radius: 16px;
padding: 24px;
position: relative;
background: #1a19880f;
transition: border-color .3s ease-in-out, background .3s ease-in-out;
box-shadow: 0 6px 18px 0 #1a19881c
}

.frnt .who-card:hover {
border-color: #f9911566;
background: #f991150a
}

.frnt .who-card .card-ico {
width: 40px;
height: 40px;
border-radius: 8px;
background: #f991151a;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 12px;
color: #F99115;
font-size: 20px
}

.frnt .who-card h4 {
font-size: 20px;
line-height: 1.15;
margin: 0 0 8px;
color: #DCEFF1
}

.frnt .who-card p {
font-size: 14px;
line-height: 1.65;
color: #dceff199;
margin: 0
}

.frnt .who-card .card-tag {
display: inline-block;
font-size: 14px;
color: #f99115b3;
border: 1px solid #f9911533;
border-radius: 8px;
padding: 4px 8px;
margin-top: 12px
}

.frnt .ctx-sec {
padding: 36px 0 72px;
position: relative
}

.frnt .ctx-layout {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 36px;
align-items: center
}

.frnt .ctx-img-side {
position: relative
}

.frnt .ctx-img-wr {
border-radius: 16px;
overflow: hidden;
position: relative;
box-shadow: 0 10px 60px 0 #f991151c
}

.frnt .ctx-img-wr::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, #0d0d1a33 0%, #0d0d1a8c 100%)
}

.frnt .ctx-img-wr img {
width: 100%;
height: 380px;
object-fit: cover;
display: block;
filter: saturate(0.75)
}

.frnt .ctx-img-badge {
position: absolute;
bottom: 24px;
left: 24px;
z-index: 2;
background: #0d0d1ad9;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border: 1px solid #f991154d;
border-radius: 8px;
padding: 12px
}

.frnt .ctx-img-badge p {
font-size: 14px;
color: #dceff1cc;
margin: 0;
line-height: 1.65
}

.frnt .ctx-img-badge strong {
color: #F99115
}

.frnt .ctx-txt-side {
display: flex;
flex-direction: column;
gap: 24px
}

.frnt .ctx-txt-side h2 {
font-size: 36px;
line-height: 1.15;
letter-spacing: -.01em;
margin: 0
}

.frnt .ctx-txt-side h2 .acc {
color: #F99115
}

.frnt .ctx-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 12px
}

.frnt .ctx-list li {
display: flex;
align-items: flex-start;
gap: 12px;
font-size: 14px;
line-height: 1.65;
color: #dceff1b3;
border-left: 2px solid #f991154d;
padding-left: 12px
}

.frnt .ctx-list li strong {
color: #DCEFF1
}

.frnt .ctx-txt-side p {
font-size: 14px;
line-height: 1.65;
color: #dceff18c;
margin: 0
}

.frnt .team-sec {
padding: 72px 0 36px;
background: #1a19880f;
border-top: 1px solid #1a198840;
border-bottom: 1px solid #1a198840;
position: relative
}

.frnt .team-sec .geo-deco {
position: absolute;
top: 36px;
right: 24px;
width: 120px;
height: 120px;
border: 1px solid #f9911514;
border-radius: 28px;
transform: rotate(15deg);
pointer-events: none
}

.frnt .team-head {
margin-bottom: 36px
}

.frnt .team-head h2 {
font-size: 36px;
line-height: 1.15;
letter-spacing: -.01em;
margin: 0 0 8px;
display: flex;
align-items: center;
gap: 12px
}

.frnt .team-head h2 .acc {
color: #F99115
}

.frnt .team-head p {
font-size: 14px;
line-height: 1.65;
color: #dceff18c;
margin: 0;
max-width: 560px
}

.frnt .team-layout {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 36px;
align-items: start
}

.frnt .team-img-col {
position: relative
}

.frnt .team-img-wr {
border-radius: 16px;
overflow: hidden;
box-shadow: 0 6px 18px 0 #1a19881c;
border: 1px solid #1a198859
}

.frnt .team-img-wr::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, #1a198866 0%, transparent 60%)
}

.frnt .team-img-wr img {
width: 100%;
height: 300px;
object-fit: cover;
display: block;
filter: saturate(0.65) brightness(0.9)
}

.frnt .team-qual-list {
list-style: none;
padding: 0;
margin: 24px 0 0;
display: flex;
flex-direction: column;
gap: 8px
}

.frnt .team-qual-list li {
font-size: 14px;
line-height: 1.65;
color: #dceff1a6;
display: flex;
align-items: flex-start;
gap: 8px;
border-left: 2px solid #1a198899;
padding-left: 12px
}

.frnt .team-qual-list li i {
color: #F99115;
margin-top: 2px;
flex-shrink: 0
}

.frnt .team-txt-col {
display: flex;
flex-direction: column;
gap: 24px
}

.frnt .team-txt-col h3 {
font-size: 26px;
line-height: 1.15;
margin: 0;
color: #DCEFF1
}

.frnt .team-txt-col p {
font-size: 14px;
line-height: 1.65;
color: #dceff199;
margin: 0
}

.frnt .team-stat-row {
display: flex;
gap: 24px;
flex-wrap: wrap
}

.frnt .team-stat {
flex: 1;
min-width: 100px;
border: 1px solid #f9911533;
border-radius: 16px;
padding: 12px;
text-align: center;
background: #f991150a
}

.frnt .team-stat .num {
font-size: 36px;
line-height: 1.15;
letter-spacing: -.02em;
color: #F99115;
display: block
}

.frnt .team-stat .lbl {
font-size: 14px;
color: #dceff180;
line-height: 1.65
}

.frnt .work-sec {
padding: 36px 0 72px;
position: relative
}

.frnt .work-sec-inner {
display: flex;
flex-direction: column;
gap: 36px
}

.frnt .work-top {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 36px;
align-items: start
}

.frnt .work-txt {
display: flex;
flex-direction: column;
gap: 24px
}

.frnt .work-txt h2 {
font-size: 36px;
line-height: 1.15;
letter-spacing: -.01em;
margin: 0;
display: flex;
align-items: center;
gap: 12px
}

.frnt .work-txt h2 .acc {
color: #F99115
}

.frnt .work-txt p {
font-size: 14px;
line-height: 1.65;
color: #dceff199;
margin: 0
}

.frnt .work-img-side {
position: relative
}

.frnt .work-img-wr {
border-radius: 16px;
overflow: hidden;
border: 1px solid #f9911533;
box-shadow: 0 2px 3px 0 #f991150d
}

.frnt .work-img-wr::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(200deg, #0d0d1a26 0%, #1a198880 100%)
}

.frnt .work-img-wr img {
width: 100%;
height: 260px;
object-fit: cover;
display: block;
filter: saturate(0.6) brightness(0.8)
}

.frnt .work-steps {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px
}

.frnt .work-step {
position: relative;
padding: 24px;
border-radius: 16px;
border: 1px solid #1a198866;
background: #0d0d1a80;
transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1);
cursor: default
}

.frnt .work-step::before {
content: '';
position: absolute;
inset: 0;
border-radius: 16px;
opacity: 0;
background-image: linear-gradient(#f9911512 1px, transparent 1px), linear-gradient(90deg, #f9911512 1px, transparent 1px);
background-size: 20px 20px;
transition: opacity .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.frnt .work-step:hover::before {
opacity: 1
}

.frnt .work-step:hover {
border-color: #f9911566
}

.frnt .work-step .step-num {
font-size: 36px;
line-height: 1.15;
color: #f991152e;
letter-spacing: -.03em;
display: block;
margin-bottom: 8px
}

.frnt .work-step h5 {
font-size: 14px;
line-height: 1.65;
color: #DCEFF1;
margin: 0 0 8px
}

.frnt .work-step p {
font-size: 14px;
line-height: 1.65;
color: #dceff180;
margin: 0
}

.frnt .work-note {
border: 1px solid #1a198866;
border-radius: 16px;
padding: 24px;
display: flex;
align-items: flex-start;
gap: 12px;
background: #1a198814;
box-shadow: 0 2px 3px 0 #1a19880d
}

.frnt .work-note i {
color: #F99115;
font-size: 20px;
flex-shrink: 0;
margin-top: 2px
}

.frnt .work-note p {
font-size: 14px;
line-height: 1.65;
color: #dceff1a6;
margin: 0
}

.frnt .work-note strong {
color: #DCEFF1
}

.frnt .sk-img {
background: linear-gradient(90deg, #1a198826 25%, #1a198840 50%, #1a198826 75%);
background-size: 200% 100%;
animation: sk-shimmer 1.4s ease-in-out infinite
}

@keyframes sk-shimmer {
0% {
background-position: 200% 0
}

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

.frnt img {
transition: opacity .5s ease-in-out
}

@media (max-width: 1024px) {
.frnt .who-grid {
grid-template-columns: 1fr 1fr
}

.frnt .work-steps {
grid-template-columns: 1fr 1fr
}
}

@media (max-width: 768px) {
.frnt .ttl-inner {
grid-template-columns: 1fr
}

.frnt .ttl-h1 {
font-size: 36px
}

.frnt .who-grid {
grid-template-columns: 1fr
}

.frnt .ctx-layout {
grid-template-columns: 1fr
}

.frnt .team-layout {
grid-template-columns: 1fr
}

.frnt .work-top {
grid-template-columns: 1fr
}

.frnt .work-steps {
grid-template-columns: 1fr 1fr
}

.frnt .team-stat-row {
gap: 12px
}
}

@media (max-width: 320px) {
.frnt .work-steps {
grid-template-columns: 1fr
}

.frnt .ttl-btn-row {
flex-direction: column
}

.frnt .team-stat-row {
flex-direction: column
}

.frnt .ttl-h1 {
font-size: 26px
}
}

.succ-page {
min-height: 80vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 72px 24px;
background: #0d0d1a;
position: relative;
overflow: hidden
}

.succ-page::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to top, #1a19882e 0%, #f991150f 100%);
pointer-events: none
}

.succ-page::after {
content: '';
position: absolute;
top: -80px;
right: -80px;
width: 320px;
height: 320px;
border-radius: 50%;
background: #1a19881f;
pointer-events: none
}

.succ-card {
position: relative;
z-index: 1;
max-width: 560px;
width: 100%;
background: #0d0d20eb;
border: 2px solid #f9911547;
border-radius: 28px;
padding: 72px 36px;
text-align: left;
box-shadow: 0 10px 60px 0 #f991151c
}

.succ-icon-wrap {
width: 64px;
height: 64px;
border-radius: 16px;
background: #f991151a;
border: 2px solid #f9911566;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 36px
}

.succ-icon-wrap svg {
display: block
}

.succ-label {
font-size: 14px;
line-height: 1.15;
letter-spacing: .12em;
color: #F99115;
text-transform: uppercase;
margin-bottom: 12px
}

.succ-heading {
font-size: 36px;
line-height: 1.15;
letter-spacing: -.02em;
color: #DCEFF1;
margin-bottom: 24px
}

.succ-heading span {
color: #F99115
}

.succ-text {
font-size: 14px;
line-height: 1.65;
color: #dceff1ad;
margin-bottom: 36px
}

.succ-divider {
width: 48px;
height: 3px;
background: linear-gradient(to right, #F99115, #1A1988);
border-radius: 0;
margin-bottom: 36px
}

.succ-detail-row {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px;
margin-bottom: 24px;
padding: 12px 16px;
border-radius: 8px;
background: #1a198824;
border-left: 3px solid #f9911580;
border-top: 1px solid #dceff10f;
border-right: 1px solid #dceff10f;
border-bottom: 1px solid #dceff10f
}

.succ-detail-row svg {
flex-shrink: 0;
margin-top: 2px
}

.succ-detail-text {
font-size: 14px;
line-height: 1.65;
color: #dceff199
}

.succ-btn {
display: inline-block;
font-size: 14px;
line-height: 1.15;
letter-spacing: .06em;
color: #F99115;
background: transparent;
border: 2px solid #F99115;
border-radius: 8px;
padding: 12px 36px;
text-decoration: none;
transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), color .25s cubic-bezier(0.4, 0, 0.2, 1);
cursor: pointer
}

.succ-btn:hover {
background: #F99115;
color: #0d0d1a
}

.succ-btn:focus-visible {
outline: 2px solid #F99115;
outline-offset: 4px
}

.succ-geo {
position: absolute;
bottom: 36px;
left: 36px;
width: 120px;
height: 120px;
border-radius: 50%;
border: 1px solid #f9911514;
pointer-events: none;
z-index: 0
}

.succ-geo-inner {
position: absolute;
bottom: 60px;
left: 60px;
width: 60px;
height: 60px;
border-radius: 50%;
border: 1px solid #1a19882e;
pointer-events: none;
z-index: 0
}

@media (max-width: 768px) {
.succ-card {
padding: 36px 24px
}

.succ-heading {
font-size: 26px
}
}

@media (max-width: 320px) {
.succ-page {
padding: 36px 12px
}

.succ-card {
padding: 24px 12px;
border-radius: 16px
}
}