html {
    box-sizing: border-box;
    font-size: 100%
}

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

html,
body {
    margin: 0
}

body {
    min-height: 100svh;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    font-family: 'Ubuntu', sans-serif
}

.sitehead {
    position: relative;
    border-bottom: 2px solid #1D65C1;
    background: #fff;
    z-index: 100
}

.brandrow {
    max-width: 1320px;
    margin: 0 auto;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    border-bottom: 1px solid #1d65c121
}

.monogram {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    flex-shrink: 0
}

.hexframe {
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #1D65C1;
    border-top: 2px solid #73CEC0;
    border-bottom: 2px solid #73CEC0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    box-shadow: 1px 2px 4px 0 #1d65c114
}

.hexframe img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block
}

.brandname {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
    color: #1D65C1;
    letter-spacing: 0
}

.brandname span {
    color: #73CEC0
}

.headcontact {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-shrink: 0
}

.headcontactlink {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #2d3a4a;
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.headcontactlink:hover {
    color: #1D65C1;
    border-color: #1d65c12e;
    background: #73cec014
}

.headcontactlink .pi {
    font-size: 13px;
    color: #73CEC0
}

.navrow {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px
}

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

.primarynav li {
    display: flex
}

.primarynav li a {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #2d3a4a;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: color .4s ease-in-out, border-color .4s ease-in-out, background .5s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    min-height: 44px
}

.primarynav li a:hover {
    color: #1D65C1;
    border-bottom-color: #73CEC0;
    background: #ffedc538
}

.primarynav li a:focus {
    outline: 3px solid;
    outline-color: #1D65C1;
    outline-offset: 2px
}

.primarynav li.active a {
    color: #1D65C1;
    border-bottom-color: #1D65C1;
    font-weight: 700
}

.sitefoot {
    background: #f4f7fb;
    border-top: 2px solid #1D65C1
}

.footupper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 48px 32px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px
}

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

.footbrandname {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
    color: #1D65C1
}

.footbrandname span {
    color: #73CEC0
}

.footdesc {
    font-size: 13px;
    line-height: 1.6;
    color: #3a4a5c;
    font-weight: 300
}

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

.footlinkstitle {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    color: #1D65C1;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px
}

.footlinks a {
    font-size: 16px;
    line-height: 1.6;
    color: #2d3a4a;
    text-decoration: none;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #1d65c114;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1);
    min-height: 44px
}

.footlinks a:hover {
    color: #1D65C1
}

.footlinks a .pi {
    font-size: 13px;
    color: #73CEC0
}

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

.footcontactstitle {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    color: #1D65C1;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px
}

.footcontactitem {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.6;
    color: #3a4a5c
}

.footcontactitem a {
    color: #2d3a4a;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.footcontactitem a:hover {
    color: #1D65C1
}

.footcontactitem .pi {
    font-size: 13px;
    color: #73CEC0;
    margin-top: 3px;
    flex-shrink: 0
}

.footbottom {
    border-top: 1px solid #1d65c121;
    max-width: 1320px;
    margin: 0 auto;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap
}

.footlogowrap {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.footlogoframe {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-top: 1px solid #1d65c140;
    border-bottom: 1px solid #1d65c140;
    box-shadow: 1px 2px 4px 0 #1d65c114;
    border-radius: 6px;
    padding: 4px
}

.footlogoframe img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block
}

.footlegal {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap
}

.footcopyright {
    font-size: 13px;
    line-height: 1.6;
    color: #3a4a5c;
    font-weight: 300
}

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

.footpolicylinks li a {
    font-size: 13px;
    line-height: 1.6;
    color: #3a4a5c;
    text-decoration: none;
    padding: 8px 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    transition: color .4s ease-in-out
}

.footpolicylinks li a:hover {
    color: #1D65C1
}

.cookiepopup {
    position: fixed;
    top: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 680px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 1px 8px 60px 0 #1d65c124;
    border: 1px solid #1d65c126;
    z-index: 1000;
    padding: 32px;
    display: none
}

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

.cookiepopup .cookieicon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #73cec026;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.cookiepopup .cookieicon .pi {
    font-size: 19px;
    color: #1D65C1
}

.cookiepopup .cookietext {
    font-size: 13px;
    line-height: 1.6;
    color: #2d3a4a;
    font-weight: 300
}

.cookiepopup .cookietext strong {
    font-weight: 700;
    color: #1D65C1
}

.cookiepopup .cookieactions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.cookiepopup .cookieaccept {
    padding: 16px 32px;
    border-radius: 10px;
    border: 2px solid transparent;
    background: linear-gradient(135deg, #1D65C1 0%, #73CEC0 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    cursor: pointer;
    min-height: 44px;
    font-family: 'Ubuntu', sans-serif;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), opacity .45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative
}

.cookiepopup .cookieaccept:hover {
    box-shadow: 1px 5px 22px 0 #1d65c114 inset 0 0 0 2px #ffffff4d;
    opacity: .93
}

.cookiepopup .cookiedecline {
    padding: 12px 24px;
    border-radius: 10px;
    border: 1px solid #1d65c140;
    background: transparent;
    color: #2d3a4a;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    cursor: pointer;
    min-height: 44px;
    font-family: 'Ubuntu', sans-serif;
    transition: border-color .4s ease-in-out, color .4s ease-in-out
}

.cookiepopup .cookiedecline:hover {
    border-color: #1D65C1;
    color: #1D65C1
}

.cookiepopup .cookietoprow {
    display: flex;
    align-items: center;
    gap: 16px
}

@media (max-width: 900px) {
    .footupper {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }

    .footbrand {
        grid-column: 1 / -1
    }

    .headcontact {
        display: none
    }

    .brandrow {
        padding: 16px
    }

    .navrow {
        padding: 0 16px
    }

    .primarynav li a {
        padding: 16px 12px;
        font-size: 13px
    }
}

@media (max-width: 600px) {
    .footupper {
        grid-template-columns: 1fr;
        padding: 32px 16px
    }

    .footbottom {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start
    }

    .footlogowrap {
        justify-content: flex-start
    }
}

.doc-box {
    max-width: 1320px;
    margin: 0 auto;
    padding: 96px 48px
}

