<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1, h2, h3, h4, h5, html, p, ul {
    padding: 0;
    margin: 0
}

.text-ellipse, .text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis
}

.image-rendering, img {
    -ms-interpolation-mode: nearest-neighbor
}

*, .header .sub-nav {
    box-sizing: border-box
}

.clearfix:after, .cn-sidebar li:nth-child(n+2):before, .login-info .triangle-up {
    content: ''
}

:root {
    --theme: #2040BB;
    --theme-2: #F5C800;
    --danger: #ff0000;
    --success: #07C160;
    --gray: #66686F;
    --light-gray: #FAFAFB;
    --muted: #919293;
    --normal: #43485E
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%
}

.btn, body {
    font-size: 16px
}

body {
    max-width: 1920px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
    color: #43485E;
    font-family: "Microsoft Yahei", Regular, sans-serif
}

*, p {
    word-break: normal
}

.text-break, .text-ellipse {
    word-break: break-all;
    word-wrap: break-word
}

ul {
    list-style: none
}

button {
    outline: 0
}

a {
    color: inherit
}

a:focus, a:hover {
    text-decoration: none;
    color: var(--theme);
    outline: 0
}

img {
    object-fit: cover;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges
}

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

.pos-r {
    position: relative
}

.pa, .pos-a {
    position: absolute
}

.header, .pos-f {
    position: fixed
}

.inline {
    display: inline-block
}

.block {
    display: block
}

.overflow-hidden {
    overflow: hidden
}

.disabled {
    opacity: .8;
    cursor: not-allowed !important
}

.btn, .cn-sidebar li a, .cursor-pointer, .header .nav-list &gt; ul &gt; li &gt; a, [ng-click] {
    cursor: pointer
}

video::-internal-media-controls-download-button {
    display: none
}

video::-webkit-media-controls-enclosure {
    overflow: hidden
}

.vertical-middle {
    vertical-align: middle !important
}

.img-icon, .text-middle {
    vertical-align: middle
}

.content-width {
    width: 100%;
    margin: 0 auto
}

.btn {
    border-radius: 6px
}

.btn:hover {
    color: var(--normal);
    opacity: .9
}

.btn.active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: 0;
    box-shadow: none
}

.btn-default {
    color: #2040BB;
    border: 1px solid #2040BB
}

.btn-primary {
    color: #fff;
    background-color: var(--theme);
    border-color: var(--theme)
}

.btn-default[plain]:hover {
    border-color: var(--theme);
    background-color: #fff;
    color: var(--theme)
}

.btn-default:hover, .btn-primary.active, .btn-primary.active:hover, .btn-primary.disabled:hover, .btn-primary.focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled]:hover, .btn.btn-primary[plain]:hover {
    color: #fff;
    background-color: #0427b2;
    border-color: #0427b2;
    opacity: unset
}

.btn-warning, .btn-warning.active, .btn-warning.active:hover, .btn-warning.disabled:hover, .btn-warning.focus, .btn-warning:active, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning:focus, .btn-warning:hover, .btn-warning[disabled]:hover {
    color: #242733;
    background-color: var(--theme-2);
    border-color: var(--theme-2)
}

.btn.btn-primary[plain], .btn.btn-warning[plain] {
    background: #fff
}

.btn.btn-primary[plain] {
    color: var(--theme)
}

.btn.btn-warning[plain] {
    color: var(--theme-2)
}

.btn-width-90 {
    width: 90px
}

.btn-width-100 {
    width: 100px
}

.btn-width-110 {
    width: 110px
}

.btn-width-130 {
    width: 130px
}

.btn-width-125 {
    width: 125px
}

.btn-width-164 {
    width: 164px
}

.btn-width-170 {
    width: 170px
}

.btn-width-200 {
    width: 200px
}

.btn-width-210 {
    width: 210px
}

.btn-width-240 {
    width: 240px
}

.btn-width-275 {
    width: 275px
}

.btn-width-320 {
    width: 320px
}

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

.btn-height-30 {
    height: 30px
}

.btn-height-37 {
    height: 37px
}

.btn-height-40 {
    height: 40px
}

.btn-height-45 {
    height: 45px
}

.btn-height-48 {
    height: 48px
}

.btn-height-50 {
    height: 50px
}

.btn-height-54 {
    height: 54px
}

.btn-height-56 {
    height: 56px
}

.btn-height-58 {
    height: 58px
}

.btn-height-67 {
    height: 67px
}

.btn-shadow-primary {
    box-shadow: 0 5px 24px 0 rgba(32, 64, 187, .41)
}

.place-order-package {
    display: inline-block;
    padding: 2px 15px;
    background: rgba(32, 64, 187, .08);
    border-radius: 13px
}

.bg-theme {
    background-color: var(--theme) !important
}

.bg-black {
    background-color: #000
}

.bg-white {
    background-color: #fff
}

.bg-black-opacity {
    background-color: rgba(0, 0, 0, .8)
}

.bg-gray {
    background: var(--light-gray)
}

.bg-bottom {
    background-color: #383B46
}

.text-theme {
    color: var(--theme) !important
}

.text-theme-2 {
    color: var(--theme-2) !important
}

.text-green {
    color: #52cc66
}

.text-white {
    color: #fff !important
}

.text-black {
    color: #000
}

.text-danger {
    color: #FA5151
}

.text-success {
    color: var(--success)
}

.text-muted {
    color: var(--muted)
}

.text-gray {
    color: var(--gray)
}

.text-ght-gray {
    color: var(--light-gray)
}

.text-title {
    color: #222
}

.text-title-2 {
    color: #212121
}

.text-subtitle {
    color: #484E66
}

.header, .text-content {
    color: #43485E
}

