@font-face {
    font-family: Bahnschrift;
    src: url(../font/bahnschrift1.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: pingfang;
    src: url(../font/pingfang.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MyriadProRegular;
    src: url(../font/MyriadProRegular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Corbel;
    src: url(../font/corbel1.ttf);
    font-weight: 400;
    font-style: normal
}

/*! 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], [type=submit], button {
    -webkit-appearance: button
}

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-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=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    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
}

[role=button], 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
}

a {
    --text-opacity: 1;
    color: #f7b93f;
    color: rgba(247, 185, 63, var(--text-opacity));
    text-decoration: underline
}

a:hover {
    --text-opacity: 1;
    color: #f5a70a;
    color: rgba(245, 167, 10, var(--text-opacity))
}

.base-bg-blue {
    background: #f7f9fc
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #f7b93f
}

::-webkit-scrollbar-thumb:hover {
    background: #f5a70a
}

.slide-fade-enter-active, .slide-fade-leave-active {
    transition: all .3s ease
}

.slide-fade-enter, .slide-fade-leave-to {
    transform: translateY(10px);
    opacity: 0
}

.page-wrapper .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: .5rem;
    padding-right: .5rem
}

@media (min-width: 768px) {
    .page-wrapper .container {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1024px) {
    .page-wrapper .container {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media (min-width: 1280px) {
    .page-wrapper .container {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.page-tabs {
    display: flex;
    flex-wrap: wrap
}

.page-tabs .tab {
    padding: .5rem;
    text-decoration: none;
    --text-opacity: 1;
    color: #383d49;
    color: rgba(56, 61, 73, var(--text-opacity));
    font-size: 1.125rem;
    border-bottom-width: 4px;
    border-color: transparent
}

@media (min-width: 640px) {
    .page-tabs .tab {
        font-size: 1.25rem
    }
}

@media (min-width: 768px) {
    .page-tabs .tab {
        padding: 1rem;
        font-size: 1.5rem
    }
}

.page-tabs .tab.checked {
    border-bottom-width: 4px;
    --border-opacity: 1;
    border-color: #f7b93f;
    border-color: rgba(247, 185, 63, var(--border-opacity))
}

.page-title {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1.875rem;
    --text-opacity: 1;
    color: #383d49;
    color: rgba(56, 61, 73, var(--text-opacity));
    text-transform: uppercase;
    position: relative;
    margin-left: 2.5rem
}

@media (min-width: 768px) {
    .page-title {
        padding-top: 3rem;
        padding-bottom: 3rem;
        font-size: 2.25rem;
        margin-left: 3.5rem
    }
}

@media (min-width: 1280px) {
    .page-title {
        padding-top: 4rem;
        padding-bottom: 4rem;
        font-size: 3rem
    }
}

.page-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../image/biaotiimg.png) no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
    left: -2.5rem;
    top: 3.5rem
}

@media (min-width: 768px) {
    .page-title:before {
        width: 2rem;
        height: 2rem;
        margin-right: 1rem;
        left: -3.5rem;
        top: 3.5rem
    }
}

@media (min-width: 1280px) {
    .page-title:before {
        top: 5rem
    }
}

.page-title.with-subtitle {
    padding-bottom: 0
}

@media (min-width: 768px) {
    .page-title.with-subtitle {
        padding-bottom: 0
    }
}

@media (min-width: 1280px) {
    .page-title.with-subtitle {
        padding-bottom: 0
    }
}

.page-title.with-subtitle .subtitle {
    padding-bottom: 3rem;
    font-size: 1.25rem
}

@media (min-width: 768px) {
    .page-title.with-subtitle .subtitle {
        padding-bottom: 3rem;
        font-size: 1.5rem
    }
}

@media (min-width: 1280px) {
    .page-title.with-subtitle .subtitle {
        padding-bottom: 4rem;
        font-size: 1.875rem
    }
}

.section-title {
    font-size: 1.5rem;
    --text-opacity: 1;
    color: #383d49;
    color: rgba(56, 61, 73, var(--text-opacity));
    text-transform: uppercase;
    margin-top: .5rem;
    margin-bottom: .5rem
}

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

.section {
    padding: .5rem .75rem
}

@media (min-width: 768px) {
    .section {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.note, .note p {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: .875rem;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    font-family: pingfang, Microsoft YaHei
}

@media (min-width: 768px) {
    .note, .note p {
        font-size: 1rem
    }
}

.bold-note {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: .875rem;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    font-family: pingfang, Microsoft YaHei
}

@media (min-width: 768px) {
    .bold-note {
        font-size: 1rem
    }
}

.italic-note {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-weight: 400;
    font-size: .875rem;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    font-family: pingfang, Microsoft YaHei;
    font-style: italic
}

@media (min-width: 768px) {
    .italic-note {
        font-size: 1rem
    }
}

.asterisk-note {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: .875rem;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    font-family: pingfang, Microsoft YaHei;
    position: relative;
    padding-left: 1rem
}

.asterisk-note:before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0
}

@media (min-width: 768px) {
    .asterisk-note {
        font-size: 1rem
    }
}

.asterisk-note.important:before {
    content: "**"
}

.more-info {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .more-info {
        font-size: 1.125rem
    }
}

.page-banner {
    height: 16rem;
    background-size: cover;
    background-repeat: no-repeat;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(.77);
        -webkit-transform: scale(.77)
    }
}

.bullet, .bullet li {
    list-style-type: disc
}

ul.bullet {
    margin: 1rem;
    padding-left: 2rem
}

ol.bcr {
    list-style-type: decimal;
    list-style-position: inside;
    font-weight: 600
}

ol.bcr div, ol.bcr ul {
    font-weight: 400
}

[aos=fade] {
    opacity: 0;
    transition-property: opacity
}

[aos=fade].aos-animate {
    opacity: 1
}

.table-scroll {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: auto
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    z-index: 0
}

.table-scroll table thead tr:first-child th:first-child {
    border-top-left-radius: .5rem
}

.table-scroll table thead tr:first-child th:last-child {
    border-top-right-radius: .5rem;
    border-right-width: 0
}

.table-scroll table thead tr th {
    --bg-opacity: 1;
    background-color: #383d49;
    background-color: rgba(56, 61, 73, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    padding: .5rem;
    border-width: 1px 0 0 1px;
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
    text-align: center
}

@media (min-width: 640px) {
    .table-scroll table thead tr th {
        font-size: 1.125rem
    }
}

@media (min-width: 768px) {
    .table-scroll table thead tr th {
        font-size: 1.25rem;
        padding: 1rem
    }
}

.table-scroll table thead tr th.sticky-th {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2
}

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

.table-scroll table tbody tr:first-child td {
    border-top: 4px solid #f7b93f
}

.table-scroll table tbody tr:last-child td:first-child {
    border-bottom-left-radius: .5rem
}

.table-scroll table tbody tr:last-child td:last-child {
    border-bottom-right-radius: .5rem
}

.table-scroll table tbody tr td {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
    padding: .5rem;
    font-size: .875rem;
    border-width: 1px 0 0 1px;
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
    z-index: 0
}

.table-scroll table tbody tr td:first-child {
    border-left-width: 0
}

@media (min-width: 640px) {
    .table-scroll table tbody tr td {
        font-size: 1rem
    }
}

@media (min-width: 768px) {
    .table-scroll table tbody tr td {
        font-size: 1.125rem;
        padding: 1rem
    }
}

.table-scroll table tbody tr td.sticky-td {
    position: sticky;
    left: 0;
    z-index: 2;
    text-align: left;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.table-stack {
    display: block;
    width: 100%
}

@media (min-width: 768px) {
    .table-stack {
        display: table
    }
}

.table-stack .table-header {
    display: none;
    padding-bottom: .5rem;
    --border-opacity: 1;
    border-color: #fbdc9d;
    border-color: rgba(251, 220, 157, var(--border-opacity))
}

@media (min-width: 768px) {
    .table-stack .table-header {
        display: table-row
    }
}

.table-stack .table-header .th {
    padding: 1rem;
    --bg-opacity: 1;
    background-color: #383d49;
    background-color: rgba(56, 61, 73, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.125rem;
    border-right-width: 1px;
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
    text-align: center;
    border-bottom: 4px solid #f7b93f
}

.table-stack .table-header .th:first-child {
    border-top-left-radius: .5rem
}

.table-stack .table-header .th:last-child {
    border-top-right-radius: .5rem
}

@media (min-width: 768px) {
    .table-stack .table-header .th {
        display: table-cell
    }
}

.table-stack .table-body {
    display: flex;
    flex-wrap: wrap;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    margin-bottom: .5rem
}

@media (min-width: 768px) {
    .table-stack .table-body {
        margin-bottom: 0;
        display: table-row
    }
}

.table-stack .table-body .th-md {
    display: table-cell;
    padding: .5rem;
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
    font-size: .875rem;
    text-transform: uppercase
}

@media (min-width: 640px) {
    .table-stack .table-body .th-md {
        font-size: 1rem
    }
}

@media (min-width: 768px) {
    .table-stack .table-body .th-md {
        display: none;
        padding: 1rem;
        font-size: 1.125rem
    }
}

.table-stack .table-body .td {
    display: table-cell;
    padding: .5rem;
    border-right-width: 1px;
    border-top-width: 1px;
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    font-size: .875rem;
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity))
}

@media (min-width: 640px) {
    .table-stack .table-body .td {
        font-size: 1rem
    }
}

@media (min-width: 768px) {
    .table-stack .table-body .td {
        padding: 1rem;
        font-size: 1.125rem
    }
}

.table-center table thead tr th {
    padding: 1rem .5rem;
    font-size: 1rem
}

.table-center table tbody tr td {
    text-align: center;
    padding: 1rem .5rem;
    font-size: .875rem
}

.table-tabs {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    --bg-opacity: 1;
    background-color: #383d49;
    background-color: rgba(56, 61, 73, var(--bg-opacity));
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
    border-bottom-width: 4px;
    --border-opacity: 1;
    border-color: #f7b93f;
    border-color: rgba(247, 185, 63, var(--border-opacity));
    display: flex;
    flex-direction: row;
    align-items: stretch
}

@media (min-width: 640px) {
    .table-tabs {
        font-size: 1.125rem
    }
}

@media (min-width: 768px) {
    .table-tabs {
        font-size: 1.25rem
    }
}

.table-tabs .tab {
    padding: .75rem .5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

@media (min-width: 768px) {
    .table-tabs .tab {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.table-tabs .tab:last-child {
    border-width: 0
}

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

.table-tabs .tab.active:after {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    display: block;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #fff;
    left: 50%;
    margin-left: -13px;
    bottom: -4px
}

.table-header-b-border {
    border-bottom: 4px solid #f7b93f
}

* {
    box-sizing: border-box
}

.headings {
    display: none
}

.cell {
    text-align: right
}

.cell:before {
    content: attr(data-label);
    float: left
}

@media (min-width: 768px) {
    .table-container {
        overflow-x: scroll;
        overflow-y: hidden;
        position: relative
    }

    .headings {
        display: block
    }

    .headings:after, .headings:before, .row:after, .row:before {
        content: " ";
        display: table
    }

    .row-container {
        padding-left: 20%;
        overflow: hidden;
        width: 100%
    }

    .cell {
        float: left;
        text-align: left
    }

    .cell:before {
        display: none
    }

    .cell.fixed {
        background-color: #fff;
        display: block;
        margin-left: -20%;
        position: absolute;
        text-align: left
    }

    .cell.wider {
        width: 20%
    }

    .row {
        border-top: none;
        margin-top: 0;
        width: 100%
    }
}

.button {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    text-align: center;
    padding: .5rem .75rem;
    font-size: 1.125rem;
    letter-spacing: .025em;
    text-decoration: none;
    display: inline-block
}

.button:disabled {
    opacity: .75;
    cursor: not-allowed
}

.button:disabled:focus, .button:disabled:hover {
    cursor: not-allowed
}

@media (min-width: 768px) {
    .button {
        padding: .5rem 2rem;
        font-size: 1.125rem
    }
}

.btn-md {
    padding: .5rem 2rem
}

.btn-lg {
    padding: 1rem 4rem
}

.btn-rounded {
    border-radius: .25rem
}

.btn-rounded-full {
    border-radius: 9999px
}

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

.btn-yellow {
    --bg-opacity: 1;
    background-color: #f7b93f;
    background-color: rgba(247, 185, 63, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.btn-yellow:hover {
    --bg-opacity: 1;
    background-color: #f9ca6c;
    background-color: rgba(249, 202, 108, var(--bg-opacity));
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity))
}

.btn-gray {
    --text-opacity: 1;
    color: #f7b93f;
    color: rgba(247, 185, 63, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #383d49;
    background-color: rgba(56, 61, 73, var(--bg-opacity))
}

.btn-gray:hover {
    --text-opacity: 1;
    color: #f9ca6c;
    color: rgba(249, 202, 108, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity))
}

.btn-gray-500 {
    --text-opacity: 1;
    color: #383d49;
    color: rgba(56, 61, 73, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity))
}

.btn-gray-500:hover {
    --text-opacity: 1;
    color: #383d49;
    color: rgba(56, 61, 73, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity))
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-decoration: none
}

.btn-blue-dark {
    --bg-opacity: 1;
    background-color: #383d49;
    background-color: rgba(56, 61, 73, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.btn-blue-dark:hover {
    --bg-opacity: 1;
    background-color: #1e232d;
    background-color: rgba(30, 35, 45, var(--bg-opacity))
}

.has-link a {
    --text-opacity: 1;
    color: #f7b93f;
    color: rgba(247, 185, 63, var(--text-opacity))
}

.has-link a:hover {
    text-decoration: underline
}

.list-square {
    list-style: square
}

.card-inner-yellow {
    overflow: hidden;
    position: relative
}

.card-inner-yellow:before {
    position: absolute;
    margin: 0;
    transform: rotate(360);
    padding: 0 3rem 3rem;
    border-radius: 50%;
    left: 35%;
    top: -5rem;
    z-index: -1;
    box-shadow: 0 0 0 200px rgba(153, 85, 170, .75);
    content: ""
}

.transition {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.next-day {
    position: relative
}

.next-day:after {
    content: "+1";
    font-size: .75rem;
    position: absolute
}

.steps-area {
    padding: 0
}

.steps {
    position: relative
}

.steps:before {
    --bg-opacity: 1;
    background-color: #f7b93f;
    background-color: rgba(247, 185, 63, var(--bg-opacity));
    position: absolute;
    bottom: 0;
    width: .25rem;
    content: " ";
    left: 50%;
    top: 42px;
    margin-left: -1px
}

.timeline {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0;
    list-style-type: none
}

.timeline .timeline-box {
    display: flex;
    flex-direction: column;
    z-index: 20;
    border-radius: .25rem;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    margin-bottom: .5rem;
    padding: 1rem;
    min-height: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 768px) {
    .timeline .timeline-box {
        position: relative;
        display: block;
        z-index: 20;
        border-radius: .25rem;
        --bg-opacity: 1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
        float: left;
        clear: left;
        width: 45%;
        margin: 1em 2.5%;
        list-style-type: none;
        padding: 25px;
        min-height: 75px;
        opacity: .9
    }
}

.timeline .timeline-box .timeline-title {
    font-size: 1.125rem;
    padding-left: 15px;
    padding-top: 8px
}

@sscreen md {
    .timeline .timeline-box .timeline-title {
        font-size: 1.25rem
    }
} @media (min-width: 1280px) {
    .timeline .timeline-box .timeline-title {
        font-size: 1.5rem
    }
}

.timeline .timeline-box .timeline-details {
    clear: both;
    padding-top: 5px
}

.timeline .timeline-box span {
    --text-opacity: 1;
    color: #f7b93f;
    color: rgba(247, 185, 63, var(--text-opacity));
    position: absolute;
    top: 0;
    font-size: 4rem;
    font-weight: 600;
    opacity: .25;
    right: 24px;
    z-index: -1
}

.timeline .timeline-box:hover:after {
    --bg-opacity: 1;
    background-color: #f7b93f;
    background-color: rgba(247, 185, 63, var(--bg-opacity));
    opacity: 1
}

.timeline .timeline-box:nth-of-type(1n):before {
    position: absolute;
    top: 15px;
    right: -9px;
    display: inline-block;
    border-color: transparent #f8f8f8;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    content: " "
}

.timeline .timeline-box:nth-of-type(2n) {
    float: right;
    clear: right
}

.timeline .timeline-box:nth-of-type(2n):before {
    right: auto;
    left: -9px;
    position: absolute;
    top: 15px;
    display: inline-block;
    border-color: transparent #f8f8f8;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    content: " "
}

@media (min-width: 768px) {
    .timeline .timeline-box:nth-of-type(2n) {
        margin-top: 3em
    }
}

@media (min-width: 1024px) {
    .timeline .timeline-box:after {
        border-width: 8px;
        --border-opacity: 1;
        border-color: #f7b93f;
        border-color: rgba(247, 185, 63, var(--border-opacity));
        display: block;
        --bg-opacity: 1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
        position: absolute;
        width: .75rem;
        height: .75rem;
        content: " ";
        border-radius: 50%;
        right: -29.79px;
        top: 17px
    }

    .timeline .timeline-box:first-child {
        margin-bottom: 2.5em
    }

    .timeline .timeline-box:nth-child(2n):after {
        left: -27.79px;
        right: auto
    }
}

@media (min-width: 1280px) {
    .timeline .timeline-box:nth-child(2n):after {
        left: -34.18px;
        right: auto
    }

    .timeline .timeline-box:after {
        border-width: 8px;
        --border-opacity: 1;
        border-color: #f7b93f;
        border-color: rgba(247, 185, 63, var(--border-opacity));
        display: block;
        --bg-opacity: 1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
        position: absolute;
        width: .75rem;
        height: .75rem;
        content: " ";
        border-radius: 50%;
        right: -36.18px;
        top: 17px
    }
}

.timeline-box:hover {
    --bg-opacity: 1;
    background-color: #fef6e7;
    background-color: rgba(254, 246, 231, var(--bg-opacity))
}

.timeline-box {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.news-card {
    max-width: 40rem;
    border-radius: .5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    width: 100%;
    height: 16rem;
    margin-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.news-card .news-card-tag {
    z-index: 10;
    --bg-opacity: 1;
    background-color: #383d49;
    background-color: rgba(56, 61, 73, var(--bg-opacity));
    position: absolute;
    border-radius: .25rem;
    padding: 1rem .75rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: -10px;
    left: 20px
}

@media (min-width: 1024px) {
    .news-card {
        width: 33.33333%
    }
}

.news-card:hover {
    --bg-opacity: 1;
    background-color: #383d49;
    background-color: rgba(56, 61, 73, var(--bg-opacity))
}

.news-card:hover .news-card-tag {
    --bg-opacity: 1;
    background-color: #f7b93f;
    background-color: rgba(247, 185, 63, var(--bg-opacity))
}

.news-card:hover .news-card-tag .news-card-tag-date {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.news-card:hover .news-card-tag .news-card-tag-year {
    --text-opacity: 1;
    color: #383d49;
    color: rgba(56, 61, 73, var(--text-opacity))
}

.news-card:hover .news-card-title {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.accordion {
    cursor: pointer
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: auto
}

.pagination .page-item {
    text-align: center;
    margin-right: .5rem;
    margin-bottom: .5rem
}

.pagination .page-item a {
    display: block;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    padding: .5rem 1rem;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --text-opacity: 1;
    color: #6a7076;
    color: rgba(106, 112, 118, var(--text-opacity));
    text-decoration: none
}

.pagination .page-item a:hover {
    --bg-opacity: 1;
    background-color: #f7b93f;
    background-color: rgba(247, 185, 63, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.pagination .page-item.active {
    background-color: #f7b93f;
    background-color: rgba(247, 185, 63, var(--bg-opacity))
}

.pagination .page-item.active, .pagination .page-item.disabled {
    --bg-opacity: 1;
    padding: .5rem 1rem;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --text-opacity: 1;
    color: #6a7076;
    color: rgba(106, 112, 118, var(--text-opacity))
}

.pagination .page-item.disabled {
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.pagination .page-item.disabled .page-link {
    --text-opacity: 1;
    color: #a9b1b8;
    color: rgba(169, 177, 184, var(--text-opacity))
}

@media (min-width: 1024px) {
    .pagination {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: auto
    }

    .pagination .page-item {
        text-align: center;
        margin-right: .5rem
    }

    .pagination .page-item a {
        display: block;
        --bg-opacity: 1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
        padding: .5rem 1rem;
        color: #fff;
        color: rgba(255, 255, 255, var(--text-opacity));
        --text-opacity: 1;
        color: #6a7076;
        color: rgba(106, 112, 118, var(--text-opacity))
    }

    .pagination .page-item a:hover {
        --bg-opacity: 1;
        background-color: #f7b93f;
        background-color: rgba(247, 185, 63, var(--bg-opacity));
        --text-opacity: 1;
        color: #fff;
        color: rgba(255, 255, 255, var(--text-opacity))
    }

    .pagination .page-item.active {
        background-color: #f7b93f;
        background-color: rgba(247, 185, 63, var(--bg-opacity))
    }

    .pagination .page-item.active, .pagination .page-item.disabled {
        --bg-opacity: 1;
        padding: .5rem 1rem;
        color: #fff;
        color: rgba(255, 255, 255, var(--text-opacity));
        --text-opacity: 1;
        color: #6a7076;
        color: rgba(106, 112, 118, var(--text-opacity))
    }

    .pagination .page-item.disabled {
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity))
    }

    .pagination .page-item.disabled .page-link {
        --text-opacity: 1;
        color: #a9b1b8;
        color: rgba(169, 177, 184, var(--text-opacity))
    }
}

.footer-link a {
    text-decoration: none;
    margin-right: .5rem;
    --text-opacity: 1;
    color: #6a7076;
    color: rgba(106, 112, 118, var(--text-opacity))
}

@media (min-width: 768px) {
    .footer-link {
        margin-right: 1rem
    }
}

.bcr-pre-loading {
    z-index: 50;
    min-height: 100vh;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    display: flex;
    align-items: center;
    justify-content: center
}

.bcr-pre-loading, .swipepage {
    position: absolute;
    width: 100%
}

.swipepage {
    left: 0;
    bottom: 0;
    height: 100%;
    visibility: hidden;
    transition: transform .5s ease-out 0s;
    -webkit-transition: transform .5s ease-out 0s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%)
}

.swipepage.up {
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.swipepage.down {
    transform: translateY(100%);
    -webkit-transform: translateY(100%)
}

.swipepointWrapper {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 9
}

.swipepoint {
    height: .75rem;
    width: .75rem;
    margin: 1rem .5rem;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    opacity: 1;
    position: relative;
    cursor: pointer;
    border-radius: 9999px;
    display: none
}

@media (min-width: 768px) {
    .swipepoint {
        display: block
    }
}

.swipepoint.active {
    --bg-opacity: 1;
    background-color: #f7b93f;
    background-color: rgba(247, 185, 63, var(--bg-opacity))
}

.swipepoint label {
    position: absolute;
    margin-bottom: 0;
    white-space: nowrap;
    cursor: pointer;
    display: none;
    right: 1.5rem;
    top: -.375rem
}

@media (min-width: 1280px) {
    .swipepoint label {
        display: block
    }
}

.swipepoint.active label {
    --text-opacity: 1;
    color: #f7b93f;
    color: rgba(247, 185, 63, var(--text-opacity))
}

.swiper-container {
    width: 100%;
    height: 100%
}

.wink table {
    margin: 1em 0;
    min-width: 250px
}

.wink table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.wink table th {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.wink table td {
    display: block
}

.wink table td:first-child {
    padding-top: .5em
}

.wink table td:last-child {
    padding-bottom: .5em
}

.wink table td:before {
    content: attr(data-th) ": ";
    font-weight: 700;
    width: 6.5em;
    display: inline-block
}

@media (min-width: 768px) {
    .wink table td:before {
        display: none
    }
}

.wink table td, .wink table th {
    text-align: left
}

@media (min-width: 768px) {
    .wink table td, .wink table th {
        display: table-cell;
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        overflow: auto;
        padding: .25em .5em
    }

    .wink table td:first-child, .wink table th:first-child {
        padding-left: 0
    }

    .wink table td:last-child, .wink table th:last-child {
        padding-right: 0
    }
}

.bcr-modal .v--modal {
    -webkit-animation-name: animatetop;
    animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    border-radius: .8rem;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    max-height: 30rem;
    display: flex;
    flex-direction: column
}

@media (min-width: 640px) {
    .bcr-modal .v--modal {
        max-width: 50rem;
        height: 80%;
        max-height: 50rem !important
    }
}

.modal-content {
    padding: 1rem;
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity))
}

@media (min-width: 640px) {
    .modal-content {
        padding: 1.5rem
    }
}

.modal-header {
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: .5rem;
    border-bottom-width: 2px;
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity))
}

@media (min-width: 640px) {
    .modal-header {
        font-size: 1.5rem
    }
}

.modal-body {
    margin-top: .5rem
}

.modal-footer {
    margin-top: 1rem
}

@-webkit-keyframes animatetop {
    0% {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    0% {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.close {
    position: absolute;
    font-size: 3rem;
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
    top: -20px;
    right: 15px
}

@media (min-width: 640px) {
    .close {
        font-size: 4rem;
        top: -15px;
        right: 25px
    }
}

.close:focus, .close:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    cursor: pointer
}

.side-menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 30;
    display: flex
}

.side-menu .item {
    padding: .5rem;
    position: relative;
    top: 0;
    margin: .5rem;
    --bg-opacity: 1;
    background-color: #f7b93f;
    background-color: rgba(247, 185, 63, var(--bg-opacity));
    border-radius: 9999px;
    transition: width .3s
}

.side-menu .item, .side-menu .item label {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.side-menu .item label {
    height: 1rem;
    width: 1rem;
    background-size: contain;
    background-repeat: no-repeat
}

.side-menu .logo label {
    background-image: url(/static/com/logo.png)
}

.side-menu .menu label {
    background-image: url(../image/menuIcon.png)
}

@media (min-width: 1024px) {
    .side-menu {
        margin-top: .5rem
    }

    .side-menu .item {
        padding: 1rem
    }
}

@media (min-width: 1280px) {
    .side-menu {
        margin-top: 0;
        flex-direction: column
    }

    .side-menu .item {
        width: 4rem;
        height: 4rem;
        padding: .5rem
    }

    .side-menu .item label {
        height: 1rem
    }

    .side-menu .logo label {
        width: 100%;
        height: 100%;
        background-size: 70% auto;
        background-position: center;
        /* background-image: url(/static/com/menu_logo.png) */
    }

    .side-menu .logo.active {
        width: 10rem
    }

    .side-menu .logo.active label {
        width: 100%;
        height: 100%;
        margin-left: 1rem;
        background-size: 50% auto;
        background-position: center;
        background-image: url(/static/com/logo.png)
    }

    .side-menu .menu label {
        width: 1.5rem;
        height: 1.5rem
    }
}

.live-chat-group {
    position: fixed;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    bottom: 1rem
}

.live-chat-group .item {
    padding: .5rem;
    position: relative;
    bottom: 0;
    margin: .5rem;
    --bg-opacity: 1;
    background-color: #f7b93f;
    background-color: rgba(247, 185, 63, var(--bg-opacity));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    cursor: pointer;
    transition: width .3s
}

@media (min-width: 768px) {
    .live-chat-group {
        bottom: 1rem
    }
}

@media (min-width: 1024px) {
    .live-chat-group {
        margin-top: .5rem;
        bottom: 1rem
    }
}

@media (min-width: 1280px) {
    .live-chat-group {
        margin-top: 0;
        bottom: 1rem
    }

    .live-chat-group .item {
        width: 4rem;
        height: 4rem;
        padding: .5rem
    }
}

.nav {
    width: 100%;
    justify-content: space-between
}

.nav, .nav .nav-right {
    display: flex;
    align-items: center
}

.nav .nav-right {
    justify-content: flex-end;
    float: right;
    margin-left: 0;
    margin-right: 0
}

.nav .nav-right .item {
    font-size: .75rem;
    margin: .5rem;
    padding: .5rem;
    text-transform: uppercase;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.nav .nav-right .item-need-hidden {
    display: none
}

.nav .nav-right .icon {
    background-size: contain;
    width: 1rem;
    height: 1rem
}

.nav .nav-right .label {
    display: none
}

@media (min-width: 768px) {
    .nav .nav-right .item-need-hidden {
        display: flex
    }
}

@media (min-width: 1024px) {
    .nav .nav-right .item {
        font-size: .875rem;
        margin-left: .5rem;
        margin-right: .5rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .nav .nav-right .icon {
        width: 1rem;
        height: 1rem;
        margin-right: .5rem
    }

    .nav .nav-right .label {
        display: inline-block
    }
}

@media (min-width: 1280px) {
    .nav .nav-right .item {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.nav .language-list {
    display: none;
    position: absolute;
    --bg-opacity: 1;
    background-color: #f7b93f;
    background-color: rgba(247, 185, 63, var(--bg-opacity));
    top: 3rem;
    right: 1rem
}

@media (min-width: 1024px) {
    .nav .language-list {
        top: 4rem
    }
}

.nav .language-list a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: .5rem 1rem;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-size: .875rem
}

.nav .language-list a img {
    height: .75rem;
    width: 1rem
}

.nav .language-list a span {
    margin-left: .5rem
}

#nav-login {
    background-image: url(/static/com/websiteicons-06-1.png)
}

#nav-open-account {
    background-image: url(/static/com/websiteicons-07-1.png)
}

#nav-partners {
    background-image: url(/static/com/websiteicons-08-1.png)
}

#nav-live-chat {
    background-image: url(/static/com/websiteicons-05-1.png)
}

