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

body {
    margin: 0;
    padding: 0;
    min-height: 100vh
}

.hd-root {
    background: #EEF3F3;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative
}

.hd-root::before {
    bottom: 0;
    content: "";
    left: 0;
    opacity: .38;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.hd-plate {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1280px;
    min-height: 120px;
    padding: 0 40px;
    position: relative
}

.hd-brand-pod {
    align-items: center;
    border-bottom: 2px solid #B6D3CE;
    border-top: 2px solid #B6D3CE;
    border-radius: 5px;
    box-shadow: 2px 7px 22px 0 #5585b017;
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 8px;
    justify-content: center;
    margin: 20px 0;
    padding: 12px 20px;
    width: 160px
}

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

.hd-tagline {
    color: #5585B0;
    font-family: 'Cormorant', serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.15;
    text-align: center
}

.hd-right {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0 20px 40px
}

.hd-contact-strip {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: flex-end
}

.hd-contact-strip a {
    color: #3a6a8f;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    letter-spacing: .01em;
    line-height: 1.15;
    text-decoration: none;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.hd-contact-strip a:hover {
    color: #5585B0
}

.hd-contact-strip a:focus {
    outline: 3px solid #5585B0;
    outline-offset: 2px
}

.hd-sep {
    background: #B6D3CE;
    display: inline-block;
    height: 14px;
    width: 1px
}

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

.hd-nav-deck a {
    border-radius: 5px;
    color: #2c4f6b;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.15;
    min-height: 44px;
    padding: 12px 20px;
    position: relative;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.22, 1, 0.36, 1), background .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.hd-nav-deck a::after {
    border: 2px solid transparent;
    border-radius: 5px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), inset .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.hd-nav-deck a:hover {
    background: #EEF3F3;
    color: #5585B0
}

.hd-nav-deck a:hover::after {
    border-color: #B6D3CE;
    inset: -3px
}

.hd-nav-deck a:focus {
    outline: 3px solid #5585B0;
    outline-offset: 2px
}

.hd-nav-deck a.active {
    background: #5585B0;
    color: #fff
}

.hd-nav-deck a.active::after {
    border-color: #3a6a8f;
    inset: -2px
}

.hd-accent-bar {
    background: linear-gradient(90deg, #5585B0 0%, #B6D3CE 60%, #EEF3F3 100%);
    height: 4px;
    width: 100%
}

@media (max-width: 768px) {
    .hd-plate {
        flex-direction: column;
        padding: 0 20px
    }

    .hd-brand-pod {
        flex-direction: row;
        margin: 20px 0 0;
        width: 100%
    }

    .hd-right {
        padding: 12px 0
    }

    .hd-contact-strip {
        justify-content: flex-start
    }

    .hd-nav-deck {
        justify-content: flex-start
    }
}

@media (max-width: 480px) {
    .hd-contact-strip {
        flex-wrap: wrap;
        gap: 8px
    }

    .hd-sep {
        display: none
    }
}

.ft-root {
    background: #2c4f6b;
    font-family: 'Source Sans Pro', sans-serif
}

.ft-top-band {
    background: linear-gradient(90deg, #5585B0 0%, #3a6a8f 100%);
    padding: 40px
}

.ft-top-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px
}

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

.ft-logo-pod {
    background: #fff;
    border-bottom: 2px solid #B6D3CE;
    border-radius: 5px;
    border-top: 2px solid #B6D3CE;
    box-shadow: 2px 10px 48px 0 #5585b01c;
    flex-shrink: 0;
    padding: 8px
}

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

.ft-brand-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ft-brand-name {
    color: #fff;
    font-family: 'Cormorant', serif;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.15
}

.ft-brand-slogan {
    color: #EEF3F3;
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 1.15;
    opacity: .85
}

.ft-top-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px
}

.ft-top-nav a {
    border-radius: 5px;
    color: #EEF3F3;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.15;
    min-height: 44px;
    padding: 12px 20px;
    text-decoration: none;
    transition: background .6s cubic-bezier(0.22, 1, 0.36, 1), color .6s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-flex;
    align-items: center
}

.ft-top-nav a:hover {
    background: #eef3f32e;
    color: #fff
}

.ft-top-nav a:focus {
    outline: 3px solid #EEF3F3;
    outline-offset: 2px
}

.ft-mid-zone {
    background: #1e3a52;
    padding: 40px
}

.ft-mid-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 auto;
    max-width: 1280px
}

.ft-links-deck {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ft-links-label {
    color: #B6D3CE;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.15;
    margin-bottom: 4px;
    text-transform: uppercase
}

.ft-links-deck a {
    color: #EEF3F3;
    font-size: 13px;
    letter-spacing: .01em;
    line-height: 1.65;
    opacity: .8;
    text-decoration: none;
    transition: opacity .5s ease-in-out, color .5s ease-in-out
}

.ft-links-deck a:hover {
    color: #B6D3CE;
    opacity: 1
}

.ft-links-deck a:focus {
    outline: 3px solid #5585B0;
    outline-offset: 2px
}

.ft-addr-cell {
    flex: 1;
    min-width: 200px
}

.ft-addr-label {
    color: #B6D3CE;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.15;
    margin-bottom: 8px;
    text-transform: uppercase
}

.ft-addr-cell address {
    color: #EEF3F3;
    font-size: 13px;
    font-style: normal;
    letter-spacing: .01em;
    line-height: 1.65;
    opacity: .8
}

.ft-addr-cell address a {
    color: #EEF3F3;
    opacity: .8;
    text-decoration: none;
    transition: color .5s ease-in-out, opacity .5s ease-in-out
}

.ft-addr-cell address a:hover {
    color: #B6D3CE;
    opacity: 1
}

.ft-addr-cell address a:focus {
    outline: 3px solid #5585B0;
    outline-offset: 2px
}

.ft-bottom-bar {
    background: #162d3f;
    padding: 20px 40px
}

.ft-bottom-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px
}

.ft-copy {
    color: #B6D3CE;
    font-size: 13px;
    letter-spacing: .01em;
    line-height: 1.15;
    opacity: .75
}

.ft-legal-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.ft-legal-nav a {
    color: #B6D3CE;
    font-size: 13px;
    letter-spacing: .01em;
    line-height: 1.15;
    opacity: .75;
    text-decoration: none;
    transition: opacity .45s ease-in-out
}

.ft-legal-nav a:hover {
    opacity: 1
}

.ft-legal-nav a:focus {
    outline: 3px solid #5585B0;
    outline-offset: 2px
}

@media (max-width: 768px) {
    .ft-top-band {
        padding: 40px 20px
    }

    .ft-mid-zone {
        padding: 40px 20px
    }

    .ft-bottom-bar {
        padding: 20px
    }

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

@media (max-width: 480px) {
    .ft-brand-cell {
        flex-direction: column;
        align-items: flex-start
    }

    .ft-mid-inner {
        flex-direction: column;
        gap: 20px
    }
}

.ck-box {
    background: #fff;
    border-radius: 40px;
    box-shadow: 2px 10px 48px 0 #5585b01c;
    bottom: auto;
    display: none;
    left: 20px;
    max-width: 320px;
    padding: 20px;
    position: fixed;
    top: 20px;
    transform: translateX(-120%);
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1200
}

.ck-box.ck-visible {
    transform: translateX(0)
}

.ck-box.ck-hiding {
    transform: translateX(-120%)
}

.ck-icon-wrap {
    align-items: center;
    background: #EEF3F3;
    border-radius: 40px;
    display: flex;
    height: 44px;
    justify-content: center;
    margin-bottom: 12px;
    width: 44px
}

.ck-icon-wrap svg {
    display: block;
    flex-shrink: 0
}

.ck-body-text {
    color: #2c4f6b;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    letter-spacing: .01em;
    line-height: 1.65;
    margin-bottom: 20px
}

.ck-btn-row {
    display: flex;
    gap: 8px
}

.ck-btn {
    background: #EEF3F3;
    border: 2px solid #B6D3CE;
    border-radius: 5px;
    color: #2c4f6b;
    cursor: pointer;
    flex: 1;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.15;
    min-height: 44px;
    padding: 12px 8px;
    text-align: center;
    transition: background .55s cubic-bezier(0.22, 1, 0.36, 1), border-color .55s cubic-bezier(0.22, 1, 0.36, 1), color .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.ck-btn:hover {
    background: #B6D3CE;
    border-color: #5585B0;
    color: #1e3a52
}

.ck-btn:focus {
    outline: 3px solid #5585B0;
    outline-offset: 2px
}

.ck-btn.ck-accept {
    background: #5585B0;
    border-color: #3a6a8f;
    color: #fff
}

.ck-btn.ck-accept:hover {
    background: #3a6a8f;
    border-color: #2c4f6b;
    color: #fff
}

.info-doc {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #2c3e50
}

.info-doc h1 {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1e3a52;
    margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #B6D3CE
}

.info-doc h2 {
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: .015em;
    color: #2a4a6b;
    margin-top: 80px;
    margin-bottom: 20px
}

.info-doc h3 {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: .015em;
    color: #3a5a7a;
    margin-top: 40px;
    margin-bottom: 12px
}

.info-doc h4 {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: .02em;
    color: #4a6a8a;
    margin-top: 40px;
    margin-bottom: 8px
}

.info-doc h5 {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .02em;
    color: #5585B0;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 8px
}

.info-doc h6 {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .02em;
    color: #6a8aaa;
    margin-top: 20px;
    margin-bottom: 8px
}

.info-doc p {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 72ch
}

.info-doc em,
.info-doc i {
    font-style: italic;
    color: #3a5a7a
}

.info-doc a {
    color: #5585B0;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1), text-decoration-color .6s ease-in-out;
    text-decoration-color: #5585b066
}

.info-doc a:hover {
    color: #2a4a6b;
    text-decoration-color: #2a4a6bcc
}

.info-doc a:focus-visible {
    outline: 2px solid #5585B0;
    outline-offset: 3px;
    border-radius: 5px
}

.info-doc table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: .01em;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 7px 22px 0 #5585b017
}

.info-doc thead {
    background-color: #5585B0;
    color: #fff
}

.info-doc thead th {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 20px;
    text-align: left;
    font-weight: 700;
    color: #fff;
    border-bottom: none
}

.info-doc tbody tr {
    background-color: #fff;
    transition: background-color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.info-doc tbody tr:nth-child(even) {
    background-color: #EEF3F3
}

.info-doc tbody tr:hover {
    background-color: #daeae8
}

.info-doc td {
    padding: 20px;
    color: #2c3e50;
    vertical-align: top;
    border-bottom: 1px solid #B6D3CE
}

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

.info-doc th {
    padding: 20px;
    text-align: left;
    vertical-align: top
}

@media (max-width: 1280px) {
    .info-doc {
        padding: 80px 40px
    }
}

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

    .info-doc h1 {
        font-size: 27px;
        margin-bottom: 20px
    }

    .info-doc h2 {
        font-size: 20px;
        margin-top: 40px
    }

    .info-doc h3 {
        font-size: 20px;
        margin-top: 20px
    }

    .info-doc p {
        font-size: 20px;
        max-width: 100%
    }

    .info-doc table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .info-doc thead th,
    .info-doc td {
        padding: 12px;
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .info-doc {
        padding: 20px 12px
    }

    .info-doc h1 {
        font-size: 27px;
        padding-bottom: 12px
    }

    .info-doc h2 {
        margin-top: 40px;
        margin-bottom: 12px
    }

    .info-doc p {
        font-size: 20px;
        margin-bottom: 12px
    }

    .info-doc thead th,
    .info-doc td {
        padding: 8px 12px
    }
}

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

.bys-pg *,
.bys-pg ::before,
.bys-pg ::after {
    box-sizing: border-box
}

.bys-pg ::selection {
    background: #B6D3CE;
    color: #1b3a52
}

.bys-pg .mx-wrap {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 768px) {
    .bys-pg .mx-wrap {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 480px) {
    .bys-pg .mx-wrap {
        padding-left: 12px;
        padding-right: 12px
    }
}

.bys-pg .titl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 560px
}

@media (max-width: 768px) {
    .bys-pg .titl {
        grid-template-columns: 1fr;
        min-height: unset
    }
}

.bys-pg .titl-left {
    background: #EEF3F3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 40px;
    position: relative
}

@media (max-width: 1280px) {
    .bys-pg .titl-left {
        padding: 80px 40px
    }
}

@media (max-width: 768px) {
    .bys-pg .titl-left {
        padding: 40px 20px
    }
}

.bys-pg .titl-left .mx-wrap {
    padding-left: 0;
    padding-right: 0;
    max-width: 560px
}

.bys-pg .titl-eyebrow {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .02em;
    color: #5585B0;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.65
}

.bys-pg .titl-h1 {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0 0 20px
}

@media (max-width: 1280px) {
    .bys-pg .titl-h1 {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .bys-pg .titl-h1 {
        font-size: 27px
    }
}

.bys-pg .titl-desc {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #3a5a72;
    margin: 0 0 40px;
    max-width: 420px
}

@media (max-width: 768px) {
    .bys-pg .titl-desc {
        font-size: 13px;
        margin-bottom: 20px
    }
}

.bys-pg .btn-arrow {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: .02em;
    color: #5585B0;
    text-decoration: none;
    line-height: 1.15;
    position: relative;
    padding: 8px 0;
    transition: color .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.bys-pg .btn-arrow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #5585B0;
    transition: width .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.bys-pg .btn-arrow:hover::after {
    width: 100%
}

.bys-pg .btn-arrow:hover {
    color: #1b3a52
}

.bys-pg .btn-arrow .arr {
    display: inline-block;
    width: 18px;
    height: 10px;
    position: relative;
    flex-shrink: 0
}

.bys-pg .btn-arrow .arr::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: currentColor;
    transform: translateY(-50%)
}

.bys-pg .btn-arrow .arr::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    transform: translateY(-50%) rotate(45deg)
}

.bys-pg .titl-right {
    position: relative;
    overflow: hidden
}

@media (max-width: 768px) {
    .bys-pg .titl-right {
        height: 320px
    }
}

.bys-pg .titl-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
    transition: transform .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.bys-pg .titl-right:hover img {
    transform: scale(1.04)
}

.bys-pg .titl-img-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: linear-gradient(to top, #1b3a52b8, transparent);
    pointer-events: none
}

.bys-pg .titl-deco {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 120px;
    height: 120px;
    border-radius: 5px;
    border: 2px solid #5585b02e;
    animation: bys-rot 22s linear infinite;
    pointer-events: none
}

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

    to {
        transform: rotate(360deg)
    }
}

.bys-pg .prereq {
    padding: 80px 0;
    background: #fff;
    position: relative
}

.bys-pg .prereq-inner {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 80px;
    align-items: start
}

@media (max-width: 768px) {
    .bys-pg .prereq-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

.bys-pg .prereq-left {
    position: sticky;
    top: 40px
}

@media (max-width: 768px) {
    .bys-pg .prereq-left {
        position: static
    }
}

.bys-pg .sec-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px
}

.bys-pg .sec-label-shape {
    width: 10px;
    height: 10px;
    background: #5585B0;
    border-radius: 5px;
    flex-shrink: 0
}

.bys-pg .sec-label-txt {
    font-size: 13px;
    letter-spacing: .02em;
    color: #5585B0;
    text-transform: uppercase;
    line-height: 1.15
}

.bys-pg .prereq-h2 {
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0 0 20px
}

.bys-pg .prereq-note {
    font-size: 13px;
    line-height: 1.65;
    color: #3a5a72;
    margin: 0
}

.bys-pg .prereq-right {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.bys-pg .req-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 20px;
    align-items: start;
    padding: 20px;
    border-radius: 5px;
    background: #EEF3F3;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), transform .45s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: default
}

.bys-pg .req-item:hover {
    background: #fff;
    box-shadow: 2px 7px 22px 0 #5585b017;
    transform: translateY(-2px)
}

.bys-pg .prereq-right:hover .req-item:not(:hover) {
    opacity: .6;
    transition: opacity .45s ease-in-out
}

.bys-pg .req-num {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    border: 2px solid #5585B0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.15;
    color: #5585B0;
    letter-spacing: .01em;
    flex-shrink: 0;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.bys-pg .req-item:hover .req-num {
    background: #5585B0;
    color: #fff
}

.bys-pg .req-body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bys-pg .req-h {
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0
}

.bys-pg .req-p {
    font-size: 13px;
    line-height: 1.65;
    color: #3a5a72;
    margin: 0
}

.bys-pg .expect {
    padding: 80px 0;
    background: #EEF3F3;
    position: relative;
    overflow: hidden
}

.bys-pg .expect-bg {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.bys-pg .expect-bg-tex {
    position: absolute;
    inset: 0;
    background-image: url(./image_files/310326-3-170326.jpg);
    background-size: cover;
    background-position: center 40%;
    opacity: .04
}

.bys-pg .expect-inner {
    position: relative
}

.bys-pg .expect-top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 80px
}

@media (max-width: 768px) {
    .bys-pg .expect-top {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px
    }
}

.bys-pg .expect-h2 {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0
}

@media (max-width: 1280px) {
    .bys-pg .expect-h2 {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .bys-pg .expect-h2 {
        font-size: 27px
    }
}

.bys-pg .expect-lead {
    font-size: 20px;
    line-height: 1.65;
    color: #3a5a72;
    margin: 0 0 20px;
    letter-spacing: .01em
}

@media (max-width: 768px) {
    .bys-pg .expect-lead {
        font-size: 13px
    }
}

.bys-pg .expect-sub {
    font-size: 13px;
    line-height: 1.65;
    color: #5585B0;
    font-style: italic;
    margin: 0;
    letter-spacing: .01em
}

.bys-pg .feat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 20px;
    align-items: stretch
}

@media (max-width: 1280px) {
    .bys-pg .feat-grid {
        grid-template-columns: 1fr 1fr
    }

    .bys-pg .feat-main {
        grid-column: 1 / -1
    }
}

@media (max-width: 768px) {
    .bys-pg .feat-grid {
        grid-template-columns: 1fr
    }

    .bys-pg .feat-main {
        grid-column: auto
    }
}

.bys-pg .feat-card {
    background: #fff;
    border-radius: 5px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 2px 2px 4px 0 #5585b00f;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1), transform .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.bys-pg .feat-card:hover {
    box-shadow: 2px 10px 48px 0 #5585b01c;
    transform: translateY(-4px)
}

@media (max-width: 768px) {
    .bys-pg .feat-card {
        padding: 20px
    }
}

.bys-pg .feat-card-ico {
    width: 36px;
    height: 36px;
    flex-shrink: 0
}

.bys-pg .feat-h {
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0
}

.bys-pg .feat-p {
    font-size: 13px;
    line-height: 1.65;
    color: #3a5a72;
    margin: 0;
    letter-spacing: .01em
}

.bys-pg .feat-main {
    background: #5585B0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 340px;
    box-shadow: 2px 7px 22px 0 #5585b017;
    transition: box-shadow .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.bys-pg .feat-main:hover {
    box-shadow: 2px 10px 48px 0 #5585b01c
}

.bys-pg .feat-main img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    transition: transform .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.bys-pg .feat-main:hover img {
    transform: scale(1.05)
}

.bys-pg .feat-main-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #1b3a52e0, transparent 60%);
    pointer-events: none
}

.bys-pg .feat-main-body {
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

@media (max-width: 768px) {
    .bys-pg .feat-main-body {
        padding: 20px
    }
}

.bys-pg .feat-main-h {
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #fff;
    margin: 0
}

.bys-pg .feat-main-p {
    font-size: 13px;
    line-height: 1.65;
    color: #B6D3CE;
    margin: 0;
    letter-spacing: .01em
}

.bys-pg .stat-shape {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 5px;
    border: 2.5px solid #b6d3ce80;
    margin-bottom: 4px
}

.bys-pg .stat-num {
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #fff
}

.bys-pg .stat-lbl {
    font-size: 13px;
    line-height: 1.15;
    color: #B6D3CE;
    letter-spacing: .02em;
    text-align: center
}

@keyframes bys-rowup {
    from {
        opacity: 0;
        transform: translateY(28px)
    }

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

.bys-pg .anim-row {
    animation: bys-rowup .65s cubic-bezier(0.22, 1, 0.36, 1) both
}

.bys-pg .anim-row.d1 {
    animation-delay: .08s
}

.bys-pg .anim-row.d2 {
    animation-delay: .18s
}

.bys-pg .anim-row.d3 {
    animation-delay: .28s
}

.bys-pg .anim-row.d4 {
    animation-delay: .38s
}

.bys-pg .anim-row.d5 {
    animation-delay: .48s
}

.bys-pg .anim-row.d6 {
    animation-delay: .58s
}

.bys-pg .tag-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}

.bys-pg .tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 40px;
    background: #EEF3F3;
    font-size: 13px;
    line-height: 1.65;
    color: #3a5a72;
    letter-spacing: .01em;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.bys-pg .feat-card:hover .tag {
    background: #B6D3CE;
    color: #1b3a52
}

.bys-pg .tag.inv {
    background: #b6d3ce33;
    color: #B6D3CE
}

.proc-pg {
    overflow-x: hidden
}

.proc-pg *,
.proc-pg ::before,
.proc-pg ::after {
    box-sizing: border-box
}

.proc-pg ::selection {
    background: #B6D3CE;
    color: #1b3a52
}

.proc-pg .ld-schema {
    display: none
}

@keyframes revealUp {
    from {
        opacity: 0;
        transform: scale(0.97) translateY(16px)
    }

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

.proc-pg .anim-in {
    animation: revealUp .65s cubic-bezier(0.22, 1, 0.36, 1) both
}

.proc-pg .anim-in.d1 {
    animation-delay: .08s
}

.proc-pg .anim-in.d2 {
    animation-delay: .18s
}

.proc-pg .anim-in.d3 {
    animation-delay: .28s
}

.proc-pg .anim-in.d4 {
    animation-delay: .38s
}

.proc-pg .ttl-blk {
    background: #EEF3F3;
    padding: 80px 20px;
    position: relative
}

.proc-pg .ttl-blk::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: #fff;
    clip-path: ellipse(55% 100% at 50% 100%)
}

.proc-pg .ttl-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.proc-pg .ttl-text {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.proc-pg .ttl-eyebrow {
    display: flex;
    align-items: center;
    gap: 8px
}

.proc-pg .ttl-dash {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: #5585B0;
    flex-shrink: 0
}

.proc-pg .ttl-label {
    font-size: 13px;
    letter-spacing: .02em;
    color: #5585B0;
    line-height: 1.15;
    font-style: italic
}

.proc-pg .ttl-h1 {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0
}

.proc-pg .ttl-sub {
    font-size: 20px;
    line-height: 1.65;
    color: #3d5a70;
    margin: 0;
    max-width: 480px
}

.proc-pg .ttl-img-wrap {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 10px 48px 0 #5585b01c
}

.proc-pg .ttl-img-wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.proc-pg .ttl-img-wrap:hover img {
    transform: scale(1.03)
}

.proc-pg .ttl-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #5585b073 0%, transparent 60%);
    pointer-events: none
}

.proc-pg .wave-div {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

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

.proc-pg .steps-sec {
    background: #fff;
    padding: 80px 20px
}

.proc-pg .steps-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 80px;
    align-items: start
}

.proc-pg .steps-aside {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 40px
}

.proc-pg .steps-aside-shape {
    width: 32px;
    height: 4px;
    background: #5585B0;
    border-radius: 5px
}

.proc-pg .steps-aside-h {
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0
}

.proc-pg .steps-aside-p {
    font-size: 13px;
    line-height: 1.65;
    color: #4a6a80;
    margin: 0
}

.proc-pg .steps-aside-img {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 7px 22px 0 #5585b017
}

.proc-pg .steps-aside-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center center;
    display: block;
    filter: saturate(0.8) brightness(0.95);
    transition: filter .55s ease-in-out
}

.proc-pg .steps-aside-img:hover img {
    filter: saturate(1) brightness(1)
}

.proc-pg .steps-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative
}

.proc-pg .steps-list::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: linear-gradient(180deg, #5585B0 0%, transparent 100%)
}

.proc-pg .step-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #EEF3F3;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.proc-pg .step-item:last-child {
    border-bottom: none
}

.proc-pg .step-num {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #EEF3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #5585B0;
    letter-spacing: .02em;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 2px 2px 4px 0 #5585b00f
}

.proc-pg .step-item:hover .step-num {
    background: #5585B0;
    color: #fff
}

.proc-pg .step-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px
}