.doc-box h1 {
    font-size: 62px;
    line-height: 1.1;
    color: #1D65C1;
    margin-bottom: 48px;
    margin-top: 0
}

.doc-box h2 {
    font-size: 46px;
    line-height: 1.1;
    color: #1a3a6b;
    margin-top: 96px;
    margin-bottom: 32px
}

.doc-box h3 {
    font-size: 34px;
    line-height: 1.1;
    color: #1a3a6b;
    margin-top: 48px;
    margin-bottom: 16px
}

.doc-box h4 {
    font-size: 19px;
    line-height: 1.6;
    color: #1D65C1;
    margin-top: 32px;
    margin-bottom: 16px
}

.doc-box h5 {
    font-size: 16px;
    line-height: 1.6;
    color: #1D65C1;
    margin-top: 32px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.doc-box h6 {
    font-size: 13px;
    line-height: 1.6;
    color: #1D65C1;
    margin-top: 32px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.doc-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #2c2c3a;
    margin-top: 0;
    margin-bottom: 16px;
    max-width: 72ch
}

.doc-box strong,
.doc-box b {
    font-weight: 700;
    color: #1a3a6b
}

.doc-box em,
.doc-box i {
    font-style: italic;
    color: #2c2c3a
}

.doc-box a {
    color: #1D65C1;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), text-decoration-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.doc-box a:hover {
    color: #73CEC0;
    text-decoration-color: #73CEC0
}

.doc-box hr {
    border: none;
    border-top: 1px solid #d4e3f7;
    margin-top: 48px;
    margin-bottom: 48px
}

.doc-box div {
    font-size: 16px;
    line-height: 1.6;
    color: #2c2c3a
}

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

    .doc-box h1 {
        font-size: 34px
    }

    .doc-box h2 {
        font-size: 34px;
        margin-top: 48px
    }

    .doc-box h3 {
        font-size: 19px
    }

    .doc-box h4 {
        font-size: 16px
    }
}

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

.frnt * {
    box-sizing: border-box
}

.frnt .pgwrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px
}

.frnt .divider-dash {
    border: none;
    border-top: 2px dashed #73CEC0;
    margin: 0
}

.frnt .titleblock {
    padding: 96px 0;
    position: relative;
    background: #fff
}

.frnt .titleblock-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none
}

.frnt .titleblock-bg svg {
    position: absolute;
    top: -40px;
    right: -80px;
    opacity: .13;
    width: 600px;
    height: 600px
}

.frnt .titleblock-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 48px;
    align-items: center
}

.frnt .titleblock-text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frnt .overline-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #1D65C1;
    display: flex;
    align-items: center;
    gap: 8px
}

.frnt .overline-label::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #1D65C1;
    border-radius: 0
}

.frnt .titleblock-h1 {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 800;
    color: #111827;
    margin: 0
}

.frnt .titleblock-h1 span {
    color: #1D65C1
}

.frnt .titleblock-desc {
    font-size: 19px;
    line-height: 1.6;
    color: #374151;
    margin: 0;
    max-width: 520px
}

.frnt .titleblock-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 16px;
    flex-wrap: wrap
}

.frnt .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: linear-gradient(247deg, #1D65C1 0%, #73CEC0 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 1px 5px 22px 0 #1d65c114
}

.frnt .btn-primary::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 8px;
    border: 2px solid #fff0;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.frnt .btn-primary:hover {
    box-shadow: 1px 8px 60px 0 #1d65c124;
    transform: translateY(-2px)
}

.frnt .btn-primary:hover::after {
    border-color: #ffffff73
}

.frnt .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: transparent;
    color: #1D65C1;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #1D65C1;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: background .4s ease-in-out, color .4s ease-in-out
}

.frnt .btn-secondary:hover {
    background: #1D65C1;
    color: #fff
}

.frnt .titleblock-imgcard {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: 1px 8px 60px 0 #1d65c124
}

.frnt .titleblock-imgcard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.frnt .titleblock-imgcard::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, #1d65c161 0%, #73cec047 100%);
    mix-blend-mode: multiply
}

.frnt .imgcard-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #ffffffeb;
    border-radius: 10px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #1D65C1;
    z-index: 2;
    box-shadow: 1px 2px 4px 0 #1d65c114
}

.frnt .longval {
    padding: 96px 0;
    background: linear-gradient(247deg, #1D65C1 0%, #0e3d73 100%);
    position: relative
}

.frnt .longval-inner {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 48px;
    align-items: start
}

.frnt .longval-left {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frnt .overline-light {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #73CEC0;
    display: flex;
    align-items: center;
    gap: 8px
}

.frnt .overline-light::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #73CEC0;
    border-radius: 0
}

.frnt .longval-h2 {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
    margin: 0
}

.frnt .longval-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffbf;
    margin: 0
}

.frnt .longval-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.frnt .valcard {
    background: #ffffff12;
    border: 1px solid #ffffff1f;
    border-radius: 18px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.frnt .valcard:hover {
    background: #ffffff1f;
    box-shadow: 1px 5px 22px 0 #73cec014
}

.frnt .valcard-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #73cec02e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #73CEC0;
    font-size: 22px
}

