/*! 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
}

[hidden],
template {
    display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::-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
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Microsoft YaHei, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif
}

.container {
    width: 100%
}

@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
    }
}

body.theme-shangen {
    margin-bottom: 68px
}

@media (min-width:768px) {
    body.theme-shangen {
        margin-bottom: 0
    }
}

body.theme-shangen.page #content {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0
}

body.theme-shangen.page-template-page_career-form #content,
body.theme-shangen.page-template-page_contact-form #content {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity))
}

body.theme-shangen.category .site-main img.wp-post-image,
body.theme-shangen.home .site-main img.wp-post-image {
    margin-top: 0;
    margin-bottom: 0
}

body.theme-shangen #content {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    display: flex;
    flex-direction: row-reverse
}

body.theme-shangen #content .content-area {
    width: 100%
}

@media (min-width:1024px) {
    body.theme-shangen #content .content-area {
        width: 75%
    }
}

@media (min-width:640px) {
    body.theme-shangen #content {
        max-width: 640px
    }
}

@media (min-width:768px) {
    body.theme-shangen #content {
        padding-top: 2rem;
        padding-bottom: 2rem;
        max-width: 768px
    }
}

@media (min-width:1024px) {
    body.theme-shangen #content {
        min-width: 1024px
    }
}

@media (min-width:1280px) {
    body.theme-shangen #content {
        min-width: 1280px
    }
}

body.theme-shangen .site-main>header {
    border-bottom-width: 1px;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem
}

body.theme-shangen .site-main>header .page-title {
    font-size: 1.25rem;
    font-weight: 600
}

@media (min-width:768px) {
    body.theme-shangen .site-main>header .page-title {
        font-size: 1.875rem
    }
}

body.theme-shangen .swiper-button-next,
body.theme-shangen .swiper-button-prev {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

body.theme-shangen .swiper-pagination-bullet {
    border-radius: 0
}

body.theme-shangen .swiper-pagination-bullet-active {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.theme-shangen .header-main .site-branding img {
    display: block;
    height: 100%
}

.theme-shangen .site-footer ul.menu li.menu-item>a {
    display: block;
    font-size: 1.25rem;
    padding-bottom: 1rem
}

.theme-shangen .site-footer ul.menu li.menu-item>.sub-menu>li.menu-item>a {
    display: block;
    padding-bottom: .5rem;
    font-size: .875rem
}

.theme-shangen .site-footer ul.menu li.menu-item>.sub-menu>li.menu-item>a:hover {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    text-decoration: underline
}

.theme-shangen .site-links .menu-item {
    margin-left: .25rem;
    margin-right: .25rem
}

.theme-shangen .site-links .menu-item>a:hover {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    text-decoration: underline
}

.theme-shangen .img-qq {
    margin-bottom: -6px;
    width: 77px;
    height: 22px;
    background: url(../fonts/f1a0994ec96143d597920383b5e913c9.woff) 50% no-repeat
}

.theme-shangen nav.main-mobile-navigation {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 50;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    border-top-width: 1px;
    --bg-opacity: 1;
    background-color: #258cc6;
    background-color: rgba(37, 140, 198, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.theme-shangen nav.main-mobile-navigation ul#primary-menu>li.menu-item>a {
    display: block;
    padding-left: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.theme-shangen nav.main-mobile-navigation ul#primary-menu>li.menu-item>ul.sub-menu {
    display: none;
    padding-left: 2rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity))
}

.theme-shangen nav.main-mobile-navigation ul#primary-menu>li.menu-item>ul.sub-menu>li.menu-item {
    border-left-width: 1px;
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
    padding: .25rem 1rem
}

.theme-shangen nav.main-mobile-navigation ul#primary-menu>li.menu-item>ul.sub-menu>li.menu-item>a {
    display: block;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 600
}

.theme-shangen nav.main-mobile-navigation ul#primary-menu>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu {
    display: flex;
    flex-wrap: wrap
}

.theme-shangen nav.main-mobile-navigation ul#primary-menu>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item {
    width: 50%
}

.theme-shangen nav.main-mobile-navigation ul#primary-menu>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item>a {
    display: inline-block
}

.theme-shangen nav.main-mobile-navigation ul#primary-menu>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item>a:before {
    display: inline-block;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    width: 1.5rem;
    font-size: .875rem;
    content: "\25AA"
}
/* 
.theme-shangen .menu-hot-icon>a:after {
    display: inline-block;
    content: "";
    background-image: url(data:image/gif;base64,R0lGODlhFgALAJECAN8AKf///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFMgACACwAAAAAFgALAAACIxSOqWrrD+MKiIKAD97K3q9VzpZ55iie4SReWSvFctTMiVAAACH5BAUyAAIALAAAAAAWAAsAAAIejI+py+1/QDSg0mqRpGH3qWCWRy5lyYUgpkHuC8cFADs=);
    width: 22px;
    height: 11px;
    margin-left: 3px;
    margin-bottom: 3px
} */

