@charset "UTF-8";

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(https://lf3-fe.ecombdstatic.com/obj/ecom-cdn-default/ecom/fe-alliance-home/out/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(https://lf3-fe.ecombdstatic.com/obj/ecom-cdn-default/ecom/fe-alliance-home/out/_next/static/media/slick.25572f22.eot);
    src: url(https://lf3-fe.ecombdstatic.com/obj/ecom-cdn-default/ecom/fe-alliance-home/out/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"), url(https://lf3-fe.ecombdstatic.com/obj/ecom-cdn-default/ecom/fe-alliance-home/out/_next/static/media/slick.653a4cbb.woff) format("woff"), url(https://lf3-fe.ecombdstatic.com/obj/ecom-cdn-default/ecom/fe-alliance-home/out/_next/static/media/slick.6aa1ee46.ttf) format("truetype"), url(https://lf3-fe.ecombdstatic.com/obj/ecom-cdn-default/ecom/fe-alliance-home/out/_next/static/media/slick.f895cfdf.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0
}

button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

a:focus,
button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.containers {
    width: 100%
}

@media (min-width:640px) {
    .containers {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .containers {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .containers {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .containers {
        max-width: 100%;
    }
}


.login-modal-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-duration: .2s;
    width: 100%
}

.login-modal-item:focus:active {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    --bg-opacity: 0.25
}

.carousel-card {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    justify-content: center;
    align-items: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.carousel-card,
.solution-card {
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    position: relative
}

.solution-card {
    box-shadow: 0 0 30px #f2faf9;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem .75rem 1.25rem;
    width: 100%;
    text-align: center
}

@media (min-width:768px) {
    .solution-card {
        width: 14rem;
        text-align: left;
        padding-bottom: 1.5rem
    }
}

@media (min-width:1024px) {
    .solution-card {
        margin-left: .5rem;
        margin-right: .5rem;
        width: 16rem;
        text-align: left;
        padding: 1rem 1.25rem 2rem
    }
}

.resource-card {
    box-shadow: 0 7px 18px rgba(0, 138, 255, .08);
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    position: relative;
    width: 91.666667%
}

@media (min-width:1024px) {
    .resource-card {
        width: auto;
        padding-left: 4rem;
        padding-right: 4rem;
        padding-bottom: 3rem
    }
}

.more-button {
    line-height: 1.285;
    border-radius: 2rem;
    padding: .5rem 1.5rem;
    font-size: .875rem;
    cursor: pointer;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #1966ff;
    border-color: rgba(25, 102, 255, var(--border-opacity));
    --text-opacity: 1;
    color: #1966ff;
    color: rgba(25, 102, 255, var(--text-opacity));
    margin-top: 1rem
}

.tab.active {
    position: relative;
    font-weight: 600;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --text-opacity: 1
}

.tab-light {
    position: relative !important;
    font-weight: 600 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
    --text-opacity: 1 !important
}

.tab.active:after {
    width: 1rem;
    height: .133rem;
    border-radius: .5rem;
    background-color: #22cee0;
    position: absolute;
    content: "";
    bottom: -.2rem;
    left: 0;
    right: 0;
    margin: auto
}

.qsp-card:hover {
    box-shadow: 0 6px 10px rgba(208, 217, 229, .4)
}

.enter-detail {
    width: 88px;
    line-height: 32px;
    background-color: #1966ff;
    color: #fff
}

.enter-detail:hover {
    background-color: #4784ff
}

.card-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.footer-banner {
    background: url(https://lf3-fe.ecombdstatic.com/obj/ecom-cdn-default/ecom/fe-alliance-home/out/_next/static/media/qsp_footer_banner.3c45d955.png) no-repeat 50% #f0f7ff
}

.subtitle {
    color: #161823;
    font-weight: 500;
    font-size: 1.375rem
}

.subtitle-caption {
    font-size: .8125rem;
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    --text-opacity: 0.6
}

.subhead {
    color: #161823;
    font-weight: 500;
    font-size: 1.0625rem
}

.caption {
    color: hsla(0, 0%, 100%, .8);
    font-size: .8125rem
}

.caption-light {
    font-size: .8125rem;
    --text-opacity: 1;
    color: rgb(100,100,100);
    color: rgba(0, 0, 0, var(--text-opacity));
    --text-opacity: 0.6
}

@media (min-width:768px) {
    .subtitle {
        font-size: 1.875rem
    }

    .subtitle-caption {
        font-size: 1.375rem
    }

    .subhead {
        font-weight: 400;
        font-size: 1.4375rem
    }

    .caption {
        font-size: 1.125rem
    }

    .caption-light {
        color: rgb(100,100,100);
        font-size: 1.0625rem
    }
}

.space-y-0>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse))
}

.space-y-2>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(.5rem * var(--space-y-reverse))
}

.space-y-6>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse))
}