.fs-12 {
    font-size: 12px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-18 {
    font-size: 18px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-23 {
    font-size: 23px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-26 {
    font-size: 26px !important
}

.fs-28 {
    font-size: 28px !important
}

.fs-30 {
    font-size: 30px !important
}

.fs-32 {
    font-size: 32px !important
}

.fs-34 {
    font-size: 34px !important
}

.fs-36 {
    font-size: 36px !important
}

.fs-38 {
    font-size: 38px !important
}

.fs-40 {
    font-size: 40px !important
}

.fs-42 {
    font-size: 42px !important
}

.fs-44 {
    font-size: 44px !important
}

.fs-46 {
    font-size: 46px !important
}

.fs-58 {
    font-size: 58px !important
}

.fs-60 {
    font-size: 60px !important
}

.opacity-0 {
    opacity: 0
}

.opacity-1 {
    opacity: .1
}

.opacity-2 {
    opacity: .2
}

.opacity-3 {
    opacity: .3
}

.opacity-4 {
    opacity: .4
}

.opacity-5 {
    opacity: .5
}

.opacity-6 {
    opacity: .6
}

.opacity-7 {
    opacity: .7
}

.opacity-8 {
    opacity: .8
}

.opacity-9 {
    opacity: .9
}

.line-height-normal {
    line-height: normal
}

.line-height-24 {
    line-height: 24px
}

.line-height-26 {
    line-height: 26px
}

.line-height-29 {
    line-height: 29px
}

.line-height-30 {
    line-height: 30px !important
}

.line-height-32 {
    line-height: 32px
}

.line-height-34 {
    line-height: 34px
}

.line-height-36 {
    line-height: 36px
}

.line-height-40 {
    line-height: 40px
}

.line-height-48 {
    line-height: 48px
}

.line-height-52 {
    line-height: 52px
}

.line-height-54 {
    line-height: 54px !important
}

.text-ellipsis {
    white-space: nowrap
}

.text-ellipse {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: pre-wrap
}

.text-bold {
    font-weight: 700 !important
}

.text-400 {
    font-weight: 400
}

.text-500 {
    font-weight: 500
}

.text-nowrap {
    white-space: nowrap
}

.text-indent {
    text-indent: 2em
}

.text-justify {
    text-align: justify;
    text-align-last: justify
}

.flex {
    display: flex;
    align-items: center
}

.flex-row {
    flex-direction: row
}

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

.flex-column {
    flex-direction: column
}

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

.flex-no-wrap {
    flex-wrap: nowrap
}

.flex-wrap {
    flex-wrap: wrap
}

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

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

.flex-stretch {
    align-items: stretch
}

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

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

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

.flex-auto {
    flex: 0 0 auto
}

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

.flex-1 {
    flex: 1
}

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

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

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

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

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

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

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

.w-4\/5 {
    width: 80%
}

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

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

.w-3\/12 {
    width: 25%
}

.w-4\/12 {
    width: 33.333333%
}

.w-5\/12 {
    width: 41.666667%
}

.w-6\/12 {
    width: 50%
}

.w-7\/12 {
    width: 58.333333%
}

.w-8\/12 {
    width: 66.666667%
}

.w-9\/12 {
    width: 75%
}

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

.w-full {
    width: 100%
}

.w-auto {
    width: auto
}

.w-402 {
    width: 402px
}

.w-292 {
    width: 292px !important
}

.w-600 {
    width: 600px
}

.w-630 {
    width: 630px
}

.w-1000 {
    width: 1000px
}

.w-1400 {
    width: 1400px
}

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

.w-max-auto {
    max-width: unset
}

.w-max-210 {
    max-width: 210px
}

.w-max-230 {
    max-width: 230px
}

.w-max-290 {
    max-width: 290px
}

.w-max-300 {
    max-width: 300px
}

.w-max-322 {
    max-width: 322px
}

.w-max-328 {
    max-width: 328px
}

.w-max-352 {
    max-width: 352px
}

.w-max-359 {
    max-width: 359px
}

.w-max-680 {
    max-width: 680px
}

.w-max-1000 {
    max-width: 1000px
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-74 {
    height: 74px
}

.h-110 {
    height: 110px !important
}

.h-120 {
    height: 120px
}

.h-250 {
    height: 250px
}

.h-300 {
    height: 300px
}

.h-428 {
    height: 428px
}

.h-486 {
    height: 486px
}

.h-495 {
    height: 495px
}

.h-452 {
    height: 452px !important
}

.h-570 {
    height: 570px
}

.h-600 {
    height: 600px
}

.h-650 {
    height: 650px
}

.h-705 {
    height: 705px
}

.h-min-270 {
    min-height: 270px
}

.h-min-164 {
    min-height: 164px
}

.m0 {
    margin: 0
}

.ml0 {
    margin-left: 0
}

.mr0 {
    margin-right: 0
}

.mt0 {
    margin-top: 0
}

.mb0 {
    margin-bottom: 0
}

.m-xs {
    margin: .05rem
}

.ml-xs {
    margin-left: .05rem
}

.mr-xs {
    margin-right: .05rem
}

.mt-xs {
    margin-top: .05rem
}

.mb-xs {
    margin-bottom: .05rem
}

.m-sm {
    margin: .1rem
}

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

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

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

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

.m {
    margin: .15rem
}

.ml {
    margin-left: .15rem
}

.mr {
    margin-right: .15rem
}

.mt {
    margin-top: .15rem
}

.mb {
    margin-bottom: .15rem
}

.m-lg {
    margin: .3rem
}

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

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

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

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

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

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

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

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

.ml-70 {
    margin-left: .7rem
}

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

.ml-90 {
    margin-left: .9rem
}

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

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

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

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

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

.mr-70 {
    margin-right: .7rem
}

.mr-80 {
    margin-right: .8rem
}

.mr-90 {
    margin-right: .9rem
}

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

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

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

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

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

.mt-70 {
    margin-top: .7rem
}

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

.mt-90 {
    margin-top: .9rem
}

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

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

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

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

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

.mb-70 {
    margin-bottom: .7rem
}

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

.mb-90 {
    margin-bottom: .9rem
}

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

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

.p0 {
    padding: 0
}

.pl0 {
    padding-left: 0
}

.pr0 {
    padding-right: 0
}

.pt0 {
    padding-top: 0
}

.pb0 {
    padding-bottom: 0
}

.p-xs {
    padding: .05rem
}

.pl-xs {
    padding-left: .05rem
}

.pr-xs {
    padding-right: .05rem
}

.pt-xs {
    padding-top: .05rem
}

.pb-xs {
    padding-bottom: .05rem
}

.p-sm {
    padding: .1rem
}

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

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

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

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

.p {
    padding: .15rem
}

.pl {
    padding-left: .15rem
}

.pr {
    padding-right: .15rem
}

.pt {
    padding-top: .15rem
}

.pb {
    padding-bottom: .15rem
}

.p-lg {
    padding: .3rem
}

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

.pr-lg {
    padding-right: .3rem
}

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

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

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

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

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

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

.pl-70 {
    padding-left: .7rem
}

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

.pl-90 {
    padding-left: .9rem
}

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

.pl-120 {
    padding-left: 1.2rem !important
}

.pl-240 {
    padding-left: 2.4rem !important
}

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

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

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

.pr-70 {
    padding-right: .7rem
}

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

.pr-90 {
    padding-right: .9rem
}

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

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

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

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

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

.pt-65 {
    padding-top: .65rem
}

.pt-70 {
    padding-top: .7rem
}

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

.pt-90 {
    padding-top: .9rem
}

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

.pt-120 {
    padding-top: 1.2rem
}

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

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

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

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

.pb-70 {
    padding-bottom: .7rem
}

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

.pb-90 {
    padding-bottom: .9rem
}

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

.pb-120 {
    padding-bottom: 1.2rem
}

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

.image-rendering {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
    image-rendering: crisp-edges
}

.none {
    display: none
}

.overflow-x-scroll {
    overflow-x: scroll
}

.overflow-y-scroll {
    overflow-y: scroll
}

.left-0 {
    left: 0
}

.left-20 {
    left: 20% !important
}

.left-80 {
    left: 80% !important
}

.left-auto {
    left: auto
}

.right-0 {
    right: 0
}

.right-20 {
    right: 20% !important
}

.right-80 {
    right: 80% !important
}

.right-auto {
    right: auto
}

.top-0 {
    top: 0
}

.top-auto {
    top: auto
}

.bottom-0 {
    bottom: 0
}

.bottom-auto {
    bottom: auto
}

.bg-position-unset {
    background-position: unset
}

.bg-position-0 {
    background-position: 0
}

.bg-position-30 {
    background-position: 30%
}

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

.bg-position-full {
    background-position: 100%
}

.img-icon {
    display: inline-block
}

.img-icon-arrow-down {
    width: 10px;
    height: 6px;
    background: url(../image/arrow-down.png) center no-repeat
}

.img-icon-arrow-down-black {
    width: 10px;
    height: 6px;
    background: url(../image/arrow-down-black.png) center no-repeat
}

.img-icon-arrow-right {
    width: 19px;
    height: 34px;
    background: url(../image/arrow-right.png) center no-repeat
}

.img-icon-arrow-left {
    width: 19px;
    height: 34px;
    background: url(../image/arrow-left.png) center no-repeat
}

.img-icon-right {
    width: 13px;
    height: 13px;
    background: url(../image/right.png) center no-repeat
}

.img-icon-right-theme {
    width: 13px;
    height: 13px;
    background: url(../image/right-theme.png) center no-repeat
}

.img-icon-tel {
    width: 17px;
    height: 17px;
    background: url(../image/tel.png) center no-repeat
}

.img-icon-tel-1 {
    width: 11px;
    height: 11px;
    background: url(../image/tel_1.png) center no-repeat
}

.img-icon-address {
    width: 9px;
    height: 11px;
    background: url(../image/address.png) center no-repeat
}

.img-icon-search {
    width: 22px;
    height: 22px;
    background: url(../image/search.png) center no-repeat
}

.img-icon-search-white {
    width: 22px;
    height: 22px;
    background: url(../image/search-white.png) center no-repeat
}

.img-icon-check {
    width: 16px;
    height: 16px;
    border: 1px solid #CED4D8;
    background: url(../image/check.png) center no-repeat
}

.header {
    top: 0;
    width: 100%;
    height: 68px;
    line-height: 68px;
    z-index: 199;
    box-shadow: 0 3px 3px -3px rgba(1, 31, 130, .13)
}

.header .nav-list &gt; ul &gt; li &gt; a {
    position: relative
}

.header .icon-down-small {
    margin-left: 5px;
    bottom: -2px
}

.header .nav-list &gt; ul &gt; li.active a, .header .nav-list &gt; ul &gt; li.current &gt; a, .header .nav-list &gt; ul &gt; li:hover &gt; a {
    color: var(--theme)
}

.header .sub-nav {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    line-height: normal;
    padding-bottom: 80px;
    box-shadow: 0 6px 9px 0 rgba(0, 34, 89, .04)
}

.header .nav-list &gt; ul &gt; li.current .sub-nav {
    display: block
}

.sub-nav .sub-nav-item .sub-nav-box {
    width: 461px;
    border-radius: 4px;
    color: #222;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .1)
}

.sub-nav-box p {
    line-height: 20px
}

.current .icon-down-small {
    display: inline-block;
    opacity: 1;
    transform: rotate(180deg) !important;
    transition: all .3s !important;
    -ms-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important
}

.sub-nav .sub-nav-item img {
    border-radius: 4px
}

.sub-nav .sub-nav-item:hover .sub-nav-box {
    border: 1px solid var(--theme)
}

.sub-nav .sub-nav-item .iconfont {
    width: 45px;
    color: #696D7F;
    transition: all .3s
}

.sub-nav .sub-nav-item:hover .iconfont {
    color: var(--theme);
    opacity: 1;
    transform: translateX(5px)
}

.sub-nav .sub-nav-content {
    left: 540px;
    top: 0;
    color: #222;
    line-height: 36px;
    font-weight: 400;
    display: none
}

.sub-nav .sub-nav-item.active .sub-nav-content {
    display: flex
}

.sub-nav-content &gt; div + div {
    margin-left: 130px
}

.login-info-list {
    background-color: #fff;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0 10px 10px 0 rgba(1, 31, 130, .13);
    width: 120px;
    z-index: 105;
    display: none;
    margin-top: -1px
}

.login-info:hover .login-info-list {
    display: block
}

.login-info:hover .triangle-up {
    transform: rotate(180deg)
}

.login-info .triangle-up {
    display: inline-block;
    transition: all .35s;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
    border-bottom: 2px solid transparent
}

.header.active .login-info .triangle-up {
    border-top: 6px solid #909ba3
}

.login-info-list li {
    padding: 0 20px;
    line-height: normal
}

.login-info-list a {
    color: #333;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #aaa;
    padding: 10px 0
}

.cn-sidebar li a, .login-info-list a:hover {
    color: var(--theme)
}

.login-info-list li:last-child a {
    border-bottom: none
}

.cn-sidebar {
    right: 12px;
    top: 46%;
    width: 82px;
    border-radius: 10px;
    z-index: 102;
    box-shadow: 0 0 13px 4px rgba(177, 181, 185, .4);
    background-color: #fff
}

.cn-sidebar li {
    width: 100%;
    height: 82px;
    border-bottom: 1px solid #F7F7F7;
    position: relative
}

.cn-sidebar li:last-child {
    border: none
}

.cn-sidebar li a {
    display: block;
    margin: 10px 0 0;
    font-size: 12px
}

.cn-sidebar li a &gt; div {
    top: -5px
}

.cn-sidebar li:nth-child(n+2):before {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme);
    z-index: -1;
    transition: all .5s
}

.cn-sidebar .mini-tip:after, .cn-sidebar .online-tip:after {
    content: ' ';
    border-left: 10px #fff solid
}

.cn-sidebar li:hover:before {
    top: 0
}

.cn-sidebar li:nth-child(n+2):hover a {
    color: #fff
}

.cn-sidebar .mini-tip, .cn-sidebar .online-tip {
    box-sizing: border-box;
    width: 126px;
    color: #666;
    border-radius: 5px;
    text-align: left;
    position: absolute;
    transition: all .2s
}

.cn-sidebar .online-tip {
    padding: 0;
    left: -143px;
    top: -48px;
    background: #fff;
    max-height: 0;
    overflow: hidden
}

.cn-sidebar .online-tip.active {
    max-height: 1000px;
    padding: 10px 0 10px 10px;
    box-shadow: 0 0 15px 3px rgba(177, 181, 185, .38);
    overflow: visible
}

.cn-sidebar .online-tip:after {
    position: absolute;
    height: 20px;
    left: 126px;
    top: 78px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent
}

.cn-sidebar .mini-tip {
    height: 126px;
    left: -135px;
    top: 65px;
    max-height: 0;
    overflow: hidden
}

.cn-sidebar .mini-tip.active {
    max-height: 1000px;
    box-shadow: 0 0 15px 3px rgba(177, 181, 185, .38);
    overflow: visible
}

.cn-sidebar .mini-tip:after {
    position: absolute;
    height: 20px;
    left: 125px;
    top: 49px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.spIcon3 {
    background-image: url(../image/sp03.png);
    background-repeat: no-repeat
}

.footer {
    background: #F8F8F8;
    padding-top: 60px
}

.footer-content .footer-pic {
    width: 46px;
    border-radius: 4px
}

.footer-content .footer-pic[zoom]:hover {
    transform: scale(3);
    background: #fff;
    cursor: none;
    position: relative;
    z-index: 2
}

.footer-content ul &gt; li {
    line-height: normal;
    padding-bottom: 20px
}

.footer .footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, .1);
    line-height: 62px
}

.footer a:hover {
    opacity: 1
}

.ngdialog-open .header {
    padding-right: 17px
}

.ngdialog-open .cn-sidebar {
    right: 29px
}

.no-border td, .no-border th {
    border: none !important
}

.pt-header {
    padding-top: 68px;
    color: #222
}

.bd_weixin_popup {
    width: 250px !important;
    height: 320px !important
}

.banner .carousel-inner &gt; .item {
    background-color: #012035
}

.banner .carousel-caption {
    padding-bottom: 30px
}

.banner .carousel-indicators {
    bottom: 40px
}

.carousel-control.left, .carousel-control.right {
    filter: none
}

.sweet-alert {
    width: 464px !important;
    padding: 30px 30px 58px !important;
    border-radius: 8px !important
}

.sweet-alert .sa-icon {
    width: 60px !important;
    height: 60px !important;
    border: 0 !important;
    border-radius: 50% !important;
    margin: 20px auto 30px !important
}

.sweet-alert .sa-icon.sa-info, .sweet-alert .sa-icon.sa-warning {
    background: #FA5151
}

.sweet-alert .sa-icon.sa-warning .sa-body, .sweet-alert .sa-icon.sa-warning .sa-dot {
    background: #fff !important
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    bottom: 15px !important
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    top: 15px !important;
    height: 20px !important
}

.sweet-alert .sa-icon.sa-info::before {
    height: 20px !important;
    bottom: 15px !important;
    background-color: #fff !important
}

.sweet-alert .sa-icon.sa-info::after {
    top: 15px !important;
    background-color: #fff !important
}

.sweet-alert h2 {
    margin: 22px 0 15px !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2F3342 !important;
    line-height: 24px !important
}

.sweet-alert p {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #43485E !important;
    line-height: 24px !important
}

.sweet-alert button {
    font-size: 16px !important;
    width: 112px !important;
    height: 40px !important;
    line-height: 39px !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 6px !important;
    margin: 26px 4px 0 !important;
    box-shadow: none !important
}

.ie-tip, .news-item .icon-you, .pagination &gt; li &gt; input.text, .radio-inline span {
    text-align: center
}

.sweet-alert button.cancel {
    background-color: #fff !important;
    border: 1px solid var(--theme) !important;
    color: var(--theme) !important
}

.sweet-alert button.cancel:hover {
    background-color: var(--theme) !important;
    color: #fff !important
}

.popover {
    box-shadow: none
}

.popover.right &gt; .arrow {
    border-width: 6px
}

.popover.right &gt; .arrow:after {
    border-width: 8px
}

.popover.right &gt; .arrow {
    left: -7px;
    margin-top: -6px;
    border-left-width: 0
}

.popover.right &gt; .arrow:after {
    left: -6px;
    bottom: -8px
}

.popover.top &gt; .arrow:after {
    bottom: 2px
}

.popover.bottom &gt; .arrow:after {
    top: 2px
}

.pagination &gt; li {
    display: inline-block !important;
    margin: 0 5px
}

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; input, .pagination &gt; .active &gt; input:hover, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; span:focus, .pagination &gt; .active &gt; span:hover {
    z-index: 3;
    line-height: 24px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--theme);
    border: var(--theme);
    cursor: default
}

.pagination &gt; li &gt; .spanInput, .pagination &gt; li &gt; a, .pagination &gt; li &gt; input, .pagination &gt; li &gt; span {
    width: 43px;
    height: 43px;
    position: relative;
    float: left;
    line-height: 26px;
    text-decoration: none;
    color: #66686F;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-left: -1px;
    padding: 9px 0
}

.pagination &gt; li &gt; input:focus-visible {
    outline: unset !important
}

.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%
}