.theme-shangen nav.main-navigation ul#primary-menu.menu {
    display: flex
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item:hover>a {
    background: hsla(0, 0%, 100%, .16)
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item:hover>ul.sub-menu {
    display: block
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item>a {
    display: block;
    font-size: .875rem;
    padding: .75rem 1.5rem;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-weight: 600
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item>ul.sub-menu {
    position: absolute;
    border-width: 1px;
    z-index: 50;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    display: none;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    top: 100%
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.base-menu>ul.sub-menu {
    padding: .5rem 1rem;
    width: 220px
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.base-menu>ul.sub-menu>li.menu-item {
    padding: .5rem;
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
    font-size: .875rem;
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity))
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.base-menu>ul.sub-menu>li.menu-item:last-child {
    border-bottom-width: 0
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.base-menu>ul.sub-menu>li.menu-item:hover {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.base-menu>ul.sub-menu>li.menu-item:before {
    display: inline-block;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    width: 1rem;
    font-size: 1.125rem;
    content: "\25AA"
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.mega-menu,
.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.mega-menu:hover>ul.sub-menu {
    display: flex
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.mega-menu>ul.sub-menu {
    width: 100%;
    left: 0;
    padding: 1rem
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.mega-menu>ul.sub-menu>li.menu-item {
    flex-grow: 1;
    padding-left: 1rem;
    padding-right: 1rem
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.mega-menu>ul.sub-menu>li.menu-item>a {
    display: block;
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
    font-size: 1.125rem;
    font-weight: 600;
    padding-bottom: .5rem
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.mega-menu>ul.sub-menu>li.menu-item>a:hover {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.mega-menu>ul.sub-menu>li.menu-item>a>.menu-item-description {
    display: block;
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
    font-size: .75rem;
    font-weight: 300;
    padding-top: .25rem
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.mega-menu>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item {
    padding: .5rem;
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
    font-size: .875rem;
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity))
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.mega-menu>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item:last-child {
    border-bottom-width: 0
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.mega-menu>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item:hover {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.mega-menu>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item:before {
    display: inline-block;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    width: 1rem;
    font-size: 1.125rem;
    content: "\25AA"
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu {
    display: flex
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu:hover>ul.sub-menu {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-auto-flow: column
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu:hover .menu-row-2 {
    grid-row: span 2/span 2
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu>ul.sub-menu {
    padding: 1rem
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu>ul.sub-menu>li.menu-item {
    min-width: 14rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu>ul.sub-menu>li.menu-item>a {
    display: block;
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
    font-size: 1.125rem;
    font-weight: 600;
    padding-bottom: .5rem
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu>ul.sub-menu>li.menu-item>a:hover {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu>ul.sub-menu>li.menu-item>a>.menu-item-description {
    display: block;
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
    font-size: .75rem;
    font-weight: 300;
    padding-top: .25rem
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item {
    padding: .5rem;
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
    font-size: .875rem;
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity))
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item:last-child {
    border-bottom-width: 0
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item:hover {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item:before {
    display: inline-block;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    width: 1rem;
    font-size: 1.125rem;
    content: "\25AA"
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu-fw {
    display: flex
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu-fw:hover>ul.sub-menu {
    display: grid;
    grid-auto-flow: column dense;
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

@media (min-width:768px) {
    .theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu-fw:hover>ul.sub-menu {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu-fw>ul.sub-menu {
    padding: 1rem
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu-fw>ul.sub-menu>li.menu-item {
    min-width: 14rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu-fw>ul.sub-menu>li.menu-item>a {
    display: block;
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
    font-size: 1.125rem;
    font-weight: 600;
    padding-bottom: .5rem
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu-fw>ul.sub-menu>li.menu-item>a:hover {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu-fw>ul.sub-menu>li.menu-item>a>.menu-item-description {
    display: block;
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
    font-size: .75rem;
    font-weight: 300;
    padding-top: .25rem
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu-fw>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item {
    padding: .5rem;
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
    font-size: .875rem;
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity))
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu-fw>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item:last-child {
    border-bottom-width: 0
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu-fw>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item:hover {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.theme-shangen nav.main-navigation ul#primary-menu.menu>li.menu-item.fixed-width-menu-fw>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item:before {
    display: inline-block;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    width: 1rem;
    font-size: 1.125rem;
    content: "\25AA"
}

.theme-shangen .front-page-carousel .swiper-button-next,
.theme-shangen .front-page-carousel .swiper-button-prev {
    display: none
}

@media (min-width:768px) {

    .theme-shangen .front-page-carousel .swiper-button-next,
    .theme-shangen .front-page-carousel .swiper-button-prev {
        display: flex
    }
}

.theme-shangen .front-page-recommend .swiper-pagination {
    position: absolute;
    left: auto;
    bottom: auto;
    margin: 0;
    top: 0;
    display: flex;
    width: 100%
}

.theme-shangen .front-page-recommend .swiper-pagination-bullet {
    border-radius: 0;
    border-width: 1px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    width: 25%;
    height: auto;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    opacity: .75
}

@media (min-width:1024px) {
    .theme-shangen .front-page-recommend .swiper-pagination-bullet {
        padding-left: 5rem;
        padding-right: 5rem;
        font-size: 1.125rem;
        width: auto
    }
}

.theme-shangen .front-page-recommend .swiper-pagination-bullet-active {
    --border-opacity: 1;
    border-color: #258cc6;
    border-color: rgba(37, 140, 198, var(--border-opacity));
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
    opacity: 1
}

.theme-shangen .front-page-recommend .swiper-slider-inner {
    width: 250px
}

@media (min-width:768px) {
    .theme-shangen .front-page-recommend .swiper-slider-inner {
        width: auto
    }
}

.theme-shangen .front-page-recommend .recommend-figure {
    width: 250px;
    height: 250px;
    min-width: 250px;
    max-width: 250px
}

@media (min-width:768px) {
    .theme-shangen .front-page-recommend .recommend-figure {
        width: 300px;
        height: 300px;
        min-width: 300px;
        max-width: 300px
    }
}

@media (min-width:1024px) {
    .theme-shangen .front-page-recommend .recommend-figure {
        width: 400px;
        height: 400px;
        min-width: 400px;
        max-width: 400px
    }
}

.theme-shangen .front-page-news .swiper-pagination {
    right: 10px;
    position: absolute;
    width: auto;
    left: auto;
    margin: 0;
    top: 0;
    bottom: auto
}

.theme-shangen .front-page-news .swiper-pagination-bullet {
    border-radius: 0;
    border-bottom-width: 4px;
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
    width: auto;
    height: auto;
    padding: .25rem;
    font-size: 1rem;
    opacity: 1;
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
    margin-right: 0;
    background-color: transparent
}

.theme-shangen .front-page-news .swiper-pagination-bullet-active {
    --border-opacity: 1;
    border-color: #258cc6;
    border-color: rgba(37, 140, 198, var(--border-opacity));
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity))
}

@media (max-width:480px) {
    .theme-shangen .about-us-certification .entry-content .gallery .gallery-item {
        max-width: 48%;
        float: left;
        margin-right: 6px
    }

    .theme-shangen .about-us-certification .entry-content .gallery-columns-5 figure:nth-of-type(5n+6) {
        clear: none
    }
}

.woocommerce .woocommerce-result-count {
    font-size: .875rem
}

@media (min-width:768px) {
    .woocommerce .woocommerce-result-count {
        font-size: 1.125rem
    }
}

.woocommerce .orderby {
    font-size: .875rem
}

@media (min-width:768px) {
    .woocommerce .orderby {
        font-size: 1.125rem
    }
}

.woocommerce .woocommerce-breadcrumb {
    font-size: .82em
}

@media (min-width:768px) {
    .woocommerce .woocommerce-breadcrumb {
        font-size: .92em
    }
}

.woocommerce .woocommerce-products-header {
    display: none
}

.woocommerce .woocommerce-ordering .orderby {
    display: block;
    padding-left: .5rem;
    padding-bottom: .5rem;
    padding-top: .25rem;
    border-width: 1px;
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity))
}

.woocommerce ul.products li.product>a {
    display: block
}

.woocommerce ul.products li.product>a:hover {
    display: block;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.woocommerce ul.products li.product>a>img {
    margin-bottom: 0;
    aspect-ratio: 1/1
}

.woocommerce ul.products li.product .price {
    display: none
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    padding-left: .5rem;
    padding-right: .5rem
}

.woocommerce ul.products li.product .add_to_cart_button {
    display: none
}

.woocommerce ul.products li.product span.onsale {
    border-radius: 0;
    margin: 0
}

@media (min-width:768px) {
    .woocommerce div.product div.woocommerce-product-gallery {
        width: 35%
    }
}

.woocommerce div.product div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper {
    max-width: none
}

.woocommerce div.product div.woocommerce-product-gallery ol.flex-control-nav li {
    padding-right: .25rem;
    padding-top: .25rem
}

.woocommerce div.product div.woocommerce-product-gallery ol.flex-control-nav li img {
    -o-object-fit: cover;
    object-fit: cover
}

.woocommerce div.product div.woocommerce-product-gallery .flex-viewport {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity))
}

.woocommerce div.product span.onsale {
    top: 0;
    left: 0;
    border-radius: 0;
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity))
}

.woocommerce div.product .woocommerce-product-gallery img.wp-post-image {
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width:768px) {
    .woocommerce div.product div.summary {
        width: 60%
    }
}

.woocommerce div.product div.summary .product_title {
    font-size: 1.25rem;
    padding-bottom: 1rem;
    font-weight: 600
}

@media (min-width:768px) {
    .woocommerce div.product div.summary .product_title {
        font-size: 1.5rem
    }
}

.woocommerce div.product div.summary .woocommerce-product-details__short-description {
    font-size: .875rem
}

@media (min-width:768px) {
    .woocommerce div.product div.summary .woocommerce-product-details__short-description {
        font-size: 1rem
    }
}

.woocommerce div.product div.summary .price {
    margin-bottom: 1.25rem
}

.woocommerce div.product div.summary .woocommerce-product-details__short-description {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
    padding-bottom: 1rem
}

.woocommerce div.product div.summary .cart .variations th {
    text-align: left;
    vertical-align: middle
}

.woocommerce div.product div.summary .cart .variations th label {
    font-weight: 300;
    font-size: 1.125rem
}

.woocommerce div.product div.summary .cart .variations td.value select {
    border-width: 1px;
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
    cursor: pointer;
    padding: .25rem 2rem .25rem 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 0), linear-gradient(135deg, currentColor 50%, transparent 0);
    background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%);
    background-size: 4px 4px, 4px 4px;
    background-repeat: no-repeat
}

.woocommerce div.product div.summary .product_meta {
    border-top-width: 1px;
    padding-top: .5rem;
    font-size: .875rem
}

.woocommerce div.product div.summary .product_meta>span {
    font-weight: 600;
    display: block
}

.woocommerce div.product div.summary .product_meta>span>a,
.woocommerce div.product div.summary .product_meta>span>span {
    font-weight: 300
}

.woocommerce div.product div.summary .product_meta>span>a:hover {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    text-decoration: underline
}

.woocommerce div.product div.woocommerce-tabs ul.tabs {
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 50;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    padding-top: 1.25rem
}

.woocommerce div.product div.woocommerce-tabs ul.tabs>li {
    font-size: .875rem;
    padding-left: .5rem;
    padding-right: .5rem
}

@media (min-width:768px) {
    .woocommerce div.product div.woocommerce-tabs ul.tabs>li {
        font-size: 1.125rem;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.woocommerce div.product div.woocommerce-tabs div.woocommerce-Tabs-panel {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    padding: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

@media (min-width:768px) {
    .woocommerce div.product div.woocommerce-tabs div.woocommerce-Tabs-panel {
        padding: 2rem
    }
}

.woocommerce div.product section.related h2 {
    font-size: 1.25rem;
    padding-bottom: 1rem
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    font-size: .875rem
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
    font-size: 1.5rem;
    text-decoration: none;
    position: relative
}

.woocommerce div.product div.images img {
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 1/1
}

.woocommerce.widget_product_categories ul.product-categories {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
    font-size: .875rem
}

.woocommerce.widget_product_categories ul.product-categories>li.cat-item {
    padding-left: 0;
    padding-right: 0
}

.woocommerce.widget_product_categories ul.product-categories>li.cat-item li.cat-item {
    padding-left: .5rem;
    padding-right: .5rem
}

.woocommerce.widget_product_categories ul.product-categories li.cat-item {
    line-height: 1.5rem;
    margin-bottom: .5rem
}

.woocommerce.widget_product_categories ul.product-categories li.cat-item:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 900;
    padding-right: .25rem;
    font-family: Font Awesome\ 5 Free;
    content: "\F07B"
}

.woocommerce.widget_product_categories ul.product-categories li.cat-item a {
    text-decoration: underline
}

.woocommerce.widget_product_categories ul.product-categories li.cat-item a:hover {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    font-weight: 400
}

.woocommerce.widget_product_categories ul.product-categories li.cat-item ul.children {
    margin-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.woocommerce ul.product_list_widget li .attachment-woocommerce_thumbnail {
    display: none
}

.woocommerce ul.product_list_widget li a {
    font-size: .875rem;
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
    font-weight: 400
}

.woocommerce ul.product_list_widget li a:hover {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

#custom-product-categories-widget .menu-icon {
    display: inline-block;
    margin-right: .5rem;
    vertical-align: top
}

#custom-product-categories-widget .menu-selected .menu-icon,
#custom-product-categories-widget>ul>li>a:hover .menu-icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

#custom-product-categories-widget>ul>li {
    background-color: #f1f1f1;
    margin-top: .2rem;
    margin-bottom: .2rem
}

.theme-shangen .wpcf7 {
    font-size: .875rem
}

.theme-shangen .wpcf7-form-control {
    border-width: 1px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem
}

.theme-shangen .wpcf7-form-control:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
}

.theme-shangen .wpcf7-textarea {
    border-width: 1px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.theme-shangen .wpcf7-textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
}

.theme-shangen .wpcf7-file {
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    margin-top: .5rem;
    border-width: 0
}

.theme-shangen .wpcf7-submit {
    padding: .25rem 1rem;
    font-size: .875rem;
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity))
}

.theme-shangen .wpcf7-submit,
.theme-shangen .wpcf7-submit:hover {
    --bg-opacity: 1;
    background-color: #258cc6;
    background-color: rgba(37, 140, 198, var(--bg-opacity))
}

.theme-shangen .wpcf7-submit:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.theme-shangen .wpcf7-not-valid {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
    border-width: 1px
}

.theme-shangen .wpcf7-not-valid-tip {
    display: none;
    left: auto;
    border-width: 0;
    padding: 0;
    top: -7px;
    right: 10px
}

.theme-shangen .loading-page-ydxb-menu>.menu {
    display: flex;
    flex-wrap: wrap;
    font-size: .875rem
}

.theme-shangen .loading-page-ydxb-menu>.menu>.menu-item {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    width: 50%;
    padding: .5rem
}

@media (min-width:1024px) {
    .theme-shangen .loading-page-ydxb-menu>.menu>.menu-item {
        width: 20%;
        padding: 1rem
    }
}

.theme-shangen .loading-page-ydxb-menu>.menu>.menu-item>a {
    display: block;
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
    border-width: 1px;
    --border-opacity: 1;
    border-color: #258cc6;
    border-color: rgba(37, 140, 198, var(--border-opacity));
    padding: 1rem .5rem;
    text-align: center;
    font-weight: 700
}

.theme-shangen .loading-page-ydxb-menu>.menu>.menu-item>a:hover {
    --bg-opacity: 1;
    background-color: #258cc6;
    background-color: rgba(37, 140, 198, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.theme-shangen .loading-page-ydxb-menu>.menu>.menu-item>ul.sub-menu {
    border-width: 1px;
    padding: .5rem;
    list-style-type: disc;
    list-style-position: inside
}

.theme-shangen .loading-page-ydxb-menu>.menu>.menu-item>ul.sub-menu>li.menu-item {
    margin: .5rem
}

.theme-shangen .loading-page-ydxb-menu>.menu>.menu-item>ul.sub-menu>li.menu-item>a:hover {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    text-decoration: underline
}

.theme-shangen .loading-page-annexinv-youshi ul>li {
    padding: 1.5rem;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #258cc6;
    border-color: rgba(37, 140, 198, var(--border-opacity))
}

.theme-shangen .loading-page-annexinv-youshi ul>li>h3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.theme-shangen .loading-page-annexinv-youshi ul>li>p {
    font-size: .875rem;
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity))
}

.theme-shangen .loading-page-annexinv-youshi ul>li:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.theme-shangen .loading-page-annexinv-youshi ul>li:nth-child(2n) {
    background-color: #f1f5f9
}

.theme-shangen .loading-page-annexinv-youshi ul>li:hover {
    --bg-opacity: 1;
    background-color: #258cc6;
    background-color: rgba(37, 140, 198, var(--bg-opacity))
}

.theme-shangen .loading-page-annexinv-youshi ul>li:hover>h3,
.theme-shangen .loading-page-annexinv-youshi ul>li:hover>p {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.theme-shangen .landing-page-xbzzdxhxjc-yingyong p {
    margin-bottom: 1rem;
    line-height: 2.5rem
}

.theme-shangen .landing-page-xbzzdxhxjc-yingyong ul {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1rem;
    gap: 1rem
}

@media (min-width:1024px) {
    .theme-shangen .landing-page-xbzzdxhxjc-yingyong ul {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.theme-shangen .landing-page-xbzzdxhxjc-yingyong ul>li {
    border-width: 1px;
    --bg-opacity: 1;
    background-color: #258cc6;
    background-color: rgba(37, 140, 198, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --border-opacity: 1;
    border-color: #258cc6;
    border-color: rgba(37, 140, 198, var(--border-opacity));
    padding: .5rem 1rem
}

.theme-shangen .landing-page-xbzzdxhxjc-yingyong ul>li:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.theme-shangen .landing-page-xbzzdxhxjc-yingyong ul>li:before {
    margin-right: .5rem;
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
    content: "\F0A4"
}

.theme-shangen .landing-page-xbzzsjh-yingyong p {
    margin-bottom: 1rem;
    line-height: 2.5rem
}

.theme-shangen .landing-page-xbzzsjh-yingyong ul {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1rem;
    gap: 1rem
}

@media (min-width:1024px) {
    .theme-shangen .landing-page-xbzzsjh-yingyong ul {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.theme-shangen .landing-page-xbzzsjh-yingyong ul>li {
    font-size: .875rem;
    border-width: 1px;
    --bg-opacity: 1;
    background-color: #258cc6;
    background-color: rgba(37, 140, 198, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --border-opacity: 1;
    border-color: #258cc6;
    border-color: rgba(37, 140, 198, var(--border-opacity));
    padding: .5rem 1rem
}

@media (min-width:768px) {
    .theme-shangen .landing-page-xbzzsjh-yingyong ul>li {
        font-size: 1rem
    }
}

.theme-shangen .landing-page-xbzzsjh-yingyong ul>li:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.theme-shangen .landing-page-xbzzsjh-yingyong ul>li:before {
    margin-right: .5rem;
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
    content: "\F0A4"
}

.theme-shangen table.landing-page-table-noscroll {
    display: table;
    overflow: auto;
    width: 100%;
    margin-bottom: 1rem;
    overflow-x: scroll;
    line-height: 2.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));
    border-width: 1px;
    border-collapse: collapse;
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity))
}

.theme-shangen table.landing-page-table-noscroll thead tr {
    --bg-opacity: 1;
    background-color: #258cc6;
    background-color: rgba(37, 140, 198, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.theme-shangen table.landing-page-table-noscroll th {
    padding-left: 1rem;
    padding-right: 1rem
}

.theme-shangen table.landing-page-table-noscroll td {
    padding-left: 1rem;
    padding-right: 1rem;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity))
}

.theme-shangen table.landing-page-table-noscroll>a {
    text-underline-offset: 4px;
    text-decoration: underline;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.theme-shangen table.landing-page-table {
    white-space: nowrap;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    overflow: hidden;
    overflow-x: scroll;
    line-height: 2.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));
    border-width: 1px;
    border-collapse: collapse;
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity))
}

@media (min-width:768px) {
    .theme-shangen table.landing-page-table {
        white-space: normal;
        display: table;
        overflow: auto
    }
}

.theme-shangen table.landing-page-table thead tr {
    --bg-opacity: 1;
    background-color: #258cc6;
    background-color: rgba(37, 140, 198, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.theme-shangen table.landing-page-table th {
    padding-left: 1rem;
    padding-right: 1rem
}

.theme-shangen table.landing-page-table td {
    padding-left: 1rem;
    padding-right: 1rem;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity))
}

.theme-shangen table.landing-page-table>a {
    text-underline-offset: 4px;
    text-decoration: underline;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.theme-shangen ul.landing-page-ul>li:before {
    margin-right: .5rem;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
    content: "\F0A4"
}

.theme-shangen .landing-page-content p {
    line-height: 2rem;
    margin-bottom: .5rem
}

.theme-shangen .landing-page-xbzqjcsjh-content p {
    text-indent: 2em
}

.theme-shangen .landing-page-xbzqjcsjh-content ul {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: .5rem;
    gap: .5rem;
    list-style-type: none
}

.theme-shangen .landing-page-xbzqjcsjh-content ul li {
    flex-direction: row;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.theme-shangen .landing-page-xbzqjcsjh-content ul li,
.theme-shangen .landing-page-xbzqjcsjh-content ul li>em {
    border-width: 1px;
    --border-opacity: 1;
    border-color: #258cc6;
    border-color: rgba(37, 140, 198, var(--border-opacity));
    display: flex;
    --bg-opacity: 1
}

.theme-shangen .landing-page-xbzqjcsjh-content ul li>em {
    background-color: #258cc6;
    background-color: rgba(37, 140, 198, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    width: 5rem;
    text-align: center;
    margin-right: .5rem;
    flex: none;
    align-items: center;
    justify-content: center
}

.theme-shangen .landing-page-xbzqjcsjh-content ul li:before {
    display: none !important
}

.no-scrollbar::-webkit-scrollbar {
    display: none
}

.no-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none
}

.theme-shangen .alignnone {
    margin: 5px 20px 20px 0
}

.theme-shangen .aligncenter,
.theme-shangen div.aligncenter {
    display: block;
    margin: 5px auto
}

.theme-shangen .alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.theme-shangen .alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.theme-shangen a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.theme-shangen a img.alignnone {
    margin: 5px 20px 20px 0
}

.theme-shangen a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.theme-shangen a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.theme-shangen .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.theme-shangen .wp-caption.alignleft,
.theme-shangen .wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.theme-shangen .wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.theme-shangen .wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.theme-shangen .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.theme-shangen .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.theme-shangen .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.theme-shangen .gallery:after {
    content: "";
    display: table;
    clear: both
}

.theme-shangen div.aligncenter,
.theme-shangen figure.aligncenter,
.theme-shangen img.aligncenter,
.theme-shangen img.wp-post-image {
    display: block;
    margin: 1em auto
}

.theme-shangen div.alignright,
.theme-shangen figure.alignright,
.theme-shangen img.alignright {
    float: right;
    margin: 1em 0 1em 2em
}

.theme-shangen div.alignleft,
.theme-shangen figure.alignleft,
.theme-shangen img.alignleft,
.theme-shangen img.wp-post-image.attachment-thumb {
    float: left;
    margin: 1em 1em 2em 0
}

.theme-shangen figure {
    max-width: 100%;
    height: auto;
    margin: 1em 0
}

.theme-shangen p img.alignleft,
.theme-shangen p img.alignright {
    margin-top: 0
}

.theme-shangen .gallery figure img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block
}

.theme-shangen .gallery figure {
    float: left;
    margin: 0 2% 1em 0
}

.theme-shangen .gallery.gallery-columns-1 figure {
    width: 100%;
    margin: 0 0 1em;
    float: none
}

.theme-shangen .gallery.gallery-columns-3 figure {
    width: 32%
}

.theme-shangen .gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
    margin-right: 0
}

.theme-shangen .gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
    clear: left
}

.theme-shangen .gallery.gallery-columns-2 figure {
    width: 49%
}

.theme-shangen .gallery.gallery-columns-2 figure:nth-of-type(2n) {
    margin-right: 0
}

.theme-shangen .gallery.gallery-columns-2 figure:nth-of-type(odd) {
    clear: left
}

.theme-shangen .gallery.gallery-columns-4 figure {
    width: 23.25%
}

.theme-shangen .gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
    margin-right: 0
}

.theme-shangen .gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
    clear: left
}

.theme-shangen .gallery.gallery-columns-5 figure {
    width: 18%
}

.theme-shangen .gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
    margin-right: 0
}

.theme-shangen .gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
    clear: left
}

.theme-shangen .gallery.gallery-columns-6 figure {
    width: 14.2%
}

.theme-shangen .gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
    margin-right: 0
}

.theme-shangen .gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
    clear: left
}

.theme-shangen .gallery.gallery-columns-7 figure {
    width: 12%
}

.theme-shangen .gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
    margin-right: 0
}

.theme-shangen .gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
    clear: left
}

.theme-shangen .gallery.gallery-columns-8 figure {
    width: 10.2%
}

.theme-shangen .gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
    margin-right: 0
}

.theme-shangen .gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
    clear: left
}

.theme-shangen .gallery.gallery-columns-9 figure {
    width: 8.85%
}

.theme-shangen .gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
    margin-right: 0
}

.theme-shangen .gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
    clear: left
}

@media (max-width:767px) {

    .theme-shangen div.alignleft,
    .theme-shangen div.alignright,
    .theme-shangen figure.alignleft,
    .theme-shangen figure.alignright,
    .theme-shangen img.alignleft,
    .theme-shangen img.alignright,
    .theme-shangen img.wp-post-image.attachment-thumb {
        display: block;
        margin: 1em auto;
        float: none
    }

    .theme-shangen .gallery.gallery-columns-4 figure,
    .theme-shangen .gallery.gallery-columns-5 figure,
    .theme-shangen .gallery.gallery-columns-6 figure,
    .theme-shangen .gallery.gallery-columns-7 figure,
    .theme-shangen .gallery.gallery-columns-8 figure,
    .theme-shangen .gallery.gallery-columns-9 figure {
        width: 100%;
        margin: 0 0 1em;
        float: none
    }
}

.theme-shangen .widget-area section.widget_text div.textwidget,
.theme-shangen div.entry-content,
.typography,
.woocommerce div.product div.woocommerce-tabs div.entry-content {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    font-size: .875rem
}

@media (min-width:1024px) {

    .theme-shangen .widget-area section.widget_text div.textwidget,
    .theme-shangen div.entry-content,
    .typography,
    .woocommerce div.product div.woocommerce-tabs div.entry-content {
        font-size: 1rem
    }
}

.theme-shangen .widget-area section.widget_text div.textwidget h2,
.theme-shangen div.entry-content h2,
.typography h2,
.woocommerce div.product div.woocommerce-tabs div.entry-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem
}

.theme-shangen .widget-area section.widget_text div.textwidget h3,
.theme-shangen div.entry-content h3,
.typography h3,
.woocommerce div.product div.woocommerce-tabs div.entry-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem
}

.theme-shangen .widget-area section.widget_text div.textwidget h4,
.theme-shangen div.entry-content h4,
.typography h4,
.woocommerce div.product div.woocommerce-tabs div.entry-content h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem
}

.theme-shangen .widget-area section.widget_text div.textwidget h5,
.theme-shangen div.entry-content h5,
.typography h5,
.woocommerce div.product div.woocommerce-tabs div.entry-content h5 {
    font-size: 1rem;
    margin-bottom: 1rem
}

.theme-shangen .widget-area section.widget_text div.textwidget p,
.theme-shangen div.entry-content p,
.typography p,
.woocommerce div.product div.woocommerce-tabs div.entry-content p {
    margin-bottom: 1rem;
    line-height: 2;
    text-indent: 2em
}

.theme-shangen .widget-area section.widget_text div.textwidget a,
.theme-shangen div.entry-content a,
.typography a,
.woocommerce div.product div.woocommerce-tabs div.entry-content a {
    text-decoration: underline;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.theme-shangen .widget-area section.widget_text div.textwidget a:hover,
.theme-shangen div.entry-content a:hover,
.typography a:hover,
.woocommerce div.product div.woocommerce-tabs div.entry-content a:hover {
    font-weight: 600;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity))
}

.theme-shangen .widget-area section.widget_text div.textwidget blockquote,
.theme-shangen div.entry-content blockquote,
.typography blockquote,
.woocommerce div.product div.woocommerce-tabs div.entry-content blockquote {
    font-size: .875rem;
    border-left-width: 2px;
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
    display: block;
    padding: .5rem 1rem;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    font-style: italic
}

.theme-shangen .widget-area section.widget_text div.textwidget blockquote p,
.theme-shangen div.entry-content blockquote p,
.typography blockquote p,
.woocommerce div.product div.woocommerce-tabs div.entry-content blockquote p {
    margin-bottom: .5rem
}

.theme-shangen .widget-area section.widget_text div.textwidget blockquote p:last-child,
.theme-shangen div.entry-content blockquote p:last-child,
.typography blockquote p:last-child,
.woocommerce div.product div.woocommerce-tabs div.entry-content blockquote p:last-child {
    margin-bottom: 0
}

.theme-shangen .widget-area section.widget_text div.textwidget figure,
.theme-shangen .widget-area section.widget_text div.textwidget hr,
.theme-shangen div.entry-content figure,
.theme-shangen div.entry-content hr,
.typography figure,
.typography hr,
.woocommerce div.product div.woocommerce-tabs div.entry-content figure,
.woocommerce div.product div.woocommerce-tabs div.entry-content hr {
    margin-bottom: 1rem
}

.theme-shangen .widget-area section.widget_text div.textwidget figure figcaption,
.theme-shangen div.entry-content figure figcaption,
.typography figure figcaption,
.woocommerce div.product div.woocommerce-tabs div.entry-content figure figcaption {
    padding-top: .75rem;
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
    font-size: .875rem
}

.theme-shangen .widget-area section.widget_text div.textwidget ol,
.theme-shangen .widget-area section.widget_text div.textwidget ul,
.theme-shangen div.entry-content ol,
.theme-shangen div.entry-content ul,
.typography ol,
.typography ul,
.woocommerce div.product div.woocommerce-tabs div.entry-content ol,
.woocommerce div.product div.woocommerce-tabs div.entry-content ul {
    line-height: 2
}

.theme-shangen .widget-area section.widget_text div.textwidget ul,
.theme-shangen div.entry-content ul,
.typography ul,
.woocommerce div.product div.woocommerce-tabs div.entry-content ul {
    margin-bottom: 1rem
}

.theme-shangen .widget-area section.widget_text div.textwidget ul li,
.theme-shangen div.entry-content ul li,
.typography ul li,
.woocommerce div.product div.woocommerce-tabs div.entry-content ul li {
    margin-bottom: .5rem
}

.theme-shangen .widget-area section.widget_text div.textwidget ul li:before,
.theme-shangen div.entry-content ul li:before,
.typography ul li:before,
.woocommerce div.product div.woocommerce-tabs div.entry-content ul li:before {
    display: inline-block;
    width: 1rem;
    content: "\2022"
}

.theme-shangen .widget-area section.widget_text div.textwidget ul li:last-child,
.theme-shangen div.entry-content ul li:last-child,
.typography ul li:last-child,
.woocommerce div.product div.woocommerce-tabs div.entry-content ul li:last-child {
    margin-bottom: 0
}

.theme-shangen .widget-area section.widget_text div.textwidget ol,
.theme-shangen div.entry-content ol,
.typography ol,
.woocommerce div.product div.woocommerce-tabs div.entry-content ol {
    margin-bottom: 1rem;
    counter-reset: li
}

.theme-shangen .widget-area section.widget_text div.textwidget ol li,
.theme-shangen div.entry-content ol li,
.typography ol li,
.woocommerce div.product div.woocommerce-tabs div.entry-content ol li {
    margin-bottom: .5rem;
    counter-increment: li
}

.theme-shangen .widget-area section.widget_text div.textwidget ol li:before,
.theme-shangen div.entry-content ol li:before,
.typography ol li:before,
.woocommerce div.product div.woocommerce-tabs div.entry-content ol li:before {
    display: inline-block;
    width: 1rem;
    content: counter(li) "."
}

.theme-shangen .widget-area section.widget_text div.textwidget ol li:last-child,
.theme-shangen div.entry-content ol li:last-child,
.typography ol li:last-child,
.woocommerce div.product div.woocommerce-tabs div.entry-content ol li:last-child {
    margin-bottom: 0
}

.theme-shangen .widget-area section.widget_text div.textwidget table,
.theme-shangen div.entry-content table,
.typography table,
.woocommerce div.product div.woocommerce-tabs div.entry-content table {
    display: table;
    width: 100%;
    line-height: 2rem;
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    border-width: 1px;
    margin-bottom: 1rem
}

.theme-shangen .widget-area section.widget_text div.textwidget table thead,
.theme-shangen div.entry-content table thead,
.typography table thead,
.woocommerce div.product div.woocommerce-tabs div.entry-content table thead {
    font-weight: 600
}

.theme-shangen .widget-area section.widget_text div.textwidget table tbody,
.theme-shangen div.entry-content table tbody,
.typography table tbody,
.woocommerce div.product div.woocommerce-tabs div.entry-content table tbody {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-top-width: 1px;
    border-bottom-width: 1px
}

.theme-shangen .widget-area section.widget_text div.textwidget table tr,
.theme-shangen div.entry-content table tr,
.typography table tr,
.woocommerce div.product div.woocommerce-tabs div.entry-content table tr {
    border-bottom-width: 1px
}

.theme-shangen .widget-area section.widget_text div.textwidget table tr:last-child,
.theme-shangen div.entry-content table tr:last-child,
.typography table tr:last-child,
.woocommerce div.product div.woocommerce-tabs div.entry-content table tr:last-child {
    border-bottom-width: 0
}

.theme-shangen .widget-area section.widget_text div.textwidget table tr td,
.theme-shangen .widget-area section.widget_text div.textwidget table tr th,
.theme-shangen div.entry-content table tr td,
.theme-shangen div.entry-content table tr th,
.typography table tr td,
.typography table tr th,
.woocommerce div.product div.woocommerce-tabs div.entry-content table tr td,
.woocommerce div.product div.woocommerce-tabs div.entry-content table tr th {
    border-right-width: 1px;
    padding-left: 1rem;
    padding-right: 1rem
}

.theme-shangen .widget-area section.widget_text div.textwidget table tr td:last-child,
.theme-shangen .widget-area section.widget_text div.textwidget table tr th:last-child,
.theme-shangen div.entry-content table tr td:last-child,
.theme-shangen div.entry-content table tr th:last-child,
.typography table tr td:last-child,
.typography table tr th:last-child,
.woocommerce div.product div.woocommerce-tabs div.entry-content table tr td:last-child,
.woocommerce div.product div.woocommerce-tabs div.entry-content table tr th:last-child {
    border-right-width: 0
}

.theme-shangen .widget-area section.widget_text div.textwidget div.gallery .gallery-item .wp-caption-text,
.theme-shangen div.entry-content div.gallery .gallery-item .wp-caption-text,
.typography div.gallery .gallery-item .wp-caption-text,
.woocommerce div.product div.woocommerce-tabs div.entry-content div.gallery .gallery-item .wp-caption-text {
    text-align: center
}

.theme-shangen nav.post-navigation {
    border-top-width: 1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .875rem
}

@media (min-width:768px) {
    .theme-shangen nav.post-navigation {
        font-size: 1rem
    }
}

.theme-shangen nav.post-navigation div.nav-links {
    display: flex;
    flex-direction: column;
    line-height: 2rem
}

@media (min-width:768px) {
    .theme-shangen nav.post-navigation div.nav-links {
        flex-direction: row;
        justify-content: space-between
    }
}

.theme-shangen nav.post-navigation div.nav-links a,
.theme-shangen nav.post-navigation div.nav-links a:hover {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.theme-shangen div.entry-content ul.blocks-gallery-grid li.blocks-gallery-item:before {
    display: none
}

.theme-shangen div.entry-content ul.blocks-gallery-grid li.blocks-gallery-item:last-child {
    margin-bottom: 16px
}

.theme-shangen .about-us-laboratory figure.p-right {
    height: 100%;
    padding-bottom: 2rem
}

.theme-shangen .widget-area section.widget ul {
    padding-left: .5rem;
    padding-right: .5rem
}

.theme-shangen .widget-area section.widget_tr_posts ul.widget-post-list__image li>a {
    width: 75px;
    height: 52px
}

@media (min-width:1280px) {
    .theme-shangen .widget-area section.widget_tr_posts ul.widget-post-list__image li>a {
        width: 87px;
        height: 60px
    }
}

.theme-shangen .widget-area section.widget_tr_posts ul.widget-post-list__image li>a>img.wp-post-image {
    margin-top: 0;
    margin-bottom: 0
}

.theme-shangen .widget-area section.widget_tr_posts ul.widget-post-list__image li>div>a {
    width: 149px
}

@media (min-width:1280px) {
    .theme-shangen .widget-area section.widget_tr_posts ul.widget-post-list__image li>div>a {
        width: 175px
    }
}

.theme-shangen .widget-area section.widget_tr_posts ul.widget-post-list__text li {
    border-bottom-width: 1px;
    border-style: dotted;
    line-height: 2rem
}

.theme-shangen .widget-area section.widget_tr_posts ul.widget-post-list__text li>a {
    display: block;
    font-size: .875rem;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px
}

@media (min-width:1280px) {
    .theme-shangen .widget-area section.widget_tr_posts ul.widget-post-list__text li>a {
        width: 295px
    }
}

.theme-shangen .widget-area section.widget_tr_posts ul.widget-post-list__text li>a:hover {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.theme-shangen .widget-area section.widget_tr_contact li {
    font-size: .875rem;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    line-height: 2rem
}

.theme-shangen .widget-area section.widget_tr_contact li:before {
    display: inline-block;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 15px;
    margin-left: -20px;
    font-variant: normal;
    text-rendering: auto
}

.theme-shangen .widget-area section.widget_tr_contact li>span {
    font-weight: 600
}

.theme-shangen .widget-area section.widget_tr_contact li.widget-list-mobile:before {
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    content: "\F3CD"
}

.theme-shangen .widget-area section.widget_tr_contact li.widget-list-tel:before {
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    content: "\F095"
}

.theme-shangen .widget-area section.widget_tr_contact li.widget-list-qq:before {
    font-family: Font Awesome\ 5 Brands;
    content: "\F1D6"
}

.theme-shangen .widget-area section.widget_tr_contact li.widget-list-email:before {
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    content: "\F2B6"
}

.theme-shangen .widget-area section.widget_tr_contact li.widget-list-address:before {
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    content: "\F015"
}

.theme-shangen .widget-area section.widget_text div.textwidget {
    padding-left: .5rem;
    padding-right: .5rem
}

.theme-shangen .widget-area section.widget_text div.textwidget:after {
    content: "";
    display: table;
    clear: both
}

.theme-shangen .widget-area section.widget_media_gallery div.gallery {
    font-size: .875rem
}

.theme-shangen .widget-area section.widget_media_gallery div.gallery>.gallery-item .gallery-caption {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.theme-shangen .widget-area section.widget_nav_menu ul {
    padding-left: 0;
    padding-right: 0
}

.theme-shangen .widget-area section.widget_nav_menu ul.sub-menu {
    display: none
}

.theme-shangen .widget-area section.widget_nav_menu ul.menu {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
    font-size: .875rem
}

.theme-shangen .widget-area section.widget_nav_menu ul.menu li.menu-item-has-children>a:after {
    display: inline-block;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    content: "\F107";
    right: 1.25rem;
    transition: transform .3s
}

.theme-shangen .widget-area section.widget_nav_menu ul.menu li.menu-item-has-children.clicked>a:after {
    --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));
    --transform-rotate: 90deg
}

.theme-shangen .widget-area section.widget_nav_menu ul.menu li.menu-item-has-children.clicked>ul.sub-menu {
    display: block
}

.theme-shangen .widget-area section.widget_nav_menu ul.menu a {
    display: block;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-right: .5rem;
    position: relative
}

.theme-shangen .widget-area section.widget_nav_menu ul.menu a:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
    font-weight: 600
}

.theme-shangen .widget-area section.widget_nav_menu ul.menu>li.menu-item {
    line-height: 1.5rem;
    border-bottom-width: 1px
}

.theme-shangen .widget-area section.widget_nav_menu ul.menu>li.menu-item>a {
    padding-left: 1rem
}

.theme-shangen .widget-area section.widget_nav_menu ul.menu>li.menu-item>ul.sub-menu>li.menu-item>a {
    padding-left: 2.5rem
}

.theme-shangen .widget-area section.widget_nav_menu ul.menu>li.menu-item>ul.sub-menu>li.menu-item>a:before {
    display: inline-block;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    width: 1rem;
    font-size: 1.125rem;
    content: "\25AA"
}

.theme-shangen article.type-se_career label:before {
    position: absolute;
    content: "\F055";
    left: 1rem
}

.theme-shangen article.type-se_career input:checked+label:before,
.theme-shangen article.type-se_career label:before {
    display: inline-block;
    font-weight: 900;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    font-family: Font Awesome\ 5 Free
}

.theme-shangen article.type-se_career input:checked+label:before {
    content: "\F056"
}

.theme-shangen article.type-se_career .accordion-content {
    max-height: 0
}

.theme-shangen article.type-se_career input[name=panel]:checked~.accordion-content {
    max-height: 50em
}

.no-products-found a {
    display: inline-block;
    text-decoration: underline;
    font-weight: 400;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    padding-left: .25rem;
    padding-right: .25rem
}

.no-products-found a:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity))
}

.no-products-found>p:first-child {
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 600
}

.no-products-found>p:first-child:before {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    margin-right: .5rem;
    font-family: Font Awesome\ 5 Free;
    content: "\F0A4"
}

.no-products-found ul {
    line-height: 2rem;
    font-weight: 300;
    margin-left: 1rem;
    margin-right: 1rem
}

.no-products-found ul>li:before {
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
    margin-right: .5rem;
    font-family: Font Awesome\ 5 Free;
    content: "\F054"
}

.page-template-page_jc-php #content .wp-post-image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.jc-content-wrapper .jc-content-container header {
    margin-bottom: .5rem
}

.jc-content-wrapper .jc-content-default header {
    border-bottom-width: 1px;
    margin-bottom: 1rem
}

.jc-content-wrapper .jc-content-default header h1,
.jc-content-wrapper .jc-content-default header h2,
.jc-content-wrapper .jc-content-default header h3,
.jc-content-wrapper .jc-content-default header h4,
.jc-content-wrapper .jc-content-default header h5,
.jc-content-wrapper .jc-content-default header h6 {
    font-size: 1.5rem;
    font-weight: 600;
    padding-top: .5rem;
    padding-bottom: .5rem;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #258cc6;
    border-color: rgba(37, 140, 198, var(--border-opacity));
    display: inline-block;
    padding-right: 1rem
}

.jc-content-wrapper .jc-content-default header h1:before,
.jc-content-wrapper .jc-content-default header h2:before,
.jc-content-wrapper .jc-content-default header h3:before,
.jc-content-wrapper .jc-content-default header h4:before,
.jc-content-wrapper .jc-content-default header h5:before,
.jc-content-wrapper .jc-content-default header h6:before {
    font-weight: 400;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: .5rem;
    padding-right: .5rem;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    font-family: Font Awesome\ 5 Free;
    content: "\F005"
}

.jc-content-wrapper .jc-content-fwys header {
    background-image: linear-gradient(90deg, var(--gradient-color-stops));
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, hsla(0, 0%, 100%, 0));
    --gradient-to-color: #fff
}

.jc-content-wrapper .jc-content-fwys header h1,
.jc-content-wrapper .jc-content-fwys header h2,
.jc-content-wrapper .jc-content-fwys header h3,
.jc-content-wrapper .jc-content-fwys header h4,
.jc-content-wrapper .jc-content-fwys header h5,
.jc-content-wrapper .jc-content-fwys header h6 {
    font-size: 1.25rem;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    display: inline-block;
    padding: .5rem 1rem
}

.jc-content-wrapper .jc-content-fwys .entry-content>ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
    list-style-type: none;
    counter-reset: muffins
}

.jc-content-wrapper .jc-content-fwys .entry-content>ol>li {
    margin-left: 2.5rem;
    counter-increment: muffins
}

.jc-content-wrapper .jc-content-fwys .entry-content>ol>li:before {
    content: counter(muffins);
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 9999px;
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .25rem;
    margin-bottom: .25rem;
    float: left;
    margin-left: -2rem
}

.jc-content-wrapper .jc-content-zysx header {
    border-bottom-width: 1px
}

.jc-content-wrapper .jc-content-zysx header h1,
.jc-content-wrapper .jc-content-zysx header h2,
.jc-content-wrapper .jc-content-zysx header h3,
.jc-content-wrapper .jc-content-zysx header h4,
.jc-content-wrapper .jc-content-zysx header h5,
.jc-content-wrapper .jc-content-zysx header h6 {
    font-size: 1.25rem;
    font-weight: 600;
    padding-top: .5rem;
    padding-bottom: .5rem;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #258cc6;
    border-color: rgba(37, 140, 198, var(--border-opacity));
    display: inline-block;
    padding-right: 1rem
}

.jc-content-wrapper .jc-content-zysx header h1:before,
.jc-content-wrapper .jc-content-zysx header h2:before,
.jc-content-wrapper .jc-content-zysx header h3:before,
.jc-content-wrapper .jc-content-zysx header h4:before,
.jc-content-wrapper .jc-content-zysx header h5:before,
.jc-content-wrapper .jc-content-zysx header h6:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: .5rem;
    padding-right: .5rem;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    font-family: Font Awesome\ 5 Free;
    content: "\F129"
}