#nav-language {
    background-image: url(/static/com/websiteicons-04-1.png)
}

.header {
    height: 3rem;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 30
}

@media (min-width: 1024px) {
    .header {
        height: 5rem
    }
}

.header.with-announcement {
    height: 5rem
}

@media (min-width: 1024px) {
    .header.with-announcement {
        height: 8rem
    }
}

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

.header-white .nav .nav-right .item .label.nav-btn {
    --text-opacity: 1;
    color: #383d49;
    color: rgba(56, 61, 73, var(--text-opacity))
}

.header-white #nav-partners {
    background-image: url(/static/com/websiteicons-11-11-1.png)
}

.header-white #nav-live-chat {
    background-image: url(/static/com/websiteicons-10-1.png)
}

.header-white #nav-language {
    background-image: url(/static/com/websiteicons-09-1.png)
}

.menu_details {
    display: none;
    position: fixed;
    z-index: 50;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.menu_details .nav .nav-left {
    margin-left: 0;
    display: flex;
    align-items: center;
    height: 100%
}

.menu_details .nav .nav-left .menu_close {
    height: 3rem;
    width: 3rem;
    background-repeat: no-repeat;
    background: url(../image/close2.png);
    background-size: 100% 100%
}

@media (min-width: 1024px) {
    .menu_details .nav .nav-left .menu_close {
        height: 5rem;
        width: 5rem
    }
}

.menu_details .nav .nav-left .bcr-logo {
    height: 1.5rem;
    width: 5rem;
    background-repeat: no-repeat;
    margin: .25rem;
    background-size: contain;
    background-image: url(/static/com/logo.png)
}

@media (min-width: 1024px) {
    .menu_details .nav .nav-left .bcr-logo {
        height: 2.5rem;
        width: 10rem;
        margin: 1rem
    }
}

.menu_details .content {
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 2.5rem
}

@media (min-width: 640px) {
    .menu_details .content {
        padding-bottom: 4rem
    }
}

@media (min-width: 1024px) {
    .menu_details .content {
        padding-top: 5rem
    }
}

.menu_details .content .menu-list {
    width: 25%;
    height: 100%;
    border-right-width: 1px
}

.menu_details .content .menu-list .item {
    height: 3rem;
    padding-left: 3rem;
    border-bottom-width: 1px;
    --text-opacity: 1;
    color: #383d49;
    color: rgba(56, 61, 73, var(--text-opacity));
    display: flex;
    align-items: center
}

@media (min-width: 1280px) {
    .menu_details .content .menu-list .item {
        height: 5rem;
        padding-left: 5rem
    }
}

.menu_details .content .menu-list a {
    height: 3rem;
    padding-left: 3rem;
    border-bottom-width: 1px;
    --text-opacity: 1;
    color: #383d49;
    color: rgba(56, 61, 73, var(--text-opacity));
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none
}

.menu_details .content .menu-list a:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity))
}