.page-ellipsis {
    vertical-align: top;
    padding-top: 2px;
    width: 40px
}

.page-ellipsis:before {
    content: "...";
    height: 34px
}

.modal-open {
    overflow: visible;
    padding-right: 0
}

.modal-open .modal {
    margin-right: -17px
}

.modal {
    z-index: 2000
}

.radio-inline input[type=radio]:checked + span:after {
    display: inline-block;
    content: ' ';
    width: 12px;
    height: 12px;
    background: var(--theme);
    border-radius: 500px;
    margin-top: 3px
}

.radio-inline span {
    border-radius: 500px;
    border: 1px solid var(--theme);
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle
}

@-webkit-keyframes ngdialog-fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes ngdialog-fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.ngdialog {
    background: rgba(0, 0, 0, .4);
    animation: ngdialog-fadein .5s;
    -webkit-animation: ngdialog-fadein .5s
}

.ngdialog-overlay {
    z-index: 1;
    display: none
}

.ngdialog-content {
    font-family: "Microsoft Yahei", Regular, sans-serif !important;
    z-index: 2
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

@keyframes change {
    0%, 100% {
        transform: translate(0)
    }
    50% {
        transform: translate(20px)
    }
}

@-webkit-keyframes change {
    0%, 100% {
        -webkit-transform: translate(0)
    }
    50% {
        -webkit-transform: translate(20px)
    }
}

.float-go {
    animation: change 2s ease-in-out infinite;
    -webkit-animation: change 2s ease-in-out infinite
}

.ani_dot {
    font-family: simsun;
    animation: dot 1s infinite step-start;
    -webkit-animation: dot 1s infinite step-start
}

:root .ani_dot {
    display: inline-block;
    width: 1.5em;
    vertical-align: bottom;
    overflow: hidden
}

@-webkit-keyframes dot {
    0% {
        width: 0;
        margin-right: 1.5em
    }
    33% {
        width: .5em;
        margin-right: 1em
    }
    66% {
        width: 1em;
        margin-right: .5em
    }
    100% {
        width: 1.5em;
        margin-right: 0
    }
}

@keyframes dot {
    0% {
        width: 0;
        margin-right: 1.5em
    }
    33% {
        width: .5em;
        margin-right: 1em
    }
    66% {
        width: 1em;
        margin-right: .5em
    }
    100% {
        width: 1.5em;
        margin-right: 0
    }
}

.module-title {
    padding: 86px 0 70px
}

.module-title.p0 {
    padding: 0
}

.module-title &gt; h3 {
    color: #000;
    font-size: 36px;
    font-weight: 700
}

.module-title &gt; h4 {
    font-weight: 400;
    font-size: 16px;
    margin-top: 24px
}

.module-title &gt; h5 {
    font-size: 30px;
    font-weight: 400;
    color: #FFF
}

.slick-cus-prev {
    left: -25px
}

.slick-cus-next {
    right: -25px
}

.slick-cus-next:hover, .slick-cus-prev:hover {
    opacity: .7
}

.slick-cus-next, .slick-cus-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer
}

.str_wrap, .str_wrap.str_active {
    background: inherit !important
}

.banner-mask {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .6))
}

.common-modal .modal-content {
    border: none;
    border-radius: 0;
    padding-bottom: 50px
}

.common-modal .modal-header {
    padding: 0;
    border: none
}

.common-modal .modal-body {
    padding: 0 80px
}

.common-modal h3 {
    color: #43485E;
    margin: 30px 0
}

.common-modal .form-label {
    font-weight: 300;
    margin-bottom: 5px;
    color: #8F9094;
    padding-left: 10px
}

.common-modal .close {
    color: #fff;
    opacity: .8;
    right: 10px;
    top: 10px
}

.common-modal .modal-checkbox {
    font-weight: 400;
    color: #66686F
}

.common-modal .modal-checkbox:last-child {
    margin-right: 0
}

.modal-checkbox input[type=checkbox] {
    opacity: 0
}