.jc-content-wrapper .jc-content-zysx .entry-content>ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    list-style-type: none
}

.jc-content-wrapper .jc-content-zysx .entry-content>ul>li {
    margin-left: 2.5rem
}

.jc-content-wrapper .jc-content-zysx .entry-content>ul>li:before {
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: .5rem;
    padding-right: .5rem;
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
    height: 1.5rem;
    width: 1.5rem;
    --bg-opacity: 1;
    background-color: #258cc6;
    background-color: rgba(37, 140, 198, var(--bg-opacity));
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .25rem;
    margin-bottom: .25rem;
    float: left;
    margin-left: -2rem;
    font-family: Font Awesome\ 5 Free;
    line-height: inherit;
    content: "\F054"
}

.float-widget-wrap {
    position: fixed;
    z-index: 50;
    right: 30px;
    bottom: 100px
}

.float-widget-wrap .contact-badge {
    opacity: .5
}

.float-widget-wrap .contact-badge i {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 9999px;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    width: 3rem;
    height: 3rem;
    font-size: 1.875rem;
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    cursor: pointer;
    transition: all .1s ease-in-out;
    transform: scale(1)
}

.float-widget-wrap .contact-badge:hover {
    opacity: .75
}

.float-widget-wrap .contact-panel {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    right: 0;
    border-radius: .5rem;
    border-width: 1px;
    text-align: center;
    background: #f9fafa;
    transition: all .3s ease-in-out;
    bottom: 40px;
    width: 170px;
    height: auto
}