.proc-pg .step-h {
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0;
    position: relative;
    overflow: hidden
}

.proc-pg .step-h .h-main,
.proc-pg .step-h .h-alt {
    display: block;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1), opacity .5s ease-in-out
}

.proc-pg .step-h .h-alt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    opacity: 0;
    color: #5585B0;
    font-style: italic
}

.proc-pg .step-item:hover .step-h .h-main {
    transform: translateY(-100%);
    opacity: 0
}

.proc-pg .step-item:hover .step-h .h-alt {
    transform: translateY(0);
    opacity: 1
}

.proc-pg .step-p {
    font-size: 13px;
    line-height: 1.65;
    color: #4a6a80;
    margin: 0
}

.proc-pg .step-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    background: #EEF3F3;
    border-radius: 40px;
    font-size: 13px;
    color: #5585B0;
    letter-spacing: .01em;
    width: fit-content;
    transition: background .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.proc-pg .step-item:hover .step-tag {
    background: #B6D3CE
}

.proc-pg .out-sec {
    padding: 80px 20px;
    position: relative;
    overflow: hidden
}

.proc-pg .out-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, #B6D3CE 0%, #EEF3F3 55%, #fff 100%);
    z-index: 0
}

.proc-pg .out-sec .pattern-cross-dots {
    position: absolute;
    inset: 0;
    opacity: .18;
    z-index: 0;
    pointer-events: none
}