.modal-checkbox input[type=checkbox] + i {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: -19px;
    margin-right: 5px;
    position: relative;
    top: 4px;
    background-image: url(../image/icon-check.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain
}

.modal-checkbox input[type=checkbox]:checked + i {
    background-image: url(../image/icon-checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0
}

.form-control:focus {
    border-color: #2849B9
}

.banner {
    position: relative
}

.banner .product-banner-bg {
    width: 100%;
    height: 100%;
    background-image: url(../image/aboutBanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -2
}

.product-banner-box {
    width: 593px
}

.product-banner-box h1 {
    color: #2F3342
}

.product-banner-box .btn-lg-link {
    margin-top: 20px;
    margin-bottom: 15px
}

.technology-item &gt; div {
    max-width: 270px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    transition: all .2s;
    height: 100%;
    background: #f5f5f5
}

.technology-item &gt; div:hover {
    border: 1px solid var(--theme);
    box-shadow: 0 0 10px 0 rgba(1, 31, 130, .13)
}

.technology-item h6 {
    line-height: 24px
}

.technology-item &gt; div button {
    background: #f5f5f5
}

.technology-item &gt; div:hover button {
    background: var(--theme);
    border-color: var(--theme);
    color: #fff
}

.printed-materials {
    background: #F7F7F7
}

.printed-materials tr.bg-f2f2f2 {
    background: #F2F2F2
}

.printed-materials .materials-table {
    border-radius: 10px;
    border: 1px solid #E5E5E5
}

.printed-materials table tr td {
    border-right: 1px solid #E5E5E5;
    text-align: center;
    vertical-align: middle
}

.printed-materials table tr td:last-child {
    border-right: none
}

.printed-materials table tr:first-child td {
    border-top: none
}

.printed-materials .ics {
    display: inline-block;
    vertical-align: middle
}

.printed-materials ul li a {
    display: inline-block;
    color: #484E66;
    border: 1px solid rgba(72, 78, 102, .2);
    width: 130px;
    height: 34px;
    line-height: 34px;
    border-radius: 10px;
    margin: 0 15px
}

.printed-materials ul li.active a {
    border: 1px solid #2040BB;
    color: #2040BB
}

.printed-materials .table &gt; tbody + tbody {
    border-top: 1px solid #E5E5E5
}

.printed-materials .tab-content &gt; .active {
    display: table-row-group
}

.printed-materials .money {
    width: 14px;
    height: 14px;
    background: url(../image/mn.png) center no-repeat
}

.printed-materials .money.moneyBlue {
    background-image: url(../image/mnb.png)
}

.plating {
    background: #F4F4F4;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 100px;
    border: 1px solid #F4F4F4;
    align-items: flex-start
}

.printed-materials-plating {
    width: auto;
    position: relative
}

.printed-materials-plating .history-list &gt; div {
    width: 192px;
    line-height: 30px;
    color: #43485E
}

.printed-materials-plating h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 50px 55px 6px
}

.printed-materials-plating h5 {
    margin-left: 55px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #66686F;
    line-height: 23px
}

.printed-materials-plating &gt; div {
    margin-left: 55px;
    margin-right: 30px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap
}

.printed-materials-plating &gt; div &gt; .history-list {
    top: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    transition: top .5s
}

.printed-materials-plating &gt; div div {
    width: 128px
}

.printed-materials-url {
    vertical-align: top
}

.printed-materials-plating .line {
    right: 32px;
    top: 137px;
    height: 240px;
    border-right: 1px solid #d2d3d8;
    width: 1px
}

.printed-materials-plating div::-webkit-scrollbar {
    width: 5px;
    background: #F4F4F4
}

.printed-materials-plating div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #d2d3d8
}

.printed-materials-plating:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -12px;
    top: 48px;
    border-top: solid 12px transparent;
    border-left: solid 12px #F4F4F4;
    border-bottom: solid 12px transparent
}

.surface-finishes {
    border: 1px solid rgba(0, 2, 5, .1);
    border-radius: 10px;
    overflow: hidden
}

.equipment {
    width: 100%;
    background-size: cover
}

.equipment-carousel .carousel-item {
    margin-right: 17px;
    margin-left: 17px;
    border-radius: 4px;
    background: #FFF;
    color: #373942;
    display: inline-block
}

.equipment-carousel .slick-cus-next, .equipment-carousel .slick-cus-prev {
    top: 150px;
    display: none !important;
    width: 52px;
    height: 52px;
    padding-top: 11px;
    color: #d1d1d1
}

.equipment-carousel .carousel-item &gt; img {
    border-radius: 6px;
    border: 1px solid #E5E5E6
}

.equipment-carousel .slick-cus-prev {
    left: -60px;
    border: 1px solid #d9d9d9;
    border-radius: 26px;
    padding-right: 4px
}

.equipment-carousel .slick-cus-next {
    right: -60px;
    border: 1px solid #d9d9d9;
    border-radius: 26px
}

.equipment-carousel:hover .slick-cus-next, .equipment-carousel:hover .slick-cus-prev {
    display: inline !important
}

.equipment-carousel .slick-cus-next:hover, .equipment-carousel .slick-cus-prev:hover {
    color: #EEEEF0;
    background: #2040bb;
    opacity: 1
}

.customer {
    background-position: center bottom;
    background-repeat: no-repeat;
    vertical-align: text-top;
    background-clip: border-box;
    background-size: contain
}

.evaluate-item {
    padding: 50px 55px;
    border-radius: 10px;
    max-width: 402px;
    display: inline-block;
    background: #FFF;
    transition: all .5s
}

.evaluate-item .evaluate-content {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    white-space: normal
}

.evaluate-item .features {
    width: 112px;
    height: 33px;
    line-height: 33px;
    border-radius: 6px
}

.qc-report {
    padding: 70px 0 55px;
    background-image: url(../image/QC_Report.png);
    background-size: cover;
    background-position: center
}

.img-customer-logos img {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: all .5s
}

.img-customer-logos img:hover {
    filter: grayscale(0)
}

.search-input {
    max-width: 720px;
    margin: 40px auto
}

.search-input:hover {
    border-color: var(--theme)
}

.search-input .form-control::-webkit-input-placeholder {
    color: #43485E
}

.search-input .form-control {
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 50px;
    background: rgba(204, 204, 204, .21);
    box-shadow: none
}

.search-input .input-group-addon {
    border: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-left: 40px;
    padding-right: 40px
}

.ie-tip {
    background-color: #ffefe5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 32px;
    line-height: 32px;
    white-space: nowrap
}

.limarquee {
    overflow: hidden
}

.icon-QQkongjian, .icon-wechat, .icon-weibo {
    color: #b2b2b2
}

.icon-wechat.active, .icon-wechat:hover {
    color: #00C800
}

.icon-weibo:hover {
    color: #FA5151
}

.icon-QQkongjian:hover {
    color: var(--theme-2)
}

.icon-share:hover .share-container, .icon-wechat:hover .wx-container {
    display: block
}

.wx-container {
    display: none;
    width: 190px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    cursor: default;
    color: #b2b2b2;
    background: #fff
}

.wx-container:after, .wx-container:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0
}

.wx-container:after {
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #E6E6E6
}

.wx-container:before {
    top: -8px;
    z-index: 2;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff
}

.news-item .icon-you {
    color: #d1d1d1;
    border: 1px solid #d1d1d1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
    transition: all .5s;
    opacity: .6
}

.news-item:hover h4 {
    color: var(--theme)
}

.news-item:hover .icon-you {
    border: 1px solid var(--theme);
    background-color: var(--theme);
    color: #fff;
    transform: translateX(30px);
    opacity: 1
}