.float-widget-wrap .contact-panel-active {
    opacity: 1;
    bottom: 80px
}

.woocommerce div.product div.woocommerce-tabs div.entry-content .faqs-content p {
    margin-bottom: .5rem;
    text-indent: 0
}

.woocommerce div.product div.woocommerce-tabs div.entry-content .faqs-content ul {
    margin-bottom: .5rem
}

.jc-content-wrapper .jc-content-mbdzrfw header {
    border-bottom-width: 1px;
    margin-bottom: 1rem
}

.jc-content-wrapper .jc-content-mbdzrfw header h1,
.jc-content-wrapper .jc-content-mbdzrfw header h2,
.jc-content-wrapper .jc-content-mbdzrfw header h3,
.jc-content-wrapper .jc-content-mbdzrfw header h4,
.jc-content-wrapper .jc-content-mbdzrfw header h5,
.jc-content-wrapper .jc-content-mbdzrfw header h6 {
    font-size: 1.5rem;
    font-weight: 600;
    padding-top: .5rem;
    padding-bottom: .5rem;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #258cc6;
    border-color: rgba(37, 140, 198, var(--border-opacity));
    display: inline-block;
    padding-right: 1rem
}

.jc-content-wrapper .jc-content-mbdzrfw header h1:before,
.jc-content-wrapper .jc-content-mbdzrfw header h2:before,
.jc-content-wrapper .jc-content-mbdzrfw header h3:before,
.jc-content-wrapper .jc-content-mbdzrfw header h4:before,
.jc-content-wrapper .jc-content-mbdzrfw header h5:before,
.jc-content-wrapper .jc-content-mbdzrfw header h6:before {
    font-weight: 400;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: .5rem;
    padding-right: .5rem;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    font-family: Font Awesome\ 5 Free;
    content: "\F005"
}

