html {
margin: 0;
padding: 0;
box-sizing: border-box
}

body {
margin: 0;
padding: 0;
overflow-x: hidden;
min-height: 100vh;
font-family: 'Source Sans Pro', sans-serif
}

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

img {
max-width: 100%
}

:focus-visible {
outline: 2px solid #FAB20D;
outline-offset: 3px
}

.pg-hd {
background-color: #092933;
position: relative
}

.pg-hd::after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #FAB20D 0%, #092933 60%)
}

.hd-band {
max-width: 1170px;
margin: 0 auto;
padding: 0 32px
}

.hd-top {
display: flex;
align-items: stretch;
justify-content: space-between;
gap: 32px;
min-height: 88px
}

.hd-logo-zone {
display: flex;
align-items: center;
flex-shrink: 0;
padding: 16px 0;
border-right: 1px solid #fab20d38;
padding-right: 32px
}

.hd-logo-frame {
display: flex;
align-items: center;
justify-content: center;
width: 72px;
height: 72px;
box-shadow: 0 0 0 1px #fab20d80 0 0 0 3px #092933cc 0 3px 6px 0 #0929330d;
border-radius: 1px;
background-color: #FBFAFA;
padding: 8px;
text-decoration: none
}

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

.hd-co-name {
margin-left: 16px;
font-size: 18px;
font-weight: 700;
line-height: 1.1;
color: #FBFAFA;
letter-spacing: .03em;
text-decoration: none;
display: block;
max-width: 120px
}

.hd-right {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: space-between;
flex: 1;
padding: 16px 0
}

.hd-trust {
display: flex;
align-items: center;
gap: 8px;
background-color: #fab20d1a;
border: 1px solid #fab20d4d;
border-radius: 1px;
padding: 8px 16px
}

.hd-trust-badge {
display: flex;
align-items: center;
gap: 8px
}

.hd-trust-stars {
display: flex;
gap: 2px
}

.hd-trust-star {
width: 14px;
height: 14px;
display: block
}

.hd-trust-txt {
font-size: 14px;
font-weight: 600;
color: #FAB20D;
line-height: 1.1;
letter-spacing: .06em;
text-transform: uppercase
}

.hd-nav-row {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 8px
}

.hd-nav-lnk {
font-size: 14px;
font-weight: 600;
color: #fbfafac7;
text-decoration: none;
letter-spacing: .05em;
text-transform: uppercase;
padding: 8px 16px;
border-radius: 1px;
border: 1px solid transparent;
transition: color .5s ease, border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color .5s ease;
white-space: nowrap;
min-height: 44px;
display: flex;
align-items: center
}

.hd-nav-lnk:hover,
.hd-nav-lnk:focus-visible {
color: #FAB20D;
border-color: #fab20d59;
background-color: #fab20d12
}

.hd-nav-lnk[aria-current="page"] {
color: #FAB20D;
border-color: #fab20d66
}

.hd-nav-sep {
width: 1px;
height: 16px;
background-color: #fbfafa2e;
display: inline-block;
flex-shrink: 0
}

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

.hd-top {
flex-direction: column;
align-items: flex-start;
min-height: auto;
gap: 16px;
padding: 16px 0
}

.hd-logo-zone {
border-right: none;
padding: 0
}

.hd-right {
align-items: flex-start;
width: 100%;
gap: 16px;
padding: 0 0 16px
}

.hd-nav-row {
gap: 8px
}

.hd-trust {
align-self: flex-start
}
}

@media (max-width: 375px) {
.hd-co-name {
font-size: 16px;
max-width: 100px
}

.hd-nav-lnk {
padding: 8px;
font-size: 14px
}
}

.pg-ft {
background-color: #092933;
position: relative
}

.pg-ft::before {
content: '';
display: block;
height: 3px;
background: linear-gradient(90deg, #092933 0%, #FAB20D 50%, #092933 100%)
}

.ft-band {
max-width: 1170px;
margin: 0 auto;
padding: 0 32px
}

.ft-main {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 64px;
padding: 64px 0 32px;
border-bottom: 1px solid #fbfafa1a
}

.ft-co-block {
display: flex;
flex-direction: column;
gap: 16px
}

.ft-logo-row {
display: flex;
align-items: center;
gap: 16px;
text-decoration: none
}

.ft-logo-frame {
width: 65px;
height: 65px;
display: flex;
align-items: center;
justify-content: center;
background-color: #FBFAFA;
border-radius: 1px;
padding: 8px;
box-shadow: 0 3px 6px 0 #0929330d 0 4px 18px 0 #09293317;
flex-shrink: 0
}

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

.ft-co-nm {
font-size: 18px;
font-weight: 700;
color: #FBFAFA;
line-height: 1.1
}

.ft-co-desc {
font-size: 14px;
font-weight: 300;
color: #fbfafa99;
line-height: 1.6
}

.ft-col-lbl {
font-size: 14px;
font-weight: 700;
color: #FAB20D;
letter-spacing: .08em;
text-transform: uppercase;
line-height: 1.1;
margin-bottom: 16px;
display: block
}

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

.ft-nav-list li a {
font-size: 14px;
font-weight: 400;
color: #fbfafab3;
text-decoration: none;
line-height: 1.4;
transition: color .5s ease;
display: inline-block;
min-height: 44px;
display: flex;
align-items: center
}

.ft-nav-list li a:hover,
.ft-nav-list li a:focus-visible {
color: #FAB20D
}

.ft-contacts-block {
display: flex;
flex-direction: column;
gap: 8px
}

.ft-ct-row {
display: flex;
flex-direction: column;
gap: 4px
}

.ft-ct-lbl {
font-size: 14px;
font-weight: 600;
color: #fbfafa73;
line-height: 1.1;
letter-spacing: .04em;
text-transform: uppercase
}

.ft-ct-val {
font-size: 14px;
font-weight: 400;
color: #fbfafacc;
line-height: 1.4;
text-decoration: none;
transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
word-break: break-word
}

a.ft-ct-val:hover,
a.ft-ct-val:focus-visible {
color: #FAB20D
}

.ft-addr {
font-style: normal
}

.ft-btm {
display: flex;
align-items: center;
justify-content: space-between;
padding: 32px 0;
gap: 16px;
flex-wrap: wrap
}

.ft-copy {
font-size: 14px;
font-weight: 300;
color: #fbfafa66;
line-height: 1.4
}

.ft-accent-line {
width: 32px;
height: 2px;
background-color: #FAB20D;
flex-shrink: 0
}

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

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

.ft-btm {
flex-direction: column;
align-items: flex-start;
padding: 32px 0
}
}

@media (max-width: 375px) {
.ft-main {
padding: 32px 0 16px
}
}