.frnt .valcard-h {
    font-size: 19px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.frnt .valcard-p {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffb3;
    margin: 0
}

.frnt .support {
    padding: 96px 0;
    background: #fff
}

.frnt .support-grid {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 48px;
    align-items: center
}

.frnt .support-img {
    aspect-ratio: 1/1;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 5px 22px 0 #1d65c114
}

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

.frnt .support-content {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frnt .support-h2 {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800;
    color: #111827;
    margin: 0
}

.frnt .support-p {
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    margin: 0
}

.frnt .support-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.frnt .supportitem {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 10px;
    border: 1px dashed #73CEC0;
    transition: background .4s ease-in-out
}

.frnt .supportitem:hover {
    background: #73cec012
}

.frnt .supportitem-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(247deg, #1D65C1 0%, #73CEC0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px
}

.frnt .supportitem-text {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.frnt .supportitem-h {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0
}

.frnt .supportitem-p {
    font-size: 13px;
    line-height: 1.6;
    color: #4B5563;
    margin: 0
}

.frnt .voices {
    padding: 96px 0;
    background: #FFEDC5;
    position: relative
}

.frnt .voices-head {
    text-align: center;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.frnt .overline-dark {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #1D65C1;
    display: flex;
    align-items: center;
    gap: 8px
}

.frnt .overline-dark::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #1D65C1
}

.frnt .voices-h2 {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800;
    color: #111827;
    margin: 0
}

.frnt .voices-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px
}

.frnt .voicecard {
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 1px 2px 4px 0 #1d65c114;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1), transform .5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative
}

.frnt .voicecard:hover {
    box-shadow: 1px 8px 60px 0 #1d65c124;
    transform: translateY(-4px)
}

.frnt .voicecard-quote {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
    color: #73CEC0;
    position: absolute;
    top: 24px;
    right: 28px;
    opacity: .35
}

.frnt .voicecard-text {
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    margin: 0;
    font-style: italic
}

.frnt .voicecard-text::before {
    content: '"';
    color: #1D65C1;
    font-style: normal;
    font-weight: 800
}

.frnt .voicecard-text::after {
    content: '"';
    color: #1D65C1;
    font-style: normal;
    font-weight: 800
}

.frnt .voicecard-person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px dashed #73CEC0
}

.frnt .voiceavatar {
    width: 48px;
    height: 48px;
    border-radius: 32px;
    background: linear-gradient(247deg, #1D65C1 0%, #73CEC0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    flex-shrink: 0
}

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

.frnt .voicename {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0
}

.frnt .voicerole {
    font-size: 13px;
    color: #6B7280;
    margin: 0
}

.frnt .voicecard-result {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #73cec026;
    border-radius: 32px;
    font-size: 13px;
    font-weight: 700;
    color: #1D65C1;
    align-self: flex-start
}

.frnt .fieldproof {
    padding: 96px 0;
    background: #fff
}

.frnt .fieldproof-inner {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 48px;
    align-items: start
}

.frnt .fieldproof-content {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frnt .fieldproof-h2 {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800;
    color: #111827;
    margin: 0
}

.frnt .fieldproof-p {
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    margin: 0
}

.frnt .fieldproof-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}

.frnt .ftag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 6px;
    background: #1d65c112;
    font-size: 13px;
    font-weight: 600;
    color: #1D65C1;
    transition: background .4s ease-in-out, color .4s ease-in-out
}

.frnt .ftag:hover {
    background: #1D65C1;
    color: #fff
}

.frnt .fieldproof-stats {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frnt .fstat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 32px;
    border-radius: 18px;
    border: 1px solid #1d65c11f;
    box-shadow: 1px 2px 4px 0 #1d65c114;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.frnt .fstat:hover {
    box-shadow: 1px 5px 22px 0 #1d65c114
}

.frnt .fstat-num {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800;
    color: #1D65C1;
    margin: 0
}

.frnt .fstat-label {
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    margin: 0
}

.frnt .conditions {
    padding: 96px 0;
    background: #f0f7ff
}

.frnt .conditions-head {
    max-width: 640px;
    margin: 0 auto 48px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.frnt .conditions-h2 {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800;
    color: #111827;
    margin: 0
}

.frnt .conditions-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    margin: 0;
    text-align: left
}

.frnt .conditions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 900px;
    margin: 0 auto
}

.frnt .condcard {
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 1px 2px 4px 0 #1d65c114;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.frnt .condcard:hover {
    box-shadow: 1px 5px 22px 0 #1d65c114
}

.frnt .condcard-dot {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 32px;
    background: linear-gradient(247deg, #1D65C1 0%, #73CEC0 100%);
    margin-top: 6px
}

.frnt .condcard-body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.frnt .condcard-h {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0
}

.frnt .condcard-p {
    font-size: 13px;
    line-height: 1.6;
    color: #4B5563;
    margin: 0
}

.frnt .hesitation {
    padding: 96px 0;
    background: #fff
}

.frnt .hesitation-inner {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 48px;
    align-items: start
}

.frnt .hesitation-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 32px
}

.frnt .hesitation-h2 {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800;
    color: #111827;
    margin: 0
}

.frnt .hesitation-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    margin: 0
}

.frnt .hesitation-img {
    aspect-ratio: 1/1;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 1px 5px 22px 0 #1d65c114
}

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

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

.frnt .faqitem {
    border: 1px solid #1d65c11f;
    border-radius: 10px;
    overflow: hidden
}

.frnt .faqtoggle {
    display: none
}

.frnt .faqtrigger {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    background: #fff;
    transition: background .4s ease-in-out, color .4s ease-in-out;
    gap: 16px;
    user-select: none
}

.frnt .faqtrigger:hover {
    background: #1d65c10d;
    color: #1D65C1
}

.frnt .faqtrigger-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #1d65c11a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1D65C1;
    font-size: 16px;
    transition: background .4s ease-in-out, transform .4s ease-in-out
}

.frnt .faqbody {
    display: none;
    padding: 0 32px 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #374151
}

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

    .frnt .titleblock-imgcard {
        max-width: 400px;
        margin: 0 auto
    }

    .frnt .longval-inner {
        grid-template-columns: 1fr
    }

    .frnt .longval-right {
        grid-template-columns: 1fr 1fr
    }

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

    .frnt .support-img {
        max-width: 400px
    }

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

    .frnt .fieldproof-inner {
        grid-template-columns: 1fr
    }

    .frnt .hesitation-inner {
        grid-template-columns: 1fr
    }

    .frnt .hesitation-left {
        position: static
    }
}

@media (max-width: 768px) {
    .frnt .titleblock-h1 {
        font-size: 46px
    }

    .frnt .longval-h2,
    .frnt .support-h2,
    .frnt .voices-h2,
    .frnt .fieldproof-h2,
    .frnt .conditions-h2,
    .frnt .hesitation-h2 {
        font-size: 34px
    }

    .frnt .longval-right {
        grid-template-columns: 1fr
    }

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

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

    .frnt .pgwrap {
        padding: 0 16px
    }

    .frnt .titleblock {
        padding: 48px 0
    }

    .frnt .longval,
    .frnt .support,
    .frnt .voices,
    .frnt .fieldproof,
    .frnt .conditions,
    .frnt .hesitation {
        padding: 48px 0
    }
}

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