.jc-content-wrapper .jc-content-mbdzrfw table {
    display: block;
    min-width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-width: 1px;
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity))
}

@media (min-width:768px) {
    .jc-content-wrapper .jc-content-mbdzrfw table {
        display: table;
        overflow: auto;
        white-space: normal
    }
}

.jc-content-wrapper .jc-content-mbdzrfw thead {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #258cc6;
    background-color: rgba(37, 140, 198, var(--bg-opacity))
}

.jc-content-wrapper .jc-content-mbdzrfw th {
    padding: .5rem 1rem;
    text-align: left;
    border-bottom-width: 1px
}

.jc-content-wrapper .jc-content-mbdzrfw td {
    padding: .5rem 1rem;
    border-bottom-width: 1px
}

.jc-content-wrapper .jc-content-mbdzrfw tbody tr:nth-child(2n) {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity))
}

.jc-content-wrapper .jc-content-mbdzrfw tbody tr:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.jc-content-wrapper .jc-content-mbdzrys header {
    border-bottom-width: 1px;
    margin-bottom: 1rem
}

.jc-content-wrapper .jc-content-mbdzrys header h1,
.jc-content-wrapper .jc-content-mbdzrys header h2,
.jc-content-wrapper .jc-content-mbdzrys header h3,
.jc-content-wrapper .jc-content-mbdzrys header h4,
.jc-content-wrapper .jc-content-mbdzrys header h5,
.jc-content-wrapper .jc-content-mbdzrys header h6 {
    font-size: 1.5rem;
    font-weight: 600;
    padding-top: .5rem;
    padding-bottom: .5rem;
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #258cc6;
    border-color: rgba(37, 140, 198, var(--border-opacity));
    display: inline-block;
    padding-right: 1rem
}