.proc-pg .out-inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.proc-pg .out-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: end
}

.proc-pg .out-head {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.proc-pg .out-shape {
    width: 20px;
    height: 20px;
    border: 3px solid #5585B0;
    border-radius: 5px;
    transform: rotate(12deg)
}

.proc-pg .out-h2 {
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0
}

.proc-pg .out-lead {
    font-size: 13px;
    line-height: 1.65;
    color: #3d5a70;
    margin: 0;
    max-width: 420px
}

.proc-pg .out-img-wrap {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 10px 48px 0 #b6d3ce1c
}

.proc-pg .out-img-wrap img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center 30%;
    display: block;
    filter: saturate(0.75) brightness(0.92);
    transition: filter .6s ease-in-out, transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.proc-pg .out-img-wrap:hover img {
    filter: saturate(1) brightness(1);
    transform: scale(1.025)
}

.proc-pg .out-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #5585b04d 0%, transparent 70%);
    pointer-events: none
}

.proc-pg .out-img-rel {
    position: relative
}

.proc-pg .out-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.proc-pg .out-card {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 2px 7px 22px 0 #5585b017;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform .55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative
}

.proc-pg .out-card::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #5585B0 0%, transparent 100%);
    border-radius: 5px 5px 0 0;
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.proc-pg .out-card:hover {
    transform: translateY(-4px);
    box-shadow: 2px 10px 48px 0 #5585b01c
}

.proc-pg .out-card:hover::before {
    opacity: 1
}

.proc-pg .out-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background: #EEF3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.proc-pg .out-card-icon svg {
    width: 18px;
    height: 18px;
    stroke: #5585B0;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.proc-pg .out-card-h {
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0
}

.proc-pg .out-card-p {
    font-size: 13px;
    line-height: 1.65;
    color: #4a6a80;
    margin: 0
}

.proc-pg .out-card-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px
}

.proc-pg .out-tag {
    font-size: 13px;
    color: #5585B0;
    background: #EEF3F3;
    border-radius: 40px;
    padding: 4px 12px;
    letter-spacing: .01em;
    transition: background .45s cubic-bezier(0.22, 1, 0.36, 1), color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.proc-pg .out-card:hover .out-tag {
    background: #B6D3CE;
    color: #1b3a52
}

.proc-pg .sec-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px
}