.menu_details .content .menu-list a span {
    float: right;
    width: .5rem;
    height: 1rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    background: url(../image/menu_arrow.png) no-repeat;
    background-size: 100% 100%
}

@media (min-width: 1280px) {
    .menu_details .content .menu-list a {
        height: 5rem;
        padding-left: 5rem;
        font-size: 1.125rem
    }
}

.menu_details .content .menu-list a.account:hover {
    --bg-opacity: 1;
    background-color: #f5a70a;
    background-color: rgba(245, 167, 10, var(--bg-opacity))
}

.menu_details .content .menu-list a.active {
    --text-opacity: 1;
    color: #f7b93f;
    color: rgba(247, 185, 63, var(--text-opacity));
    border-right: 3px solid #f7b93f
}

.menu_details .content .menu-list a.active span {
    background: url(../image/maa.png) no-repeat
}

.menu_details .content .menu-list a.white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.menu_details .content .menu-sub-list {
    width: 75%;
    height: 100%
}

.menu_details .content .menu-sub-list > div {
    display: none
}

.menu_details .content .menu-sub-list > div .sub-item {
    display: flex
}

.menu_details .content .menu-sub-list > div .sub-item li {
    flex: 1 1 0%;
    float: left
}

.menu_details .content .menu-sub-list > div .sub-item li a {
    --text-opacity: 1;
    color: #383d49;
    color: rgba(56, 61, 73, var(--text-opacity));
    height: 2rem;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-decoration: none;
    font-size: .875rem
}