.space-x-8>:not(template)~:not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)))
}

.space-x-12>:not(template)~:not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)))
}

.space-y-24>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse))
}

.divide-x>:not(template)~:not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)))
}

.divide-white>:not(template)~:not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity))
}

.divide-opacity-25>:not(template)~:not(template) {
    --divide-opacity: 0.25
}

.bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-accent-4 {
    --bg-opacity: 1;
    background-color: #1966ff;
    background-color: rgba(25, 102, 255, var(--bg-opacity))
}

.bg-accent-gray {
    --bg-opacity: 1;
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, var(--bg-opacity))
}

.bg-opacity-25 {
    --bg-opacity: 0.25
}

.border-opacity-25 {
    --border-opacity: 0.25
}

.rounded {
    border-radius: .25rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-xl {
    border-radius: 2rem
}

.rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.border-dashed {
    border-style: dashed
}

.border-none {
    border-style: none
}

.border {
    border-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.cursor-auto {
    cursor: auto
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}


.content-center {
    align-content: center
}

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

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.flex-1 {
    flex: 1 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.h-0 {
    height: 0
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-auto {
    height: auto
}

.h-px {
    height: 1px
}

.h-100p,
.h-full {
    height: 100%
}

.text-16 {
    font-size: .8333333333333334vw
}

.text-xs {
    font-size: .8125rem
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1.0625rem
}

.text-xl {
    font-size: 1.375rem
}

.text-2xl {
    font-size: 1.4375rem
}

.text-4xl {
    font-size: 2.25rem
}

.text-3xs {
    font-size: .6875rem
}

.text-2xs {
    font-size: .75rem
}

.leading-tight {
    line-height: 1.25
}

.m-3 {
    margin: .75rem
}

.m-auto {
    margin: auto
}

.-m-16 {
    margin: .8333333333333334vw
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.mb-0 {
    margin-bottom: 0
}

.mt-1 {
    margin-top: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.ml-1 {
    margin-left: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mr-10 {
    margin-right: 2.5rem
}

.mt-16 {
    margin-top: 4rem
}

.ml-auto {
    margin-left: auto
}

.-mb-16 {
    margin-bottom: .8333333333333334vw
}

.-mb-20 {
    margin-bottom: -5rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-full {
    max-width: 100%
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-top {
    -o-object-position: top;
    object-position: top
}

.opacity-0 {
    opacity: 0
}

.opacity-50 {
    opacity: .5
}

.opacity-100 {
    opacity: 1
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-hidden {
    overflow-y: hidden
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-10 {
    padding: 2.5rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}


.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem
}

.pr-2 {
    padding-right: .5rem
}

.pl-2 {
    padding-left: .5rem
}

.pt-3 {
    padding-top: .75rem
}

.pl-3 {
    padding-left: .75rem
}

.pr-4 {
    padding-right: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pr-8 {
    padding-right: 2rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pb-18 {
    padding-bottom: 4.5rem
}

.pt-24 {
    padding-top: 6rem
}

.pt-32 {
    padding-top: 8rem
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    top: 0;
    bottom: 0
}

.inset-0,
.inset-x-0 {
    right: 0;
    left: 0
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.-top-20 {
    top: -5rem
}

.-bottom-20 {
    bottom: -5rem
}

.-top-12 {
    top: -3rem
}

.resize {
    resize: both
}

.fill-current {
    fill: currentColor
}

.stroke-current {
    stroke: currentColor
}

.stroke-2 {
    stroke-width: 2
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.text-accent-4 {
    --text-opacity: 1;
    color: #1966ff;
    color: rgba(25, 102, 255, var(--text-opacity))
}

.text-opacity-40 {
    --text-opacity: 0.4
}

.text-opacity-60 {
    --text-opacity: 0.6
}

.text-opacity-75 {
    --text-opacity: 0.75
}

.text-opacity-80 {
    --text-opacity: 0.8
}

.visible {
    visibility: visible
}

.break-all {
    word-break: break-all
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.w-2 {
    width: .5rem
}

.w-3 {
    width: .75rem
}

.w-28 {
    width: 7rem
}

.w-48 {
    width: 12rem
}

.w-1440 {
    width: 75vw
}

.w-auto {
    width: auto
}

.w-1\/2 {
    width: 50%
}

.w-100p,
.w-full {
    width: 100%
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-50 {
    z-index: 50
}

.gap-3 {
    grid-gap: .75rem;
    gap: .75rem
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.transition-opacity {
    transition-property: opacity
}

.duration-200 {
    transition-duration: .2s
}

.delay-1000 {
    transition-delay: 1s
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.flex-col-center {
    flex-direction: column
}

.flex-col-center,
.flex-row-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.flex-row-center {
    flex-direction: row
}

html .swiper-pagination {
    bottom: 16px
}

html .swiper-pagination-bullet {
    background: hsla(0, 0%, 100%, .5);
    opacity: 1
}

html .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

html .swiper-button-prev {
    left: 25px
}

html .swiper-button-next {
    right: 25px
}

html .swiper-button-next,
html .swiper-button-prev {
    width: 38px;
    height: 38px;
    z-index: 1000
}

html .swiper-button-next:after,
html .swiper-button-prev:after {
    content: "";
    background-size: contain;
    width: 100%;
    height: 100%
}

html .swiper-button-prev:after {
    background-image: url(https://lf3-fe.ecombdstatic.com/obj/ecom-cdn-default/ecom/fe-alliance-home/out/_next/static/media/swiper_left_disable.236b3874.png)
}

html .swiper-button-next:after {
    background-image: url(https://lf3-fe.ecombdstatic.com/obj/ecom-cdn-default/ecom/fe-alliance-home/out/_next/static/media/swiper_right_disable.69b1e008.png)
}

html .swiper-button-prev:hover:after {
    background-image: url(https://lf3-fe.ecombdstatic.com/obj/ecom-cdn-default/ecom/fe-alliance-home/out/_next/static/media/swiper_left_enable.65a203b4.png)
}

html .swiper-button-next:hover:after {
    background-image: url(https://lf3-fe.ecombdstatic.com/obj/ecom-cdn-default/ecom/fe-alliance-home/out/_next/static/media/swiper_right_enable.450745b6.png)
}

@media (min-width:640px) {
    .sm\:w-1\/3 {
        width: 33.333333%
    }
}

@media (min-width:768px) {
    .md\:space-y-0>:not(template)~:not(template) {
        --space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
        margin-bottom: calc(0px * var(--space-y-reverse))
    }

    .md\:space-y-2>:not(template)~:not(template) {
        --space-y-reverse: 0;
        margin-top: calc(.5rem * calc(1 - var(--space-y-reverse)));
        margin-bottom: calc(.5rem * var(--space-y-reverse))
    }

    .md\:space-x-24>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(6rem * var(--space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--space-x-reverse)))
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:items-start {
        align-items: flex-start
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:flex-initial {
        flex: 0 1 auto
    }

    .md\:font-medium {
        font-weight: 500
    }

    .md\:h-7 {
        height: 1.75rem
    }

    .md\:h-11 {
        height: 2.75rem
    }

    .md\:text-sm {
        font-size: .875rem
    }

    .md\:text-xl {
        font-size: 1.375rem
    }

    .md\:text-3xl {
        font-size: 1.875rem
    }

    .md\:mt-4 {
        margin-top: 1rem
    }

    .md\:mt-6 {
        margin-top: 1.5rem
    }

    .md\:mt-12 {
        margin-top: 3rem
    }

    .md\:p-4 {
        padding: 1rem
    }

    .md\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .md\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .md\:pr-4 {
        padding-right: 1rem
    }

    .md\:pt-12 {
        padding-top: 3rem
    }

    .md\:pb-12 {
        padding-bottom: 3rem
    }

    .md\:pt-16 {
        padding-top: 4rem
    }

    .md\:pb-24 {
        padding-bottom: 6rem
    }

    .md\:pb-32 {
        padding-bottom: 8rem
    }

    .md\:pt-40 {
        padding-top: 10rem
    }

    .md\:pb-40 {
        padding-bottom: 10rem
    }

    .md\:pt-48 {
        padding-top: 12rem
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-center {
        text-align: center
    }

    .md\:text-opacity-100 {
        --text-opacity: 1
    }

    .md\:w-36 {
        width: 9rem
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }
}

@media (min-width:1024px) {
    .lg\:space-y-0>:not(template)~:not(template) {
        --space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
        margin-bottom: calc(0px * var(--space-y-reverse))
    }

    .lg\:space-x-4>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(1rem * var(--space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--space-x-reverse)))
    }

    .lg\:space-x-8>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(2rem * var(--space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--space-x-reverse)))
    }

    .lg\:border-solid {
        border-style: solid
    }

    .lg\:text-4xl {
        font-size: 2.25rem
    }

    .lg\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:flex-row-center {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }
}

@media (min-width:1280px) {
    .xl\:text-6xl {
        font-size: 3.5rem
    }

    .xl\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .xl\:pr-0 {
        padding-right: 0
    }

    .xl\:w-1\/4 {
        width: 25%
    }
}

.slick-slide,
.slick-slide * {
    outline: none !important
}

.index-theme {
    --theme-color: #22cee0
}

.daren-theme {
    --theme-color: #3bc7e2
}

.darenmcn-theme {
    --theme-color: #1966ff
}

.index-theme .slick-list {
    padding-left: 36%
}

.index-theme .slick-slide {
    padding-left: 1rem
}

.index-theme .slick-slide .person {
    transform: scale(.8);
    transition: transform;
    transition-duration: .3s
}

.index-theme .slick-slide.slick-current .person {
    transform: scale(1)
}

.carousel .slick-track {
    padding: 1rem 0 1.5rem
}

.carousel .slick-slide {
    padding: 0 .375rem
}

.slick-dots {
    line-height: 0;
    bottom: 0
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 3px
}

.slick-dots li button {
    width: 5px;
    height: 5px;
    padding: .5px
}

.slick-dots li.slick-active button {
    width: 5px;
    height: 5px;
    padding: 0
}

.slick-dots li button:before {
    content: "";
    background-color: #e5e5e5;
    border-radius: 1px;
    opacity: 1;
    width: 4px;
    height: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.slick-dots li.slick-active button:before {
    background-color: #22cee0;
    background-color: var(--theme-color);
    border-radius: 1px;
    opacity: 1;
    width: 5px;
    height: 5px
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    bottom: -6px
}

.subtitle-underline {
    position: relative;
    margin-bottom: 50px;
}

.subtitle-underline:after {
    background-image: url(https://lf3-fe.ecombdstatic.com/obj/ecom-cdn-default/ecom/fe-alliance-home/out/_next/static/media/%E6%A0%87%E9%A2%98%E5%BA%95%E7%BA%BF%E7%BB%BF.34bdb929.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 3px;
    position: absolute;
    content: "";
    bottom: -.6rem;
    left: 0;
    right: 0;
    margin: auto
}

.darenmcn-theme.subtitle-underline:after {
    background-image: url(https://lf3-fe.ecombdstatic.com/obj/ecom-cdn-default/ecom/fe-alliance-home/out/_next/static/media/%E6%A0%87%E9%A2%98%E5%BA%95%E7%BA%BF%E8%93%9D.7aabd927.png)
}

.secondary-feature,
.secondary-feature-selected {
    position: relative;
    cursor: pointer;
    max-height: 6.25rem;
    mix-blend-mode: normal;
    border-radius: 3.125rem;
    width: 27.5rem;
    transition: max-height .5s;
    padding: 2.3rem 3.125rem 0;
    margin: .625rem 0
}

.secondary-feature,
.secondary-feature-opacity-diff-1,
.secondary-feature-selected {
    background: linear-gradient(90deg, rgba(238, 246, 255, .5) -7.91%, rgba(247, 242, 247, 0))
}

.secondary-feature-opacity-diff-2 {
    background: linear-gradient(90deg, rgba(238, 246, 255, .3) -7.91%, rgba(247, 242, 247, 0))
}

.secondary-feature-opacity-diff-3 {
    background: linear-gradient(90deg, rgba(238, 246, 255, .1) -7.91%, rgba(247, 242, 247, 0))
}

.secondary-feature-selected {
    background: unset;
    max-height: 12.125rem;
    width: 38.125rem;
    margin-top: -4.4375rem;
    padding: 2.25rem 1.125rem
}

.secondary-feature-selected-bg {
    height: 100%;
    width: 38.125rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: secondary-feature-selected-bg-appear 2s;
    animation: secondary-feature-selected-bg-appear 2s
}

@-webkit-keyframes secondary-feature-selected-bg-appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes secondary-feature-selected-bg-appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.secondary-feature-selected>h4,
.secondary-feature>h4 {
    font-weight: 400;
    font-size: 1.375rem;
    color: #262626;
    margin: 0;
    transition: margin-top .5s;
    position: relative;
    z-index: 2
}

.secondary-feature-selected>p,
.secondary-feature>p {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s;
    font-size: 1rem;
    color: #262626;
    max-width: 21.875rem;
    margin-top: .625rem;
    position: relative;
    z-index: 2
}

.secondary-feature-selected>h4 {
    line-height: 1;
    margin-top: 2.1875rem;
    font-weight: 600
}

.secondary-feature-selected>p {
    line-height: 1.375;
    visibility: visible;
    opacity: 1
}

.secondary-feature-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.125rem
}

.secondary-feature-image-container {
    flex: 1 1;
    position: relative;
    margin-left: -5.625rem;
    margin-top: -109px;
}

.secondary-feature-image,
.secondary-feature-image-hidden {
    opacity: 1;
    transition: opacity .5s;
    margin: auto;
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0
}

.secondary-feature-image-hidden {
    opacity: 0
}

.top-banner {
    position: fixed;
    top: 56px;
    right: 0;
    left: 0;
    z-index: 11;
    cursor: pointer
}

.top-banner-detail {
    width: 1160px;
    height: 100px
}

.landing-page {
    min-width: 1440px;
    height: 2614px;
    background-color: #28097f;
    background-image: url(https://lf3-fe.ecombdstatic.com/obj/ecom-cdn-default/ecom/fe-alliance-home/out/_next/static/media/activity-base.fad082ef.jpg);
    background-size: contain;
    background-position-x: center;
    background-repeat: no-repeat
}

.center-auto {
    margin: 0 auto;
    width: 1440px
}

.activity-introduce {
    top: 417px
}

.activity-help {
    top: 444px
}

.activity-time {
    top: 541px
}

.join-in {
    top: 635px
}

.footer-rule {
    top: 672px
}

.pop-style {
    position: absolute;
    top: 224px;
    left: 181px;
    width: 316px;
    height: 48px
}

.annual-goods {
    min-width: 1252px;
    padding-bottom: 20px;
    background-color: #db2230
}

.center-auto-annual {
    margin: 0 auto;
    width: 1252px
}

.notice-pagination-bullets {
    left: 26px;
    bottom: 24px;
    min-width: 200px;
    min-height: 10px;
    display: flex;
    align-items: flex-end
}

body .notice-pagination-bullets {
    bottom: 24px
}

.notice-swiper-pagination {
    width: 6px;
    opacity: .5;
    transition: all .2s ease;
    display: block;
    margin-right: 4px;
    padding: 5px 0;
    position: relative
}

.notice-swiper-pagination:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    border-radius: 9px
}

.notice-swiper-pagination.swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    background: transparent
}

@-webkit-keyframes loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.loading {
    -webkit-animation: loading 1s linear infinite;
    animation: loading 1s linear infinite;
    transform-origin: center
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100vw;
    height: 100%;
    position: relative;
    transition-property: transform;
    background: linear-gradient(180deg, #f9fbff, #e4eff9);
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

/*# sourceMappingURL=f41da6564e169771.css.map*/