.lprog .lp-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px
}

.lprog .titblock {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding-top: 48px;
    padding-bottom: 96px;
    position: relative
}

.lprog .titblock-imgstrip {
    width: 320px;
    min-width: 220px;
    flex-shrink: 0;
    position: relative;
    border-radius: 18px;
    overflow: hidden
}

.lprog .titblock-imgstrip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.lprog .titblock-imgstrip .imggrad {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to left, #fff 0%, #fff0 100%);
    pointer-events: none
}

.lprog .titblock-text {
    flex: 1;
    padding-left: 48px;
    padding-top: 32px;
    position: relative;
    z-index: 1
}

.lprog .titblock-blobs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0
}

.lprog .blob1 {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 32px;
    background: linear-gradient(247deg, #1D65C1 50%, #73CEC0 100%);
    opacity: .07;
    filter: blur(60px);
    top: -80px;
    right: 80px
}

.lprog .blob2 {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 32px;
    background: linear-gradient(247deg, #73CEC0 50%, #FFEDC5 100%);
    opacity: .1;
    filter: blur(48px);
    bottom: 0;
    left: 300px
}

.lprog .titblock-overline {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #1D65C1;
    margin-bottom: 16px;
    display: block
}

.lprog .titblock-h1 {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 800;
    color: #1a2a3a;
    margin: 0 0 32px
}

.lprog .titblock-h1 .accentword {
    color: #1D65C1
}

.lprog .titblock-desc {
    font-size: 19px;
    line-height: 1.6;
    color: #2d3e50;
    max-width: 560px;
    margin-bottom: 32px
}

.lprog .titblock-curve {
    display: block;
    width: 120px;
    height: 32px;
    margin-bottom: 16px
}

.lprog .titblock-badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.lprog .tbadge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    background: #FFEDC5;
    color: #2d3e50;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #1d65c11a;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.lprog .tbadge:hover {
    background: #73CEC0;
    color: #fff
}

.lprog .lp-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px
}

.lprog .lp-divider-line {
    flex: 1;
    height: 1px;
    background: #d4dde8
}

.lprog .lp-divider-accent {
    width: 48px;
    height: 3px;
    border-radius: 6px;
    background: linear-gradient(247deg, #1D65C1 50%, #73CEC0 100%);
    margin: 0 8px
}

.lprog .structure-sec {
    background: #f4f7fb;
    padding: 96px 0 48px;
    position: relative
}

.lprog .structure-sec::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231D65C1' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    border-radius: 0
}

.lprog .structure-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 32px;
    align-items: start;
    margin-top: 48px
}

.lprog .structure-overline {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #73CEC0;
    display: block;
    margin-bottom: 16px
}

.lprog .structure-heading {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
    color: #1a2a3a;
    margin: 0 0 16px;
    text-align: center
}

.lprog .structure-heading .accentword {
    color: #1D65C1
}

.lprog .structure-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4e62;
    text-align: left;
    max-width: 480px;
    margin: 0 auto 0 0
}

.lprog .structure-pyramid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 32px 16px
}

.lprog .pyramid-label {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: .04em
}

.lprog .pyramid-sub {
    font-size: 11px;
    color: #ffffffd1;
    text-align: center;
    margin-top: 2px;
    line-height: 1.4
}

.lprog .plevel {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: default
}

.lprog .plevel:hover {
    transform: scaleX(1.04);
    box-shadow: 1px 5px 22px 0 #1d65c114
}