.menu_details .content .menu-sub-list > div .sub-item li a:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity))
}

.menu_details .content .menu-sub-list > div .sub-item li a.active {
    --text-opacity: 1;
    color: #f7b93f;
    color: rgba(247, 185, 63, var(--text-opacity))
}

.menu_details .content .menu-sub-list > div .sub-item li .first {
    height: 3rem
}

.menu_details .content .menu-sub-list > div .sub-item li hr {
    border-top-width: 1px;
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
    margin-left: .5rem;
    margin-right: .5rem
}

@media (min-width: 1280px) {
    .menu_details .content .menu-sub-list > div .sub-item li a {
        height: 4rem
    }

    .menu_details .content .menu-sub-list > div .sub-item li .first {
        font-size: 1.125rem;
        height: 5rem
    }
}

.menu_details .content .menu-sub-list > div.active {
    display: block
}

.menu_details .mobile-menu-list {
    max-height: 100%;
    width: 100%;
    overflow-y: scroll
}

.menu_details .mobile-menu-list a {
    height: 3rem;
    padding-left: 1rem;
    border-bottom-width: 1px;
    --text-opacity: 1;
    color: #383d49;
    color: rgba(56, 61, 73, var(--text-opacity));
    display: block;
    position: relative;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none
}

.menu_details .mobile-menu-list a:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity))
}

