:root {
    --color-charcoal: #323237;
    --color-light-grey: #f1f3f3;
    --color-grey: #b9bcbf;
    --color-dark-grey: #737d82;
    --color-blue: #00d7ff;
    --color-rich-blue: #0069d2;
    --color-dark-blue: #24586e;
    --color-midnight: #112f3b;
    --color-hot-green: #e1ff32;
    --color-green: #c0df16;
    --color-teal: #28e1a5;
    --color-dark-green: #00b946;
    --color-red: #ff1923;
    --font-family-base: "KMRApparatBook", "PingFang TC", "Noto Sans TC", "sans-serif";
    --font-family-italic: "KMRApparatBook", "PingFang TC", "Noto Sans TC", "sans-serif";
}
@font-face {
    font-family: "KMRApparatBook";
    src: url(../fonts/kmr-apparat/KMR-Apparat-Bold.woff);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "KMRApparatBook";
    src: url(../fonts/kmr-apparat/KMR-Apparat-Heavy.woff);
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "KMRApparatBook";
    src: url(../fonts/kmr-apparat/KMR-Apparat-Regular.woff);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "aerpace-icons";
    src: url(../fonts/aerpace-icons/aerpace-icons.eot?ar7fee);
    src: url(../fonts/aerpace-icons/aerpace-icons.eot?ar7fee#iefix) format("embedded-opentype"), url(../fonts/aerpace-icons/aerpace-icons.ttf?ar7fee) format("truetype"), url(../fonts/aerpace-icons/aerpace-icons.woff?ar7fee) format("woff"),
        url(../fonts/aerpace-icons/aerpace-icons.svg?ar7fee#aerpace-icons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
body {
    margin: 0;
    padding: 0;
}
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
p,
blockquote,
figure,
form,
fieldset,
input,
legend,
pre,
abbr,
button {
    margin: 0;
    padding: 0;
}
canvas {
    display: block;
}
body {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    font-family: var(--font-family-base);
    background-color: #fff;
    color: #323237;
    font-style: normal;
}
a,
.link {
    color: #28c3ff;
}
a,
a:link,
a:visited,
.link,
.link:link,
.link:visited {
    text-decoration: none;
}
button {
    background: none;
    border: 0;
    box-sizing: content-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: inherit;
}
button:focus {
    outline: none;
}
body,
input,
textarea,
select,
button {
    font-synthesis: none;
    -moz-font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
hr {
    border: 0;
}
.ggr-nav {
    z-index: 3000;
}
.gc-container.gc-container {
    max-width: 100%;
    padding-right: var(--ggr-gutter-x, 30px);
    padding-left: var(--ggr-gutter-x, 30px);
}
@media (min-width: 576px) {
    .gc-container.gc-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .gc-container.gc-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .gc-container.gc-container {
        max-width: 1200px;
    }
}
.container {
    width: 100%;
    padding-right: var(--ggr-gutter-x, 30px);
    padding-left: var(--ggr-gutter-x, 30px);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1260px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1200px;
    }
}
.row {
    --ggr-gutter-x: 30px;
    --ggr-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--ggr-gutter-y) * -1);
    margin-right: calc(var(--ggr-gutter-x) / -2);
    margin-left: calc(var(--ggr-gutter-x) / -2);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--ggr-gutter-x) / 2);
    padding-left: calc(var(--ggr-gutter-x) / 2);
    margin-top: var(--ggr-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
.g-30px,
.gx-30px {
    --ggr-gutter-x: ;
}
.g-30px,
.gy-30px {
    --ggr-gutter-y: ;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
    .g-sm-30px,
    .gx-sm-30px {
        --ggr-gutter-x: ;
    }
    .g-sm-30px,
    .gy-sm-30px {
        --ggr-gutter-y: ;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
    .g-md-30px,
    .gx-md-30px {
        --ggr-gutter-x: ;
    }
    .g-md-30px,
    .gy-md-30px {
        --ggr-gutter-y: ;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
    .g-lg-30px,
    .gx-lg-30px {
        --ggr-gutter-x: ;
    }
    .g-lg-30px,
    .gy-lg-30px {
        --ggr-gutter-y: ;
    }
}
@media (min-width: 1260px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
    .g-xl-30px,
    .gx-xl-30px {
        --ggr-gutter-x: ;
    }
    .g-xl-30px,
    .gy-xl-30px {
        --ggr-gutter-y: ;
    }
}
@media (min-width: 1440px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }
    .g-xxl-30px,
    .gx-xxl-30px {
        --ggr-gutter-x: ;
    }
    .g-xxl-30px,
    .gy-xxl-30px {
        --ggr-gutter-y: ;
    }
}
.row > * {
    box-sizing: border-box;
}
.container {
    box-sizing: border-box;
}
.sosumi-mark {
    position: relative;
    vertical-align: baseline;
    font-feature-settings: "numr";
    font-size: 1em;
}
.d-inline {
    display: inline;
}
.d-inline-block {
    display: inline-block;
}
.d-block {
    display: block;
}
.d-grid {
    display: grid;
}
.d-table {
    display: table;
}
.d-table-row {
    display: table-row;
}
.d-table-cell {
    display: table-cell;
}
.d-flex {
    display: flex;
}
.d-inline-flex {
    display: inline-flex;
}
.d-none {
    display: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-wrap {
    white-space: normal;
}
.text-nowrap {
    white-space: nowrap;
}
.flex-row {
    flex-direction: row;
}
.flex-column {
    flex-direction: column;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-column-reverse {
    flex-direction: column-reverse;
}
.justify-content-start {
    justify-content: flex-start;
}
.justify-content-end {
    justify-content: flex-end;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-around {
    justify-content: space-around;
}
.justify-content-evenly {
    justify-content: space-evenly;
}
.align-items-start {
    align-items: flex-start;
}
.align-items-end {
    align-items: flex-end;
}
.align-items-center {
    align-items: center;
}
.align-items-baseline {
    align-items: baseline;
}
.align-items-stretch {
    align-items: stretch;
}
.align-content-start {
    align-content: flex-start;
}
.align-content-end {
    align-content: flex-end;
}
.align-content-center {
    align-content: center;
}
.align-content-between {
    align-content: space-between;
}
.align-content-around {
    align-content: space-around;
}
.align-content-stretch {
    align-content: stretch;
}
.align-self-auto {
    align-self: auto;
}
.align-self-start {
    align-self: flex-start;
}
.align-self-end {
    align-self: flex-end;
}
.align-self-center {
    align-self: center;
}
.align-self-baseline {
    align-self: baseline;
}
.align-self-stretch {
    align-self: stretch;
}
.will-change {
    will-change: transform;
}
.will-change-opacity {
    will-change: opacity;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
.fw-100 {
    font-weight: 100;
}
.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fw-900 {
    font-weight: 900;
}
.position-static {
    position: static;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.position-fixed {
    position: fixed;
}
.position-sticky {
    position: sticky;
}
.d-none {
    display: none;
}

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline;
    }
    .d-sm-inline-block {
        display: inline-block;
    }
    .d-sm-block {
        display: block;
    }
    .d-sm-grid {
        display: grid;
    }
    .d-sm-table {
        display: table;
    }
    .d-sm-table-row {
        display: table-row;
    }
    .d-sm-table-cell {
        display: table-cell;
    }
    .d-sm-flex {
        display: flex;
    }
    .d-sm-inline-flex {
        display: inline-flex;
    }
    .d-sm-none {
        display: none;
    }
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .text-sm-center {
        text-align: center;
    }
    .text-sm-wrap {
        white-space: normal;
    }
    .text-sm-nowrap {
        white-space: nowrap;
    }
    .flex-sm-row {
        flex-direction: row;
    }
    .flex-sm-column {
        flex-direction: column;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse;
    }
    .justify-content-sm-start {
        justify-content: flex-start;
    }
    .justify-content-sm-end {
        justify-content: flex-end;
    }
    .justify-content-sm-center {
        justify-content: center;
    }
    .justify-content-sm-between {
        justify-content: space-between;
    }
    .justify-content-sm-around {
        justify-content: space-around;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly;
    }
    .align-items-sm-start {
        align-items: flex-start;
    }
    .align-items-sm-end {
        align-items: flex-end;
    }
    .align-items-sm-center {
        align-items: center;
    }
    .align-items-sm-baseline {
        align-items: baseline;
    }
    .align-items-sm-stretch {
        align-items: stretch;
    }
    .align-content-sm-start {
        align-content: flex-start;
    }
    .align-content-sm-end {
        align-content: flex-end;
    }
    .align-content-sm-center {
        align-content: center;
    }
    .align-content-sm-between {
        align-content: space-between;
    }
    .align-content-sm-around {
        align-content: space-around;
    }
    .align-content-sm-stretch {
        align-content: stretch;
    }
    .align-self-sm-auto {
        align-self: auto;
    }
    .align-self-sm-start {
        align-self: flex-start;
    }
    .align-self-sm-end {
        align-self: flex-end;
    }
    .align-self-sm-center {
        align-self: center;
    }
    .align-self-sm-baseline {
        align-self: baseline;
    }
    .align-self-sm-stretch {
        align-self: stretch;
    }
}
@media (min-width: 768px) {
    .d-md-inline {
        display: inline;
    }
    .d-md-inline-block {
        display: inline-block;
    }
    .d-md-block {
        display: block;
    }
    .d-md-grid {
        display: grid;
    }
    .d-md-table {
        display: table;
    }
    .d-md-table-row {
        display: table-row;
    }
    .d-md-table-cell {
        display: table-cell;
    }
    .d-md-flex {
        display: flex;
    }
    .d-md-inline-flex {
        display: inline-flex;
    }
    .d-md-none {
        display: none;
    }
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .text-md-center {
        text-align: center;
    }
    .text-md-wrap {
        white-space: normal;
    }
    .text-md-nowrap {
        white-space: nowrap;
    }
    .flex-md-row {
        flex-direction: row;
    }
    .flex-md-column {
        flex-direction: column;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse;
    }
    .justify-content-md-start {
        justify-content: flex-start;
    }
    .justify-content-md-end {
        justify-content: flex-end;
    }
    .justify-content-md-center {
        justify-content: center;
    }
    .justify-content-md-between {
        justify-content: space-between;
    }
    .justify-content-md-around {
        justify-content: space-around;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly;
    }
    .align-items-md-start {
        align-items: flex-start;
    }
    .align-items-md-end {
        align-items: flex-end;
    }
    .align-items-md-center {
        align-items: center;
    }
    .align-items-md-baseline {
        align-items: baseline;
    }
    .align-items-md-stretch {
        align-items: stretch;
    }
    .align-content-md-start {
        align-content: flex-start;
    }
    .align-content-md-end {
        align-content: flex-end;
    }
    .align-content-md-center {
        align-content: center;
    }
    .align-content-md-between {
        align-content: space-between;
    }
    .align-content-md-around {
        align-content: space-around;
    }
    .align-content-md-stretch {
        align-content: stretch;
    }
    .align-self-md-auto {
        align-self: auto;
    }
    .align-self-md-start {
        align-self: flex-start;
    }
    .align-self-md-end {
        align-self: flex-end;
    }
    .align-self-md-center {
        align-self: center;
    }
    .align-self-md-baseline {
        align-self: baseline;
    }
    .align-self-md-stretch {
        align-self: stretch;
    }
}
@media (min-width: 992px) {
    .d-lg-inline {
        display: inline;
    }
    .d-lg-inline-block {
        display: inline-block;
    }
    .d-lg-block {
        display: block;
    }
    .d-lg-grid {
        display: grid;
    }
    .d-lg-table {
        display: table;
    }
    .d-lg-table-row {
        display: table-row;
    }
    .d-lg-table-cell {
        display: table-cell;
    }
    .d-lg-flex {
        display: flex;
    }
    .d-lg-inline-flex {
        display: inline-flex;
    }
    .d-lg-none {
        display: none;
    }
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .text-lg-center {
        text-align: center;
    }
    .text-lg-wrap {
        white-space: normal;
    }
    .text-lg-nowrap {
        white-space: nowrap;
    }
    .flex-lg-row {
        flex-direction: row;
    }
    .flex-lg-column {
        flex-direction: column;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse;
    }
    .justify-content-lg-start {
        justify-content: flex-start;
    }
    .justify-content-lg-end {
        justify-content: flex-end;
    }
    .justify-content-lg-center {
        justify-content: center;
    }
    .justify-content-lg-between {
        justify-content: space-between;
    }
    .justify-content-lg-around {
        justify-content: space-around;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly;
    }
    .align-items-lg-start {
        align-items: flex-start;
    }
    .align-items-lg-end {
        align-items: flex-end;
    }
    .align-items-lg-center {
        align-items: center;
    }
    .align-items-lg-baseline {
        align-items: baseline;
    }
    .align-items-lg-stretch {
        align-items: stretch;
    }
    .align-content-lg-start {
        align-content: flex-start;
    }
    .align-content-lg-end {
        align-content: flex-end;
    }
    .align-content-lg-center {
        align-content: center;
    }
    .align-content-lg-between {
        align-content: space-between;
    }
    .align-content-lg-around {
        align-content: space-around;
    }
    .align-content-lg-stretch {
        align-content: stretch;
    }
    .align-self-lg-auto {
        align-self: auto;
    }
    .align-self-lg-start {
        align-self: flex-start;
    }
    .align-self-lg-end {
        align-self: flex-end;
    }
    .align-self-lg-center {
        align-self: center;
    }
    .align-self-lg-baseline {
        align-self: baseline;
    }
    .align-self-lg-stretch {
        align-self: stretch;
    }
}
@media (min-width: 1260px) {
    .d-xl-inline {
        display: inline;
    }
    .d-xl-inline-block {
        display: inline-block;
    }
    .d-xl-block {
        display: block;
    }
    .d-xl-grid {
        display: grid;
    }
    .d-xl-table {
        display: table;
    }
    .d-xl-table-row {
        display: table-row;
    }
    .d-xl-table-cell {
        display: table-cell;
    }
    .d-xl-flex {
        display: flex;
    }
    .d-xl-inline-flex {
        display: inline-flex;
    }
    .d-xl-none {
        display: none;
    }
    .text-xl-left {
        text-align: left;
    }
    .text-xl-right {
        text-align: right;
    }
    .text-xl-center {
        text-align: center;
    }
    .text-xl-wrap {
        white-space: normal;
    }
    .text-xl-nowrap {
        white-space: nowrap;
    }
    .flex-xl-row {
        flex-direction: row;
    }
    .flex-xl-column {
        flex-direction: column;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse;
    }
    .justify-content-xl-start {
        justify-content: flex-start;
    }
    .justify-content-xl-end {
        justify-content: flex-end;
    }
    .justify-content-xl-center {
        justify-content: center;
    }
    .justify-content-xl-between {
        justify-content: space-between;
    }
    .justify-content-xl-around {
        justify-content: space-around;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly;
    }
    .align-items-xl-start {
        align-items: flex-start;
    }
    .align-items-xl-end {
        align-items: flex-end;
    }
    .align-items-xl-center {
        align-items: center;
    }
    .align-items-xl-baseline {
        align-items: baseline;
    }
    .align-items-xl-stretch {
        align-items: stretch;
    }
    .align-content-xl-start {
        align-content: flex-start;
    }
    .align-content-xl-end {
        align-content: flex-end;
    }
    .align-content-xl-center {
        align-content: center;
    }
    .align-content-xl-between {
        align-content: space-between;
    }
    .align-content-xl-around {
        align-content: space-around;
    }
    .align-content-xl-stretch {
        align-content: stretch;
    }
    .align-self-xl-auto {
        align-self: auto;
    }
    .align-self-xl-start {
        align-self: flex-start;
    }
    .align-self-xl-end {
        align-self: flex-end;
    }
    .align-self-xl-center {
        align-self: center;
    }
    .align-self-xl-baseline {
        align-self: baseline;
    }
    .align-self-xl-stretch {
        align-self: stretch;
    }
}
@media (min-width: 1440px) {
    .d-xxl-inline {
        display: inline;
    }
    .d-xxl-inline-block {
        display: inline-block;
    }
    .d-xxl-block {
        display: block;
    }
    .d-xxl-grid {
        display: grid;
    }
    .d-xxl-table {
        display: table;
    }
    .d-xxl-table-row {
        display: table-row;
    }
    .d-xxl-table-cell {
        display: table-cell;
    }
    .d-xxl-flex {
        display: flex;
    }
    .d-xxl-inline-flex {
        display: inline-flex;
    }
    .d-xxl-none {
        display: none;
    }
    .text-xxl-left {
        text-align: left;
    }
    .text-xxl-right {
        text-align: right;
    }
    .text-xxl-center {
        text-align: center;
    }
    .text-xxl-wrap {
        white-space: normal;
    }
    .text-xxl-nowrap {
        white-space: nowrap;
    }
    .flex-xxl-row {
        flex-direction: row;
    }
    .flex-xxl-column {
        flex-direction: column;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse;
    }
    .justify-content-xxl-start {
        justify-content: flex-start;
    }
    .justify-content-xxl-end {
        justify-content: flex-end;
    }
    .justify-content-xxl-center {
        justify-content: center;
    }
    .justify-content-xxl-between {
        justify-content: space-between;
    }
    .justify-content-xxl-around {
        justify-content: space-around;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly;
    }
    .align-items-xxl-start {
        align-items: flex-start;
    }
    .align-items-xxl-end {
        align-items: flex-end;
    }
    .align-items-xxl-center {
        align-items: center;
    }
    .align-items-xxl-baseline {
        align-items: baseline;
    }
    .align-items-xxl-stretch {
        align-items: stretch;
    }
    .align-content-xxl-start {
        align-content: flex-start;
    }
    .align-content-xxl-end {
        align-content: flex-end;
    }
    .align-content-xxl-center {
        align-content: center;
    }
    .align-content-xxl-between {
        align-content: space-between;
    }
    .align-content-xxl-around {
        align-content: space-around;
    }
    .align-content-xxl-stretch {
        align-content: stretch;
    }
    .align-self-xxl-auto {
        align-self: auto;
    }
    .align-self-xxl-start {
        align-self: flex-start;
    }
    .align-self-xxl-end {
        align-self: flex-end;
    }
    .align-self-xxl-center {
        align-self: center;
    }
    .align-self-xxl-baseline {
        align-self: baseline;
    }
    .align-self-xxl-stretch {
        align-self: stretch;
    }
}
.video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
main {
    padding-top: var(--nav-height);
}
.ggr-nav-container {
    position: absolute !important;
}
.ggr-nav-container.ggr-nav-menu-opening,
.ggr-nav-container.ggr-nav-menu-closing {
    position: fixed !important;
}
.ggr-nav--nested-menu-opened .ggr-nav-container {
    position: fixed !important;
}
@media (max-width: 991px) {
    .ggr-nav-container .ggr-nav--dark {
        --nav-header-bg-color: #121215;
    }
}
@media (max-width: 991px) {
    .ggr-nav-container .ggr-nav--light {
        --nav-header-bg-color: #ffffff;
    }
}
.ggr-header {
    transition: background-color 0.2s 0.4s;
}
@media (max-width: 991px) {
    #nav-menustate:checked ~ .ggr-nav-container .ggr-nav--dark {
        --nav-header-bg-color: #121215;
    }
    #nav-menustate:checked ~ .ggr-nav-container .ggr-nav--light {
        --nav-header-bg-color: #ffffff;
    }
    #nav-menustate:checked ~ .ggr-nav-container .ggr-header {
        transition: none;
    }
}
.typography-eyebrow {
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}
@media (min-width: 768px) {
    .typography-eyebrow {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .typography-eyebrow {
        font-size: 20px;
    }
}
.typography-section-headline {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}
.typography-section-headline:lang(zh) {
    line-height: 1;
}
@media (min-width: 768px) {
    .typography-section-headline {
        font-size: 36px;
    }
}
@media (min-width: 992px) {
    .typography-section-headline {
        font-size: 44px;
    }
}
@media (min-width: 1260px) {
    .typography-section-headline {
        font-size: 50px;
    }
}
.typography-eyebrow + .typography-section-headline {
    margin-top: 12px;
}
.typography-section-intro {
    font-size: 16px;
    line-height: 1.42857143;
    font-weight: 400;
}
.typography-section-intro:lang(zh) {
    line-height: 1.42857143;
}
@media (min-width: 768px) {
    .typography-section-intro {
        font-size: 18px;
    }
}
.typography-section-headline + .typography-section-intro {
    margin-top: 18px;
}
@media (min-width: 992px) {
    .typography-section-headline + .typography-section-intro {
        margin-top: 24px;
    }
}
.typography-section-headline + .typography-section-intro:lang(zh) {
    margin-top: 12px;
}
@media (min-width: 992px) {
    .typography-section-headline + .typography-section-intro:lang(zh) {
        margin-top: 18px;
    }
}
.sub-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgb(255 255 255 / 0.95);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-top: 1px solid rgb(50 50 55 / 0.08);
    border-bottom: 1px solid rgb(50 50 55 / 0.08);
}
.sub-nav .container {
    padding: 0 12px;
}
@media (min-width: 576px) {
    .sub-nav .container {
        padding: 0 30px;
    }
}
@media (min-width: 992px) and(max-width:1259.98px) {
    .sub-nav .container {
        max-width: 1200px;
    }
}
.sub-nav-inner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
@media (min-width: 992px) {
    .sub-nav-inner-container {
        justify-content: flex-start;
    }
}
.sub-nav-headline {
    display: none;
}
@media (min-width: 992px) {
    .sub-nav-headline {
        font-weight: 600;
        font-size: 16px;
        display: block;
    }
}
@media (min-width: 1260px) {
    .sub-nav-headline {
        font-size: 18px;
    }
}
.sub-nav-list {
    --sub-nav-link-padding-x: 8px;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 calc(var(--sub-nav-link-padding-x) * -1);
    white-space: nowrap;
}
@media (min-width: 576px) {
    .sub-nav-list {
        --sub-nav-link-padding-x: 10px;
    }
}
@media (min-width: 992px) {
    .sub-nav-list {
        --sub-nav-link-padding-x: 12px;
    }
}
.sub-nav-link {
    color: #b9bcbf;
    display: block;
    font-weight: 400;
    font-size: 14px;
    padding: 3px var(--sub-nav-link-padding-x);
    transition: color 0.3s;
}
.sub-nav-link--active,
.sub-nav-link:hover {
    color: #323237;
}
@media (min-width: 1260px) {
    .sub-nav-link {
        font-size: 15px;
    }
}
.section-news-bar {
    padding: 48px 0;
    color: #fff;
    background-color: #0074ff;
    background-color: #202023;
}
@media (min-width: 768px) {
    .section-news-bar {
        padding: 64px 0;
    }
}
@media (min-width: 1260px) {
    .section-news-bar {
        padding: 80px 0;
    }
}
.section-news-bar .cta-link {
    font-weight: 600;
}
.news-bar-copy {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.42857143;
    max-width: 584px;
    margin: 0 0 24px 0;
}
@media (min-width: 768px) {
    .news-bar-copy {
        font-size: 24px;
    }
}
@media (min-width: 992px) {
    .news-bar-copy {
        margin: 0;
    }
}
.cta-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    color: var(--cta-link-color);
    text-transform: uppercase;
}
.cta-link::after {
    content: "\e900";
    display: block;
    font-family: "aerpace-icons";
    transform: scale(0.75);
    margin: -0.07em 0 0 0.4em;
}
@media (min-width: 992px) {
    .cta-link {
        font-size: 15px;
    }
    .cta-link::after {
        margin: -0.05em 0 0 0.4em;
    }
}
.cta-link--block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    text-transform: uppercase;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .cta-link--block {
        height: 160px;
    }
}
@media (min-width: 992px) {
    .cta-link--block {
        height: 200px;
    }
}
.modal-open {
    padding-right: var(--scroll-bar-width);
}
.modal {
    opacity: 0;
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}
.modal--open {
    display: block;
    z-index: 10000;
    -webkit-animation: modal-fade-in 0.5s ease-in-out forwards;
    animation: modal-fade-in 0.5s ease-in-out forwards;
}
.modal--opened {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
}
@-webkit-keyframes modal-fade-in {
    100% {
        opacity: 1;
    }
}
@keyframes modal-fade-in {
    100% {
        opacity: 1;
    }
}
.modal-standard {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.modal-content-wrapper {
    height: 100%;
}
@media (min-width: 768px) {
    .modal-content-wrapper {
        display: flex;
        height: initial;
        min-height: 100vh;
        justify-content: center;
        align-items: center;
    }
}
.modal-content {
    position: relative;
    background-color: #fff;
    min-height: 100%;
}
.modal--compare .modal-content {
    width: 100%;
    height: 100%;
    margin: 0;
}
@media (min-width: 768px) {
    .modal--compare .modal-content {
        min-height: initial;
        margin: 64px auto;
        width: 640px;
    }
}
@media (min-width: 992px) {
    .modal--compare .modal-content {
        width: 800px;
    }
}
@media (min-width: 1260px) {
    .modal--compare .modal-content {
        width: 1030px;
    }
}
.modal-close-button {
    position: sticky;
    z-index: 10;
    top: 9px;
    margin: 9px 0 0 -9px;
    display: block;
    padding: 12px;
    transform: translateX(-100%);
}
.modal-close-button::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: center/contain no-repeat
        url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDQwQzMxLjA0NTcgNDAgNDAgMzEuMDQ1NyA0MCAyMEM0MCA4Ljk1NDMgMzEuMDQ1NyAwIDIwIDBDOC45NTQzIDAgMCA4Ljk1NDMgMCAyMEMwIDMxLjA0NTcgOC45NTQzIDQwIDIwIDQwWiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC41Ii8+CjxwYXRoIGQ9Ik0xMy42MzY3IDEzLjYzNkwyNi4zNjQ3IDI2LjM2MzkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTI2LjM2MzMgMTMuNjM2TDEzLjYzNTMgMjYuMzYzOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}
