: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) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
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;
}
.text-black {
    font-weight: 900;
}
.color-red {
    color: #df1f27;
}
.ggr-header {
    background: none;
}
.nav-logo {
    width: 120px;
    background-size: auto 16px;
    background-position: center 19px;
}
.ggr-header-bg {
    top: -100%;
}
.ggr-nav--nested-menu-opened .ggr-header-bg {
    top: 0;
}
.gc-container.gc-container {
    max-width: 100%;
}
@media (min-width: 991px) {
    .gc-container.gc-container {
        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: 100%;
    }
}
@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;
}
@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;
}
.typography-section-headline {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
}
@media (min-width: 992px) {
    .typography-section-headline {
        font-size: 30px;
    }
}
.typography-section-intro {
    font-size: 16px;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .typography-section-intro {
        line-height: 1.44;
        font-size: 18px;
    }
}
.typography-section-headline + .typography-section-intro {
    margin: 16px 0 0 0;
}
.typography-compare-section-headline {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
}
@media (min-width: 992px) {
    .typography-compare-section-headline {
        font-size: 30px;
    }
}
.typography-compare-headline {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .typography-compare-headline {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .typography-compare-headline {
        font-size: 20px;
    }
}
.typography-compare-tagline {
    font-size: 16px;
    line-height: 22px;
}
.typography-feature-headline {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 0.5em 0;
}
@media (min-width: 768px) {
    .typography-feature-headline {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .typography-feature-headline {
        font-size: 20px;
    }
}
.typography-feature-intro {
    font-size: 16px;
    line-height: 1.2;
}
.typography-eyebrow {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}
@media (min-width: 768px) {
    .typography-eyebrow {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .typography-eyebrow {
        font-size: 20px;
    }
}
.typography-hero-headline {
    font-weight: 600;
    font-size: 66px;
    line-height: 1;
}
@media (min-width: 576px) {
    .typography-hero-headline {
        font-size: 78px;
    }
}
@media (min-width: 768px) {
    .typography-hero-headline {
        font-size: 86px;
    }
}
@media (min-width: 992px) {
    .typography-hero-headline {
        font-size: 94px;
    }
}
.typography-eyebrow + .typography-hero-headline {
    margin: 12px 0 0 0;
}
.typography-ln-headline {
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -0.011em;
}
@media (min-width: 992px) {
    .typography-ln-headline {
        font-size: 34px;
    }
}
.typography-leading-intro {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}
.typography-leading-intro:lang(zh) {
    line-height: 1.2;
}
.typography-leading-intro em {
    font-style: normal;
}
@media (min-width: 576px) {
    .typography-leading-intro {
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    .typography-leading-intro {
        font-size: 36px;
    }
}
@media (min-width: 992px) {
    .typography-leading-intro {
        font-size: 42px;
    }
}
@media (min-width: 1260px) {
    .typography-leading-intro {
        font-size: 50px;
    }
}
.typography-features-headline {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}
@media (min-width: 768px) {
    .typography-features-headline {
        font-size: 26px;
    }
}
@media (min-width: 992px) {
    .typography-features-headline {
        font-size: 30px;
    }
}
.typography-features-intro {
    font-size: 16px;
    line-height: 1.2;
}
.typography-feature-headline {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}
@media (min-width: 768px) {
    .typography-feature-headline {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .typography-feature-headline {
        font-size: 20px;
    }
}
.typography-feature-intro {
    font-size: 16px;
    line-height: 1.2;
}
.typography-slides-headline {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
}
@media (min-width: 768px) {
    .typography-slides-headline {
        font-size: 36px;
    }
}
@media (min-width: 992px) {
    .typography-slides-headline {
        font-size: 40px;
    }
}
.typography-slide-headline {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
}
.typography-slide-intro {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.03125em;
}
.typography-cta-headline {
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.0125em;
}
@media (min-width: 768px) {
    .typography-cta-headline {
        font-size: 32px;
    }
}
.typography-cta-intro {
    font-size: 18px;
    line-height: 1.2;
}
.typography-compare-modal-headline {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
}
@media (min-width: 992px) {
    .typography-compare-modal-headline {
        font-size: 30px;
    }
}
.typography-stories-headline {
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.01em;
}
@media (min-width: 768px) {
    .typography-stories-headline {
        font-size: 36px;
    }
}
@media (min-width: 992px) {
    .typography-stories-headline {
        font-size: 42px;
    }
}
@media (min-width: 1440px) {
    .typography-stories-headline {
        font-size: 50px;
    }
}
.typography-stories-intro {
    font-weight: 500;
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 0.008em;
}
@media (min-width: 768px) {
    .typography-stories-intro {
        font-size: 22px;
    }
}
@media (min-width: 992px) {
    .typography-stories-intro {
        font-size: 24px;
    }
}
@media (min-width: 1440px) {
    .typography-stories-intro {
        font-size: 30px;
    }
}
.typography-story-headline {
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.01em;
    font-size: 20px;
}
@media (min-width: 768px) {
    .typography-story-headline {
        font-size: 24px;
    }
}
@media (min-width: 1440px) {
    .typography-story-headline {
        font-size: 36px;
    }
}
.typography-story-intro {
    font-size: 16px;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .typography-story-intro {
        font-size: 18px;
    }
}
.typography-promo-headline {
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
}
@media (min-width: 768px) {
    .typography-promo-headline {
        font-size: 30px;
    }
}
.typography-promo-intro {
    font-size: 18px;
    line-height: 1.2;
}
.typography-promo-topic-number {
    white-space: nowrap;
    font-family: "flamasc-bold", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
}
@media (min-width: 768px) {
    .typography-promo-topic-number {
        font-size: 36px;
    }
}
@media (min-width: 992px) {
    .typography-promo-topic-number {
        font-size: 42px;
    }
}
.typography-promo-topic-sub {
    font-size: 16px;
}
@media (min-width: 768px) {
    .typography-promo-topic-sub {
        font-size: 18px;
    }
}
.typography-promo-topic-label {
    letter-spacing: 0.05em;
    font-size: 16px;
    margin: 0 0 6px 0;
    white-space: nowrap;
}
.hero-height,
.section-hero {
    height: var(--kv-height, 440px);
    min-height: 440px;
}
@media (min-width: 576px) {
    .hero-height,
    .section-hero {
        min-height: 560px;
        height: calc(100vh - var(--local-nav-height));
    }
}
@media (min-width: 768px) {
    .hero-height,
    .section-hero {
        min-height: 640px;
    }
}
@media (min-width: 992px) {
    .hero-height,
    .section-hero {
        min-height: 700px;
        max-height: initial;
    }
}
.section-hero {
    min-height: 100vh;
    --kv-height: var(--viewport-height);
    position: relative;
    color: #fff;
}
.section-hero .typography-hero-headline {
    white-space: nowrap;
}
.hero-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.hero-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
:root {
    --local-nav-height: 166px;
    --ln-menu-bg-color: #ffffff;
    --ln-header-bg-color: #f6f6f6;
    --ln-link-color: #b9bcbf;
    --ln-link-active-color: #323237;
    --ln-border-bottom-color: #f0f0f0;
}
html[dark] {
    --ln-header-bg-color: #121215;
    --ln-menu-bg-color: #323237;
    --ln-border-bottom-color: #323237;
    --ln-link-color: #b9bcbf;
    --ln-link-active-color: #ffffff;
}
.modal-open .local-nav--sticky {
    padding-right: var(--scroll-bar-width, 0);
}
.local-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: var(--local-nav-height);
    border-bottom: 1px solid var(--ln-border-bottom-color);
}
.local-nav .cta-button {
    width: 50%;
}
.local-nav .cta-button + .cta-button {
    margin: 0 0 0 16px;
}
@media (min-width: 768px) {
    .local-nav .cta-button {
        width: 154px;
    }
    .local-nav .cta-button + .cta-button {
        margin: 0 0 0 24px;
    }
}
@media (min-width: 992px) {
    .local-nav .cta-button + .cta-button {
        margin: 0 0 0 32px;
    }
}
.local-nav--sticky {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    z-index: 100;
    height: 80px;
    transform: translateY(-100%);
    transition: transform 0.5s, opacity 0s 0.5s;
    opacity: 0;
}
.local-nav--sticky .local-nav-body {
    height: 36px;
}
.local-nav--sticky .typography-ln-headline {
    font-size: 16px;
}
.local-nav--sticky .local-nav-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.local-nav--sticky .local-nav-cta-links {
    margin: 0;
}
@media (max-width: 767.98px) {
    .local-nav--sticky .local-nav-cta-link:not(:last-child) {
        display: none;
    }
}
.local-nav--sticky .local-nav-cta-link + .local-nav-cta-link {
    margin: 0 0 0 20px;
}
.local-nav--sticky .local-nav-cta-link {
    height: 24px;
    font-size: 12px;
    padding: 0 14px;
    width: initial;
}
.local-nav--sticky.stuck {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.5s;
}
.local-nav-header {
    display: flex;
    align-items: center;
    flex: 1;
    background-color: var(--ln-header-bg-color);
}
@media (min-width: 768px) {
    .local-nav-header .container {
        align-items: center;
        display: flex;
        height: 100%;
    }
}
.local-nav-body {
    background-color: var(--ln-menu-bg-color);
    height: 46px;
    display: flex;
    align-items: center;
}
@media (min-width: 768px) {
    .local-nav-body {
        height: 50px;
    }
}
.local-nav-items {
    display: flex;
    text-align: center;
}
.local-nav-item {
    display: flex;
    justify-content: center;
    flex: 1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.035em;
}
.local-nav-item--progressive {
    display: none;
}
@media (min-width: 768px) {
    .local-nav-item--progressive {
        display: flex;
    }
}
.local-nav-link {
    position: relative;
    cursor: pointer;
    color: var(--ln-link-color);
}
.local-nav-link::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    bottom: -3px;
    height: 3px;
    opacity: 0;
    transition: opacity 0.3s;
    background-color: currentColor;
}
.local-nav-link.active {
    color: var(--ln-link-active-color);
}
.local-nav-link.active::after {
    opacity: 1;
}
.local-nav-cta-links {
    display: flex;
    margin: 12px 0 0 0;
}
@media (min-width: 768px) {
    .local-nav-cta-links {
        margin: 0 0 0 auto;
    }
}
.section-faq {
    color: #fff;
    background-color: #002742;
    text-align: center;
    padding: 64px 0;
}
.section-faq .cta-link {
    margin: 24px 0 0 0;
    letter-spacing: normal;
}
@media (min-width: 992px) {
    .section-faq .cta-link {
        margin: 32px 0 0 0;
    }
}
@media (min-width: 768px) {
    .section-faq {
        padding: 96px 0;
    }
}
@media (min-width: 1260px) {
    .section-faq {
        padding: 128px 0;
    }
}
.faq-list {
    display: flex;
    flex-flow: row wrap;
    --faq-gap: 32px;
    list-style: none;
    margin: 32px auto 0 auto;
    padding: 0;
    max-width: 330px;
}
@media (min-width: 768px) {
    .faq-list {
        max-width: 400px;
        margin: 64px auto 0 auto;
    }
}
@media (min-width: 992px) {
    .faq-list {
        max-width: initial;
        --faq-gap: 24px;
        justify-content: center;
    }
}
@media (min-width: 1260px) {
    .faq-list {
        margin: 80px 0 0 0;
    }
}
.faq-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 20px;
    border-radius: 30px;
    color: #002742;
    background-color: #fff;
    box-sizing: border-box;
    margin: calc(var(--faq-gap) / 2);
}
@media (min-width: 768px) {
    .faq-item {
        padding: 48px 56px;
    }
}
@media (min-width: 992px) {
    .faq-item {
        padding: 48px 44px;
        flex: 0 0 calc(50% - var(--faq-gap));
    }
}
@media (min-width: 1260px) {
    .faq-item {
        padding: 64px 72px;
    }
}
.typography-faq-headline {
    font-size: 24px;
    margin: 0 0 16px 0;
}
@media (min-width: 768px) {
    .typography-faq-headline {
        font-size: 22px;
    }
}
@media (min-width: 992px) {
    .typography-faq-headline {
        font-size: 28px;
    }
}
@media (min-width: 1260px) {
    .typography-faq-headline {
        font-size: 32px;
        margin: 0 0 24px 0;
    }
}
.typography-faq-intro {
    font-size: 14px;
    color: #323237;
    margin: 0 0 auto 0;
}
@media (min-width: 768px) {
    .typography-faq-intro {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .typography-faq-intro {
        font-size: 18px;
    }
}
.typography-faq-eyebrow {
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 14px;
    margin: 0 0 24px 0;
}
@media (min-width: 768px) {
    .typography-faq-eyebrow {
        letter-spacing: 5px;
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .typography-faq-eyebrow {
        font-size: 20px;
        margin: 0 0 32px 0;
    }
}
.section-compare {
    text-align: center;
    padding: 64px 0;
}
@media (min-width: 768px) {
    .section-compare {
        padding: 96px 0;
    }
}
@media (min-width: 992px) {
    .section-compare {
        padding: 120px 0;
    }
}
.section-compare .typography-compare-section-headline {
    margin: 0 0 20px 0;
}
@media (min-width: 992px) {
    .section-compare .typography-compare-section-headline {
        margin: 0 0 32px 0;
    }
}
.section-compare .typography-compare-tagline {
    max-width: 300px;
}
.section-compare .typography-compare-section-headline + .cta-link {
    margin: 0 0 48px 0;
}
@media (min-width: 992px) {
    .section-compare .typography-compare-section-headline + .cta-link {
        margin: 0 0 64px 0;
    }
}
.compare-table {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-row-gap: 64px;
}
@media (min-width: 1260px) {
    .compare-table {
        grid-row-gap: 80px;
    }
}
.compare {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    grid-column: span 12;
}
@media (min-width: 992px) {
    .compare {
        grid-column: span 6;
    }
}
.compare-image-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}
.compare-image-container::before {
    content: "";
    display: block;
    padding-bottom: 70%;
}
.image-compare {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center/contain no-repeat;
}
.compare-badge {
    font-weight: 700;
    line-height: 1.625;
    font-size: 16px;
    color: var(--compare-badge-color, silver);
    margin: 8px 0 0 0;
}
.typography-compare-tagline + .compare-brochure {
    margin: 24px 0 0 0;
}
.compare-new {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    margin: 0 0 16px 0;
}
.compare-colors {
    display: flex;
    justify-content: center;
    margin: 18px 0 22px 0;
}
.compare-color {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background-color: #c4c4c4;
    border-radius: 50%;
    box-sizing: border-box;
}
.compare-color[for] {
    cursor: pointer;
}
.compare-tags {
    display: flex;
}
.compare-cta-links {
    display: flex;
    justify-content: center;
    margin: 24px 0 0 0;
}
@media (min-width: 768px) {
    .compare-cta-links {
        margin: 32px 0 0 0;
    }
}
.compare-cta-link {
    display: flex;
    align-items: center;
    border-radius: 100px;
    box-sizing: border-box;
    margin: 0 12px;
    padding: 0 20px;
    height: 32px;
    font-size: 14px;
    font-weight: 500;
}
.compare-modal-inner {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}
.compare-modal-inner [data-modal-scrollable] {
    flex: 1;
}
@media (min-width: 768px) {
    .compare-modal-inner {
        height: 835px;
        max-height: 80vh;
    }
}
.compare-modal {
    height: 100%;
}
.compare-modal .section-summary {
    padding-bottom: 64px;
}
.compare-modal .image-summary {
    background: center/contain no-repeat;
}
.compare-modal-bar {
    display: flex;
    align-items: center;
    height: 104px;
    padding-bottom: env(safe-area-inset-bottom);
}
.compare-modal-bar .cta-button {
    width: 120px;
    height: 36px;
}
@media (min-width: 992px) {
    .compare-modal-bar .cta-button {
        width: 140px;
        height: 40px;
    }
}
@media (max-width: 767.98px) {
    .compare-modal-bar .cta-button {
        width: 90px;
        height: 24px;
        font-size: 12px;
    }
}
@media (max-width: 767.98px) and(min-width:576px) {
    .compare-modal-bar .cta-button {
        width: 100px;
    }
}
@media (max-width: 767.98px) {
    .compare-modal-bar .typography-compare-modal-headline + .cta-link {
        position: absolute;
        right: 28px;
        bottom: 4px;
    }
    .compare-modal-bar .cta-button + .cta-button {
        margin: 0 0 0 4px;
    }
}
@media (min-width: 768px) {
    .compare-modal-bar .cta-button + .cta-button {
        margin: 0 0 0 12px;
    }
    .compare-modal-bar .typography-compare-modal-headline + .cta-link {
        margin: 8px 0 0 0;
    }
}
@media (min-width: 1260px) {
    .compare-modal-bar .cta-button + .cta-button {
        margin: 0 0 0 18px;
    }
}
.compare-modal-cta-links {
    margin: 8px 0 0 0;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .compare-modal-cta-links {
        margin: 0;
    }
}
.compare-modal-bar-container {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 24px;
}
@media (min-width: 576px) {
    .compare-modal-bar-container {
        max-width: 520px;
    }
}
@media (min-width: 768px) {
    .compare-modal-bar-container {
        max-width: initial;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 36px;
    }
}
@media (min-width: 992px) {
    .compare-modal-bar-container {
        padding: 0 48px;
    }
}
@media (min-width: 1260px) {
    .compare-modal-bar-container {
        padding: 0 64px;
    }
}
.compare-gallery-item {
    background: center/cover no-repeat;
}
@media (min-width: 768px) {
    .compare-gallery-items {
        display: flex;
        flex-flow: row wrap;
    }
}
.compare-gallery-item::before {
    content: "";
    display: block;
}
.compare-gallery-item:nth-child(1)::before,
.compare-gallery-item:nth-child(2)::before {
    padding-bottom: 85%;
}
.compare-gallery-item:nth-child(3)::before,
.compare-gallery-item:nth-child(4)::before,
.compare-gallery-item:nth-child(5)::before {
    padding-bottom: 140%;
}
@media (min-width: 768px) {
    .compare-gallery-item:nth-child(1),
    .compare-gallery-item:nth-child(2) {
        flex: 0 0 50%;
    }
    .compare-gallery-item:nth-child(1)::before,
    .compare-gallery-item:nth-child(2)::before {
        padding-bottom: 80%;
    }
    .compare-gallery-item:nth-child(3) {
        flex: 0 0 100%;
    }
    .compare-gallery-item:nth-child(3)::before {
        padding-bottom: 40%;
    }
    .compare-gallery-item:nth-child(4) {
        flex: 0 0 40%;
    }
    .compare-gallery-item:nth-child(4)::before {
        padding-bottom: 100%;
    }
    .compare-gallery-item:nth-child(5) {
        flex: 0 0 60%;
    }
    .compare-gallery-item:nth-child(5)::before {
        padding-bottom: 67.5%;
    }
}
.image-compare {
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s;
}
.compare-color-toggle:checked:nth-child(1) ~ .compare-image-container .image-compare:nth-child(1) {
    opacity: 1;
    z-index: 2;
}
.compare-color-toggle:checked:nth-child(2) ~ .compare-image-container .image-compare:nth-child(2) {
    opacity: 1;
    z-index: 2;
}
.compare-color-toggle:checked:nth-child(3) ~ .compare-image-container .image-compare:nth-child(3) {
    opacity: 1;
    z-index: 2;
}
.compare-color-toggle:checked:nth-child(4) ~ .compare-image-container .image-compare:nth-child(4) {
    opacity: 1;
    z-index: 2;
}
.compare-color-toggle:checked:nth-child(5) ~ .compare-image-container .image-compare:nth-child(5) {
    opacity: 1;
    z-index: 2;
}
.compare-color-toggle:checked:nth-child(6) ~ .compare-image-container .image-compare:nth-child(6) {
    opacity: 1;
    z-index: 2;
}
.compare-color-toggle:checked:nth-child(7) ~ .compare-image-container .image-compare:nth-child(7) {
    opacity: 1;
    z-index: 2;
}
:root {
    --promo-bg-color: #eeeeee;
}
html[dark] {
    --promo-bg-color: #202023;
}
.section-promo {
    --promo-content-padding: 24px;
    --promo-copy-color: #ffffff;
    padding: 96px 0;
}
.section-promo .cta-link {
    color: var(--promo-link-color, #fff);
}
@media (min-width: 576px) {
    .section-promo {
        --promo-content-padding: 32px;
    }
}
@media (min-width: 768px) {
    .section-promo {
        --promo-content-padding: 48px;
    }
}
@media (min-width: 1260px) {
    .section-promo {
        --promo-content-padding: 64px;
    }
}
.section-promo .typography-promo-headline + .cta-link {
    margin: 32px 0 0 0;
}
.section-promo .typography-promo-topic-sub {
    margin: 0 0 2px 4px;
    text-transform: uppercase;
}
.promos {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}
.promo {
    grid-column: span 12;
}
@media (min-width: 768px) {
    .promo {
        grid-column-start: 2;
        grid-column-end: 12;
    }
}
@media (min-width: 992px) {
    .promo {
        grid-column: span 6;
    }
    .promo:first-child {
        grid-column: span 12;
    }
}
.image-promo {
    display: flex;
    align-items: center;
    background: center/cover no-repeat;
    height: 240px;
}
@media (min-width: 576px) {
    .image-promo {
        height: 266px;
    }
}
@media (min-width: 768px) {
    .image-promo {
        height: 300px;
    }
}
@media (min-width: 992px) {
    .image-promo {
        height: 312px;
    }
    .promo:first-child .image-promo {
        height: 350px;
    }
}
.promo-copy {
    padding: 0 0 0 var(--promo-content-padding);
    color: var(--promo-copy-color);
}
.promo-topics {
    display: flex;
    align-items: center;
    height: 110px;
    background-color: var(--promo-bg-color);
    padding: 0 0 0 var(--promo-content-padding);
}
@media (min-width: 768px) {
    .promo-topics {
        height: 126px;
    }
}
.promo-topic {
    display: flex;
    flex-direction: column;
}
.promo-topic + .promo-topic {
    margin: 0 0 0 28px;
}
@media (min-width: 576px) {
    .promo-topic + .promo-topic {
        margin: 0 0 0 48px;
    }
}
@media (min-width: 992px) {
    .promo-topic + .promo-topic {
        margin: 0 0 0 64px;
    }
}
.promo-topic-content {
    display: flex;
    line-height: 1;
    align-items: flex-end;
}
html:lang(en) .section-promo {
    background-color: #fff;
}
html:lang(en) .section-promo + .section-sosumi {
    padding-top: 0;
    background-color: #fff;
}
html:lang(en) .promo--other-scooter {
    --promo-link-color: #ffffff;
}
html:lang(en) .promo--other-scooter .typography-promo-headline {
    color: #fff;
}
html[dark]:lang(en) .section-promo {
    background-color: #121215;
}
html[dark]:lang(en) .section-promo + .section-sosumi {
    background-color: #121215;
}
.image-promo--other-scooter {
    background-image: url();
}
@media (min-width: 992px) {
    .image-promo--other-scooter {
        background-image: url();
    }
}
html[dark] :root {
    --section-cta-bg-color: #000000;
}
html[dark] .section-cta .cta-link--book-a-ride::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMzLjU1OTkgMy4zNTU5NkgyLjVWMzMuOTk4NUgzMy41NTk5VjMuMzU1OTZaIiBzdHJva2U9IiNCOUJDQkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yLjUgMTMuMTMwOUgzMy41NTk5IiBzdHJva2U9IiNCOUJDQkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjQuNDk5MiAxNy4zMDg2TDE1LjgzMjMgMjUuOTk4N0wxMi4wNzYyIDIyLjI1NjUiIHN0cm9rZT0iI0I5QkNCRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI0Ljk5NjEgNy4yNDY5NVYtMC4wMDA5NzY1NjIiIHN0cm9rZT0iI0I5QkNCRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTExLjA2NDUgNy4yNDY5NVYtMC4wMDA5NzY1NjIiIHN0cm9rZT0iI0I5QkNCRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPC9zdmc+Cg==);
}
html[dark] .section-cta .cta-link--find-a-store::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0zLjEyODkxIDkuNDcxMjRWMzAuMjI1OEwxMi44NzkgMjYuNTI5TDI0LjAxNjQgMzAuMjI1OEwzMy43NzA0IDI2LjUyOVY1Ljc3NDQxTDI0LjAxNjQgOS40NzEyNEwxMi44NzkgNS43NzQ0MUwzLjEyODkxIDkuNDcxMjRaIiBzdHJva2U9IiNCOUJDQkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yNC4wMTk1IDMwLjIyNjhWOS40NzIxNyIgc3Ryb2tlPSIjQjlCQ0JGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEyLjg3ODkgMjYuNTI5VjUuNzc0NDEiIHN0cm9rZT0iI0I5QkNCRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iMzIuNCIgaGVpZ2h0PSIyNi45OTkzIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4yNSA0LjUpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
}
.section-cta {
    text-align: center;
    padding: 64px 0;
    background-color: var(--section-cta-bg-color);
}
@media (min-width: 768px) {
    .section-cta {
        padding: 80px 0;
    }
}
@media (min-width: 992px) {
    .section-cta {
        padding: 96px 0;
    }
}
.section-cta .cta-button {
    padding: 0 24px;
}
.section-cta .cta-links--bottom {
    margin: 32px 0 0 0;
}
.section-cta .typography-cta-intro {
    margin: 16px 0 0 0;
}
.section-cta .cta-links--top {
    border-bottom: 1px solid rgb(115 125 130 / 0.15);
    margin: 0 0 60px 0;
    padding: 0 0 60px 0;
    display: flex;
    justify-content: space-around;
}
.section-cta .cta-links--top .cta-link {
    color: inherit;
}
.section-cta .cta-link--book-a-ride::before,
.section-cta .cta-link--find-a-store::before {
    content: "";
    display: block;
    width: 2em;
    height: 2em;
    background: center/contain no-repeat;
    margin: 0 1.2em 0 0;
}
.section-cta .cta-link--book-a-ride::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMzLjU1OTQgMy4zNTY0NUgyLjQ5OTUxVjMzLjk5OUgzMy41NTk0VjMuMzU2NDVaIiBzdHJva2U9IiMzMjMyMzciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yLjQ5OTUxIDEzLjEzMDlIMzMuNTU5NCIgc3Ryb2tlPSIjMzIzMjM3IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI0LjQ5OTcgMTcuMzA4NkwxNS44MzI4IDI1Ljk5ODdMMTIuMDc2NyAyMi4yNTY1IiBzdHJva2U9IiMzMjMyMzciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yNC45OTQ2IDcuMjQ2OTVWLTAuMDAwOTc2NTYyIiBzdHJva2U9IiMzMjMyMzciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xMS4wNjQ1IDcuMjQ2OTVWLTAuMDAwOTc2NTYyIiBzdHJva2U9IiMzMjMyMzciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+Cjwvc3ZnPgo=);
}
.section-cta .cta-link--find-a-store::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0zLjEyOTg4IDkuNDcxMjRWMzAuMjI1OEwxMi44OCAyNi41MjlMMjQuMDE3MyAzMC4yMjU4TDMzLjc3MTMgMjYuNTI5VjUuNzc0NDFMMjQuMDE3MyA5LjQ3MTI0TDEyLjg4IDUuNzc0NDFMMy4xMjk4OCA5LjQ3MTI0WiIgc3Ryb2tlPSIjMzIzMjM3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjQuMDIwNSAzMC4yMjYzVjkuNDcxNjgiIHN0cm9rZT0iIzMyMzIzNyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xMi44Nzk5IDI2LjUyOVY1Ljc3NDQxIiBzdHJva2U9IiMzMjMyMzciIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjMyLjQiIGhlaWdodD0iMjYuOTk5MyIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuMjUgNC41KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
}
.section-sosumi {
    --sosumi-bg-color: #f6f6f6;
    background-color: var(--sosumi-bg-color);
    padding: 64px 0;
}
html[dark] .section-sosumi {
    --sosumi-bg-color: #121215;
}
@media (min-width: 768px) {
    .section-sosumi {
        padding: 96px 0;
    }
}
@media (min-width: 992px) {
    .section-sosumi {
        padding: 120px 0;
    }
}
.sosumi-items {
    font-size: 12px;
    color: #737d82;
    line-height: 1.2;
    padding-left: 1.5em;
}
.sosumi-item + .sosumi-item {
    margin: 8px 0 0 0;
}
.cta-link {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    color: #0074ff;
    font-size: 14px;
    line-height: 1;
}
.cta-link::after {
    content: "\e900";
    display: block;
    font-family: "aerpace-icons";
    transform: scale(0.75);
    margin: 0 0 0 0.4em;
}
@media (min-width: 768px) {
    .cta-link {
        font-size: 16px;
    }
}
.section-summary {
    padding: 0 0 64px 0;
}
.section-summary .cta-wrapper {
    margin: 48px 0 0 0;
    text-align: center;
}
.section-summary .typography-summary-headline {
    text-align: center;
    margin: 0 0 32px 0;
}
@media (min-width: 768px) {
    .section-summary {
        padding: 0 0 96px 0;
    }
    .section-summary .typography-summary-headline {
        margin: 0 0 48px 0;
    }
}
@media (min-width: 992px) {
    .section-summary {
        padding: 0 0 120px 0;
    }
    .section-summary .typography-summary-headline {
        margin: 0 0 60px 0;
    }
    .section-summary .cta-wrapper {
        margin: 64px 0 0 0;
    }
}
.typography-summary-headline {
    font-weight: 500;
    line-height: 1;
    font-size: 26px;
}
@media (min-width: 768px) {
    .typography-summary-headline {
        font-size: 34px;
    }
}
@media (min-width: 992px) {
    .typography-summary-headline {
        font-size: 42px;
    }
}
@media (min-width: 1260px) {
    .typography-summary-headline {
        font-size: 50px;
    }
}
.typography-summary-point-headline {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 0.5em 0;
}
@media (min-width: 768px) {
    .typography-summary-point-headline {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .typography-summary-point-headline {
        font-size: 20px;
    }
}
.typography-summary-point-intro {
    font-size: 16px;
    line-height: 1.2;
}
.image-summary {
    position: relative;
    max-width: 1140px;
    margin: auto;
    background: center/cover no-repeat;
    height: 330px;
}
@media (min-width: 768px) {
    .image-summary {
        height: 480px;
    }
}
@media (min-width: 992px) {
    .image-summary {
        height: initial;
    }
    .image-summary::before {
        content: "";
        display: block;
        padding-bottom: 56%;
    }
}
.summary-points {
    display: grid;
    margin: 64px 0 0 0;
    grid-row-gap: 48px;
    grid-column-gap: 30px;
    text-align: center;
}
@media (min-width: 768px) {
    .summary-points {
        margin: 96px 0 0 0;
    }
}
@media (min-width: 992px) {
    .summary-points {
        margin: 48px 0 0 0;
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .summary-point {
        grid-column: span 4;
    }
}
.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: -webkit-sticky;
    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;
}
.grid {
    display: grid;
    --grid-row-gap: 30px;
    --grid-column-gap: 30px;
    grid-row-gap: var(--grid-row-gap);
    grid-template-columns: repeat(12, minmax(0, 1fr));
    --tile-padding-x: 30px;
    --tile-padding-y: 40px;
    --tile-radius: 30px;
}
@media (min-width: 768px) {
    .grid {
        grid-column-gap: var(--grid-column-gap);
    }
}
@media (min-width: 992px) {
    .grid {
        --tile-radius: 40px;
        --tile-padding-x: 40px;
        --tile-padding-y: 48px;
    }
}
@media (min-width: 1260px) {
    .grid {
        --tile-radius: 40px;
        --tile-padding-x: 60px;
        --tile-padding-y: 60px;
    }
}
.grid-item {
    display: flex;
    flex-direction: column;
    background: center/cover no-repeat;
}
.grid-item--tile {
    color: #fff;
    background-color: #fff;
    border-radius: var(--tile-radius);
    box-shadow: 10px 10px 30px 0 rgb(0 0 0 / 0.15);
}
.grid-item-eyebrow {
    color: var(--grid-item-eyebrow-color, inherit);
    padding: var(--tile-padding-y) var(--tile-padding-x);
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.grid-item-eyebrow:lang(en) {
    line-height: 1.2;
    line-height: 1;
    font-size: 16px;
}
@media (max-width: 350px) {
    .grid-item-eyebrow {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .grid-item-eyebrow {
        font-size: 22px;
    }
    .grid-item-eyebrow:lang(en) {
        font-size: 20px;
    }
}
@media (min-width: 1260px) {
    .grid-item-eyebrow {
        font-size: 24px;
        margin: 0 0 1.23em 0;
    }
}
.grid-item-copy {
    color: var(--grid-item-headline-color, inherit);
    font-size: 24px;
    font-weight: 600;
    padding: 0 var(--tile-padding-x);
}
.grid-item-copy:lang(zh) {
    letter-spacing: -0.022em;
}
.grid-item-copy:lang(en) {
    font-weight: 600;
    line-height: 1.1;
}
@media (max-width: 350px) {
    .grid-item-copy {
        font-size: 22px;
    }
}
@media (min-width: 768px) {
    .grid-item-copy {
        font-size: 24px;
    }
}
@media (min-width: 992px) {
    .grid-item-copy {
        font-size: 30px;
    }
}
@media (min-width: 1260px) {
    .grid-item-copy {
        font-size: 34px;
    }
}
.grid-item-cta-wrapper {
    padding: 0 var(--tile-padding-x);
    margin: 18px 0 0 0;
}
@media (min-width: 768px) {
    .grid-item-cta-wrapper {
        margin: 24px 0 0 0;
    }
}
.grid-item-modal-trigger-wrapper {
    position: relative;
    z-index: 1;
    margin: auto 0 0 0;
    padding: var(--tile-padding-y) var(--tile-padding-x);
    padding-top: 0;
    text-align: center;
}
@media (min-width: 992px) {
    .grid-item-modal-trigger-wrapper {
        text-align: left;
    }
}
.grid-item-modal-trigger {
    padding: 0 30px;
    min-width: 176px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    border-radius: 22px;
    color: #323237;
    background-color: #fff;
}
@media (min-width: 992px) {
    .grid-item-modal-trigger {
    }
}
.span-12 {
    grid-column: span 12;
}
.span-6 {
    grid-column: span 6;
}
@media (min-width: 768px) {
    .span-md-12 {
        grid-column: span 12;
    }
    .span-md-6 {
        grid-column: span 6;
    }
    .span-md-4 {
        grid-column: span 4;
    }
}
@media (min-width: 992px) {
    .span-lg-12 {
        grid-column: span 12;
    }
    .span-lg-6 {
        grid-column: span 6;
    }
    .span-lg-4 {
        grid-column: span 4;
    }
}
.section-swap {
    /*background-color: #f8f8f8;*/
}
.section-swap .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding: 32px 0 0 0;*/
}
/*@media (min-width: 768px) {
    .section-swap .section-header {
        padding: 64px 0 0 0;
    }
}
@media (min-width: 992px) {
    .section-swap .section-header {
        padding: 72px 0 0 0;
    }
}
@media (min-width: 1260px) {
    .section-swap .section-header {
        padding: 120px 0 0 0;
    }
}*/
.section-swap .section-content {
    padding: 64px 0;
}
@media (min-width: 768px) {
    .section-swap .section-content {
        padding: 72px 0;
    }
}
@media (min-width: 1260px) {
    .section-swap .section-content {
        padding: 96px 0 120px 0;
    }
}
.section-swap .typography-swap-copy {
    color: #57595c;
}
.section-swap .typography-swap-headline {
    margin: 0 0 8px 0;
}
@media (min-width: 768px) {
    .section-swap .typography-swap-headline {
        margin: 0 0 15px 0;
    }
}
.section-swap .cta-link {
    margin: 48px 0 0 0;
}
@media (min-width: 768px) {
    .section-swap .cta-link {
        margin: 60px 0 0 0;
    }
}
.section-swap .typography-section-headline {
    margin: 6px 0 32px 0;
}
@media (min-width: 768px) {
    .section-swap .typography-section-headline {
        margin: 12px 0 48px 0;
    }
}
.section-swap .grid {
    --grid-row-gap: 40px;
}
@media (min-width: 768px) {
    .section-swap .grid {
        --grid-row-gap: 48px;
    }
}
.section-swap .grid-item {
    height: initial;
}
.icon-gostation {
    flex: 0 0 auto;
    width: 28px;
    height: 32px;
    background: url() center/contain no-repeat;
}
@media (min-width: 768px) {
    .icon-gostation {
        width: 42px;
        height: 48px;
    }
}
@media (min-width: 992px) {
    .icon-gostation {
        width: 58px;
        height: 66px;
    }
}
.image-swap-vm {
    width: 100%;
    height: 348px;
    background: center/cover no-repeat url(../img/img-superwing-vm-bg-mobile.jpg);
}
@media (min-width: 992px) {
    .image-swap-vm {
        height: 440px;
        background: url(../img/img-superwing-vm-bg@2x.jpg) center/auto 100% no-repeat;
        background: center/cover no-repeat url(../img/img-superwing-vm-bg@2x.jpg);
    }
}
@media (min-width: 1260px) {
    .image-swap-vm {
        height: 100vh;
    }
}
.typography-swap-headline {
    font-weight: 600;
    line-height: 1;
    font-size: 20px;
}
@media (min-width: 768px) {
    .typography-swap-headline {
        font-size: 20px;
    }
}
@media (min-width: 1260px) {
    .typography-swap-headline {
        font-size: 20px;
    }
}
.typography-swap-copy {
    line-height: 1.42857143;
    font-size: 14px;
}
@media (min-width: 768px) {
    .typography-swap-copy {
        font-size: 16px;
    }
}
@media (min-width: 1260px) {
    .typography-swap-copy {
        font-size: 16px;
    }
}
.section-subscribe .typography-section-intro {
    margin: 6px 0 32px 0;
}
@media (min-width: 768px) {
    .section-subscribe .typography-section-intro {
        margin: 12px 0 48px 0;
    }
}
.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    height: 48px;
    line-height: 40px;
    border-radius: 100px;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0 30px;
    min-width: 176px;
    color: #323237;
}
.cta-button--secondary {
    border: 2px solid #323237;
    color: #323237;
}
.cta-button--primary {
    color: #fff;
    background-color: #323237;
}
@media (min-width: 992px) {
    .cta-button {
    }
}
.section-header + .section-content .cta-button {
    margin: 60px auto 0;
    border: 2px solid;
}
.video-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background-color: rgb(0 0 0 / 0.95);
    display: flex;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 24px;
}
@media (min-width: 768px) {
    .video-modal {
        padding: 0 60px;
    }
}
.video-close-btn {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 24px;
    cursor: pointer;
}
.video-close-btn:before {
    content: "\e604";
    font-size: 32px;
    color: #c1c1c3;
    font-family: "aerpace-icons", sans-serif;
}
.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 80vh;
}
.video-wrapper:before {
    padding-bottom: 56.25%;
    content: "";
    display: block;
}
@media (min-aspect-ratio: 10/8) {
    .video-wrapper {
        width: calc(100% - 240px);
        max-width: 170vh;
    }
}
.video-iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.popup-video {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section-gallery {
    position: relative;
    height: 160vw;
    max-height: 200vw;
    overflow: hidden;
}
@media (min-width: 576px) {
    .section-gallery {
        max-height: initial;
        min-height: 40vw;
        height: calc(100vh - 81px);
    }
}
@media (min-aspect-ratio: 1/1) {
    .section-gallery {
        height: 44.4vw;
    }
}
.section-gallery:hover .gallery-container,
.section-gallery:hover .gallery-header,
.section-gallery:hover .gallery-images,
.section-gallery.active .gallery-container,
.section-gallery.active .gallery-header,
.section-gallery.active .gallery-images {
    will-change: transform;
}
.gallery-header {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    padding: 48px 0;
    transition: transform 0.5s;
}
.active .gallery-header {
    transform: translateY(100%);
}
@media (min-aspect-ratio: 1/1) {
    .gallery-header {
        min-height: initial;
        transition: transform 1s;
        width: 43.5%;
        height: 100%;
        top: 0;
    }
    .gallery-header .gallery-header-content {
        max-width: 448px;
    }
    .active .gallery-header {
        transform: translateX(-100%);
    }
}
.gallery-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.022em;
    line-height: 1.2;
    margin: 0 0 0.5em 0;
}
@media (min-width: 768px) {
    .gallery-title {
        font-size: 30px;
    }
}
@media (min-aspect-ratio: 1/1) and(min-width:992px) {
    .gallery-title {
        font-size: 36px;
    }
}
@media (min-aspect-ratio: 1/1) and(min-width:1260px) {
    .gallery-title {
        font-size: 42px;
    }
}
.gallery-copy {
    font-size: 14px;
    margin: 0 0 2.2em 0;
}
.gallery-copy:lang(en) {
    line-height: 1.3;
}
@media (min-width: 768px) {
    .gallery-copy {
        font-size: 16px;
    }
}
@media (min-aspect-ratio: 1/1) and(min-width:1260px) {
    .gallery-copy {
        font-size: 18px;
    }
}
.gallery-header-content {
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    width: 100%;
    max-width: 480px;
}
@media (min-aspect-ratio: 1/1) {
    .gallery-header-content {
        width: initial;
        max-width: initial;
        /*margin-right: initial;*/
    }
}
@media (min-aspect-ratio: 1/1) and(min-width:1440px) {
    .gallery-header-content {
        padding: 0 60px;
    }
}
.gallery-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    transform: translateY(-12%);
}
.active .gallery-container {
    transform: none;
}
@media (min-aspect-ratio: 1/1) {
    .gallery-container {
        transition: transform 1s;
        transform: translateX(21.75%);
    }
}
.gallery-images {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.5s;
    cursor: pointer;
}
@media (min-aspect-ratio: 1/1) {
    .gallery-images {
        transition: transform 1s;
    }
}
.gallery-image {
    position: relative;
    flex: 0 0 100%;
    height: inherit;
    background: center/cover no-repeat;
}
.gallery-dots {
    position: absolute;
    bottom: 40px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s;
}
@media (min-aspect-ratio: 1/1) {
    .gallery-dots {
        bottom: 60px;
    }
}
.active .gallery-dots {
    pointer-events: auto;
    opacity: 1;
}
.gallery-dot {
    margin: 0;
    padding: 0 5px;
    display: block;
    opacity: 0.5;
    cursor: pointer;
}
.gallery-dot::before {
    content: "";
    display: block;
    background-color: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
@media (min-aspect-ratio: 1/1) {
    .gallery-dot {
        padding: 0 10px;
    }
    .gallery-dot::before {
        width: 12px;
        height: 12px;
    }
}
.gallery-next,
.gallery-prev {
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    background: #fff0;
    border: none;
    padding: 0;
    display: none;
}
@media (min-aspect-ratio: 1/1) {
    .gallery-next,
    .gallery-prev {
        display: block;
        opacity: 0;
        transition: 0.3s;
    }
    .active .gallery-next,
    .active .gallery-prev {
        opacity: 1;
        transition: 0.3s 0.2s;
    }
}
.gallery-next:focus,
.gallery-prev:focus {
    outline: none;
}
.gallery-next::before,
.gallery-next::after,
.gallery-prev::before,
.gallery-prev::after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -16px;
    background-color: #fff;
}
.gallery-next::before,
.gallery-prev::before {
    transform: rotate(45deg);
}
.gallery-next::after,
.gallery-prev::after {
    transform: rotate(-45deg);
}
.gallery-next {
    right: 0;
}
.gallery-next::before,
.gallery-next::after {
    transform-origin: right;
}
.gallery-prev::before,
.gallery-prev::after {
    transform-origin: left;
}
.gallery-close {
    position: absolute;
    right: 6px;
    top: 14px;
    padding: 0;
    background: #fff0;
    border: none;
    width: 36px;
    height: 36px;
    opacity: 0;
    z-index: 1;
}
.gallery-close,
.gallery-close::before,
.gallery-close::after {
    transition: 0.3s;
}
.gallery-close::before,
.gallery-close::after {
    position: absolute;
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -23px;
}
.gallery-close::before {
    transform: rotate(45deg);
}
.gallery-close::after {
    transform: rotate(-45deg);
}
.active .gallery-close {
    opacity: 1;
}
.active .gallery-close,
.active .gallery-close::before,
.active .gallery-close::after {
    transition: 0.3s 0.2s;
}
@media (min-aspect-ratio: 1/1) {
    .gallery-close {
        right: 32px;
        top: 32px;
        width: 50px;
        height: 50px;
    }
    .gallery-close::before,
    .gallery-close::after {
        width: 46px;
    }
}
.gallery-close:focus {
    outline: none;
}
.gallery-toggle:checked:nth-child(1) ~ .gallery-container .gallery-images {
    transform: translateX(0%);
}
.gallery-toggle:checked:nth-child(1) ~ .gallery-container .gallery-dot:nth-child(1) {
    opacity: 1;
}
.gallery-toggle:checked:nth-child(2) ~ .gallery-container .gallery-images {
    transform: translateX(-100%);
}
.gallery-toggle:checked:nth-child(2) ~ .gallery-container .gallery-dot:nth-child(2) {
    opacity: 1;
}
.gallery-toggle:checked:nth-child(3) ~ .gallery-container .gallery-images {
    transform: translateX(-200%);
}
.gallery-toggle:checked:nth-child(3) ~ .gallery-container .gallery-dot:nth-child(3) {
    opacity: 1;
}
.gallery-toggle:checked:nth-child(4) ~ .gallery-container .gallery-images {
    transform: translateX(-300%);
}
.gallery-toggle:checked:nth-child(4) ~ .gallery-container .gallery-dot:nth-child(4) {
    opacity: 1;
}
.gallery-toggle:checked:nth-child(5) ~ .gallery-container .gallery-images {
    transform: translateX(-400%);
}
.gallery-toggle:checked:nth-child(5) ~ .gallery-container .gallery-dot:nth-child(5) {
    opacity: 1;
}
.modal {
    --modal-content-border-radius: 0;
}
@media (min-width: 576px) {
    .modal {
        --modal-content-border-radius: 24px;
    }
}
@media (min-width: 768px) {
    .modal {
        --modal-content-border-radius: 32px;
    }
}
@media (min-width: 992px) {
    .modal {
        --modal-content-border-radius: 40px;
    }
}
.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(0 0 0 / 0.5);
}
.modal-content {
    border-radius: var(--modal-content-border-radius);
}
@media (min-width: 576px) {
    .modal-content {
        min-height: initial;
        margin: 48px auto;
        width: 500px;
    }
}
@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;
    }
}
.slick-grid {
    position: relative;
    overflow: hidden;
    margin-top: -60px;
    margin-bottom: -45px;
}
.slick-grid .grid {
    grid-template-columns: initial;
    grid-column-gap: var(--grid-column-gap);
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
}
@media (min-width: 992px) {
    .slick-grid .grid {
        grid-auto-columns: calc(50% - var(--grid-column-gap) / 2);
    }
}
.slick-grid .grid::after {
    content: "";
    display: block;
    width: 50px;
}
@media (min-width: 992px) {
    .slick-grid .grid::after {
        width: calc((100vw - 960px) / 2);
    }
}
@media (min-width: 1260px) {
    .slick-grid .grid::after {
        width: calc((100vw - 1200px) / 2);
    }
}
.slick-grid .grid-item {
    position: relative;
}
.slick-grid .grid-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    border-radius: inherit;
    background: rgb(0 0 0 / 0.4);
    transition: opacity 0.5s;
    pointer-events: none;
}
.slick-grid .grid-item--inview::before {
    opacity: 0;
}
.slick-grid-control {
    display: flex;
    position: absolute;
    z-index: 4;
    opacity: 1;
    top: 50%;
    justify-content: center;
    align-items: center;
    background: #323237;
    transition: opacity 0.3s;
    padding: 12px 8px 12px 12px;
}
@media (min-width: 768px) {
    .slick-grid-control {
        padding: 30px;
    }
}
.slick-grid-control:disabled {
    opacity: 0;
    pointer-events: none;
}
.slick-grid-control::before {
    content: "";
    display: block;
    width: 14px;
    height: 30px;
    background: center/contain no-repeat
        url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAxOSAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMS44ODY5MUwxNi44MTE0IDE2LjY5ODNMMiAzMS41MDk4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
}
@media (min-width: 768px) {
    .slick-grid-control::before {
        width: 16px;
        height: 30px;
    }
}
.slick-grid-control--next {
    right: 0;
    transform: translateY(-50%);
}
.slick-grid-control--prev {
    left: 0;
    transform: scaleX(-1) translateY(-50%);
}
.slick-grid-wrapper {
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: -15px;
}
.grid-item {
    height: 560px;
}
.section-hardware .grid-item {
    height: 462px;
}
@media (max-width: 440px) {
    .section-hardware .grid-item-copy {
        font-size: 22px;
    }
}
@media (min-width: 768px) {
    .grid-item--experience-dimension,
    .grid-item--feature-motor,
    .grid-item--feature-iq {
        height: 525px;
    }
    .grid-item--experience-2,
    .grid-item--experience-3,
    .grid-item--design-headlight,
    .grid-item--design-tail,
    .grid-item--design-front,
    .grid-item--design-foot,
    .grid-item--feature-keycard,
    .grid-item--feature-security {
        height: 600px;
    }
    .section-hardware .grid-item {
        height: 540px;
    }
}
@media (min-width: 1260px) {
    .grid-item--experience-dimension,
    .grid-item--feature-motor,
    .grid-item--feature-iq {
        height: 700px;
    }
    .grid-item--experience-2,
    .grid-item--experience-3,
    .grid-item--design-headlight,
    .grid-item--design-tail,
    .grid-item--design-front,
    .grid-item--design-foot,
    .grid-item--feature-keycard,
    .grid-item--feature-security {
        height: 800px;
    }
    .section-hardware .grid-item {
        height: 720px;
    }
}
.section-hero {
    background: center/cover no-repeat url();
}
@media (min-width: 768px) {
    .section-hero {
        background-image: url();
    }
}
.section-gallery .cta-button {
    min-width: 176px;
}
.gallery-container {
    transform: none;
}
@media (min-aspect-ratio: 1/1) {
    .gallery-container {
        transform: translateX(21.75%);
    }
}
.gallery-header {
    color: #fff;
    background-color: #3f4e5d;
}
@media (min-aspect-ratio: 1/1) {
    .gallery-header-content:lang(en) {
        min-width: 300px;
    }
}
.gallery-image--01 {
    background-image: url();
}
.gallery-image--02 {
    background-image: url();
}
.gallery-image--03 {
    background-image: url();
}
@media (min-aspect-ratio: 1/1) {
    .gallery-image--01 {
        background-image: url();
    }
    .gallery-image--02 {
        background-image: url();
    }
    .gallery-image--03 {
        background-image: url();
    }
}
.section-compare {
    background-color: #f6f6f6;
}
.image-compare--keyless {
    background-image: url();
}
.image-compare--basic {
    background-image: url();
}
.compare-modal {
    background-color: #f6f6f6;
}
.compare-modal-bar {
    box-shadow: 0 -10px 20px rgb(0 0 0 / 0.1);
}
.compare-cta-link {
    border: 2px solid #323237;
    color: #323237;
}
.compare-cta-link:lang(en) {
    font-family: var(--font-family-italic);
    font-weight: 700;
    text-transform: uppercase;
}
.model-edition {
    font-weight: 700;
    color: silver;
    margin: 0 0 0 2px;
    font-size: 14px;
}
@media (max-width: 767.98px) {
    .model-edition:lang(en) {
        display: block;
        margin: 4px 0 4px 0;
    }
}
@media (min-width: 768px) {
    .model-edition {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .model-edition {
        margin: 0 0 0 6px;
        font-size: 20px;
    }
}
@media (min-width: 1260px) {
    .model-edition {
        font-size: 22px;
    }
}
.compare-color--keyless-yellow {
    background-color: #e1e124;
}
.compare-color--keyless-blue {
    background-color: #41447a;
}
.compare-color--keyless-grey {
    background-color: #dcdcdc;
}
.compare-color--keyless-pink {
    background-color: #fdcad4;
}
.compare-color--basic-grey {
    background-color: #dcdcdc;
}
.compare-color--basic-pink {
    background-color: #fdcad4;
}
.compare-modal--keyless .image-summary {
    background-image: url();
}
.compare-modal--basic .image-summary {
    background-image: url();
}
.compare-gallery-item--keyless-1 {
    background-image: url();
}
.compare-gallery-item--keyless-2 {
    background-image: url();
}
.compare-gallery-item--keyless-3 {
    background-image: url();
}
.compare-gallery-item--keyless-4 {
    background-image: url();
}
.compare-gallery-item--keyless-5 {
    background-image: url();
}
@media (min-width: 768px) {
    .compare-gallery-item--keyless-1 {
        background-image: url();
    }
    .compare-gallery-item--keyless-2 {
        background-image: url();
    }
    .compare-gallery-item--keyless-3 {
        background-image: url();
    }
    .compare-gallery-item--keyless-4 {
        background-image: url();
    }
    .compare-gallery-item--keyless-5 {
        background-image: url();
    }
}
.compare-gallery-item--basic-1 {
    background-image: url();
}
.compare-gallery-item--basic-2 {
    background-image: url();
}
.compare-gallery-item--basic-3 {
    background-image: url();
}
.compare-gallery-item--basic-4 {
    background-image: url();
}
.compare-gallery-item--basic-5 {
    background-image: url();
}
@media (min-width: 768px) {
    .compare-gallery-item--basic-1 {
        background-image: url();
    }
    .compare-gallery-item--basic-2 {
        background-image: url();
    }
    .compare-gallery-item--basic-3 {
        background-image: url();
    }
    .compare-gallery-item--basic-4 {
        background-image: url();
    }
    .compare-gallery-item--basic-5 {
        background-image: url();
    }
}
.section-promo {
    --promo-link-color: #323237;
    --promo-copy-color: #323237;
    padding: 48px 0;
}
.image-promo {
    height: 400px;
}
.image-promo--latest {
    background-image: url();
}
@media (min-width: 992px) {
    .image-promo--latest {
        background-image: url();
    }
}
.page-content {
    padding-top: 60px;
}
@media (min-width: 992px) {
    .page-content {
        padding-top: 0;
    }
}
.typography-section-headline {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}
@media (min-width: 768px) {
    .typography-section-headline {
        font-size: 40px;
    }
}
@media (min-width: 992px) {
    .typography-section-headline {
        font-size: 48px;
        letter-spacing: -0.012em;
    }
}
@media (min-width: 1260px) {
    .typography-section-headline {
        font-size: 56px;
    }
}
.section-content {
    padding: 64px 0;
    margin: auto; /*max-width:400px*/
}
@media (min-width: 576px) {
    .section-content {
        max-width: initial;
    }
}
@media (min-width: 768px) {
    .section-content {
        max-width: initial;
        padding: 96px 0;
    }
}
@media (min-width: 992px) {
    .section-content {
        padding: 136px 0;
    }
}
@media (min-width: 1260px) {
    .section-content {
        padding: 160px 0;
    }
}
.typography-section-intro {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}
.typography-section-intro:lang(en) {
    line-height: 1;
}
.typography-section-intro + .grid {
    margin: 36px 0 0 0;
}
@media (min-width: 768px) {
    .typography-section-intro {
        font-size: 32px;
    }
    .typography-section-intro + .grid {
        margin: 48px 0 0 0;
    }
}
@media (min-width: 992px) {
    .typography-section-intro {
        font-size: 44px;
    }
    .typography-section-intro + .grid {
        margin: 68px 0 0 0;
    }
}
@media (min-width: 1260px) {
    .typography-section-intro {
        font-size: 56px;
    }
    .typography-section-intro + .grid {
        margin: 80px 0 0 0;
    }
}
.section-banner {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    align-items: center;
    height: 500px;
    box-sizing: border-box;
    padding-bottom: 48px;
    background-color: #d7dbe2;
}

.section-banner.section-banner--hardware {
    min-height: calc(100vh - 110px);
}

@media (min-width: 768px) {
    .section-banner {
        padding-bottom: 0;
        align-items: center;
        height: 700px;
    }
}
@media (min-width: 992px) {
    .section-banner {
        height: 800px;
    }
}
@media (min-width: 1260px) {
    .section-banner {
    }
}
.section-banner-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: center/cover no-repeat;
}
.section-banner-background--experience {
    background-color: #323237;
    background-image: url();
}
.section-banner-background--hardware {
    background-image: url();
}
.section-banner-background--design {
    background-color: #323237;
    background-image: url();
}
.section-banner-background--features {
    background-image: url();
}