.jc-content-wrapper .jc-content-mbdzrys header h1:before,
.jc-content-wrapper .jc-content-mbdzrys header h2:before,
.jc-content-wrapper .jc-content-mbdzrys header h3:before,
.jc-content-wrapper .jc-content-mbdzrys header h4:before,
.jc-content-wrapper .jc-content-mbdzrys header h5:before,
.jc-content-wrapper .jc-content-mbdzrys header h6:before {
    font-weight: 400;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: .5rem;
    padding-right: .5rem;
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity));
    font-family: Font Awesome\ 5 Free;
    content: "\F005"
}

.jc-content-wrapper .jc-content-mbdzrys table {
    display: none;
    min-width: 100%;
    font-size: .875rem;
    border-width: 1px
}

@media (min-width:1024px) {
    .jc-content-wrapper .jc-content-mbdzrys table {
        display: table
    }
}

.jc-content-wrapper .jc-content-mbdzrys thead th {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #258cc6;
    background-color: rgba(37, 140, 198, var(--bg-opacity))
}

.jc-content-wrapper .jc-content-mbdzrys th {
    padding: .75rem .5rem
}

.jc-content-wrapper .jc-content-mbdzrys td {
    padding: .75rem
}

.jc-content-wrapper .jc-content-mbdzrys tbody {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.jc-content-wrapper .jc-content-mbdzrys tr:nth-child(2n) {
    background-color: rgba(79, 159, 155, .08)
}

.jc-content-wrapper .jc-content-mbdzrys tr:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.jc-content-wrapper .jc-content-mbdzral h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 600
}