.menu_details .mobile-menu-list a span {
    float: right;
    width: .5rem;
    height: 1rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    background: url(../image/menu_arrow.png) no-repeat;
    background-size: 100% 100%
}

.menu_details .mobile-menu-list a.account:hover {
    --bg-opacity: 1;
    background-color: #f5a70a;
    background-color: rgba(245, 167, 10, var(--bg-opacity))
}

.menu_details .mobile-menu-list a.active {
    --text-opacity: 1;
    color: #f7b93f;
    color: rgba(247, 185, 63, var(--text-opacity));
    border-right: 3px solid #f7b93f
}

.menu_details .mobile-menu-list a.active span {
    background: url(../image/maa.png) no-repeat
}

.menu_details .mobile-menu-list a.btn {
    padding: .5rem 1rem;
    margin: .25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.menu_details .mobile-menu-list .sub_list li a {
    padding-left: 2.5rem;
    text-decoration: none
}

.menu_details .mobile-menu-list .sub_sub_list li a {
    padding-left: 4rem;
    text-decoration: none
}

.menu_details .mobile-menu-list .sub_list, .menu_details .mobile-menu-list .sub_sub_list {
    display: none
}

@media (min-width: 640px) {
    .menu_details .footer {
        border-top-width: 1px;
        height: 4rem
    }
}

.menu_details .footer-link {
    display: none
}

@media (min-width: 640px) {
    .menu_details .footer-link {
        display: block
    }
}

.account .language-list {
    display: none;
    position: absolute;
    --bg-opacity: 1;
    background-color: #f7b93f;
    background-color: rgba(247, 185, 63, var(--bg-opacity));
    text-align: left;
    top: 3.5rem;
    right: 6rem
}

@media (min-width: 768px) {
    .account .language-list {
        right: 5rem;
        top: 3rem
    }
}

.account .language-list a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: .5rem 1rem;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-size: .875rem
}

.account .language-list a img {
    height: .75rem;
    width: 1rem
}

.account .language-list a span {
    margin-left: .5rem
}

.demo-account {
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-image: url(../image/b1_bg.png)
}

.demo-account-cover {
    background: rgba(0, 0, 0, .5)
}