@media (min-width: 768px) {
    .section-banner-background--experience {
        background-image: url();
    }
    .section-banner-background--hardware {
        background-image: url();
    }
    .section-banner-background--design {
        background-image: url();
    }
    .section-banner-background--features {
        background-image: url();
    }
}
.section-banner-scooter {
    position: absolute;
    background: center/contain no-repeat;
}
.section-banner-scooter--experience {
    left: 50%;
    top: 50%;
    width: 665px;
    height: 575px;
    margin: -320px 0 0 -132px;
    background-image: url(../img/superwing_home_hero_mobile.jpg);
}
.section-banner-scooter--hardware {
    left: 50%;
    top: 50%;
    width: 1104px;
    height: 560px;
    margin: -320px 0 0 -800px;
    width: 1920px;
    height: 1080px;
    margin: -510px 0 0 -800px;
    background-image: url(../img/hero-bg-home@2x-mobile.jpg);
}
.section-banner-scooter--design {
    left: 50%;
    top: 50%;
    width: 665px;
    height: 575px;
    margin: -320px 0 0 -132px;
    background-image: url(../img/aerdock_home_hero_mobile.jpg);
}
.section-banner-scooter--features {
    left: 50%;
    top: 50%;
    width: 968px;
    height: 580px;
    margin: -340px 0 0 -484px;
    background-image: url();
}
@media (min-width: 576px) {
    .section-banner-scooter--hardware {
        margin: -320px 0 0 -700px;
    }
}
@media (min-width: 768px) {
    .section-banner-scooter--experience {
        width: 1500px;
        height: 800px;
        margin: -400px 0 0 -200px;
        background-image: url(../img/superwing_home_hero.jpg);
    }
    .section-banner-scooter--hardware {
        width: 1577px;
        height: 800px;
        margin: -440px 0 0 -1040px;
        background-image: url(../img/hero-bg-home@2x.jpg);
    }
    .section-banner-scooter--design {
        width: 1500px;
        height: 800px;
        margin: -400px 0 0 -200px;
        background-image: url(../img/aerdock_home_hero.jpg);
    }
    .section-banner-scooter--features {
        width: 1503px;
        height: 900px;
        margin: -520px 0 0 -580px;
        background-image: url();
    }
}
@media (min-width: 992px) {
    .section-banner-scooter--experience,
    .section-banner-scooter--design {
        width: 1800px;
        height: 1000px;
        margin: -500px 0 0 -275px;
    }
    .section-banner-scooter--hardware {
        width: 1972px;
        height: 1000px;
        margin: -500px 0 0 -1300px;
    }
    .section-banner-scooter--features {
        width: 1670px;
        height: 1000px;
        margin: -580px 0 0 -600px;
    }
}
@media (min-width: 1260px) {
    .section-banner-scooter--experience,
    .section-banner-scooter--design {
        width: 2500px;
        height: 1330px;
        margin: -665px 0 0 -375px;
    }
    .section-banner-scooter--hardware {
        width: 2752px;
        height: 1396px;
        margin: -800px 0 0 -1800px;
    }
    .section-banner-scooter--features {
        width: 2304px;
        height: 1380px;
        margin: -740px 0 0 -760px;
    }
}
@media (min-width: 1440px) {
    .section-banner-scooter--hardware {
        width: 2752px;
        height: 1396px;
        margin: -800px 0 0 -1700px;
    }
    .section-banner-scooter--features {
        margin: -740px 0 0 -700px;
    }
}
.section-banner-copy {
    position: relative;
    width: 100%;
    color: #fff;
}
.section-banner-copy:lang(zh) {
    font-family: "Noto Sans TC", sans-serif;
}
@media (min-width: 768px) {
    .section-banner-copy {
        text-align: left;
    }
}
@media (min-width: 992px) {
    .section-banner-copy {
    }
}
.section-banner-eyebrow {
    line-height: 1.1;
    font-weight: 500;
    font-size: 16px;
}
.section-banner-eyebrow:lang(zh) {
    padding-left: 0.375em;
    letter-spacing: 0.375em;
    margin: 0 0 8px 0;
}
.section-banner-eyebrow:lang(en) {
    margin: 0 0 8px 0;
}
@media (min-width: 992px) {
    .section-banner-eyebrow:lang(en) {
        margin: 0 0 16px 0;
    }
}
@media (min-width: 1260px) {
    .section-banner-eyebrow:lang(en) {
        margin: 0 0 20px 0;
    }
}
@media (min-width: 768px) {
    .section-banner-eyebrow {
        padding-left: 0;
        font-size: 20px;
        margin: 0 0 8px 0;
    }
}
@media (min-width: 992px) {
    .section-banner-eyebrow {
        font-size: 22px;
        margin: 0 0 12px 0;
    }
}
@media (min-width: 1260px) {
    .section-banner-eyebrow {
        font-size: 24px;
    }
}
.section-banner-headline {
    font-size: 24px;
    font-weight: 700;
    line-height: 0.95;
}
.section-banner-headline:lang(en) {
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: normal;
}
@media (min-width: 350px) {
    .section-banner-headline {
        font-size: 46px;
    }
}
@media (min-width: 768px) {
    .section-banner-headline {
        font-size: 64px;
    }
    .section-banner-headline:lang(zh) {
        line-height: 1;
    }
}
@media (min-width: 992px) {
    .section-banner-headline {
        font-size: 80px;
    }
}
@media (min-width: 1260px) {
    .section-banner-headline {
        font-size: 100px;
    }
}
.section-leading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    box-sizing: border-box;
    background-color: #fff;
    background: #000;
    min-height: 100vh;
    position: relative;
}
@media (min-width: 768px) {
    .section-leading {
        background-image: url();
    }
}
@media (min-width: 576px) {
    .section-leading {
        padding: 100px 0;
    }
}
@media (min-width: 768px) {
    .section-leading {
        padding: 120px 0;
    }
}
@media (min-width: 992px) {
    .section-leading {
        padding: 150px 0;
    }
}
@media (min-width: 1260px) {
    .section-leading {
        padding: 200px 0;
    }
}
.text-reveal {
    will-change: scroll-position;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.leading-copy {
    color: #fff;
    font-size: 7vw;
    font-weight: 600;
    background-image: linear-gradient(to bottom, white var(--gradient-progress-1), #fff0 var(--gradient-progress-2));
    line-height: 1.1;
    z-index: 1;
}
@media (max-width: 575.98px) {
    .leading-copy:lang(en) {
        font-size: 45px;
        padding: 0 30px;
    }
    .leading-copy br:first-child {
        display: none;
    }
}
@media (min-width: 375px) {
    .leading-copy {
        font-size: 40px;
    }
}
@media (min-width: 576px) {
    .leading-copy {
        font-size: 40px;
    }
}
@media (min-width: 768px) {
    .leading-copy {
        font-size: 48px;
        padding: 0 30px;
    }
}
@media (min-width: 992px) {
    .leading-copy {
        font-size: 64px;
    }
}
@media (min-width: 1260px) {
    .leading-copy {
        font-size: 82px;
    }
    .leading-copy:lang(en) {
        font-size: 72px;
    }
}
.leading-scroll-hint {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
}
.page_indicator_wrap {
    -webkit-box-flex: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    padding-bottom: 0;
    margin-top: 30px;
}
.page_indicator_content {
    position: relative;
    height: 30px;
    width: 2px;
    border-radius: 3px;
    overflow: hidden;
}
@media (min-width: 560px) {
    .page_indicator_content {
        height: 50px;
    }
}
.page_indicator {
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    animation: 3s cubic-bezier(0.14, 1.12, 0.67, 0.99) 0s infinite normal none running WormyAnimation;
}
@keyframes WormyAnimation {
    0% {
        transform: translateY(-200%);
    }
    50% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}
.section-video {
    position: relative;
    height: 500px;
    background: #000 center/cover no-repeat url(../img/MakeTime_V_1_sm.jpg);
}
@media (min-width: 576px) {
    .section-video {
        height: 600px;
    }
}
@media (min-width: 768px) {
    .section-video {
        height: 600px;
        background-image: url(../img/MakeTime_V_1.jpg);
    }
}
@media (min-width: 1260px) {
    .section-video {
        height: 600px;
    }
}
.section-video .cta-button,
.section-hero .cta-button {
    position: absolute;
    left: 50%;
    bottom: 64px;
    transform: translateX(-50%);
    display: flex;
    color: #323237;
    background-color: #fff;
    cursor: pointer;
}
.section-video-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.25;
}
@media (min-width: 768px) {
    .section-video .cta-button:lang(en),
    .section-hero .cta-button {
    }
}
@media (min-width: 768px) {
    .section-video .cta-button,
    .section-hero .cta-button {
        bottom: 14%;
    }
    .section-video .cta-button--video::before,
    .section-hero .cta-button::before {
        margin: 0 12px 0 0;
    }
}
.image-video-word {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.image-video-word::before {
    content: "";
    display: block;
}
.image-video-word:lang(en) {
    max-width: 340px;
    width: 90%;
}
@media (min-width: 576px) {
    .image-video-word:lang(en) {
        max-width: 660px;
    }
}
@media (min-width: 768px) {
    .image-video-word:lang(en) {
        max-width: 800px;
    }
}
@media (min-width: 992px) {
    .image-video-word:lang(en) {
        max-width: 1000px;
    }
}
@media (min-width: 1260px) {
    .image-video-word:lang(en) {
        max-width: 1380px;
    }
}
.section-experience {
    --section-intro-color: #323237;
}
.grid-item--experience-dimension {
    background-color: #48484c;
    background-image: url(../img/superwing_home_block_1_mobile.jpg);
}
@media (min-width: 768px) {
    .grid-item--experience-dimension {
        background-image: url(../img/superwing_home_block_1.jpg);
    }
}
.grid-item--experience-2 {
    --grid-item-headline-color: #323237;
    --grid-item-eyebrow-color: #323237;
    background-color: #eed345;
    background-image: url(../img/superwing_home_block_2_mobile.jpg);
}
@media (min-width: 768px) {
    .grid-item--experience-2 {
        background-image: url(../img/superwing_home_block_2.jpg);
    }
}
.grid-item--experience-3 {
    background-color: #48484c;
    background-image: url(../img/superwing_home_block_3_mobile.jpg);
}
@media (min-width: 768px) {
    .grid-item--experience-3 {
        background-image: url(../img/superwing_home_block_3.jpg);
    }
}
.image-experience-dimension-popup {
    background: center/cover no-repeat url();
    max-height: 600px;
}
.image-experience-dimension-popup::after {
    content: "";
    display: block;
    padding-bottom: 122%;
}
@media (min-width: 768px) {
    .image-experience-dimension-popup {
        max-height: initial;
        background-image: url();
    }
    .image-experience-dimension-popup::after {
        padding-bottom: 58.25%;
    }
}
.experience-features {
    display: flex;
    margin: auto;
    flex-direction: column;
    padding: 0 0 64px 0;
    max-width: 600px;
}
@media (min-width: 576px) {
    .experience-features {
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
    }
}
@media (min-width: 1260px) {
    .experience-features {
        max-width: 700px;
    }
}
.experience-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 576px) {
    .experience-feature:lang(en) {
        width: 100px;
        white-space: nowrap;
    }
}
.experience-feature + .experience-feature {
    margin: 40px 0 0 0;
}
@media (min-width: 576px) {
    .experience-feature + .experience-feature {
        margin: 0;
    }
}
.experience-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: center/contain no-repeat;
}
.experience-icon--wheel {
    background: center/cover no-repeat url();
}
.experience-icon--height {
    background: center/cover no-repeat url();
}
.experience-icon--weight {
    background: center/cover no-repeat url();
}
@media (min-width: 992px) {
    .experience-icon {
        width: 60px;
        height: 60px;
    }
}
.typography-experience-feature-headline {
    font-weight: 600;
    line-height: 1;
    font-size: 24px;
    margin: 8px 0 4px 0;
}
@media (min-width: 992px) {
    .typography-experience-feature-headline {
        font-size: 28px;
        margin: 8px 0 10px 0;
    }
}
@media (min-width: 1260px) {
    .typography-experience-feature-headline {
        font-size: 32px;
    }
}
.typography-experience-feature-spec {
    font-weight: 400;
    line-height: 1.2;
    color: #57595c;
    font-size: 14px;
}
@media (min-width: 992px) {
    .typography-experience-feature-spec {
        font-size: 16px;
    }
}
.section-hardware {
    --section-intro-color: #323237;
    background-color: #f8f8f8;
}
.section-hardware .grid-item-copy {
    padding-top: var(--tile-padding-y);
}
.section-hardware .section-content {
    max-width: 100%;
}
.section-hardware .slick-grid .grid {
    width: calc(100vw - 100px);
    max-width: 340px;
}
@media (min-width: 992px) {
    .section-hardware .slick-grid .grid {
        max-width: initial;
        width: initial;
    }
}
.grid-item--capacity {
    background-image: url(../img/img-hardware-1.jpg);
}
@media (min-width: 768px) {
    .grid-item--capacity {
        background-image: url(../img/img-hardware-1.jpg);
    }
}
.grid-item--single-battery {
    background-image: url(../img/img-hardware-2.jpg);
}
@media (min-width: 768px) {
    .grid-item--single-battery {
        background-image: url(../img/img-hardware-2.jpg);
    }
}
.grid-item--led {
    background-image: url(../img/img-hardware-3.jpg);
}
@media (min-width: 768px) {
    .grid-item--led {
        background-image: url(../img/img-hardware-3.jpg);
    }
}
.grid-item--pp {
    background-image: url(../img/img-hardware-4.jpg);
}
@media (min-width: 768px) {
    .grid-item--pp {
        background-image: url(../img/img-hardware-4.jpg);
    }
}
.grid-item--sbs {
    background-image: url(../img/img-hardware-5.jpg);
}
@media (min-width: 768px) {
    .grid-item--sbs {
        background-image: url(../img/img-hardware-5.jpg);
    }
}
.grid-item--sbs {
    position: relative;
}
.grid-item--sbs .grid-item-copy {
    position: relative;
    z-index: 3;
}
.image-sbs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center/cover no-repeat;
    border-radius: var(--tile-radius);
}
.image-sbs--front {
    background-image: url(../img/51968485351857.5d791dc306a79.jpg);
}
.image-sbs--rear {
    background-image: url(../img/f2721985351857.5d791dc30603a.jpg);
}
@media (min-width: 768px) {
    .image-sbs--front {
        background-image: url(../img/51968485351857.5d791dc306a79.jpg);
    }
    .image-sbs--rear {
        background-image: url(../img/f2721985351857.5d791dc30603a.jpg);
    }
}
.section-design {
    --section-intro-color: #334c5b;
}
.grid-item--design-headlight {
    background-color: #263467;
    background-image: url(../img/aerdock_home_block_1_mobile.jpg);
}
@media (min-width: 768px) {
    .grid-item--design-headlight {
        background-image: url(../img/aerdock_home_block_1.jpg);
    }
}
.grid-item--design-front {
    --grid-item-headline-color: #323237;
    --grid-item-eyebrow-color: #323237;
    background-color: #48484c;
    background-image: url(../img/aerdock_home_block_2_mobile.jpg);
}
@media (min-width: 768px) {
    .grid-item--design-front {
        background-image: url(../img/aerdock_home_block_2.jpg);
    }
}
.grid-item--design-foot {
    background-color: #263467;
    background-image: url(../img/aerdock_home_block_3_mobile.jpg);
}
@media (min-width: 768px) {
    .grid-item--design-foot {
        background-image: url(../img/aerdock_home_block_3.jpg);
    }
}
.grid-item--design-tail {
    background-color: #48484c;
    background-image: url(../img/aerdock_home_block_4_mobile.jpg);
}
@media (min-width: 768px) {
    .grid-item--design-tail {
        background-image: url(../img/aerdock_home_block_4.jpg);
    }
}
.section-features {
    --section-intro-color: #323237;
}
.grid-item--feature-motor {
    background-image: url();
}
@media (min-width: 768px) {
    .grid-item--feature-motor {
        background-image: url();
    }
}
.grid-item--feature-iq {
    --grid-item-eyebrow-color: #323237;
    --grid-item-headline-color: #323237;
    background-image: url();
}
@media (min-width: 768px) {
    .grid-item--feature-iq {
        background-image: url();
    }
}
.grid-item--feature-iq:lang(en) {
    background-image: url();
}
@media (min-width: 768px) {
    .grid-item--feature-iq:lang(en) {
        background-image: url();
    }
}
.grid-item--feature-keycard,
.grid-item--feature-security {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
@-webkit-keyframes enter {
    0% {
        opacity: 0;
        top: -10px;
    }
    5% {
        opacity: 1;
        top: 0;
    }
    50.9% {
        opacity: 1;
        top: 0;
    }
    55.9% {
        opacity: 0;
        top: 10px;
    }
}
@keyframes enter {
    0% {
        opacity: 0;
        top: -10px;
    }
    5% {
        opacity: 1;
        top: 0;
    }
    50.9% {
        opacity: 1;
        top: 0;
    }
    55.9% {
        opacity: 0;
        top: 10px;
    }
}
@-moz-keyframes enter {
    0% {
        opacity: 0;
        top: -10px;
    }
    5% {
        opacity: 1;
        top: 0;
    }
    50.9% {
        opacity: 1;
        top: 0;
    }
    55.9% {
        opacity: 0;
        top: 10px;
    }
}
.loader {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}
.loader svg {
    width: 130px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -67.5px;
    background: #000;
}
.st_path {
    top: -10px;
    margin-top: 5px;
    position: relative;
    opacity: 0;
    -webkit-animation: enter 4s infinite;
    animation: enter 4s infinite;
}
.enter {
    top: 0;
    opacity: 1;
}
.st1 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.st2 {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.st3 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.st4 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
.st5 {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.st6 {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.st7 {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.last {
    margin-right: 0;
}
.loader {
    -webkit-animation: hideAnimation 0s ease-in 2.4s;
    animation: hideAnimation 0s ease-in 2.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes hideAnimation {
    to {
        visibility: hidden;
        width: 0;
        height: 0;
    }
}
@keyframes hideAnimation {
    to {
        visibility: hidden;
        width: 0;
        height: 0;
    }
}
@-moz-keyframes hideAnimation {
    to {
        visibility: hidden;
        width: 0;
        height: 0;
    }
}
body {
    overflow: hidden;
    -webkit-animation: hideScroll 0s ease-in 2.4s;
    animation: hideScroll 0s ease-in 2.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes hideScroll {
    to {
        overflow: auto;
    }
}
@keyframes hideScroll {
    to {
        overflow: auto;
    }
}
@-moz-keyframes hideScroll {
    to {
        overflow: auto;
    }
}
.ggr-news {
    position: fixed;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    z-index: 950;
}
.ggr-news-body {
    color: #323237;
    background-color: hsl(0 0% 100% / 0.95);
    color: #898989;
    background-color: #323237;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-bottom: 1px solid rgb(50 50 55 / 0.08);
}
.ggr-news-icon {
    width: 75px;
    height: 30px;
    margin: 0 18px 0 0;
    background: 50% / contain no-repeat url(../img/bse@2x.png);
}
.ggr-news-icon:before {
    content: "";
    display: block;
    padding-bottom: 15.73%;
}
.ggr-news-headline {
    font-size: 16px;
    line-height: normal;
    padding-right: 20px;
}
.ggr-news-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
    color: #0074ff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.ggr-news-cta:after {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    flex: 0 0 auto;
    background: center / auto no-repeat url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMTIxMjE1Ij48cGF0aCBkPSJtMjAuNjkzOSAxLjk1NTk2LTE5LjQ0MzkgMTkuNDQzOTQgMS40MTIyMiAxLjQxMjIgMTkuNDQzOTgtMTkuNDQzOTJ6Ii8+PHBhdGggZD0ibTAgMS45OTUyM3YtMS45OTcxODMxMmgxNy4yOTc2Yy44ODAxIDAgMS42NTg3LjMwNDY1NDEyIDIuMjkwNi45MjUyNDcxMi4zNjEuMzYxMDc2LjczMzQuNzEwODU2IDEuMDk0NSAxLjA3MTkzNmgtLjAxMTNsMS4zNDI3IDEuMzMxNDVjLjM2MTEuMzQ5NzkuNzEwOS42OTk1OCAxLjA2MDcgMS4wNjA2NS42MzE4LjY0MzE2LjkzNjUgMS40MzMuOTM2NSAyLjMyNDR2MTcuMjc1MDdoLTEuOTk3MnYtMTcuMjI5OTRjMC0uMzgzNjQtLjE1OC0uNzU1OTktLjQyODgtMS4wMjY4bC0zLjMxNzMtMy4zMDYwNmMtLjI3MDgtLjI3MDgxLS42NDMyLS40Mjg3Ny0xLjAyNjgtLjQyODc3eiIvPjwvZz48L3N2Zz4);
    filter: brightness(0) invert(1);
    background-size: 1em 1em;
    display: none;
}
@media only screen and (max-width: 768px) {
    .ggr-news-cta:after {
        margin-right: -8px;
        display: block
    }
}
.news-enter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.news-enter-active {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.news-enter-to {
    -webkit-transform: none;
    transform: none;
}
.news-leave-to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.news-leave-active {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.gc-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.gc-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.gc-justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.gc-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ndm-close,
.ndm-change,
.ndm-volume {
    color: #0074ff;
}
.ggr-news-headline + .ggr-news-headline {
    margin-left: 18px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 500;
    pointer-events: none;
}
.ggr-news + .ggr-nav {
    position: static !important;
}
.ggr-news + .ggr-nav .ggr-nav-container {
    top: 50px !important;
}
@media only screen and (max-width: 768px) {
    .ggr-news-headline + .ggr-news-headline:nth-child(2) {
        margin-left: -5px;
    }
}
.hidden-xs-up {
    display: none !important;
}
@media (max-width: 543px) {
    .hidden-xs-down {
        display: none !important;
    }
}
@media (min-width: 544px) {
    .hidden-sm-up {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .ggr-news ~ .page-content {
        margin-top: -50px;
    }
}
.section-specs {
    position: relative;
    color: #fff;
    background-color: #202023;
    font-size: 14px;
}
.cta-input-sizer {
    padding: 0;
    /*max-width: 408px;*/
    margin: 40px 0 0;
}
.cta-input-wrapper {
    width: 100%;
    display: flex;
    border: none;
    border-radius: 25px;
    background-color: #f3f3f3;
    height: 50px;
    line-height: 50px;
    background: #fff;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
}
@media (min-width: 480px) {
    .cta-input-wrapper {
        font-size: 18px;
        font-weight: 500;
    }
}
.cta-input {
    border: none;
    display: block;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 22px;
    font-size: inherit;
    height: inherit;
    -webkit-box-flex: 1;
    flex: 1;
    line-height: 1;
    padding: 0;
}
.cta-input-submit {
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    background: #222 center/19px 16px no-repeat
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAgCAMAAABJuvqBAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAgCDfb7+g75BgQDAQz7BfFoxj/QAAAF5JREFUOMvt1MsKgDAMRNFp+tA+1Pn/r9WtIE66710fKA0k+GrUZJBZJBkkK6THZbrcTpezuJx2PVP1ONuoa0h0VHzsxPA8egH90F/4H8hSMwpFqvl1Ds5To6up4dUN+SMX5nzyogoAAAAASUVORK5CYII=);
    display: flex;
    justify-content: center;
    text-transform: none;
}
.cta-input-submit::before {
    content: "";
    display: block;
    box-sizing: border-box;
}

.form-field-label {
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    height: 0;
    margin: 0;
    opacity: 0;
}

.form-field-input {
    outline: none;
    width: 100%;
    padding: 32px 0;
    appearance: none;
    background-color: #202023;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #4d4d52;
    font-weight: 300;
    font-size: 24px;
    font-family: var(--font-family-base);
}

.form-field-input::placeholder {
    color: #737d82;
    opacity: 1; /* Firefox */
}

.form-field-input::-ms-input-placeholder { /* Edge 12 -18 */
    color: #737d82;
}

.form-field-checkboxContainer {
    position: relative;
    display: flex;
    cursor: pointer;
    margin-top: 25px;
}

.form-field-checkboxInput {
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: 0;
    cursor: pointer;
}

.form-field-checkboxIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #4d4d52;
}

.form-field-checkboxLabel {
    margin: 0 0 0 20px;
    font-size: 16px;
    color: #737d82;
}

.form-field-checkboxIcon:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #202023;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-field-checkboxInput:checked ~ .form-field-checkboxIcon:after {
    display: block;
    border-color: #737d82;
}

.form-field-errorMessage {
    margin: 8px 0;
    color: red;
    font-size: 16px;
}