.proc-pg .sec-div-line {
    width: 80px;
    height: 1px;
    background: #B6D3CE
}

@media (max-width: 1280px) {
    .proc-pg .ttl-inner {
        gap: 40px
    }

    .proc-pg .steps-inner {
        grid-template-columns: 260px 1fr;
        gap: 40px
    }
}

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

    .proc-pg .ttl-h1 {
        font-size: 27px
    }

    .proc-pg .ttl-img-wrap img {
        height: 240px
    }

    .proc-pg .steps-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .proc-pg .steps-aside {
        position: static
    }

    .proc-pg .out-top {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .proc-pg .out-cards {
        grid-template-columns: 1fr
    }

    .proc-pg .steps-sec,
    .proc-pg .out-sec,
    .proc-pg .ttl-blk {
        padding: 40px 20px
    }
}

@media (max-width: 480px) {
    .proc-pg .ttl-h1 {
        font-size: 27px
    }

    .proc-pg .out-cards {
        grid-template-columns: 1fr
    }

    .proc-pg .step-item {
        grid-template-columns: 40px 1fr;
        gap: 12px
    }
}

.ctus {
    position: relative;
    overflow-x: clip
}

.ctus .pg-top {
    padding: 80px 20px;
    background-color: #EEF3F3;
    text-align: center;
    position: relative
}

.ctus .pg-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 80%, #5585b021 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, #b6d3ce2e 0%, transparent 55%);
    pointer-events: none
}

.ctus .pg-top .blur-spot {
    position: absolute;
    border-radius: 40px;
    filter: blur(48px);
    pointer-events: none
}

.ctus .pg-top .blur-spot.bs1 {
    width: 260px;
    height: 120px;
    background: #5585b01f;
    top: 20px;
    left: 8%
}

.ctus .pg-top .blur-spot.bs2 {
    width: 200px;
    height: 100px;
    background: #b6d3ce2e;
    bottom: 20px;
    right: 10%
}

.ctus .pg-top .img-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 2px 10px 48px 0 #5585b01c
}

.ctus .pg-top .img-wrap img {
    display: block;
    width: 480px;
    height: 300px;
    object-fit: cover;
    object-position: center 30%;
    transition: filter .6s cubic-bezier(0.22, 1, 0.36, 1);
    filter: blur(0px)
}

.ctus .pg-top .img-wrap:hover img {
    filter: blur(0px) brightness(1.04)
}

.ctus .pg-top .img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 100%, #1e324673 0%, transparent 70%), radial-gradient(ellipse at 100% 0%, #1e32464d 0%, transparent 50%);
    pointer-events: none;
    border-radius: 40px
}

.ctus .pg-top .top-label {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .02em;
    color: #5585B0;
    font-style: italic;
    background: #5585b017;
    border-radius: 40px;
    padding: 4px 20px;
    margin-bottom: 20px
}

.ctus .pg-top h1 {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1e3448;
    margin: 0 auto 20px;
    max-width: 700px;
    animation: blur-in .65s cubic-bezier(0.22, 1, 0.36, 1) both
}

.ctus .pg-top h1 em {
    color: #5585B0;
    font-style: italic
}

.ctus .pg-top .top-sub {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #3d5a72;
    max-width: 520px;
    margin: 0 auto;
    animation: blur-in .7s .1s cubic-bezier(0.22, 1, 0.36, 1) both
}

@keyframes blur-in {
    from {
        filter: blur(10px);
        opacity: 0;
        transform: translateY(12px)
    }

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

.ctus .divider-a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 20px;
    margin: 0
}

.ctus .divider-a span.line {
    flex: 1;
    max-width: 480px;
    border-top: 2px dashed #B6D3CE
}

.ctus .divider-a span.dot {
    width: 12px;
    height: 12px;
    border-radius: 40px;
    background: #5585B0;
    flex-shrink: 0
}

.ctus .form-area {
    padding: 80px 20px;
    background: #fff;
    position: relative
}

.ctus .form-area .fa-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 40px;
    align-items: start
}

.ctus .form-area .fa-side {
    padding-top: 8px
}

.ctus .form-area .fa-side .side-shape {
    width: 28px;
    height: 4px;
    background: #5585B0;
    border-radius: 5px;
    margin-bottom: 20px
}

.ctus .form-area .fa-side h2 {
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1e3448;
    margin: 0 0 20px
}

.ctus .form-area .fa-side p {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #3d5a72;
    margin: 0 0 20px
}

.ctus .form-area .fa-side .note-badge {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .01em;
    color: #5585B0;
    font-style: italic;
    background: #b6d3ce40;
    border-radius: 40px;
    padding: 4px 12px
}

.ctus .form-area .fa-right {
    padding-top: 8px
}

.ctus .form-area .fa-right .contact-strip {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ctus .form-area .fa-right .c-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ctus .form-area .fa-right .c-lbl {
    font-size: 13px;
    letter-spacing: .02em;
    color: #5585B0;
    font-style: italic
}

.ctus .form-area .fa-right .c-val {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #1e3448
}

.ctus .form-area .fa-right .c-val a {
    color: #5585B0;
    text-decoration: none !important;
    transition: color .5s ease-in-out
}

.ctus .form-area .fa-right .c-val a:hover {
    color: #1e3448
}

.ctus .form-area .fa-right .resp-note {
    margin-top: 40px;
    padding: 20px;
    background: #EEF3F3;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #3d5a72
}

.ctus .form-area .fa-center {
    background: #EEF3F3;
    border-radius: 5px;
    padding: 40px;
    box-shadow: 2px 7px 22px 0 #5585b017;
    position: relative
}

.ctus .form-area .fa-center .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.ctus .form-area .fa-center .field-wrap {
    position: relative
}

.ctus .form-area .fa-center .field-wrap.full {
    grid-column: 1 / -1
}

.ctus .form-area .fa-center .field-wrap input {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1.5px solid #B6D3CE;
    border-radius: 5px;
    padding: 20px 12px 8px;
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #1e3448;
    outline: none;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: inset 1px 1px 2px 0 #5585b00f
}

.ctus .form-area .fa-center .field-wrap input:focus {
    border-color: #5585B0;
    box-shadow: 2px 2px 4px 0 #5585b00f inset 1px 1px 2px 0 #5585b00f
}

.ctus .form-area .fa-center .field-wrap label {
    position: absolute;
    top: 14px;
    left: 12px;
    font-size: 13px;
    letter-spacing: .01em;
    color: #5585B0;
    pointer-events: none;
    transition: top .45s cubic-bezier(0.22, 1, 0.36, 1), font-size .45s cubic-bezier(0.22, 1, 0.36, 1), color .45s ease-in-out
}

.ctus .form-area .fa-center .field-wrap input:focus+label,
.ctus .form-area .fa-center .field-wrap input:not(:placeholder-shown)+label {
    top: 5px;
    font-size: 11px;
    color: #5585B0
}

.ctus .form-area .fa-center .field-wrap input::placeholder {
    color: transparent
}

.ctus .form-area .fa-center .budget-block {
    grid-column: 1 / -1;
    margin-top: 8px
}

.ctus .form-area .fa-center .budget-block .b-lbl {
    font-size: 13px;
    letter-spacing: .01em;
    color: #3d5a72;
    margin-bottom: 12px;
    display: block
}

.ctus .form-area .fa-center .budget-opts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.ctus .form-area .fa-center .budget-opts input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.ctus .form-area .fa-center .budget-opts label.b-opt {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 40px;
    border: 1.5px solid #B6D3CE;
    background: #fff;
    font-size: 13px;
    letter-spacing: .01em;
    color: #3d5a72;
    cursor: pointer;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s ease-in-out;
    user-select: none
}

.ctus .form-area .fa-center .budget-opts input[type="radio"]:checked+label.b-opt {
    background: #5585B0;
    border-color: #5585B0;
    color: #fff
}

.ctus .form-area .fa-center .budget-opts label.b-opt:hover {
    border-color: #5585B0;
    color: #5585B0
}

.ctus .form-area .fa-center .privacy-row {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-top: 8px
}

.ctus .form-area .fa-center .privacy-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    accent-color: #5585B0;
    margin-top: 2px;
    cursor: pointer
}

.ctus .form-area .fa-center .privacy-row .priv-txt {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #3d5a72
}

.ctus .form-area .fa-center .privacy-row .priv-txt a {
    color: #5585B0;
    text-decoration: none !important;
    transition: color .5s ease-in-out
}

.ctus .form-area .fa-center .privacy-row .priv-txt a:hover {
    color: #1e3448
}

.ctus .form-area .fa-center .submit-row {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 8px
}

.ctus .form-area .fa-center .btn-send {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 40px;
    background: #5585B0;
    color: #fff;
    font-size: 13px;
    letter-spacing: .02em;
    border: 2px solid #5585B0;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    box-shadow: 2px 7px 22px 0 #5585b017;
    transition: background .55s cubic-bezier(0.22, 1, 0.36, 1), border-color .55s cubic-bezier(0.22, 1, 0.36, 1), color .55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), outline-offset .45s cubic-bezier(0.22, 1, 0.36, 1);
    outline: 2px solid transparent;
    outline-offset: 0
}

.ctus .form-area .fa-center .btn-send:hover {
    background: transparent;
    color: #5585B0;
    outline-color: #5585B0;
    outline-offset: 4px;
    box-shadow: 2px 2px 4px 0 #5585b00f
}