@media (min-width: 576px) {
    .modal-close-button {
        top: 12px;
        margin: 12px 0 0 -12px;
    }
}
@media (min-width: 768px) {
    .modal-close-button {
        top: 18px;
        margin: 18px 0 0 -18px;
    }
    .modal-close-button::before {
        width: 40px;
        height: 40px;
    }
}
@media (min-width: 992px) {
    .modal-close-button {
        top: 24px;
        margin: 24px 0 0 -24px;
    }
    .modal-close-button::before {
        width: 44px;
        height: 44px;
    }
}
.modal-close {
    position: absolute;
    height: 100%;
    right: 0;
    width: 0;
}
.section [data-modal-id] *,
.modal:not(.modal--open) * {
    background-image: none !important;
}
[data-modal-scrollable] {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.modal {
    --modal-content-border-radius: 0;
}
@media (min-width: 768px) {
    .modal {
        --modal-content-border-radius: 20px;
    }
}
.modal-header {
    border-radius: var(--modal-content-border-radius) var(--modal-content-border-radius) 0 0;
}
.modal-standard {
    color: #323237;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background: rgb(255 255 255 / 0.5);
}
.modal-content {
    border-radius: var(--modal-content-border-radius);
}
@media (min-width: 768px) {
    .modal-content {
        margin: 64px auto;
        width: 640px;
    }
}
@media (min-width: 992px) {
    .modal-content {
        width: 800px;
    }
}
@media (min-width: 1260px) {
    .modal-content {
        width: 1030px;
    }
}
.modal-content-container {
    padding: 32px 30px 48px 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
@media (min-width: 576px) {
    .modal-content-container {
        width: 460px;
    }
    .modal-content-container:last-child {
        padding-bottom: 54px;
    }
}
@media (min-width: 768px) {
    .modal-content-container {
        width: 540px;
        padding: 48px 30px 54px 30px;
    }
    .modal-content-container:last-child {
        padding-bottom: 64px;
    }
}
@media (min-width: 992px) {
    .modal-content-container {
        width: 700px;
        padding: 64px 30px;
    }
    .modal-content-container:last-child {
        padding-bottom: 64px;
    }
}
@media (min-width: 1260px) {
    .modal-content-container {
        width: 827px;
    }
}
.section-hero {
    --trailer-height: 440px;
    --gradient-bg-height: 90px;
    --hero-margin-y: -100px;
    margin-top: var(--hero-margin-y);
}
@media (min-width: 768px) {
    .section-hero {
        --trailer-height: 500px;
        --gradient-bg-height: 120px;
    }
}
@media (min-width: 992px) {
    .section-hero {
        --hero-margin-y: -60px;
        --trailer-height: 700px;
        --gradient-bg-height: 168px;
    }
}
@media (min-width: 1260px) {
    .section-hero {
        --trailer-height: 800px;
        --gradient-bg-height: 200px;
    }
}
.section-hero .scroll-container {
    position: relative;
    height: 180vh;
}
.sticky-copy {
    position: sticky;
    display: flex;
    top: 0;
    height: 100vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.copy-block {
    position: absolute;
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%;
    pointer-events: none;
    will-change: transform, opacity;
    color: #fff;
}
.copy-block p {
    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
}
.copy-block--intro {
    opacity: 0;
}
.hero-gradient {
    position: relative;
    transform: translateZ(0);
    height: 300px;
    background: linear-gradient(to bottom, #fff0, rgb(255 255 255 / 0.5) 20%, rgb(255 255 255 / 0.9) 50%, white);
}
.trailer-copy-block {
    transform: translateZ(0);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-color: #fff;
    height: var(--trailer-height);
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .trailer-copy-block {
        padding-bottom: 0;
    }
}
.trailer-copy-block .typography-section-headline {
    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
}
.trailer-copy-block::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 44vw;
    background: linear-gradient(to top, #fff0, rgb(255 255 255 / 0.7) 50%, rgb(255 255 255 / 0.95) 80%, white);
    height: 0;
}
@media (min-width: 576px) {
    .trailer-copy-block::after {
        background: linear-gradient(to top, #fff0, rgb(255 255 255 / 0.7) 50%, rgb(255 255 255 / 0.95) 80%, white);
    }
}
@media (min-width: 768px) {
    .trailer-copy-block::after {
        height: 20vw;
        height: 0;
    }
}
.scroll-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 200px + var(--gradient-bg-height));
}
.hero-background {
    position: sticky;
    top: 0;
    width: 100%;
}
.ecosystem-video-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    background: url(../img/img-ecosystem-hero-mobile.jpg) center center / contain no-repeat;
}
@media (min-width: 768px) {
    .ecosystem-video-bg {
        background-image: url(../img/img-ecosystem-hero@2x.jpg);
    }
}
.typography-hero-headline {
    line-height: 1;
    font-size: 36px;
    font-weight: 600;
}
@media (min-width: 768px) {
    .typography-hero-headline {
        font-size: 48px;
    }
}
@media (min-width: 992px) {
    .typography-hero-headline {
        font-size: 56px;
    }
}
@media (min-width: 1260px) {
    .typography-hero-headline {
        font-size: 64px;
    }
}
.hero-gn-swap {
    position: relative;
    height: 100vw;
}
@media (min-width: 768px) {
    .hero-gn-swap {
        height: initial;
    }
    .hero-gn-swap::before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }
}
.hero-gn-mission {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    background: url(../img/about_block_mission_mobile.jpg) center center / cover no-repeat;
}
@media (min-width: 768px) {
    .hero-gn-mission {
        background-image: url(../img/about_block_mission_@2x.jpg);
    }
}
.section-aim {
    text-align: center;
    padding: 64px 0;
}
.section-aim .typography-section-headline {
    max-width: 18em;
    margin-left: auto;
    margin-right: auto;
}
.section-aim .typography-section-intro {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .section-aim {
        padding: 96px 0;
    }
}
@media (min-width: 992px) {
    .section-aim {
        padding: 120px 0;
    }
}
.section-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    min-height: 280px;
    background: #48484c center/cover no-repeat url(../img/img-hero-news-mobile.jpg);
    color: #fff;
    margin-top: var(--hero-margin-y);
}
.section-banner.investor {
    background-image: url(../img/img-hero-investor-mobile.jpg);
}
.typography-banner-eyebrow {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 10px 0;
}
@media (min-width: 768px) {
    .section-banner {
        height: 380px;
        background-image: url(../img/img-hero-news.jpg);
    }
    .section-banner.investor {
        background-image: url(../img/img-hero-investor.jpg);
    }
    .typography-banner-eyebrow {
        font-size: 18px;
        margin: 0 0 15px 0;
    }
}
@media (min-width: 992px) {
    .section-banner {
        height: 500px;
        margin-top: -60px;
    }
    .typography-banner-eyebrow {
        margin: 0 0 20px 0;
        font-size: 20px;
    }
}
.section-ecosystem {
    overflow: hidden;
    padding: 64px 0 24px 0;
    text-align: center;
    background-color: #d5dcea;
    background-color: #000;
    color: #fff;
}
.section-ecosystem .typography-section-intro {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}
@media (min-width: 992px) {
    .section-ecosystem .typography-section-intro {
        margin-bottom: 36px;
    }
}
@media (min-width: 768px) {
    .section-ecosystem {
        padding: 96px 0 36px 0;
    }
}
@media (min-width: 992px) {
    .section-ecosystem {
        padding: 120px 0 48px 0;
    }
}
@media (min-width: 1440px) {
    .section-ecosystem {
        padding: 120px 0 64px 0;
    }
}
.ecosystem-video {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 180%;
}
@media (min-width: 576px) {
    .ecosystem-video {
        width: 1000px;
    }
}
@media (min-width: 768px) {
    .ecosystem-video {
        width: 1300px;
    }
}
@media (min-width: 992px) {
    .ecosystem-video {
        width: 1600px;
    }
}
.ecosystem-video::before {
    content: "";
    display: block;
    padding-top: 27%;
}
.section-think-deeper {
    padding: 64px 0;
    text-align: center;
    background-color: #f8f8f8;
}
.section-think-deeper .typography-section-intro {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .section-think-deeper {
        padding: 96px 0;
    }
    .ecosystem-video::before {
        padding-top: 40%;
    }
}
@media (min-width: 992px) {
    .section-think-deeper {
        padding: 120px 0;
    }
}
.td-articles {
    display: grid;
    margin: 48px 0 0 0;
    grid-gap: 40px;
}
@media (min-width: 47.75rem) {
    .td-articles {
        margin: 60px 0 0 0;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
    }
    .td-articles .typography-td-headline {
        font-size: 24px;
    }
}
@media (min-width: 64.25rem) {
    .td-articles {
        margin: 60px 0 0 0;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
    }
}
.td-article {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    max-width: 400px;
}
@media (min-width: 768px) {
    .td-article {
        max-width: initial;
    }
}
@media (min-width: 992px) {
    .td-article {
        max-width: 440px;
    }
}
@media (min-width: 1260px) {
    .td-article {
        max-width: 480px;
    }
}
.td-article-copy {
    text-align: left;
    padding: 28px;
}
.td-article-copy + .image-td {
    margin-top: auto;
}
@media (min-width: 576px) {
    .td-article-copy {
        padding: 36px;
    }
}
@media (min-width: 992px) {
    .td-article-copy {
        padding: 40px 40px 36px 40px;
    }
}
.image-td {
    position: relative;
    background: center/cover no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s;
}
.td-article-copy + .image-td:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.image-td--amruta {
    background-image: url(../img/img-portrait-amruta.jpg);
}
.image-td--milan {
    background-image: url(../img/img-portrait-milan.jpg);
}
.image-td--aarav {
    background-image: url(../img/img-portrait-aarav.jpg);
}
.image-td--mandar {
    background-image: url(../img/img-portrait-mandar.jpg);
}
.image-td--kinjal {
    background-image: url(../img/img-portrait-kinjal.jpg);
}
.image-td--sanjay {
    background-image: url(../img/img-portrait-sanjay.jpg);
}
.image-td--prakash {
    background-image: url(../img/img-portrait-prakash.jpg);
}
.image-td--anand {
    background-image: url(../img/img-portrait-anand.jpg);
}
.image-td--sarthak {
    background-image: url(../img/img-portrait-sarthak.jpg);
}
.image-td--rajan {
    background-image: url(../img/img-portrait-rajan.jpg);
}
.image-td--ashish {
    background-image: url(../img/img-portrait-ashish.jpg);
}
.image-td--maheedhara {
    background-image: url(../img/img-portrait-maheedhara.jpg);
}
.image-td--yugal {
    background-image: url(../img/img-portrait-yugal.jpg);
}
.image-td--vasu {
    background-image: url(../img/img-portrait-vasu.jpg);
}
.image-td--nishant {
    background-image: url(../img/img-portrait-nishant.jpg);
}
.image-td--harshit {
    background-image: url(../img/img-portrait-harshit.jpg);
}
.image-td--kshitij {
    background-image: url(../img/img-portrait-kshitij.jpg);
}
.image-td--mihir {
    background-image: url(../img/img-portrait-mihir.jpg);
}
.image-td--prem {
    background-image: url(../img/img-portrait-prem.jpg);
}
.image-td--ravi {
    background-image: url(../img/img-portrait-ravi.jpg);
}
.image-td--chintan {
    background-image: url(../img/img-portrait-chintan.jpg);
}
.image-td--amruta-landscape {
    background-image: url(../img/img-landscape-amruta.jpg);
}
.image-td--aarav-landscape {
    background-image: url(../img/img-landscape-aarav.jpg);
}
.image-td--kinjal-landscape {
    background-image: url(../img/img-landscape-kinjal.jpg);
}
.image-td--mandar-landscape {
    background-image: url(../img/img-landscape-mandar.jpg);
}
.image-td--sanjay-landscape {
    background-image: url(../img/img-landscape-sanjay.jpg);
}
.image-td--prakash-landscape {
    background-image: url(../img/img-landscape-prakash.jpg);
}
.image-td--milan-landscape {
    background-image: url(../img/img-landscape-milan.jpg);
}
.image-td--anand-landscape {
    background-image: url(../img/img-landscape-anand.jpg);
}
.image-td--sarthak-landscape {
    background-image: url(../img/img-landscape-sarthak.jpg);
}
.image-td--rajan-landscape {
    background-image: url(../img/img-landscape-rajan.jpg);
}
.image-td--ashish-landscape {
    background-image: url(../img/img-landscape-ashish.jpg);
}
.image-td--maheedhara-landscape {
    background-image: url(../img/img-landscape-maheedhara.jpg);
}
.image-td--yugal-landscape {
    background-image: url(../img/img-landscape-yugal.jpg);
}
.image-td--vasu-landscape {
    background-image: url(../img/img-landscape-vasu.jpg);
}
.image-td--nishant-landscape {
    background-image: url(../img/img-landscape-nishant.jpg);
}
.image-td--harshit-landscape {
    background-image: url(../img/img-landscape-harshit.jpg);
}
.image-td--kshitij-landscape {
    background-image: url(../img/img-landscape-kshitij.jpg);
}
.image-td--mihir-landscape {
    background-image: url(../img/img-landscape-mihir.jpg);
}
.image-td--prem-landscape {
    background-image: url(../img/img-landscape-prem.jpg);
}
.image-td--ravi-landscape {
    background-image: url(../img/img-landscape-ravi.jpg);
}
.image-td--chintan-landscape {
    background-image: url(../img/img-landscape-chintan.jpg);
}
.typography-td-batch {
    font-size: 15px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 6px;
    text-transform: uppercase;
    float: left;
    margin-top: 1px;
}
.image-td::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.image-td-modal::before {
    padding-bottom: 50%;
}
.section-news .image-td::before {
    padding-bottom: 50%;
}
.section-news .image-td {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.image-td--news-1 {
    background-image: url(../img/img-news-block-1.jpg);
}
.image-td--news-2 {
    background-image: url(../img/img-news-block-2.jpg);
}
.image-td--news-3 {
    background-image: url(../img/img-news-block-3.jpg);
}
.image-td--news-4 {
    background-image: url(../img/img-news-block-4.jpg);
}
.image-td--news-5 {
    background-image: url(../img/img-news-block-5.jpg);
}
.image-td--news-6 {
    background-image: url(../img/img-news-block-6.jpg);
}
.image-td--news-7 {
    background-image: url(../img/img-news-block-7.jpg);
}
.image-td--news-8{
    background-image: url(../img/img-news-block-8.jpg);
}
.image-td--goshare-landscape::before,
.image-td--iq-landscape::before,
.image-td--factory-landscape::before,
.image-td--motor-landscape::before,
.image-td--platform-landscape::before,
.image-td--gen-landscape::before {
    padding-bottom: 56.26%;
}
.typography-td-category-headline {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}
.typography-td-headline {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}
.typography-td-category-headline + .typography-td-headline {
    margin-top: 12px;
}
.typography-td-headline + .typography-td-paragraph {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #737d82;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
    .typography-td-headline {
        font-size: 26px;
    }
}
@media (min-width: 1260px) {
    .typography-td-headline {
        font-size: 26px;
    }
}
.typography-td-subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    margin: 18px 0 24px 0;
}
@media (min-width: 768px) {
    .typography-td-subtitle {
        font-size: 24px;
    }
}
@media (min-width: 992px) {
    .typography-td-subtitle {
        font-size: 28px;
    }
}
@media (min-width: 1260px) {
    .typography-td-subtitle {
        font-size: 30px;
        margin: 24px 0 36px 0;
    }
}
.typography-td-category-headline-enhanced {
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
}
@media (min-width: 768px) {
    .typography-td-category-headline-enhanced {
        font-size: 32px;
    }
}
@media (min-width: 992px) {
    .typography-td-category-headline-enhanced {
        font-size: 40px;
    }
}
@media (min-width: 1260px) {
    .typography-td-category-headline-enhanced {
        font-size: 48px;
    }
}
.td-modal-trigger {
    display: flex;
    position: absolute;
    width: 90px;
    bottom: 28px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    height: 36px;
    font-size: 16px;
    font-weight: 600;
    color: #323237;
    background-color: #fff;
    box-sizing: border-box;
    left: 28px;
    cursor: pointer;
}
.td-modal-info {
    padding: 0 28px 28px;
    align-items: center;
    line-height: 1.44;
    text-align: left;
}
@media (min-width: 576px) {
    .td-modal-trigger {
        bottom: 36px;
        left: 36px;
    }
    .td-modal-info {
        padding: 0 36px 36px;
    }
}
@media (min-width: 992px) {
    .td-modal-info {
        padding: 0 40px 40px;
    }
}
.td-article-body {
    position: relative;
    z-index: 2;
    padding: 36px 30px 64px 30px;
    line-height: 1.42857143;
    font-size: 16px;
    background-color: rgb(255 255 255 / 0.6);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 0 0 var(--modal-content-border-radius) var(--modal-content-border-radius);
}
.td-article-body p {
    margin: 0 0 18px 0;
}
.td-article-body p:last-of-type {
    margin: 0;
}
@media (min-width: 576px) {
    .td-article-body {
        padding: 48px 60px 96px 60px;
    }
}
@media (min-width: 768px) {
    .td-article-body {
        font-size: 18px;
        padding: 60px;
    }
}
.section-team {
    padding: 0 0 80px 0;
}
@media (min-width: 768px) {
    .section-team {
        padding: 0 0 144px 0;
    }
}
.member {
    --copy-padding-x: 40px;
}
.member + .member {
    margin: 56px 0 0 0;
}
@media (min-width: 992px) {
    .member + .member {
        margin: 80px 0 0 0;
    }
}
@media (min-width: 768px) and(max-width:991.98px) {
    .member .container {
        max-width: 540px;
    }
}
@media (min-width: 992px) {
    .member .container {
        display: flex;
        align-items: center;
    }
    .member:nth-child(even) .container {
        flex-direction: row-reverse;
    }
    .member:nth-child(odd) .member-copy {
        padding: 0 0 0 var(--copy-padding-x);
    }
    .member:nth-child(even) .member-copy {
        padding: 0 var(--copy-padding-x) 0 0;
    }
}
.member-copy {
    padding: 32px 0 0 0;
}
.member--horace {
    position: relative;
}
.member--horace .image-member {
    margin-left: -30px;
    margin-right: -30px;
    height: 72vw;
}
@media (min-width: 576px) {
    .member--horace .image-member {
        height: 380px;
    }
}
.member--horace .image-member::before {
    display: none;
}
.member--horace .image-member::after {
    content: "";
    display: block;
    position: absolute;
    height: inherit;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(270deg, #e5e5e5 0%, #f1f1f1 100%);
}
@media (min-width: 992px) {
    .member--horace .image-member {
        width: 47vw;
        height: initial;
        margin-left: 0;
        margin-right: 0;
    }
    .member--horace .image-member::before {
        display: block;
        padding-bottom: 71.37%;
    }
}
@media (min-width: 1260px) {
    .member--horace .image-member {
        width: 740px;
    }
}
@media (min-width: 992px) {
    .member--horace {
        background: linear-gradient(270deg, #e5e5e5 0%, #f1f1f1 100%);
    }
    .member--horace .member-copy {
        padding: 0 !important;
    }
    .member--horace .container {
        transform: translateX(-2%);
        max-width: 1440px;
    }
}
.image-member {
    flex: 0 0 auto;
    background: center/cover no-repeat;
}
.image-member::before {
    content: "";
    display: block;
    padding-bottom: 66.66%;
}
.image-member--horace {
    background-image: url("");
}
.image-member--bruce {
    background-image: url("");
}
.image-member--ming {
    background-image: url("");
}
.image-member--kirk {
    background-image: url("");
}
.image-member--pass {
    background-image: url("");
}
.image-member--alan {
    background-image: url("");
}
.image-member--henry {
    background-image: url("");
}
@media (min-width: 768px) {
    .image-member--horace {
        background-image: url("");
    }
    .image-member--bruce {
        background-image: url("");
    }
    .image-member--ming {
        background-image: url("");
    }
    .image-member--kirk {
        background-image: url("");
    }
    .image-member--pass {
        background-image: url("");
    }
    .image-member--alan {
        background-image: url("");
    }
    .image-member--henry {
        background-image: url("");
    }
}
@media (min-width: 992px) {
    .image-member {
        width: 480px;
    }
}
@media (min-width: 1260px) {
    .image-member {
        width: 600px;
    }
}
.member-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #737d82;
}
@media (min-width: 768px) {
    .member-title {
        font-size: 16px;
    }
}
@media (min-width: 1260px) {
    .member-title {
        font-size: 18px;
    }
}
.member-name {
    line-height: 1;
    font-size: 24px;
    font-weight: 500;
    margin: 6px 0 12px 0;
}
@media (min-width: 992px) {
    .member-name {
        font-size: 28px;
        margin: 4px 0 12px 0;
    }
}
@media (min-width: 1260px) {
    .member-name {
        font-size: 36px;
        margin: 8px 0 18px 0;
    }
}
.member-bio {
    font-size: 16px;
    line-height: 1.42857143;
}
@media (min-width: 992px) {
    .member-bio {
        font-size: 14px;
    }
}
@media (min-width: 1260px) {
    .member-bio {
        font-size: 16px;
    }
}
.typography-stock {
    cursor: none;
    pointer-events: none;
    overflow: hidden;
    position: relative;
}