.deposit-withdrawal-step-bg {
    background: url(../image/depositbg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 3.12rem
}

table.instrument-table tbody tr:first-child td {
    border-top-width: 0;
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    font-weight: 600
}

.trading-example {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .trading-example {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

@media (min-width: 1024px) {
    .trading-example {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

@media (min-width: 1280px) {
    .trading-example {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.trading-example .example {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1rem;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity))
}

@media (min-width: 768px) {
    .trading-example .example {
        font-size: 1.125rem
    }
}

.trading-example .example .title {
    font-size: 1.25rem;
    --text-opacity: 1;
    color: #f7b93f;
    color: rgba(247, 185, 63, var(--text-opacity));
    padding-top: .5rem;
    padding-bottom: .5rem
}

@media (min-width: 768px) {
    .trading-example .example .title {
        font-size: 1.5rem
    }
}

.trading-example .example .subtitle {
    font-size: 1.25rem;
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-transform: uppercase
}

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

.trading-example .example .content {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-family: pingfang, Microsoft YaHei
}

.trading-day-notice {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    --text-opacity: 1;
    color: #6f7484;
    color: rgba(111, 116, 132, var(--text-opacity))
}

.trading-day-notice span {
    padding-left: 1rem;
    padding-right: 1rem;
    border-right-width: 1px;
    --border-opacity: 1;
    border-color: #6f7484;
    border-color: rgba(111, 116, 132, var(--border-opacity))
}

.trading-day-notice span:last-child {
    border-style: none
}

.trading-conditions .condition {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1rem;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity))
}

@media (min-width: 768px) {
    .trading-conditions .condition {
        font-size: 1.125rem
    }
}

.trading-conditions .condition .title {
    font-size: 1.25rem;
    --text-opacity: 1;
    color: #f7b93f;
    color: rgba(247, 185, 63, var(--text-opacity));
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

@media (min-width: 768px) {
    .trading-conditions .condition .title {
        font-size: 1.5rem
    }
}

.trading-conditions .condition .title .icon {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: .5rem
}

@media (min-width: 768px) {
    .trading-conditions .condition .title .icon {
        margin-right: 1rem
    }
}

.trading-conditions .condition .content {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-family: pingfang, Microsoft YaHei
}

.trading-conditions .condition .content > p {
    margin-bottom: 1rem
}

.platform .why-trade-with-mt4-features {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.platform .why-trade-with-mt4-features .feature-wrapper {
    width: 12rem;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .platform .why-trade-with-mt4-features .feature-wrapper {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }
}

@media (min-width: 1024px) {
    .platform .why-trade-with-mt4-features .feature-wrapper {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        width: 14rem
    }
}

.platform .why-trade-with-mt4-features .feature-wrapper .feature {
    border-radius: .5rem;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    height: 24rem;
    margin-left: .25rem;
    margin-right: .25rem
}

@media (min-width: 1024px) {
    .platform .why-trade-with-mt4-features .feature-wrapper .feature {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

.platform .why-trade-with-mt4-features .feature-wrapper .feature .feature-header {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 12rem
}

.platform .why-trade-with-mt4-features .feature-wrapper .feature .feature-header .header-img {
    margin-bottom: 1.5rem;
    margin-top: -1.5rem
}

.platform .why-trade-with-mt4-features .feature-wrapper .feature .feature-header .header-text {
    font-size: 1.875rem;
    text-align: center;
    line-height: .8
}

.platform .why-trade-with-mt4-features .feature-wrapper .feature .feature-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    --text-opacity: 1;
    color: #6a7076;
    color: rgba(106, 112, 118, var(--text-opacity));
    font-size: 1.125rem;
    font-family: pingfang, Microsoft YaHei;
    line-height: 1.625;
    text-align: center;
    height: 12rem
}

.education-step-bg {
    background: url(../image/depositbg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 3.12rem
}

.faqs .faq {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.faqs .faq .question {
    text-transform: uppercase;
    font-size: 1.125rem;
    --text-opacity: 1;
    color: #f7b93f;
    color: rgba(247, 185, 63, var(--text-opacity));
    padding-top: .25rem;
    padding-bottom: .25rem
}

@media (min-width: 768px) {
    .faqs .faq .question {
        font-size: 1.5rem
    }
}

.faqs .faq .answer {
    font-size: 1rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-family: pingfang, Microsoft YaHei;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity))
}

@media (min-width: 768px) {
    .faqs .faq .answer {
        font-size: 1.125rem
    }
}

.market-news .widget {
    width: 100%;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #383d49;
    border-color: rgba(56, 61, 73, var(--border-opacity));
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: .5rem;
    margin-bottom: .5rem
}

@media (min-width: 768px) {
    .market-news .widget {
        flex-direction: row
    }
}

.market-news .widget .widget-header {
    --bg-opacity: 1;
    background-color: #383d49;
    background-color: rgba(56, 61, 73, var(--bg-opacity));
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
    padding: 1rem;
    width: 100%
}

@media (min-width: 768px) {
    .market-news .widget .widget-header {
        width: 25%
    }
}

@media (min-width: 1024px) {
    .market-news .widget .widget-header {
        width: 20%
    }
}

@media (min-width: 1280px) {
    .market-news .widget .widget-header {
        width: 16.66667%
    }
}

.market-news .widget .widget-header .title {
    --text-opacity: 1;
    color: #f7b93f;
    color: rgba(247, 185, 63, var(--text-opacity));
    font-size: 1.5rem
}

@media (min-width: 768px) {
    .market-news .widget .widget-header .title {
        font-size: 1.875rem
    }
}

.market-news .widget .widget-body {
    padding: 1rem;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem
}

@media (min-width: 768px) {
    .market-news .widget .widget-body {
        width: 75%;
        font-size: 1.125rem
    }
}

@media (min-width: 1024px) {
    .market-news .widget .widget-body {
        width: 80%
    }
}

@media (min-width: 1280px) {
    .market-news .widget .widget-body {
        width: 83.33333%
    }
}

.news-detail-content img {
    width: 100%
}

.news-detail-content ul {
    list-style-type: disc;
    padding-left: 2rem
}

.bcr-glossary .alphabets {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.bcr-glossary .alphabets .alphabet {
    width: 2.5rem;
    height: 2.5rem;
    border-width: 1px;
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    margin: .25rem;
    font-size: 1.25rem;
    padding: .5rem;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 768px) {
    .bcr-glossary .alphabets .alphabet {
        margin: .5rem
    }
}

.bcr-glossary .alphabets .alphabet:hover {
    --bg-opacity: 1;
    background-color: #f7b93f;
    background-color: rgba(247, 185, 63, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.bcr-glossary .alphabets .alphabet.checked {
    --bg-opacity: 1;
    background-color: #f7b93f;
    background-color: rgba(247, 185, 63, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.bcr-glossary .terms {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1rem;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity))
}

@media (min-width: 768px) {
    .bcr-glossary .terms {
        font-size: 1.125rem
    }
}

.bcr-glossary .terms .title {
    font-size: 1.25rem;
    --text-opacity: 1;
    color: #f7b93f;
    color: rgba(247, 185, 63, var(--text-opacity));
    padding-top: .25rem;
    padding-bottom: .25rem;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

@media (min-width: 768px) {
    .bcr-glossary .terms .title {
        font-size: 1.5rem;
        flex-direction: row
    }
}

.bcr-glossary .terms .content {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-family: pingfang, Microsoft YaHei
}

.bcr-glossary .terms .content > p {
    margin-bottom: 1rem
}

.bcr-glossary .terms .content > p:last-child {
    margin-bottom: 0
}

.partner-banner {
    width: 100%;
    background: url(../image/partbg.png);
    background-repeat: no-repeat;
    background-position: 50%
}

.company-profile {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    padding: 1rem;
    font-size: 1rem;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity))
}

@media (min-width: 768px) {
    .company-profile {
        font-size: 1.125rem
    }
}

.company-profile .section-content {
    padding-top: .5rem;
    padding-bottom: .5rem;
    width: 100%;
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .company-profile .section-content {
        flex-direction: row;
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.company-profile .section-content .feature-wrapper {
    width: 100%
}

@media (min-width: 768px) {
    .company-profile .section-content .feature-wrapper {
        width: 50%
    }
}

.company-profile .section-content .feature-wrapper .feature {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .company-profile .section-content .feature-wrapper .feature {
        margin-right: 1.5rem
    }
}

@media (min-width: 768px) {
    .company-profile .section-content .feature-wrapper:last-child .feature {
        margin-right: 0;
        margin-left: 1.5rem
    }
}

.company-profile .section-content.reverse {
    flex-direction: column-reverse
}

@media (min-width: 768px) {
    .company-profile .section-content.reverse {
        flex-direction: row
    }
}

.why-bcr-section2 {
    background-position: 50%;
    background-image: url(../image/whybg2.png)
}

.why-bcr-section2, .why-bcr-section3 {
    background-repeat: no-repeat;
    background-size: cover
}

.why-bcr-section3 {
    background-position: top;
    background-image: url("../image/WhyBCR_ExclusiveLevelingSystem.jpg")
}

.why-bcr-section4 {
    background-image: url("../image/WhyBCR_BCRPoints.jpg")
}

.why-bcr-section4, .why-bcr-section5 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.why-bcr-section5 {
    background-image: url(../image/whybg4.png)
}

.why-bcr-section6 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../image/WhyBCR_GetStarted.jpg")
}

.sitemap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.sitemap .col {
    width: 50%;
    display: flex;
    flex-direction: column
}

@media (min-width: 1024px) {
    .sitemap .col {
        width: 33.33333%
    }
}

.sitemap .group {
    padding: 1rem .5rem
}

@media (min-width: 768px) {
    .sitemap .group {
        padding: 2rem 1rem
    }
}

.sitemap .group .parent, .sitemap .group .parent a {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
}

.sitemap .group .parent a:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity))
}

.sitemap .group .children {
    display: flex;
    flex-direction: column
}

.sitemap .group .child, .sitemap .group .child a {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    margin-bottom: .5rem;
    font-size: 1rem
}

@media (min-width: 768px) {
    .sitemap .group .child, .sitemap .group .child a {
        font-size: 1.125rem
    }
}

.sitemap .group .child a:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity))
}

.promotion .title {
    font-size: 2.25rem
}

.promotion .content {
    font-family: pingfang, Microsoft YaHei;
    line-height: 1.5;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    letter-spacing: -.025em;
    font-size: 1rem;
    margin-top: 1.5rem
}

@media (min-width: 768px) {
    .promotion .content {
        font-size: 1.125rem
    }
}

.promotion .section {
    margin-top: 1.5rem
}

.promotion .icon-title {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    --text-opacity: 1;
    color: #f7b93f;
    color: rgba(247, 185, 63, var(--text-opacity))
}

.promotion .icon-title img {
    height: 1rem;
    margin-right: .5rem
}

.promotion .period-title {
    font-weight: 600
}

.promotion .period-content {
    --text-opacity: 1;
    color: #f7b93f;
    color: rgba(247, 185, 63, var(--text-opacity))
}

.promotion .box {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    padding: 1rem
}

.container {
    width: 100%
}

@media (min-width: 450px) {
    .container {
        max-width: 450px
    }
}

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

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

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

@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}

.bullet, .bullet li {
    list-style: url(../image/bullet_point_triple_dark_gray.png)
}

ul.bullet {
    line-height: 1.5;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-left: .5rem
}

.bg-transparent {
    background-color: transparent
}

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

.bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity))
}

.bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity))
}

.bg-bcr-blue-500 {
    --bg-opacity: 1;
    background-color: #383d49;
    background-color: rgba(56, 61, 73, var(--bg-opacity))
}

.bg-bcr-yellow-80 {
    background-color: rgba(247, 185, 63, .8)
}

.bg-bcr-yellow-500 {
    --bg-opacity: 1;
    background-color: #f7b93f;
    background-color: rgba(247, 185, 63, var(--bg-opacity))
}

.bg-bcr-gray-10 {
    background-color: hsla(0, 0%, 100%, .1)
}

.bg-bcr-gray-20 {
    background-color: hsla(0, 0%, 100%, .2)
}

.bg-bcr-gray-30 {
    background-color: rgba(56, 61, 73, .9)
}

.bg-bcr-gray-40 {
    background-color: rgba(152, 176, 235, .1)
}

.bg-bcr-gray-700 {
    --bg-opacity: 1;
    background-color: #383d49;
    background-color: rgba(56, 61, 73, var(--bg-opacity))
}

.bg-bcr-gray-860 {
    background-color: rgba(56, 61, 73, .6)
}

.bg-bcr-gray-910 {
    background-color: rgba(0, 0, 0, .1)
}

.bg-bcr-gray-940 {
    background-color: rgba(0, 0, 0, .4)
}

.bg-bcr-red-980 {
    background-color: rgba(229, 68, 88, .8)
}

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

.hover\:bg-red-500:hover {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity))
}

.hover\:bg-bcr-yellow-90:hover {
    background-color: rgba(247, 185, 63, .9)
}

.hover\:bg-bcr-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fef6e7;
    background-color: rgba(254, 246, 231, var(--bg-opacity))
}

.hover\:bg-bcr-gray-910:hover {
    background-color: rgba(0, 0, 0, .1)
}

.bg-bottom {
    background-position: bottom
}