.ctus .form-area .fa-center .btn-send:focus-visible {
    outline-color: #5585B0;
    outline-offset: 4px
}

.ctus .form-area .fa-center .btn-send .arr {
    display: inline-block;
    width: 16px;
    height: 2px;
    background: currentColor;
    position: relative;
    transition: width .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus .form-area .fa-center .btn-send .arr::after {
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg)
}

.ctus .form-area .fa-center .btn-send:hover .arr {
    width: 22px
}

.ctus .divider-b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 20px
}

.ctus .divider-b span.line {
    flex: 1;
    max-width: 480px;
    border-top: 2px dashed #B6D3CE
}

.ctus .divider-b span.deco {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #EEF3F3;
    border: 2px solid #B6D3CE;
    transform: rotate(45deg);
    flex-shrink: 0
}

.ctus .reach-area {
    padding: 80px 20px;
    background: #EEF3F3;
    position: relative;
    overflow: hidden
}

.ctus .reach-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(./image_files/media-8-190925.jpg);
    background-size: cover;
    background-position: center 40%;
    filter: grayscale(100%);
    opacity: .07;
    pointer-events: none
}

.ctus .reach-area::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #5585b014 0%, transparent 70%);
    pointer-events: none
}

.ctus .reach-area .ra-inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.ctus .reach-area .ra-text .shape-anchor {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #5585b033;
    border: 2px solid #5585B0;
    margin-bottom: 20px
}

.ctus .reach-area .ra-text h2 {
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1e3448;
    margin: 0 0 20px
}

.ctus .reach-area .ra-text p {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #3d5a72;
    margin: 0 0 20px
}

.ctus .reach-area .ra-text p:last-child {
    margin-bottom: 0
}

.ctus .reach-area .ra-card {
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 10px 48px 0 #5585b01c;
    overflow: hidden;
    position: relative
}

.ctus .reach-area .ra-card .card-img-wrap {
    position: relative;
    height: 220px;
    overflow: hidden
}

.ctus .reach-area .ra-card .card-img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    filter: blur(3px);
    transition: filter .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus .reach-area .ra-card:hover .card-img-wrap img {
    filter: blur(0)
}

.ctus .reach-area .ra-card .card-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, #1e344880 100%);
    pointer-events: none
}

.ctus .reach-area .ra-card .card-body {
    padding: 40px
}

.ctus .reach-area .ra-card .card-body h3 {
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1e3448;
    margin: 0 0 20px
}

.ctus .reach-area .ra-card .addr-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ctus .reach-area .ra-card .addr-list li {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px
}

.ctus .reach-area .ra-card .addr-list .a-tag {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .02em;
    color: #5585B0;
    font-style: italic;
    background: #b6d3ce4d;
    border-radius: 40px;
    padding: 4px 12px;
    flex-shrink: 0
}

.ctus .reach-area .ra-card .addr-list .a-val {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #1e3448;
    padding-top: 4px
}

.ctus .reach-area .ra-card .addr-list .a-val a {
    color: #5585B0;
    text-decoration: none !important;
    transition: color .5s ease-in-out
}

.ctus .reach-area .ra-card .addr-list .a-val a:hover {
    color: #1e3448
}

.ctus .reach-area .ra-card .break-el {
    position: absolute;
    top: -20px;
    right: 40px;
    width: 64px;
    height: 64px;
    background: #5585B0;
    border-radius: 40px;
    box-shadow: 2px 7px 22px 0 #5585b017;
    display: flex;
    align-items: center;
    justify-content: center
}

.ctus .reach-area .ra-card .break-el svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

@media (max-width: 1280px) {
    .ctus .form-area .fa-inner {
        grid-template-columns: 1fr 2fr
    }

    .ctus .form-area .fa-right {
        display: none
    }
}

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

    .ctus .pg-top .img-wrap img {
        width: 100%;
        height: 220px
    }

    .ctus .pg-top .img-wrap {
        width: 100%
    }

    .ctus .form-area .fa-inner {
        grid-template-columns: 1fr
    }

    .ctus .form-area .fa-center .form-grid {
        grid-template-columns: 1fr
    }

    .ctus .form-area .fa-center .field-wrap.full {
        grid-column: 1
    }

    .ctus .form-area .fa-center .budget-block {
        grid-column: 1
    }

    .ctus .form-area .fa-center .privacy-row {
        grid-column: 1
    }

    .ctus .form-area .fa-center .submit-row {
        grid-column: 1
    }

    .ctus .reach-area .ra-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .ctus .form-area .fa-center {
        padding: 20px
    }
}

@media (max-width: 480px) {
    .ctus .pg-top {
        padding: 40px 20px
    }

    .ctus .form-area {
        padding: 40px 20px
    }

    .ctus .reach-area {
        padding: 40px 20px
    }

    .ctus .budget-opts {
        flex-direction: column
    }

    .ctus .form-area .fa-center .budget-opts {
        flex-direction: column
    }
}

.abt-us {
    overflow-x: clip;
    position: relative
}

.abt-us *,
.abt-us ::before,
.abt-us ::after {
    box-sizing: border-box
}

.abt-us ::selection {
    background: #B6D3CE;
    color: #1b3a52
}

.abt-us .pg-top {
    position: relative;
    padding: 80px 20px;
    background: linear-gradient(160deg, #EEF3F3 60%, #B6D3CE 100%);
    overflow: hidden
}

.abt-us .pg-top::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(ellipse at 40% 40%, #5585b021 0%, transparent 70%);
    top: -80px;
    right: -60px;
    pointer-events: none
}

.abt-us .pg-top::after {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(ellipse at 60% 60%, #b6d3ce38 0%, transparent 70%);
    bottom: -40px;
    left: 80px;
    pointer-events: none
}

.abt-us .top-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px
}

.abt-us .top-text {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    z-index: 1
}

.abt-us .top-tag {
    display: inline-block;
    background: #5585B0;
    color: #fff;
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 1.15;
    padding: 4px 12px;
    border-radius: 5px;
    margin-bottom: 20px
}

.abt-us .top-h1 {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0 0 20px
}

.abt-us .top-h1 em {
    font-style: italic;
    color: #5585B0
}

.abt-us .top-desc {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #2c4a5e;
    margin: 0 0 20px;
    max-width: 480px
}

.abt-us .top-sub {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .02em;
    color: #4a7090;
    margin: 0
}

.abt-us .top-img-col {
    flex: 0 0 380px;
    position: relative;
    z-index: 1
}

.abt-us .top-img-wrap {
    width: 380px;
    height: 320px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 2px 10px 48px 0 #5585b01c;
    position: relative
}

.abt-us .top-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: brightness(0.97) saturate(1.05);
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-us .top-img-wrap:hover img {
    transform: scale(1.04)
}

.abt-us .top-img-glow {
    position: absolute;
    inset: 0;
    border-radius: 40px;
    box-shadow: inset 2px 2px 4px 0 #b6d3ce2e;
    pointer-events: none
}

.abt-us .top-circ-a {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #5585b02e;
    top: -28px;
    left: -28px;
    pointer-events: none
}

.abt-us .top-circ-b {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #b6d3ce47;
    bottom: -20px;
    right: -20px;
    pointer-events: none
}

.abt-us .divider-zz1 {
    display: block;
    width: 100%;
    height: 36px;
    background: #EEF3F3
}

.abt-us .story-sec {
    background: #fff;
    padding: 80px 20px;
    position: relative
}

.abt-us .story-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: start
}

.abt-us .story-aside {
    position: sticky;
    top: 40px
}

.abt-us .story-label {
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 1.15;
    color: #5585B0;
    font-style: italic;
    margin: 0 0 12px
}

.abt-us .story-h2 {
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0 0 20px;
    position: relative;
    padding-left: 20px
}

.abt-us .story-h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #5585B0;
    border-radius: 50%
}

.abt-us .story-img-wrap {
    width: 100%;
    height: 260px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 2px 7px 22px 0 #5585b017
}

.abt-us .story-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    filter: blur(0px) saturate(1.08);
    transition: filter .5s ease-in-out, transform .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-us .story-img-wrap:hover img {
    filter: blur(0.5px) saturate(1.12);
    transform: scale(1.03)
}

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

.abt-us .story-p {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #2c4a5e;
    margin: 0
}

.abt-us .story-p.sm {
    font-size: 13px;
    color: #4a7090
}

.abt-us .story-pills {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}

