.page[name='whyUs'] > .content {
    width: 100%;
}
.page[name='whyUs'] > .content > .hero {
    margin-bottom: 96px;
}
.page[name='whyUs'] > .content > .hero > .breadcrumb {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='whyUs'] > .content > .hero > .shell {
    position: relative;
    z-index: 2;
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding-top: 24px;
}
.page[name='whyUs'] > .content > .hero > .shell > .intro {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.page[name='whyUs'] > .content > .hero > .shell > .intro > .title {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    font-size: 52px;
    font-weight: 700;
}
.page[name='whyUs'] > .content > .hero > .shell > .intro > .description {
    max-width: 650px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.page[name='whyUs'] > .content > .hero > .shell > .statistics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    max-width: 880px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
}
.page[name='whyUs'] > .content > .hero > .shell > .statistics > .statCard:hover {
    transform: translateY(-4px);
}
.page[name='whyUs'] > .content > .hero > .shell > .statistics > .statCard {
    padding: 20px;
    border-radius: 16px;
    transition: transform 0.3s ease;
}
.page[name='whyUs'] > .content > .hero > .shell > .statistics > .statCard > .symbol {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    padding: 8px;
}
.page[name='whyUs'] > .content > .hero > .shell > .statistics > .statCard > .symbol > img {
    width: 100%;
    height: 100%;
    display: block;
}
.page[name='whyUs'] > .content > .hero > .shell > .statistics > .statCard > .value {
    margin-top: 13px;
    font-size: 20px;
    font-weight: 800;
}
.page[name='whyUs'] > .content > .hero > .shell > .statistics > .statCard > .description {
    margin-top: 8px;
    font-weight: 500;
}
.page[name='whyUs'] > .content > .purpose {
    width: 100%;
    padding-top: 78px;
    padding-bottom: 82px;
}
.page[name='whyUs'] > .content > .purpose > .shell {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.page[name='whyUs'] > .content > .purpose > .shell > .heading > .title {
    font-size: 30px;
    font-weight: 700;
    max-width: 450px;
    margin-bottom: 16px;
}
.page[name='whyUs'] > .content > .purpose > .shell > .heading > .description {
    margin-top: 12px;
    font-size: 18px;
    max-width: 500px;
}
.page[name='whyUs'] > .content > .purpose > .shell > .principles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 32px;
}
.page[name='whyUs'] > .content > .purpose > .shell > .principles > .principle {
    min-height: 235px;
    padding: 24px;
    border-width: 1px;
    border-style: solid;
    border-radius: 16px;
    box-sizing: border-box;
}
.page[name='whyUs'] > .content > .purpose > .shell > .principles > .principle > .symbol {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    padding: 12px;
}
.page[name='whyUs'] > .content > .purpose > .shell > .principles > .principle > .symbol > img {
    width: 100%;
    height: 100%;
    display: block;
}
.page[name='whyUs'] > .content > .purpose > .shell > .principles > .principle > .title {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 600;
}
.page[name='whyUs'] > .content > .purpose > .shell > .principles > .principle > .description {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
}
.page[name='whyUs'] > .content > .purpose > .shell > .principles > .principle > .description > .paragraph:not(:last-child) {
    margin-bottom: 12px;
}
.page[name='whyUs'] > .content > .science {
    width: 100%;
    padding-top: 82px;
    padding-bottom: 88px;
}
.page[name='whyUs'] > .content > .science > .shell {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.page[name='whyUs'] > .content > .science > .shell > .heading {
    max-width: 650px;
}
.page[name='whyUs'] > .content > .science > .shell > .heading > .title {
    font-size: 32px;
    font-weight: 700;
}
.page[name='whyUs'] > .content > .science > .shell > .heading > .description {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
}
.page[name='whyUs'] > .content > .science > .shell > .methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 30px;
}
.page[name='whyUs'] > .content > .science > .shell > .methods > .method:hover {
    transform: translateY(-4px);
}
.page[name='whyUs'] > .content > .science > .shell > .methods > .method {
    min-height: 182px;
    padding: 24px;
    border-width: 1px;
    border-style: solid;
    border-radius: 14px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}
.page[name='whyUs'] > .content > .science > .shell > .methods > .method > .summary {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 12px;
    align-items: center;
}
.page[name='whyUs'] > .content > .science > .shell > .methods > .method > .summary > .symbol {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    padding: 8px;
}
.page[name='whyUs'] > .content > .science > .shell > .methods > .method > .summary > .symbol > img {
    width: 100%;
    height: 100%;
    display: block;
}
.page[name='whyUs'] > .content > .science > .shell > .methods > .method > .summary > .name > .title {
    font-size: 18px;
    font-weight: 800;
}
.page[name='whyUs'] > .content > .science > .shell > .methods > .method > .summary > .name > .subtitle {
    margin-top: 4px;
    font-weight: 700;
}
.page[name='whyUs'] > .content > .science > .shell > .methods > .method > .description {
    min-height: 56px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
}
.page[name='whyUs'] > .content > .science > .shell > .methods > .method > .evidence {
    display: inline-block;
    margin-top: 16px;
    padding: 6px 10px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
}
.page[name='whyUs'] > .content > .science > .shell > .methods > .method > .evidence > .mark {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
}
.page[name='whyUs'] > .content > .science > .shell > .methods > .method > .evidence > lang {
    display: inline-block;
    vertical-align: middle;
}
.page[name='whyUs'] > .content > .journey {
    width: 100%;
    padding-top: 82px;
    padding-bottom: 88px;
}
.page[name='whyUs'] > .content > .journey > .shell {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.page[name='whyUs'] > .content > .journey > .shell > .heading {
    max-width: 700px;
}
.page[name='whyUs'] > .content > .journey > .shell > .heading > .title {
    font-size: 32px;
    font-weight: 800;
}
.page[name='whyUs'] > .content > .journey > .shell > .heading > .description {
    margin-top: 10px;
    font-size: 18px;
}
.page[name='whyUs'] > .content > .journey > .shell > .steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 30px;
}
.page[name='whyUs'] > .content > .journey > .shell > .steps > .step:hover {
    transform: translateY(-4px);
}
.page[name='whyUs'] > .content > .journey > .shell > .steps > .step {
    min-height: 165px;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 14px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}
.page[name='whyUs'] > .content > .journey > .shell > .steps > .step > .number {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 16px;
    font-weight: 800;
}
.page[name='whyUs'] > .content > .journey > .shell > .steps > .step > .title {
    margin-top: 16px;
    font-size: 22px;
    font-weight: 700;
}
.page[name='whyUs'] > .content > .journey > .shell > .steps > .step > .description {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
}
.page[name='whyUs'] > .content > .technology {
    width: 100%;
    padding-top: 82px;
    padding-bottom: 90px;
}
.page[name='whyUs'] > .content > .technology > .shell {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.page[name='whyUs'] > .content > .technology > .shell > .heading {
    max-width: 670px;
}
.page[name='whyUs'] > .content > .technology > .shell > .heading > .title {
    font-size: 32px;
    font-weight: 800;
}
.page[name='whyUs'] > .content > .technology > .shell > .heading > .description {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 600;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform {
    display: grid;
    grid-template-columns: 1.12fr 1fr;
    gap: 18px;
    align-items: start;
    margin-top: 30px;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .capabilities {
    display: grid;
    gap: 12px;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .capabilities > .capability {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 13px;
    align-items: start;
    min-height: 104px;
    padding: 24px;
    border-width: 1px;
    border-style: solid;
    border-radius: 14px;
    box-sizing: border-box;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .capabilities > .capability > .symbol {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    padding: 10px;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .capabilities > .capability > .symbol > img {
    width: 100%;
    height: 100%;
    display: block;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .capabilities > .capability > .information > .title {
    font-size: 22px;
    font-weight: 800;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .capabilities > .capability > .information > .description {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .assurance {
    display: grid;
    gap: 12px;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .assurance > .quote {
    min-height: 190px;
    padding: 24px;
    border-radius: 16px;
    box-sizing: border-box;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .assurance > .quote > .mark {
    width: 30px;
    height: 30px;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .assurance > .quote > .text {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .assurance > .quote > .source {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 10px;
    align-items: center;
    margin-top: 16px;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .assurance > .quote > .source > .avatar {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    font-size: 10px;
    font-weight: 800;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .assurance > .quote > .source > .identity > .name {
    font-size: 18px;
    font-weight: 600;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .assurance > .quote > .source > .identity > .role {
    margin-top: 3px;
    font-weight: 500;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .assurance > .security {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 13px;
    align-items: start;
    min-height: 128px;
    padding: 24px;
    border-width: 1px;
    border-style: solid;
    border-radius: 14px;
    box-sizing: border-box;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .assurance > .security > .symbol {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    padding: 8px;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .assurance > .security > .symbol > img {
    width: 100%;
    height: 100%;
    display: block;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .assurance > .security > .information > .title {
    font-size: 18px;
    font-weight: 700;
}
.page[name='whyUs'] > .content > .technology > .shell > .platform > .assurance > .security > .information > .description {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
}
.page[name='whyUs'] > .content > .results {
    width: 100%;
    padding-top: 84px;
    padding-bottom: 74px;
}
.page[name='whyUs'] > .content > .results > .shell {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.page[name='whyUs'] > .content > .results > .shell > .heading {
    max-width: 660px;
}
.page[name='whyUs'] > .content > .results > .shell > .heading > .title {
    font-size: 32px;
    font-weight: 700;
}
.page[name='whyUs'] > .content > .results > .shell > .heading > .description {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}
.page[name='whyUs'] > .content > .results > .shell > .metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 32px;
}
.page[name='whyUs'] > .content > .results > .shell > .metrics > .metric {
    min-height: 137px;
    padding: 24px;
    border-width: 1px;
    border-style: solid;
    border-radius: 13px;
    box-sizing: border-box;
}
.page[name='whyUs'] > .content > .results > .shell > .metrics > .metric > .value {
    font-size: 32px;
    font-weight: 800;
}
.page[name='whyUs'] > .content > .results > .shell > .metrics > .metric > .title {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 700;
}
.page[name='whyUs'] > .content > .results > .shell > .metrics > .metric > .description {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 500;
}
.page[name='whyUs'] > .content > .results > .shell > .invitation {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    min-height: 142px;
    margin-top: 42px;
    border-radius: 18px;
    box-sizing: border-box;
}
.page[name='whyUs'] > .content > .results > .shell > .invitation > .message {
    max-width: 530px;
}
.page[name='whyUs'] > .content > .results > .shell > .invitation > .message > .title {
    font-size: 23px;
    font-weight: 800;
}
.page[name='whyUs'] > .content > .results > .shell > .invitation > .message > .description {
    margin-top: 8px;
}
.page[name='whyUs'] > .content > .results > .shell > .invitation > .actions {
    justify-self: end;
    white-space: nowrap;
}
.page[name='whyUs'] > .content > .results > .shell > .invitation > .actions > .button:hover {
    transform: translateY(-4px);
}
.page[name='whyUs'] > .content > .results > .shell > .invitation > .actions > .button {
    display: inline-block;
    padding: 14px 16px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    font-weight: 800;
    transition: transform 0.3s ease;
}
.page[name='whyUs'] > .content > .results > .shell > .invitation > .actions > .button:hover {
    transform: translateY(-2px);
}
.page[name='whyUs'] > .content > .results > .shell > .invitation > .actions > .button > .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.page[name='whyUs'] > .content > .results > .shell > .invitation > .actions > .button > lang {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .page[name='whyUs'] > .content > .hero > .shell > .intro > .title {
        font-size: 40px;
    }
    .page[name='whyUs'] > .content > .purpose > .shell > .principles > .principle {
        min-height: 255px;
    }
    .page[name='whyUs'] > .content > .science > .shell > .methods > .method {
        min-height: 198px;
    }
    .page[name='whyUs'] > .content > .technology > .shell > .platform {
        grid-template-columns: 1fr 1fr;
    }
    .page[name='whyUs'] > .content > .results > .shell > .invitation {
        grid-template-columns: 1fr;
    }
    .page[name='whyUs'] > .content > .results > .shell > .invitation > .actions {
        justify-self: start;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .page[name='whyUs'] > .content > .hero {
        height: 675px;
    }
    .page[name='whyUs'] > .content > .hero > .shell > .intro {
        padding-top: 28px;
    }
    .page[name='whyUs'] > .content > .hero > .shell > .intro > .title {
        font-size: 38px;
    }
    .page[name='whyUs'] > .content > .hero > .shell > .statistics {
        grid-template-columns: repeat(2, 1fr);
        max-width: 520px;
    }
    .page[name='whyUs'] > .content > .purpose > .shell > .principles {
        grid-template-columns: 1fr;
    }
    .page[name='whyUs'] > .content > .science > .shell > .methods {
        grid-template-columns: 1fr;
    }
    .page[name='whyUs'] > .content > .science > .shell > .methods > .method {
        min-height: 170px;
    }
    .page[name='whyUs'] > .content > .journey > .shell > .steps {
        grid-template-columns: repeat(2, 1fr);
    }
    .page[name='whyUs'] > .content > .technology > .shell > .platform {
        grid-template-columns: 1fr;
    }
    .page[name='whyUs'] > .content > .results > .shell > .metrics {
        grid-template-columns: repeat(2, 1fr);
    }
    .page[name='whyUs'] > .content > .results > .shell > .invitation {
        grid-template-columns: 1fr;
    }
    .page[name='whyUs'] > .content > .results > .shell > .invitation > .actions {
        justify-self: start;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .page[name='whyUs'] > .content > .hero {
        height: 910px;
    }
    .page[name='whyUs'] > .content > .hero > .shell > .breadcrumb {
        padding-top: 16px;
    }
    .page[name='whyUs'] > .content > .hero > .shell > .intro {
        padding-top: 24px;
    }
    .page[name='whyUs'] > .content > .hero > .shell > .intro > .title {
        font-size: 34px;
    }
    .page[name='whyUs'] > .content > .hero > .shell > .statistics {
        grid-template-columns: 1fr;
    }
    .page[name='whyUs'] > .content > .hero > .shell > .statistics > .statCard {
        min-height: 138px;
    }
    .page[name='whyUs'] > .content > .purpose {
        padding-top: 64px;
        padding-bottom: 66px;
    }
    .page[name='whyUs'] > .content > .purpose > .shell {
        padding-right: 16px;
        padding-left: 16px;
    }
    .page[name='whyUs'] > .content > .purpose > .shell > .heading > .title {
        font-size: 28px;
    }
    .page[name='whyUs'] > .content > .purpose > .shell > .principles {
        grid-template-columns: 1fr;
    }
    .page[name='whyUs'] > .content > .science {
        padding-top: 64px;
        padding-bottom: 68px;
    }
    .page[name='whyUs'] > .content > .science > .shell {
        padding-right: 16px;
        padding-left: 16px;
    }
    .page[name='whyUs'] > .content > .science > .shell > .heading > .title {
        font-size: 28px;
    }
    .page[name='whyUs'] > .content > .science > .shell > .methods {
        grid-template-columns: 1fr;
    }
    .page[name='whyUs'] > .content > .science > .shell > .methods > .method {
        min-height: 196px;
    }
    .page[name='whyUs'] > .content > .journey {
        padding-top: 64px;
        padding-bottom: 68px;
    }
    .page[name='whyUs'] > .content > .journey > .shell {
        padding-right: 16px;
        padding-left: 16px;
    }
    .page[name='whyUs'] > .content > .journey > .shell > .heading > .title {
        font-size: 28px;
    }
    .page[name='whyUs'] > .content > .journey > .shell > .steps {
        grid-template-columns: 1fr;
    }
    .page[name='whyUs'] > .content > .technology {
        padding-top: 64px;
        padding-bottom: 70px;
    }
    .page[name='whyUs'] > .content > .technology > .shell {
        padding-right: 16px;
        padding-left: 16px;
    }
    .page[name='whyUs'] > .content > .technology > .shell > .heading > .title {
        font-size: 28px;
    }
    .page[name='whyUs'] > .content > .technology > .shell > .platform {
        grid-template-columns: 1fr;
    }
    .page[name='whyUs'] > .content > .results {
        padding-top: 64px;
        padding-bottom: 58px;
    }
    .page[name='whyUs'] > .content > .results > .shell {
        padding-right: 16px;
        padding-left: 16px;
    }
    .page[name='whyUs'] > .content > .results > .shell > .heading > .title {
        font-size: 28px;
    }
    .page[name='whyUs'] > .content > .results > .shell > .metrics {
        grid-template-columns: 1fr;
    }
    .page[name='whyUs'] > .content > .results > .shell > .invitation > .message > .title {
        font-size: 21px;
    }
    .page[name='whyUs'] > .content > .results > .shell > .invitation > .actions {
        justify-self: stretch;
        width: 100%;
        white-space: normal;
    }
    .page[name='whyUs'] > .content > .results > .shell > .invitation > .actions > .button {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .page[name='whyUs'] > .content > .results > .shell > .invitation > .actions > .button[key='education'] {
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    .page[name='whyUs'] > .content > .results > .shell > .invitation {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }
}
@media (min-width: 1201px) {
    .page[name='whyUs'] > .content > .results > .shell > .invitation {
        padding: 60px 24px;
    }
}