.bg-center {
    background-position: 50%
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-cover {
    background-size: cover
}

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

.border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity))
}

.border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity))
}

.border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity))
}

.border-bcr-blue-500 {
    --border-opacity: 1;
    border-color: #383d49;
    border-color: rgba(56, 61, 73, var(--border-opacity))
}

.border-bcr-yellow-500 {
    --border-opacity: 1;
    border-color: #f7b93f;
    border-color: rgba(247, 185, 63, var(--border-opacity))
}

.border-bcr-yellow-600 {
    --border-opacity: 1;
    border-color: #f5a70a;
    border-color: rgba(245, 167, 10, var(--border-opacity))
}

.border-bcr-gray-10 {
    border-color: hsla(0, 0%, 100%, .1)
}

.border-bcr-gray-20 {
    border-color: hsla(0, 0%, 100%, .2)
}

.border-bcr-gray-400 {
    --border-opacity: 1;
    border-color: #a9b1b8;
    border-color: rgba(169, 177, 184, var(--border-opacity))
}

.hover\:border-bcr-gray-400:hover {
    --border-opacity: 1;
    border-color: #a9b1b8;
    border-color: rgba(169, 177, 184, var(--border-opacity))
}

.rounded {
    border-radius: .25rem
}

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

.rounded-full {
    border-radius: 9999px
}

.rounded-tl {
    border-top-left-radius: .25rem
}

.rounded-tr {
    border-top-right-radius: .25rem
}

.rounded-br {
    border-bottom-right-radius: .25rem
}

.rounded-bl {
    border-bottom-left-radius: .25rem
}

.rounded-br-lg {
    border-bottom-right-radius: .5rem
}

.border-dashed {
    border-style: dashed
}

.border-2 {
    border-width: 2px
}

.border {
    border-width: 1px
}

.border-t-2 {
    border-top-width: 2px
}

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

.border-r {
    border-right-width: 1px
}

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

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.table {
    display: table
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

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

.flex-wrap {
    flex-wrap: wrap
}

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

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

.content-center {
    align-content: center
}

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

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

.justify-center {
    justify-content: center
}

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

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

.flex-1 {
    flex: 1 1 0%
}

.flex-2 {
    flex: 2 2 0%
}

.flex-grow {
    flex-grow: 1
}

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

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.clear-both {
    clear: both
}

.font-sans {
    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
}

.font-bcr {
    font-family: Bahnschrift, Microsoft YaHei
}

.font-pingfang {
    font-family: pingfang, Microsoft YaHei
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-black {
    font-weight: 900
}

.h-1 {
    height: .25rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-12 {
    height: 3rem
}

.h-16 {
    height: 4rem
}

.h-20 {
    height: 5rem
}

.h-32 {
    height: 8rem
}

.h-64 {
    height: 16rem
}

.h-128 {
    height: 32rem
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

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

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

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

.text-lg {
    font-size: 1.125rem
}

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

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

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

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

.text-5xl {
    font-size: 3rem
}

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

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-normal {
    line-height: 1.5
}

.leading-relaxed {
    line-height: 1.625
}

.leading-loose {
    line-height: 2
}

.list-outside {
    list-style-position: outside
}

.list-disc {
    list-style-type: disc
}

.list-decimal {
    list-style-type: decimal
}

.m-0 {
    margin: 0
}

.m-4 {
    margin: 1rem
}

.m-8 {
    margin: 2rem
}

.-m-16 {
    margin: -4rem
}

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

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

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

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

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

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

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

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

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

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

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

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

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

.mt-0 {
    margin-top: 0
}

.mr-0 {
    margin-right: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

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

.mr-1 {
    margin-right: .25rem
}

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

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

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

.mr-2 {
    margin-right: .5rem
}

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

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

.mt-3 {
    margin-top: .75rem
}

.mr-3 {
    margin-right: .75rem
}

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

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

.mr-4 {
    margin-right: 1rem
}

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

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

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

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

.mb-6 {
    margin-bottom: 1.5rem
}

.ml-6 {
    margin-left: 1.5rem
}

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

.mb-8 {
    margin-bottom: 2rem
}

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

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

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

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

.mb-auto {
    margin-bottom: auto
}

.max-h-12 {
    max-height: 3rem
}

.max-h-full {
    max-height: 100%
}

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

.max-w-sm {
    max-width: 30rem
}

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

.max-w-3xl {
    max-width: 80rem
}

.max-w-5xl {
    max-width: 100rem
}

.max-w-6xl {
    max-width: 72rem
}

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

.max-w-2\/5 {
    max-width: 40%
}

.min-h-screen {
    min-height: 100vh
}

.min-h-1\/2 {
    min-height: 50%
}

.min-h-2\/3 {
    min-height: 66.7%
}

.min-w-20 {
    min-width: 5rem
}

.min-w-64 {
    min-width: 16rem
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.p-10 {
    padding: 2.5rem
}

.p-12 {
    padding: 3rem
}

.p-16 {
    padding: 4rem
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

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

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

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

.px-2 {
    padding-left: .5rem;
    padding-right: .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
}

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

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

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: .25rem
}

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

.pb-2 {
    padding-bottom: .5rem
}

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

.pt-4 {
    padding-top: 1rem
}

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

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

.pl-4 {
    padding-left: 1rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

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

.pl-6 {
    padding-left: 1.5rem
}

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

.pb-8 {
    padding-bottom: 2rem
}

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

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

.pl-10 {
    padding-left: 2.5rem
}

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

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

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

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

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

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

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

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.shadow-orange {
    box-shadow: 4px 7px 9px 0 rgba(255, 164, 66, .07)
}

.shadow-blue {
    box-shadow: 4px 7px 9px 0 rgba(75, 100, 255, .07)
}

.shadow-red {
    box-shadow: 4px 7px 9px 0 rgba(255, 75, 75, .07)
}

.shadow-green {
    box-shadow: 4px 7px 9px 0 rgba(64, 201, 82, .07)
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.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-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity))
}

.text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity))
}

.text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity))
}

.text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity))
}

.text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity))
}

.text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity))
}

.text-red-400 {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity))
}

.text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity))
}

.text-red-700 {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity))
}

.text-green-400 {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity))
}

.text-green-600 {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity))
}

.text-bcr-blue-500 {
    --text-opacity: 1;
    color: #383d49;
    color: rgba(56, 61, 73, var(--text-opacity))
}

.text-bcr-yellow-500 {
    --text-opacity: 1;
    color: #f7b93f;
    color: rgba(247, 185, 63, var(--text-opacity))
}

.text-bcr-gray-400 {
    --text-opacity: 1;
    color: #a9b1b8;
    color: rgba(169, 177, 184, var(--text-opacity))
}

.text-bcr-gray-500 {
    --text-opacity: 1;
    color: #6f7484;
    color: rgba(111, 116, 132, var(--text-opacity))
}

.text-bcr-gray-600 {
    --text-opacity: 1;
    color: #6a7076;
    color: rgba(106, 112, 118, var(--text-opacity))
}

.text-bcr-gray-700 {
    --text-opacity: 1;
    color: #383d49;
    color: rgba(56, 61, 73, var(--text-opacity))
}

.hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity))
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.no-underline {
    text-decoration: none
}

.hover\:underline:hover {
    text-decoration: underline
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tracking-tight {
    letter-spacing: -.025em
}

.tracking-normal {
    letter-spacing: 0
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-wider {
    letter-spacing: .05em
}

.tracking-widest {
    letter-spacing: .1em
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.visible {
    visibility: visible
}

.whitespace-no-wrap {
    white-space: nowrap
}

.break-words {
    word-wrap: break-word;
    overflow-wrap: break-word
}

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

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-16 {
    width: 4rem
}

.w-20 {
    width: 5rem
}

.w-32 {
    width: 8rem
}

.w-48 {
    width: 12rem
}

.w-64 {
    width: 16rem
}

.w-72 {
    width: 18rem
}

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

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

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

.w-2\/3 {
    width: 66.66667%
}

.w-3\/4 {
    width: 75%
}

.w-1\/5 {
    width: 20%
}

.w-2\/5 {
    width: 40%
}

.w-3\/5 {
    width: 60%
}

.w-5\/6 {
    width: 83.33333%
}

.w-11\/12 {
    width: 91.666667%
}

.w-full {
    width: 100%
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.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
}

@-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)
    }
}

body, html {
    font-family: Bahnschrift, Microsoft YaHei;
    height: 100%;
    font-size: 16px
}

.navbar-laravel {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04)
}