.abt-us .story-pill {
    display: inline-block;
    background: #EEF3F3;
    color: #2c4a5e;
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 1.15;
    padding: 8px 20px;
    border-radius: 40px;
    border: 1px solid #B6D3CE;
    transition: background .45s cubic-bezier(0.22, 1, 0.36, 1), color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-us .story-pill:hover {
    background: #5585B0;
    color: #fff;
    border-color: #5585B0
}

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

.abt-us .team-sec {
    background: #EEF3F3;
    padding: 80px 20px;
    position: relative
}

.abt-us .team-sec .pattern-checks-sm {
    position: absolute;
    inset: 0;
    opacity: .18;
    pointer-events: none
}

.abt-us .team-inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

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

.abt-us .team-hgroup {
    flex: 1 1 0
}

.abt-us .team-eyebrow {
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 1.15;
    color: #5585B0;
    font-style: italic;
    margin: 0 0 8px
}

.abt-us .team-h2 {
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0;
    position: relative;
    padding-left: 20px
}

.abt-us .team-h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 0;
    height: 0;
    border-left: 8px solid #5585B0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

.abt-us .team-note {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .02em;
    color: #4a7090;
    max-width: 320px;
    margin: 0
}

.abt-us .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.abt-us .team-card {
    background: #fff;
    border-radius: 40px;
    padding: 40px 20px 20px;
    box-shadow: 2px 2px 4px 0 #5585b00f;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), transform .55s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative
}

.abt-us .team-card:hover {
    box-shadow: 2px 10px 48px 0 #5585b01c;
    transform: translateY(-4px)
}

.abt-us .team-avatar {
    width: 64px;
    height: 64px;
    border-radius: 40px;
    background: linear-gradient(135deg, #B6D3CE 0%, #5585B0 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.abt-us .team-avatar-init {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .01em;
    line-height: 1.15
}

.abt-us .team-name {
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0
}

.abt-us .team-role {
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: .02em;
    color: #5585B0;
    font-style: italic;
    margin: 0
}

.abt-us .team-bio {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .02em;
    color: #4a7090;
    margin: 0
}

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

.abt-us .approach-sec {
    background: #fff;
    padding: 80px 20px
}

.abt-us .approach-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.abt-us .approach-head {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px
}

.abt-us .approach-h2-wrap {
    flex: 0 0 auto
}

.abt-us .approach-eyebrow {
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 1.15;
    color: #5585B0;
    font-style: italic;
    margin: 0 0 8px
}

.abt-us .approach-h2 {
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0;
    position: relative;
    padding-left: 20px
}

.abt-us .approach-h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 14px;
    background: #B6D3CE;
    border-radius: 5px
}

.abt-us .approach-lead {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #2c4a5e;
    max-width: 560px;
    margin: 0;
    flex: 1 1 0;
    padding-top: 8px
}

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

.abt-us .approach-img-wrap {
    width: 100%;
    height: 360px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 2px 7px 22px 0 #5585b017;
    position: relative
}

.abt-us .approach-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
    filter: saturate(1.06);
    transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-us .approach-img-wrap:hover img {
    transform: scale(1.05)
}

.abt-us .approach-img-cap {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #eef3f3eb;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .02em;
    color: #2c4a5e
}

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

.abt-us .approach-item {
    background: #EEF3F3;
    border-radius: 40px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    transition: background .48s ease-in-out, box-shadow .48s ease-in-out
}

.abt-us .approach-item:hover {
    background: #fff;
    box-shadow: 2px 7px 22px 0 #5585b017
}

.abt-us .approach-num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background: #5585B0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.15;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.abt-us .approach-item-body {
    flex: 1 1 0;
    min-width: 0
}

.abt-us .approach-item-h {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: .02em;
    color: #1b3a52;
    margin: 0 0 4px
}

.abt-us .approach-item-p {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .02em;
    color: #4a7090;
    margin: 0
}

.abt-us .approach-bracket {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px 0 0
}

.abt-us .bracket-sym {
    font-size: 52px;
    line-height: 1.15;
    color: #B6D3CE;
    font-weight: 300;
    letter-spacing: .01em;
    user-select: none
}

.abt-us .bracket-text {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #2c4a5e;
    text-align: center;
    max-width: 560px
}

.abt-us .bracket-text em {
    font-style: italic;
    color: #5585B0
}

.abt-us .anim-in {
    animation: abt-elastic-in .65s cubic-bezier(0.22, 1, 0.36, 1) both
}

.abt-us .anim-in.delay1 {
    animation-delay: .1s
}

.abt-us .anim-in.delay2 {
    animation-delay: .22s
}

.abt-us .anim-in.delay3 {
    animation-delay: .34s
}

@keyframes abt-elastic-in {
    0% {
        opacity: 0;
        transform: translateY(18px) scaleY(0.96)
    }

    60% {
        opacity: 1;
        transform: translateY(-4px) scaleY(1.01)
    }

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

@media (max-width: 1280px) {
    .abt-us .top-img-col {
        flex: 0 0 300px
    }

    .abt-us .top-img-wrap {
        width: 300px;
        height: 260px
    }

    .abt-us .team-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .abt-us .top-inner {
        flex-direction: column;
        gap: 40px
    }

    .abt-us .top-img-col {
        flex: 0 0 auto;
        width: 100%
    }

    .abt-us .top-img-wrap {
        width: 100%;
        height: 240px
    }

    .abt-us .top-h1 {
        font-size: 27px
    }

    .abt-us .story-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .abt-us .story-aside {
        position: static
    }

    .abt-us .team-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

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

    .abt-us .approach-head {
        flex-direction: column;
        gap: 20px
    }

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

    .abt-us .approach-img-wrap {
        height: 240px
    }
}

@media (max-width: 480px) {

    .abt-us .pg-top,
    .abt-us .story-sec,
    .abt-us .team-sec,
    .abt-us .approach-sec {
        padding: 40px 12px
    }

    .abt-us .top-h1 {
        font-size: 27px
    }

    .abt-us .top-desc {
        font-size: 13px
    }

    .abt-us .bracket-sym {
        font-size: 27px
    }

    .abt-us .bracket-text {
        font-size: 13px
    }
}

.lrn-prog {
    overflow-x: clip;
    position: relative
}

.lrn-prog .reveal-1 {
    animation: slideUp1 .55s cubic-bezier(0.22, 1, 0.36, 1) both
}

.lrn-prog .reveal-2 {
    animation: slideUp2 .62s cubic-bezier(0.22, 1, 0.36, 1) .1s both
}

.lrn-prog .reveal-3 {
    animation: slideUp3 .68s cubic-bezier(0.22, 1, 0.36, 1) .2s both
}

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

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

@keyframes slideUp2 {
    from {
        opacity: 0;
        transform: translateY(38px)
    }

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

@keyframes slideUp3 {
    from {
        opacity: 0;
        transform: translateY(54px)
    }

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

.lrn-prog .pg-top {
    background: linear-gradient(158deg, #5585B0 0%, #B6D3CE 60%, #EEF3F3 100%);
    padding: 80px 20px;
    position: relative
}

.lrn-prog .pg-top-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px
}

.lrn-prog .pg-top-text {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px
}

.lrn-prog .pg-top-tag {
    display: inline-block;
    background: #ffffff38;
    border: 1.5px solid #ffffff73;
    border-radius: 5px;
    padding: 4px 12px;
    font-size: 13px;
    letter-spacing: .02em;
    color: #fff;
    width: fit-content
}

.lrn-prog .pg-top-h1 {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #fff;
    margin: 0;
    font-style: italic
}

.lrn-prog .pg-top-lead {
    font-size: 20px;
    line-height: 1.65;
    color: #ffffffeb;
    margin: 0;
    max-width: 520px
}

.lrn-prog .pg-top-sub {
    font-size: 13px;
    line-height: 1.65;
    color: #ffffffc7;
    margin: 0
}

.lrn-prog .pg-top-img-wrap {
    flex: 0 0 38%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 10px 48px 0 #5585b01c;
    position: relative;
    min-height: 420px
}

.lrn-prog .pg-top-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: saturate(1.08) brightness(0.97)
}

.lrn-prog .pg-top-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    letter-spacing: .01em;
    width: fit-content;
    position: relative;
    padding: 4px 0;
    transition: gap .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lrn-prog .pg-top-cta::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5px;
    background: #fff9;
    border-radius: 5px;
    transform-origin: left;
    transition: transform .48s cubic-bezier(0.22, 1, 0.36, 1)
}

.lrn-prog .pg-top-cta:hover {
    gap: 16px
}

.lrn-prog .pg-top-cta:hover::after {
    transform: scaleX(1.04)
}

.lrn-prog .pg-top-cta:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
    border-radius: 5px
}

.lrn-prog .pg-top-arrow {
    width: 20px;
    height: 20px;
    display: inline-block;
    flex-shrink: 0
}

.lrn-prog .curve-div {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-bottom: -2px
}

.lrn-prog .curve-div svg {
    display: block;
    width: 100%
}

.lrn-prog .prog-body {
    background: #fff;
    padding: 80px 20px
}

.lrn-prog .prog-body-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px
}

.lrn-prog .prog-row-a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.lrn-prog .prog-row-b {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: start
}

.lrn-prog .prog-row-c {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start
}

.lrn-prog .sec-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px
}

.lrn-prog .sec-label-shape {
    width: 10px;
    height: 10px;
    background: #5585B0;
    border-radius: 5px;
    flex-shrink: 0;
    display: inline-block
}

.lrn-prog .sec-label-txt {
    font-size: 13px;
    letter-spacing: .02em;
    color: #5585B0;
    text-transform: uppercase
}

.lrn-prog .prog-h2 {
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0 0 20px
}

.lrn-prog .prog-p {
    font-size: 13px;
    line-height: 1.65;
    color: #3a4f5e;
    margin: 0 0 12px
}

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

.lrn-prog .prog-img-wrap {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 7px 22px 0 #5585b017;
    position: relative
}

.lrn-prog .prog-img-wrap img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center 30%;
    display: block
}

.lrn-prog .img-corner-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #5585B0;
    color: #fff;
    font-size: 13px;
    letter-spacing: .02em;
    padding: 4px 12px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px 0 #5585b00f
}

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

.lrn-prog .module-list li {
    background: #EEF3F3;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 1.65;
    color: #1b3a52;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lrn-prog .module-list li:hover {
    background: #B6D3CE;
    box-shadow: 2px 7px 22px 0 #5585b017
}

.lrn-prog .mod-num {
    font-size: 13px;
    color: #5585B0;
    font-weight: 700;
    min-width: 24px;
    flex-shrink: 0
}