.ck-bar {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 4000;
background-color: #FBFAFA;
border-bottom: 2px solid #FAB20D;
box-shadow: 0 9px 36px 0 #0929331c;
display: none;
transform: translateY(-100%);
transition: transform .42s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ck-bar[data-vis="on"] {
transform: translateY(0)
}

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

.ck-txt-grp {
display: flex;
flex-direction: column;
gap: 8px;
flex: 1;
min-width: 200px
}

.ck-headline {
font-size: 14px;
font-weight: 700;
color: #092933;
line-height: 1.1
}

.ck-desc {
font-size: 14px;
font-weight: 300;
color: #092933;
line-height: 1.4
}

.ck-btns {
display: flex;
gap: 8px;
flex-shrink: 0;
flex-wrap: wrap
}

.ck-btn {
font-family: 'Source Sans Pro', sans-serif;
font-size: 14px;
font-weight: 600;
line-height: 1.1;
padding: 8px 16px;
min-height: 44px;
border-radius: 1px;
cursor: pointer;
border: 1px solid #092933;
transition: background-color .5s ease, color .5s ease;
white-space: nowrap
}

.ck-btn-ok {
background-color: #092933;
color: #FBFAFA
}

.ck-btn-ok:hover,
.ck-btn-ok:focus-visible {
background-color: #FAB20D;
border-color: #FAB20D;
color: #092933
}

.ck-btn-no {
background-color: transparent;
color: #092933
}

.ck-btn-no:hover,
.ck-btn-no:focus-visible {
background-color: #092933;
color: #FBFAFA
}

@media (max-width: 768px) {
.ck-inner {
padding: 16px;
flex-direction: column;
align-items: flex-start
}

.ck-btns {
width: 100%
}

.ck-btn {
flex: 1;
text-align: center
}
}

.rules-text {
max-width: 1170px;
margin: 0 auto;
padding: 64px 32px;
color: #092933;
background: #FBFAFA
}

.rules-text h1 {
font-size: 70px;
line-height: 1.1;
letter-spacing: -.5px;
margin-bottom: 32px;
margin-top: 0;
color: #092933
}

.rules-text h2 {
font-size: 18px;
line-height: 1.4;
letter-spacing: .08em;
text-transform: uppercase;
margin-top: 64px;
margin-bottom: 16px;
color: #092933;
padding-bottom: 8px;
border-bottom: 2px solid #FAB20D;
border-left: 4px solid #FAB20D;
padding-left: 16px
}

.rules-text h3 {
font-size: 18px;
line-height: 1.4;
margin-top: 32px;
margin-bottom: 16px;
color: #092933
}

.rules-text h4 {
font-size: 16px;
line-height: 1.4;
margin-top: 32px;
margin-bottom: 8px;
color: #092933
}

.rules-text h5 {
font-size: 14px;
line-height: 1.4;
letter-spacing: .06em;
text-transform: uppercase;
margin-top: 32px;
margin-bottom: 8px;
color: #092933
}

.rules-text h6 {
font-size: 14px;
line-height: 1.4;
margin-top: 16px;
margin-bottom: 8px;
color: #092933;
opacity: .75
}

.rules-text p {
font-size: 16px;
line-height: 1.6;
margin-top: 0;
margin-bottom: 16px;
color: #092933
}

.rules-text ul,
.rules-text ol {
font-size: 16px;
line-height: 1.6;
margin-top: 0;
margin-bottom: 16px;
padding-left: 32px
}

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

.rules-text ul li {
position: relative;
padding-left: 16px;
margin-bottom: 8px
}

.rules-text ul li::before {
content: "";
position: absolute;
left: 0;
top: 10px;
width: 6px;
height: 6px;
background: #FAB20D;
border-radius: 1px;
transform: rotate(45deg)
}

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

.rules-text ol li {
margin-bottom: 8px;
padding-left: 8px
}

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

.rules-text strong,
.rules-text b {
font-weight: 700;
color: #092933
}

.rules-text em,
.rules-text i {
font-style: italic;
color: #092933
}

.rules-text a {
color: #092933;
text-decoration: underline;
text-decoration-color: #FAB20D;
text-underline-offset: 3px;
transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), text-decoration-color .5s ease
}

.rules-text a:hover {
color: #FAB20D;
text-decoration-color: #092933
}

.rules-text table {
width: 100%;
border-collapse: collapse;
font-size: 14px;
line-height: 1.6;
margin-bottom: 32px;
box-shadow: 0 3px 6px 0 #0929330d;
border-radius: 1px;
overflow: hidden
}

.rules-text thead {
background: #092933;
color: #FBFAFA
}

.rules-text thead th {
padding: 16px;
text-align: left;
font-size: 14px;
letter-spacing: .06em;
text-transform: uppercase;
font-weight: 700;
color: #FBFAFA;
border: none
}

.rules-text tbody tr {
border-bottom: 1px solid #09293317;
transition: background .5s ease
}

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

.rules-text tbody tr:nth-child(even) {
background: #09293308
}

.rules-text tbody tr:hover {
background: #fab20d14
}

.rules-text td {
padding: 16px;
color: #092933;
vertical-align: top;
border: none
}

.rules-text th {
padding: 16px;
font-weight: 700
}

.rules-text div {
box-sizing: border-box
}

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

.rules-text h1 {
font-size: 18px;
line-height: 1.1
}

.rules-text h2 {
margin-top: 32px
}

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

@media (max-width: 375px) {
.rules-text {
padding: 32px 8px
}

.rules-text ul,
.rules-text ol {
padding-left: 16px
}
}

.std-proj-det {
background-color: #FBFAFA;
overflow-x: clip
}

.std-proj-det .pg-hero {
max-width: 1170px;
margin: 0 auto;
padding: 64px 32px 32px;
text-align: center
}

.std-proj-det .pg-hero .corner-wrap {
display: inline-block;
position: relative;
padding: 16px
}

.std-proj-det .pg-hero .corner-wrap::before,
.std-proj-det .pg-hero .corner-wrap::after {
content: '';
position: absolute;
width: 18px;
height: 18px;
border-color: #FAB20D;
border-style: solid
}

.std-proj-det .pg-hero .corner-wrap::before {
top: 0;
left: 0;
border-width: 2px 0 0 2px
}

.std-proj-det .pg-hero .corner-wrap::after {
bottom: 0;
right: 0;
border-width: 0 2px 2px 0
}

.std-proj-det .pg-hero .img-box {
width: 340px;
height: 260px;
overflow: hidden;
border-radius: 1px;
margin: 0 auto;
position: relative
}