@media (min-width: 640px) {
    .sm\:container {
        width: 100%
    }

    @media (min-width: 450px) {
        .sm\:container {
            max-width: 450px
        }
    }@media (min-width: 640px) {
    .sm\:container {
        max-width: 640px
    }
}@media (min-width: 768px) {
    .sm\:container {
        max-width: 768px
    }
}@media (min-width: 1024px) {
    .sm\:container {
        max-width: 1024px
    }
}@media (min-width: 1280px) {
    .sm\:container {
        max-width: 1280px
    }
}.sm\:block {
     display: block
 }

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

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

    .sm\:items-center {
        align-items: center
    }

    .sm\:justify-around {
        justify-content: space-around
    }

    .sm\:h-16 {
        height: 4rem
    }

    .sm\:h-24 {
        height: 6rem
    }

    .sm\:h-40 {
        height: 10rem
    }

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

    .sm\:text-lg {
        font-size: 1.125rem
    }

    .sm\:text-xl {
        font-size: 1.25rem
    }

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

    .sm\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

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

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:mb-0 {
        margin-bottom: 0
    }

    .sm\:ml-0 {
        margin-left: 0
    }

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

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

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

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

    .sm\:min-w-24 {
        min-width: 6rem
    }

    .sm\:p-8 {
        padding: 2rem
    }

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

    .sm\:px-8 {
        padding-right: 2rem
    }

    .sm\:pl-8, .sm\:px-8 {
        padding-left: 2rem
    }

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

    .sm\:absolute {
        position: absolute
    }

    .sm\:relative {
        position: relative
    }

    .sm\:w-16 {
        width: 4rem
    }

    .sm\:w-auto {
        width: auto
    }

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

    .sm\:w-1\/3 {
        width: 33.33333%
    }

    .sm\:w-2\/3 {
        width: 66.66667%
    }
}

@media (min-width: 768px) {
    .md\:container {
        width: 100%
    }

    @media (min-width: 450px) {
        .md\:container {
            max-width: 450px
        }
    }@media (min-width: 640px) {
    .md\:container {
        max-width: 640px
    }
}@media (min-width: 768px) {
    .md\:container {
        max-width: 768px
    }
}@media (min-width: 1024px) {
    .md\:container {
        max-width: 1024px
    }
}@media (min-width: 1280px) {
    .md\:container {
        max-width: 1280px
    }
}.md\:bg-left {
     background-position: 0
 }

    .md\:rounded-none {
        border-radius: 0
    }

    .md\:rounded-tl-none {
        border-top-left-radius: 0
    }

    .md\:rounded-br-none {
        border-bottom-right-radius: 0
    }

    .md\:rounded-bl-none {
        border-bottom-left-radius: 0
    }

    .md\:border-b-0 {
        border-bottom-width: 0
    }

    .md\:flex {
        display: flex
    }

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

    .md\:h-6 {
        height: 1.5rem
    }

    .md\:h-8 {
        height: 2rem
    }

    .md\:h-10 {
        height: 2.5rem
    }

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

    .md\:text-base {
        font-size: 1rem
    }

    .md\:text-lg {
        font-size: 1.125rem
    }

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

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

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

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

    .md\:mx-2 {
        margin-left: .5rem;
        margin-right: .5rem
    }

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

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

    .md\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

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

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

    .md\:mb-8 {
        margin-bottom: 2rem
    }

    .md\:max-h-20 {
        max-height: 5rem
    }

    .md\:min-h-screen {
        min-height: 100vh
    }

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

    .md\:p-8 {
        padding: 2rem
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

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

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

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

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

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pl-20 {
        padding-left: 5rem
    }

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

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

    .md\:tracking-widest {
        letter-spacing: .1em
    }

    .md\:w-6 {
        width: 1.5rem
    }

    .md\:w-10 {
        width: 2.5rem
    }

    .md\:w-96 {
        width: 24rem
    }

    .md\:w-128 {
        width: 32rem
    }

    .md\:w-auto {
        width: auto
    }

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

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

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

    .md\:w-1\/5 {
        width: 20%
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-1\/6 {
        width: 16.66667%
    }
}

@media (min-width: 1024px) {
    .lg\:container {
        width: 100%
    }

    @media (min-width: 450px) {
        .lg\:container {
            max-width: 450px
        }
    }@media (min-width: 640px) {
    .lg\:container {
        max-width: 640px
    }
}@media (min-width: 768px) {
    .lg\:container {
        max-width: 768px
    }
}@media (min-width: 1024px) {
    .lg\:container {
        max-width: 1024px
    }
}@media (min-width: 1280px) {
    .lg\:container {
        max-width: 1280px
    }
}.lg\:bg-transparent {
     background-color: transparent
 }

    .lg\:bg-center {
        background-position: 50%
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

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

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

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

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

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

    .lg\:h-8 {
        height: 2rem
    }

    .lg\:h-10 {
        height: 2.5rem
    }

    .lg\:h-12 {
        height: 3rem
    }

    .lg\:h-32 {
        height: 8rem
    }

    .lg\:h-40 {
        height: 10rem
    }

    .lg\:h-144 {
        height: 38rem
    }

    .lg\:h-auto {
        height: auto
    }

    .lg\:text-base {
        font-size: 1rem
    }

    .lg\:text-lg {
        font-size: 1.125rem
    }

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

    .lg\:text-2xl {
        font-size: 1.5rem
    }

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

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

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

    .lg\:leading-loose {
        line-height: 2
    }

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

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

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

    .lg\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem
    }

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

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

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

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:ml-0 {
        margin-left: 0
    }

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

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

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

    .lg\:mb-6 {
        margin-bottom: 1.5rem
    }

    .lg\:ml-6 {
        margin-left: 1.5rem
    }

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

    .lg\:ml-12 {
        margin-left: 3rem
    }

    .lg\:mt-20 {
        margin-top: 5rem
    }

    .lg\:max-h-full {
        max-height: 100%
    }

    .lg\:min-h-0 {
        min-height: 0
    }

    .lg\:p-0 {
        padding: 0
    }

    .lg\:p-12 {
        padding: 3rem
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

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

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

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

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

    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

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

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

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .lg\:pb-16 {
        padding-bottom: 4rem
    }

    .lg\:pt-20 {
        padding-top: 5rem
    }

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

    .lg\:pl-32 {
        padding-left: 8rem
    }

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

    .lg\:text-justify {
        text-align: justify
    }

    .lg\:w-8 {
        width: 2rem
    }

    .lg\:w-10 {
        width: 2.5rem
    }

    .lg\:w-48 {
        width: 12rem
    }

    .lg\:w-72 {
        width: 18rem
    }

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

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

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

    .lg\:w-2\/3 {
        width: 66.66667%
    }

    .lg\:w-3\/4 {
        width: 75%
    }

    .lg\:w-1\/5 {
        width: 20%
    }

    .lg\:w-xl {
        width: 36rem
    }
}

@media (min-width: 1280px) {
    .xl\:container {
        width: 100%
    }

    @media (min-width: 450px) {
        .xl\:container {
            max-width: 450px
        }
    }@media (min-width: 640px) {
    .xl\:container {
        max-width: 640px
    }
}@media (min-width: 768px) {
    .xl\:container {
        max-width: 768px
    }
}@media (min-width: 1024px) {
    .xl\:container {
        max-width: 1024px
    }
}@media (min-width: 1280px) {
    .xl\:container {
        max-width: 1280px
    }
}.xl\:text-base {
     font-size: 1rem
 }

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

    .xl\:text-2xl {
        font-size: 1.5rem
    }

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

    .xl\:ml-24 {
        margin-left: 6rem
    }

    .xl\:max-w-5xl {
        max-width: 100rem
    }

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

    .xl\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

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

    .xl\:w-40 {
        width: 10rem
    }

    .xl\:w-64 {
        width: 16rem
    }

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

    .xl\:w-1\/3 {
        width: 33.33333%
    }

    .xl\:w-2xl {
        width: 42rem
    }
}

@media (min-width: 450px) {
    .xs\:container {
        width: 100%;
        max-width: 450px
    }

    @media (min-width: 640px) {
        .xs\:container {
            max-width: 640px
        }
    }@media (min-width: 768px) {
    .xs\:container {
        max-width: 768px
    }
}@media (min-width: 1024px) {
    .xs\:container {
        max-width: 1024px
    }
}@media (min-width: 1280px) {
    .xs\:container {
        max-width: 1280px
    }
}.xs\:h-24 {
     height: 6rem
 }

    .xs\:max-w-24 {
        max-width: 6rem
    }

    .xs\:w-24 {
        width: 6rem
    }
}