.lrn-prog .flow-block {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative
}

.lrn-prog .flow-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    padding-bottom: 40px;
    position: relative
}

.lrn-prog .flow-item:last-child {
    padding-bottom: 0
}

.lrn-prog .flow-line-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 32px
}

.lrn-prog .flow-dot {
    width: 14px;
    height: 14px;
    border-radius: 40px;
    background: #5585B0;
    border: 2.5px solid #B6D3CE;
    flex-shrink: 0;
    margin-top: 4px;
    transition: background .48s ease-in-out, transform .48s cubic-bezier(0.22, 1, 0.36, 1)
}

.lrn-prog .flow-item:hover .flow-dot {
    background: #1b3a52;
    transform: scale(1.25)
}

.lrn-prog .flow-connector {
    width: 2px;
    flex: 1;
    background: linear-gradient(to bottom, #B6D3CE, #EEF3F3);
    min-height: 32px;
    margin-top: 4px
}

.lrn-prog .flow-item:last-child .flow-connector {
    display: none
}

.lrn-prog .flow-text {
    flex: 1
}

.lrn-prog .flow-h {
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0 0 8px
}

.lrn-prog .flow-p {
    font-size: 13px;
    line-height: 1.65;
    color: #3a4f5e;
    margin: 0
}

.lrn-prog .stat-band {
    background: #5585B0;
    border-radius: 5px;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.lrn-prog .stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start
}

.lrn-prog .stat-num {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #fff;
    display: block
}

.lrn-prog .stat-desc {
    font-size: 13px;
    line-height: 1.65;
    color: #ffffffd1
}

.lrn-prog .stat-sep {
    width: 1px;
    background: #fff3;
    align-self: stretch;
    display: none
}

.lrn-prog .badge-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0
}

.lrn-prog .badge-list li {
    background: #EEF3F3;
    border-radius: 40px;
    padding: 4px 12px;
    font-size: 13px;
    color: #1b3a52;
    letter-spacing: .01em;
    border: 1px solid #B6D3CE;
    transition: background .45s ease-in-out, color .45s ease-in-out
}

.lrn-prog .badge-list li:hover {
    background: #5585B0;
    color: #fff;
    border-color: #5585B0
}

.lrn-prog .quote-anchor {
    position: relative;
    padding: 20px 20px 20px 40px;
    background: #EEF3F3;
    border-radius: 5px;
    box-shadow: inset 1px 1px 2px 0 #5585b00f
}

.lrn-prog .quote-mark {
    position: absolute;
    top: -8px;
    left: 12px;
    font-size: 80px;
    line-height: 1;
    color: #B6D3CE;
    font-style: italic;
    user-select: none;
    pointer-events: none;
    aria-hidden: true
}

.lrn-prog .quote-text {
    font-size: 20px;
    line-height: 1.65;
    color: #1b3a52;
    font-style: italic;
    margin: 0 0 12px
}

.lrn-prog .quote-attr {
    font-size: 13px;
    color: #5585B0;
    letter-spacing: .02em
}

.lrn-prog .prog-row-d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.lrn-prog .expand-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lrn-prog .exp-item {
    border: 1.5px solid #B6D3CE;
    border-radius: 5px;
    overflow: hidden;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lrn-prog .exp-item:hover {
    box-shadow: 2px 7px 22px 0 #5585b017
}

.lrn-prog .exp-btn {
    width: 100%;
    background: none;
    border: none;
    padding: 12px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.65;
    color: #1b3a52;
    letter-spacing: .01em;
    text-align: left;
    transition: background .45s ease-in-out
}

.lrn-prog .exp-btn:hover {
    background: #EEF3F3
}

.lrn-prog .exp-btn:focus-visible {
    outline: 2px solid #5585B0;
    outline-offset: -2px
}

.lrn-prog .exp-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lrn-prog .exp-item.open .exp-icon {
    transform: rotate(45deg)
}

.lrn-prog .exp-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .55s cubic-bezier(0.22, 1, 0.36, 1), padding .45s ease-in-out;
    padding: 0 20px;
    font-size: 13px;
    line-height: 1.65;
    color: #3a4f5e
}

.lrn-prog .exp-item.open .exp-body {
    max-height: 300px;
    padding: 12px 20px 20px
}

.lrn-prog .prog-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    color: #5585B0;
    text-decoration: none;
    letter-spacing: .01em;
    position: relative;
    padding: 4px 0;
    transition: gap .5s cubic-bezier(0.22, 1, 0.36, 1), color .45s ease-in-out;
    width: fit-content
}

.lrn-prog .prog-cta-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5px;
    background: #5585B0;
    border-radius: 5px;
    transform-origin: left;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lrn-prog .prog-cta-link:hover {
    gap: 16px;
    color: #1b3a52
}

.lrn-prog .prog-cta-link:hover::after {
    transform: scaleX(1.05);
    background: #1b3a52
}

.lrn-prog .prog-cta-link:focus-visible {
    outline: 2px solid #5585B0;
    outline-offset: 4px;
    border-radius: 5px
}

.lrn-prog .cta-arrow {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

.lrn-prog .prog-row-c .flow-block {
    padding-top: 8px
}

@media (max-width: 1280px) {
    .lrn-prog .pg-top-h1 {
        font-size: 40px
    }

    .lrn-prog .stat-num {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .lrn-prog .pg-top-inner {
        flex-direction: column
    }

    .lrn-prog .pg-top-img-wrap {
        flex: 0 0 auto;
        min-height: 280px
    }

    .lrn-prog .prog-row-a,
    .lrn-prog .prog-row-b,
    .lrn-prog .prog-row-c,
    .lrn-prog .prog-row-d {
        grid-template-columns: 1fr
    }

    .lrn-prog .stat-band {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .lrn-prog .pg-top-h1 {
        font-size: 27px
    }

    .lrn-prog .stat-num {
        font-size: 27px
    }

    .lrn-prog .prog-body {
        padding: 40px 20px
    }

    .lrn-prog .prog-body-inner {
        gap: 40px
    }
}

@media (max-width: 480px) {
    .lrn-prog .pg-top {
        padding: 40px 20px
    }

    .lrn-prog .pg-top-h1 {
        font-size: 27px
    }

    .lrn-prog .badge-list {
        gap: 8px
    }
}

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

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

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

@media (max-width: 480px) {
    .lnch .pg-wrap {
        padding: 0 12px
    }
}

::selection {
    background: #B6D3CE;
    color: #1b3a52
}

.lnch .shape-anch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #5585B0;
    border-radius: 5px;
    margin-right: 8px;
    vertical-align: middle;
    flex-shrink: 0
}

.lnch a {
    color: #5585B0;
    text-decoration: none;
    transition: color .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch a:hover {
    color: #3a6a94
}

.lnch .titl {
    padding: 80px 0;
    position: relative
}

.lnch .titl-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 4fr 6fr;
    gap: 40px;
    align-items: stretch
}

@media (max-width: 768px) {
    .lnch .titl-inner {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 20px
    }
}

@media (max-width: 480px) {
    .lnch .titl-inner {
        padding: 0 12px;
        gap: 20px
    }
}

.lnch .titl-img-col {
    position: relative
}

.lnch .titl-img-wrap {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    min-height: 420px
}

.lnch .titl-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block
}

.lnch .titl-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #5585b059 0%, transparent 55%), linear-gradient(to top, #1b3a52b3 0%, transparent 50%);
    border-radius: 5px
}

.lnch .titl-frame {
    position: absolute;
    inset: -8px;
    border: 1px solid #5585b040;
    border-radius: 5px;
    pointer-events: none
}

.lnch .titl-text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    position: relative
}

.lnch .titl-frame-text {
    position: absolute;
    top: -12px;
    right: -20px;
    bottom: -12px;
    left: -20px;
    border: 1px solid #b6d3ce4d;
    border-radius: 5px;
    pointer-events: none
}

.lnch .titl-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: .02em;
    color: #5585B0;
    line-height: 1.15
}

.lnch .titl-tag span {
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #5585B0
}

.lnch .titl-h1 {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0
}

.lnch .titl-h1 em {
    font-style: italic;
    color: #5585B0
}

.lnch .titl-desc {
    font-size: 20px;
    line-height: 1.65;
    color: #2e4e62;
    margin: 0;
    max-width: 520px
}

.lnch .titl-desc strong {
    color: #1b3a52
}

.lnch .titl-links {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 8px
}

.lnch .btn-prim {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: .02em;
    color: #1b3a52;
    background: transparent;
    border: 1px solid #5585B0;
    border-radius: 40px;
    padding: 12px 20px;
    cursor: pointer;
    position: relative;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    text-decoration: none
}