.std-proj-det .pg-hero .img-box img {
width: 100%;
height: 100%;
object-fit: cover;
filter: saturate(0.6) contrast(1.1) brightness(0.95);
transition: filter .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.std-proj-det .pg-hero .img-box:hover img {
filter: saturate(1.2) contrast(1.05) brightness(1)
}

.std-proj-det .pg-hero .cat-tag {
display: inline-block;
background: linear-gradient(157deg, #092933, #FAB20D);
color: #FBFAFA;
font-size: 14px;
line-height: 1.4;
padding: 8px 16px;
border-radius: 22px;
margin-top: 16px;
letter-spacing: .08em;
text-transform: uppercase
}

.std-proj-det .pg-hero h1 {
font-size: 70px;
line-height: 1.1;
color: #092933;
margin: 16px 0 8px;
text-decoration: underline;
text-decoration-color: #FAB20D;
text-underline-offset: 6px
}

.std-proj-det .pg-hero .sub-line {
font-size: 18px;
line-height: 1.6;
color: #092933;
opacity: .75;
max-width: 560px;
margin: 0 auto 16px
}

.std-proj-det .pg-hero .price-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background-color: #092933;
color: #FAB20D;
font-size: 18px;
line-height: 1.4;
padding: 8px 32px;
border-radius: 1px;
box-shadow: 0 4px 18px 0 #09293317;
margin-bottom: 16px
}

.std-proj-det .pg-hero .enroll-link {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 16px;
line-height: 1.4;
color: #092933;
border-bottom: 2px solid #FAB20D;
text-decoration: none;
padding-bottom: 4px;
transition: color .6s ease, border-color .5s ease;
position: relative
}

.std-proj-det .pg-hero .enroll-link::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background-color: #092933;
transition: width .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.std-proj-det .pg-hero .enroll-link:hover::after {
width: 100%
}

.std-proj-det .pg-hero .enroll-link svg {
transition: transform .5s ease
}

.std-proj-det .pg-hero .enroll-link:hover svg {
transform: translateX(4px)
}

.std-proj-det .det-body {
max-width: 1170px;
margin: 0 auto;
padding: 32px 32px 64px
}

.std-proj-det .det-body .two-col {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 64px;
align-items: start
}

.std-proj-det .det-body .col-intro {
position: sticky;
top: 32px
}

.std-proj-det .det-body .col-intro h2 {
font-size: 18px;
line-height: 1.4;
color: #092933;
text-transform: uppercase;
letter-spacing: .1em;
text-decoration: underline;
text-decoration-color: #FAB20D;
text-underline-offset: 4px;
margin-bottom: 16px
}

.std-proj-det .det-body .col-intro p {
font-size: 16px;
line-height: 1.6;
color: #092933;
opacity: .8
}

.std-proj-det .det-body .prog-card {
background-color: #FBFAFA;
border: 1px solid #0929331f;
border-radius: 22px;
padding: 32px;
box-shadow: 0 3px 6px 0 #0929330d;
margin-top: 32px;
position: relative
}

.std-proj-det .det-body .prog-card .prog-count {
position: absolute;
top: -12px;
right: 16px;
background: #FAB20D;
color: #092933;
font-size: 14px;
line-height: 1.4;
padding: 4px 8px;
border-radius: 22px;
font-weight: 700
}

.std-proj-det .det-body .prog-card h5 {
font-size: 14px;
line-height: 1.4;
color: #092933;
text-transform: uppercase;
letter-spacing: .08em;
margin-bottom: 16px
}

.std-proj-det .det-body .prog-card ol {
padding-left: 16px;
margin: 0
}

.std-proj-det .det-body .prog-card li {
font-size: 16px;
line-height: 1.6;
color: #092933;
padding: 8px 0;
border-bottom: 1px solid #09293314
}

.std-proj-det .det-body .prog-card li:last-child {
border-bottom: none
}

.std-proj-det .det-body .prog-card p {
font-size: 16px;
line-height: 1.6;
color: #092933;
margin-bottom: 8px
}

.std-proj-det .det-body .prog-card figure {
margin: 16px 0
}

.std-proj-det .det-body .prog-card figcaption {
font-size: 14px;
line-height: 1.4;
color: #092933;
opacity: .65;
margin-top: 8px
}

.std-proj-det .det-body .prog-card h2 {
font-size: 18px;
line-height: 1.4;
color: #092933;
margin-bottom: 8px
}

.std-proj-det .det-body .prog-card cite {
font-size: 14px;
line-height: 1.6;
color: #092933;
opacity: .7;
font-style: italic;
display: block;
margin-top: 8px
}

.std-proj-det .det-body .desc-area {
font-size: 16px;
line-height: 1.6;
color: #092933
}

.std-proj-det .det-body .desc-area h2 {
font-size: 18px;
line-height: 1.4;
color: #092933;
text-decoration: underline;
text-decoration-color: #FAB20D;
text-underline-offset: 4px;
margin-top: 32px;
margin-bottom: 8px
}

.std-proj-det .det-body .desc-area h3 {
font-size: 16px;
line-height: 1.4;
color: #092933;
margin-top: 16px;
margin-bottom: 8px
}

.std-proj-det .det-body .desc-area p {
margin-bottom: 16px;
opacity: .85
}

.std-proj-det .det-body .desc-area em {
color: #092933;
font-style: italic
}

.std-proj-det .det-body .desc-area ul {
padding-left: 16px;
margin-bottom: 16px
}

.std-proj-det .det-body .desc-area li {
margin-bottom: 8px;
opacity: .85
}

.std-proj-det .det-body .desc-area blockquote {
border-top: 2px solid #FAB20D;
padding: 16px;
margin: 32px 0;
background-color: #0929330a;
border-radius: 1px
}

.std-proj-det .det-body .desc-area dl {
margin-bottom: 16px
}

.std-proj-det .det-body .desc-area dt {
font-size: 16px;
line-height: 1.4;
color: #092933;
font-weight: 700;
margin-top: 8px
}

.std-proj-det .det-body .desc-area dd {
margin-left: 16px;
opacity: .8;
margin-bottom: 8px
}

.std-proj-det .wavy-div {
width: 100%;
overflow: hidden;
line-height: 0;
margin-top: 32px
}

.std-proj-det .wavy-div svg {
display: block;
width: 100%
}

@media (max-width: 768px) {
.std-proj-det .pg-hero h1 {
font-size: 36px
}

.std-proj-det .pg-hero .img-box {
width: 100%;
height: 200px
}

.std-proj-det .det-body .two-col {
grid-template-columns: 1fr;
gap: 32px
}

.std-proj-det .det-body .col-intro {
position: static
}

.std-proj-det .det-body {
padding: 32px 16px 64px
}

.std-proj-det .pg-hero {
padding: 32px 16px 16px
}
}

@media (max-width: 375px) {
.std-proj-det .pg-hero h1 {
font-size: 28px
}
}

.st-proj {
background-color: #FBFAFA;
overflow-x: clip
}

.st-proj .pg-band {
width: 100%;
max-width: 1170px;
margin-left: auto;
margin-right: auto;
padding-left: 32px;
padding-right: 32px
}

.st-proj .hero-area {
padding-top: 64px;
padding-bottom: 64px;
position: relative;
background: linear-gradient(157deg, #092933 0%, #FAB20D 100%)
}

.st-proj .hero-area::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(157deg, #092933eb 0%, #fab20d2e 100%);
pointer-events: none
}

.st-proj .hero-inner {
position: relative;
z-index: 1;
display: flex;
flex-direction: row;
align-items: stretch;
gap: 64px
}

.st-proj .hero-txt {
flex: 1 1 0;
display: flex;
flex-direction: column;
justify-content: center;
gap: 16px
}

.st-proj .hero-tag {
display: inline-block;
font-size: 14px;
line-height: 1.4;
letter-spacing: .12em;
text-transform: uppercase;
color: #FAB20D;
padding: 8px 16px;
border: 1px solid #fab20d66;
border-radius: 1px;
width: fit-content
}

.st-proj .hero-h1 {
font-size: 70px;
line-height: 1.1;
color: #FBFAFA;
margin: 0
}

.st-proj .hero-h1 em {
font-style: normal;
color: #FAB20D
}

.st-proj .hero-sub {
font-size: 18px;
line-height: 1.6;
color: #fbfafad1;
margin: 0;
max-width: 480px
}

.st-proj .hero-img-col {
flex: 0 0 340px;
position: relative;
display: flex;
align-items: flex-end
}

.st-proj .hero-img-wrap {
width: 100%;
height: 420px;
overflow: hidden;
border-radius: 1px;
opacity: .72
}

.st-proj .hero-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
filter: saturate(0.35) brightness(0.88);
max-width: 100%
}

.st-proj .corner-lines {
position: absolute;
top: -16px;
right: -16px;
width: 64px;
height: 64px;
pointer-events: none
}

.st-proj .corner-lines svg {
width: 64px;
height: 64px
}

.st-proj .divider-accent {
width: 100%;
height: 2px;
background-color: #FAB20D;
border: none;
margin: 0
}

.st-proj .cards-area {
padding-top: 64px;
padding-bottom: 64px;
background: linear-gradient(180deg, #FBFAFA 0%, #f2ede8 100%)
}

.st-proj .cards-heading {
font-size: 18px;
line-height: 1.4;
color: #092933;
margin: 0 0 32px;
text-align: center;
text-decoration: underline;
text-underline-offset: 6px;
text-decoration-color: #FAB20D
}

.st-proj .cards-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 32px
}

.st-proj .proj-card {
background: #FBFAFA;
border-radius: 22px;
overflow: hidden;
box-shadow: 0 3px 6px 0 #0929330d 0 4px 18px 0 #09293317;
border-right: 2px solid #FAB20D;
display: flex;
flex-direction: column;
transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.st-proj .proj-card:hover {
transform: translateY(-4px) perspective(600px) rotateX(1.5deg);
box-shadow: 0 9px 36px 0 #0929331c
}

.st-proj .card-img-wrap {
width: 100%;
height: 220px;
overflow: hidden
}

.st-proj .card-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
max-width: 100%;
transition: opacity .7s ease
}

.st-proj .proj-card:hover .card-img-wrap img {
opacity: .88
}

.st-proj .card-body {
padding: 32px;
display: flex;
flex-direction: column;
gap: 16px;
flex: 1 1 auto
}

.st-proj .card-cat {
font-size: 14px;
line-height: 1.4;
letter-spacing: .1em;
text-transform: uppercase;
color: #FAB20D;
background: #fab20d1a;
padding: 8px 16px;
border-radius: 1px;
width: fit-content
}

.st-proj .card-title {
font-size: 18px;
line-height: 1.4;
color: #092933;
margin: 0;
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-color: #09293333
}

.st-proj .card-desc {
font-size: 16px;
line-height: 1.6;
color: #092933bf;
margin: 0;
flex: 1 1 auto
}

.st-proj .card-foot {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-top: 8px
}

.st-proj .card-price {
font-size: 18px;
line-height: 1.4;
color: #092933
}

.st-proj .card-link {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 16px;
line-height: 1.4;
color: #092933;
text-decoration: none;
border-bottom: 1px solid #FAB20D;
padding-bottom: 2px;
transition: color .5s ease, gap .5s ease
}

.st-proj .card-link:hover {
color: #FAB20D;
gap: 16px
}

.st-proj .card-link-arrow {
display: inline-block;
width: 16px;
height: 16px
}

.st-proj .card-link-arrow svg {
width: 16px;
height: 16px
}

.st-proj .divider-thin {
width: 100%;
height: 2px;
background-color: #FAB20D;
border: none;
margin: 0
}

.st-proj .radar-area {
padding-top: 64px;
padding-bottom: 64px;
background: linear-gradient(180deg, #092933 0%, #0d3a48 100%);
position: relative;
overflow: hidden
}

.st-proj .radar-inner {
display: flex;
flex-direction: row;
align-items: center;
gap: 64px
}

.st-proj .radar-txt {
flex: 1 1 0;
display: flex;
flex-direction: column;
gap: 16px
}

.st-proj .radar-h2 {
font-size: 70px;
line-height: 1.1;
color: #FBFAFA;
margin: 0;
text-decoration: underline;
text-underline-offset: 8px;
text-decoration-color: #FAB20D
}

.st-proj .radar-p {
font-size: 16px;
line-height: 1.6;
color: #fbfafac7;
margin: 0;
max-width: 360px
}

.st-proj .radar-chart {
flex: 0 0 360px;
display: flex;
align-items: center;
justify-content: center
}

.st-proj .radar-chart svg {
width: 340px;
height: 340px;
max-width: 100%
}

.st-proj .concentric-deco {
position: absolute;
bottom: -32px;
left: -32px;
pointer-events: none;
width: 120px;
height: 120px
}

.st-proj .concentric-deco svg {
width: 120px;
height: 120px
}

.st-proj .about-area {
padding-top: 64px;
padding-bottom: 64px;
background: linear-gradient(180deg, #f2ede8 0%, #FBFAFA 100%)
}

.st-proj .about-inner {
display: grid;
grid-template-columns: 1fr 1fr 2fr;
gap: 32px;
align-items: start
}

.st-proj .about-col-a {
display: flex;
flex-direction: column;
gap: 16px
}

.st-proj .about-col-b {
display: flex;
flex-direction: column;
gap: 16px
}

.st-proj .about-col-c {
display: flex;
flex-direction: column;
gap: 16px
}

.st-proj .about-label {
font-size: 14px;
line-height: 1.4;
letter-spacing: .1em;
text-transform: uppercase;
color: #FAB20D
}

.st-proj .about-h2 {
font-size: 18px;
line-height: 1.4;
color: #092933;
margin: 0;
text-decoration: underline;
text-underline-offset: 5px;
text-decoration-color: #FAB20D
}

.st-proj .about-stat {
font-size: 70px;
line-height: 1.1;
color: #092933;
margin: 0
}

.st-proj .about-stat-label {
font-size: 14px;
line-height: 1.4;
color: #09293399;
text-transform: uppercase;
letter-spacing: .08em
}

.st-proj .about-p {
font-size: 16px;
line-height: 1.6;
color: #092933bf;
margin: 0
}

.st-proj .about-img-wrap {
width: 100%;
height: 260px;
overflow: hidden;
border-radius: 22px;
opacity: .85
}

.st-proj .about-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
max-width: 100%
}

.st-proj .testimonial-area {
padding-top: 64px;
padding-bottom: 64px;
background: linear-gradient(180deg, #FBFAFA 0%, #e8f0f2 100%)
}

.st-proj .test-inner {
display: flex;
flex-direction: row;
gap: 32px;
align-items: stretch
}

.st-proj .test-portrait {
flex: 0 0 180px
}

.st-proj .test-portrait-img {
width: 180px;
height: 240px;
object-fit: cover;
object-position: center;
border-radius: 1px;
max-width: 100%;
display: block;
opacity: .9
}

.st-proj .test-body {
flex: 1 1 0;
display: flex;
flex-direction: column;
justify-content: center;
gap: 16px
}

.st-proj .test-quote {
font-size: 18px;
line-height: 1.6;
color: #092933;
margin: 0;
font-style: italic
}

.st-proj .test-name {
font-size: 16px;
line-height: 1.4;
color: #092933b3;
margin: 0
}

.st-proj .test-name strong {
color: #092933;
font-style: normal
}

.st-proj .test-tag {
display: inline-block;
font-size: 14px;
line-height: 1.4;
color: #FAB20D;
background: #fab20d1a;
padding: 8px 16px;
border-radius: 1px;
width: fit-content
}

.st-proj .cta-area {
padding-top: 64px;
padding-bottom: 64px;
background: linear-gradient(157deg, #FAB20D 0%, #092933 100%);
position: relative;
overflow: hidden
}

.st-proj .cta-inner {
display: flex;
flex-direction: column;
align-items: center;
gap: 32px;
text-align: center;
position: relative;
z-index: 1
}

.st-proj .cta-h2 {
font-size: 70px;
line-height: 1.1;
color: #FBFAFA;
margin: 0;
max-width: 700px
}

.st-proj .cta-p {
font-size: 18px;
line-height: 1.6;
color: #fbfafad9;
margin: 0;
max-width: 500px
}

.st-proj .cta-btn {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 16px;
line-height: 1.4;
color: #092933;
background: #FBFAFA;
border: none;
border-radius: 1px;
padding: 16px 32px;
cursor: pointer;
text-decoration: none;
transition: background .55s ease, gap .55s ease
}

.st-proj .cta-btn:hover {
background: #FAB20D;
gap: 16px
}

.st-proj .cta-corner {
position: absolute;
top: 16px;
right: 16px;
pointer-events: none
}

.st-proj .cta-corner svg {
width: 80px;
height: 80px
}

@keyframes flicker-bg {

0%,
100% {
opacity: 1
}

30% {
opacity: .97
}

55% {
opacity: .94
}

75% {
opacity: .98
}
}

.st-proj .radar-area::before {
content: '';
position: absolute;
inset: 0;
background: #0929330a;
animation: flicker-bg 7s ease infinite;
pointer-events: none
}

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

.st-proj .hero-h1 {
font-size: 18px
}

.st-proj .hero-img-col {
flex: 0 0 auto;
width: 100%
}

.st-proj .hero-img-wrap {
height: 240px
}

.st-proj .cards-grid {
grid-template-columns: 1fr
}

.st-proj .radar-inner {
flex-direction: column;
gap: 32px
}

.st-proj .radar-h2 {
font-size: 18px
}

.st-proj .radar-chart {
flex: 0 0 auto;
width: 100%
}

.st-proj .radar-chart svg {
width: 280px;
height: 280px
}

.st-proj .about-inner {
grid-template-columns: 1fr
}

.st-proj .about-stat {
font-size: 18px
}

.st-proj .test-inner {
flex-direction: column;
gap: 32px
}

.st-proj .test-portrait {
flex: 0 0 auto
}

.st-proj .cta-h2 {
font-size: 18px
}
}

@media (max-width: 375px) {
.st-proj .pg-band {
padding-left: 16px;
padding-right: 16px
}

.st-proj .card-body {
padding: 16px
}
}

.entr {
background: #FBFAFA;
overflow-x: clip;
position: relative
}

.entr * {
box-sizing: border-box;
max-width: 100%
}

.entr img {
max-width: 100%;
display: block
}

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

.entr .ttl-blk {
background: linear-gradient(157deg, #092933 0%, #092933 60%, transparent 100%);
position: relative;
padding: 64px 0 32px;
overflow: hidden
}

.entr .ttl-blk::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: #FAB20D
}

.entr .ttl-inner {
max-width: 1170px;
margin: 0 auto;
padding: 0 32px;
display: flex;
flex-direction: row;
align-items: center;
gap: 64px
}

.entr .ttl-copy {
flex: 1 1 0;
position: relative;
z-index: 1
}

.entr .ttl-copy h1 {
font-size: 70px;
line-height: 1.1;
color: #FBFAFA;
margin: 0 0 16px;
letter-spacing: -1px
}

.entr .ttl-copy .sub-line {
font-size: 18px;
line-height: 1.4;
color: #FAB20D;
margin: 0
}

.entr .ttl-img-col {
flex: 0 0 320px;
position: relative
}

.entr .ttl-img-col img {
width: 320px;
height: 260px;
object-fit: cover;
object-position: center;
border-radius: 1px;
opacity: .35;
transition: opacity .6s ease
}

.entr .ttl-img-col:hover img {
opacity: .5
}

.entr .ttl-stripe {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 8px;
background: linear-gradient(157deg, #FAB20D, #092933)
}

.entr .scallop-in {
display: block;
width: 100%;
height: 32px;
overflow: hidden;
line-height: 0
}

.entr .scallop-in svg {
display: block;
width: 100%;
height: 32px
}

@keyframes revealUp {
from {
opacity: 0;
transform: scale(0.96)
}

to {
opacity: 1;
transform: scale(1)
}
}

.entr .ttl-copy {
animation: revealUp .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.entr .ttl-img-col {
animation: revealUp .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s both
}

.entr .appr {
background: #FBFAFA;
padding: 64px 0;
position: relative
}

.entr .appr-grid {
display: grid;
grid-template-columns: 220px 1fr;
gap: 64px;
align-items: start
}

.entr .appr-side {
position: relative
}

.entr .appr-abbr {
font-size: 70px;
line-height: 1.1;
color: #092933;
opacity: .07;
font-weight: 900;
letter-spacing: -2px;
position: absolute;
top: -16px;
left: -8px;
pointer-events: none;
user-select: none
}

.entr .appr-side h2 {
font-size: 18px;
line-height: 1.4;
color: #092933;
margin: 0 0 16px;
text-decoration: underline;
text-underline-offset: 4px;
text-align: center
}

.entr .appr-side p {
font-size: 14px;
line-height: 1.6;
color: #092933;
margin: 0;
opacity: .7;
text-align: left
}

.entr .appr-main h3 {
font-size: 18px;
line-height: 1.4;
color: #092933;
margin: 0 0 16px;
text-align: center
}

.entr .feat-groups {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 32px
}

.entr .feat-cat h5 {
font-size: 14px;
line-height: 1.4;
color: #FAB20D;
margin: 0 0 8px;
text-transform: uppercase;
letter-spacing: .08em
}

.entr .feat-cat ul {
list-style: none;
padding: 0;
margin: 0
}

.entr .feat-cat ul li {
font-size: 14px;
line-height: 1.6;
color: #092933;
padding: 8px 0;
border-bottom: 1px solid #0929331a;
display: flex;
flex-direction: row;
align-items: center;
gap: 8px
}

.entr .feat-cat ul li::before {
content: '';
display: inline-block;
width: 6px;
height: 6px;
border-radius: 1px;
background: #FAB20D;
flex-shrink: 0
}

.entr .appr-img {
margin-top: 32px;
border-radius: 1px;
overflow: hidden;
position: relative
}

.entr .appr-img img {
width: 100%;
height: 220px;
object-fit: cover;
object-position: center;
border-radius: 1px;
transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

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

.entr .exp-blk {
background: #092933;
padding: 64px 0;
position: relative
}

.entr .exp-blk::after {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 20% 80%, #fab20d14 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, #09293366 0%, transparent 60%);
pointer-events: none
}

.entr .exp-inner {
max-width: 1170px;
margin: 0 auto;
padding: 0 32px;
display: flex;
flex-direction: row;
gap: 64px;
align-items: center;
position: relative;
z-index: 1
}

.entr .exp-portrait {
flex: 0 0 180px
}

.entr .exp-portrait img {
width: 180px;
height: 252px;
object-fit: cover;
object-position: center;
border-radius: 22px;
box-shadow: 0 9px 36px 0 #0929331c;
transition: box-shadow .6s ease
}

.entr .exp-portrait:hover img {
box-shadow: 0 4px 18px 0 #09293317
}

.entr .exp-copy {
flex: 1 1 0
}

.entr .exp-copy h2 {
font-size: 18px;
line-height: 1.4;
color: #FAB20D;
margin: 0 0 16px;
text-decoration: underline;
text-underline-offset: 4px;
text-align: center
}

.entr .exp-copy blockquote {
margin: 0 0 16px;
padding: 16px;
border-radius: 1px;
background: #fab20d14
}

.entr .exp-copy blockquote p {
font-size: 16px;
line-height: 1.6;
color: #FBFAFA;
margin: 0;
font-style: italic
}

.entr .exp-attr {
font-size: 14px;
line-height: 1.4;
color: #fbfafa99;
margin: 0
}

.entr .exp-attr strong {
color: #FAB20D
}

.entr .gap-blk {
background: #FBFAFA;
padding: 64px 0;
position: relative
}

.entr .gap-blk::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(157deg, #09293308 0%, transparent 70%);
pointer-events: none
}

.entr .gap-mosaic {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 32px;
align-items: center
}

.entr .gap-img-wrap {
position: relative;
border-radius: 1px;
overflow: hidden
}

.entr .gap-img-wrap img {
width: 100%;
height: 300px;
object-fit: cover;
object-position: center;
border-radius: 1px;
transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.entr .gap-img-wrap:hover img {
transform: scale(1.05)
}

.entr .gap-img-wrap::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(157deg, #09293333, transparent);
pointer-events: none
}

.entr .gap-copy h2 {
font-size: 18px;
line-height: 1.4;
color: #092933;
margin: 0 0 16px;
text-decoration: underline;
text-underline-offset: 4px;
text-align: center
}

.entr .gap-copy p {
font-size: 16px;
line-height: 1.6;
color: #092933;
margin: 0 0 16px
}

.entr .gap-copy p:last-child {
margin: 0
}

.entr .notch-accent {
display: inline-block;
background: #FAB20D;
width: 32px;
height: 4px;
border-radius: 1px;
margin-bottom: 16px
}

.entr .supp {
background: linear-gradient(157deg, #092933 0%, #0d3a47 100%);
padding: 64px 0;
position: relative
}

.entr .supp::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: radial-gradient(ellipse at 90% 50%, #fab20d0f 0%, transparent 55%);
pointer-events: none
}

.entr .supp-inner {
max-width: 1170px;
margin: 0 auto;
padding: 0 32px;
position: relative;
z-index: 1
}

.entr .supp-inner h2 {
font-size: 18px;
line-height: 1.4;
color: #FBFAFA;
margin: 0 0 32px;
text-decoration: underline;
text-underline-offset: 4px;
text-align: center
}

.entr .supp-cols {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 32px
}

.entr .supp-item {
background: #fbfafa0f;
border-radius: 22px;
padding: 32px;
box-shadow: 0 3px 6px 0 #0929330d;
transition: background .6s ease, box-shadow .5s ease
}

.entr .supp-item:hover {
background: #fbfafa1a;
box-shadow: 0 4px 18px 0 #09293317
}

.entr .supp-icon {
width: 40px;
height: 40px;
margin: 0 0 16px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center
}

.entr .supp-icon svg {
width: 36px;
height: 36px
}

.entr .supp-item h5 {
font-size: 16px;
line-height: 1.4;
color: #FAB20D;
margin: 0 0 8px
}

.entr .supp-item p {
font-size: 14px;
line-height: 1.6;
color: #fbfafabf;
margin: 0
}

.entr .avail {
background: #FBFAFA;
padding: 64px 0
}

.entr .avail-head {
text-align: center;
margin-bottom: 32px
}

.entr .avail-head h2 {
font-size: 18px;
line-height: 1.4;
color: #092933;
margin: 0 0 8px;
text-decoration: underline;
text-underline-offset: 4px
}

.entr .avail-head p {
font-size: 14px;
line-height: 1.6;
color: #092933a6;
max-width: 520px;
margin: 0 auto
}

.entr .avail-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px
}

.entr .crs-card {
border-radius: 22px;
overflow: hidden;
box-shadow: 0 3px 6px 0 #0929330d;
background: #fff;
transition: box-shadow .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .6s ease
}

.entr .crs-card:hover {
box-shadow: 0 9px 36px 0 #0929331c;
transform: translateY(-4px)
}

.entr .crs-img {
position: relative;
overflow: hidden
}

.entr .crs-img img {
width: 100%;
height: 180px;
object-fit: cover;
object-position: center;
display: block;
transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.entr .crs-card:hover .crs-img img {
transform: scale(1.06)
}

.entr .crs-body {
padding: 16px
}

.entr .crs-body h4 {
font-size: 16px;
line-height: 1.4;
color: #092933;
margin: 0 0 8px
}

.entr .crs-body p {
font-size: 14px;
line-height: 1.6;
color: #092933a6;
margin: 0 0 16px
}

.entr .crs-link {
font-size: 14px;
line-height: 1.4;
color: #092933;
text-decoration: none;
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 8px;
border-bottom: 1px solid #FAB20D;
padding-bottom: 2px;
transition: color .5s ease, gap .5s ease
}

.entr .crs-link:hover {
color: #FAB20D;
gap: 16px
}

.entr .crs-link .arr {
display: inline-block;
width: 16px;
height: 16px;
transition: transform .5s ease
}

.entr .crs-link:hover .arr {
transform: translateX(4px)
}

.entr .rep {
background: #092933;
padding: 64px 0;
position: relative
}

.entr .rep-abbr {
position: absolute;
top: 16px;
right: 32px;
font-size: 70px;
line-height: 1.1;
color: #FBFAFA;
opacity: .04;
font-weight: 900;
pointer-events: none;
user-select: none
}

.entr .rep-inner {
max-width: 1170px;
margin: 0 auto;
padding: 0 32px;
position: relative;
z-index: 1
}

.entr .rep-inner h2 {
font-size: 18px;
line-height: 1.4;
color: #FBFAFA;
margin: 0 0 32px;
text-decoration: underline;
text-underline-offset: 4px;
text-align: center
}

.entr .rep-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 32px;
align-items: start
}

.entr .rep-refs {
display: flex;
flex-direction: column;
gap: 16px
}

.entr .ref-item {
padding: 16px;
background: #fbfafa0f;
border-radius: 1px;
transition: background .6s ease
}

.entr .ref-item:hover {
background: #fbfafa1a
}

.entr .ref-item h5 {
font-size: 14px;
line-height: 1.4;
color: #FAB20D;
margin: 0 0 8px;
text-transform: uppercase;
letter-spacing: .06em
}

.entr .ref-item p {
font-size: 14px;
line-height: 1.6;
color: #fbfafab3;
margin: 0
}

.entr .rep-img-col {
position: relative
}

.entr .rep-img-col img {
width: 100%;
height: 280px;
object-fit: cover;
object-position: center;
border-radius: 22px;
box-shadow: 0 9px 36px 0 #0929331c;
transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.entr .rep-img-col:hover img {
transform: scale(1.02)
}

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

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

.entr .ttl-img-col img {
width: 100%;
height: 180px
}

.entr .ttl-copy h1 {
font-size: 48px
}

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

.entr .appr-abbr {
display: none
}

.entr .feat-groups {
grid-template-columns: 1fr;
gap: 16px
}

.entr .exp-inner {
flex-direction: column;
gap: 32px
}

.entr .exp-portrait {
flex: unset
}

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

.entr .supp-cols {
grid-template-columns: 1fr;
gap: 16px
}

.entr .avail-grid {
grid-template-columns: 1fr;
gap: 16px
}

.entr .rep-row {
grid-template-columns: 1fr;
gap: 32px
}
}

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

.entr .ttl-inner {
padding: 0 16px
}

.entr .exp-inner {
padding: 0 16px
}

.entr .supp-inner {
padding: 0 16px
}

.entr .rep-inner {
padding: 0 16px
}

.entr .ttl-copy h1 {
font-size: 36px
}
}

.ct-us {
background-color: #FBFAFA;
overflow-x: clip
}

.ct-us .pg-band {
width: 100%;
background: linear-gradient(157deg, #092933 0%, #FAB20D 100%);
padding: 64px 16px
}

.ct-us .pg-band-inner {
max-width: 1170px;
margin: 0 auto;
display: flex;
flex-direction: row;
align-items: center;
gap: 64px
}

.ct-us .pg-img-wrap {
position: relative;
flex: 0 0 340px;
height: 280px;
border-radius: 1px;
overflow: hidden
}

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

.ct-us .pg-img-wrap::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to right, transparent 30%, #092933 100%);
pointer-events: none
}

.ct-us .pg-dots {
position: absolute;
top: -8px;
left: -8px;
width: 80px;
height: 80px;
pointer-events: none;
z-index: 0
}

.ct-us .pg-dot {
position: absolute;
border-radius: 50%;
background-color: #FAB20D;
opacity: .55
}

.ct-us .pg-dot.a {
width: 4px;
height: 4px;
top: 0;
left: 0
}

.ct-us .pg-dot.b {
width: 6px;
height: 6px;
top: 0;
left: 16px
}

.ct-us .pg-dot.c {
width: 3px;
height: 3px;
top: 0;
left: 36px
}

.ct-us .pg-dot.d {
width: 5px;
height: 5px;
top: 16px;
left: 8px
}

.ct-us .pg-dot.e {
width: 4px;
height: 4px;
top: 16px;
left: 28px
}

.ct-us .pg-dot.f {
width: 7px;
height: 7px;
top: 32px;
left: 0
}

.ct-us .pg-dot.g {
width: 3px;
height: 3px;
top: 32px;
left: 20px
}

.ct-us .pg-dot.h {
width: 5px;
height: 5px;
top: 48px;
left: 12px
}

.ct-us .pg-txt {
flex: 1;
animation: blr-in .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.ct-us .pg-eyebrow {
font-size: 14px;
line-height: 1.4;
letter-spacing: .12em;
text-transform: uppercase;
color: #FAB20D;
margin-bottom: 16px
}

.ct-us .pg-h1 {
font-size: 70px;
line-height: 1.1;
color: #FBFAFA;
margin: 0 0 16px
}

.ct-us .pg-sub {
font-size: 18px;
line-height: 1.6;
color: #FBFAFA;
opacity: .85;
max-width: 480px;
margin: 0
}

@keyframes blr-in {
from {
filter: blur(8px);
opacity: 0
}

to {
filter: blur(0);
opacity: 1
}
}

.ct-us .frm-band {
background-color: #FBFAFA;
padding: 64px 16px;
position: relative
}

.ct-us .frm-band::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(ellipse 80% 60% at 50% 0%, #0929330f 0%, transparent 70%);
pointer-events: none
}

.ct-us .frm-inner {
max-width: 1170px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 2fr;
gap: 64px;
align-items: start
}

.ct-us .frm-aside h2 {
font-size: 18px;
line-height: 1.4;
color: #092933;
margin: 0 0 16px;
text-decoration: underline;
text-underline-offset: 4px
}

.ct-us .frm-aside p {
font-size: 14px;
line-height: 1.6;
color: #092933;
opacity: .75;
margin: 0
}

.ct-us .frm-aside .aside-note {
margin-top: 32px;
padding-top: 32px;
border-top: 1px solid #0929331f
}

.ct-us .frm-aside .aside-note p {
font-size: 14px
}

.ct-us form {
display: flex;
flex-direction: column;
gap: 32px
}

.ct-us .fld-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px
}

.ct-us .fld {
display: flex;
flex-direction: column;
gap: 8px
}

.ct-us .fld label {
font-size: 14px;
line-height: 1.4;
color: #092933;
letter-spacing: .06em;
text-transform: uppercase
}

.ct-us .fld input,
.ct-us .fld select {
font-size: 16px;
line-height: 1.4;
color: #092933;
background-color: #FBFAFA;
border: 1px solid #09293340;
border-radius: 1px;
padding: 16px;
width: 100%;
box-sizing: border-box;
box-shadow: inset 0 2px 6px 0 #0929330d;
transition: border-color .6s ease, box-shadow .5s ease;
appearance: none;
-webkit-appearance: none
}

.ct-us .fld input::placeholder {
color: #09293359;
font-weight: 300
}

.ct-us .fld input:focus,
.ct-us .fld select:focus {
outline: none;
border-color: #FAB20D;
box-shadow: inset 0 2px 6px 0 #0929330d 0 0 0 2px #fab20d40
}

.ct-us .fld select {
cursor: pointer;
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='%23092933' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 16px center;
padding-right: 40px
}

.ct-us .fld-full {
grid-column: 1 / -1
}

.ct-us .prv-row {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 16px
}

.ct-us .prv-row input[type="checkbox"] {
width: 18px;
height: 18px;
flex-shrink: 0;
margin-top: 2px;
accent-color: #FAB20D;
cursor: pointer
}

.ct-us .prv-row span {
font-size: 14px;
line-height: 1.6;
color: #092933b3
}

.ct-us .prv-row a {
color: #092933;
text-decoration: underline;
text-underline-offset: 2px;
transition: color .5s ease
}

.ct-us .prv-row a:hover {
color: #FAB20D
}

.ct-us .sub-btn {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 16px;
line-height: 1.4;
color: #FBFAFA;
background-color: #092933;
border: none;
border-radius: 22px;
padding: 16px 32px;
cursor: pointer;
transition: background-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease;
align-self: flex-start
}

.ct-us .sub-btn svg {
transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ct-us .sub-btn:hover {
background-color: #FAB20D;
color: #092933
}

.ct-us .sub-btn:hover svg {
transform: translateX(4px)
}

.ct-us .sub-btn:focus {
outline: 2px solid #FAB20D;
outline-offset: 3px
}

.ct-us .sub-btn:active {
transform: scale(0.98)
}

.ct-us .inf-band {
background-color: #092933;
padding: 64px 16px;
position: relative
}

.ct-us .inf-band::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(ellipse 90% 80% at 50% 50%, transparent 40%, #09293399 100%);
pointer-events: none
}

.ct-us .inf-inner {
max-width: 1170px;
margin: 0 auto;
display: flex;
flex-direction: row;
gap: 64px;
align-items: flex-start;
position: relative;
z-index: 1
}

.ct-us .inf-head {
flex: 0 0 280px
}

.ct-us .inf-head h3 {
font-size: 18px;
line-height: 1.4;
color: #FAB20D;
margin: 0 0 16px;
text-decoration: underline;
text-underline-offset: 4px
}

.ct-us .inf-head p {
font-size: 14px;
line-height: 1.6;
color: #fbfafaa6;
margin: 0
}

.ct-us .inf-cards {
flex: 1;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px
}

.ct-us .inf-card {
background-color: #fbfafa0d;
border: 1px solid #fbfafa1a;
border-radius: 1px;
padding: 32px;
animation: blr-in .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
box-shadow: 0 4px 18px 0 #09293317;
transition: background-color .7s ease, border-color .6s ease
}

.ct-us .inf-card:hover {
background-color: #fbfafa17;
border-color: #fab20d4d
}

.ct-us .inf-card h4 {
font-size: 14px;
line-height: 1.4;
letter-spacing: .1em;
text-transform: uppercase;
color: #FAB20D;
margin: 0 0 16px
}

.ct-us .inf-card p {
font-size: 16px;
line-height: 1.6;
color: #FBFAFA;
margin: 0
}

.ct-us .inf-card a {
color: #FBFAFA;
text-decoration: none;
transition: color .5s ease
}

.ct-us .inf-card a:hover {
color: #FAB20D
}

@media (max-width: 768px) {
.ct-us .pg-band-inner {
flex-direction: column;
gap: 32px
}

.ct-us .pg-img-wrap {
flex: 0 0 auto;
width: 100%;
height: 200px
}

.ct-us .pg-h1 {
font-size: 18px
}

.ct-us .frm-inner {
grid-template-columns: 1fr;
gap: 32px
}

.ct-us .fld-row {
grid-template-columns: 1fr
}

.ct-us .inf-inner {
flex-direction: column;
gap: 32px
}

.ct-us .inf-head {
flex: 0 0 auto
}

.ct-us .inf-cards {
grid-template-columns: 1fr
}
}

@media (max-width: 375px) {
.ct-us .pg-h1 {
font-size: 16px
}

.ct-us .pg-band {
padding: 32px 16px
}

.ct-us .frm-band {
padding: 32px 16px
}

.ct-us .inf-band {
padding: 32px 16px
}

.ct-us .inf-card {
padding: 16px
}
}

@media (min-width: 769px) and (max-width: 1366px) {
.ct-us .pg-h1 {
font-size: 48px
}

.ct-us .inf-cards {
grid-template-columns: 1fr 1fr
}
}

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

.ab-pg .ab-inner {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
padding-left: 32px;
padding-right: 32px
}

.ab-pg .ab-inner.narrow {
max-width: 1170px
}

@keyframes ab-reveal {
from {
opacity: 0;
transform: scale(0.97)
}

to {
opacity: 1;
transform: scale(1)
}
}

.ab-pg .reveal {
animation: ab-reveal .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.ab-pg .reveal-d1 {
animation-delay: .1s
}

.ab-pg .reveal-d2 {
animation-delay: .22s
}

.ab-pg .reveal-d3 {
animation-delay: .36s
}

.ab-pg .ttl-blk {
background-color: #092933;
padding-top: 64px;
padding-bottom: 64px;
position: relative
}

.ab-pg .ttl-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 64px;
align-items: center
}

.ab-pg .ttl-grid-lines {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden
}

.ab-pg .ttl-grid-lines::before {
content: "";
position: absolute;
inset: 0;
background-image: linear-gradient(#fbfafa0a 1px, transparent 1px), linear-gradient(90deg, #fbfafa0a 1px, transparent 1px);
background-size: 64px 64px
}

.ab-pg .ttl-txt {
position: relative;
z-index: 1
}

.ab-pg .ttl-eyebrow {
font-size: 14px;
line-height: 1.4;
letter-spacing: .12em;
text-transform: uppercase;
color: #FAB20D;
margin-bottom: 16px
}

.ab-pg .ttl-h1 {
font-size: 70px;
line-height: 1.1;
color: #FBFAFA;
margin-bottom: 32px
}

.ab-pg .ttl-pts {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 16px
}

.ab-pg .ttl-pts li {
font-size: 16px;
line-height: 1.6;
color: #fbfafac7;
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 16px
}

.ab-pg .pt-dot {
width: 8px;
height: 8px;
border-radius: 1px;
background: #FAB20D;
flex-shrink: 0;
margin-top: 7px
}

.ab-pg .ttl-img-wrap {
position: relative;
z-index: 1;
border-radius: 22px;
overflow: hidden;
height: 420px
}

.ab-pg .ttl-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
filter: blur(0px)
}

.ab-pg .ttl-img-wrap::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(157deg, #0929332e 0%, #fab20d14 100%);
pointer-events: none
}

.ab-pg .div-dots {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 8px;
padding-top: 32px;
padding-bottom: 32px
}

.ab-pg .div-dots span {
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #092933;
opacity: .22;
display: block
}

.ab-pg .ab-about {
background-color: #FBFAFA;
padding-top: 64px;
padding-bottom: 64px
}

.ab-pg .about-cols {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 64px;
align-items: start
}

.ab-pg .about-label {
font-size: 14px;
line-height: 1.4;
letter-spacing: .1em;
text-transform: uppercase;
color: #092933;
opacity: .5;
margin-bottom: 16px
}

.ab-pg .about-aside-h {
font-size: 18px;
line-height: 1.4;
color: #092933;
padding-bottom: 8px;
border-bottom: 2px solid #FAB20D;
display: inline-block;
margin-bottom: 32px
}

.ab-pg .about-stat-row {
display: flex;
flex-direction: column;
gap: 32px;
margin-top: 32px
}

.ab-pg .stat-num {
font-size: 70px;
line-height: 1.1;
color: #092933
}

.ab-pg .stat-lbl {
font-size: 14px;
line-height: 1.4;
color: #092933;
opacity: .6;
margin-top: 8px
}

.ab-pg .about-body-h {
font-size: 18px;
line-height: 1.4;
color: #092933;
padding-bottom: 8px;
border-bottom: 2px solid #0929331f;
display: inline-block;
margin-bottom: 32px
}

.ab-pg .about-p {
font-size: 16px;
line-height: 1.6;
color: #092933;
margin-bottom: 16px
}

.ab-pg .div-dots-alt span {
background-color: #FAB20D;
opacity: .5
}

.ab-pg .team-sec {
background-color: #092933;
padding-top: 64px;
padding-bottom: 64px;
position: relative
}

.ab-pg .team-sec-noise {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden
}

.ab-pg .team-sec-noise::before {
content: "";
position: absolute;
inset: 0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
background-repeat: repeat;
opacity: .35
}

.ab-pg .team-hd {
text-align: center;
margin-bottom: 64px;
position: relative;
z-index: 1
}

.ab-pg .team-h2 {
font-size: 70px;
line-height: 1.1;
color: #FBFAFA;
margin-bottom: 16px
}

.ab-pg .team-sub {
font-size: 16px;
line-height: 1.6;
color: #fbfafaa6;
max-width: 480px;
margin-left: auto;
margin-right: auto
}

.ab-pg .team-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 32px;
position: relative;
z-index: 1
}

.ab-pg .t-card {
background-color: #fbfafa0f;
border-radius: 22px;
overflow: hidden;
box-shadow: 0 4px 18px 0 #09293317;
display: flex;
flex-direction: row;
transition: background-color .6s ease
}

.ab-pg .t-card:hover {
background-color: #fbfafa1c
}

.ab-pg .t-card-img {
width: 140px;
flex-shrink: 0;
position: relative
}

.ab-pg .t-card-img img {
width: 140px;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
min-height: 200px
}

.ab-pg .t-card-body {
padding: 32px;
display: flex;
flex-direction: column;
justify-content: center
}

.ab-pg .t-card-name {
font-size: 18px;
line-height: 1.4;
color: #FBFAFA;
margin-bottom: 8px;
padding-bottom: 8px;
border-bottom: 2px solid #FAB20D;
display: inline-block
}

.ab-pg .t-card-role {
font-size: 14px;
line-height: 1.4;
color: #FAB20D;
margin-bottom: 16px;
letter-spacing: .06em;
text-transform: uppercase
}

.ab-pg .t-card-bio {
font-size: 14px;
line-height: 1.6;
color: #fbfafab3
}

.ab-pg .t-card.no-port {
flex-direction: column
}

.ab-pg .t-card.no-port .t-card-corner {
width: 100%;
height: 8px;
background: linear-gradient(157deg, #092933 0%, #FAB20D 100%);
border-radius: 22px 22px 0 0
}

.ab-pg .div-line {
height: 1px;
background: linear-gradient(90deg, transparent, #09293326, transparent);
margin-top: 0;
margin-bottom: 0
}

.ab-pg .vals-sec {
background-color: #FBFAFA;
padding-top: 64px;
padding-bottom: 64px
}

.ab-pg .vals-top {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 64px;
align-items: end;
margin-bottom: 64px
}

.ab-pg .vals-h2 {
font-size: 70px;
line-height: 1.1;
color: #092933
}

.ab-pg .vals-desc {
font-size: 16px;
line-height: 1.6;
color: #092933;
opacity: .7
}

.ab-pg .vals-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px
}

.ab-pg .v-card {
background-color: #FBFAFA;
border-radius: 22px;
box-shadow: 0 3px 6px 0 #0929330d 0 9px 36px 0 #09293312;
padding: 32px;
position: relative;
overflow: hidden;
transition: box-shadow .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease
}

.ab-pg .v-card:hover {
box-shadow: 0 4px 18px 0 #09293317 0 9px 36px 0 #0929331c;
transform: translateY(-4px)
}

.ab-pg .v-card-corner {
position: absolute;
top: 0;
right: 0;
width: 48px;
height: 48px;
background: linear-gradient(157deg, #FAB20D 0%, #fab20d4d 100%);
border-radius: 0 22px 0 22px
}

.ab-pg .v-card-img {
width: 100%;
height: 180px;
border-radius: 1px;
overflow: hidden;
margin-bottom: 32px
}

.ab-pg .v-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ab-pg .v-card:hover .v-card-img img {
transform: scale(1.04)
}

.ab-pg .v-card-h {
font-size: 18px;
line-height: 1.4;
color: #092933;
margin-bottom: 16px;
padding-bottom: 8px;
border-bottom: 2px solid #0929331a;
display: inline-block
}

.ab-pg .v-card-p {
font-size: 14px;
line-height: 1.6;
color: #092933;
opacity: .72
}

.ab-pg .v-card-curtain {
max-height: 0;
overflow: hidden;
transition: max-height .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ab-pg .v-card:hover .v-card-curtain {
max-height: 120px
}

.ab-pg .v-card-curtain-txt {
font-size: 14px;
line-height: 1.6;
color: #092933;
opacity: .6;
padding-top: 16px
}

.ab-pg .punct-anchor {
position: absolute;
font-size: 220px;
line-height: 1;
color: transparent;
-webkit-text-stroke: 1px #0929330f;
pointer-events: none;
user-select: none;
bottom: -32px;
right: 32px;
z-index: 0
}

.ab-pg .vals-sec {
position: relative
}

@media (max-width: 768px) {
.ab-pg .ttl-grid {
grid-template-columns: 1fr;
gap: 32px
}

.ab-pg .ttl-h1 {
font-size: 18px
}

.ab-pg .ttl-img-wrap {
height: 260px
}

.ab-pg .about-cols {
grid-template-columns: 1fr;
gap: 32px
}

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

.ab-pg .team-h2 {
font-size: 18px
}

.ab-pg .vals-top {
grid-template-columns: 1fr;
gap: 16px
}

.ab-pg .vals-h2 {
font-size: 18px
}

.ab-pg .vals-grid {
grid-template-columns: 1fr
}

.ab-pg .stat-num {
font-size: 18px
}

.ab-pg .ab-inner {
padding-left: 16px;
padding-right: 16px
}
}

@media (max-width: 375px) {
.ab-pg .ttl-h1 {
font-size: 16px
}

.ab-pg .t-card {
flex-direction: column
}

.ab-pg .t-card-img {
width: 100%
}

.ab-pg .t-card-img img {
width: 100%;
height: 200px
}
}

@media (min-width: 1366px) {
.ab-pg .ttl-h1 {
font-size: 70px
}

.ab-pg .team-h2 {
font-size: 70px
}

.ab-pg .vals-h2 {
font-size: 70px
}

.ab-pg .stat-num {
font-size: 70px
}
}

.succ-pg {
min-height: 60vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 64px 32px;
background-color: #FBFAFA
}

.succ-pg .succ-wrap {
max-width: 1170px;
width: 100%;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 32px
}

.succ-pg .succ-icon {
width: 72px;
height: 72px;
flex-shrink: 0
}

.succ-pg .succ-card {
background: #fff;
border-radius: 22px;
box-shadow: 0 4px 18px 0 #09293317;
padding: 64px 32px;
max-width: 560px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
text-align: center
}

.succ-pg .succ-card .succ-label {
font-size: 14px;
line-height: 1.4;
letter-spacing: .08em;
text-transform: uppercase;
color: #FAB20D;
font-weight: 600;
margin: 0
}

.succ-pg .succ-card h1 {
font-size: 70px;
line-height: 1.1;
color: #092933;
margin: 0
}

.succ-pg .succ-card .succ-msg {
font-size: 18px;
line-height: 1.6;
color: #092933;
opacity: .75;
margin: 0;
max-width: 400px
}

.succ-pg .succ-divider {
width: 48px;
height: 2px;
background: linear-gradient(157deg, #092933, #FAB20D);
border-radius: 1px;
flex-shrink: 0
}

.succ-pg .succ-back {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 16px;
line-height: 1.4;
color: #092933;
text-decoration: none;
padding: 16px 32px;
border-radius: 22px;
border: 1px solid #0929332e;
background: transparent;
transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s ease, color .5s ease;
margin-top: 8px
}

.succ-pg .succ-back:hover {
background: #092933;
color: #FBFAFA;
border-color: #092933
}

.succ-pg .succ-back:focus {
outline: 2px solid #FAB20D;
outline-offset: 3px
}

.succ-pg .succ-back .arr {
display: inline-block;
transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.succ-pg .succ-back:hover .arr {
transform: translateX(-4px)
}

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

.succ-pg .succ-card {
padding: 32px 16px
}

.succ-pg .succ-card h1 {
font-size: 14px;
line-height: 1.1
}
}