@media (min-width: 640px) {
    .content-width {
        max-width: 95%
    }

    .sm\:fs-12 {
        font-size: 12px !important
    }

    .sm\:fs-13 {
        font-size: 13px !important
    }

    .sm\:fs-14 {
        font-size: 14px !important
    }

    .sm\:fs-15 {
        font-size: 15px !important
    }

    .sm\:fs-16 {
        font-size: 16px !important
    }

    .sm\:fs-18 {
        font-size: 18px !important
    }

    .sm\:fs-20 {
        font-size: 20px !important
    }

    .sm\:fs-22 {
        font-size: 22px !important
    }

    .sm\:fs-24 {
        font-size: 24px !important
    }

    .sm\:fs-26 {
        font-size: 26px !important
    }

    .sm\:fs-28 {
        font-size: 28px !important
    }

    .sm\:fs-30 {
        font-size: 30px !important
    }

    .sm\:fs-32 {
        font-size: 32px !important
    }

    .sm\:fs-36 {
        font-size: 36px !important
    }

    .sm\:fs-40 {
        font-size: 40px !important
    }

    .sm\:fs-42 {
        font-size: 42px !important
    }

    .sm\:fs-46 {
        font-size: 46px !important
    }

    .sm\:fs-60 {
        font-size: 60px !important
    }

    .sm\:line-height-normal {
        line-height: normal
    }

    .sm\:line-height-24 {
        line-height: 24px
    }

    .sm\:line-height-26 {
        line-height: 26px
    }

    .sm\:line-height-29 {
        line-height: 29px
    }

    .sm\:line-height-30 {
        line-height: 30px
    }

    .sm\:line-height-32 {
        line-height: 32px
    }

    .sm\:line-height-34 {
        line-height: 34px
    }

    .sm\:line-height-36 {
        line-height: 36px
    }

    .sm\:line-height-54 {
        line-height: 54px
    }

    .sm\:flex {
        display: flex;
        align-items: center
    }

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

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

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

    .sm\:flex-column-reverse {
        flex-direction: column-reverse
    }

    .sm\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .sm\:flex-wrap {
        flex-wrap: wrap
    }

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

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

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

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

    .sm\:flex-justify-center {
        justify-content: center
    }

    .sm\:flex-justify-between {
        justify-content: space-between
    }

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

    .sm\:flex-auto {
        flex: 0 0 auto
    }

    .sm\:flex-100 {
        flex: 0 1 100%
    }

    .sm\:flex-1 {
        flex: 1
    }

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

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

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

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

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

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

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

    .sm\:w-4\/5 {
        width: 80%
    }

    .sm\:w-1\/6 {
        width: 16.666667%
    }

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

    .sm\:w-3\/12 {
        width: 25%
    }

    .sm\:w-4\/12 {
        width: 33.333333%
    }

    .sm\:w-5\/12 {
        width: 41.666667%
    }

    .sm\:w-6\/12 {
        width: 50%
    }

    .sm\:w-7\/12 {
        width: 58.333333%
    }

    .sm\:w-8\/12 {
        width: 66.666667%
    }

    .sm\:w-9\/12 {
        width: 75%
    }

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

    .sm\:w-full {
        width: 100%
    }

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

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

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

    .sm\:w-max-322 {
        max-width: 322px
    }

    .sm\:w-max-1000 {
        max-width: 1000px
    }

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

    .sm\:h-full {
        height: 100%
    }

    .sm\:h-428 {
        height: 428px
    }

    .sm\:h-486 {
        height: 486px
    }

    .sm\:h-495 {
        height: 495px
    }

    .sm\:h-570 {
        height: 570px
    }

    .sm\:h-600 {
        height: 600px
    }

    .sm\:m0 {
        margin: 0
    }

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

    .sm\:mr0 {
        margin-right: 0
    }

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

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

    .sm\:m-xs {
        margin: .05rem
    }

    .sm\:ml-xs {
        margin-left: .05rem
    }

    .sm\:mr-xs {
        margin-right: .05rem
    }

    .sm\:mt-xs {
        margin-top: .05rem
    }

    .sm\:mb-xs {
        margin-bottom: .05rem
    }

    .sm\:m-sm {
        margin: .1rem
    }

    .sm\:ml-sm {
        margin-left: .1rem
    }

    .sm\:mr-sm {
        margin-right: .1rem
    }

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

    .sm\:mb-sm {
        margin-bottom: .1rem
    }

    .sm\:m {
        margin: .15rem
    }

    .sm\:ml {
        margin-left: .15rem
    }

    .sm\:mr {
        margin-right: .15rem
    }

    .sm\:mt {
        margin-top: .15rem
    }

    .sm\:mb {
        margin-bottom: .15rem
    }

    .sm\:m-lg {
        margin: .3rem
    }

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

    .sm\:mr-lg {
        margin-right: .3rem
    }

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

    .sm\:mb-lg {
        margin-bottom: .3rem
    }

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

    .sm\:ml-40 {
        margin-left: .4rem
    }

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

    .sm\:ml-60 {
        margin-left: .6rem
    }

    .sm\:ml-70 {
        margin-left: .7rem
    }

    .sm\:ml-80 {
        margin-left: .8rem
    }

    .sm\:ml-90 {
        margin-left: .9rem
    }

    .sm\:ml-100 {
        margin-left: 1rem
    }

    .sm\:mr-20 {
        margin-right: .2rem
    }

    .sm\:mr-40 {
        margin-right: .4rem
    }

    .sm\:mr-50 {
        margin-right: .5rem
    }

    .sm\:mr-60 {
        margin-right: .6rem
    }

    .sm\:mr-70 {
        margin-right: .7rem
    }

    .sm\:mr-80 {
        margin-right: .8rem
    }

    .sm\:mr-90 {
        margin-right: .9rem
    }

    .sm\:mr-100 {
        margin-right: 1rem
    }

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

    .sm\:mt-40 {
        margin-top: .4rem
    }

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

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

    .sm\:mt-70 {
        margin-top: .7rem
    }

    .sm\:mt-80 {
        margin-top: .8rem
    }

    .sm\:mt-90 {
        margin-top: .9rem
    }

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

    .sm\:mb-20 {
        margin-bottom: .2rem
    }

    .sm\:mb-40 {
        margin-bottom: .4rem
    }

    .sm\:mb-50 {
        margin-bottom: .5rem
    }

    .sm\:mb-60 {
        margin-bottom: .6rem
    }

    .sm\:mb-70 {
        margin-bottom: .7rem
    }

    .sm\:mb-80 {
        margin-bottom: .8rem
    }

    .sm\:mb-90 {
        margin-bottom: .9rem
    }

    .sm\:mb-100 {
        margin-bottom: 1rem
    }

    .sm\:mb-150 {
        margin-bottom: 1.5rem
    }

    .sm\:p0 {
        padding: 0
    }

    .sm\:pl0 {
        padding-left: 0
    }

    .sm\:pr0 {
        padding-right: 0
    }

    .sm\:pt0 {
        padding-top: 0
    }

    .sm\:pb0 {
        padding-bottom: 0
    }

    .sm\:p-xs {
        padding: .05rem
    }

    .sm\:pl-xs {
        padding-left: .05rem
    }

    .sm\:pr-xs {
        padding-right: .05rem
    }

    .sm\:pt-xs {
        padding-top: .05rem
    }

    .sm\:pb-xs {
        padding-bottom: .05rem
    }

    .sm\:p-sm {
        padding: .1rem
    }

    .sm\:pl-sm {
        padding-left: .1rem
    }

    .sm\:pr-sm {
        padding-right: .1rem
    }

    .sm\:pt-sm {
        padding-top: .1rem
    }

    .sm\:pb-sm {
        padding-bottom: .1rem
    }

    .sm\:p {
        padding: .15rem
    }

    .sm\:pl {
        padding-left: .15rem
    }

    .sm\:pr {
        padding-right: .15rem
    }

    .sm\:pt {
        padding-top: .15rem
    }

    .sm\:pb {
        padding-bottom: .15rem
    }

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

    .sm\:pl-lg {
        padding-left: .3rem
    }

    .sm\:pr-lg {
        padding-right: .3rem
    }

    .sm\:pt-lg {
        padding-top: .3rem
    }

    .sm\:pb-lg {
        padding-bottom: .3rem
    }

    .sm\:pl-40 {
        padding-left: .4rem
    }

    .sm\:pl-50 {
        padding-left: .5rem
    }

    .sm\:pl-60 {
        padding-left: .6rem
    }

    .sm\:pl-70 {
        padding-left: .7rem
    }

    .sm\:pl-80 {
        padding-left: .8rem
    }

    .sm\:pl-90 {
        padding-left: .9rem
    }

    .sm\:pl-100 {
        padding-left: 1rem
    }

    .sm\:pr-40 {
        padding-right: .4rem
    }

    .sm\:pr-50 {
        padding-right: .5rem
    }

    .sm\:pr-60 {
        padding-right: .6rem
    }

    .sm\:pr-70 {
        padding-right: .7rem
    }

    .sm\:pr-80 {
        padding-right: .8rem
    }

    .sm\:pr-90 {
        padding-right: .9rem
    }

    .sm\:pr-100 {
        padding-right: 1rem
    }

    .sm\:pt-40 {
        padding-top: .4rem
    }

    .sm\:pt-50 {
        padding-top: .5rem
    }

    .sm\:pt-60 {
        padding-top: .6rem
    }

    .sm\:pt-70 {
        padding-top: .7rem
    }

    .sm\:pt-80 {
        padding-top: .8rem
    }

    .sm\:pt-90 {
        padding-top: .9rem
    }

    .sm\:pt-100 {
        padding-top: 1rem
    }

    .sm\:pb-40 {
        padding-bottom: .4rem
    }

    .sm\:pb-50 {
        padding-bottom: .5rem
    }

    .sm\:pb-60 {
        padding-bottom: .6rem
    }

    .sm\:pb-70 {
        padding-bottom: .7rem
    }

    .sm\:pb-80 {
        padding-bottom: .8rem
    }

    .sm\:pb-90 {
        padding-bottom: .9rem
    }

    .sm\:pb-100 {
        padding-bottom: 1rem
    }

    .sm\:pb-150 {
        padding-bottom: 1.5rem
    }

    .sm\:none {
        display: none
    }

    .sm\:inline-block {
        display: inline-block
    }

    .sm\:block {
        display: block
    }

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

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

    .sm\:text-right {
        text-align: right
    }

    .sm\:overflow-hidden {
        overflow: hidden
    }

    .sm\:overflow-x-scroll {
        overflow-x: scroll
    }

    .sm\:overflow-y-scroll {
        overflow-y: scroll
    }

    .sm\:pos-r {
        position: relative
    }

    .sm\:pos-a {
        position: absolute
    }

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

    .sm\:left-20 {
        left: 20% !important
    }

    .sm\:left-80 {
        left: 80% !important
    }

    .sm\:left-auto {
        left: auto
    }

    .sm\:right-0 {
        right: 0
    }

    .sm\:right-20 {
        right: 20% !important
    }

    .sm\:right-80 {
        right: 80% !important
    }

    .sm\:right-auto {
        right: auto
    }

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

    .sm\:top-auto {
        top: auto
    }

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

    .sm\:bottom-auto {
        bottom: auto
    }

    .sm\:bg-position-unset {
        background-position: unset
    }

    .sm\:bg-position-0 {
        background-position: 0
    }

    .sm\:bg-position-30 {
        background-position: 30%
    }

    .sm\:bg-position-center {
        background-position: center
    }

    .sm\:bg-position-full {
        background-position: 100%
    }
}