.lnch .btn-prim::after {
    content: "";
    position: absolute;
    inset: -4px;
    border: 1px solid transparent;
    border-radius: 40px;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .btn-prim:hover {
    color: #5585B0;
    border-color: #5585B0;
    box-shadow: 2px 7px 22px 0 #5585b017
}

.lnch .btn-prim:hover::after {
    border-color: #5585b04d
}

.lnch .btn-prim .arr {
    font-size: 13px;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .btn-prim:hover .arr {
    transform: translateX(4px)
}

.lnch .btn-sec {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: .02em;
    color: #5585B0;
    background: transparent;
    border: none;
    padding: 12px 0;
    cursor: pointer;
    text-decoration: none;
    transition: color .45s ease-in-out
}

.lnch .btn-sec:hover {
    color: #1b3a52
}

.lnch .btn-sec .arr {
    transition: transform .45s ease-in-out
}

.lnch .btn-sec:hover .arr {
    transform: translateX(4px)
}

.lnch .titl-curve {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 30px;
    pointer-events: none;
    overflow: visible
}

@media (max-width: 480px) {
    .lnch .titl-h1 {
        font-size: 27px
    }

    .lnch .titl-desc {
        font-size: 20px
    }

    .lnch .titl-img-wrap {
        min-height: 260px
    }

    .lnch .titl {
        padding: 40px 0 60px
    }
}

@media (max-width: 768px) {
    .lnch .titl-h1 {
        font-size: 27px
    }

    .lnch .titl {
        padding: 40px 0 60px
    }
}

.lnch .cond {
    padding: 80px 0;
    background: #EEF3F3;
    position: relative
}

.lnch .cond::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #5585B0 0%, transparent 100%)
}

.lnch .cond-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 80px;
    align-items: start
}

@media (max-width: 768px) {
    .lnch .cond-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px
    }
}

@media (max-width: 480px) {
    .lnch .cond-inner {
        padding: 0 12px;
        gap: 20px
    }

    .lnch .cond {
        padding: 40px 0
    }
}

.lnch .cond-left {
    position: relative
}

.lnch .cond-img-wrap {
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.lnch .cond-img-wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .cond-img-wrap:hover img {
    transform: scale(1.03)
}

.lnch .cond-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(200deg, #5585b033 0%, transparent 60%);
    pointer-events: none
}

.lnch .cond-badge {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-radius: 40px;
    padding: 8px 20px;
    font-size: 13px;
    letter-spacing: .02em;
    color: #2e4e62;
    box-shadow: 2px 2px 4px 0 #5585b00f
}

.lnch .cond-badge strong {
    color: #5585B0
}

.lnch .cond-right {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lnch .cond-h2 {
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.lnch .cond-lead {
    font-size: 20px;
    line-height: 1.65;
    color: #2e4e62;
    margin: 0
}

.lnch .cond-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 8px 0
}

.lnch .cond-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 2px 2px 4px 0 #5585b00f;
    transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .cond-item:hover {
    box-shadow: 2px 7px 22px 0 #5585b017
}

.lnch .cond-item-num {
    font-size: 13px;
    color: #5585B0;
    letter-spacing: .02em;
    line-height: 1.15;
    min-width: 20px;
    padding-top: 4px
}

.lnch .cond-item-body {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.lnch .cond-item-ttl {
    font-size: 13px;
    font-weight: 700;
    color: #1b3a52;
    letter-spacing: .02em;
    line-height: 1.15
}

.lnch .cond-item-txt {
    font-size: 13px;
    line-height: 1.65;
    color: #4a6478;
    margin: 0
}

.lnch .cond-note {
    font-size: 13px;
    line-height: 1.65;
    color: #4a6478;
    margin: 0;
    font-style: italic;
    color: #5585B0
}

.lnch .ltval {
    padding: 80px 0;
    background: #fff;
    position: relative;
    overflow: hidden
}

.lnch .ltval-pat {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 320px;
    opacity: .35;
    pointer-events: none
}

.lnch .ltval-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative
}

@media (max-width: 768px) {
    .lnch .ltval-inner {
        padding: 0 20px
    }
}

@media (max-width: 480px) {
    .lnch .ltval-inner {
        padding: 0 12px
    }

    .lnch .ltval {
        padding: 40px 0
    }
}

.lnch .ltval-top {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 80px
}

@media (max-width: 768px) {
    .lnch .ltval-top {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px
    }
}

.lnch .ltval-text {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lnch .ltval-h2 {
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.lnch .ltval-p {
    font-size: 20px;
    line-height: 1.65;
    color: #2e4e62;
    margin: 0
}

.lnch .ltval-p2 {
    font-size: 13px;
    line-height: 1.65;
    color: #4a6478;
    margin: 0
}

.lnch .ltval-img-wrap {
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.lnch .ltval-img-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center 30%;
    display: block
}

.lnch .ltval-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #5585b040 0%, transparent 50%);
    pointer-events: none
}

.lnch .ltval-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

@media (max-width: 768px) {
    .lnch .ltval-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 480px) {
    .lnch .ltval-grid {
        grid-template-columns: 1fr
    }
}

.lnch .ltval-card {
    background: #EEF3F3;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1), transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .ltval-card:hover {
    box-shadow: 2px 10px 48px 0 #b6d3ce1c;
    transform: translateY(-3px)
}

.lnch .ltval-card-ico {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background: #5585B0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.lnch .ltval-card-ico svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.lnch .ltval-card-ttl {
    font-size: 13px;
    font-weight: 700;
    color: #1b3a52;
    letter-spacing: .02em;
    line-height: 1.15
}

.lnch .ltval-card-txt {
    font-size: 13px;
    line-height: 1.65;
    color: #4a6478;
    margin: 0
}

.lnch .ltval-link-row {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center
}

.lnch .gap-sec {
    padding: 80px 0;
    background: #EEF3F3;
    position: relative
}

.lnch .gap-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #B6D3CE 0%, transparent 100%)
}

.lnch .gap-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px
}

@media (max-width: 768px) {
    .lnch .gap-inner {
        padding: 0 20px
    }
}

@media (max-width: 480px) {
    .lnch .gap-inner {
        padding: 0 12px
    }

    .lnch .gap-sec {
        padding: 40px 0
    }
}

.lnch .gap-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 640px;
    margin-bottom: 40px
}

.lnch .gap-h2 {
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b3a52;
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.lnch .gap-lead {
    font-size: 20px;
    line-height: 1.65;
    color: #2e4e62;
    margin: 0
}

.lnch .gap-body {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 40px;
    align-items: start
}

@media (max-width: 768px) {
    .lnch .gap-body {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

.lnch .gap-cols {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lnch .gap-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start
}

.lnch .gap-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-radius: 40px;
    padding: 8px 20px;
    font-size: 13px;
    letter-spacing: .02em;
    color: #2e4e62;
    white-space: nowrap;
    box-shadow: 2px 2px 4px 0 #5585b00f;
    flex-shrink: 0
}

.lnch .gap-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #5585B0;
    flex-shrink: 0
}

.lnch .gap-row-txt {
    font-size: 13px;
    line-height: 1.65;
    color: #4a6478;
    margin: 0;
    padding-top: 8px
}

.lnch .gap-img-col {
    display: flex;
    flex-direction: column;
    gap: 20px
}

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

.lnch .gap-img-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center 40%;
    display: block;
    transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.lnch .gap-img-wrap:hover img {
    transform: scale(1.04)
}

.lnch .gap-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #5585b026 0%, transparent 60%);
    pointer-events: none
}

.lnch .gap-img2-wrap {
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.lnch .gap-img2-wrap img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center 60%;
    display: block
}

.lnch .gap-img2-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #b6d3ce4d 0%, transparent 55%);
    pointer-events: none
}

.lnch .gap-cta {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap
}

.lnch .gap-cta-note {
    font-size: 13px;
    line-height: 1.65;
    color: #4a6478;
    margin: 0;
    font-style: italic
}

@keyframes revl {
    from {
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

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

.lnch .titl-inner {
    animation: revl .65s cubic-bezier(0.22, 1, 0.36, 1) both
}

@media (prefers-reduced-motion: reduce) {
    .lnch .titl-inner {
        animation: none
    }
}

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

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

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

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

.suc-page .suc-icon polyline {
    fill: none;
    stroke: #5585B0;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.suc-page .suc-card {
    background: #fff;
    border-radius: 40px;
    box-shadow: 2px 10px 48px 0 #5585b01c;
    padding: 80px;
    max-width: 640px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center
}

.suc-page .suc-card .suc-label {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .02em;
    color: #5585B0;
    font-style: italic;
    text-transform: uppercase
}

.suc-page .suc-card .suc-heading {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b2e3c;
    margin: 0
}

.suc-page .suc-card .suc-text {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #3a5060;
    margin: 0;
    max-width: 440px
}

.suc-page .suc-card .suc-divider {
    width: 48px;
    height: 2px;
    background: #B6D3CE;
    border-radius: 5px;
    flex-shrink: 0
}

.suc-page .suc-card .suc-detail {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #5a7a8a;
    margin: 0
}

.suc-page .suc-card .suc-detail a {
    color: #5585B0;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.suc-page .suc-card .suc-detail a:hover {
    color: #3a6690
}

.suc-page .suc-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 1.65;
    color: #5585B0;
    text-decoration: none;
    padding: 8px 20px;
    border: 1.5px solid #B6D3CE;
    border-radius: 5px;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1);
    background: transparent;
    outline-offset: 3px
}

.suc-page .suc-back:hover {
    border-color: #5585B0;
    color: #3a6690;
    box-shadow: 2px 7px 22px 0 #5585b017
}

.suc-page .suc-back:focus-visible {
    outline: 2px solid #5585B0
}

.suc-page .suc-back .suc-arrow {
    display: inline-block;
    width: 16px;
    height: 10px;
    flex-shrink: 0
}

@media (max-width: 768px) {
    .suc-page .suc-card {
        padding: 40px 20px
    }

    .suc-page .suc-card .suc-heading {
        font-size: 27px
    }

    .suc-page .suc-card .suc-text {
        font-size: 20px
    }
}

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

    .suc-page .suc-card {
        padding: 40px 20px;
        gap: 12px
    }
}