.jc-content-wrapper .jc-content-mbdzral p {
    margin-bottom: 1rem;
    line-height: 2rem;
    text-indent: 2em
}

.jc-content-wrapper .jc-content-mbdzral img {
    margin-left: auto;
    margin-right: auto
}

.space-y-4>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem*var(--space-y-reverse))
}

.space-x-5>:not(template)~:not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--space-x-reverse)))
}

.divide-y>:not(template)~:not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px*var(--divide-y-reverse))
}

.divide-gray-100>:not(template)~:not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity))
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bg-fixed {
    background-attachment: fixed
}

.bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity))
}

.bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity))
}

.bg-red-500 {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity))
}

.bg-blue-100 {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity))
}

.bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity))
}

.bg-dark-cyan {
    --bg-opacity: 1;
    background-color: #258cc6;
    background-color: rgba(37, 140, 198, var(--bg-opacity))
}

.hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.hover\:bg-blue-100:hover {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity))
}

.hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity))
}

.hover\:bg-dark-cyan:hover {
    --bg-opacity: 1;
    background-color: #258cc6;
    background-color: rgba(37, 140, 198, var(--bg-opacity))
}

.hover\:bg-light-sea:hover {
    --bg-opacity: 1;
    background-color: #258cc6;
    background-color: rgba(37, 140, 198, var(--bg-opacity))
}

.bg-opacity-50 {
    --bg-opacity: 0.5
}

.bg-repeat {
    background-repeat: repeat
}

.bg-cover {
    background-size: cover
}