@media (min-width: 768px) {
    .content-width {
        max-width: 95%
    }

    .md\:fs-12 {
        font-size: 12px !important
    }

    .md\:fs-13 {
        font-size: 13px !important
    }

    .md\:fs-14 {
        font-size: 14px !important
    }

    .md\:fs-15 {
        font-size: 15px !important
    }

    .md\:fs-16 {
        font-size: 16px !important
    }

    .md\:fs-18 {
        font-size: 18px !important
    }

    .md\:fs-20 {
        font-size: 20px !important
    }

    .md\:fs-22 {
        font-size: 22px !important
    }

    .md\:fs-24 {
        font-size: 24px !important
    }

    .md\:fs-26 {
        font-size: 26px !important
    }

    .md\:fs-28 {
        font-size: 28px !important
    }

    .md\:fs-30 {
        font-size: 30px !important
    }

    .md\:fs-32 {
        font-size: 32px !important
    }

    .md\:fs-36 {
        font-size: 36px !important
    }

    .md\:fs-40 {
        font-size: 40px !important
    }

    .md\:fs-42 {
        font-size: 42px !important
    }

    .md\:fs-46 {
        font-size: 46px !important
    }

    .md\:fs-60 {
        font-size: 60px !important
    }

    .md\:line-height-normal {
        line-height: normal
    }

    .md\:line-height-24 {
        line-height: 24px
    }

    .md\:line-height-26 {
        line-height: 26px
    }

    .md\:line-height-29 {
        line-height: 29px
    }

    .md\:line-height-30 {
        line-height: 30px
    }

    .md\:line-height-32 {
        line-height: 32px
    }

    .md\:line-height-34 {
        line-height: 34px
    }

    .md\:line-height-36 {
        line-height: 36px
    }

    .md\:line-height-54 {
        line-height: 54px
    }

    .md\:flex {
        display: flex;
        align-items: center
    }

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

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

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

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

    .md\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .md\:flex-wrap {
        flex-wrap: wrap
    }

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

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

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

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

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

    .md\:flex-justify-between {
        justify-content: space-between
    }

    .md\:flex-justify-around {
        justify-content: space-around
    }

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

    .md\:flex-100 {
        flex: 0 1 100%
    }

    .md\:flex-1 {
        flex: 1
    }

    .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-3\/4 {
        width: 75%
    }

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

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

    .md\:w-4\/5 {
        width: 80%
    }

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

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

    .md\:w-3\/12 {
        width: 25%
    }

    .md\:w-4\/12 {
        width: 33.333333%
    }

    .md\:w-5\/12 {
        width: 41.666667%
    }

    .md\:w-6\/12 {
        width: 50%
    }

    .md\:w-7\/12 {
        width: 58.333333%
    }

    .md\:w-8\/12 {
        width: 66.666667%
    }

    .md\:w-9\/12 {
        width: 75%
    }

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

    .md\:w-full {
        width: 100%
    }

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

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

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

    .md\:w-max-322 {
        max-width: 322px
    }

    .md\:w-max-1000 {
        max-width: 1000px
    }

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

    .md\:h-full {
        height: 100%
    }

    .md\:h-428 {
        height: 428px
    }

    .md\:h-486 {
        height: 486px
    }

    .md\:h-495 {
        height: 495px
    }

    .md\:h-570 {
        height: 570px
    }

    .md\:h-600 {
        height: 600px
    }

    .md\:m0 {
        margin: 0
    }

    .md\:ml0 {
        margin-left: 0
    }

    .md\:mr0 {
        margin-right: 0
    }

    .md\:mt0 {
        margin-top: 0
    }

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

    .md\:m-xs {
        margin: .05rem
    }

    .md\:ml-xs {
        margin-left: .05rem
    }

    .md\:mr-xs {
        margin-right: .05rem
    }

    .md\:mt-xs {
        margin-top: .05rem
    }

    .md\:mb-xs {
        margin-bottom: .05rem
    }

    .md\:m-sm {
        margin: .1rem
    }

    .md\:ml-sm {
        margin-left: .1rem
    }

    .md\:mr-sm {
        margin-right: .1rem
    }

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

    .md\:mb-sm {
        margin-bottom: .1rem
    }

    .md\:m {
        margin: .15rem
    }

    .md\:ml {
        margin-left: .15rem
    }

    .md\:mr {
        margin-right: .15rem
    }

    .md\:mt {
        margin-top: .15rem
    }

    .md\:mb {
        margin-bottom: .15rem
    }

    .md\:m-lg {
        margin: .3rem
    }

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

    .md\:mr-lg {
        margin-right: .3rem
    }

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

    .md\:mb-lg {
        margin-bottom: .3rem
    }

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

    .md\:ml-40 {
        margin-left: .4rem
    }

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

    .md\:ml-60 {
        margin-left: .6rem
    }

    .md\:ml-70 {
        margin-left: .7rem
    }

    .md\:ml-80 {
        margin-left: .8rem
    }

    .md\:ml-90 {
        margin-left: .9rem
    }

    .md\:ml-100 {
        margin-left: 1rem
    }

    .md\:mr-20 {
        margin-right: .2rem
    }

    .md\:mr-40 {
        margin-right: .4rem
    }

    .md\:mr-50 {
        margin-right: .5rem
    }

    .md\:mr-60 {
        margin-right: .6rem
    }

    .md\:mr-70 {
        margin-right: .7rem
    }

    .md\:mr-80 {
        margin-right: .8rem
    }

    .md\:mr-90 {
        margin-right: .9rem
    }

    .md\:mr-100 {
        margin-right: 1rem
    }

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

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

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

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

    .md\:mt-70 {
        margin-top: .7rem
    }

    .md\:mt-80 {
        margin-top: .8rem
    }

    .md\:mt-90 {
        margin-top: .9rem
    }

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

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

    .md\:mb-40 {
        margin-bottom: .4rem
    }

    .md\:mb-50 {
        margin-bottom: .5rem
    }

    .md\:mb-60 {
        margin-bottom: .6rem
    }

    .md\:mb-70 {
        margin-bottom: .7rem
    }

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

    .md\:mb-90 {
        margin-bottom: .9rem
    }

    .md\:mb-100 {
        margin-bottom: 1rem
    }

    .md\:mb-150 {
        margin-bottom: 1.5rem
    }

    .md\:p0 {
        padding: 0
    }

    .md\:pl0 {
        padding-left: 0
    }

    .md\:pr0 {
        padding-right: 0
    }

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

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

    .md\:p-xs {
        padding: .05rem
    }

    .md\:pl-xs {
        padding-left: .05rem
    }

    .md\:pr-xs {
        padding-right: .05rem
    }

    .md\:pt-xs {
        padding-top: .05rem
    }

    .md\:pb-xs {
        padding-bottom: .05rem
    }

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

    .md\:pl-md {
        padding-left: .1rem
    }

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

    .md\:pt-md {
        padding-top: .1rem
    }

    .md\:pb-md {
        padding-bottom: .1rem
    }

    .md\:p {
        padding: .15rem
    }

    .md\:pl {
        padding-left: .15rem
    }

    .md\:pr {
        padding-right: .15rem
    }

    .md\:pt {
        padding-top: .15rem
    }

    .md\:pb {
        padding-bottom: .15rem
    }

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

    .md\:pl-lg {
        padding-left: .3rem
    }

    .md\:pr-lg {
        padding-right: .3rem
    }

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

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

    .md\:pl-40 {
        padding-left: .4rem
    }

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

    .md\:pl-60 {
        padding-left: .6rem
    }

    .md\:pl-70 {
        padding-left: .7rem
    }

    .md\:pl-80 {
        padding-left: .8rem
    }

    .md\:pl-90 {
        padding-left: .9rem
    }

    .md\:pl-100 {
        padding-left: 1rem
    }

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

    .md\:pr-50 {
        padding-right: .5rem
    }

    .md\:pr-60 {
        padding-right: .6rem
    }

    .md\:pr-70 {
        padding-right: .7rem
    }

    .md\:pr-80 {
        padding-right: .8rem
    }

    .md\:pr-90 {
        padding-right: .9rem
    }

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

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

    .md\:pt-50 {
        padding-top: .5rem
    }

    .md\:pt-60 {
        padding-top: .6rem
    }

    .md\:pt-70 {
        padding-top: .7rem
    }

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

    .md\:pt-90 {
        padding-top: .9rem
    }

    .md\:pt-100 {
        padding-top: 1rem
    }

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

    .md\:pb-50 {
        padding-bottom: .5rem
    }

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

    .md\:pb-70 {
        padding-bottom: .7rem
    }

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

    .md\:pb-90 {
        padding-bottom: .9rem
    }

    .md\:pb-100 {
        padding-bottom: 1rem
    }

    .md\:pb-150 {
        padding-bottom: 1.5rem
    }

    .md\:none {
        display: none
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:block {
        display: block
    }

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

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

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

    .md\:overflow-hidden {
        overflow: hidden
    }

    .md\:overflow-x-scroll {
        overflow-x: scroll
    }

    .md\:overflow-y-scroll {
        overflow-y: scroll
    }

    .md\:pos-r {
        position: relative
    }

    .md\:pos-a {
        position: absolute
    }

    .md\:left-0 {
        left: 0
    }

    .md\:left-20 {
        left: 20% !important
    }

    .md\:left-80 {
        left: 80% !important
    }

    .md\:left-auto {
        left: auto
    }

    .md\:right-0 {
        right: 0
    }

    .md\:right-20 {
        right: 20% !important
    }

    .md\:right-80 {
        right: 80% !important
    }

    .md\:right-auto {
        right: auto
    }

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

    .md\:top-auto {
        top: auto
    }

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

    .md\:bottom-auto {
        bottom: auto
    }

    .md\:bg-position-unset {
        background-position: unset
    }

    .md\:bg-position-0 {
        background-position: 0
    }

    .md\:bg-position-30 {
        background-position: 30%
    }

    .md\:bg-position-center {
        background-position: center
    }

    .md\:bg-position-full {
        background-position: 100%
    }
}

@media (min-width: 1300px) {
    .content-width {
        max-width: 1100px
    }

    .lg\:fs-12 {
        font-size: 12px !important
    }

    .lg\:fs-13 {
        font-size: 13px !important
    }

    .lg\:fs-14 {
        font-size: 14px !important
    }

    .lg\:fs-15 {
        font-size: 15px !important
    }

    .lg\:fs-16 {
        font-size: 16px !important
    }

    .lg\:fs-18 {
        font-size: 18px !important
    }

    .lg\:fs-20 {
        font-size: 20px !important
    }

    .lg\:fs-22 {
        font-size: 22px !important
    }

    .lg\:fs-24 {
        font-size: 24px !important
    }

    .lg\:fs-26 {
        font-size: 26px !important
    }

    .lg\:fs-28 {
        font-size: 28px !important
    }

    .lg\:fs-30 {
        font-size: 30px !important
    }

    .lg\:fs-32 {
        font-size: 32px !important
    }

    .lg\:fs-36 {
        font-size: 36px !important
    }

    .lg\:fs-40 {
        font-size: 40px !important
    }

    .lg\:fs-42 {
        font-size: 42px !important
    }

    .lg\:fs-46 {
        font-size: 46px !important
    }

    .lg\:fs-60 {
        font-size: 60px !important
    }

    .lg\:line-height-normal {
        line-height: normal
    }

    .lg\:line-height-24 {
        line-height: 24px
    }

    .lg\:line-height-26 {
        line-height: 26px
    }

    .lg\:line-height-29 {
        line-height: 29px
    }

    .lg\:line-height-30 {
        line-height: 30px
    }

    .lg\:line-height-32 {
        line-height: 32px
    }

    .lg\:line-height-34 {
        line-height: 34px
    }

    .lg\:line-height-36 {
        line-height: 36px
    }

    .lg\:line-height-54 {
        line-height: 54px
    }

    .lg\:flex {
        display: flex;
        align-items: center
    }

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

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

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

    .lg\:flex-column-reverse {
        flex-direction: column-reverse
    }

    .lg\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .lg\:flex-wrap {
        flex-wrap: wrap
    }

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

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

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

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

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

    .lg\:flex-justify-between {
        justify-content: space-between
    }

    .lg\:flex-justify-around {
        justify-content: space-around
    }

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

    .lg\:flex-100 {
        flex: 0 1 100%
    }

    .lg\:flex-1 {
        flex: 1
    }

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

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

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

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

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

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

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

    .lg\:w-4\/5 {
        width: 80%
    }

    .lg\:w-1\/6 {
        width: 16.666667%
    }

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

    .lg\:w-3\/12 {
        width: 25%
    }

    .lg\:w-4\/12 {
        width: 33.333333%
    }

    .lg\:w-5\/12 {
        width: 41.666667%
    }

    .lg\:w-6\/12 {
        width: 50%
    }

    .lg\:w-7\/12 {
        width: 58.333333%
    }

    .lg\:w-8\/12 {
        width: 66.666667%
    }

    .lg\:w-9\/12 {
        width: 75%
    }

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

    .lg\:w-full {
        width: 100%
    }

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

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

    .lg\:w-max-auto {
        max-width: unset
    }

    .lg\:w-max-322 {
        max-width: 322px
    }

    .lg\:w-max-1000 {
        max-width: 1000px
    }

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

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

    .lg\:h-428 {
        height: 428px
    }

    .lg\:h-486 {
        height: 486px
    }

    .lg\:h-495 {
        height: 495px
    }

    .lg\:h-570 {
        height: 570px
    }

    .lg\:h-600 {
        height: 600px
    }

    .lg\:m0 {
        margin: 0
    }

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

    .lg\:mr0 {
        margin-right: 0
    }

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

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

    .lg\:m-xs {
        margin: .05rem
    }

    .lg\:ml-xs {
        margin-left: .05rem
    }

    .lg\:mr-xs {
        margin-right: .05rem
    }

    .lg\:mt-xs {
        margin-top: .05rem
    }

    .lg\:mb-xs {
        margin-bottom: .05rem
    }

    .lg\:m-sm {
        margin: .1rem
    }

    .lg\:ml-sm {
        margin-left: .1rem
    }

    .lg\:mr-sm {
        margin-right: .1rem
    }

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

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

    .lg\:m {
        margin: .15rem
    }

    .lg\:ml {
        margin-left: .15rem
    }

    .lg\:mr {
        margin-right: .15rem
    }

    .lg\:mt {
        margin-top: .15rem
    }

    .lg\:mb {
        margin-bottom: .15rem
    }

    .lg\:m-lg {
        margin: .3rem
    }

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

    .lg\:mr-lg {
        margin-right: .3rem
    }

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

    .lg\:mb-lg {
        margin-bottom: .3rem
    }

    .lg\:ml-20 {
        margin-left: .2rem
    }

    .lg\:ml-40 {
        margin-left: .4rem
    }

    .lg\:ml-50 {
        margin-left: .5rem
    }

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

    .lg\:ml-70 {
        margin-left: .7rem
    }

    .lg\:ml-80 {
        margin-left: .8rem
    }

    .lg\:ml-90 {
        margin-left: .9rem
    }

    .lg\:ml-100 {
        margin-left: 1rem
    }

    .lg\:mr-20 {
        margin-right: .2rem
    }

    .lg\:mr-40 {
        margin-right: .4rem
    }

    .lg\:mr-50 {
        margin-right: .5rem
    }

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

    .lg\:mr-70 {
        margin-right: .7rem
    }

    .lg\:mr-80 {
        margin-right: .8rem
    }

    .lg\:mr-90 {
        margin-right: .9rem
    }

    .lg\:mr-100 {
        margin-right: 1rem
    }

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

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

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

    .lg\:mt-60 {
        margin-top: .6rem
    }

    .lg\:mt-70 {
        margin-top: .7rem
    }

    .lg\:mt-80 {
        margin-top: .8rem
    }

    .lg\:mt-90 {
        margin-top: .9rem
    }

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

    .lg\:mb-20 {
        margin-bottom: .2rem
    }

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

    .lg\:mb-50 {
        margin-bottom: .5rem
    }

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

    .lg\:mb-70 {
        margin-bottom: .7rem
    }

    .lg\:mb-80 {
        margin-bottom: .8rem
    }

    .lg\:mb-90 {
        margin-bottom: .9rem
    }

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

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

    .lg\:p0 {
        padding: 0
    }

    .lg\:pl0 {
        padding-left: 0
    }

    .lg\:pr0 {
        padding-right: 0
    }

    .lg\:pt0 {
        padding-top: 0
    }

    .lg\:pb0 {
        padding-bottom: 0
    }

    .lg\:p-xs {
        padding: .05rem
    }

    .lg\:pl-xs {
        padding-left: .05rem
    }

    .lg\:pr-xs {
        padding-right: .05rem
    }

    .lg\:pt-xs {
        padding-top: .05rem
    }

    .lg\:pb-xs {
        padding-bottom: .05rem
    }

    .lg\:p-sm {
        padding: .1rem
    }

    .lg\:pl-sm {
        padding-left: .1rem
    }

    .lg\:pr-sm {
        padding-right: .1rem
    }

    .lg\:pt-sm {
        padding-top: .1rem
    }

    .lg\:pb-sm {
        padding-bottom: .1rem
    }

    .lg\:p {
        padding: .15rem
    }

    .lg\:pl {
        padding-left: .15rem
    }

    .lg\:pr {
        padding-right: .15rem
    }

    .lg\:pt {
        padding-top: .15rem
    }

    .lg\:pb {
        padding-bottom: .15rem
    }

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

    .lg\:pl-lg {
        padding-left: .3rem
    }

    .lg\:pr-lg {
        padding-right: .3rem
    }

    .lg\:pt-lg {
        padding-top: .3rem
    }

    .lg\:pb-lg {
        padding-bottom: .3rem
    }

    .lg\:pl-40 {
        padding-left: .4rem
    }

    .lg\:pl-50 {
        padding-left: .5rem
    }

    .lg\:pl-60 {
        padding-left: .6rem
    }

    .lg\:pl-70 {
        padding-left: .7rem
    }

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

    .lg\:pl-90 {
        padding-left: .9rem
    }

    .lg\:pl-100 {
        padding-left: 1rem
    }

    .lg\:pr-40 {
        padding-right: .4rem
    }

    .lg\:pr-50 {
        padding-right: .5rem
    }

    .lg\:pr-60 {
        padding-right: .6rem
    }

    .lg\:pr-70 {
        padding-right: .7rem
    }

    .lg\:pr-80 {
        padding-right: .8rem
    }

    .lg\:pr-90 {
        padding-right: .9rem
    }

    .lg\:pr-100 {
        padding-right: 1rem
    }

    .lg\:pt-40 {
        padding-top: .4rem
    }

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

    .lg\:pt-60 {
        padding-top: .6rem
    }

    .lg\:pt-70 {
        padding-top: .7rem
    }

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

    .lg\:pt-90 {
        padding-top: .9rem
    }

    .lg\:pt-100 {
        padding-top: 1rem
    }

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

    .lg\:pb-50 {
        padding-bottom: .5rem
    }

    .lg\:pb-60 {
        padding-bottom: .6rem
    }

    .lg\:pb-70 {
        padding-bottom: .7rem
    }

    .lg\:pb-80 {
        padding-bottom: .8rem
    }

    .lg\:pb-90 {
        padding-bottom: .9rem
    }

    .lg\:pb-100 {
        padding-bottom: 1rem
    }

    .lg\:pb-150 {
        padding-bottom: 1.5rem
    }

    .lg\:none {
        display: none
    }

    .lg\:inline-block {
        display: inline-block
    }

    .lg\:block {
        display: block
    }

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

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

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

    .lg\:overflow-hidden {
        overflow: hidden
    }

    .lg\:overflow-x-scroll {
        overflow-x: scroll
    }

    .lg\:overflow-y-scroll {
        overflow-y: scroll
    }

    .lg\:pos-r {
        position: relative
    }

    .lg\:pos-a {
        position: absolute
    }

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

    .lg\:left-20 {
        left: 20% !important
    }

    .lg\:left-80 {
        left: 80% !important
    }

    .lg\:left-auto {
        left: auto
    }

    .lg\:right-0 {
        right: 0
    }

    .lg\:right-20 {
        right: 20% !important
    }

    .lg\:right-80 {
        right: 80% !important
    }

    .lg\:right-auto {
        right: auto
    }

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

    .lg\:top-auto {
        top: auto
    }

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

    .lg\:bottom-auto {
        bottom: auto
    }

    .lg\:bg-position-unset {
        background-position: unset
    }

    .lg\:bg-position-0 {
        background-position: 0
    }

    .lg\:bg-position-30 {
        background-position: 30%
    }

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

    .lg\:bg-position-full {
        background-position: 100%
    }
}

@media (min-width: 1400px) {
    .content-width {
        max-width: 1400px
    }

    .xl\:fs-12 {
        font-size: 12px !important
    }

    .xl\:fs-13 {
        font-size: 13px !important
    }

    .xl\:fs-14 {
        font-size: 14px !important
    }

    .xl\:fs-15 {
        font-size: 15px !important
    }

    .xl\:fs-16 {
        font-size: 16px !important
    }

    .xl\:fs-18 {
        font-size: 18px !important
    }

    .xl\:fs-20 {
        font-size: 20px !important
    }

    .xl\:fs-22 {
        font-size: 22px !important
    }

    .xl\:fs-24 {
        font-size: 24px !important
    }

    .xl\:fs-26 {
        font-size: 26px !important
    }

    .xl\:fs-28 {
        font-size: 28px !important
    }

    .xl\:fs-30 {
        font-size: 30px !important
    }

    .xl\:fs-32 {
        font-size: 32px !important
    }

    .xl\:fs-36 {
        font-size: 36px !important
    }

    .xl\:fs-40 {
        font-size: 40px !important
    }

    .xl\:fs-42 {
        font-size: 42px !important
    }

    .xl\:fs-46 {
        font-size: 46px !important
    }

    .xl\:fs-60 {
        font-size: 60px !important
    }

    .xl\:line-height-normal {
        line-height: normal
    }

    .xl\:line-height-24 {
        line-height: 24px
    }

    .xl\:line-height-26 {
        line-height: 26px
    }

    .xl\:line-height-29 {
        line-height: 29px
    }

    .xl\:line-height-30 {
        line-height: 30px
    }

    .xl\:line-height-32 {
        line-height: 32px
    }

    .xl\:line-height-34 {
        line-height: 34px
    }

    .xl\:line-height-36 {
        line-height: 36px
    }

    .xl\:line-height-54 {
        line-height: 54px
    }

    .xl\:flex {
        display: flex;
        align-items: center
    }

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

    .xl\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .xl\:flex-column {
        flex-direction: column
    }

    .xl\:flex-column-reverse {
        flex-direction: column-reverse
    }

    .xl\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .xl\:flex-wrap {
        flex-wrap: wrap
    }

    .xl\:flex-top {
        align-items: flex-start
    }

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

    .xl\:flex-stretch {
        align-items: stretch
    }

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

    .xl\:flex-justify-center {
        justify-content: center
    }

    .xl\:flex-justify-between {
        justify-content: space-between
    }

    .xl\:flex-justify-around {
        justify-content: space-around
    }

    .xl\:flex-auto {
        flex: 0 0 auto
    }

    .xl\:flex-100 {
        flex: 0 1 100%
    }

    .xl\:flex-1 {
        flex: 1
    }

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

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

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

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

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

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

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

    .xl\:w-4\/5 {
        width: 80%
    }

    .xl\:w-1\/6 {
        width: 16.666667%
    }

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

    .xl\:w-3\/12 {
        width: 25%
    }

    .xl\:w-4\/12 {
        width: 33.333333%
    }

    .xl\:w-5\/12 {
        width: 41.666667%
    }

    .xl\:w-6\/12 {
        width: 50%
    }

    .xl\:w-7\/12 {
        width: 58.333333%
    }

    .xl\:w-8\/12 {
        width: 66.666667%
    }

    .xl\:w-9\/12 {
        width: 75%
    }

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

    .xl\:w-full {
        width: 100%
    }

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

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

    .xl\:w-max-auto {
        max-width: unset
    }

    .xl\:w-max-322 {
        max-width: 322px
    }

    .xl\:w-max-1000 {
        max-width: 1000px
    }

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

    .xl\:h-full {
        height: 100%
    }

    .xl\:h-428 {
        height: 428px
    }

    .xl\:h-486 {
        height: 486px
    }

    .xl\:h-495 {
        height: 495px
    }

    .xl\:h-570 {
        height: 570px
    }

    .xl\:h-600 {
        height: 600px
    }

    .xl\:h-705 {
        height: 705px
    }

    .xl\:m0 {
        margin: 0
    }

    .xl\:ml0 {
        margin-left: 0
    }

    .xl\:mr0 {
        margin-right: 0
    }

    .xl\:mt0 {
        margin-top: 0
    }

    .xl\:mb0 {
        margin-bottom: 0
    }

    .xl\:m-xs {
        margin: .05rem
    }

    .xl\:ml-xs {
        margin-left: .05rem
    }

    .xl\:mr-xs {
        margin-right: .05rem
    }

    .xl\:mt-xs {
        margin-top: .05rem
    }

    .xl\:mb-xs {
        margin-bottom: .05rem
    }

    .xl\:m-sm {
        margin: .1rem
    }

    .xl\:ml-sm {
        margin-left: .1rem
    }

    .xl\:mr-sm {
        margin-right: .1rem
    }

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

    .xl\:mb-sm {
        margin-bottom: .1rem
    }

    .xl\:m {
        margin: .15rem
    }

    .xl\:ml {
        margin-left: .15rem
    }

    .xl\:mr {
        margin-right: .15rem
    }

    .xl\:mt {
        margin-top: .15rem
    }

    .xl\:mb {
        margin-bottom: .15rem
    }

    .xl\:m-lg {
        margin: .3rem
    }

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

    .xl\:mr-lg {
        margin-right: .3rem
    }

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

    .xl\:mb-lg {
        margin-bottom: .3rem
    }

    .xl\:ml-20 {
        margin-left: .2rem
    }

    .xl\:ml-40 {
        margin-left: .4rem
    }

    .xl\:ml-50 {
        margin-left: .5rem
    }

    .xl\:ml-60 {
        margin-left: .6rem
    }

    .xl\:ml-70 {
        margin-left: .7rem
    }

    .xl\:ml-80 {
        margin-left: .8rem
    }

    .xl\:ml-90 {
        margin-left: .9rem
    }

    .xl\:ml-100 {
        margin-left: 1rem
    }

    .xl\:mr-20 {
        margin-right: .2rem
    }

    .xl\:mr-40 {
        margin-right: .4rem
    }

    .xl\:mr-50 {
        margin-right: .5rem
    }

    .xl\:mr-60 {
        margin-right: .6rem
    }

    .xl\:mr-70 {
        margin-right: .7rem
    }

    .xl\:mr-80 {
        margin-right: .8rem
    }

    .xl\:mr-90 {
        margin-right: .9rem
    }

    .xl\:mr-100 {
        margin-right: 1rem
    }

    .xl\:mt-20 {
        margin-top: .2rem
    }

    .xl\:mt-40 {
        margin-top: .4rem
    }

    .xl\:mt-50 {
        margin-top: .5rem
    }

    .xl\:mt-60 {
        margin-top: .6rem
    }

    .xl\:mt-70 {
        margin-top: .7rem
    }

    .xl\:mt-80 {
        margin-top: .8rem
    }

    .xl\:mt-90 {
        margin-top: .9rem
    }

    .xl\:mt-100 {
        margin-top: 1rem
    }

    .xl\:mb-20 {
        margin-bottom: .2rem
    }

    .xl\:mb-40 {
        margin-bottom: .4rem
    }

    .xl\:mb-50 {
        margin-bottom: .5rem
    }

    .xl\:mb-60 {
        margin-bottom: .6rem
    }

    .xl\:mb-70 {
        margin-bottom: .7rem
    }

    .xl\:mb-80 {
        margin-bottom: .8rem
    }

    .xl\:mb-90 {
        margin-bottom: .9rem
    }

    .xl\:mb-100 {
        margin-bottom: 1rem
    }

    .xl\:mb-150 {
        margin-bottom: 1.5rem
    }

    .xl\:p0 {
        padding: 0
    }

    .xl\:pl0 {
        padding-left: 0
    }

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

    .xl\:pt0 {
        padding-top: 0
    }

    .xl\:pb0 {
        padding-bottom: 0
    }

    .xl\:p-xs {
        padding: .05rem
    }

    .xl\:pl-xs {
        padding-left: .05rem
    }

    .xl\:pr-xs {
        padding-right: .05rem
    }

    .xl\:pt-xs {
        padding-top: .05rem
    }

    .xl\:pb-xs {
        padding-bottom: .05rem
    }

    .xl\:p-sm {
        padding: .1rem
    }

    .xl\:pl-sm {
        padding-left: .1rem
    }

    .xl\:pr-sm {
        padding-right: .1rem
    }

    .xl\:pt-sm {
        padding-top: .1rem
    }

    .xl\:pb-sm {
        padding-bottom: .1rem
    }

    .xl\:p {
        padding: .15rem
    }

    .xl\:pl {
        padding-left: .15rem
    }

    .xl\:pr {
        padding-right: .15rem
    }

    .xl\:pt {
        padding-top: .15rem
    }

    .xl\:pb {
        padding-bottom: .15rem
    }

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

    .xl\:pl-lg {
        padding-left: .3rem
    }

    .xl\:pr-lg {
        padding-right: .3rem
    }

    .xl\:pt-lg {
        padding-top: .3rem
    }

    .xl\:pb-lg {
        padding-bottom: .3rem
    }

    .xl\:pl-40 {
        padding-left: .4rem
    }

    .xl\:pl-50 {
        padding-left: .5rem
    }

    .xl\:pl-60 {
        padding-left: .6rem
    }

    .xl\:pl-70 {
        padding-left: .7rem
    }

    .xl\:pl-80 {
        padding-left: .8rem
    }

    .xl\:pl-90 {
        padding-left: .9rem
    }

    .xl\:pl-100 {
        padding-left: 1rem
    }

    .xl\:pr-40 {
        padding-right: .4rem
    }

    .xl\:pr-50 {
        padding-right: .5rem
    }

    .xl\:pr-60 {
        padding-right: .6rem
    }

    .xl\:pr-70 {
        padding-right: .7rem
    }

    .xl\:pr-80 {
        padding-right: .8rem
    }

    .xl\:pr-90 {
        padding-right: .9rem
    }

    .xl\:pr-100 {
        padding-right: 1rem
    }

    .xl\:pt-40 {
        padding-top: .4rem
    }

    .xl\:pt-50 {
        padding-top: .5rem
    }

    .xl\:pt-60 {
        padding-top: .6rem
    }

    .xl\:pt-70 {
        padding-top: .7rem
    }

    .xl\:pt-80 {
        padding-top: .8rem
    }

    .xl\:pt-90 {
        padding-top: .9rem
    }

    .xl\:pt-100 {
        padding-top: 1rem
    }

    .xl\:pb-40 {
        padding-bottom: .4rem
    }

    .xl\:pb-50 {
        padding-bottom: .5rem
    }

    .xl\:pb-60 {
        padding-bottom: .6rem
    }

    .xl\:pb-70 {
        padding-bottom: .7rem
    }

    .xl\:pb-80 {
        padding-bottom: .8rem
    }

    .xl\:pb-90 {
        padding-bottom: .9rem
    }

    .xl\:pb-100 {
        padding-bottom: 1rem
    }

    .xl\:pb-150 {
        padding-bottom: 1.5rem
    }

    .xl\:none {
        display: none
    }

    .xl\:inline-block {
        display: inline-block
    }

    .xl\:block {
        display: block
    }

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

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

    .xl\:text-right {
        text-align: right
    }

    .xl\:overflow-hidden {
        overflow: hidden
    }

    .xl\:overflow-x-scroll {
        overflow-x: scroll
    }

    .xl\:overflow-y-scroll {
        overflow-y: scroll
    }

    .xl\:pos-r {
        position: relative
    }

    .xl\:pos-a {
        position: absolute
    }

    .xl\:left-0 {
        left: 0
    }

    .xl\:left-20 {
        left: 20% !important
    }

    .xl\:left-80 {
        left: 80% !important
    }

    .xl\:left-auto {
        left: auto
    }

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

    .sl\:right-20 {
        right: 20% !important
    }

    .sl\:right-80 {
        right: 80% !important
    }

    .xl\:right-auto {
        right: auto
    }

    .xl\:top-0 {
        top: 0
    }

    .xl\:top-auto {
        top: auto
    }

    .xl\:bottom-0 {
        bottom: 0
    }

    .xl\:bottom-auto {
        bottom: auto
    }

    .xl\:bg-position-unset {
        background-position: unset
    }

    .xl\:bg-position-0 {
        background-position: 0
    }

    .xl\:bg-position-30 {
        background-position: 30%
    }

    .xl\:bg-position-center {
        background-position: center
    }

    .xl\:bg-position-full {
        background-position: 100%
    }
}</pre></body></html>