.lprog .plevel1 {
    width: 100%;
    background: linear-gradient(247deg, #1D65C1 50%, #2a7ad4 100%)
}

.lprog .plevel2 {
    width: 88%;
    background: linear-gradient(247deg, #2272c3 50%, #3a8fd4 100%)
}

.lprog .plevel3 {
    width: 74%;
    background: linear-gradient(247deg, #3a8fd4 50%, #73CEC0 100%)
}

.lprog .plevel4 {
    width: 58%;
    background: linear-gradient(247deg, #73CEC0 50%, #5ab8aa 100%)
}

.lprog .plevel5 {
    width: 40%;
    background: linear-gradient(247deg, #FFEDC5 50%, #f5d98a 100%)
}

.lprog .plevel5 .pyramid-label {
    color: #2d3e50
}

.lprog .plevel5 .pyramid-sub {
    color: #2d3e50bf
}

.lprog .structure-modules {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lprog .smodule {
    border-radius: 10px;
    border: 1px solid #1d65c11a;
    background: #fff;
    padding: 16px;
    box-shadow: 1px 2px 4px 0 #1d65c114;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1), border-color .5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden
}

.lprog .smodule::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(247deg, #1D65C1 50%, #73CEC0 100%);
    border-radius: 0 0 10px 10px;
    transition: width .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.lprog .smodule:hover::after {
    width: 100%
}

.lprog .smodule:hover {
    box-shadow: 1px 5px 22px 0 #1d65c114;
    border-color: #1d65c138
}

.lprog .smodule-num {
    font-size: 13px;
    font-weight: 700;
    color: #1D65C1;
    margin-bottom: 4px;
    display: block
}

.lprog .smodule-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a2a3a;
    margin: 0 0 4px
}

.lprog .smodule-desc {
    font-size: 13px;
    color: #4a5e72;
    line-height: 1.6;
    margin: 0
}

.lprog .detail-sec {
    padding: 96px 0;
    background: #fff
}

.lprog .detail-flex {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.lprog .detail-image-col {
    flex: 1.1;
    position: relative
}

.lprog .detail-imgwrap {
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: 1px 8px 60px 0 #1d65c124
}

.lprog .detail-imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.lprog .detail-imgbadge {
    position: absolute;
    bottom: 32px;
    left: -16px;
    background: linear-gradient(247deg, #1D65C1 50%, #73CEC0 100%);
    color: #fff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 1px 5px 22px 0 #1d65c114;
    font-size: 13px;
    font-weight: 700;
    max-width: 180px;
    line-height: 1.6
}

.lprog .detail-text-col {
    flex: 1.4;
    padding-top: 16px
}

.lprog .detail-overline {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #1D65C1;
    display: block;
    margin-bottom: 16px
}

.lprog .detail-heading {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
    color: #1a2a3a;
    margin: 0 0 16px;
    text-align: center
}

.lprog .detail-heading .accentword {
    color: #1D65C1
}

.lprog .detail-body {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4e62;
    text-align: left;
    margin-bottom: 32px
}

.lprog .detail-quote {
    font-size: 19px;
    font-weight: 700;
    color: #1a2a3a;
    line-height: 1.6;
    margin-bottom: 32px;
    padding-left: 16px;
    border-left: none;
    position: relative
}

.lprog .detail-quote .qmark {
    color: #1D65C1;
    font-size: 34px;
    line-height: 1;
    vertical-align: -8px;
    margin-right: 4px
}

.lprog .detail-quote .qmark-close {
    color: #1D65C1;
    font-size: 34px;
    line-height: 1;
    vertical-align: -8px;
    margin-left: 4px
}

.lprog .detail-stats {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 32px
}

.lprog .dstat {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.lprog .dstat-val {
    font-size: 34px;
    font-weight: 800;
    color: #1D65C1;
    line-height: 1.1
}

.lprog .dstat-label {
    font-size: 13px;
    color: #4a5e72;
    line-height: 1.6
}

.lprog .faq-sec {
    background: linear-gradient(247deg, #1d65c10a 50%, #73cec012 100%);
    padding: 96px 0
}

.lprog .faq-layout {
    display: flex;
    flex-direction: row;
    gap: 96px;
    align-items: flex-start
}

.lprog .faq-left {
    flex: 1;
    position: sticky;
    top: 32px
}

.lprog .faq-overline {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #73CEC0;
    display: block;
    margin-bottom: 16px
}

.lprog .faq-heading {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
    color: #1a2a3a;
    margin: 0 0 16px;
    text-align: center
}

.lprog .faq-heading .accentword {
    color: #1D65C1
}

.lprog .faq-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4e62;
    text-align: left;
    margin-bottom: 32px
}

.lprog .faq-cta {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 10px;
    background: linear-gradient(247deg, #1D65C1 50%, #73CEC0 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow: 1px 5px 22px 0 #1d65c114;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), outline .45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative
}

.lprog .faq-cta::after {
    content: "";
    display: block;
    position: absolute;
    inset: 3px;
    border-radius: 8px;
    border: 2px solid #fff0;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none
}

.lprog .faq-cta:hover {
    box-shadow: 1px 8px 60px 0 #1d65c124
}

.lprog .faq-cta:hover::after {
    border-color: #ffffff73
}

.lprog .faq-right {
    flex: 1.6
}

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

.lprog .faqitem {
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 2px 4px 0 #1d65c114;
    overflow: hidden;
    border: 1px solid #1d65c114
}

.lprog .faqitem-toggle {
    display: none
}

.lprog .faqitem-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #1a2a3a;
    line-height: 1.6;
    gap: 16px;
    transition: color .4s ease-in-out;
    user-select: none
}

.lprog .faqitem-label:hover {
    color: #1D65C1
}

.lprog .faqitem-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #1d65c112;
    transition: background .4s ease-in-out, transform .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.lprog .faqitem-icon svg {
    width: 14px;
    height: 14px;
    transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.lprog .faqitem-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .55s cubic-bezier(0.16, 1, 0.3, 1), padding .55s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 16px;
    line-height: 1.6;
    color: #3a4e62;
    padding: 0 16px
}

.lprog .faqitem-toggle:checked+.faqitem-label+.faqitem-body {
    max-height: 300px;
    padding: 0 16px 16px
}

.lprog .faqitem-toggle:checked+.faqitem-label .faqitem-icon {
    background: #1d65c126;
    transform: rotate(45deg)
}

.lprog .sequential-children>* {
    opacity: 0;
    transform: translateY(18px);
    animation: seqfade .55s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

.lprog .sequential-children> :nth-child(1) {
    animation-delay: .08s
}

.lprog .sequential-children> :nth-child(2) {
    animation-delay: .18s
}

.lprog .sequential-children> :nth-child(3) {
    animation-delay: .28s
}

.lprog .sequential-children> :nth-child(4) {
    animation-delay: .38s
}

.lprog .sequential-children> :nth-child(5) {
    animation-delay: .48s
}

.lprog .sequential-children> :nth-child(6) {
    animation-delay: .58s
}

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

@media (max-width: 900px) {
    .lprog .titblock {
        flex-direction: column;
        padding-bottom: 48px
    }

    .lprog .titblock-imgstrip {
        width: 100%;
        height: 240px
    }

    .lprog .titblock-text {
        padding-left: 0;
        padding-top: 32px
    }

    .lprog .titblock-h1 {
        font-size: 46px
    }

    .lprog .structure-grid {
        grid-template-columns: 1fr
    }

    .lprog .detail-flex {
        flex-direction: column
    }

    .lprog .detail-imgbadge {
        left: 16px
    }

    .lprog .faq-layout {
        flex-direction: column;
        gap: 48px
    }

    .lprog .faq-left {
        position: static
    }

    .lprog .detail-stats {
        flex-wrap: wrap;
        gap: 16px
    }
}

@media (max-width: 600px) {
    .lprog .titblock-h1 {
        font-size: 34px
    }

    .lprog .lp-inner {
        padding: 0 16px
    }

    .lprog .detail-sec {
        padding: 48px 0
    }

    .lprog .faq-sec {
        padding: 48px 0
    }

    .lprog .structure-sec {
        padding: 48px 0
    }
}

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

.aboutus .au-strip {
    display: flex;
    flex-direction: row;
    max-width: 1320px;
    margin: 0 auto;
    padding: 96px 32px;
    gap: 48px;
    align-items: flex-start;
    position: relative
}

.aboutus .au-strip-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative
}

.aboutus .au-frame {
    position: absolute;
    top: -16px;
    left: -16px;
    right: 16px;
    bottom: -16px;
    border: 1px solid #1D65C1;
    border-radius: 18px;
    pointer-events: none;
    opacity: .18
}

.aboutus .au-frame-inner {
    position: absolute;
    top: 8px;
    left: 8px;
    right: -8px;
    bottom: 8px;
    border: 1px solid #73CEC0;
    border-radius: 18px;
    pointer-events: none;
    opacity: .22
}

.aboutus .au-overline {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #1D65C1;
    margin-bottom: 8px
}

.aboutus .au-h1 {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    color: #111827;
    margin: 0
}

.aboutus .au-h1 span {
    color: #1D65C1
}

.aboutus .au-lead {
    font-size: 19px;
    line-height: 1.6;
    color: #2d3748;
    margin: 0
}

.aboutus .au-ctalink {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(247deg, #1D65C1 50%, #73CEC0 100%);
    padding: 16px 32px;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow: 1px 5px 22px 0 #1d65c114;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .38s ease-in-out;
    align-self: flex-start
}

.aboutus .au-ctalink:hover {
    box-shadow: 1px 8px 60px 0 #1d65c124;
    border-color: #73CEC0;
    outline: 2px solid #fff;
    outline-offset: -4px
}

.aboutus .au-imgstrip {
    width: 220px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.aboutus .au-imgstrip-img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 18px;
    filter: sepia(0.22) saturate(1.18) brightness(1.04);
    box-shadow: 1px 5px 22px 0 #1d65c114;
    display: block
}

.aboutus .au-wavesep {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0
}

.aboutus .au-wavesep svg {
    display: block;
    width: 100%
}

.aboutus .au-about {
    background: #fff;
    padding: 0
}

.aboutus .au-zigzag {
    max-width: 1320px;
    margin: 0 auto;
    padding: 96px 32px;
    display: flex;
    flex-direction: column;
    gap: 96px
}

.aboutus .au-row {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: center
}

.aboutus .au-row.rev {
    flex-direction: row-reverse
}

.aboutus .au-rowimg {
    flex: 0 0 420px;
    width: 420px;
    height: 420px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 1px 8px 60px 0 #1d65c124;
    position: relative
}

.aboutus .au-rowimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 18px
}

.aboutus .au-rowtext {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.aboutus .au-rowtext .au-overline {
    margin-bottom: 0
}

.aboutus .au-h2 {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    color: #111827;
    margin: 0
}

.aboutus .au-body {
    font-size: 16px;
    line-height: 1.6;
    color: #2d3748;
    margin: 0
}

.aboutus .au-badgelist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0
}

.aboutus .au-badgelist li {
    font-size: 13px;
    font-weight: 600;
    color: #1D65C1;
    background: #FFEDC5;
    border-radius: 32px;
    padding: 8px 16px;
    line-height: 1.1
}

.aboutus .au-divpair {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.aboutus .au-pair {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 16px
}

.aboutus .au-pairlabel {
    font-size: 13px;
    font-weight: 600;
    color: #73CEC0;
    text-transform: uppercase;
    letter-spacing: .1em;
    min-width: 120px
}

.aboutus .au-pairline {
    flex: 0 0 1px;
    height: 14px;
    background: #1D65C1;
    opacity: .25;
    align-self: center
}

.aboutus .au-pairval {
    font-size: 16px;
    color: #111827;
    line-height: 1.6
}

.aboutus .au-diagsec {
    position: relative;
    padding: 96px 0;
    background: #fff
}

.aboutus .au-diagbg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 0
}

.aboutus .au-diagbg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 58%;
    height: 100%;
    background: linear-gradient(247deg, #1D65C1 50%, #73CEC0 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)
}

.aboutus .au-diagbg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
    background: #FFEDC5;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%)
}

.aboutus .au-diaginner {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: stretch
}

.aboutus .au-diagleft {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 48px 48px 48px 0
}

.aboutus .au-diagleft .au-overline {
    color: #FFEDC5
}

.aboutus .au-h2white {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.aboutus .au-bodywhite {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffe0;
    margin: 0
}

.aboutus .au-metricgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.aboutus .au-metric {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #ffffff1a;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #ffffff2e;
    transition: background .42s cubic-bezier(0.16, 1, 0.3, 1)
}

.aboutus .au-metric:hover {
    background: #ffffff2e
}

.aboutus .au-metricnum {
    font-size: 34px;
    font-weight: 700;
    color: #FFEDC5;
    line-height: 1.1
}

.aboutus .au-metriclabel {
    font-size: 13px;
    color: #ffffffc7;
    line-height: 1.6
}

.aboutus .au-diagright {
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 48px 0 48px 32px
}

.aboutus .au-teamcard {
    background: #fff;
    border-radius: 18px;
    box-shadow: 1px 5px 22px 0 #1d65c114;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    padding: 16px;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    animation: aufadein .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

.aboutus .au-teamcard:nth-child(1) {
    animation-delay: .05s
}

.aboutus .au-teamcard:nth-child(2) {
    animation-delay: .15s
}

.aboutus .au-teamcard:nth-child(3) {
    animation-delay: .25s
}

.aboutus .au-teamcard:nth-child(4) {
    animation-delay: .35s
}

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

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

.aboutus .au-teamcard:hover {
    box-shadow: 1px 8px 60px 0 #1d65c124
}

.aboutus .au-teamavatar {
    width: 56px;
    height: 56px;
    border-radius: 32px;
    background: linear-gradient(247deg, #1D65C1 50%, #73CEC0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.aboutus .au-teamavatar svg {
    width: 28px;
    height: 28px
}

.aboutus .au-teaminfo {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.aboutus .au-teamname {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    line-height: 1.1
}

.aboutus .au-teamrole {
    font-size: 13px;
    color: #1D65C1;
    line-height: 1.6
}

.aboutus .au-dotsep {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px 0;
    overflow: hidden
}

.aboutus .au-dotsep svg {
    width: 100%;
    max-width: 1320px;
    height: 28px
}

.aboutus .au-quote {
    font-size: 19px;
    font-style: italic;
    color: #2d3748;
    line-height: 1.6;
    margin: 0
}

.aboutus .au-quote::before {
    content: "\201C";
    color: #1D65C1;
    font-size: 34px;
    line-height: 1;
    vertical-align: -.18em;
    margin-right: 4px
}

.aboutus .au-quote::after {
    content: "\201D";
    color: #73CEC0;
    font-size: 34px;
    line-height: 1;
    vertical-align: -.18em;
    margin-left: 4px
}

.aboutus .au-outlinedeco {
    position: absolute;
    pointer-events: none;
    z-index: 0
}

@media (max-width: 900px) {
    .aboutus .au-strip {
        flex-direction: column;
        padding: 48px 16px;
        gap: 32px
    }

    .aboutus .au-imgstrip {
        width: 100%;
        flex-direction: row;
        overflow: hidden
    }

    .aboutus .au-imgstrip-img {
        width: 50%;
        height: 180px
    }

    .aboutus .au-row,
    .aboutus .au-row.rev {
        flex-direction: column;
        gap: 32px
    }

    .aboutus .au-rowimg {
        flex: none;
        width: 100%;
        height: 280px
    }

    .aboutus .au-zigzag {
        padding: 48px 16px;
        gap: 48px
    }

    .aboutus .au-diaginner {
        flex-direction: column;
        padding: 0 16px;
        gap: 32px
    }

    .aboutus .au-diagleft {
        padding: 32px 0 0
    }

    .aboutus .au-diagright {
        flex: none;
        padding: 0 0 32px
    }

    .aboutus .au-h1 {
        font-size: 34px
    }

    .aboutus .au-metricgrid {
        grid-template-columns: 1fr 1fr
    }
}

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

.contus .reach-band {
    background: linear-gradient(247deg, #1D65C1 50%, #73CEC0 100%);
    padding: 48px 16px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.contus .reach-band-inner {
    max-width: 1320px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px
}

.contus .reach-img-wrap {
    flex: 0 0 340px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 1px 8px 60px 0 #1d65c124
}

.contus .reach-img-wrap img {
    width: 340px;
    height: 340px;
    object-fit: cover;
    display: block;
    filter: saturate(0.7);
    transition: filter .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.contus .reach-img-wrap:hover img {
    filter: saturate(1)
}

.contus .reach-text {
    flex: 1;
    color: #fff
}

.contus .reach-overline {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #FFEDC5;
    margin-bottom: 16px;
    display: block
}

.contus .reach-heading {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px
}

.contus .reach-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffe0;
    margin: 0 0 32px;
    max-width: 480px
}

.contus .reach-contacts {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contus .reach-contact-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.contus .reach-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #ffffff26;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contus .reach-icon i {
    font-size: 16px;
    color: #FFEDC5
}

.contus .reach-contact-label {
    font-size: 13px;
    color: #ffffffa6;
    display: block;
    margin-bottom: 8px
}

.contus .reach-contact-val {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    text-decoration: none;
    transition: color .4s ease-in-out
}

.contus .reach-contact-val:hover {
    color: #FFEDC5
}

.contus .reach-contact-val:visited {
    color: #73CEC0
}

.contus .divider-tri {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    position: relative;
    height: 32px
}

.contus .divider-tri-line {
    width: 100%;
    height: 1px;
    background: #e8edf5;
    position: absolute;
    top: 16px
}

.contus .divider-tri-svg {
    position: absolute;
    top: 8px
}

.contus .form-zone {
    background: #fff;
    padding: 96px 16px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.contus .form-zone-inner {
    max-width: 1320px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 96px;
    align-items: start
}

.contus .form-side-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #1D65C1;
    display: block;
    margin-bottom: 16px
}

.contus .form-side-heading {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px
}

.contus .form-side-body {
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    margin: 0 0 32px
}

.contus .form-side-note {
    font-size: 13px;
    line-height: 1.6;
    color: #6b7280;
    border-top: 1px solid #e8edf5;
    padding-top: 16px
}

.contus .form-side-note a {
    color: #1D65C1;
    text-decoration: none;
    transition: color .35s ease-in-out
}

.contus .form-side-note a:hover {
    color: #73CEC0
}

.contus .form-side-note a:visited {
    color: #73CEC0
}

.contus .cform {
    background: #f4f7fc;
    border-radius: 18px;
    padding: 48px;
    box-shadow: 1px 5px 22px 0 #1d65c114
}

.contus .cform-group {
    margin-bottom: 32px
}

.contus .cform-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
    letter-spacing: .04em
}

.contus .cform-input {
    width: 100%;
    padding: 16px;
    border: 1px solid #d1dae8;
    border-radius: 10px;
    font-size: 16px;
    color: #111827;
    background: #fff;
    box-shadow: inset 1px 2px 4px 0 #1d65c10f;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    appearance: none
}

.contus .cform-input::placeholder {
    color: #aab4c4;
    font-weight: 300
}

.contus .cform-input:focus {
    border-color: #1D65C1;
    box-shadow: inset 1px 2px 4px 0 #1d65c114 0 0 0 3px #1d65c11f
}

.contus .cform-checks-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 16px;
    letter-spacing: .04em
}

.contus .cform-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 32px
}

.contus .cform-check-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #d1dae8;
    border-radius: 10px;
    padding: 8px 16px;
    cursor: pointer;
    transition: border-color .4s ease-in-out, background .4s ease-in-out
}

.contus .cform-check-item:hover {
    border-color: #1D65C1;
    background: #eef3fb
}

.contus .cform-check-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #1D65C1;
    cursor: pointer;
    flex-shrink: 0
}

.contus .cform-check-item span {
    font-size: 13px;
    color: #374151;
    line-height: 1.6
}

.contus .cform-privacy {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 32px;
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #d1dae8
}

.contus .cform-privacy input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #1D65C1;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px
}

.contus .cform-privacy-text {
    font-size: 13px;
    line-height: 1.6;
    color: #374151
}

.contus .cform-privacy-text a {
    color: #1D65C1;
    text-decoration: underline;
    transition: color .35s ease-in-out
}

.contus .cform-privacy-text a:hover {
    color: #73CEC0
}

.contus .cform-privacy-text a:visited {
    color: #73CEC0
}

.contus .cform-submit {
    width: 100%;
    padding: 16px 32px;
    border: none !important;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(247deg, #1D65C1 50%, #73CEC0 100%);
    cursor: pointer;
    position: relative;
    box-shadow: 1px 5px 22px 0 #1d65c124;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), opacity .45s cubic-bezier(0.16, 1, 0.3, 1);
    outline: none
}

.contus .cform-submit::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 6px;
    border: 2px solid #fff0;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none
}

.contus .cform-submit:hover {
    box-shadow: 1px 8px 60px 0 #1d65c138;
    opacity: .92
}

.contus .cform-submit:hover::after {
    border-color: #ffffff73
}

.contus .cform-submit:focus {
    box-shadow: 0 0 0 3px #1d65c140 1px 5px 22px 0 #1d65c124
}

.contus .cform-submit:active {
    opacity: .85
}

.contus .divider-grad {
    width: 100%;
    height: 2px;
    background: linear-gradient(247deg, #1D65C1 50%, #73CEC0 100%);
    opacity: .18
}

.contus .details-zone {
    background: linear-gradient(to top, #f4f7fc, #fff);
    padding: 96px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: bgbreathe 10s ease-in-out infinite;
    background-size: 100% 200%
}

@keyframes bgbreathe {

    0%,
    100% {
        background-size: 100% 200%
    }

    50% {
        background-size: 100% 220%
    }
}

.contus .details-inner {
    max-width: 1320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px
}

.contus .details-top {
    text-align: center
}

.contus .details-overline {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #1D65C1;
    display: block;
    margin-bottom: 16px
}

.contus .details-heading {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px
}

.contus .details-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    max-width: 560px;
    margin: 0 auto;
    text-align: left
}

.contus .details-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%
}

.contus .dcard {
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 1px 5px 22px 0 #1d65c114;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.contus .dcard:hover {
    box-shadow: 1px 8px 60px 0 #1d65c124
}

.contus .dcard-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(247deg, #1D65C1 50%, #73CEC0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contus .dcard-icon i {
    font-size: 19px;
    color: #fff
}

.contus .dcard-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #1D65C1
}

.contus .dcard-val {
    font-size: 16px;
    line-height: 1.6;
    color: #111827;
    text-decoration: none;
    transition: color .4s ease-in-out
}

.contus .dcard-val:hover {
    color: #1D65C1
}

.contus .dcard-val:visited {
    color: #73CEC0
}

.contus .dcard-note {
    font-size: 13px;
    line-height: 1.6;
    color: #374151
}

.contus .addr-img-wrap {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 1px 8px 60px 0 #1d65c124;
    max-width: 520px
}

.contus .addr-img-wrap img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    filter: saturate(0.75);
    transition: filter .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.contus .addr-img-wrap:hover img {
    filter: saturate(1)
}

.contus .details-bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: center
}

.contus .details-bottom-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contus .details-addr-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #1D65C1
}

.contus .details-addr-val {
    font-size: 19px;
    line-height: 1.6;
    color: #111827;
    font-weight: 600
}

.contus .details-addr-body {
    font-size: 16px;
    line-height: 1.6;
    color: #374151
}

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

.contus .tag-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 32px;
    background: #FFEDC5;
    font-size: 13px;
    font-weight: 600;
    color: #111827
}

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

    .contus .reach-img-wrap {
        flex: none;
        width: 100%;
        max-width: 400px;
        align-self: center
    }

    .contus .reach-img-wrap img {
        width: 100%;
        height: 300px
    }

    .contus .form-zone-inner {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .contus .details-cards {
        grid-template-columns: 1fr 1fr
    }

    .contus .details-bottom {
        flex-direction: column
    }

    .contus .addr-img-wrap {
        max-width: 100%
    }
}

@media (max-width: 640px) {
    .contus .reach-heading {
        font-size: 34px
    }

    .contus .cform {
        padding: 32px 16px
    }

    .contus .cform-checks {
        grid-template-columns: 1fr
    }

    .contus .details-cards {
        grid-template-columns: 1fr
    }

    .contus .form-zone {
        padding: 48px 16px
    }

    .contus .details-zone {
        padding: 48px 16px
    }
}

.successPage {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 16px;
    background: #fff
}

.successPage .successWrap {
    max-width: 560px;
    width: 100%;
    text-align: center;
    padding: 48px;
    border-radius: 18px;
    box-shadow: 1px 8px 60px 0 #1d65c124;
    background: #fff
}

.successPage .successIcon {
    width: 64px;
    height: 64px;
    margin: 0 auto 32px;
    border-radius: 32px;
    background: linear-gradient(247deg, #1D65C1 50%, #73CEC0 100%);
    display: flex;
    align-items: center;
    justify-content: center
}

.successPage .successIcon svg {
    display: block
}

.successPage .successTitle {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px
}

.successPage .successText {
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    margin: 0 0 32px
}

.successPage .successDivider {
    width: 48px;
    height: 2px;
    background: linear-gradient(247deg, #1D65C1 50%, #73CEC0 100%);
    border-radius: 6px;
    margin: 0 auto 32px
}

.successPage .successNote {
    font-size: 13px;
    line-height: 1.6;
    color: #4B5563;
    margin: 0 0 48px
}

.successPage .successNote strong {
    color: #1D65C1;
    font-weight: 600
}

.successPage .successHomeBtn {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(247deg, #1D65C1 50%, #73CEC0 100%);
    padding: 16px 48px;
    border-radius: 10px;
    position: relative;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), opacity .35s ease-in-out;
    box-shadow: 1px 5px 22px 0 #1d65c114
}

.successPage .successHomeBtn::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 8px;
    border: 1.5px solid #fff0;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none
}

.successPage .successHomeBtn:hover {
    box-shadow: 1px 8px 60px 0 #1d65c124;
    opacity: .92
}

.successPage .successHomeBtn:hover::after {
    border-color: #ffffff73
}

.successPage .successHomeBtn:focus-visible {
    outline: 2px solid #1D65C1;
    outline-offset: 4px
}

@media (max-width: 600px) {
    .successPage .successWrap {
        padding: 32px 16px
    }

    .successPage .successTitle {
        font-size: 19px
    }
}