.border-collapse {
    border-collapse: collapse
}

.border-separate {
    border-collapse: separate
}

.border-transparent {
    border-color: transparent
}

.border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
}

.border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, 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-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity))
}

.border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity))
}

.border-dark-cyan {
    --border-opacity: 1;
    border-color: #258cc6;
    border-color: rgba(37, 140, 198, var(--border-opacity))
}

.hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity))
}

.hover\:border-blue-500:hover {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity))
}

.hover\:border-dark-cyan:hover {
    --border-opacity: 1;
    border-color: #258cc6;
    border-color: rgba(37, 140, 198, var(--border-opacity))
}

.rounded-none {
    border-radius: 0
}

.rounded {
    border-radius: .25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.border-dotted {
    border-style: dotted
}

.border-0 {
    border-width: 0
}

.border {
    border-width: 1px
}

.border-b-0 {
    border-bottom-width: 0
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-l-2 {
    border-left-width: 2px
}

.border-t {
    border-top-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-l {
    border-left-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.flex-1 {
    flex: 1 1 0%
}

.flex-grow-0 {
    flex-grow: 0
}

.flex-grow {
    flex-grow: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-shrink {
    flex-shrink: 1
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.clear-both {
    clear: both
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-12 {
    height: 3rem
}

.h-16 {
    height: 4rem
}

.h-auto {
    height: auto
}

.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
}

.leading-4 {
    line-height: 1rem
}

.leading-7 {
    line-height: 1.75rem
}

.leading-8 {
    line-height: 2rem
}

.leading-10 {
    line-height: 2.5rem
}

.leading-relaxed {
    line-height: 1.625
}

.leading-loose {
    line-height: 2
}

.list-inside {
    list-style-position: inside
}

.list-none {
    list-style-type: none
}

.list-disc {
    list-style-type: disc
}

.m-3 {
    margin: .75rem
}

.m-auto {
    margin: auto
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.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-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.mr-1 {
    margin-right: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.ml-6 {
    margin-left: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mr-10 {
    margin-right: 2.5rem
}

.-mt-12 {
    margin-top: -3rem
}

.-mb-px {
    margin-bottom: -1px
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-4xl {
    max-width: 56rem
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.focus\:outline-none:focus,
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-scroll {
    overflow-x: scroll
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .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
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.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-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: .25rem
}

.pr-1 {
    padding-right: .25rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pt-2 {
    padding-top: .5rem
}

.pr-2 {
    padding-right: .5rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pl-2 {
    padding-left: .5rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pl-10 {
    padding-left: 2.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-20 {
    padding-top: 5rem
}

.placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity))
}

.placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity))
}

.placeholder-gray-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity))
}

.placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity))
}

.pointer-events-none {
    pointer-events: none
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    right: 0;
    left: 0
}

.inset-0,
.inset-y-0 {
    top: 0;
    bottom: 0
}

.inset-x-0 {
    right: 0;
    left: 0
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.resize {
    resize: both
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
}

.shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
}

.hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
}

.fill-current {
    fill: currentColor
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity))
}

.text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, 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-red-500 {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity))
}

.text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity))
}

.text-green-500 {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity))
}

.text-green-600 {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity))
}

.text-blue-100 {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity))
}

.text-blue-500 {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity))
}

.text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity))
}

.text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity))
}

.text-dark-cyan {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity))
}

.hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity))
}

.hover\:text-red-500:hover {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity))
}

.hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity))
}

.hover\:text-dark-cyan:hover {
    --text-opacity: 1;
    color: #258cc6;
    color: rgba(37, 140, 198, var(--text-opacity))
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.hover\:underline:hover,
.underline {
    text-decoration: underline
}

.tracking-widest {
    letter-spacing: .1em
}

.align-middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

.align-text-bottom {
    vertical-align: text-bottom
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.whitespace-no-wrap {
    white-space: nowrap
}

.break-all {
    word-break: break-all
}

.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-16 {
    width: 4rem
}

.w-24 {
    width: 6rem
}

.w-32 {
    width: 8rem
}

.w-40 {
    width: 10rem
}

.w-48 {
    width: 12rem
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.333333%
}

.w-1\/4 {
    width: 25%
}

.w-full {
    width: 100%
}

.w-screen {
    width: 100vw
}

.z-50 {
    z-index: 50
}

.z-70 {
    z-index: 70
}

.gap-0 {
    grid-gap: 0;
    gap: 0
}

.gap-2 {
    grid-gap: .5rem;
    gap: .5rem
}

.gap-4 {
    grid-gap: 1rem;
    gap: 1rem
}

.gap-8 {
    grid-gap: 2rem;
    gap: 2rem
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.col-span-2 {
    grid-column: span 2/span 2
}

.row-span-3 {
    grid-row: span 3/span 3
}

.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))
}

.rotate-0 {
    --transform-rotate: 0
}

.rotate-180 {
    --transform-rotate: 180deg
}

.-translate-x-full {
    --transform-translate-x: -100%
}

.-translate-y-1\/2 {
    --transform-translate-y: -50%
}

.transition-all {
    transition-property: all
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke
}

.transition-transform {
    transition-property: 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)
    }
}

@media (min-width:640px) {
    .sm\:container {
        width: 100%;
        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\:hidden {
        display: none
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:gap-6 {
        grid-gap: 1.5rem;
        gap: 1.5rem
    }
}

@media (min-width:768px) {
    .md\:container {
        width: 100%
    }

    @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-white {
        --bg-opacity: 1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity))
    }

    .md\:border {
        border-width: 1px
    }

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:flex {
        display: flex
    }

    .md\:table {
        display: table
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:float-right {
        float: right
    }

    .md\:font-semibold {
        font-weight: 600
    }

    .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\:m-4 {
        margin: 1rem
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mr-0 {
        margin-right: 0
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mr-1 {
        margin-right: .25rem
    }

    .md\:mb-2 {
        margin-bottom: .5rem
    }

    .md\:ml-2 {
        margin-left: .5rem
    }

    .md\:mr-4 {
        margin-right: 1rem
    }

    .md\:overflow-auto {
        overflow: auto
    }

    .md\:p-2 {
        padding: .5rem
    }

    .md\:p-4 {
        padding: 1rem
    }

    .md\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .md\:pr-0 {
        padding-right: 0
    }

    .md\:pl-0 {
        padding-left: 0
    }

    .md\:pb-2 {
        padding-bottom: .5rem
    }

    .md\:pt-4 {
        padding-top: 1rem
    }

    .md\:pr-4 {
        padding-right: 1rem
    }

    .md\:pb-4 {
        padding-bottom: 1rem
    }

    .md\:pl-4 {
        padding-left: 1rem
    }

    .md\:pb-5 {
        padding-bottom: 1.25rem
    }

    .md\:text-dark-cyan {
        --text-opacity: 1;
        color: #258cc6;
        color: rgba(37, 140, 198, var(--text-opacity))
    }

    .md\:whitespace-normal {
        white-space: normal
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-1\/5 {
        width: 20%
    }

    .md\:w-4\/5 {
        width: 80%
    }

    .md\:w-1\/6 {
        width: 16.666667%
    }

    .md\:w-1\/9 {
        width: 11.1111111%
    }

    .md\:gap-4 {
        grid-gap: 1rem;
        gap: 1rem
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media (min-width:1024px) {
    .lg\:container {
        width: 100%
    }

    @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\:border-b-0 {
        border-bottom-width: 0
    }

    .lg\:border-r {
        border-right-width: 1px
    }

    .lg\:block {
        display: block
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:justify-around {
        justify-content: space-around
    }

    .lg\:h-4 {
        height: 1rem
    }

    .lg\:text-base {
        font-size: 1rem
    }

    .lg\:text-xl {
        font-size: 1.25rem
    }

    .lg\:text-3xl {
        font-size: 1.875rem
    }

    .lg\:m-4 {
        margin: 1rem
    }

    .lg\:mb-2 {
        margin-bottom: .5rem
    }

    .lg\:mr-16 {
        margin-right: 4rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pb-2 {
        padding-bottom: .5rem
    }

    .lg\:pb-6 {
        padding-bottom: 1.5rem
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:w-3\/4 {
        width: 75%
    }

    .lg\:w-3\/5 {
        width: 60%
    }

    .lg\:w-4\/5 {
        width: 80%
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .lg\:col-span-1 {
        grid-column: span 1/span 1
    }
}

@media (min-width:1280px) {
    .xl\:container {
        width: 100%
    }

    @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
        }
    }
}