.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

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

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

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

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

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

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

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

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

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

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

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
! tailwindcss v3.0.13 | MIT License | https://tailwindcss.com
*/
*,:after,:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after,:before {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif,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
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

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

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

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,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
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

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

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

summary {
    display: list-item
}

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

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],button {
    cursor: pointer
}

:disabled {
    cursor: default
}


[hidden] {
    display: none
}

@font-face {
    font-family: AlimamaShuHeiTi;
    src: url(//cdn2.weimob.com/saas/@assets/saas-fe-promotepage-web-stc/pc/_next/static/media/Alimama_ShuHeiTi_Bold.3eb49c4c.woff) format("TrueType");
    font-display: swap
}

@font-face {
    font-family: Anton;
    src: url(//cdn2.weimob.com/saas/@assets/bos-fe-media-web-stc/promote/Anton-Regular.b13e6268396417d98199eb3468cd0bda.ttf) format("TrueType");
    font-display: swap
}

@font-face {
    font-family: WeimobIncrease;
    src: url(//cdn2.weimob.com/saas/@assets/bos-fe-media-web-stc/promote/weimob_increase.ca36533f0a4e59b8fef26e3e04bcef76.ttf) format("TrueType");
    font-display: swap
}

@font-face {
    font-family: WeimobFont;
    src: url(//cdn2.weimob.com/saas/@assets/saas-fe-promotepage-web-stc/pc/_next/static/media/WEMONum-Bold-v1.2.07054489.otf) format("TrueType")
}

@font-face {
    font-family: Poppins;
    src: url(//cdn2.weimob.com/saas/@assets/saas-fe-promotepage-web-stc/pc/_next/static/media/Poppins-Regular.29b66c68.otf) format("TrueType")
}

@font-face {
    font-family: YouShe;
    src: url(//cdn2.weimob.com/saas/@assets/saas-fe-promotepage-web-stc/pc/_next/static/media/YouShe.fc8630f2.ttf) format("TrueType")
}

html {
    font-family: Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

#udesk_btn,#udesk_pop_dialog {
    display: none
}

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

*,:after,:before {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

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

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

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

.visible {
    visibility: visible
}

.\!visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.top-\[50vh\] {
    top: 50vh
}

.left-\[50vw\] {
    left: 50vw
}

.top-0 {
    top: 0
}

.left-\[50\%\] {
    left: 50%
}

.right-\[106px\] {
    right: 106px
}

.bottom-0 {
    bottom: 0
}

.right-\[52px\] {
    right: 52px
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.right-0 {
    right: 0
}

.top-\[8px\] {
    top: 8px
}

.bottom-\[18px\] {
    bottom: 18px
}

.left-\[18px\] {
    left: 18px
}

.right-\[-41px\] {
    right: -41px
}

.top-\[-27px\] {
    top: -27px
}

.top-\[-999px\] {
    top: -999px
}

.top-\[-31px\] {
    top: -31px
}

.right-\[-45px\] {
    right: -45px
}

.top-\[31px\] {
    top: 31px
}

.right-\[-18px\] {
    right: -18px
}

.top-1\/2 {
    top: 50%
}

.bottom-\[31px\] {
    bottom: 31px
}

.top-\[20\%\] {
    top: 20%
}

.right-\[36px\] {
    right: 36px
}

.top-\[28px\] {
    top: 28px
}

.top-\[2px\] {
    top: 2px
}

.top-\[62px\] {
    top: 62px
}

.top-\[-5px\] {
    top: -5px
}

.bottom-\[-7px\] {
    bottom: -7px
}

.top-\[53px\] {
    top: 53px
}

.left-\[-9px\] {
    left: -9px
}

.top-\[-44px\] {
    top: -44px
}

.left-\[-24px\] {
    left: -24px
}

.top-\[68px\] {
    top: 68px
}

.left-\[74px\] {
    left: 74px
}

.top-\[-16px\] {
    top: -16px
}

.top-\[-8px\] {
    top: -8px
}

.top-\[66px\] {
    top: 66px
}

.left-\[20px\] {
    left: 20px
}

.top-\[50\%\] {
    top: 50%
}

.top-\[166px\] {
    top: 166px
}

.left-\[305px\] {
    left: 305px
}

.top-\[70px\] {
    top: 70px
}

.right-\[-39px\] {
    right: -39px
}

.left-\[-22px\] {
    left: -22px
}

.bottom-\[-42px\] {
    bottom: -42px
}

.top-\[-1px\] {
    top: -1px
}

.bottom-\[24px\] {
    bottom: 24px
}

.right-\[24px\] {
    right: 24px
}

.top-\[50px\] {
    top: 50px
}

.left-\[50px\] {
    left: 50px
}

.top-\[142px\] {
    top: 142px
}

.left-\[268px\] {
    left: 268px
}

.right-\[50px\] {
    right: 50px
}

.top-\[196px\] {
    top: 196px
}

.right-\[180px\] {
    right: 180px
}

.right-\[111px\] {
    right: 111px
}

.left-\[64px\] {
    left: 64px
}

.top-\[138px\] {
    top: 138px
}

.left-\[40px\] {
    left: 40px
}

.bottom-\[60px\] {
    bottom: 60px
}

.bottom-\[40px\] {
    bottom: 40px
}

.bottom-\[30px\] {
    bottom: 30px
}

.left-\[45px\] {
    left: 45px
}

.left-\[430px\] {
    left: 430px
}

.right-\[45px\] {
    right: 45px
}

.bottom-\[-60px\] {
    bottom: -60px
}

.bottom-\[115px\] {
    bottom: 115px
}

.top-\[-38px\] {
    top: -38px
}

.right-1 {
    right: .25rem
}

.top-\[-7px\] {
    top: -7px
}

.-bottom-\[2px\] {
    bottom: -2px
}

.bottom-\[22px\] {
    bottom: 22px
}

.top-\[210px\] {
    top: 210px
}

.left-\[404px\] {
    left: 404px
}

.bottom-\[62px\] {
    bottom: 62px
}

.left-\[215px\] {
    left: 215px
}

.top-\[20px\] {
    top: 20px
}

.right-\[-75px\] {
    right: -75px
}

.right-\[380px\] {
    right: 380px
}

.bottom-\[38px\] {
    bottom: 38px
}

.right-\[-180px\] {
    right: -180px
}

.top-\[168px\] {
    top: 168px
}

.right-\[-61px\] {
    right: -61px
}

.top-\[88px\] {
    top: 88px
}

.left-\[33px\] {
    left: 33px
}

.top-\[77px\] {
    top: 77px
}

.left-\[-89px\] {
    left: -89px
}

.top-\[-22px\] {
    top: -22px
}

.right-\[-48px\] {
    right: -48px
}

.bottom-\[-1px\] {
    bottom: -1px
}

.top-\[30px\] {
    top: 30px
}

.left-\[90px\] {
    left: 90px
}

.right-\[30px\] {
    right: 30px
}

.top-\[5px\] {
    top: 5px
}

.right-\[-5px\] {
    right: -5px
}

.left-\[-11px\] {
    left: -11px
}

.bottom-\[44px\] {
    bottom: 44px
}

.bottom-\[20px\] {
    bottom: 20px
}

.right-\[120px\] {
    right: 120px
}

.right-\[82px\] {
    right: 82px
}

.bottom-\[0px\] {
    bottom: 0
}

.left-\[382px\] {
    left: 382px
}

.right-\[-49px\] {
    right: -49px
}

.bottom-\[46px\] {
    bottom: 46px
}

.right-\[48px\] {
    right: 48px
}

.right-\[33px\] {
    right: 33px
}

.top-\[29px\] {
    top: 29px
}

.right-\[75px\] {
    right: 75px
}

.top-\[47px\] {
    top: 47px
}

.left-\[47px\] {
    left: 47px
}

.top-\[10px\] {
    top: 10px
}

.right-\[10px\] {
    right: 10px
}

.top-\[22px\] {
    top: 22px
}

.left-\[267px\] {
    left: 267px
}

.top-\[122px\] {
    top: 122px
}

.top-\[219px\] {
    top: 219px
}

.bottom-\[65px\] {
    bottom: 65px
}

.left-\[70px\] {
    left: 70px
}

.top-\[21px\] {
    top: 21px
}

.top-\[43px\] {
    top: 43px
}

.right-\[47px\] {
    right: 47px
}

.top-\[87px\] {
    top: 87px
}

.right-\[146px\] {
    right: 146px
}

.bottom-\[100px\] {
    bottom: 100px
}

.left-\[-14px\] {
    left: -14px
}

.bottom-\[23px\] {
    bottom: 23px
}

.right-\[39px\] {
    right: 39px
}

.left-\[8px\] {
    left: 8px
}

.left-\[15px\] {
    left: 15px
}

.top-\[3px\] {
    top: 3px
}

.bottom-\[32px\] {
    bottom: 32px
}

.right-\[13px\] {
    right: 13px
}

.left-\[25px\] {
    left: 25px
}

.bottom-\[21px\] {
    bottom: 21px
}

.right-\[5px\] {
    right: 5px
}

.left-\[-18px\] {
    left: -18px
}

.top-\[6px\] {
    top: 6px
}

.top-\[71px\] {
    top: 71px
}

.top-\[9px\] {
    top: 9px
}

.top-\[215px\] {
    top: 215px
}

.top-\[-3px\] {
    top: -3px
}

.top-\[100px\] {
    top: 100px
}

.bottom-\[35px\] {
    bottom: 35px
}

.bottom-\[15px\] {
    bottom: 15px
}

.right-\[-1px\] {
    right: -1px
}

.bottom-\[33px\] {
    bottom: 33px
}

.left-\[27px\] {
    left: 27px
}

.right-\[-6px\] {
    right: -6px
}

.left-\[545px\] {
    left: 545px
}

.right-\[384px\] {
    right: 384px
}

.bottom-\[215px\] {
    bottom: 215px
}

.right-\[447px\] {
    right: 447px
}

.bottom-\[103px\] {
    bottom: 103px
}

.left-\[417px\] {
    left: 417px
}

.right-\[116px\] {
    right: 116px
}

.right-\[22px\] {
    right: 22px
}

.top-\[7px\] {
    top: 7px
}

.top-\[24px\] {
    top: 24px
}

.left-\[24px\] {
    left: 24px
}

.right-\[20px\] {
    right: 20px
}

.top-1\/3 {
    top: 33.333333%
}

.bottom-\[-22px\] {
    bottom: -22px
}

.top-\[-32px\] {
    top: -32px
}

.right-\[-10px\] {
    right: -10px
}

.top-\[13px\] {
    top: 13px
}

.top-\[49px\] {
    top: 49px
}

.right-\[202px\] {
    right: 202px
}

.top-\[54px\] {
    top: 54px
}

.top-\[-26px\] {
    top: -26px
}

.top-\[0px\] {
    top: 0
}

.-bottom-\[100px\] {
    bottom: -100px
}

.left-\[76px\] {
    left: 76px
}

.bottom-\[37px\] {
    bottom: 37px
}

.-top-\[12px\] {
    top: -12px
}

.right-\[12px\] {
    right: 12px
}

.top-\[15px\] {
    top: 15px
}

.right-\[14px\] {
    right: 14px
}

.right-\[19px\] {
    right: 19px
}

.right-\[15px\] {
    right: 15px
}

.-top-\[21px\] {
    top: -21px
}

.-right-\[13px\] {
    right: -13px
}

.top-\[83px\] {
    top: 83px
}

.left-\[39px\] {
    left: 39px
}

.bottom-\[126px\] {
    bottom: 126px
}

.right-\[38px\] {
    right: 38px
}

.top-\[236px\] {
    top: 236px
}

.left-\[495px\] {
    left: 495px
}

.right-\[-3px\] {
    right: -3px
}

.bottom-\[17px\] {
    bottom: 17px
}

.bottom-1\/2 {
    bottom: 50%
}

.left-\[-28px\] {
    left: -28px
}

.right-\[-28px\] {
    right: -28px
}

.bottom-\[81px\] {
    bottom: 81px
}

.left-\[-37px\] {
    left: -37px
}

.right-\[-37px\] {
    right: -37px
}

.top-\[34px\] {
    top: 34px
}

.right-\[-90px\] {
    right: -90px
}

.right-\[-139px\] {
    right: -139px
}

.top-\[-4px\] {
    top: -4px
}

.left-\[-4px\] {
    left: -4px
}

.right-\[6px\] {
    right: 6px
}

.top-\[52px\] {
    top: 52px
}

.left-\[10px\] {
    left: 10px
}

.top-\[55px\] {
    top: 55px
}

.bottom-\[78px\] {
    bottom: 78px
}

.left-\[44px\] {
    left: 44px
}

.bottom-\[2px\] {
    bottom: 2px
}

.left-\[245px\] {
    left: 245px
}

.top-\[46px\] {
    top: 46px
}

.left-\[-16px\] {
    left: -16px
}

.top-\[39px\] {
    top: 39px
}

.left-\[-2px\] {
    left: -2px
}

.top-\[33px\] {
    top: 33px
}

.left-\[22px\] {
    left: 22px
}

.right-\[-15px\] {
    right: -15px
}

.bottom-\[-2px\] {
    bottom: -2px
}

.top-\[119px\] {
    top: 119px
}

.left-\[-127px\] {
    left: -127px
}

.bottom-\[90px\] {
    bottom: 90px
}

.left-\[28px\] {
    left: 28px
}

.left-\[525px\] {
    left: 525px
}

.top-\[128px\] {
    top: 128px
}

.bottom-\[47px\] {
    bottom: 47px
}

.right-\[64px\] {
    right: 64px
}

.bottom-\[39px\] {
    bottom: 39px
}

.bottom-\[14px\] {
    bottom: 14px
}

.right-\[208px\] {
    right: 208px
}

.right-\[121px\] {
    right: 121px
}

.right-\[142px\] {
    right: 142px
}

.bottom-\[26px\] {
    bottom: 26px
}

.left-\[91px\] {
    left: 91px
}

.top-\[11px\] {
    top: 11px
}

.left-\[346px\] {
    left: 346px
}

.bottom-\[25px\] {
    bottom: 25px
}

.top-\[81px\] {
    top: 81px
}

.right-\[-50px\] {
    right: -50px
}

.top-\[157px\] {
    top: 157px
}

.right-\[25px\] {
    right: 25px
}

.bottom-\[28px\] {
    bottom: 28px
}

.top-\[-41px\] {
    top: -41px
}

.left-\[-50px\] {
    left: -50px
}

.left-\[-40px\] {
    left: -40px
}

.top-\[-10px\] {
    top: -10px
}

.top-\[173px\] {
    top: 173px
}

.left-\[-85px\] {
    left: -85px
}

.right-\[-85px\] {
    right: -85px
}

.top-\[343px\] {
    top: 343px
}

.top-\[-90px\] {
    top: -90px
}

.top-\[246px\] {
    top: 246px
}

.left-\[13px\] {
    left: 13px
}

.top-\[169px\] {
    top: 169px
}

.left-\[154px\] {
    left: 154px
}

.top-\[35px\] {
    top: 35px
}

.left-\[229px\] {
    left: 229px
}

.top-\[161px\] {
    top: 161px
}

.right-\[88px\] {
    right: 88px
}

.right-\[126px\] {
    right: 126px
}

.top-\[14px\] {
    top: 14px
}

.top-\[201px\] {
    top: 201px
}

.bottom-\[68px\] {
    bottom: 68px
}

.right-\[51px\] {
    right: 51px
}

.left-\[170px\] {
    left: 170px
}

.left-\[130px\] {
    left: 130px
}

.top-\[59px\] {
    top: 59px
}

.left-\[109px\] {
    left: 109px
}

.top-\[48px\] {
    top: 48px
}

.left-\[16px\] {
    left: 16px
}

.left-\[38px\] {
    left: 38px
}

.top-\[72px\] {
    top: 72px
}

.top-\[0\] {
    top: 0
}

.right-\[-22px\] {
    right: -22px
}

.left-\[100px\] {
    left: 100px
}

.right-\[17px\] {
    right: 17px
}

.top-\[17px\] {
    top: 17px
}

.bottom-\[-1\.5px\] {
    bottom: -1.5px
}

.top-\[-97px\] {
    top: -97px
}

.right-\[132px\] {
    right: 132px
}

.top-\[147px\] {
    top: 147px
}

.right-\[42px\] {
    right: 42px
}

.bottom-\[48px\] {
    bottom: 48px
}

.top-\[56px\] {
    top: 56px
}

.right-\[-26px\] {
    right: -26px
}

.right-\[114px\] {
    right: 114px
}

.top-\[-172px\] {
    top: -172px
}

.right-\[-32px\] {
    right: -32px
}

.bottom-\[36px\] {
    bottom: 36px
}

.left-\[-1px\] {
    left: -1px
}

.right-\[-34px\] {
    right: -34px
}

.right-\[-103px\] {
    right: -103px
}

.top-\[76px\] {
    top: 76px
}

.right-\[112px\] {
    right: 112px
}

.right-\[84px\] {
    right: 84px
}

.bottom-\[-25px\] {
    bottom: -25px
}

.left-\[644px\] {
    left: 644px
}

.top-\[19px\] {
    top: 19px
}

.right-\[-2px\] {
    right: -2px
}

.left-\[-27px\] {
    left: -27px
}

.right-\[-27px\] {
    right: -27px
}

.bottom-\[80px\] {
    bottom: 80px
}

.top-\[-2px\] {
    top: -2px
}

.top-\[164px\] {
    top: 164px
}

.top-\[315px\] {
    top: 315px
}

.left-\[257px\] {
    left: 257px
}

.-top-\[7px\] {
    top: -7px
}

.top-\[25px\] {
    top: 25px
}

.right-\[2px\] {
    right: 2px
}

.top-\[4px\] {
    top: 4px
}

.right-\[8px\] {
    right: 8px
}

.right-\[0px\] {
    right: 0
}

.left-\[322px\] {
    left: 322px
}

.top-\[69px\] {
    top: 69px
}

.left-\[513px\] {
    left: 513px
}

.top-\[74px\] {
    top: 74px
}

.left-\[370px\] {
    left: 370px
}

.left-\[511px\] {
    left: 511px
}

.left-\[63px\] {
    left: 63px
}

.bottom-\[-6px\] {
    bottom: -6px
}

.bottom-\[-87px\] {
    bottom: -87px
}

.-right-\[60px\] {
    right: -60px
}

.top-\[12px\] {
    top: 12px
}

.right-\[54px\] {
    right: 54px
}

.bottom-\[11px\] {
    bottom: 11px
}

.top-\[160px\] {
    top: 160px
}

.top-\[148px\] {
    top: 148px
}

.bottom-\[50px\] {
    bottom: 50px
}

.top-\[86px\] {
    top: 86px
}

.left-\[-59px\] {
    left: -59px
}

.left-\[61px\] {
    left: 61px
}

.left-\[14px\] {
    left: 14px
}

.bottom-\[117px\] {
    bottom: 117px
}

.right-\[-14px\] {
    right: -14px
}

.bottom-\[-54px\] {
    bottom: -54px
}

.right-\[-101px\] {
    right: -101px
}

.left-\[36px\] {
    left: 36px
}

.left-\[34px\] {
    left: 34px
}

.right-\[160px\] {
    right: 160px
}

.bottom-\[29px\] {
    bottom: 29px
}

.top-\[36px\] {
    top: 36px
}

.left-\[87px\] {
    left: 87px
}

.left-\[-53px\] {
    left: -53px
}

.left-\[-12px\] {
    left: -12px
}

.top-\[-34px\] {
    top: -34px
}

.top-\[58px\] {
    top: 58px
}

.right-\[26px\] {
    right: 26px
}

.bottom-\[-18px\] {
    bottom: -18px
}

.top-\[184px\] {
    top: 184px
}

.bottom-\[-17px\] {
    bottom: -17px
}

.top-\[112px\] {
    top: 112px
}

.left-\[26px\] {
    left: 26px
}

.top-\[51px\] {
    top: 51px
}

.left-\[23px\] {
    left: 23px
}

.right-\[-30px\] {
    right: -30px
}

.top-\[-30px\] {
    top: -30px
}

.left-\[396px\] {
    left: 396px
}

.bottom-\[73px\] {
    bottom: 73px
}

.left-\[65px\] {
    left: 65px
}

.left-\[94px\] {
    left: 94px
}

.left-\[160px\] {
    left: 160px
}

.right-\[80px\] {
    right: 80px
}

.right-\[128px\] {
    right: 128px
}

.left-\[175px\] {
    left: 175px
}

.left-\[126px\] {
    left: 126px
}

.right-\[32px\] {
    right: 32px
}

.left-\[-64px\] {
    left: -64px
}

.bottom-\[88px\] {
    bottom: 88px
}

.right-\[-38px\] {
    right: -38px
}

.top-\[103px\] {
    top: 103px
}

.top-\[41px\] {
    top: 41px
}

.top-\[95px\] {
    top: 95px
}

.left-\[199px\] {
    left: 199px
}

.right-\[-25px\] {
    right: -25px
}

.-top-\[89px\] {
    top: -89px
}

.left-\[188px\] {
    left: 188px
}

.bottom-\[10px\] {
    bottom: 10px
}

.-right-\[105px\] {
    right: -105px
}

.-left-\[51px\] {
    left: -51px
}

.-bottom-\[74px\] {
    bottom: -74px
}

.right-\[71px\] {
    right: 71px
}

.-top-\[82px\] {
    top: -82px
}

.left-\[288px\] {
    left: 288px
}

.-right-\[19px\] {
    right: -19px
}

.-top-\[70px\] {
    top: -70px
}

.-bottom-\[24px\] {
    bottom: -24px
}

.left-\[648px\] {
    left: 648px
}

.-left-\[95px\] {
    left: -95px
}

.left-\[2px\] {
    left: 2px
}

.-top-\[69px\] {
    top: -69px
}

.-right-\[10px\] {
    right: -10px
}

.-top-\[52px\] {
    top: -52px
}

.-right-\[52px\] {
    right: -52px
}

.-top-\[63px\] {
    top: -63px
}

.-top-\[9px\] {
    top: -9px
}

.bottom-\[19px\] {
    bottom: 19px
}

.-left-\[41px\] {
    left: -41px
}

.bottom-\[61px\] {
    bottom: 61px
}

.-right-\[30px\] {
    right: -30px
}

.-left-\[30px\] {
    left: -30px
}

.-right-\[72px\] {
    right: -72px
}

.-top-\[57px\] {
    top: -57px
}

.left-\[53px\] {
    left: 53px
}

.bottom-\[12px\] {
    bottom: 12px
}

.left-\[31px\] {
    left: 31px
}

.left-\[30px\] {
    left: 30px
}

.left-\[-95px\] {
    left: -95px
}

.top-\[190px\] {
    top: 190px
}

.right-\[-95px\] {
    right: -95px
}

.left-\[31\.7\%\] {
    left: 31.7%
}

.top-\[82px\] {
    top: 82px
}

.left-\[51\.7\%\] {
    left: 51.7%
}

.bottom-\[72px\] {
    bottom: 72px
}

.left-\[73\.4\%\] {
    left: 73.4%
}

.top-\[27px\] {
    top: 27px
}

.top-\[-109px\] {
    top: -109px
}

.left-\[-13px\] {
    left: -13px
}

.left-\[320px\] {
    left: 320px
}

.right-\[-70px\] {
    right: -70px
}

.left-\[-20px\] {
    left: -20px
}

.right-\[44px\] {
    right: 44px
}

.bottom-\[-75px\] {
    bottom: -75px
}

.top-\[158px\] {
    top: 158px
}

.left-\[75px\] {
    left: 75px
}

.top-\[216px\] {
    top: 216px
}

.right-\[72px\] {
    right: 72px
}

.top-\[16px\] {
    top: 16px
}

.bottom-\[-170px\] {
    bottom: -170px
}

.right-\[9px\] {
    right: 9px
}

.bottom-\[-5px\] {
    bottom: -5px
}

.top-\[141px\] {
    top: 141px
}

.left-\[156px\] {
    left: 156px
}

.left-\[-58px\] {
    left: -58px
}

.right-\[-33px\] {
    right: -33px
}

.left-\[-55px\] {
    left: -55px
}

.bottom-\[58px\] {
    bottom: 58px
}

.left-\[-41px\] {
    left: -41px
}

.bottom-\[143px\] {
    bottom: 143px
}

.left-\[-52px\] {
    left: -52px
}

.right-\[29px\] {
    right: 29px
}

.top-\[18px\] {
    top: 18px
}

.top-\[106px\] {
    top: 106px
}

.top-\[-81px\] {
    top: -81px
}

.bottom-\[-43px\] {
    bottom: -43px
}

.bottom-\[89px\] {
    bottom: 89px
}

.left-\[55px\] {
    left: 55px
}

.top-\[175px\] {
    top: 175px
}

.right-\[204px\] {
    right: 204px
}

.left-\[43px\] {
    left: 43px
}

.left-\[412px\] {
    left: 412px
}

.right-\[63px\] {
    right: 63px
}

.top-\[-106px\] {
    top: -106px
}

.top-\[73px\] {
    top: 73px
}

.left-\[0px\] {
    left: 0
}

.bottom-\[-79px\] {
    bottom: -79px
}

.left-\[-8px\] {
    left: -8px
}

.top-\[213px\] {
    top: 213px
}

.bottom-\[125px\] {
    bottom: 125px
}

.left-\[157px\] {
    left: 157px
}

.top-\[80px\] {
    top: 80px
}

.right-\[35px\] {
    right: 35px
}

.left-\[12px\] {
    left: 12px
}

.left-\[394px\] {
    left: 394px
}

.top-\[183px\] {
    top: 183px
}

.left-\[269px\] {
    left: 269px
}

.right-\[-7px\] {
    right: -7px
}

.right-\[514px\] {
    right: 514px
}

.right-\[60px\] {
    right: 60px
}

.top-\[-6px\] {
    top: -6px
}

.left-\[35px\] {
    left: 35px
}

.bottom-\[57px\] {
    bottom: 57px
}

.left-\[161px\] {
    left: 161px
}

.top-\[135px\] {
    top: 135px
}

.top-\[26px\] {
    top: 26px
}

.right-\[7px\] {
    right: 7px
}

.bottom-\[51px\] {
    bottom: 51px
}

.bottom-\[64px\] {
    bottom: 64px
}

.right-\[27px\] {
    right: 27px
}

.left-\[-63px\] {
    left: -63px
}

.right-\[28px\] {
    right: 28px
}

.top-\[132px\] {
    top: 132px
}

.left-\[-75px\] {
    left: -75px
}

.left-\[7px\] {
    left: 7px
}

.right-\[-120px\] {
    right: -120px
}

.left-\[9px\] {
    left: 9px
}

.bottom-\[6px\] {
    bottom: 6px
}

.right-\[81px\] {
    right: 81px
}

.top-\[85px\] {
    top: 85px
}

.right-\[40px\] {
    right: 40px
}

.left-\[-48px\] {
    left: -48px
}

.top-\[143px\] {
    top: 143px
}

.left-\[-47px\] {
    left: -47px
}

.bottom-\[106px\] {
    bottom: 106px
}

.top-\[32px\] {
    top: 32px
}

.left-\[-46px\] {
    left: -46px
}

.bottom-\[120px\] {
    bottom: 120px
}

.right-\[-24px\] {
    right: -24px
}

.bottom-\[86px\] {
    bottom: 86px
}

.bottom-\[53px\] {
    bottom: 53px
}

.left-\[178px\] {
    left: 178px
}

.top-\[153px\] {
    top: 153px
}

.bottom-\[9px\] {
    bottom: 9px
}

.top-\[323px\] {
    top: 323px
}

.top-\[57px\] {
    top: 57px
}

.top-\[391px\] {
    top: 391px
}

.left-\[183px\] {
    left: 183px
}

.top-\[44px\] {
    top: 44px
}

.top-\[192px\] {
    top: 192px
}

.left-\[105px\] {
    left: 105px
}

.top-\[140px\] {
    top: 140px
}

.left-\[62px\] {
    left: 62px
}

.top-\[200px\] {
    top: 200px
}

.left-\[371px\] {
    left: 371px
}

.top-\[61px\] {
    top: 61px
}

.top-\[124px\] {
    top: 124px
}

.left-\[19px\] {
    left: 19px
}

.top-\[450px\] {
    top: 450px
}

.top-\[-15px\] {
    top: -15px
}

.top-\[156px\] {
    top: 156px
}

.right-\[185px\] {
    right: 185px
}

.left-\[56px\] {
    left: 56px
}

.top-\[182px\] {
    top: 182px
}

.top-\[227px\] {
    top: 227px
}

.right-\[375px\] {
    right: 375px
}

.top-\[131px\] {
    top: 131px
}

.top-\[403px\] {
    top: 403px
}

.right-\[191px\] {
    right: 191px
}

.top-\[330px\] {
    top: 330px
}

.right-\[-12px\] {
    right: -12px
}

.top-\[350px\] {
    top: 350px
}

.left-\[48px\] {
    left: 48px
}

.top-\[397px\] {
    top: 397px
}

.top-\[117px\] {
    top: 117px
}

.left-\[67px\] {
    left: 67px
}

.left-\[302px\] {
    left: 302px
}

.top-\[199px\] {
    top: 199px
}

.left-\[128px\] {
    left: 128px
}

.left-\[218px\] {
    left: 218px
}

.top-\[78px\] {
    top: 78px
}

.left-\[68px\] {
    left: 68px
}

.top-\[177px\] {
    top: 177px
}

.left-\[113px\] {
    left: 113px
}

.top-\[107px\] {
    top: 107px
}

.left-\[86px\] {
    left: 86px
}

.top-\[102px\] {
    top: 102px
}

.bottom-\[83px\] {
    bottom: 83px
}

.top-\[240px\] {
    top: 240px
}

.left-\[-78px\] {
    left: -78px
}

.right-\[-78px\] {
    right: -78px
}

.top-\[37px\] {
    top: 37px
}

.bottom-\[13px\] {
    bottom: 13px
}

.right-\[46px\] {
    right: 46px
}

.right-\[127px\] {
    right: 127px
}

.right-\[74px\] {
    right: 74px
}

.top-\[220px\] {
    top: 220px
}

.top-\[271px\] {
    top: 271px
}

.right-\[55px\] {
    right: 55px
}

.top-\[345px\] {
    top: 345px
}

.right-\[161px\] {
    right: 161px
}

.bottom-\[5px\] {
    bottom: 5px
}

.-left-\[245px\] {
    left: -245px
}

.-bottom-\[164px\] {
    bottom: -164px
}

.-left-\[3px\] {
    left: -3px
}

.-right-\[12px\] {
    right: -12px
}

.-right-\[6px\] {
    right: -6px
}

.bottom-\[118px\] {
    bottom: 118px
}

.-right-\[25px\] {
    right: -25px
}

.top-\[134px\] {
    top: 134px
}

.left-\[-65px\] {
    left: -65px
}

.right-\[-65px\] {
    right: -65px
}

.top-\[125px\] {
    top: 125px
}

.-right-\[14px\] {
    right: -14px
}

.bottom-\[-35px\] {
    bottom: -35px
}

.-left-\[83px\] {
    left: -83px
}

.-bottom-\[20px\] {
    bottom: -20px
}

.-left-\[52px\] {
    left: -52px
}

.-bottom-\[35px\] {
    bottom: -35px
}

.-right-\[83px\] {
    right: -83px
}

.right-\[95px\] {
    right: 95px
}

.-bottom-\[118px\] {
    bottom: -118px
}

.-top-\[150px\] {
    top: -150px
}

.-left-\[260px\] {
    left: -260px
}

.top-\[110px\] {
    top: 110px
}

.-right-\[300px\] {
    right: -300px
}

.bottom-\[8px\] {
    bottom: 8px
}

.-left-\[70px\] {
    left: -70px
}

.-right-\[70px\] {
    right: -70px
}

.-top-\[16px\] {
    top: -16px
}

.top-\[-67px\] {
    top: -67px
}

.bottom-\[56px\] {
    bottom: 56px
}

.right-\[-360px\] {
    right: -360px
}

.left-\[106px\] {
    left: 106px
}

.bottom-\[-40px\] {
    bottom: -40px
}

.left-\[60px\] {
    left: 60px
}

.top-\[93px\] {
    top: 93px
}

.left-\[-77px\] {
    left: -77px
}

.bottom-\[41px\] {
    bottom: 41px
}

.right-\[31px\] {
    right: 31px
}

.bottom-\[43px\] {
    bottom: 43px
}

.-bottom-\[1px\] {
    bottom: -1px
}

.-top-\[13px\] {
    top: -13px
}

.-right-\[11px\] {
    right: -11px
}

.top-\[180px\] {
    top: 180px
}

.left-\[110px\] {
    left: 110px
}

.right-\[58px\] {
    right: 58px
}

.left-\[calc\(50\%-30px\)\] {
    left: calc(50% - 30px)
}

.bottom-\[110px\] {
    bottom: 110px
}

.-top-\[20px\] {
    top: -20px
}

.top-\[calc\(50\%\+25px\)\] {
    top: calc(50% + 25px)
}

.left-\[calc\(50\%-25px\)\] {
    left: calc(50% - 25px)
}

.top-\[250px\] {
    top: 250px
}

.right-\[168px\] {
    right: 168px
}

.bottom-\[16px\] {
    bottom: 16px
}

.-top-\[24px\] {
    top: -24px
}

.left-\[32px\] {
    left: 32px
}

.-left-\[9px\] {
    left: -9px
}

.left-\[17px\] {
    left: 17px
}

.left-\[80px\] {
    left: 80px
}

.right-\[-74px\] {
    right: -74px
}

.right-\[370px\] {
    right: 370px
}

.bottom-\[1px\] {
    bottom: 1px
}

.left-\[21px\] {
    left: 21px
}

.right-\[320px\] {
    right: 320px
}

.right-\[-20px\] {
    right: -20px
}

.bottom-\[-30px\] {
    bottom: -30px
}

.bottom-\[70px\] {
    bottom: 70px
}

.bottom-\[63px\] {
    bottom: 63px
}

.right-\[608px\] {
    right: 608px
}

.top-\[75px\] {
    top: 75px
}

.right-\[234px\] {
    right: 234px
}

.top-\[165px\] {
    top: 165px
}

.left-2\/4 {
    left: 50%
}

.bottom-\[54px\] {
    bottom: 54px
}

.left-\[151px\] {
    left: 151px
}

.right-\[-16px\] {
    right: -16px
}

.right-\[23px\] {
    right: 23px
}

.top-\[98px\] {
    top: 98px
}

.left-\[250px\] {
    left: 250px
}

.left-\[29px\] {
    left: 29px
}

.top-\[118px\] {
    top: 118px
}

.left-\[-33px\] {
    left: -33px
}

.right-\[4px\] {
    right: 4px
}

.top-\[42px\] {
    top: 42px
}

.left-\[247px\] {
    left: 247px
}

.right-\[-13px\] {
    right: -13px
}

.top-\[97px\] {
    top: 97px
}

.top-\[162px\] {
    top: 162px
}

.top-\[144px\] {
    top: 144px
}

.top-\[92px\] {
    top: 92px
}

.bottom-\[128px\] {
    bottom: 128px
}

.right-\[166px\] {
    right: 166px
}

.right-\[-4px\] {
    right: -4px
}

.right-\[124px\] {
    right: 124px
}

.bottom-\[4px\] {
    bottom: 4px
}

.bottom-\[162px\] {
    bottom: 162px
}

.right-\[286px\] {
    right: 286px
}

.right-\[37px\] {
    right: 37px
}

.left-\[46px\] {
    left: 46px
}

.top-\[104px\] {
    top: 104px
}

.top-\[261px\] {
    top: 261px
}

.-right-\[5px\] {
    right: -5px
}

.left-\[398px\] {
    left: 398px
}

.top-\[604px\] {
    top: 604px
}

.top-\[545px\] {
    top: 545px
}

.left-\[-364px\] {
    left: -364px
}

.left-\[125px\] {
    left: 125px
}

.left-\[102px\] {
    left: 102px
}

.top-\[130px\] {
    top: 130px
}

.right-\[197px\] {
    right: 197px
}

.-right-\[40px\] {
    right: -40px
}

.-left-\[201px\] {
    left: -201px
}

.-top-\[168px\] {
    top: -168px
}

.-right-\[247px\] {
    right: -247px
}

.left-\[-49px\] {
    left: -49px
}

.-top-\[107px\] {
    top: -107px
}

.-left-\[72px\] {
    left: -72px
}

.-top-\[280px\] {
    top: -280px
}

.left-\[37px\] {
    left: 37px
}

.-right-\[74px\] {
    right: -74px
}

.-top-\[59px\] {
    top: -59px
}

.-left-\[53px\] {
    left: -53px
}

.-bottom-\[56px\] {
    bottom: -56px
}

.bottom-\[34px\] {
    bottom: 34px
}

.-right-\[50px\] {
    right: -50px
}

.z-\[10\] {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-\[100\] {
    z-index: 100
}

.z-\[1\] {
    z-index: 1
}

.z-50 {
    z-index: 50
}

.z-\[20\] {
    z-index: 20
}

.z-10 {
    z-index: 10
}

.z-\[2\] {
    z-index: 2
}

.z-\[0\] {
    z-index: 0
}

.z-\[-1\] {
    z-index: -1
}

.z-30 {
    z-index: 30
}

.z-\[200\] {
    z-index: 200
}

.z-\[199\] {
    z-index: 199
}

.-z-50 {
    z-index: -50
}

.z-\[3\] {
    z-index: 3
}

.z-0 {
    z-index: 0
}

.z-\[9999\] {
    z-index: 9999
}

.z-\[5\] {
    z-index: 5
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-4 {
    grid-column: span 4/span 4
}

.float-right {
    float: right
}

.float-left {
    float: left
}

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

.mx-\[11px\] {
    margin-left: 11px;
    margin-right: 11px
}

.mx-\[10px\] {
    margin-left: 10px;
    margin-right: 10px
}

.mx-\[53px\] {
    margin-left: 53px;
    margin-right: 53px
}

.mx-\[22px\] {
    margin-left: 22px;
    margin-right: 22px
}

.mx-\[15px\] {
    margin-left: 15px;
    margin-right: 15px
}

.mx-\[70px\] {
    margin-left: 70px;
    margin-right: 70px
}

.mx-\[3px\] {
    margin-left: 3px;
    margin-right: 3px
}

.my-\[40px\] {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-\[8px\] {
    margin-top: 8px;
    margin-bottom: 8px
}

.mx-\[50px\] {
    margin-left: 50px;
    margin-right: 50px
}

.mt-\[9px\] {
    margin-top: 9px
}

.mb-\[6px\] {
    margin-bottom: 6px
}

.mt-\[57px\] {
    margin-top: 57px
}

.mt-\[50px\] {
    margin-top: 50px
}

.mt-\[22px\] {
    margin-top: 22px
}

.mr-\[16px\] {
    margin-right: 16px
}

.mr-\[6px\] {
    margin-right: 6px
}

.mt-\[38px\] {
    margin-top: 38px
}

.mt-\[16px\] {
    margin-top: 16px
}

.ml-\[8px\] {
    margin-left: 8px
}

.mr-\[4px\] {
    margin-right: 4px
}

.mt-\[43px\] {
    margin-top: 43px
}

.mt-\[18px\] {
    margin-top: 18px
}

.mb-\[11px\] {
    margin-bottom: 11px
}

.mt-\[40px\] {
    margin-top: 40px
}

.mt-\[48px\] {
    margin-top: 48px
}

.mr-\[32px\] {
    margin-right: 32px
}

.mr-\[10px\] {
    margin-right: 10px
}

.ml-\[40px\] {
    margin-left: 40px
}

.mr-\[28px\] {
    margin-right: 28px
}

.ml-\[20px\] {
    margin-left: 20px
}

.mt-\[47px\] {
    margin-top: 47px
}

.mt-\[21px\] {
    margin-top: 21px
}

.mt-\[46px\] {
    margin-top: 46px
}

.mt-\[24px\] {
    margin-top: 24px
}

.mt-\[37px\] {
    margin-top: 37px
}

.mr-\[20px\] {
    margin-right: 20px
}

.mt-\[6px\] {
    margin-top: 6px
}

.mt-\[3px\] {
    margin-top: 3px
}

.mt-\[12px\] {
    margin-top: 12px
}

.mt-\[35px\] {
    margin-top: 35px
}

.mr-\[59px\] {
    margin-right: 59px
}

.mt-\[8px\] {
    margin-top: 8px
}

.mt-\[14px\] {
    margin-top: 14px
}

.mt-\[13px\] {
    margin-top: 13px
}

.mb-\[21px\] {
    margin-bottom: 21px
}

.mt-\[83px\] {
    margin-top: 83px
}

.ml-\[6px\] {
    margin-left: 6px
}

.ml-\[14px\] {
    margin-left: 14px
}

.mt-\[7px\] {
    margin-top: 7px
}

.ml-\[30px\] {
    margin-left: 30px
}

.mt-\[4px\] {
    margin-top: 4px
}

.mt-\[10px\] {
    margin-top: 10px
}

.mt-\[5px\] {
    margin-top: 5px
}

.mt-\[19px\] {
    margin-top: 19px
}

.mb-\[5px\] {
    margin-bottom: 5px
}

.mr-\[150px\] {
    margin-right: 150px
}

.mt-\[11px\] {
    margin-top: 11px
}

.ml-auto {
    margin-left: auto
}

.mb-\[32px\] {
    margin-bottom: 32px
}

.mt-\[32px\] {
    margin-top: 32px
}

.mt-\[34px\] {
    margin-top: 34px
}

.mb-\[10px\] {
    margin-bottom: 10px
}

.mt-\[44px\] {
    margin-top: 44px
}

.mr-\[56px\] {
    margin-right: 56px
}

.mt-\[15px\] {
    margin-top: 15px
}

.mr-\[11px\] {
    margin-right: 11px
}

.mr-\[21px\] {
    margin-right: 21px
}

.mt-\[17px\] {
    margin-top: 17px
}

.mr-\[7px\] {
    margin-right: 7px
}

.mt-\[33px\] {
    margin-top: 33px
}

.mb-\[75px\] {
    margin-bottom: 75px
}

.mr-\[25px\] {
    margin-right: 25px
}

.mt-\[65px\] {
    margin-top: 65px
}

.mb-\[31px\] {
    margin-bottom: 31px
}

.ml-\[5px\] {
    margin-left: 5px
}

.mt-\[120px\] {
    margin-top: 120px
}

.mt-\[42px\] {
    margin-top: 42px
}

.mr-\[39px\] {
    margin-right: 39px
}

.mt-\[97px\] {
    margin-top: 97px
}

.mt-\[84px\] {
    margin-top: 84px
}

.mt-\[20px\] {
    margin-top: 20px
}

.ml-\[72px\] {
    margin-left: 72px
}

.ml-\[42px\] {
    margin-left: 42px
}

.ml-\[16px\] {
    margin-left: 16px
}

.mt-\[119px\] {
    margin-top: 119px
}

.ml-\[60px\] {
    margin-left: 60px
}

.ml-\[19px\] {
    margin-left: 19px
}

.ml-\[62px\] {
    margin-left: 62px
}

.ml-\[96px\] {
    margin-left: 96px
}

.ml-\[94px\] {
    margin-left: 94px
}

.mt-\[62px\] {
    margin-top: 62px
}

.mr-\[142px\] {
    margin-right: 142px
}

.mt-\[53px\] {
    margin-top: 53px
}

.mt-\[28px\] {
    margin-top: 28px
}

.mt-\[60px\] {
    margin-top: 60px
}

.ml-\[15px\] {
    margin-left: 15px
}

.mt-\[197px\] {
    margin-top: 197px
}

.mt-\[54px\] {
    margin-top: 54px
}

.mr-\[12px\] {
    margin-right: 12px
}

.mt-\[30px\] {
    margin-top: 30px
}

.mt-\[36px\] {
    margin-top: 36px
}

.mr-\[41px\] {
    margin-right: 41px
}

.mr-\[30px\] {
    margin-right: 30px
}

.mt-\[59px\] {
    margin-top: 59px
}

.mr-\[18px\] {
    margin-right: 18px
}

.mt-\[25px\] {
    margin-top: 25px
}

.mr-\[100px\] {
    margin-right: 100px
}

.mr-\[22px\] {
    margin-right: 22px
}

.mt-\[70px\] {
    margin-top: 70px
}

.mt-\[68px\] {
    margin-top: 68px
}

.mt-\[427px\] {
    margin-top: 427px
}

.mr-\[-41px\] {
    margin-right: -41px
}

.ml-\[2px\] {
    margin-left: 2px
}

.mt-\[56px\] {
    margin-top: 56px
}

.ml-\[87px\] {
    margin-left: 87px
}

.ml-\[23px\] {
    margin-left: 23px
}

.mr-\[3px\] {
    margin-right: 3px
}

.mt-\[134px\] {
    margin-top: 134px
}

.mt-\[76px\] {
    margin-top: 76px
}

.mr-\[71px\] {
    margin-right: 71px
}

.ml-\[93px\] {
    margin-left: 93px
}

.mt-\[-23px\] {
    margin-top: -23px
}

.mt-\[151px\] {
    margin-top: 151px
}

.ml-\[66px\] {
    margin-left: 66px
}

.mt-\[64px\] {
    margin-top: 64px
}

.mt-\[45px\] {
    margin-top: 45px
}

.mt-\[55px\] {
    margin-top: 55px
}

.mr-\[53px\] {
    margin-right: 53px
}

.mt-\[75px\] {
    margin-top: 75px
}

.ml-\[13px\] {
    margin-left: 13px
}

.ml-\[36px\] {
    margin-left: 36px
}

.mt-\[41px\] {
    margin-top: 41px
}

.mt-\[116px\] {
    margin-top: 116px
}

.mt-\[80px\] {
    margin-top: 80px
}

.mr-\[46px\] {
    margin-right: 46px
}

.mt-\[52px\] {
    margin-top: 52px
}

.mt-\[91px\] {
    margin-top: 91px
}

.mt-\[39px\] {
    margin-top: 39px
}

.mt-\[77px\] {
    margin-top: 77px
}

.ml-\[100px\] {
    margin-left: 100px
}

.mt-\[81px\] {
    margin-top: 81px
}

.mt-\[90px\] {
    margin-top: 90px
}

.mt-\[29px\] {
    margin-top: 29px
}

.ml-\[25px\] {
    margin-left: 25px
}

.mt-\[79px\] {
    margin-top: 79px
}

.mr-\[60px\] {
    margin-right: 60px
}

.ml-\[10px\] {
    margin-left: 10px
}

.mt-\[71px\] {
    margin-top: 71px
}

.mb-\[50px\] {
    margin-bottom: 50px
}

.mb-\[13px\] {
    margin-bottom: 13px
}

.mr-\[9px\] {
    margin-right: 9px
}

.mr-\[8px\] {
    margin-right: 8px
}

.ml-\[38px\] {
    margin-left: 38px
}

.mb-\[15px\] {
    margin-bottom: 15px
}

.mb-\[24px\] {
    margin-bottom: 24px
}

.mt-\[61px\] {
    margin-top: 61px
}

.mr-\[14px\] {
    margin-right: 14px
}

.ml-\[4px\] {
    margin-left: 4px
}

.mt-\[51px\] {
    margin-top: 51px
}

.mb-\[8px\] {
    margin-bottom: 8px
}

.mt-\[26px\] {
    margin-top: 26px
}

.mr-\[5px\] {
    margin-right: 5px
}

.mt-\[49px\] {
    margin-top: 49px
}

.ml-\[18px\] {
    margin-left: 18px
}

.mb-\[76px\] {
    margin-bottom: 76px
}

.mb-\[88px\] {
    margin-bottom: 88px
}

.ml-\[51px\] {
    margin-left: 51px
}

.ml-\[37px\] {
    margin-left: 37px
}

.ml-\[29px\] {
    margin-left: 29px
}

.mb-\[22px\] {
    margin-bottom: 22px
}

.mb-\[84px\] {
    margin-bottom: 84px
}

.mb-\[52px\] {
    margin-bottom: 52px
}

.mb-\[85px\] {
    margin-bottom: 85px
}

.mb-\[19px\] {
    margin-bottom: 19px
}

.mb-\[63px\] {
    margin-bottom: 63px
}

.mb-\[25px\] {
    margin-bottom: 25px
}

.mb-\[53px\] {
    margin-bottom: 53px
}

.mr-\[37px\] {
    margin-right: 37px
}

.mb-\[65px\] {
    margin-bottom: 65px
}

.mb-\[7px\] {
    margin-bottom: 7px
}

.mb-\[18px\] {
    margin-bottom: 18px
}

.mb-\[-30px\] {
    margin-bottom: -30px
}

.mb-\[97px\] {
    margin-bottom: 97px
}

.mt-\[108px\] {
    margin-top: 108px
}

.mt-\[88px\] {
    margin-top: 88px
}

.mt-\[82px\] {
    margin-top: 82px
}

.mt-\[31px\] {
    margin-top: 31px
}

.mt-\[67px\] {
    margin-top: 67px
}

.mt-\[109px\] {
    margin-top: 109px
}

.mt-\[63px\] {
    margin-top: 63px
}

.mt-\[58px\] {
    margin-top: 58px
}

.mr-\[35px\] {
    margin-right: 35px
}

.mr-\[54px\] {
    margin-right: 54px
}

.mt-\[87px\] {
    margin-top: 87px
}

.mr-\[78px\] {
    margin-right: 78px
}

.mt-\[74px\] {
    margin-top: 74px
}

.ml-\[17px\] {
    margin-left: 17px
}

.mt-\[93px\] {
    margin-top: 93px
}

.mt-\[69px\] {
    margin-top: 69px
}

.mt-\[1px\] {
    margin-top: 1px
}

.mr-\[36px\] {
    margin-right: 36px
}

.mb-\[60px\] {
    margin-bottom: 60px
}

.mb-\[20px\] {
    margin-bottom: 20px
}

.ml-\[7px\] {
    margin-left: 7px
}

.ml-\[11px\] {
    margin-left: 11px
}

.ml-\[9px\] {
    margin-left: 9px
}

.mb-\[36px\] {
    margin-bottom: 36px
}

.mb-\[42px\] {
    margin-bottom: 42px
}

.mb-\[40px\] {
    margin-bottom: 40px
}

.mb-\[47px\] {
    margin-bottom: 47px
}

.mr-\[88px\] {
    margin-right: 88px
}

.mb-\[48px\] {
    margin-bottom: 48px
}

.mb-\[17px\] {
    margin-bottom: 17px
}

.ml-\[28px\] {
    margin-left: 28px
}

.mt-\[-187px\] {
    margin-top: -187px
}

.mb-\[56px\] {
    margin-bottom: 56px
}

.mb-\[30px\] {
    margin-bottom: 30px
}

.mb-\[55px\] {
    margin-bottom: 55px
}

.mb-\[28px\] {
    margin-bottom: 28px
}

.mr-\[24px\] {
    margin-right: 24px
}

.mt-\[23px\] {
    margin-top: 23px
}

.ml-\[12px\] {
    margin-left: 12px
}

.ml-\[1px\] {
    margin-left: 1px
}

.mb-\[12px\] {
    margin-bottom: 12px
}

.mr-\[48px\] {
    margin-right: 48px
}

.ml-\[24px\] {
    margin-left: 24px
}

.mr-\[15px\] {
    margin-right: 15px
}

.mb-\[29px\] {
    margin-bottom: 29px
}

.ml-\[3px\] {
    margin-left: 3px
}

.mr-\[76px\] {
    margin-right: 76px
}

.mt-\[27px\] {
    margin-top: 27px
}

.ml-\[61px\] {
    margin-left: 61px
}

.mr-\[62px\] {
    margin-right: 62px
}

.mt-0 {
    margin-top: 0
}

.mt-\[2px\] {
    margin-top: 2px
}

.mt-\[16\.5px\] {
    margin-top: 16.5px
}

.mr-\[85px\] {
    margin-right: 85px
}

.ml-\[58px\] {
    margin-left: 58px
}

.mb-\[38px\] {
    margin-bottom: 38px
}

.mb-\[4px\] {
    margin-bottom: 4px
}

.mb-\[2px\] {
    margin-bottom: 2px
}

.mb-\[39px\] {
    margin-bottom: 39px
}

.mb-\[26px\] {
    margin-bottom: 26px
}

.ml-\[27px\] {
    margin-left: 27px
}

.mt-\[89px\] {
    margin-top: 89px
}

.ml-\[44px\] {
    margin-left: 44px
}

.mr-\[17px\] {
    margin-right: 17px
}

.mr-\[73px\] {
    margin-right: 73px
}

.mr-\[27px\] {
    margin-right: 27px
}

.mr-\[26px\] {
    margin-right: 26px
}

.mb-\[64px\] {
    margin-bottom: 64px
}

.mt-\[73px\] {
    margin-top: 73px
}

.mt-\[-96px\] {
    margin-top: -96px
}

.mr-\[13px\] {
    margin-right: 13px
}

.mt-\[150px\] {
    margin-top: 150px
}

.mt-\[124px\] {
    margin-top: 124px
}

.mb-\[90px\] {
    margin-bottom: 90px
}

.mb-\[170px\] {
    margin-bottom: 170px
}

.ml-\[73px\] {
    margin-left: 73px
}

.mt-\[92px\] {
    margin-top: 92px
}

.mt-\[85px\] {
    margin-top: 85px
}

.mr-\[2px\] {
    margin-right: 2px
}

.mb-\[78px\] {
    margin-bottom: 78px
}

.mb-\[16px\] {
    margin-bottom: 16px
}

.mt-\[135px\] {
    margin-top: 135px
}

.mt-\[72px\] {
    margin-top: 72px
}

.mb-\[9px\] {
    margin-bottom: 9px
}

.mr-\[50px\] {
    margin-right: 50px
}

.mt-\[66px\] {
    margin-top: 66px
}

.mt-\[104px\] {
    margin-top: 104px
}

.ml-\[303px\] {
    margin-left: 303px
}

.mt-\[-20px\] {
    margin-top: -20px
}

.mb-\[80px\] {
    margin-bottom: 80px
}

.mt-\[114px\] {
    margin-top: 114px
}

.mt-\[100px\] {
    margin-top: 100px
}

.mb-\[33px\] {
    margin-bottom: 33px
}

.mr-\[19px\] {
    margin-right: 19px
}

.mt-\[98px\] {
    margin-top: 98px
}

.mb-\[14px\] {
    margin-bottom: 14px
}

.mt-\[261px\] {
    margin-top: 261px
}

.mr-\[44px\] {
    margin-right: 44px
}

.ml-\[34px\] {
    margin-left: 34px
}

.ml-\[144px\] {
    margin-left: 144px
}

.mt-\[219px\] {
    margin-top: 219px
}

.mt-\[181px\] {
    margin-top: 181px
}

.ml-\[121px\] {
    margin-left: 121px
}

.ml-\[50px\] {
    margin-left: 50px
}

.mr-\[-5px\] {
    margin-right: -5px
}

.mr-\[42px\] {
    margin-right: 42px
}

.mt-\[95px\] {
    margin-top: 95px
}

.mt-\[96px\] {
    margin-top: 96px
}

.mt-\[110px\] {
    margin-top: 110px
}

.mt-\[99px\] {
    margin-top: 99px
}

.mb-\[27px\] {
    margin-bottom: 27px
}

.mb-\[37px\] {
    margin-bottom: 37px
}

.mr-\[80px\] {
    margin-right: 80px
}

.mb-\[3px\] {
    margin-bottom: 3px
}

.mr-\[55px\] {
    margin-right: 55px
}

.mt-\[-3px\] {
    margin-top: -3px
}

.mt-\[-16px\] {
    margin-top: -16px
}

.ml-\[68px\] {
    margin-left: 68px
}

.mb-\[44px\] {
    margin-bottom: 44px
}

.mt-\[107px\] {
    margin-top: 107px
}

.mr-\[40px\] {
    margin-right: 40px
}

.mb-\[72px\] {
    margin-bottom: 72px
}

.mb-\[70px\] {
    margin-bottom: 70px
}

.ml-\[70px\] {
    margin-left: 70px
}

.mb-\[54px\] {
    margin-bottom: 54px
}

.mr-\[195px\] {
    margin-right: 195px
}

.mb-\[51px\] {
    margin-bottom: 51px
}

.mb-\[23px\] {
    margin-bottom: 23px
}

.mt-\[128px\] {
    margin-top: 128px
}

.mb-\[35px\] {
    margin-bottom: 35px
}

.ml-\[32px\] {
    margin-left: 32px
}

.mr-\[104px\] {
    margin-right: 104px
}

.mr-\[111px\] {
    margin-right: 111px
}

.mr-\[129px\] {
    margin-right: 129px
}

.mr-\[135px\] {
    margin-right: 135px
}

.mt-\[161px\] {
    margin-top: 161px
}

.mt-\[192px\] {
    margin-top: 192px
}

.ml-\[22px\] {
    margin-left: 22px
}

.ml-\[39px\] {
    margin-left: 39px
}

.mr-\[69px\] {
    margin-right: 69px
}

.mr-\[64px\] {
    margin-right: 64px
}

.mr-\[155px\] {
    margin-right: 155px
}

.mt-\[357px\] {
    margin-top: 357px
}

.mt-\[113px\] {
    margin-top: 113px
}

.mr-\[140px\] {
    margin-right: 140px
}

.ml-\[102px\] {
    margin-left: 102px
}

.ml-\[124px\] {
    margin-left: 124px
}

.ml-\[108px\] {
    margin-left: 108px
}

.ml-\[71px\] {
    margin-left: 71px
}

.mb-\[100px\] {
    margin-bottom: 100px
}

.ml-\[33px\] {
    margin-left: 33px
}

.ml-\[246px\] {
    margin-left: 246px
}

.mr-\[130px\] {
    margin-right: 130px
}

.mr-\[45px\] {
    margin-right: 45px
}

.mt-\[86px\] {
    margin-top: 86px
}

.mb-\[66px\] {
    margin-bottom: 66px
}

.mt-\[-5px\] {
    margin-top: -5px
}

.ml-\[130px\] {
    margin-left: 130px
}

.mr-\[65px\] {
    margin-right: 65px
}

.ml-\[-410px\] {
    margin-left: -410px
}

.ml-\[250px\] {
    margin-left: 250px
}

.mb-\[34px\] {
    margin-bottom: 34px
}

.mr-\[90px\] {
    margin-right: 90px
}

.ml-\[90px\] {
    margin-left: 90px
}

.mr-\[141px\] {
    margin-right: 141px
}

.mr-\[120px\] {
    margin-right: 120px
}

.mr-\[58px\] {
    margin-right: 58px
}

.mr-\[97px\] {
    margin-right: 97px
}

.mr-\[83px\] {
    margin-right: 83px
}

.ml-\[35px\] {
    margin-left: 35px
}

.ml-\[140px\] {
    margin-left: 140px
}

.mt-\[159px\] {
    margin-top: 159px
}

.mr-\[43px\] {
    margin-right: 43px
}

.ml-\[-30px\] {
    margin-left: -30px
}

.mr-\[70px\] {
    margin-right: 70px
}

.mt-\[369px\] {
    margin-top: 369px
}

.mt-\[94px\] {
    margin-top: 94px
}

.mr-\[86px\] {
    margin-right: 86px
}

.mr-\[160px\] {
    margin-right: 160px
}

.mt-\[142px\] {
    margin-top: 142px
}

.box-border {
    box-sizing: border-box
}

.box-content {
    box-sizing: content-box
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.grid {
    display: grid
}

.\!hidden {
    display: none!important
}

.hidden {
    display: none
}

.h-\[80px\] {
    height: 80px
}

.h-\[160px\] {
    height: 160px
}

.h-\[580px\] {
    height: 580px
}

.h-full {
    height: 100%
}

.h-\[168px\] {
    height: 168px
}

.h-\[55px\] {
    height: 55px
}

.h-\[508px\] {
    height: 508px
}

.h-\[4px\] {
    height: 4px
}

.h-\[85px\] {
    height: 85px
}

.h-\[18px\] {
    height: 18px
}

.h-\[240px\] {
    height: 240px
}

.h-auto {
    height: auto
}

.h-\[90px\] {
    height: 90px
}

.h-\[30px\] {
    height: 30px
}

.h-\[65px\] {
    height: 65px
}

.h-\[14px\] {
    height: 14px
}

.h-\[40px\] {
    height: 40px
}

.h-\[20px\] {
    height: 20px
}

.h-\[5px\] {
    height: 5px
}

.h-\[60px\] {
    height: 60px
}

.h-\[16px\] {
    height: 16px
}

.h-\[1px\] {
    height: 1px
}

.h-\[35px\] {
    height: 35px
}

.h-\[290px\] {
    height: 290px
}

.h-\[190px\] {
    height: 190px
}

.h-0 {
    height: 0
}

.h-\[122px\] {
    height: 122px
}

.h-\[70px\] {
    height: 70px
}

.h-\[385px\] {
    height: 385px
}

.h-\[175px\] {
    height: 175px
}

.h-\[3px\] {
    height: 3px
}

.h-\[10px\] {
    height: 10px
}

.h-\[98px\] {
    height: 98px
}

.h-\[26px\] {
    height: 26px
}

.h-\[101px\] {
    height: 101px
}

.h-\[50px\] {
    height: 50px
}

.h-\[28px\] {
    height: 28px
}

.h-\[198px\] {
    height: 198px
}

.h-\[129px\] {
    height: 129px
}

.h-\[84px\] {
    height: 84px
}

.h-\[195px\] {
    height: 195px
}

.h-\[115px\] {
    height: 115px
}

.h-\[398px\] {
    height: 398px
}

.h-\[184px\] {
    height: 184px
}

.h-\[44px\] {
    height: 44px
}

.h-\[74px\] {
    height: 74px
}

.h-\[25px\] {
    height: 25px
}

.h-\[77px\] {
    height: 77px
}

.h-\[24px\] {
    height: 24px
}

.h-\[133px\] {
    height: 133px
}

.h-\[97px\] {
    height: 97px
}

.h-\[88px\] {
    height: 88px
}

.h-\[400px\] {
    height: 400px
}

.h-\[300px\] {
    height: 300px
}

.h-\[244px\] {
    height: 244px
}

.h-\[112px\] {
    height: 112px
}

.h-\[48px\] {
    height: 48px
}

.h-\[500px\] {
    height: 500px
}

.h-\[62px\] {
    height: 62px
}

.h-\[33px\] {
    height: 33px
}

.h-\[295px\] {
    height: 295px
}

.h-\[32px\] {
    height: 32px
}

.h-\[117px\] {
    height: 117px
}

.h-\[620px\] {
    height: 620px
}

.h-\[700px\] {
    height: 700px
}

.h-\[465px\] {
    height: 465px
}

.h-\[941px\] {
    height: 941px
}

.h-\[185px\] {
    height: 185px
}

.h-\[64px\] {
    height: 64px
}

.h-\[7px\] {
    height: 7px
}

.h-\[930px\] {
    height: 930px
}

.h-\[11px\] {
    height: 11px
}

.h-\[380px\] {
    height: 380px
}

.h-\[869px\] {
    height: 869px
}

.h-\[96px\] {
    height: 96px
}

.h-\[12px\] {
    height: 12px
}

.h-\[307px\] {
    height: 307px
}

.h-\[102px\] {
    height: 102px
}

.h-\[765px\] {
    height: 765px
}

.h-\[479px\] {
    height: 479px
}

.h-\[546px\] {
    height: 546px
}

.h-\[447px\] {
    height: 447px
}

.h-\[577px\] {
    height: 577px
}

.h-\[750px\] {
    height: 750px
}

.h-\[45px\] {
    height: 45px
}

.h-\[306px\] {
    height: 306px
}

.h-\[54px\] {
    height: 54px
}

.h-\[110px\] {
    height: 110px
}

.h-\[460px\] {
    height: 460px
}

.h-\[162px\] {
    height: 162px
}

.h-\[950px\] {
    height: 950px
}

.h-\[646px\] {
    height: 646px
}

.h-\[36px\] {
    height: 36px
}

.h-\[126px\] {
    height: 126px
}

.h-\[68px\] {
    height: 68px
}

.h-\[78px\] {
    height: 78px
}

.h-\[82px\] {
    height: 82px
}

.h-\[942px\] {
    height: 942px
}

.h-\[538px\] {
    height: 538px
}

.h-\[156px\] {
    height: 156px
}

.h-\[22px\] {
    height: 22px
}

.h-\[87px\] {
    height: 87px
}

.h-\[806px\] {
    height: 806px
}

.h-\[164px\] {
    height: 164px
}

.h-\[38px\] {
    height: 38px
}

.h-\[680px\] {
    height: 680px
}

.h-\[560px\] {
    height: 560px
}

.h-\[1100px\] {
    height: 1100px
}

.h-\[420px\] {
    height: 420px
}

.h-\[260px\] {
    height: 260px
}

.h-\[340px\] {
    height: 340px
}

.h-\[320px\] {
    height: 320px
}

.h-\[120px\] {
    height: 120px
}

.h-\[916px\] {
    height: 916px
}

.h-\[452px\] {
    height: 452px
}

.h-\[264px\] {
    height: 264px
}

.h-\[52px\] {
    height: 52px
}

.h-\[9px\] {
    height: 9px
}

.h-\[51px\] {
    height: 51px
}

.h-\[876px\] {
    height: 876px
}

.h-\[263px\] {
    height: 263px
}

.h-\[225px\] {
    height: 225px
}

.h-\[42px\] {
    height: 42px
}

.h-\[272px\] {
    height: 272px
}

.h-\[432px\] {
    height: 432px
}

.h-\[17px\] {
    height: 17px
}

.h-\[856px\] {
    height: 856px
}

.h-\[456px\] {
    height: 456px
}

.h-\[2px\] {
    height: 2px
}

.h-\[516px\] {
    height: 516px
}

.h-\[6px\] {
    height: 6px
}

.h-\[375px\] {
    height: 375px
}

.h-\[778px\] {
    height: 778px
}

.h-\[839px\] {
    height: 839px
}

.h-\[270px\] {
    height: 270px
}

.h-\[66px\] {
    height: 66px
}

.h-\[900px\] {
    height: 900px
}

.h-\[280px\] {
    height: 280px
}

.h-\[483px\] {
    height: 483px
}

.h-\[1229px\] {
    height: 1229px
}

.h-\[812px\] {
    height: 812px
}

.h-\[1068px\] {
    height: 1068px
}

.h-\[370px\] {
    height: 370px
}

.h-\[250px\] {
    height: 250px
}

.h-\[319px\] {
    height: 319px
}

.h-\[790px\] {
    height: 790px
}

.h-\[203px\] {
    height: 203px
}

.h-\[595px\] {
    height: 595px
}

.h-\[865px\] {
    height: 865px
}

.h-\[816px\] {
    height: 816px
}

.h-\[440px\] {
    height: 440px
}

.h-\[152px\] {
    height: 152px
}

.h-\[926px\] {
    height: 926px
}

.h-\[476px\] {
    height: 476px
}

.h-\[512px\] {
    height: 512px
}

.h-\[21px\] {
    height: 21px
}

.h-\[49px\] {
    height: 49px
}

.h-\[312px\] {
    height: 312px
}

.h-\[213px\] {
    height: 213px
}

.h-\[179px\] {
    height: 179px
}

.h-\[211px\] {
    height: 211px
}

.h-\[1151px\] {
    height: 1151px
}

.h-\[800px\] {
    height: 800px
}

.h-\[555px\] {
    height: 555px
}

.h-\[988px\] {
    height: 988px
}

.h-\[330px\] {
    height: 330px
}

.h-\[658px\] {
    height: 658px
}

.h-\[342px\] {
    height: 342px
}

.h-\[297px\] {
    height: 297px
}

.h-\[23px\] {
    height: 23px
}

.h-\[118px\] {
    height: 118px
}

.h-\[302px\] {
    height: 302px
}

.h-\[178px\] {
    height: 178px
}

.h-\[180px\] {
    height: 180px
}

.h-\[482px\] {
    height: 482px
}

.h-\[604px\] {
    height: 604px
}

.h-\[284px\] {
    height: 284px
}

.h-\[472px\] {
    height: 472px
}

.h-\[113px\] {
    height: 113px
}

.h-\[396px\] {
    height: 396px
}

.h-\[491px\] {
    height: 491px
}

.h-\[266px\] {
    height: 266px
}

.h-\[57px\] {
    height: 57px
}

.h-\[150px\] {
    height: 150px
}

.h-\[827px\] {
    height: 827px
}

.h-\[661px\] {
    height: 661px
}

.h-\[140px\] {
    height: 140px
}

.h-\[1020px\] {
    height: 1020px
}

.h-\[200px\] {
    height: 200px
}

.h-\[56px\] {
    height: 56px
}

.h-\[1346px\] {
    height: 1346px
}

.h-\[58px\] {
    height: 58px
}

.h-\[530px\] {
    height: 530px
}

.h-\[224px\] {
    height: 224px
}

.h-\[47px\] {
    height: 47px
}

.h-\[238px\] {
    height: 238px
}

.h-\[1308px\] {
    height: 1308px
}

.h-\[668px\] {
    height: 668px
}

.h-\[81px\] {
    height: 81px
}

.h-\[980px\] {
    height: 980px
}

.h-\[578px\] {
    height: 578px
}

.h-\[871px\] {
    height: 871px
}

.h-\[390px\] {
    height: 390px
}

.h-\[824px\] {
    height: 824px
}

.h-\[8px\] {
    height: 8px
}

.h-\[573px\] {
    height: 573px
}

.h-\[384px\] {
    height: 384px
}

.h-\[848px\] {
    height: 848px
}

.h-\[271px\] {
    height: 271px
}

.h-\[255px\] {
    height: 255px
}

.h-\[19px\] {
    height: 19px
}

.h-\[254px\] {
    height: 254px
}

.h-\[676px\] {
    height: 676px
}

.h-\[1840px\] {
    height: 1840px
}

.h-\[1433px\] {
    height: 1433px
}

.h-\[205px\] {
    height: 205px
}

.h-\[111px\] {
    height: 111px
}

.h-\[210px\] {
    height: 210px
}

.h-\[204px\] {
    height: 204px
}

.h-\[562px\] {
    height: 562px
}

.h-\[130px\] {
    height: 130px
}

.h-\[781px\] {
    height: 781px
}

.h-\[532px\] {
    height: 532px
}

.h-\[843px\] {
    height: 843px
}

.h-\[412px\] {
    height: 412px
}

.h-\[759px\] {
    height: 759px
}

.h-\[378px\] {
    height: 378px
}

.h-\[650px\] {
    height: 650px
}

.h-\[346px\] {
    height: 346px
}

.h-\[732px\] {
    height: 732px
}

.h-\[550px\] {
    height: 550px
}

.h-\[890px\] {
    height: 890px
}

.h-\[511px\] {
    height: 511px
}

.h-\[820px\] {
    height: 820px
}

.h-\[450px\] {
    height: 450px
}

.h-\[34px\] {
    height: 34px
}

.h-\[39px\] {
    height: 39px
}

.h-\[630px\] {
    height: 630px
}

.h-\[576px\] {
    height: 576px
}

.h-\[138px\] {
    height: 138px
}

.h-\[600px\] {
    height: 600px
}

.h-\[779px\] {
    height: 779px
}

.h-\[449px\] {
    height: 449px
}

.h-\[143px\] {
    height: 143px
}

.h-\[89px\] {
    height: 89px
}

.h-\[813px\] {
    height: 813px
}

.h-\[369px\] {
    height: 369px
}

.h-\[946px\] {
    height: 946px
}

.h-\[29px\] {
    height: 29px
}

.h-\[462px\] {
    height: 462px
}

.h-\[1259px\] {
    height: 1259px
}

.h-\[299px\] {
    height: 299px
}

.h-\[497px\] {
    height: 497px
}

.h-\[525px\] {
    height: 525px
}

.h-\[399px\] {
    height: 399px
}

.h-\[523px\] {
    height: 523px
}

.h-\[634px\] {
    height: 634px
}

.h-\[442px\] {
    height: 442px
}

.h-\[741px\] {
    height: 741px
}

.h-\[414px\] {
    height: 414px
}

.h-\[531px\] {
    height: 531px
}

.h-\[603px\] {
    height: 603px
}

.h-\[652px\] {
    height: 652px
}

.h-\[837px\] {
    height: 837px
}

.h-\[137px\] {
    height: 137px
}

.h-\[37px\] {
    height: 37px
}

.h-\[83px\] {
    height: 83px
}

.h-\[116px\] {
    height: 116px
}

.h-\[1109px\] {
    height: 1109px
}

.h-\[952px\] {
    height: 952px
}

.h-\[470px\] {
    height: 470px
}

.h-\[608px\] {
    height: 608px
}

.h-\[811px\] {
    height: 811px
}

.h-\[220px\] {
    height: 220px
}

.h-\[188px\] {
    height: 188px
}

.h-\[736px\] {
    height: 736px
}

.h-\[466px\] {
    height: 466px
}

.h-\[607px\] {
    height: 607px
}

.h-\[504px\] {
    height: 504px
}

.h-\[103px\] {
    height: 103px
}

.h-\[666px\] {
    height: 666px
}

.h-\[208px\] {
    height: 208px
}

.h-\[548px\] {
    height: 548px
}

.h-\[934px\] {
    height: 934px
}

.h-\[520px\] {
    height: 520px
}

.h-\[632px\] {
    height: 632px
}

.h-\[638px\] {
    height: 638px
}

.h-\[730px\] {
    height: 730px
}

.h-\[953px\] {
    height: 953px
}

.h-\[664px\] {
    height: 664px
}

.h-\[146px\] {
    height: 146px
}

.h-\[667px\] {
    height: 667px
}

.h-2\/5 {
    height: 40%
}

.h-1\/5 {
    height: 20%
}

.h-\[427px\] {
    height: 427px
}

.h-\[480px\] {
    height: 480px
}

.h-\[977px\] {
    height: 977px
}

.h-\[305px\] {
    height: 305px
}

.h-\[209px\] {
    height: 209px
}

.h-\[106px\] {
    height: 106px
}

.h-\[53px\] {
    height: 53px
}

.h-\[350px\] {
    height: 350px
}

.h-\[100px\] {
    height: 100px
}

.h-\[8\.7px\] {
    height: 8.7px
}

.h-\[132px\] {
    height: 132px
}

.h-\[170px\] {
    height: 170px
}

.h-\[572px\] {
    height: 572px
}

.h-\[826px\] {
    height: 826px
}

.h-\[293px\] {
    height: 293px
}

.h-\[67px\] {
    height: 67px
}

.h-\[822px\] {
    height: 822px
}

.h-\[76px\] {
    height: 76px
}

.h-\[838px\] {
    height: 838px
}

.h-\[536px\] {
    height: 536px
}

.h-\[854px\] {
    height: 854px
}

.h-\[860px\] {
    height: 860px
}

.h-\[283px\] {
    height: 283px
}

.h-\[636px\] {
    height: 636px
}

.h-\[173px\] {
    height: 173px
}

.h-\[853px\] {
    height: 853px
}

.h-\[541px\] {
    height: 541px
}

.h-\[716px\] {
    height: 716px
}

.h-\[579px\] {
    height: 579px
}

.h-\[13px\] {
    height: 13px
}

.h-\[127px\] {
    height: 127px
}

.h-\[703px\] {
    height: 703px
}

.h-\[212px\] {
    height: 212px
}

.h-\[15px\] {
    height: 15px
}

.h-\[27px\] {
    height: 27px
}

.h-\[403px\] {
    height: 403px
}

.h-\[461px\] {
    height: 461px
}

.h-\[46px\] {
    height: 46px
}

.h-\[43px\] {
    height: 43px
}

.h-\[231px\] {
    height: 231px
}

.h-\[94px\] {
    height: 94px
}

.h-\[1703px\] {
    height: 1703px
}

.h-\[494px\] {
    height: 494px
}

.h-\[418px\] {
    height: 418px
}

.h-\[382px\] {
    height: 382px
}

.h-\[294px\] {
    height: 294px
}

.h-\[614px\] {
    height: 614px
}

.h-\[268px\] {
    height: 268px
}

.h-\[556px\] {
    height: 556px
}

.h-\[114px\] {
    height: 114px
}

.h-\[624px\] {
    height: 624px
}

.h-\[332px\] {
    height: 332px
}

.h-\[415px\] {
    height: 415px
}

.h-\[142px\] {
    height: 142px
}

.h-\[513px\] {
    height: 513px
}

.h-\[417px\] {
    height: 417px
}

.h-\[640px\] {
    height: 640px
}

.h-\[406px\] {
    height: 406px
}

.h-\[788px\] {
    height: 788px
}

.h-\[31px\] {
    height: 31px
}

.h-\[514px\] {
    height: 514px
}

.h-\[441px\] {
    height: 441px
}

.h-\[336px\] {
    height: 336px
}

.h-\[557px\] {
    height: 557px
}

.h-\[144px\] {
    height: 144px
}

.h-\[720px\] {
    height: 720px
}

.h-\[72px\] {
    height: 72px
}

.h-\[807px\] {
    height: 807px
}

.h-\[692px\] {
    height: 692px
}

.h-\[805px\] {
    height: 805px
}

.h-\[529px\] {
    height: 529px
}

.h-\[498px\] {
    height: 498px
}

.h-\[230px\] {
    height: 230px
}

.h-\[932px\] {
    height: 932px
}

.h-\[149px\] {
    height: 149px
}

.h-\[430px\] {
    height: 430px
}

.h-\[880px\] {
    height: 880px
}

.h-\[590px\] {
    height: 590px
}

.h-\[740px\] {
    height: 740px
}

.h-\[478px\] {
    height: 478px
}

.h-\[464px\] {
    height: 464px
}

.h-\[1006px\] {
    height: 1006px
}

.h-\[566px\] {
    height: 566px
}

.h-\[909px\] {
    height: 909px
}

.h-\[1120px\] {
    height: 1120px
}

.h-\[75px\] {
    height: 75px
}

.h-\[389px\] {
    height: 389px
}

.h-\[619px\] {
    height: 619px
}

.h-\[983px\] {
    height: 983px
}

.h-\[1054px\] {
    height: 1054px
}

.h-\[534px\] {
    height: 534px
}

.h-\[91px\] {
    height: 91px
}

.h-\[187px\] {
    height: 187px
}

.h-\[413px\] {
    height: 413px
}

.h-\[862px\] {
    height: 862px
}

.h-\[945px\] {
    height: 945px
}

.h-\[660px\] {
    height: 660px
}

.h-\[707px\] {
    height: 707px
}

.h-\[428px\] {
    height: 428px
}

.h-\[915px\] {
    height: 915px
}

.h-\[467px\] {
    height: 467px
}

.h-\[594px\] {
    height: 594px
}

.h-\[775px\] {
    height: 775px
}

.h-\[107px\] {
    height: 107px
}

.h-\[833px\] {
    height: 833px
}

.h-\[261px\] {
    height: 261px
}

.h-\[490px\] {
    height: 490px
}

.h-\[215px\] {
    height: 215px
}

.h-\[151px\] {
    height: 151px
}

.h-\[1084px\] {
    height: 1084px
}

.h-\[194px\] {
    height: 194px
}

.h-\[795px\] {
    height: 795px
}

.h-\[883px\] {
    height: 883px
}

.h-\[1107px\] {
    height: 1107px
}

.h-\[682px\] {
    height: 682px
}

.h-\[628px\] {
    height: 628px
}

.h-\[567px\] {
    height: 567px
}

.h-\[1069px\] {
    height: 1069px
}

.h-\[588px\] {
    height: 588px
}

.h-\[134px\] {
    height: 134px
}

.h-\[695px\] {
    height: 695px
}

.h-\[124px\] {
    height: 124px
}

.h-\[468px\] {
    height: 468px
}

.h-\[704px\] {
    height: 704px
}

.h-\[125px\] {
    height: 125px
}

.h-\[252px\] {
    height: 252px
}

.h-\[214px\] {
    height: 214px
}

.h-\[242px\] {
    height: 242px
}

.h-\[154px\] {
    height: 154px
}

.h-\[410px\] {
    height: 410px
}

.h-\[752px\] {
    height: 752px
}

.h-\[857px\] {
    height: 857px
}

.h-\[475px\] {
    height: 475px
}

.h-\[165px\] {
    height: 165px
}

.h-\[940px\] {
    height: 940px
}

.h-\[481px\] {
    height: 481px
}

.h-\[241px\] {
    height: 241px
}

.h-\[344px\] {
    height: 344px
}

.h-\[774px\] {
    height: 774px
}

.h-\[104px\] {
    height: 104px
}

.h-\[540px\] {
    height: 540px
}

.h-\[798px\] {
    height: 798px
}

.h-\[649px\] {
    height: 649px
}

.h-\[1010px\] {
    height: 1010px
}

.h-\[354px\] {
    height: 354px
}

.h-\[787px\] {
    height: 787px
}

.h-\[1067px\] {
    height: 1067px
}

.h-\[998px\] {
    height: 998px
}

.h-\[510px\] {
    height: 510px
}

.h-\[524px\] {
    height: 524px
}

.h-\[416px\] {
    height: 416px
}

.h-\[289px\] {
    height: 289px
}

.h-\[591px\] {
    height: 591px
}

.h-\[392px\] {
    height: 392px
}

.h-\[71px\] {
    height: 71px
}

.h-\[818px\] {
    height: 818px
}

.h-\[248px\] {
    height: 248px
}

.h-\[714px\] {
    height: 714px
}

.h-\[448px\] {
    height: 448px
}

.h-\[0\.5px\] {
    height: .5px
}

.h-\[505px\] {
    height: 505px
}

.h-\[992px\] {
    height: 992px
}

.h-\[397px\] {
    height: 397px
}

.h-\[172px\] {
    height: 172px
}

.h-\[216px\] {
    height: 216px
}

.h-\[352px\] {
    height: 352px
}

.h-\[582px\] {
    height: 582px
}

.h-\[919px\] {
    height: 919px
}

.h-\[563px\] {
    height: 563px
}

.h-\[729px\] {
    height: 729px
}

.h-\[288px\] {
    height: 288px
}

.h-\[360px\] {
    height: 360px
}

.h-\[684px\] {
    height: 684px
}

.h-\[486px\] {
    height: 486px
}

.h-\[485px\] {
    height: 485px
}

.h-\[492px\] {
    height: 492px
}

.h-\[776px\] {
    height: 776px
}

.h-\[918px\] {
    height: 918px
}

.h-\[503px\] {
    height: 503px
}

.h-\[780px\] {
    height: 780px
}

.h-\[424px\] {
    height: 424px
}

.h-\[314px\] {
    height: 314px
}

.h-\[376px\] {
    height: 376px
}

.h-\[436px\] {
    height: 436px
}

.h-\[228px\] {
    height: 228px
}

.h-\[92px\] {
    height: 92px
}

.h-\[804px\] {
    height: 804px
}

.h-\[243px\] {
    height: 243px
}

.h-\[1013px\] {
    height: 1013px
}

.h-\[41px\] {
    height: 41px
}

.h-\[1032px\] {
    height: 1032px
}

.h-\[275px\] {
    height: 275px
}

.h-\[136px\] {
    height: 136px
}

.h-\[63px\] {
    height: 63px
}

.h-\[586px\] {
    height: 586px
}

.h-\[298px\] {
    height: 298px
}

.h-\[451px\] {
    height: 451px
}

.h-\[687px\] {
    height: 687px
}

.h-\[145px\] {
    height: 145px
}

.h-\[874px\] {
    height: 874px
}

.h-\[809px\] {
    height: 809px
}

.h-\[671px\] {
    height: 671px
}

.h-\[611px\] {
    height: 611px
}

.h-\[339px\] {
    height: 339px
}

.h-\[597px\] {
    height: 597px
}

.h-\[1065px\] {
    height: 1065px
}

.h-\[989px\] {
    height: 989px
}

.h-\[656px\] {
    height: 656px
}

.h-\[574px\] {
    height: 574px
}

.h-\[227px\] {
    height: 227px
}

.h-\[675px\] {
    height: 675px
}

.h-\[445px\] {
    height: 445px
}

.h-\[153px\] {
    height: 153px
}

.h-\[322px\] {
    height: 322px
}

.h-\[425px\] {
    height: 425px
}

.h-\[702px\] {
    height: 702px
}

.h-\[558px\] {
    height: 558px
}

.h-\[696px\] {
    height: 696px
}

.h-\[912px\] {
    height: 912px
}

.h-\[487px\] {
    height: 487px
}

.h-\[970px\] {
    height: 970px
}

.h-\[933px\] {
    height: 933px
}

.h-\[973px\] {
    height: 973px
}

.h-\[388px\] {
    height: 388px
}

.h-\[453px\] {
    height: 453px
}

.h-\[484px\] {
    height: 484px
}

.h-\[386px\] {
    height: 386px
}

.h-\[434px\] {
    height: 434px
}

.h-\[251px\] {
    height: 251px
}

.h-\[372px\] {
    height: 372px
}

.h-\[334px\] {
    height: 334px
}

.h-\[739px\] {
    height: 739px
}

.h-\[437px\] {
    height: 437px
}

.h-\[526px\] {
    height: 526px
}

.h-\[157px\] {
    height: 157px
}

.h-\[108px\] {
    height: 108px
}

.h-\[866px\] {
    height: 866px
}

.h-\[961px\] {
    height: 961px
}

.h-\[899px\] {
    height: 899px
}

.h-\[850px\] {
    height: 850px
}

.h-\[1090px\] {
    height: 1090px
}

.h-\[310px\] {
    height: 310px
}

.h-\[545px\] {
    height: 545px
}

.h-\[197px\] {
    height: 197px
}

.h-\[693px\] {
    height: 693px
}

.h-\[155px\] {
    height: 155px
}

.h-\[367px\] {
    height: 367px
}

.h-\[192px\] {
    height: 192px
}

.h-\[147px\] {
    height: 147px
}

.h-\[1245px\] {
    height: 1245px
}

.h-\[885px\] {
    height: 885px
}

.h-\[502px\] {
    height: 502px
}

.h-\[493px\] {
    height: 493px
}

.h-\[176px\] {
    height: 176px
}

.h-\[265px\] {
    height: 265px
}

.h-\[1094px\] {
    height: 1094px
}

.h-\[817px\] {
    height: 817px
}

.h-\[277px\] {
    height: 277px
}

.h-\[226px\] {
    height: 226px
}

.h-\[61px\] {
    height: 61px
}

.h-\[0px\] {
    height: 0
}

.h-\[3414px\] {
    height: 3414px
}

.h-\[3390px\] {
    height: 3390px
}

.h-\[229px\] {
    height: 229px
}

.h-\[455px\] {
    height: 455px
}

.h-\[1408px\] {
    height: 1408px
}

.h-\[1266px\] {
    height: 1266px
}

.h-\[303px\] {
    height: 303px
}

.h-\[535px\] {
    height: 535px
}

.h-\[835px\] {
    height: 835px
}

.h-\[1058px\] {
    height: 1058px
}

.h-\[232px\] {
    height: 232px
}

.h-\[139px\] {
    height: 139px
}

.h-\[423px\] {
    height: 423px
}

.h-\[766px\] {
    height: 766px
}

.h-\[365px\] {
    height: 365px
}

.h-\[1056px\] {
    height: 1056px
}

.h-\[59px\] {
    height: 59px
}

.h-\[1086px\] {
    height: 1086px
}

.h-\[821px\] {
    height: 821px
}

.h-\[1000px\] {
    height: 1000px
}

.h-\[655px\] {
    height: 655px
}

.h-\[429px\] {
    height: 429px
}

.h-\[79px\] {
    height: 79px
}

.h-\[69px\] {
    height: 69px
}

.h-\[287px\] {
    height: 287px
}

.h-\[959px\] {
    height: 959px
}

.h-\[181px\] {
    height: 181px
}

.h-\[351px\] {
    height: 351px
}

.h-\[1162px\] {
    height: 1162px
}

.h-\[625px\] {
    height: 625px
}

.h-\[318px\] {
    height: 318px
}

.h-\[681px\] {
    height: 681px
}

.h-\[276px\] {
    height: 276px
}

.h-\[962px\] {
    height: 962px
}

.h-\[166px\] {
    height: 166px
}

.h-\[889px\] {
    height: 889px
}

.h-\[327px\] {
    height: 327px
}

.h-\[754px\] {
    height: 754px
}

.h-\[845px\] {
    height: 845px
}

.h-\[454px\] {
    height: 454px
}

.h-\[1132px\] {
    height: 1132px
}

.h-\[196px\] {
    height: 196px
}

.h-\[951px\] {
    height: 951px
}

.h-\[223px\] {
    height: 223px
}

.h-\[769px\] {
    height: 769px
}

.h-\[737px\] {
    height: 737px
}

.h-\[269px\] {
    height: 269px
}

.h-\[128px\] {
    height: 128px
}

.h-\[278px\] {
    height: 278px
}

.h-\[1547px\] {
    height: 1547px
}

.h-\[199px\] {
    height: 199px
}

.h-\[760px\] {
    height: 760px
}

.h-\[86px\] {
    height: 86px
}

.h-\[258px\] {
    height: 258px
}

.h-\[159px\] {
    height: 159px
}

.h-\[881px\] {
    height: 881px
}

.h-\[435px\] {
    height: 435px
}

.h-\[326px\] {
    height: 326px
}

.h-\[623px\] {
    height: 623px
}

.h-\[236px\] {
    height: 236px
}

.h-\[247px\] {
    height: 247px
}

.h-\[1279px\] {
    height: 1279px
}

.h-\[338px\] {
    height: 338px
}

.h-\[291px\] {
    height: 291px
}

.h-\[979px\] {
    height: 979px
}

.h-\[381px\] {
    height: 381px
}

.h-\[1296px\] {
    height: 1296px
}

.h-\[956px\] {
    height: 956px
}

.h-\[171px\] {
    height: 171px
}

.h-\[1480px\] {
    height: 1480px
}

.h-\[301px\] {
    height: 301px
}

.h-\[119px\] {
    height: 119px
}

.h-\[163px\] {
    height: 163px
}

.h-\[161px\] {
    height: 161px
}

.h-\[888px\] {
    height: 888px
}

.h-\[677px\] {
    height: 677px
}

.h-\[219px\] {
    height: 219px
}

.h-\[73px\] {
    height: 73px
}

.h-\[259px\] {
    height: 259px
}

.h-\[1055px\] {
    height: 1055px
}

.h-\[167px\] {
    height: 167px
}

.h-\[575px\] {
    height: 575px
}

.h-\[405px\] {
    height: 405px
}

.h-\[345px\] {
    height: 345px
}

.h-\[669px\] {
    height: 669px
}

.h-\[613px\] {
    height: 613px
}

.h-\[109px\] {
    height: 109px
}

.h-\[705px\] {
    height: 705px
}

.h-\[383px\] {
    height: 383px
}

.h-\[643px\] {
    height: 643px
}

.h-\[11\.3px\] {
    height: 11.3px
}

.h-\[387px\] {
    height: 387px
}

.h-\[141px\] {
    height: 141px
}

.h-\[233px\] {
    height: 233px
}

.h-\[985px\] {
    height: 985px
}

.h-\[763px\] {
    height: 763px
}

.h-\[121px\] {
    height: 121px
}

.h-\[158px\] {
    height: 158px
}

.h-\[186px\] {
    height: 186px
}

.h-\[605px\] {
    height: 605px
}

.h-\[1028px\] {
    height: 1028px
}

.h-\[1690px\] {
    height: 1690px
}

.h-\[1250px\] {
    height: 1250px
}

.h-\[782px\] {
    height: 782px
}

.h-\[421px\] {
    height: 421px
}

.h-\[1041px\] {
    height: 1041px
}

.h-\[553px\] {
    height: 553px
}

.h-\[1290px\] {
    height: 1290px
}

.h-\[501px\] {
    height: 501px
}

.h-\[394px\] {
    height: 394px
}

.h-\[1110px\] {
    height: 1110px
}

.h-\[1029px\] {
    height: 1029px
}

.h-\[670px\] {
    height: 670px
}

.h-\[565px\] {
    height: 565px
}

.h-\[828px\] {
    height: 828px
}

.h-\[749px\] {
    height: 749px
}

.h-\[654px\] {
    height: 654px
}

.h-\[570px\] {
    height: 570px
}

.h-\[393px\] {
    height: 393px
}

.h-\[235px\] {
    height: 235px
}

.h-\[1263px\] {
    height: 1263px
}

.h-\[810px\] {
    height: 810px
}

.h-\[411px\] {
    height: 411px
}

.h-\[1127px\] {
    height: 1127px
}

.h-\[1226px\] {
    height: 1226px
}

.h-\[617px\] {
    height: 617px
}

.h-\[507px\] {
    height: 507px
}

.h-\[609px\] {
    height: 609px
}

.h-\[207px\] {
    height: 207px
}

.h-\[974px\] {
    height: 974px
}

.h-\[963px\] {
    height: 963px
}

.h-\[444px\] {
    height: 444px
}

.h-\[257px\] {
    height: 257px
}

.h-\[976px\] {
    height: 976px
}

.h-\[923px\] {
    height: 923px
}

.h-\[864px\] {
    height: 864px
}

.h-\[901px\] {
    height: 901px
}

.h-\[657px\] {
    height: 657px
}

.h-\[315px\] {
    height: 315px
}

.h-\[685px\] {
    height: 685px
}

.h-\[891px\] {
    height: 891px
}

.h-\[823px\] {
    height: 823px
}

.h-\[347px\] {
    height: 347px
}

.h-\[262px\] {
    height: 262px
}

.h-\[522px\] {
    height: 522px
}

.h-\[840px\] {
    height: 840px
}

.h-\[395px\] {
    height: 395px
}

.h-\[539px\] {
    height: 539px
}

.h-\[402px\] {
    height: 402px
}

.h-\[895px\] {
    height: 895px
}

.h-\[622px\] {
    height: 622px
}

.h-\[937px\] {
    height: 937px
}

.h-\[364px\] {
    height: 364px
}

.h-\[542px\] {
    height: 542px
}

.h-\[715px\] {
    height: 715px
}

.h-\[356px\] {
    height: 356px
}

.h-\[433px\] {
    height: 433px
}

.h-\[309px\] {
    height: 309px
}

.h-\[218px\] {
    height: 218px
}

.h-\[892px\] {
    height: 892px
}

.h-\[877px\] {
    height: 877px
}

.h-\[422px\] {
    height: 422px
}

.h-\[554px\] {
    height: 554px
}

.h-\[131px\] {
    height: 131px
}

.h-\[99px\] {
    height: 99px
}

.h-\[743px\] {
    height: 743px
}

.h-\[742px\] {
    height: 742px
}

.h-\[148px\] {
    height: 148px
}

.h-\[734px\] {
    height: 734px
}

.h-\[408px\] {
    height: 408px
}

.h-\[725px\] {
    height: 725px
}

.h-\[771px\] {
    height: 771px
}

.h-\[337px\] {
    height: 337px
}

.h-\[471px\] {
    height: 471px
}

.h-\[791px\] {
    height: 791px
}

.h-\[868px\] {
    height: 868px
}

.h-\[391px\] {
    height: 391px
}

.h-\[747px\] {
    height: 747px
}

.h-\[357px\] {
    height: 357px
}

.h-\[279px\] {
    height: 279px
}

.h-\[495px\] {
    height: 495px
}

.h-\[711px\] {
    height: 711px
}

.h-\[589px\] {
    height: 589px
}

.h-\[808px\] {
    height: 808px
}

.h-\[789px\] {
    height: 789px
}

.h-\[206px\] {
    height: 206px
}

.h-\[404px\] {
    height: 404px
}

.h-\[814px\] {
    height: 814px
}

.h-\[855px\] {
    height: 855px
}

.h-\[659px\] {
    height: 659px
}

.h-\[446px\] {
    height: 446px
}

.h-\[690px\] {
    height: 690px
}

.h-\[599px\] {
    height: 599px
}

.h-\[944px\] {
    height: 944px
}

.h-\[316px\] {
    height: 316px
}

.h-\[443px\] {
    height: 443px
}

.h-\[972px\] {
    height: 972px
}

.h-\[841px\] {
    height: 841px
}

.h-\[867px\] {
    height: 867px
}

.h-\[593px\] {
    height: 593px
}

.h-\[477px\] {
    height: 477px
}

.h-\[758px\] {
    height: 758px
}

.h-\[177px\] {
    height: 177px
}

.h-\[358px\] {
    height: 358px
}

.h-\[965px\] {
    height: 965px
}

.h-\[221px\] {
    height: 221px
}

.h-\[786px\] {
    height: 786px
}

.h-\[515px\] {
    height: 515px
}

.h-\[237px\] {
    height: 237px
}

.h-\[355px\] {
    height: 355px
}

.h-\[710px\] {
    height: 710px
}

.h-\[797px\] {
    height: 797px
}

.h-\[757px\] {
    height: 757px
}

.h-\[627px\] {
    height: 627px
}

.h-\[311px\] {
    height: 311px
}

.h-\[748px\] {
    height: 748px
}

.h-\[564px\] {
    height: 564px
}

.h-\[616px\] {
    height: 616px
}

.h-\[245px\] {
    height: 245px
}

.h-\[662px\] {
    height: 662px
}

.h-\[93px\] {
    height: 93px
}

.h-\[1108px\] {
    height: 1108px
}

.h-\[847px\] {
    height: 847px
}

.h-\[694px\] {
    height: 694px
}

.h-\[706px\] {
    height: 706px
}

.h-\[633px\] {
    height: 633px
}

.h-\[618px\] {
    height: 618px
}

.h-\[285px\] {
    height: 285px
}

.h-\[610px\] {
    height: 610px
}

.h-\[549px\] {
    height: 549px
}

.h-\[683px\] {
    height: 683px
}

.h-\[738px\] {
    height: 738px
}

.h-\[834px\] {
    height: 834px
}

.h-\[1238px\] {
    height: 1238px
}

.h-\[960px\] {
    height: 960px
}

.h-\[842px\] {
    height: 842px
}

.h-\[829px\] {
    height: 829px
}

.h-\[366px\] {
    height: 366px
}

.h-\[922px\] {
    height: 922px
}

.h-\[543px\] {
    height: 543px
}

.h-\[273px\] {
    height: 273px
}

.h-\[882px\] {
    height: 882px
}

.h-\[246px\] {
    height: 246px
}

.h-\[1900px\] {
    height: 1900px
}

.h-\[506px\] {
    height: 506px
}

.h-\[1053px\] {
    height: 1053px
}

.h-\[744px\] {
    height: 744px
}

.h-\[1160px\] {
    height: 1160px
}

.h-\[886px\] {
    height: 886px
}

.h-\[509px\] {
    height: 509px
}

.h-\[517px\] {
    height: 517px
}

.h-\[910px\] {
    height: 910px
}

.h-\[785px\] {
    height: 785px
}

.max-h-\[90vh\] {
    max-height: 90vh
}

.max-h-\[40px\] {
    max-height: 40px
}

.w-\[80px\] {
    width: 80px
}

.w-\[90\%\] {
    width: 90%
}

.w-\[160px\] {
    width: 160px
}

.w-\[1920px\] {
    width: 1920px
}

.w-\[1081px\] {
    width: 1081px
}

.w-\[560px\] {
    width: 560px
}

.w-\[150px\] {
    width: 150px
}

.w-\[230px\] {
    width: 230px
}

.w-\[641px\] {
    width: 641px
}

.w-\[36px\] {
    width: 36px
}

.w-full {
    width: 100%
}

.w-\[18px\] {
    width: 18px
}

.w-\[700px\] {
    width: 700px
}

.w-\[15px\] {
    width: 15px
}

.w-\[1px\] {
    width: 1px
}

.w-\[30px\] {
    width: 30px
}

.w-\[48px\] {
    width: 48px
}

.w-\[79px\] {
    width: 79px
}

.w-\[14px\] {
    width: 14px
}

.w-\[40px\] {
    width: 40px
}

.w-\[450px\] {
    width: 450px
}

.w-\[290px\] {
    width: 290px
}

.w-\[7px\] {
    width: 7px
}

.w-\[60px\] {
    width: 60px
}

.w-\[570px\] {
    width: 570px
}

.w-\[133px\] {
    width: 133px
}

.w-\[360px\] {
    width: 360px
}

.w-\[390px\] {
    width: 390px
}

.w-\[467px\] {
    width: 467px
}

.w-\[35px\] {
    width: 35px
}

.w-\[1000px\] {
    width: 1000px
}

.w-\[220px\] {
    width: 220px
}

.w-\[142px\] {
    width: 142px
}

.w-0 {
    width: 0
}

.w-\[122px\] {
    width: 122px
}

.w-\[3px\] {
    width: 3px
}

.w-\[10px\] {
    width: 10px
}

.w-\[125px\] {
    width: 125px
}

.w-\[26px\] {
    width: 26px
}

.w-\[106px\] {
    width: 106px
}

.w-\[173px\] {
    width: 173px
}

.w-\[50px\] {
    width: 50px
}

.w-\[143px\] {
    width: 143px
}

.w-\[22px\] {
    width: 22px
}

.w-\[53px\] {
    width: 53px
}

.w-\[157px\] {
    width: 157px
}

.w-\[129px\] {
    width: 129px
}

.w-\[175px\] {
    width: 175px
}

.w-\[115px\] {
    width: 115px
}

.w-\[88px\] {
    width: 88px
}

.w-\[68px\] {
    width: 68px
}

.w-\[44px\] {
    width: 44px
}

.w-\[58px\] {
    width: 58px
}

.w-\[24px\] {
    width: 24px
}

.w-\[66px\] {
    width: 66px
}

.w-\[65px\] {
    width: 65px
}

.w-\[20px\] {
    width: 20px
}

.w-\[91px\] {
    width: 91px
}

.w-\[308px\] {
    width: 308px
}

.w-\[190px\] {
    width: 190px
}

.w-\[84px\] {
    width: 84px
}

.w-\[1180px\] {
    width: 1180px
}

.w-\[380px\] {
    width: 380px
}

.w-\[180px\] {
    width: 180px
}

.w-\[524px\] {
    width: 524px
}

.w-\[104px\] {
    width: 104px
}

.w-\[16px\] {
    width: 16px
}

.w-\[1020px\] {
    width: 1020px
}

.w-\[960px\] {
    width: 960px
}

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

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

.w-\[750px\] {
    width: 750px
}

.w-\[77px\] {
    width: 77px
}

.w-\[320px\] {
    width: 320px
}

.w-\[28px\] {
    width: 28px
}

.w-\[498px\] {
    width: 498px
}

.w-\[33px\] {
    width: 33px
}

.w-\[75px\] {
    width: 75px
}

.w-\[21px\] {
    width: 21px
}

.w-\[112px\] {
    width: 112px
}

.w-\[156px\] {
    width: 156px
}

.w-\[690px\] {
    width: 690px
}

.w-\[555px\] {
    width: 555px
}

.w-\[85px\] {
    width: 85px
}

.w-\[64px\] {
    width: 64px
}

.w-\[11px\] {
    width: 11px
}

.w-\[771px\] {
    width: 771px
}

.w-\[544px\] {
    width: 544px
}

.w-\[2px\] {
    width: 2px
}

.w-\[296px\] {
    width: 296px
}

.w-\[135px\] {
    width: 135px
}

.w-\[96px\] {
    width: 96px
}

.w-\[211px\] {
    width: 211px
}

.w-\[196px\] {
    width: 196px
}

.w-\[210px\] {
    width: 210px
}

.w-\[224px\] {
    width: 224px
}

.w-\[631px\] {
    width: 631px
}

.w-\[232px\] {
    width: 232px
}

.w-\[599px\] {
    width: 599px
}

.w-\[692px\] {
    width: 692px
}

.w-\[54px\] {
    width: 54px
}

.w-\[384px\] {
    width: 384px
}

.w-\[200px\] {
    width: 200px
}

.w-\[300px\] {
    width: 300px
}

.w-\[8px\] {
    width: 8px
}

.w-\[292px\] {
    width: 292px
}

.w-\[108px\] {
    width: 108px
}

.w-\[116px\] {
    width: 116px
}

.w-\[107px\] {
    width: 107px
}

.w-\[90px\] {
    width: 90px
}

.w-\[670px\] {
    width: 670px
}

.w-\[520px\] {
    width: 520px
}

.w-\[74px\] {
    width: 74px
}

.w-\[680px\] {
    width: 680px
}

.w-\[12px\] {
    width: 12px
}

.w-\[344px\] {
    width: 344px
}

.w-\[38px\] {
    width: 38px
}

.w-\[1360px\] {
    width: 1360px
}

.w-\[222px\] {
    width: 222px
}

.w-\[340px\] {
    width: 340px
}

.w-\[626px\] {
    width: 626px
}

.w-\[578px\] {
    width: 578px
}

.w-\[572px\] {
    width: 572px
}

.w-\[83px\] {
    width: 83px
}

.w-\[52px\] {
    width: 52px
}

.w-\[43\%\] {
    width: 43%
}

.w-\[68\%\] {
    width: 68%
}

.w-\[525px\] {
    width: 525px
}

.w-\[624px\] {
    width: 624px
}

.w-\[1169px\] {
    width: 1169px
}

.w-\[6px\] {
    width: 6px
}

.w-\[577px\] {
    width: 577px
}

.w-\[225px\] {
    width: 225px
}

.w-\[350px\] {
    width: 350px
}

.w-\[252px\] {
    width: 252px
}

.w-\[270px\] {
    width: 270px
}

.w-\[470px\] {
    width: 470px
}

.w-\[583px\] {
    width: 583px
}

.w-\[1152px\] {
    width: 1152px
}

.w-\[500px\] {
    width: 500px
}

.w-\[45px\] {
    width: 45px
}

.w-\[13px\] {
    width: 13px
}

.w-\[169px\] {
    width: 169px
}

.w-\[63px\] {
    width: 63px
}

.w-\[494px\] {
    width: 494px
}

.w-\[278px\] {
    width: 278px
}

.w-\[72px\] {
    width: 72px
}

.w-\[236px\] {
    width: 236px
}

.w-\[42px\] {
    width: 42px
}

.w-\[250px\] {
    width: 250px
}

.w-\[277px\] {
    width: 277px
}

.w-\[258px\] {
    width: 258px
}

.w-\[398px\] {
    width: 398px
}

.w-\[947px\] {
    width: 947px
}

.w-\[722px\] {
    width: 722px
}

.w-\[495px\] {
    width: 495px
}

.w-\[387px\] {
    width: 387px
}

.w-\[368px\] {
    width: 368px
}

.w-\[120px\] {
    width: 120px
}

.w-\[268px\] {
    width: 268px
}

.w-\[61px\] {
    width: 61px
}

.w-\[32px\] {
    width: 32px
}

.w-\[742px\] {
    width: 742px
}

.w-\[557px\] {
    width: 557px
}

.w-\[417px\] {
    width: 417px
}

.w-\[748px\] {
    width: 748px
}

.w-\[744px\] {
    width: 744px
}

.w-\[361px\] {
    width: 361px
}

.w-\[23px\] {
    width: 23px
}

.w-\[427px\] {
    width: 427px
}

.w-\[437px\] {
    width: 437px
}

.w-\[280px\] {
    width: 280px
}

.w-\[189px\] {
    width: 189px
}

.w-\[228px\] {
    width: 228px
}

.w-\[446px\] {
    width: 446px
}

.w-\[970px\] {
    width: 970px
}

.w-\[840px\] {
    width: 840px
}

.w-\[400px\] {
    width: 400px
}

.w-\[352px\] {
    width: 352px
}

.w-\[590px\] {
    width: 590px
}

.w-\[335px\] {
    width: 335px
}

.w-\[310px\] {
    width: 310px
}

.w-\[184px\] {
    width: 184px
}

.w-\[170px\] {
    width: 170px
}

.w-\[405px\] {
    width: 405px
}

.w-\[435px\] {
    width: 435px
}

.w-\[51px\] {
    width: 51px
}

.w-\[25px\] {
    width: 25px
}

.w-\[1200px\] {
    width: 1200px
}

.w-\[422px\] {
    width: 422px
}

.w-\[658px\] {
    width: 658px
}

.w-\[953px\] {
    width: 953px
}

.w-\[205px\] {
    width: 205px
}

.w-\[111px\] {
    width: 111px
}

.w-\[87px\] {
    width: 87px
}

.w-\[4px\] {
    width: 4px
}

.w-\[49px\] {
    width: 49px
}

.w-\[130px\] {
    width: 130px
}

.w-\[575px\] {
    width: 575px
}

.w-\[240px\] {
    width: 240px
}

.w-\[325px\] {
    width: 325px
}

.w-\[100px\] {
    width: 100px
}

.w-\[316px\] {
    width: 316px
}

.w-\[1096px\] {
    width: 1096px
}

.w-\[70px\] {
    width: 70px
}

.w-\[283px\] {
    width: 283px
}

.w-\[490px\] {
    width: 490px
}

.w-\[291px\] {
    width: 291px
}

.w-\[765px\] {
    width: 765px
}

.w-\[34px\] {
    width: 34px
}

.w-\[930px\] {
    width: 930px
}

.w-\[600px\] {
    width: 600px
}

.w-\[834px\] {
    width: 834px
}

.w-\[302px\] {
    width: 302px
}

.w-\[138px\] {
    width: 138px
}

.w-\[101px\] {
    width: 101px
}

.w-\[272px\] {
    width: 272px
}

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

.w-\[271px\] {
    width: 271px
}

.w-\[27px\] {
    width: 27px
}

.w-\[530px\] {
    width: 530px
}

.w-\[171px\] {
    width: 171px
}

.w-\[146px\] {
    width: 146px
}

.w-\[29px\] {
    width: 29px
}

.w-\[306px\] {
    width: 306px
}

.w-\[166px\] {
    width: 166px
}

.w-\[134px\] {
    width: 134px
}

.w-\[535px\] {
    width: 535px
}

.w-\[40\%\] {
    width: 40%
}

.w-\[606px\] {
    width: 606px
}

.w-\[247px\] {
    width: 247px
}

.w-\[341px\] {
    width: 341px
}

.w-\[579px\] {
    width: 579px
}

.w-\[649px\] {
    width: 649px
}

.w-\[260px\] {
    width: 260px
}

.w-\[873px\] {
    width: 873px
}

.w-\[618px\] {
    width: 618px
}

.w-\[195px\] {
    width: 195px
}

.w-\[204px\] {
    width: 204px
}

.w-\[585px\] {
    width: 585px
}

.w-\[273px\] {
    width: 273px
}

.w-\[82px\] {
    width: 82px
}

.w-\[601px\] {
    width: 601px
}

.w-\[661px\] {
    width: 661px
}

.w-\[635px\] {
    width: 635px
}

.w-\[295px\] {
    width: 295px
}

.w-\[632px\] {
    width: 632px
}

.w-\[621px\] {
    width: 621px
}

.w-\[37px\] {
    width: 37px
}

.w-\[259px\] {
    width: 259px
}

.w-\[177px\] {
    width: 177px
}

.w-\[475px\] {
    width: 475px
}

.w-\[345px\] {
    width: 345px
}

.w-\[69px\] {
    width: 69px
}

.w-\[165px\] {
    width: 165px
}

.w-\[1122px\] {
    width: 1122px
}

.w-\[515px\] {
    width: 515px
}

.w-\[370px\] {
    width: 370px
}

.w-\[580px\] {
    width: 580px
}

.w-\[136px\] {
    width: 136px
}

.w-\[734px\] {
    width: 734px
}

.w-\[140px\] {
    width: 140px
}

.w-\[9px\] {
    width: 9px
}

.w-\[1130px\] {
    width: 1130px
}

.w-\[343px\] {
    width: 343px
}

.w-\[286px\] {
    width: 286px
}

.w-\[549px\] {
    width: 549px
}

.w-\[1162px\] {
    width: 1162px
}

.w-\[269px\] {
    width: 269px
}

.w-\[929px\] {
    width: 929px
}

.w-\[388px\] {
    width: 388px
}

.w-\[1040px\] {
    width: 1040px
}

.w-\[800px\] {
    width: 800px
}

.w-\[514px\] {
    width: 514px
}

.w-\[185px\] {
    width: 185px
}

.w-\[162px\] {
    width: 162px
}

.w-\[354px\] {
    width: 354px
}

.w-\[496px\] {
    width: 496px
}

.w-\[451px\] {
    width: 451px
}

.w-\[33\%\] {
    width: 33%
}

.w-\[calc\(50\%-960px\)\] {
    width: calc(50% - 960px)
}

.w-\[913px\] {
    width: 913px
}

.w-\[85vw\] {
    width: 85vw
}

.w-\[356px\] {
    width: 356px
}

.w-\[610px\] {
    width: 610px
}

.w-\[248px\] {
    width: 248px
}

.w-\[8\.7px\] {
    width: 8.7px
}

.w-\[1088px\] {
    width: 1088px
}

.w-\[440px\] {
    width: 440px
}

.w-\[721px\] {
    width: 721px
}

.w-\[110px\] {
    width: 110px
}

.w-\[67px\] {
    width: 67px
}

.w-\[152px\] {
    width: 152px
}

.w-\[113px\] {
    width: 113px
}

.w-\[1142px\] {
    width: 1142px
}

.w-\[19px\] {
    width: 19px
}

.w-\[698px\] {
    width: 698px
}

.w-\[468px\] {
    width: 468px
}

.w-\[5px\] {
    width: 5px
}

.w-\[782px\] {
    width: 782px
}

.w-\[14\.1px\] {
    width: 14.1px
}

.w-\[94px\] {
    width: 94px
}

.w-\[458px\] {
    width: 458px
}

.w-\[212px\] {
    width: 212px
}

.w-\[430px\] {
    width: 430px
}

.w-\[541px\] {
    width: 541px
}

.w-\[281px\] {
    width: 281px
}

.w-\[215px\] {
    width: 215px
}

.w-\[978px\] {
    width: 978px
}

.w-\[41px\] {
    width: 41px
}

.w-\[851px\] {
    width: 851px
}

.w-\[715px\] {
    width: 715px
}

.w-\[103px\] {
    width: 103px
}

.w-\[244px\] {
    width: 244px
}

.w-\[568px\] {
    width: 568px
}

.w-\[105px\] {
    width: 105px
}

.w-\[798px\] {
    width: 798px
}

.w-\[985px\] {
    width: 985px
}

.w-\[664px\] {
    width: 664px
}

.w-\[620px\] {
    width: 620px
}

.w-\[193px\] {
    width: 193px
}

.w-\[420px\] {
    width: 420px
}

.w-\[1442px\] {
    width: 1442px
}

.w-\[508px\] {
    width: 508px
}

.w-\[516px\] {
    width: 516px
}

.w-\[55px\] {
    width: 55px
}

.w-\[1669px\] {
    width: 1669px
}

.w-\[712px\] {
    width: 712px
}

.w-\[540px\] {
    width: 540px
}

.w-\[546px\] {
    width: 546px
}

.w-\[284px\] {
    width: 284px
}

.w-\[229px\] {
    width: 229px
}

.w-\[102px\] {
    width: 102px
}

.w-\[164px\] {
    width: 164px
}

.w-\[46px\] {
    width: 46px
}

.w-\[214px\] {
    width: 214px
}

.w-\[279px\] {
    width: 279px
}

.w-\[167px\] {
    width: 167px
}

.w-\[1214px\] {
    width: 1214px
}

.w-\[276px\] {
    width: 276px
}

.w-\[904px\] {
    width: 904px
}

.w-\[558px\] {
    width: 558px
}

.w-\[264px\] {
    width: 264px
}

.w-\[315px\] {
    width: 315px
}

.w-\[1280px\] {
    width: 1280px
}

.w-\[536px\] {
    width: 536px
}

.w-\[639px\] {
    width: 639px
}

.w-\[131px\] {
    width: 131px
}

.w-\[237px\] {
    width: 237px
}

.w-\[1302px\] {
    width: 1302px
}

.w-\[183px\] {
    width: 183px
}

.w-\[235px\] {
    width: 235px
}

.w-\[1165px\] {
    width: 1165px
}

.w-\[480px\] {
    width: 480px
}

.w-\[1010px\] {
    width: 1010px
}

.w-\[331px\] {
    width: 331px
}

.w-\[593px\] {
    width: 593px
}

.w-\[1186px\] {
    width: 1186px
}

.w-\[1131px\] {
    width: 1131px
}

.w-\[305px\] {
    width: 305px
}

.w-\[118px\] {
    width: 118px
}

.w-\[426px\] {
    width: 426px
}

.w-\[92px\] {
    width: 92px
}

.w-\[363px\] {
    width: 363px
}

.w-\[375px\] {
    width: 375px
}

.w-\[409px\] {
    width: 409px
}

.w-\[489px\] {
    width: 489px
}

.w-\[265px\] {
    width: 265px
}

.w-\[556px\] {
    width: 556px
}

.w-\[355px\] {
    width: 355px
}

.w-\[666px\] {
    width: 666px
}

.w-\[151px\] {
    width: 151px
}

.w-\[255px\] {
    width: 255px
}

.w-\[1208px\] {
    width: 1208px
}

.w-\[303px\] {
    width: 303px
}

.w-\[128px\] {
    width: 128px
}

.w-\[604px\] {
    width: 604px
}

.w-\[852px\] {
    width: 852px
}

.w-\[652px\] {
    width: 652px
}

.w-\[476px\] {
    width: 476px
}

.w-\[550px\] {
    width: 550px
}

.w-\[562px\] {
    width: 562px
}

.w-\[261px\] {
    width: 261px
}

.w-\[198px\] {
    width: 198px
}

.w-\[154px\] {
    width: 154px
}

.w-\[648px\] {
    width: 648px
}

.w-\[1260px\] {
    width: 1260px
}

.w-\[837px\] {
    width: 837px
}

.w-\[139px\] {
    width: 139px
}

.w-\[609px\] {
    width: 609px
}

.w-\[768px\] {
    width: 768px
}

.w-\[287px\] {
    width: 287px
}

.w-\[1136px\] {
    width: 1136px
}

.w-\[671px\] {
    width: 671px
}

.w-\[93px\] {
    width: 93px
}

.w-\[89px\] {
    width: 89px
}

.w-\[454px\] {
    width: 454px
}

.w-\[155px\] {
    width: 155px
}

.w-\[73px\] {
    width: 73px
}

.w-\[385px\] {
    width: 385px
}

.w-\[124px\] {
    width: 124px
}

.w-\[31px\] {
    width: 31px
}

.w-\[808px\] {
    width: 808px
}

.w-\[109px\] {
    width: 109px
}

.w-\[413px\] {
    width: 413px
}

.w-\[62px\] {
    width: 62px
}

.w-\[685px\] {
    width: 685px
}

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

.w-\[330px\] {
    width: 330px
}

.w-\[275px\] {
    width: 275px
}

.w-\[383px\] {
    width: 383px
}

.w-\[17px\] {
    width: 17px
}

.w-\[43px\] {
    width: 43px
}

.w-\[407px\] {
    width: 407px
}

.w-\[545px\] {
    width: 545px
}

.w-\[433px\] {
    width: 433px
}

.w-\[382px\] {
    width: 382px
}

.w-\[684px\] {
    width: 684px
}

.w-\[640px\] {
    width: 640px
}

.w-\[396px\] {
    width: 396px
}

.w-\[660px\] {
    width: 660px
}

.w-\[314px\] {
    width: 314px
}

.w-\[257px\] {
    width: 257px
}

.w-\[359px\] {
    width: 359px
}

.w-\[246px\] {
    width: 246px
}

.w-\[789px\] {
    width: 789px
}

.w-\[434px\] {
    width: 434px
}

.w-\[678px\] {
    width: 678px
}

.w-\[373px\] {
    width: 373px
}

.w-\[132px\] {
    width: 132px
}

.w-\[317px\] {
    width: 317px
}

.w-\[145px\] {
    width: 145px
}

.w-\[863px\] {
    width: 863px
}

.w-\[97px\] {
    width: 97px
}

.w-\[898px\] {
    width: 898px
}

.w-\[612px\] {
    width: 612px
}

.w-\[298px\] {
    width: 298px
}

.w-\[78px\] {
    width: 78px
}

.w-\[207px\] {
    width: 207px
}

.w-\[548px\] {
    width: 548px
}

.w-\[1171px\] {
    width: 1171px
}

.w-\[313px\] {
    width: 313px
}

.w-\[705px\] {
    width: 705px
}

.w-\[176px\] {
    width: 176px
}

.w-\[1220px\] {
    width: 1220px
}

.w-\[753px\] {
    width: 753px
}

.w-\[573px\] {
    width: 573px
}

.w-\[126px\] {
    width: 126px
}

.w-\[263px\] {
    width: 263px
}

.w-\[127px\] {
    width: 127px
}

.w-\[1009px\] {
    width: 1009px
}

.w-\[533px\] {
    width: 533px
}

.w-\[147px\] {
    width: 147px
}

.w-\[830px\] {
    width: 830px
}

.w-\[288px\] {
    width: 288px
}

.w-\[253px\] {
    width: 253px
}

.w-\[628px\] {
    width: 628px
}

.w-\[442px\] {
    width: 442px
}

.w-\[282px\] {
    width: 282px
}

.w-\[445px\] {
    width: 445px
}

.w-\[1053px\] {
    width: 1053px
}

.w-\[730px\] {
    width: 730px
}

.w-\[681px\] {
    width: 681px
}

.w-\[452px\] {
    width: 452px
}

.w-\[392px\] {
    width: 392px
}

.w-\[348px\] {
    width: 348px
}

.w-\[826px\] {
    width: 826px
}

.w-\[563px\] {
    width: 563px
}

.w-\[1210px\] {
    width: 1210px
}

.w-\[964px\] {
    width: 964px
}

.w-\[725px\] {
    width: 725px
}

.w-\[256px\] {
    width: 256px
}

.w-\[770px\] {
    width: 770px
}

.w-\[1216px\] {
    width: 1216px
}

.w-\[285px\] {
    width: 285px
}

.w-\[410px\] {
    width: 410px
}

.w-\[1100px\] {
    width: 1100px
}

.w-\[238px\] {
    width: 238px
}

.w-\[643px\] {
    width: 643px
}

.w-\[527px\] {
    width: 527px
}

.w-\[59px\] {
    width: 59px
}

.w-\[321px\] {
    width: 321px
}

.w-\[182px\] {
    width: 182px
}

.w-\[332px\] {
    width: 332px
}

.w-\[567px\] {
    width: 567px
}

.w-\[294px\] {
    width: 294px
}

.w-\[76px\] {
    width: 76px
}

.w-\[374px\] {
    width: 374px
}

.w-\[806px\] {
    width: 806px
}

.w-\[736px\] {
    width: 736px
}

.w-\[850px\] {
    width: 850px
}

.w-\[948px\] {
    width: 948px
}

.w-\[534px\] {
    width: 534px
}

.w-\[756px\] {
    width: 756px
}

.w-\[56px\] {
    width: 56px
}

.w-\[469px\] {
    width: 469px
}

.w-\[659px\] {
    width: 659px
}

.w-\[181px\] {
    width: 181px
}

.w-\[37\] {
    width: 37
}

.w-\[1838px\] {
    width: 1838px
}

.w-\[596px\] {
    width: 596px
}

.w-\[366px\] {
    width: 366px
}

.w-\[870px\] {
    width: 870px
}

.w-\[39px\] {
    width: 39px
}

.w-\[327px\] {
    width: 327px
}

.w-\[436px\] {
    width: 436px
}

.w-\[95px\] {
    width: 95px
}

.w-\[71px\] {
    width: 71px
}

.w-\[349px\] {
    width: 349px
}

.w-\[1090px\] {
    width: 1090px
}

.w-\[888px\] {
    width: 888px
}

.w-\[47px\] {
    width: 47px
}

.w-\[1204px\] {
    width: 1204px
}

.w-\[227px\] {
    width: 227px
}

.w-\[672px\] {
    width: 672px
}

.w-\[569px\] {
    width: 569px
}

.w-\[1236px\] {
    width: 1236px
}

.w-\[364px\] {
    width: 364px
}

.w-\[940px\] {
    width: 940px
}

.w-\[319px\] {
    width: 319px
}

.w-\[741px\] {
    width: 741px
}

.w-\[243px\] {
    width: 243px
}

.w-\[1240px\] {
    width: 1240px
}

.w-\[704px\] {
    width: 704px
}

.w-\[653px\] {
    width: 653px
}

.w-\[686px\] {
    width: 686px
}

.w-\[503px\] {
    width: 503px
}

.w-\[48\%\] {
    width: 48%
}

.w-\[full\] {
    width: full
}

.w-\[815px\] {
    width: 815px
}

.w-\[393px\] {
    width: 393px
}

.w-\[324px\] {
    width: 324px
}

.w-\[1279px\] {
    width: 1279px
}

.w-\[1080px\] {
    width: 1080px
}

.w-\[1170px\] {
    width: 1170px
}

.w-\[459px\] {
    width: 459px
}

.w-\[333px\] {
    width: 333px
}

.w-\[504px\] {
    width: 504px
}

.w-\[617px\] {
    width: 617px
}

.w-\[191px\] {
    width: 191px
}

.w-\[153px\] {
    width: 153px
}

.w-\[219px\] {
    width: 219px
}

.w-\[168px\] {
    width: 168px
}

.w-\[397px\] {
    width: 397px
}

.w-\[216px\] {
    width: 216px
}

.w-\[376px\] {
    width: 376px
}

.w-\[916px\] {
    width: 916px
}

.w-\[172px\] {
    width: 172px
}

.w-\[371px\] {
    width: 371px
}

.w-\[378px\] {
    width: 378px
}

.w-\[1158px\] {
    width: 1158px
}

.w-\[574px\] {
    width: 574px
}

.w-\[511px\] {
    width: 511px
}

.w-\[936px\] {
    width: 936px
}

.w-\[774px\] {
    width: 774px
}

.w-\[262px\] {
    width: 262px
}

.w-\[188px\] {
    width: 188px
}

.w-\[714px\] {
    width: 714px
}

.w-\[1140px\] {
    width: 1140px
}

.w-\[395px\] {
    width: 395px
}

.w-\[221px\] {
    width: 221px
}

.w-\[114px\] {
    width: 114px
}

.w-\[39\%\] {
    width: 39%
}

.w-\[605px\] {
    width: 605px
}

.w-\[547px\] {
    width: 547px
}

.w-\[408px\] {
    width: 408px
}

.w-\[586px\] {
    width: 586px
}

.w-\[307px\] {
    width: 307px
}

.w-\[201px\] {
    width: 201px
}

.w-\[218px\] {
    width: 218px
}

.w-\[186px\] {
    width: 186px
}

.w-\[231px\] {
    width: 231px
}

.w-\[209px\] {
    width: 209px
}

.w-\[148px\] {
    width: 148px
}

.w-\[161px\] {
    width: 161px
}

.w-\[952px\] {
    width: 952px
}

.w-\[1300px\] {
    width: 1300px
}

.w-\[448px\] {
    width: 448px
}

.w-\[342px\] {
    width: 342px
}

.w-\[416px\] {
    width: 416px
}

.w-\[481px\] {
    width: 481px
}

.w-\[329px\] {
    width: 329px
}

.w-\[695px\] {
    width: 695px
}

.w-\[46\%\] {
    width: 46%
}

.w-\[358px\] {
    width: 358px
}

.w-\[389px\] {
    width: 389px
}

.w-\[334px\] {
    width: 334px
}

.w-\[543px\] {
    width: 543px
}

.w-\[6\.4px\] {
    width: 6.4px
}

.w-\[312px\] {
    width: 312px
}

.w-\[492px\] {
    width: 492px
}

.w-\[980px\] {
    width: 980px
}

.w-\[254px\] {
    width: 254px
}

.w-\[5\.6px\] {
    width: 5.6px
}

.w-\[178px\] {
    width: 178px
}

.w-\[197px\] {
    width: 197px
}

.w-\[179px\] {
    width: 179px
}

.w-\[86px\] {
    width: 86px
}

.w-\[608px\] {
    width: 608px
}

.w-\[174px\] {
    width: 174px
}

.w-\[323px\] {
    width: 323px
}

.w-\[900px\] {
    width: 900px
}

.w-\[502px\] {
    width: 502px
}

.w-\[336px\] {
    width: 336px
}

.w-\[234px\] {
    width: 234px
}

.w-\[203px\] {
    width: 203px
}

.w-\[318px\] {
    width: 318px
}

.w-\[1203px\] {
    width: 1203px
}

.w-\[807px\] {
    width: 807px
}

.w-\[793px\] {
    width: 793px
}

.w-\[386px\] {
    width: 386px
}

.w-\[372px\] {
    width: 372px
}

.w-\[689px\] {
    width: 689px
}

.w-\[326px\] {
    width: 326px
}

.w-\[404px\] {
    width: 404px
}

.w-\[796px\] {
    width: 796px
}

.w-\[668px\] {
    width: 668px
}

.w-\[512px\] {
    width: 512px
}

.w-\[460px\] {
    width: 460px
}

.w-\[720px\] {
    width: 720px
}

.w-\[522px\] {
    width: 522px
}

.w-\[322px\] {
    width: 322px
}

.w-\[233px\] {
    width: 233px
}

.w-\[428px\] {
    width: 428px
}

.w-\[926px\] {
    width: 926px
}

.w-\[245px\] {
    width: 245px
}

.w-\[501px\] {
    width: 501px
}

.w-\[732px\] {
    width: 732px
}

.w-\[591px\] {
    width: 591px
}

.w-\[251px\] {
    width: 251px
}

.w-\[1229px\] {
    width: 1229px
}

.w-\[117px\] {
    width: 117px
}

.w-\[266px\] {
    width: 266px
}

.w-\[1030px\] {
    width: 1030px
}

.w-\[795px\] {
    width: 795px
}

.w-\[1060px\] {
    width: 1060px
}

.w-\[1067px\] {
    width: 1067px
}

.w-\[726px\] {
    width: 726px
}

.w-\[432px\] {
    width: 432px
}

.w-\[391px\] {
    width: 391px
}

.w-\[98px\] {
    width: 98px
}

.w-\[1294px\] {
    width: 1294px
}

.w-\[100\%\] {
    width: 100%
}

.w-\[1160px\] {
    width: 1160px
}

.w-\[630px\] {
    width: 630px
}

.w-\[241px\] {
    width: 241px
}

.w-\[636px\] {
    width: 636px
}

.w-\[208px\] {
    width: 208px
}

.w-\[718px\] {
    width: 718px
}

.w-\[688px\] {
    width: 688px
}

.w-\[644px\] {
    width: 644px
}

.w-\[993px\] {
    width: 993px
}

.w-\[875px\] {
    width: 875px
}

.w-\[746px\] {
    width: 746px
}

.w-\[1104px\] {
    width: 1104px
}

.w-\[199px\] {
    width: 199px
}

.w-\[676px\] {
    width: 676px
}

.w-\[202px\] {
    width: 202px
}

.w-\[969px\] {
    width: 969px
}

.w-\[786px\] {
    width: 786px
}

.w-\[865px\] {
    width: 865px
}

.w-\[920px\] {
    width: 920px
}

.w-\[1016px\] {
    width: 1016px
}

.w-\[482px\] {
    width: 482px
}

.w-\[634px\] {
    width: 634px
}

.w-\[217px\] {
    width: 217px
}

.w-\[905px\] {
    width: 905px
}

.w-\[50\%\] {
    width: 50%
}

.w-\[629px\] {
    width: 629px
}

.w-\[478px\] {
    width: 478px
}

.w-\[1029px\] {
    width: 1029px
}

.w-\[438px\] {
    width: 438px
}

.w-\[1074px\] {
    width: 1074px
}

.w-\[362px\] {
    width: 362px
}

.w-\[25\%\] {
    width: 25%
}

.w-\[510px\] {
    width: 510px
}

.w-\[223px\] {
    width: 223px
}

.w-\[1082px\] {
    width: 1082px
}

.w-\[347px\] {
    width: 347px
}

.w-\[206px\] {
    width: 206px
}

.w-\[1227px\] {
    width: 1227px
}

.w-\[711px\] {
    width: 711px
}

.w-\[123px\] {
    width: 123px
}

.w-\[835px\] {
    width: 835px
}

.w-\[1120px\] {
    width: 1120px
}

.w-\[584px\] {
    width: 584px
}

.w-\[1178px\] {
    width: 1178px
}

.w-\[464px\] {
    width: 464px
}

.w-\[565px\] {
    width: 565px
}

.w-\[242px\] {
    width: 242px
}

.w-\[1091px\] {
    width: 1091px
}

.w-\[149px\] {
    width: 149px
}

.w-\[987px\] {
    width: 987px
}

.w-\[627px\] {
    width: 627px
}

.w-\[1341px\] {
    width: 1341px
}

.w-\[886px\] {
    width: 886px
}

.w-\[163px\] {
    width: 163px
}

.w-\[328px\] {
    width: 328px
}

.w-\[713px\] {
    width: 713px
}

.w-\[655px\] {
    width: 655px
}

.w-\[650px\] {
    width: 650px
}

.w-\[638px\] {
    width: 638px
}

.w-\[595px\] {
    width: 595px
}

.w-\[159px\] {
    width: 159px
}

.w-\[1093px\] {
    width: 1093px
}

.w-\[965px\] {
    width: 965px
}

.min-w-\[710px\] {
    min-width: 710px
}

.min-w-\[1180px\] {
    min-width: 1180px
}

.min-w-\[1920px\] {
    min-width: 1920px
}

.min-w-\[230px\] {
    min-width: 230px
}

.min-w-\[150px\] {
    min-width: 150px
}

.min-w-\[32px\] {
    min-width: 32px
}

.min-w-\[1300px\] {
    min-width: 1300px
}

.min-w-\[232px\] {
    min-width: 232px
}

.min-w-\[16px\] {
    min-width: 16px
}

.min-w-\[50\%\] {
    min-width: 50%
}

.min-w-\[33\%\] {
    min-width: 33%
}

.min-w-\[110px\] {
    min-width: 110px
}

.min-w-\[385px\] {
    min-width: 385px
}

.min-w-\[200px\] {
    min-width: 200px
}

.min-w-\[290px\] {
    min-width: 290px
}

.min-w-\[390px\] {
    min-width: 390px
}

.min-w-\[80px\] {
    min-width: 80px
}

.min-w-\[533px\] {
    min-width: 533px
}

.min-w-\[90px\] {
    min-width: 90px
}

.min-w-\[408px\] {
    min-width: 408px
}

.min-w-\[228px\] {
    min-width: 228px
}

.min-w-\[1900px\] {
    min-width: 1900px
}

.min-w-\[318px\] {
    min-width: 318px
}

.min-w-\[128px\] {
    min-width: 128px
}

.min-w-\[130px\] {
    min-width: 130px
}

.min-w-\[593px\] {
    min-width: 593px
}

.min-w-\[125px\] {
    min-width: 125px
}

.min-w-\[711px\] {
    min-width: 711px
}

.min-w-\[27px\] {
    min-width: 27px
}

.min-w-\[610px\] {
    min-width: 610px
}

.max-w-\[1200px\] {
    max-width: 1200px
}

.max-w-\[1597px\] {
    max-width: 1597px
}

.max-w-\[1619px\] {
    max-width: 1619px
}

.max-w-\[1920px\] {
    max-width: 1920px
}

.max-w-\[440px\] {
    max-width: 440px
}

.max-w-\[530px\] {
    max-width: 530px
}

.max-w-\[750px\] {
    max-width: 750px
}

.flex-1 {
    flex: 1 1
}

.flex-auto {
    flex: 1 1 auto
}

.flex-none {
    flex: none
}

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

.grow-0 {
    flex-grow: 0
}

.grow,.grow-\[1\] {
    flex-grow: 1
}

.basis-1\/2 {
    flex-basis: 50%
}

.basis-1\/4 {
    flex-basis: 25%
}

.basis-\[100\%\] {
    flex-basis: 100%
}

.basis-\[50\%\] {
    flex-basis: 50%
}

.basis-\[295px\] {
    flex-basis: 295px
}

.basis-1\/3 {
    flex-basis: 33.333333%
}

.basis-1\/5 {
    flex-basis: 20%
}

.basis-1\/6 {
    flex-basis: 16.666667%
}

.basis-\[150px\] {
    flex-basis: 150px
}

.basis-\[25\%\] {
    flex-basis: 25%
}

.basis-\[690px\] {
    flex-basis: 690px
}

.basis-\[33\.3\%\] {
    flex-basis: 33.3%
}

.basis-\[190px\] {
    flex-basis: 190px
}

.basis-\[306px\] {
    flex-basis: 306px
}

.basis-\[630px\] {
    flex-basis: 630px
}

.basis-\[350px\] {
    flex-basis: 350px
}

.basis-\[360px\] {
    flex-basis: 360px
}

.basis-\[270px\] {
    flex-basis: 270px
}

.basis-\[338px\] {
    flex-basis: 338px
}

.basis-\[365px\] {
    flex-basis: 365px
}

.basis-\[1\/2\] {
    flex-basis: 1/2
}

.basis-\[780px\] {
    flex-basis: 780px
}

.basis-\[274px\] {
    flex-basis: 274px
}

.origin-center {
    transform-origin: center
}

.origin-left {
    transform-origin: left
}

.origin-right {
    transform-origin: right
}

.origin-top-left {
    transform-origin: top left
}

.origin-top {
    transform-origin: top
}

.origin-bottom {
    transform-origin: bottom
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-1\/2,.-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.translate-x-\[50\%\] {
    --tw-translate-x: 50%
}

.translate-x-\[50\%\],.translate-y-\[-50\%\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-\[-50\%\] {
    --tw-translate-y: -50%
}

.-translate-x-\[100\%\] {
    --tw-translate-x: -100%
}

.-translate-x-\[100\%\],.translate-y-1\/2 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-1\/2 {
    --tw-translate-y: 50%
}

.-translate-x-\[11px\] {
    --tw-translate-x: -11px
}

.-translate-x-\[11px\],.translate-x-\[-24px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[-24px\] {
    --tw-translate-x: -24px
}

.translate-y-\[26px\] {
    --tw-translate-y: 26px
}

.translate-x-\[-50\%\],.translate-y-\[26px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[-50\%\] {
    --tw-translate-x: -50%
}

.translate-y-\[-100\%\] {
    --tw-translate-y: -100%
}

.translate-x-\[100\%\],.translate-y-\[-100\%\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[100\%\] {
    --tw-translate-x: 100%
}

.translate-x-\[-100\%\] {
    --tw-translate-x: -100%
}

.-translate-x-\[140px\],.translate-x-\[-100\%\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-\[140px\] {
    --tw-translate-x: -140px
}

.translate-x-\[-25px\] {
    --tw-translate-x: -25px
}

.translate-x-\[-25px\],.translate-y-\[-30px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-\[-30px\] {
    --tw-translate-y: -30px
}

.translate-x-\[-100px\] {
    --tw-translate-x: -100px
}

.translate-x-\[-100px\],.translate-y-\[100\%\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-\[100\%\] {
    --tw-translate-y: 100%
}

.translate-y-\[50\%\] {
    --tw-translate-y: 50%
}

.-translate-y-\[100\%\],.translate-y-\[50\%\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-\[100\%\] {
    --tw-translate-y: -100%
}

.-translate-y-\[7px\] {
    --tw-translate-y: -7px
}

.-translate-y-\[7px\],.translate-x-\[26px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[26px\] {
    --tw-translate-x: 26px
}

.-translate-y-\[30px\] {
    --tw-translate-y: -30px
}

.-translate-y-\[30px\],.translate-x-1\/2 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-1\/2 {
    --tw-translate-x: 50%
}

.-translate-y-\[14px\] {
    --tw-translate-y: -14px
}

.-translate-y-\[14px\],.translate-x-\[7px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[7px\] {
    --tw-translate-x: 7px
}

.translate-x-\[6px\] {
    --tw-translate-x: 6px
}

.-translate-y-\[10px\],.translate-x-\[6px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-\[10px\] {
    --tw-translate-y: -10px
}

.translate-y-\[17px\] {
    --tw-translate-y: 17px
}

.-translate-x-\[3px\],.translate-y-\[17px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-\[3px\] {
    --tw-translate-x: -3px
}

.-translate-x-\[17px\] {
    --tw-translate-x: -17px
}

.-translate-x-\[17px\],.translate-y-\[-88px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-\[-88px\] {
    --tw-translate-y: -88px
}

.-translate-y-\[50\%\] {
    --tw-translate-y: -50%
}

.-translate-y-\[50\%\],.translate-x-\[31px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[31px\] {
    --tw-translate-x: 31px
}

.-translate-y-\[8px\] {
    --tw-translate-y: -8px
}

.-translate-y-\[32px\],.-translate-y-\[8px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-\[32px\] {
    --tw-translate-y: -32px
}

.-translate-x-\[5px\] {
    --tw-translate-x: -5px
}

.-translate-x-\[5px\],.-translate-y-\[2px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-\[2px\] {
    --tw-translate-y: -2px
}

.-translate-y-\[60px\] {
    --tw-translate-y: -60px
}

.-translate-y-\[60px\],.-translate-y-\[6px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-\[6px\] {
    --tw-translate-y: -6px
}

.-translate-y-\[42px\] {
    --tw-translate-y: -42px
}

.-translate-x-\[1px\],.-translate-y-\[42px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-\[1px\] {
    --tw-translate-x: -1px
}

.-translate-x-\[25px\] {
    --tw-translate-x: -25px
}

.-translate-x-\[25px\],.translate-x-\[-5px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[-5px\] {
    --tw-translate-x: -5px
}

.-translate-y-\[5px\] {
    --tw-translate-y: -5px
}

.-translate-y-\[5px\],.translate-x-\[5px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[5px\] {
    --tw-translate-x: 5px
}

.translate-y-\[-16px\] {
    --tw-translate-y: -16px
}

.translate-x-\[3px\],.translate-y-\[-16px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[3px\] {
    --tw-translate-x: 3px
}

.translate-x-\[-17px\] {
    --tw-translate-x: -17px
}

.translate-x-\[-17px\],.translate-y-\[-6px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-\[-6px\] {
    --tw-translate-y: -6px
}

.translate-x-1 {
    --tw-translate-x: 0.25rem
}

.translate-x-1,.translate-x-\[-200px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[-200px\] {
    --tw-translate-x: -200px
}

.-translate-x-\[10px\] {
    --tw-translate-x: -10px
}

.-translate-x-\[10px\],.-translate-y-\[20px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-\[20px\] {
    --tw-translate-y: -20px
}

.translate-x-\[284px\] {
    --tw-translate-x: 284px
}

.-translate-y-\[calc\(100\%\+10px\)\],.translate-x-\[284px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-\[calc\(100\%\+10px\)\] {
    --tw-translate-y: calc(calc(100% + 10px) * -1)
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-180,.rotate-90 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
    --tw-rotate: 90deg
}

.rotate-\[25deg\] {
    --tw-rotate: 25deg
}

.rotate-45,.rotate-\[25deg\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-45 {
    --tw-rotate: 45deg
}

.-rotate-\[13deg\] {
    --tw-rotate: -13deg
}

.-rotate-90,.-rotate-\[13deg\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-rotate-90 {
    --tw-rotate: -90deg
}

.rotate-\[62deg\] {
    --tw-rotate: 62deg
}

.-rotate-\[6\.7deg\],.rotate-\[62deg\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-rotate-\[6\.7deg\] {
    --tw-rotate: -6.7deg
}

.rotate-\[225deg\] {
    --tw-rotate: 225deg
}

.-rotate-\[42deg\],.rotate-\[225deg\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-rotate-\[42deg\] {
    --tw-rotate: -42deg
}

.-skew-x-\[10deg\],.skew-x-\[-10deg\] {
    --tw-skew-x: -10deg
}

.-skew-x-\[10deg\],.skew-x-\[-10deg\],.skew-x-\[-19deg\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.skew-x-\[-19deg\] {
    --tw-skew-x: -19deg
}

.skew-x-\[19deg\] {
    --tw-skew-x: 19deg
}

.skew-x-\[-8\%\],.skew-x-\[19deg\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.skew-x-\[-8\%\] {
    --tw-skew-x: -8%
}

.-skew-x-\[20deg\] {
    --tw-skew-x: -20deg
}

.-skew-x-\[20deg\],.scale-\[0\.8\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-\[0\.8\] {
    --tw-scale-x: 0.8;
    --tw-scale-y: 0.8
}

.scale-\[0\.7\] {
    --tw-scale-x: 0.7;
    --tw-scale-y: 0.7
}

.scale-\[0\.7\],.scale-\[160\%\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-\[160\%\] {
    --tw-scale-x: 160%;
    --tw-scale-y: 160%
}

.scale-\[1\.2\] {
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2
}

.scale-75,.scale-\[1\.2\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
}

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

.scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5
}

.scale-50,.scale-x-50 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-x-50 {
    --tw-scale-x: .5
}

.transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform-gpu {
    transform: translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

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

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

.animate-bounce {
    animation: bounce 1s infinite
}

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

.animate-spin {
    animation: spin 1s linear infinite
}

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

.animate-pulse {
    animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite
}

.cursor-pointer {
    cursor: pointer
}

.cursor-move {
    cursor: move
}

.cursor-default {
    cursor: default
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.resize {
    resize: both
}

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

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

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

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

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

.content-center {
    align-content: center
}

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

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

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

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

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

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

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

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

.justify-center {
    justify-content: center
}

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

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

.justify-items-start {
    justify-items: start
}

.gap-\[10px\] {
    gap: 10px
}

.gap-\[20px\] {
    gap: 20px
}

.gap-\[12px\] {
    gap: 12px
}

.gap-\[8px\] {
    gap: 8px
}

.gap-\[30px\] {
    gap: 30px
}

.gap-\[32px\] {
    gap: 32px
}

.gap-\[22px\] {
    gap: 22px
}

.gap-\[15px\] {
    gap: 15px
}

.gap-x-\[10px\] {
    -moz-column-gap: 10px;
    column-gap: 10px
}

.gap-x-\[12px\] {
    -moz-column-gap: 12px;
    column-gap: 12px
}

.gap-y-\[9px\] {
    row-gap: 9px
}

.gap-x-\[6px\] {
    -moz-column-gap: 6px;
    column-gap: 6px
}

.gap-x-\[30px\] {
    -moz-column-gap: 30px;
    column-gap: 30px
}

.gap-x-\[44px\] {
    -moz-column-gap: 44px;
    column-gap: 44px
}

.gap-y-\[10px\] {
    row-gap: 10px
}

.gap-x-\[102px\] {
    -moz-column-gap: 102px;
    column-gap: 102px
}

.gap-x-\[62px\] {
    -moz-column-gap: 62px;
    column-gap: 62px
}

.gap-x-\[60px\] {
    -moz-column-gap: 60px;
    column-gap: 60px
}

.gap-x-\[95px\] {
    -moz-column-gap: 95px;
    column-gap: 95px
}

.gap-x-\[70px\] {
    -moz-column-gap: 70px;
    column-gap: 70px
}

.gap-y-\[12px\] {
    row-gap: 12px
}

.gap-x-\[14px\] {
    -moz-column-gap: 14px;
    column-gap: 14px
}

.gap-y-\[16px\] {
    row-gap: 16px
}

.gap-x-\[20px\] {
    -moz-column-gap: 20px;
    column-gap: 20px
}

.gap-y-\[18px\] {
    row-gap: 18px
}

.gap-x-\[9px\] {
    -moz-column-gap: 9px;
    column-gap: 9px
}

.gap-y-\[73px\] {
    row-gap: 73px
}

.gap-x-\[150px\] {
    -moz-column-gap: 150px;
    column-gap: 150px
}

.gap-x-\[15px\] {
    -moz-column-gap: 15px;
    column-gap: 15px
}

.gap-y-\[32px\] {
    row-gap: 32px
}

.gap-x-\[13px\] {
    -moz-column-gap: 13px;
    column-gap: 13px
}

.gap-x-\[37px\] {
    -moz-column-gap: 37px;
    column-gap: 37px
}

.gap-y-\[74px\] {
    row-gap: 74px
}

.gap-y-\[13px\] {
    row-gap: 13px
}

.gap-y-\[30px\] {
    row-gap: 30px
}

.gap-x-\[97px\] {
    -moz-column-gap: 97px;
    column-gap: 97px
}

.gap-x-\[50px\] {
    -moz-column-gap: 50px;
    column-gap: 50px
}

.gap-y-\[20px\] {
    row-gap: 20px
}

.gap-y-\[27px\] {
    row-gap: 27px
}

.gap-y-\[14px\] {
    row-gap: 14px
}

.gap-x-\[45px\] {
    -moz-column-gap: 45px;
    column-gap: 45px
}

.gap-y-\[28px\] {
    row-gap: 28px
}

.gap-x-\[32px\] {
    -moz-column-gap: 32px;
    column-gap: 32px
}

.gap-y-\[8px\] {
    row-gap: 8px
}

.gap-x-\[48px\] {
    -moz-column-gap: 48px;
    column-gap: 48px
}

.gap-y-\[15px\] {
    row-gap: 15px
}

.gap-y-\[17px\] {
    row-gap: 17px
}

.gap-y-\[45px\] {
    row-gap: 45px
}

.gap-x-\[122px\] {
    -moz-column-gap: 122px;
    column-gap: 122px
}

.gap-y-\[144px\] {
    row-gap: 144px
}

.gap-x-\[146px\] {
    -moz-column-gap: 146px;
    column-gap: 146px
}

.gap-x-\[7px\] {
    -moz-column-gap: 7px;
    column-gap: 7px
}

.gap-x-\[27px\] {
    -moz-column-gap: 27px;
    column-gap: 27px
}

.gap-x-\[17px\] {
    -moz-column-gap: 17px;
    column-gap: 17px
}

.gap-x-\[68px\] {
    -moz-column-gap: 68px;
    column-gap: 68px
}

.gap-y-\[46px\] {
    row-gap: 46px
}

.gap-y-\[42px\] {
    row-gap: 42px
}

.gap-x-\[100px\] {
    -moz-column-gap: 100px;
    column-gap: 100px
}

.gap-y-\[11px\] {
    row-gap: 11px
}

.gap-y-\[34px\] {
    row-gap: 34px
}

.gap-x-\[11px\] {
    -moz-column-gap: 11px;
    column-gap: 11px
}

.gap-x-\[22px\] {
    -moz-column-gap: 22px;
    column-gap: 22px
}

.gap-y-\[82px\] {
    row-gap: 82px
}

.gap-y-\[35px\] {
    row-gap: 35px
}

.gap-x-\[52px\] {
    -moz-column-gap: 52px;
    column-gap: 52px
}

.gap-y-\[26px\] {
    row-gap: 26px
}

.gap-x-\[80px\] {
    -moz-column-gap: 80px;
    column-gap: 80px
}

.gap-y-\[2px\] {
    row-gap: 2px
}

.gap-x-\[577px\] {
    -moz-column-gap: 577px;
    column-gap: 577px
}

.gap-y-\[23px\] {
    row-gap: 23px
}

.gap-x-\[51px\] {
    -moz-column-gap: 51px;
    column-gap: 51px
}

.gap-y-\[25px\] {
    row-gap: 25px
}

.gap-x-\[132px\] {
    -moz-column-gap: 132px;
    column-gap: 132px
}

.gap-x-\[64px\] {
    -moz-column-gap: 64px;
    column-gap: 64px
}

.gap-x-\[25px\] {
    -moz-column-gap: 25px;
    column-gap: 25px
}

.gap-x-\[8px\] {
    -moz-column-gap: 8px;
    column-gap: 8px
}

.gap-y-\[19px\] {
    row-gap: 19px
}

.gap-x-\[5px\] {
    -moz-column-gap: 5px;
    column-gap: 5px
}

.gap-x-\[76px\] {
    -moz-column-gap: 76px;
    column-gap: 76px
}

.gap-y-\[3px\] {
    row-gap: 3px
}

.gap-x-\[19px\] {
    -moz-column-gap: 19px;
    column-gap: 19px
}

.gap-y-\[22px\] {
    row-gap: 22px
}

.gap-y-\[5px\] {
    row-gap: 5px
}

.gap-x-\[4px\] {
    -moz-column-gap: 4px;
    column-gap: 4px
}

.gap-x-\[154px\] {
    -moz-column-gap: 154px;
    column-gap: 154px
}

.gap-y-\[29px\] {
    row-gap: 29px
}

.gap-x-\[36px\] {
    -moz-column-gap: 36px;
    column-gap: 36px
}

.gap-y-\[21px\] {
    row-gap: 21px
}

.gap-y-\[33px\] {
    row-gap: 33px
}

.gap-y-\[70px\] {
    row-gap: 70px
}

.gap-x-\[40px\] {
    -moz-column-gap: 40px;
    column-gap: 40px
}

.gap-x-\[77px\] {
    -moz-column-gap: 77px;
    column-gap: 77px
}

.gap-x-\[18px\] {
    -moz-column-gap: 18px;
    column-gap: 18px
}

.gap-x-\[3px\] {
    -moz-column-gap: 3px;
    column-gap: 3px
}

.gap-x-\[26px\] {
    -moz-column-gap: 26px;
    column-gap: 26px
}

.gap-x-\[43px\] {
    -moz-column-gap: 43px;
    column-gap: 43px
}

.gap-y-\[-10px\] {
    row-gap: -10px
}

.gap-y-\[24px\] {
    row-gap: 24px
}

.gap-x-\[16px\] {
    -moz-column-gap: 16px;
    column-gap: 16px
}

.gap-y-\[4px\] {
    row-gap: 4px
}

.gap-y-\[7px\] {
    row-gap: 7px
}

.gap-x-\[90px\] {
    -moz-column-gap: 90px;
    column-gap: 90px
}

.gap-x-\[65px\] {
    -moz-column-gap: 65px;
    column-gap: 65px
}

.gap-x-\[23px\] {
    -moz-column-gap: 23px;
    column-gap: 23px
}

.gap-x-\[33px\] {
    -moz-column-gap: 33px;
    column-gap: 33px
}

.gap-x-\[55px\] {
    -moz-column-gap: 55px;
    column-gap: 55px
}

.gap-y-\[40px\] {
    row-gap: 40px
}

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

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

.self-center {
    align-self: center
}

.self-stretch {
    align-self: stretch
}

.justify-self-start {
    justify-self: start
}

.overflow-hidden {
    overflow: hidden
}

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

.text-ellipsis {
    text-overflow: ellipsis
}

.whitespace-normal {
    white-space: normal
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-\[8px\] {
    border-radius: 8px
}

.rounded-\[10px\] {
    border-radius: 10px
}

.rounded-\[2px\] {
    border-radius: 2px
}

.rounded-\[6px\] {
    border-radius: 6px
}

.rounded-\[5px\] {
    border-radius: 5px
}

.rounded-\[50\%\] {
    border-radius: 50%
}

.rounded-\[4px\] {
    border-radius: 4px
}

.rounded-\[12px\] {
    border-radius: 12px
}

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

.rounded-\[14px\] {
    border-radius: 14px
}

.rounded-\[7px\] {
    border-radius: 7px
}

.rounded-\[11px\] {
    border-radius: 11px
}

.rounded-\[22px\] {
    border-radius: 22px
}

.rounded-\[1px\] {
    border-radius: 1px
}

.rounded-\[15px\] {
    border-radius: 15px
}

.rounded-\[3px\] {
    border-radius: 3px
}

.rounded-\[20px\] {
    border-radius: 20px
}

.rounded-\[26px\] {
    border-radius: 26px
}

.rounded-\[29px\] {
    border-radius: 29px
}

.rounded-\[9px\] {
    border-radius: 9px
}

.rounded {
    border-radius: .25rem
}

.rounded-\[16px\] {
    border-radius: 16px
}

.rounded-\[13px\] {
    border-radius: 13px
}

.rounded-\[39px\] {
    border-radius: 39px
}

.rounded-\[24px\] {
    border-radius: 24px
}

.rounded-\[28px\] {
    border-radius: 28px
}

.rounded-\[25px\] {
    border-radius: 25px
}

.rounded-sm {
    border-radius: .125rem
}

.rounded-\[21px\] {
    border-radius: 21px
}

.rounded-\[18px\] {
    border-radius: 18px
}

.rounded-\[23px\] {
    border-radius: 23px
}

.rounded-\[0\.5px\] {
    border-radius: .5px
}

.rounded-\[280px\] {
    border-radius: 280px
}

.rounded-\[165px\] {
    border-radius: 165px
}

.rounded-\[100\%\] {
    border-radius: 100%
}

.rounded-\[110px\] {
    border-radius: 110px
}

.rounded-\[47px\] {
    border-radius: 47px
}

.rounded-t-\[10px\] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.rounded-b-\[10px\] {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.rounded-b-\[5px\] {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.rounded-r-\[10px\] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.rounded-l-\[20px\] {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.rounded-r-\[4px\] {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.rounded-b-\[6px\] {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.rounded-b-\[4px\] {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.rounded-l-\[10px\] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.rounded-l-\[5px\] {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.rounded-t-\[13px\] {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px
}

.rounded-t-\[23px\] {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px
}

.rounded-r-\[6px\] {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.rounded-l-\[6px\] {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.rounded-tl-\[8px\] {
    border-top-left-radius: 8px
}

.rounded-tr-\[8px\] {
    border-top-right-radius: 8px
}

.rounded-tr-\[4px\] {
    border-top-right-radius: 4px
}

.rounded-br-\[4px\] {
    border-bottom-right-radius: 4px
}

.rounded-tl-\[10px\] {
    border-top-left-radius: 10px
}

.rounded-br-\[10px\] {
    border-bottom-right-radius: 10px
}

.rounded-tl-\[5px\] {
    border-top-left-radius: 5px
}

.rounded-bl-\[5px\] {
    border-bottom-left-radius: 5px
}

.rounded-tr-\[5px\] {
    border-top-right-radius: 5px
}

.rounded-br-\[5px\] {
    border-bottom-right-radius: 5px
}

.rounded-tr-\[30px\] {
    border-top-right-radius: 30px
}

.rounded-tr-\[10px\] {
    border-top-right-radius: 10px
}

.rounded-bl-\[30px\] {
    border-bottom-left-radius: 30px
}

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

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

.rounded-bl-\[10px\] {
    border-bottom-left-radius: 10px
}

.rounded-br-\[8px\] {
    border-bottom-right-radius: 8px
}

.rounded-tl-\[6px\] {
    border-top-left-radius: 6px
}

.rounded-bl-\[6px\] {
    border-bottom-left-radius: 6px
}

.rounded-tr-\[6px\] {
    border-top-right-radius: 6px
}

.rounded-br-\[6px\] {
    border-bottom-right-radius: 6px
}

.rounded-tl-\[100px\] {
    border-top-left-radius: 100px
}

.rounded-bl-\[100px\] {
    border-bottom-left-radius: 100px
}

.rounded-tr-\[9px\] {
    border-top-right-radius: 9px
}

.rounded-bl-\[8px\] {
    border-bottom-left-radius: 8px
}

.rounded-tl-\[47px\] {
    border-top-left-radius: 47px
}

.rounded-bl-\[47px\] {
    border-bottom-left-radius: 47px
}

.rounded-tl-\[0px\] {
    border-top-left-radius: 0
}

.rounded-tr-\[100px\] {
    border-top-right-radius: 100px
}

.rounded-bl-\[60px\] {
    border-bottom-left-radius: 60px
}

.rounded-tr-\[60px\] {
    border-top-right-radius: 60px
}

.rounded-bl-\[20px\] {
    border-bottom-left-radius: 20px
}

.rounded-tr-\[20px\] {
    border-top-right-radius: 20px
}

.rounded-tl-\[20px\] {
    border-top-left-radius: 20px
}

.rounded-br-\[20px\] {
    border-bottom-right-radius: 20px
}

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

.rounded-tr-\[15px\] {
    border-top-right-radius: 15px
}

.rounded-bl-\[15px\] {
    border-bottom-left-radius: 15px
}

.rounded-tl-\[4px\] {
    border-top-left-radius: 4px
}

.rounded-tl-\[18px\] {
    border-top-left-radius: 18px
}

.border,.border-\[1px\] {
    border-width: 1px
}

.border-\[2px\] {
    border-width: 2px
}

.border-\[3px\] {
    border-width: 3px
}

.border-\[10px\] {
    border-width: 10px
}

.border-\[8px\] {
    border-width: 8px
}

.border-\[1\.5px\] {
    border-width: 1.5px
}

.border-\[4px\] {
    border-width: 4px
}

.border-\[5px\] {
    border-width: 5px
}

.border-\[1\.4px\] {
    border-width: 1.4px
}

.border-y {
    border-top-width: 1px
}

.border-b-\[1px\],.border-y {
    border-bottom-width: 1px
}

.border-l-\[11px\] {
    border-left-width: 11px
}

.border-r-\[11px\] {
    border-right-width: 11px
}

.border-b-\[14px\] {
    border-bottom-width: 14px
}

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

.border-l-\[1px\] {
    border-left-width: 1px
}

.border-b-\[2px\] {
    border-bottom-width: 2px
}

.border-t-\[1px\] {
    border-top-width: 1px
}

.border-r-\[1px\] {
    border-right-width: 1px
}

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

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

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

.border-l-\[2px\] {
    border-left-width: 2px
}

.border-t-\[3px\] {
    border-top-width: 3px
}

.border-l-\[5px\] {
    border-left-width: 5px
}

.border-r-0 {
    border-right-width: 0
}

.border-l-4 {
    border-left-width: 4px
}

.border-l-0 {
    border-left-width: 0
}

.border-r-\[3px\] {
    border-right-width: 3px
}

.border-l {
    border-left-width: 1px
}

.border-t-\[2px\] {
    border-top-width: 2px
}

.border-t-\[6px\] {
    border-top-width: 6px
}

.border-l-\[3px\] {
    border-left-width: 3px
}

.border-t-0 {
    border-top-width: 0
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-dotted {
    border-style: dotted
}

.border-none {
    border-style: none
}

.border-\[\#ffccc7\] {
    border-color: #ffccc7
}

.border-\[\#F1F1F2\] {
    border-color: #f1f1f2
}

.border-\[\#EEF3FA\] {
    border-color: #eef3fa
}

.border-\[\#C7CFDE\] {
    border-color: #c7cfde
}

.border-\[\#E4EEFF\] {
    border-color: #e4eeff
}

.border-\[\#DAE5FF\] {
    border-color: #dae5ff
}

.border-\[\#fff\]\/\[0\.4\] {
    border-color: hsla(0,0%,100%,.4)
}

.border-\[\#fff\] {
    border-color: #fff
}

.border-\[\#eee\] {
    border-color: #eee
}

.border-\[\#282D37\] {
    border-color: #282d37
}

.border-white {
    border-color: #fff
}

.border-\[\#67676F\]\/\[0\.5\] {
    border-color: hsla(240,4%,42%,.5)
}

.border-\[\#437EF3\] {
    border-color: #437ef3
}

.border-\[\#0C1C3F\] {
    border-color: #0c1c3f
}

.border-\[\#2053e2\] {
    border-color: #2053e2
}

.border-\[\#287AF8\] {
    border-color: #287af8
}

.border-\[\#DCDCDC\] {
    border-color: #dcdcdc
}

.border-\[\#f0f0f1\] {
    border-color: #f0f0f1
}

.border-\[\#403FFE\] {
    border-color: #403ffe
}

.border-\[\#BDC9E4\] {
    border-color: #bdc9e4
}

.border-\[\#CFD3DA\] {
    border-color: #cfd3da
}

.border-\[\#122357\] {
    border-color: #122357
}

.border-\[\#fff\]\/\[0\.28\] {
    border-color: hsla(0,0%,100%,.28)
}

.border-\[\#deedff\] {
    border-color: #deedff
}

.border-\[\#3f95ff\] {
    border-color: #3f95ff
}

.border-\[\#ffffff\] {
    border-color: #fff
}

.border-\[\#266DFF\] {
    border-color: #266dff
}

.border-\[\#e5e7e9\] {
    border-color: #e5e7e9
}

.border-\[\#5060F7\] {
    border-color: #5060f7
}

.border-\[\#fff\]\/\[0\.2\] {
    border-color: hsla(0,0%,100%,.2)
}

.border-\[\#0071EF\] {
    border-color: #0071ef
}

.border-\[\#F0F2F7\] {
    border-color: #f0f2f7
}

.border-\[\#DADCE0\] {
    border-color: #dadce0
}

.border-\[\#000b17\]\/\[0\.04\] {
    border-color: rgba(0,11,23,.04)
}

.border-\[\#D5DEE5\] {
    border-color: #d5dee5
}

.border-\[\#283F78\] {
    border-color: #283f78
}

.border-\[\#E1ECFA\] {
    border-color: #e1ecfa
}

.border-\[\#1176D5\] {
    border-color: #1176d5
}

.border-\[\#117BFF\] {
    border-color: #117bff
}

.border-\[\#253C7C\] {
    border-color: #253c7c
}

.border-\[\#B8CDE5\] {
    border-color: #b8cde5
}

.border-\[\#fff\]\/\[0\.7\] {
    border-color: hsla(0,0%,100%,.7)
}

.border-\[\#F7FBFF\] {
    border-color: #f7fbff
}

.border-\[\#A8BDD8\]\/\[44\%\] {
    border-color: rgba(168,189,216,.44)
}

.border-\[\#6152F4\] {
    border-color: #6152f4
}

.border-\[\#FFDB46\] {
    border-color: #ffdb46
}

.border-\[\#8E82FF\] {
    border-color: #8e82ff
}

.border-\[\#f0f0f0\] {
    border-color: #f0f0f0
}

.border-\[\#4A81F2\] {
    border-color: #4a81f2
}

.border-\[\#9DB7FF\] {
    border-color: #9db7ff
}

.border-\[\#AABCFF\] {
    border-color: #aabcff
}

.border-\[\#4F7AFE\] {
    border-color: #4f7afe
}

.border-\[\#c5d0e1\] {
    border-color: #c5d0e1
}

.border-\[\#105DDC\] {
    border-color: #105ddc
}

.border-\[\#D8DCE0\] {
    border-color: #d8dce0
}

.border-\[\#3D81EF\] {
    border-color: #3d81ef
}

.border-\[\#EDEFF5\] {
    border-color: #edeff5
}

.border-\[\#E7ECFF\] {
    border-color: #e7ecff
}

.border-\[\#7E69FE\] {
    border-color: #7e69fe
}

.border-\[\#E0E0E7\] {
    border-color: #e0e0e7
}

.border-\[\#E7EAF0\] {
    border-color: #e7eaf0
}

.border-\[\#C2D7FF\] {
    border-color: #c2d7ff
}

.border-\[\#165DFF\] {
    border-color: #165dff
}

.border-\[\#DFE1E6\] {
    border-color: #dfe1e6
}

.border-\[\#fff\]\/\[0\.3\] {
    border-color: hsla(0,0%,100%,.3)
}

.border-\[\#fff\]\/\[0\.6\] {
    border-color: hsla(0,0%,100%,.6)
}

.border-\[\#fff\]\/\[0\.66\] {
    border-color: hsla(0,0%,100%,.66)
}

.border-\[\#5B82F9\] {
    border-color: #5b82f9
}

.border-\[\#fff\]\/\[0\.15\] {
    border-color: hsla(0,0%,100%,.15)
}

.border-\[\#E2E2E8\] {
    border-color: #e2e2e8
}

.border-\[\#c7c7d1\] {
    border-color: #c7c7d1
}

.border-\[\#6B728C\] {
    border-color: #6b728c
}

.border-\[\#E5E5E5\] {
    border-color: #e5e5e5
}

.border-\[\#B5B5B5\]\/\[0\.4\] {
    border-color: hsla(0,0%,71%,.4)
}

.border-\[\#fff\]\/\[0\.65\] {
    border-color: hsla(0,0%,100%,.65)
}

.border-\[\#FF966A\] {
    border-color: #ff966a
}

.border-\[\#fff\]\/\[0\.43\] {
    border-color: hsla(0,0%,100%,.43)
}

.border-\[\#F6F3F3\] {
    border-color: #f6f3f3
}

.border-\[\#FFF9F6\] {
    border-color: #fff9f6
}

.border-\[\#F9F9F9\] {
    border-color: #f9f9f9
}

.border-\[\#B1B1B1\]\/\[0\.33\] {
    border-color: hsla(0,0%,69%,.33)
}

.border-\[\#EAEAEA\] {
    border-color: #eaeaea
}

.border-\[\#EEEEEE\] {
    border-color: #eee
}

.border-\[\#E3E2E5\] {
    border-color: #e3e2e5
}

.border-\[\#56D5BA\] {
    border-color: #56d5ba
}

.border-\[\#9eaeff\] {
    border-color: #9eaeff
}

.border-\[\#dde1ff\] {
    border-color: #dde1ff
}

.border-\[\#F5F9FF\] {
    border-color: #f5f9ff
}

.border-\[\#E6E8ED\] {
    border-color: #e6e8ed
}

.border-\[\#fff\]\/\[0\.47\] {
    border-color: hsla(0,0%,100%,.47)
}

.border-\[\#f4f4f4\] {
    border-color: #f4f4f4
}

.border-\[\#f1f1f2\] {
    border-color: #f1f1f2
}

.border-\[\#D9E2ED\] {
    border-color: #d9e2ed
}

.border-\[\#fff\]\/\[0\.5\] {
    border-color: hsla(0,0%,100%,.5)
}

.border-\[\#fff\]\/\[0\.8\] {
    border-color: hsla(0,0%,100%,.8)
}

.border-\[\#CFDCF1\] {
    border-color: #cfdcf1
}

.border-\[\#c0c0c0\] {
    border-color: silver
}

.border-\[\#F2F7FF\] {
    border-color: #f2f7ff
}

.border-\[\#fff\]\/\[0\.9\] {
    border-color: hsla(0,0%,100%,.9)
}

.border-\[\#fff\]\/\[0\.98\] {
    border-color: hsla(0,0%,100%,.98)
}

.border-\[\#1D78FF\] {
    border-color: #1d78ff
}

.border-\[\#1070FE\] {
    border-color: #1070fe
}

.border-\[\#F6FAFF\] {
    border-color: #f6faff
}

.border-\[\#999\] {
    border-color: #999
}

.border-\[\#E7E7E7\] {
    border-color: #e7e7e7
}

.border-\[\#0068FF\] {
    border-color: #0068ff
}

.border-\[\#F9F9F9\]\/\[0\.24\] {
    border-color: hsla(0,0%,98%,.24)
}

.border-\[\#EFEFEF\] {
    border-color: #efefef
}

.border-\[\#fff\]\/\[0\.08\] {
    border-color: hsla(0,0%,100%,.08)
}

.border-\[\#E6E9EE\] {
    border-color: #e6e9ee
}

.border-\[\#2C3F63\]\/\[0\.6\] {
    border-color: rgba(44,63,99,.6)
}

.border-\[\#344577\] {
    border-color: #344577
}

.border-\[\#888888\] {
    border-color: #888
}

.border-\[\#FFF\]\/\[0\.2\] {
    border-color: hsla(0,0%,100%,.2)
}

.border-\[\#FAFCFF\] {
    border-color: #fafcff
}

.border-\[\#FFBA00\] {
    border-color: #ffba00
}

.border-\[\#ffff\] {
    border-color: #fff
}

.border-\[\#efefef\] {
    border-color: #efefef
}

.border-\[\#fff\]\/\[0\.24\] {
    border-color: hsla(0,0%,100%,.24)
}

.border-\[\#3A77F1\] {
    border-color: #3a77f1
}

.border-\[\#3C71FF\] {
    border-color: #3c71ff
}

.border-\[\#F0F3FA\] {
    border-color: #f0f3fa
}

.border-\[\#4A6EF2\] {
    border-color: #4a6ef2
}

.border-\[\#DCDDDF\] {
    border-color: #dcdddf
}

.border-\[\#F1F7FF\] {
    border-color: #f1f7ff
}

.border-\[\#4CA2F0\] {
    border-color: #4ca2f0
}

.border-\[\#fff\]\/\[0\.38\] {
    border-color: hsla(0,0%,100%,.38)
}

.border-\[\#E3E7EB\] {
    border-color: #e3e7eb
}

.border-\[\#D1DCE9\] {
    border-color: #d1dce9
}

.border-\[\#417CE9\] {
    border-color: #417ce9
}

.border-\[\#70BC6F\] {
    border-color: #70bc6f
}

.border-\[\#C2CDE7\] {
    border-color: #c2cde7
}

.border-\[\#EAEDF4\] {
    border-color: #eaedf4
}

.border-\[\#4687EC\] {
    border-color: #4687ec
}

.border-\[\#D7D7D7\] {
    border-color: #d7d7d7
}

.border-\[\#E8E8E8\] {
    border-color: #e8e8e8
}

.border-\[\#1D222B\] {
    border-color: #1d222b
}

.border-\[\#122144\] {
    border-color: #122144
}

.border-\[\#20B8FF\] {
    border-color: #20b8ff
}

.border-\[\#314A86\] {
    border-color: #314a86
}

.border-\[\#E6E7E8\] {
    border-color: #e6e7e8
}

.border-y-\[\#C7CFDE\] {
    border-top-color: #c7cfde;
    border-bottom-color: #c7cfde
}

.border-b-\[\#fff\]\/\[0\.2\] {
    border-bottom-color: hsla(0,0%,100%,.2)
}

.border-l-transparent {
    border-left-color: transparent
}

.border-r-transparent {
    border-right-color: transparent
}

.border-b-\[\#fff\] {
    border-bottom-color: #fff
}

.border-b-\[\#fff\]\/\[0\.06\] {
    border-bottom-color: hsla(0,0%,100%,.06)
}

.border-b-\[\#0E2348\] {
    border-bottom-color: #0e2348
}

.border-b-\[\#C9CED8\] {
    border-bottom-color: #c9ced8
}

.border-b-\[\#c1c9cf\] {
    border-bottom-color: #c1c9cf
}

.border-b-\[\#CBCBCB\] {
    border-bottom-color: #cbcbcb
}

.border-b-\[\#DAE2EB\] {
    border-bottom-color: #dae2eb
}

.border-b-\[\#D7DAE1\] {
    border-bottom-color: #d7dae1
}

.border-b-\[\#000B17\]\/\[0\.06\] {
    border-bottom-color: rgba(0,11,23,.06)
}

.border-b-\[\#D8D8D8\] {
    border-bottom-color: #d8d8d8
}

.border-b-\[\#CDD9EA\] {
    border-bottom-color: #cdd9ea
}

.border-b-\[\#ededed\] {
    border-bottom-color: #ededed
}

.border-t-\[\#575757\] {
    border-top-color: #575757
}

.border-l-\[\#006aff\] {
    border-left-color: #006aff
}

.border-b-\[\#464982\] {
    border-bottom-color: #464982
}

.border-b-\[\#c5d0e1\] {
    border-bottom-color: #c5d0e1
}

.border-b-\[\#636079\] {
    border-bottom-color: #636079
}

.border-b-\[\#E3E3E3\] {
    border-bottom-color: #e3e3e3
}

.border-b-\[\#D4D4D4\] {
    border-bottom-color: #d4d4d4
}

.border-t-\[\#fff\]\/\[0\.9\] {
    border-top-color: hsla(0,0%,100%,.9)
}

.border-t-\[\#fff\]\/\[0\.3\] {
    border-top-color: hsla(0,0%,100%,.3)
}

.border-b-\[\#E8E8E8\] {
    border-bottom-color: #e8e8e8
}

.border-b-\[\#DFE1E6\] {
    border-bottom-color: #dfe1e6
}

.border-b-\[\#fff\]\/\[0\.21\] {
    border-bottom-color: hsla(0,0%,100%,.21)
}

.border-r-\[\#E5E5E5\] {
    border-right-color: #e5e5e5
}

.border-r-\[\#D6DFEE\] {
    border-right-color: #d6dfee
}

.border-b-\[\#D6DFEE\] {
    border-bottom-color: #d6dfee
}

.border-b-\[\#C7C7C7\]\/\[0\.1\] {
    border-bottom-color: hsla(0,0%,78%,.1)
}

.border-b-\[\#E5E5E5\] {
    border-bottom-color: #e5e5e5
}

.border-b-\[\#F3DFC7\] {
    border-bottom-color: #f3dfc7
}

.border-b-\[\#EAEBF4\] {
    border-bottom-color: #eaebf4
}

.border-b-\[\#D8E1ED\] {
    border-bottom-color: #d8e1ed
}

.border-b-\[\#f5f5f5\] {
    border-bottom-color: #f5f5f5
}

.border-b-\[\#5081FF\] {
    border-bottom-color: #5081ff
}

.border-b-\[\#465776\] {
    border-bottom-color: #465776
}

.border-b-\[\#C5D6F3\]\/\[0\.38\] {
    border-bottom-color: rgba(197,214,243,.38)
}

.border-b-\[\#C9D4E4\] {
    border-bottom-color: #c9d4e4
}

.border-b-\[\#C1C6CB\] {
    border-bottom-color: #c1c6cb
}

.border-b-\[\#E0E0E0\] {
    border-bottom-color: #e0e0e0
}

.border-t-\[\#5E85F7\] {
    border-top-color: #5e85f7
}

.border-r-\[\#2982FF\] {
    border-right-color: #2982ff
}

.border-l-\[\#2982FF\] {
    border-left-color: #2982ff
}

.border-b-\[\#3E4046\] {
    border-bottom-color: #3e4046
}

.border-b-\[\#EEEEEE\] {
    border-bottom-color: #eee
}

.border-l-\[\#0C7AF4\] {
    border-left-color: #0c7af4
}

.border-b-\[\#CADBEE\] {
    border-bottom-color: #cadbee
}

.border-b-\[\#C2D6ED\] {
    border-bottom-color: #c2d6ed
}

.border-b-\[\#DDE0EB\] {
    border-bottom-color: #dde0eb
}

.border-b-\[\#BBC9DB\] {
    border-bottom-color: #bbc9db
}

.border-b-\[\#BAC7EA\] {
    border-bottom-color: #bac7ea
}

.border-r-\[\#1D222A\] {
    border-right-color: #1d222a
}

.border-b-\[\#1D222A\] {
    border-bottom-color: #1d222a
}

.border-r-\[\#122144\] {
    border-right-color: #122144
}

.border-b-\[\#122144\] {
    border-bottom-color: #122144
}

.border-b-\[\#DCDCDC\] {
    border-bottom-color: #dcdcdc
}

.bg-\[\#ccc\] {
    background-color: #ccc
}

.bg-\[\#fff2f0\] {
    background-color: #fff2f0
}

.bg-\[\#F3B83E\] {
    background-color: #f3b83e
}

.bg-\[\#2C55FB\] {
    background-color: #2c55fb
}

.bg-\[\#fff\] {
    background-color: #fff
}

.bg-\[\#858DFE\] {
    background-color: #858dfe
}

.bg-\[\#020228\] {
    background-color: #020228
}

.bg-\[\#000\]\/\[0\.4\] {
    background-color: rgba(0,0,0,.4)
}

.bg-\[\#D5D7E4\] {
    background-color: #d5d7e4
}

.bg-\[\#3E7AF1\] {
    background-color: #3e7af1
}

.bg-\[\#E8ECFA\] {
    background-color: #e8ecfa
}

.bg-\[\#fff\]\/\[0\.92\] {
    background-color: hsla(0,0%,100%,.92)
}

.bg-\[\#CADDFF\] {
    background-color: #caddff
}

.bg-\[\#085DF6\] {
    background-color: #085df6
}

.bg-\[\#F33A3A\] {
    background-color: #f33a3a
}

.bg-\[\#28292C\] {
    background-color: #28292c
}

.bg-inherit {
    background-color: inherit
}

.bg-\[\#3C3C3D\] {
    background-color: #3c3c3d
}

.bg-\[\#528CFF\] {
    background-color: #528cff
}

.bg-\[\#fff\]\/\[0\.85\] {
    background-color: hsla(0,0%,100%,.85)
}

.bg-\[\#E4EEFF\] {
    background-color: #e4eeff
}

.bg-\[\#1A1EFF\]\/\[0\.4\] {
    background-color: rgba(26,30,255,.4)
}

.bg-\[\#43A0FF\] {
    background-color: #43a0ff
}

.bg-\[\#fff\]\/\[0\.15\] {
    background-color: hsla(0,0%,100%,.15)
}

.bg-\[\#007FFF\] {
    background-color: #007fff
}

.bg-\[\#0071EF\] {
    background-color: #0071ef
}

.bg-\[\#030A16\] {
    background-color: #030a16
}

.bg-\[\#17181B\] {
    background-color: #17181b
}

.bg-\[\#6B6C6D\] {
    background-color: #6b6c6d
}

.bg-\[\#1A1B1E\] {
    background-color: #1a1b1e
}

.bg-\[\#11141C\] {
    background-color: #11141c
}

.bg-\[\#34353A\]\/\[0\.55\] {
    background-color: rgba(52,53,58,.55)
}

.bg-\[\#353535\]\/\[0\.22\] {
    background-color: rgba(53,53,53,.22)
}

.bg-\[\#40A3FF\] {
    background-color: #40a3ff
}

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

.bg-\[\#9C9C9C\] {
    background-color: #9c9c9c
}

.bg-\[\#287AF8\] {
    background-color: #287af8
}

.bg-\[\#FFBE0D\] {
    background-color: #ffbe0d
}

.bg-\[\#FAFBFF\] {
    background-color: #fafbff
}

.bg-\[\#3D81EF\] {
    background-color: #3d81ef
}

.bg-\[\#1A2837\]\/\[0\.637\] {
    background-color: rgba(26,40,55,.637)
}

.bg-\[\#0068FF\] {
    background-color: #0068ff
}

.bg-\[\#fff\]\/\[0\.75\] {
    background-color: hsla(0,0%,100%,.75)
}

.bg-\[\#E7E8ED\] {
    background-color: #e7e8ed
}

.bg-\[\#25272B\] {
    background-color: #25272b
}

.bg-\[\#191919\] {
    background-color: #191919
}

.bg-\[\#fff\]\/\[0\.07\] {
    background-color: hsla(0,0%,100%,.07)
}

.bg-\[\#FFB001\] {
    background-color: #ffb001
}

.bg-\[\#122952\] {
    background-color: #122952
}

.bg-\[\#D9EBFF\] {
    background-color: #d9ebff
}

.bg-\[\#D5E5FE\] {
    background-color: #d5e5fe
}

.bg-\[\#3373F3\] {
    background-color: #3373f3
}

.bg-\[\#262A2D\] {
    background-color: #262a2d
}

.bg-\[\#383E42\] {
    background-color: #383e42
}

.bg-\[\#B5BDDC\] {
    background-color: #b5bddc
}

.bg-\[\#437EF3\] {
    background-color: #437ef3
}

.bg-\[\#0079E9\] {
    background-color: #0079e9
}

.bg-\[\#0B1F42\]\/\[0\.45\] {
    background-color: rgba(11,31,66,.45)
}

.bg-\[\#0072FF\] {
    background-color: #0072ff
}

.bg-\[\#fff\]\/\[0\.8\] {
    background-color: hsla(0,0%,100%,.8)
}

.bg-\[\#fff\]\/\[0\.6\] {
    background-color: hsla(0,0%,100%,.6)
}

.bg-\[\#D6EAF4\] {
    background-color: #d6eaf4
}

.bg-\[\#E2F1DC\] {
    background-color: #e2f1dc
}

.bg-\[\#E0E4F5\] {
    background-color: #e0e4f5
}

.bg-\[\#dbdbdb\] {
    background-color: #dbdbdb
}

.bg-\[\#f5f6fb\] {
    background-color: #f5f6fb
}

.bg-\[\#dde9fe\] {
    background-color: #dde9fe
}

.bg-\[\#abbcff\] {
    background-color: #abbcff
}

.bg-\[\#cde0f6\] {
    background-color: #cde0f6
}

.bg-\[\#0088f5\] {
    background-color: #0088f5
}

.bg-\[\#E3F5FF\] {
    background-color: #e3f5ff
}

.bg-\[\#E3F7EA\] {
    background-color: #e3f7ea
}

.bg-\[\#E1E6FF\] {
    background-color: #e1e6ff
}

.bg-\[\#F9FBFF\] {
    background-color: #f9fbff
}

.bg-\[\#FFBC2E\] {
    background-color: #ffbc2e
}

.bg-\[\#00152a\] {
    background-color: #00152a
}

.bg-\[\#2f54eb\] {
    background-color: #2f54eb
}

.bg-\[\#B5BDDC\]\/\[0\.3\] {
    background-color: rgba(181,189,220,.3)
}

.bg-\[\#6783F5\] {
    background-color: #6783f5
}

.bg-\[\#fefefe\] {
    background-color: #fefefe
}

.bg-\[\#EAEAEA\]\/\[0\.53\] {
    background-color: hsla(0,0%,92%,.53)
}

.bg-\[\#273DC6\] {
    background-color: #273dc6
}

.bg-\[\#E9EDF9\] {
    background-color: #e9edf9
}

.bg-\[\#1C68F3\] {
    background-color: #1c68f3
}

.bg-\[\#fafbff\] {
    background-color: #fafbff
}

.bg-\[\#3578FF\] {
    background-color: #3578ff
}

.bg-\[\#366ED9\] {
    background-color: #366ed9
}

.bg-\[\#e2e7f1\] {
    background-color: #e2e7f1
}

.bg-\[\#fff\]\/\[0\.7\] {
    background-color: hsla(0,0%,100%,.7)
}

.bg-\[\#488bf3\] {
    background-color: #488bf3
}

.bg-\[\#E1EAFC\] {
    background-color: #e1eafc
}

.bg-\[\#F2F6FF\] {
    background-color: #f2f6ff
}

.bg-\[\#488BF3\] {
    background-color: #488bf3
}

.bg-\[\#5474ef\] {
    background-color: #5474ef
}

.bg-\[\#F9FBFF\]\/\[0\.9\] {
    background-color: rgba(249,251,255,.9)
}

.bg-\[\#287af8\] {
    background-color: #287af8
}

.bg-\[\#f0f4fc\] {
    background-color: #f0f4fc
}

.bg-\[\#f9faff\] {
    background-color: #f9faff
}

.bg-\[\#268BFF\] {
    background-color: #268bff
}

.bg-\[\#F7F9FD\]\/\[0\.6\] {
    background-color: rgba(247,249,253,.6)
}

.bg-\[\#DCE8FF\] {
    background-color: #dce8ff
}

.bg-\[\#B2B2B2\] {
    background-color: #b2b2b2
}

.bg-\[\#F1F6FF\] {
    background-color: #f1f6ff
}

.bg-\[\#2084FE\] {
    background-color: #2084fe
}

.bg-\[\#4A81FF\] {
    background-color: #4a81ff
}

.bg-\[\#3280FC\] {
    background-color: #3280fc
}

.bg-\[\#F0F6FF\] {
    background-color: #f0f6ff
}

.bg-\[\#4171FC\] {
    background-color: #4171fc
}

.bg-\[\#ffff\] {
    background-color: #fff
}

.bg-\[\#0061FF\] {
    background-color: #0061ff
}

.bg-\[\#2276FF\] {
    background-color: #2276ff
}

.bg-\[\#243466\] {
    background-color: #243466
}

.bg-\[\#2B80FF\] {
    background-color: #2b80ff
}

.bg-\[\#9CBAFF\] {
    background-color: #9cbaff
}

.bg-\[\#F5F8FD\] {
    background-color: #f5f8fd
}

.bg-\[\#71AAFF\] {
    background-color: #71aaff
}

.bg-\[\#E8F1FF\] {
    background-color: #e8f1ff
}

.bg-\[\#EBF3FF\] {
    background-color: #ebf3ff
}

.bg-\[\#fff\]\/\[0\.28\] {
    background-color: hsla(0,0%,100%,.28)
}

.bg-\[\#3f95ff\] {
    background-color: #3f95ff
}

.bg-\[\#f3f3f3\] {
    background-color: #f3f3f3
}

.bg-\[\#ffba26\] {
    background-color: #ffba26
}

.bg-\[\#FFFFFF\] {
    background-color: #fff
}

.bg-\[transparent\] {
    background-color: transparent
}

.bg-\[\#F7F9FC\] {
    background-color: #f7f9fc
}

.bg-\[\#eff6ff\] {
    background-color: #eff6ff
}

.bg-\[\#FBB00E\] {
    background-color: #fbb00e
}

.bg-\[\#FEFEFE\] {
    background-color: #fefefe
}

.bg-\[\#FE2C55\] {
    background-color: #fe2c55
}

.bg-\[\#A8B9FF\] {
    background-color: #a8b9ff
}

.bg-\[\#5BC0F5\] {
    background-color: #5bc0f5
}

.bg-\[\#fff\]\/\[0\.29\] {
    background-color: hsla(0,0%,100%,.29)
}

.bg-\[\#2863F5\] {
    background-color: #2863f5
}

.bg-\[\#3B406E\] {
    background-color: #3b406e
}

.bg-\[\#fff\]\/\[0\.5\] {
    background-color: hsla(0,0%,100%,.5)
}

.bg-\[\#266DFF\] {
    background-color: #266dff
}

.bg-\[\#00c374\] {
    background-color: #00c374
}

.bg-\[\#f8f9fa\] {
    background-color: #f8f9fa
}

.bg-\[\#fafafa\] {
    background-color: #fafafa
}

.bg-\[\#268bff\] {
    background-color: #268bff
}

.bg-\[\#E0E9F6\] {
    background-color: #e0e9f6
}

.bg-\[\#1A7FF1\] {
    background-color: #1a7ff1
}

.bg-\[\#375A9E\]\/\[0\.76\] {
    background-color: rgba(55,90,158,.76)
}

.bg-\[\#6696FF\] {
    background-color: #6696ff
}

.bg-\[\#647FB5\] {
    background-color: #647fb5
}

.bg-\[\#2260FF\] {
    background-color: #2260ff
}

.bg-\[\#fff\]\/\[0\.53\] {
    background-color: hsla(0,0%,100%,.53)
}

.bg-\[\#256AFF\] {
    background-color: #256aff
}

.bg-\[\#212A41\]\/\[0\.74\] {
    background-color: rgba(33,42,65,.74)
}

.bg-\[\#f3f7ff\] {
    background-color: #f3f7ff
}

.bg-\[\#fff\]\/\[0\.35\] {
    background-color: hsla(0,0%,100%,.35)
}

.bg-\[\#F5F5FB\] {
    background-color: #f5f5fb
}

.bg-\[\#F2F3F7\] {
    background-color: #f2f3f7
}

.bg-\[\#0071ef\] {
    background-color: #0071ef
}

.bg-\[\#EAF0FC\] {
    background-color: #eaf0fc
}

.bg-\[\#F8F9FC\] {
    background-color: #f8f9fc
}

.bg-\[\#C6C9CD\]\/\[0\.3\] {
    background-color: hsla(214,7%,79%,.3)
}

.bg-\[\#0F97FF\] {
    background-color: #0f97ff
}

.bg-\[\#1C2129\]\/\[0\.8\] {
    background-color: rgba(28,33,41,.8)
}

.bg-\[\#EBF2FD\] {
    background-color: #ebf2fd
}

.bg-\[\#F8F9FA\] {
    background-color: #f8f9fa
}

.bg-\[\#4284F4\] {
    background-color: #4284f4
}

.bg-\[\#000\]\/\[0\.3\] {
    background-color: rgba(0,0,0,.3)
}

.bg-\[\#3E3E3E\] {
    background-color: #3e3e3e
}

.bg-\[\#3A68E7\] {
    background-color: #3a68e7
}

.bg-\[\#fff\]\/\[0\.9\] {
    background-color: hsla(0,0%,100%,.9)
}

.bg-\[\#91ABF3\] {
    background-color: #91abf3
}

.bg-\[\#A4B3CB\] {
    background-color: #a4b3cb
}

.bg-\[\#F5F9FF\] {
    background-color: #f5f9ff
}

.bg-\[\#096EF6\] {
    background-color: #096ef6
}

.bg-\[\#091735\]\/\[0\.6\] {
    background-color: rgba(9,23,53,.6)
}

.bg-\[\#09ABF6\] {
    background-color: #09abf6
}

.bg-\[\#3B5BFF\] {
    background-color: #3b5bff
}

.bg-\[\#EBF4FF\] {
    background-color: #ebf4ff
}

.bg-\[\#FEFCFF\]\/\[0\.85\] {
    background-color: rgba(254,252,255,.85)
}

.bg-\[\#000000\] {
    background-color: #000
}

.bg-\[\#3480FD\] {
    background-color: #3480fd
}

.bg-\[\#F1F6FF\]\/\[0\.9\] {
    background-color: rgba(241,246,255,.9)
}

.bg-\[\#A5A5A5\] {
    background-color: #a5a5a5
}

.bg-\[\#F6FAFF\] {
    background-color: #f6faff
}

.bg-\[\#EDF4FD\] {
    background-color: #edf4fd
}

.bg-\[\#DAE3F0\] {
    background-color: #dae3f0
}

.bg-\[\#6CA2FF\] {
    background-color: #6ca2ff
}

.bg-\[\#4897FE\] {
    background-color: #4897fe
}

.bg-\[\#41AE59\] {
    background-color: #41ae59
}

.bg-\[\#E6F0FC\] {
    background-color: #e6f0fc
}

.bg-\[\#EAF5ED\] {
    background-color: #eaf5ed
}

.bg-\[\#1983E8\] {
    background-color: #1983e8
}

.bg-\[\#3CA954\] {
    background-color: #3ca954
}

.bg-\[\#FAFCFF\] {
    background-color: #fafcff
}

.bg-\[\#EDF2F7\] {
    background-color: #edf2f7
}

.bg-\[\#1176D5\] {
    background-color: #1176d5
}

.bg-\[\#B6B6B6\] {
    background-color: #b6b6b6
}

.bg-\[\#DDE3E7\] {
    background-color: #dde3e7
}

.bg-\[\#C4CFEE\] {
    background-color: #c4cfee
}

.bg-\[\#0F7BFE\] {
    background-color: #0f7bfe
}

.bg-\[\#F5F7FF\] {
    background-color: #f5f7ff
}

.bg-\[\#CACACA\] {
    background-color: #cacaca
}

.bg-\[\#807F83\] {
    background-color: #807f83
}

.bg-\[\#E3E7EC\] {
    background-color: #e3e7ec
}

.bg-\[\#286AD3\] {
    background-color: #286ad3
}

.bg-\[\#EDF1FF\] {
    background-color: #edf1ff
}

.bg-\[\#608EFF\] {
    background-color: #608eff
}

.bg-\[\#F2F5FF\] {
    background-color: #f2f5ff
}

.bg-\[\#F0F7FF\] {
    background-color: #f0f7ff
}

.bg-\[\#F8FBFF\] {
    background-color: #f8fbff
}

.bg-\[\#2588FF\] {
    background-color: #2588ff
}

.bg-\[\#fff\]\/\[0\.3\] {
    background-color: hsla(0,0%,100%,.3)
}

.bg-transparent {
    background-color: transparent
}

.bg-\[\#6BA6FF\] {
    background-color: #6ba6ff
}

.bg-\[\#117BFF\] {
    background-color: #117bff
}

.bg-\[\#1974FF\] {
    background-color: #1974ff
}

.bg-\[\#E5F1FF\] {
    background-color: #e5f1ff
}

.bg-\[\#2667FF\] {
    background-color: #2667ff
}

.bg-\[\#505050\] {
    background-color: #505050
}

.bg-\[\#2587FF\] {
    background-color: #2587ff
}

.bg-\[\#4071E5\] {
    background-color: #4071e5
}

.bg-\[\#D8D8D8\] {
    background-color: #d8d8d8
}

.bg-\[\#D4E8FE\] {
    background-color: #d4e8fe
}

.bg-\[\#D1E7FE\] {
    background-color: #d1e7fe
}

.bg-\[\#F4F8FF\]\/\[0\.7\] {
    background-color: rgba(244,248,255,.7)
}

.bg-\[\#DFEAFC\] {
    background-color: #dfeafc
}

.bg-\[\#666\] {
    background-color: #666
}

.bg-\[\#D0E3FF\] {
    background-color: #d0e3ff
}

.bg-\[\#fff\]\/\[0\.25\] {
    background-color: hsla(0,0%,100%,.25)
}

.bg-\[\#66A4FF\] {
    background-color: #66a4ff
}

.bg-\[\#0067FF\] {
    background-color: #0067ff
}

.bg-\[\#FBFCFE\] {
    background-color: #fbfcfe
}

.bg-\[\#277DFF\] {
    background-color: #277dff
}

.bg-\[\#fff\]\/\[0\.45\] {
    background-color: hsla(0,0%,100%,.45)
}

.bg-\[\#297EFF\] {
    background-color: #297eff
}

.bg-\[\#0062F2\] {
    background-color: #0062f2
}

.bg-\[\#6152F4\] {
    background-color: #6152f4
}

.bg-\[\#FFDB46\] {
    background-color: #ffdb46
}

.bg-\[\#37383F\]\/\[0\.8\] {
    background-color: rgba(55,56,63,.8)
}

.bg-\[\#dedede\] {
    background-color: #dedede
}

.bg-\[\#F6F7FA\] {
    background-color: #f6f7fa
}

.bg-\[\#EFF2F8\] {
    background-color: #eff2f8
}

.bg-\[\#365BE4\] {
    background-color: #365be4
}

.bg-\[\#3090EE\] {
    background-color: #3090ee
}

.bg-\[\#A86C3F\] {
    background-color: #a86c3f
}

.bg-\[\#F6F8FE\] {
    background-color: #f6f8fe
}

.bg-\[\#4A81F2\] {
    background-color: #4a81f2
}

.bg-\[\#006AE9\] {
    background-color: #006ae9
}

.bg-\[\#F7F9FF\] {
    background-color: #f7f9ff
}

.bg-\[\#6F8DFC\] {
    background-color: #6f8dfc
}

.bg-\[\#4C70FF\] {
    background-color: #4c70ff
}

.bg-\[\#468FF7\] {
    background-color: #468ff7
}

.bg-\[\#f1f4fb\] {
    background-color: #f1f4fb
}

.bg-\[\#002b66\]\/\[0\.04\] {
    background-color: rgba(0,43,102,.04)
}

.bg-\[\#4F7AFE\] {
    background-color: #4f7afe
}

.bg-\[\#F7FAFF\] {
    background-color: #f7faff
}

.bg-\[\#E5E5E5\] {
    background-color: #e5e5e5
}

.bg-\[\#3E6DFA\] {
    background-color: #3e6dfa
}

.bg-\[\#0FA5FC\] {
    background-color: #0fa5fc
}

.bg-\[\#007BFF\] {
    background-color: #007bff
}

.bg-\[\#4F7AFD\] {
    background-color: #4f7afd
}

.bg-\[\#EFF4F9\] {
    background-color: #eff4f9
}

.bg-\[\#E3EEFF\] {
    background-color: #e3eeff
}

.bg-\[\#3965E2\] {
    background-color: #3965e2
}

.bg-\[\#699BFB\] {
    background-color: #699bfb
}

.bg-\[\#587DF8\] {
    background-color: #587df8
}

.bg-\[\#2675FC\] {
    background-color: #2675fc
}

.bg-\[\#105DDC\] {
    background-color: #105ddc
}

.bg-\[\#548dff\] {
    background-color: #548dff
}

.bg-\[\#fca90e\] {
    background-color: #fca90e
}

.bg-\[\#2589ff\] {
    background-color: #2589ff
}

.bg-\[\#f1f1f5\] {
    background-color: #f1f1f5
}

.bg-\[\#6789FF\] {
    background-color: #6789ff
}

.bg-\[\#F5F7FE\] {
    background-color: #f5f7fe
}

.bg-\[\#BDCCFF\] {
    background-color: #bdccff
}

.bg-\[\#4A73FF\] {
    background-color: #4a73ff
}

.bg-\[\#F6F6F6\] {
    background-color: #f6f6f6
}

.bg-\[\#F3F7FE\] {
    background-color: #f3f7fe
}

.bg-\[\#2a7dfa\] {
    background-color: #2a7dfa
}

.bg-\[\#236be4\] {
    background-color: #236be4
}

.bg-\[\#7E69FE\] {
    background-color: #7e69fe
}

.bg-\[\#5422BF\] {
    background-color: #5422bf
}

.bg-\[\#E7E7EF\] {
    background-color: #e7e7ef
}

.bg-\[\#9C96EA\] {
    background-color: #9c96ea
}

.bg-\[\#FCFCFF\] {
    background-color: #fcfcff
}

.bg-\[\#E7E7F2\] {
    background-color: #e7e7f2
}

.bg-\[\#F2F3FA\] {
    background-color: #f2f3fa
}

.bg-\[\#E2E2F2\] {
    background-color: #e2e2f2
}

.bg-\[\#BCBCBC\] {
    background-color: #bcbcbc
}

.bg-\[\#979EF5\] {
    background-color: #979ef5
}

.bg-\[\#000\] {
    background-color: #000
}

.bg-\[\#FFA839\] {
    background-color: #ffa839
}

.bg-\[\#FFFBF6\] {
    background-color: #fffbf6
}

.bg-\[\#EDF3FC\] {
    background-color: #edf3fc
}

.bg-\[\#F8FAFC\] {
    background-color: #f8fafc
}

.bg-\[\#9F9F9F\] {
    background-color: #9f9f9f
}

.bg-\[\#3B9BED\] {
    background-color: #3b9bed
}

.bg-\[\#EDF5FF\] {
    background-color: #edf5ff
}

.bg-\[\#587CDE\] {
    background-color: #587cde
}

.bg-\[\#FDF5EA\] {
    background-color: #fdf5ea
}

.bg-\[\#EFF5FF\]\/\[0\.9\] {
    background-color: rgba(239,245,255,.9)
}

.bg-\[\#0078FF\] {
    background-color: #0078ff
}

.bg-\[\#165DFF\] {
    background-color: #165dff
}

.bg-\[\#FCFDFF\] {
    background-color: #fcfdff
}

.bg-\[\#3E54FF\] {
    background-color: #3e54ff
}

.bg-\[\#2E5FE5\] {
    background-color: #2e5fe5
}

.bg-\[\#202020\]\/\[0\.55\] {
    background-color: rgba(32,32,32,.55)
}

.bg-\[\#0F164B\] {
    background-color: #0f164b
}

.bg-\[\#C8CDF7\] {
    background-color: #c8cdf7
}

.bg-\[\#DDDFE8\] {
    background-color: #dddfe8
}

.bg-\[\#F5F5FA\] {
    background-color: #f5f5fa
}

.bg-\[\#F7F7F9\] {
    background-color: #f7f7f9
}

.bg-\[\#3B6FE8\] {
    background-color: #3b6fe8
}

.bg-\[\#F2F2F7\] {
    background-color: #f2f2f7
}

.bg-\[\#5989F9\] {
    background-color: #5989f9
}

.bg-\[\#2a5ac9\] {
    background-color: #2a5ac9
}

.bg-\[\#f5f5fa\] {
    background-color: #f5f5fa
}

.bg-\[\#E8E8E8\] {
    background-color: #e8e8e8
}

.bg-\[\#DFE1E6\] {
    background-color: #dfe1e6
}

.bg-\[\#F7F7FB\] {
    background-color: #f7f7fb
}

.bg-\[\#FEF9F7\] {
    background-color: #fef9f7
}

.bg-\[\#FC6F59\],.bg-\[\#fc6f59ff\] {
    background-color: #fc6f59
}

.bg-\[\#D1E6FF\] {
    background-color: #d1e6ff
}

.bg-\[\#121E35\] {
    background-color: #121e35
}

.bg-\[\#fff\]\/\[0\.67\] {
    background-color: hsla(0,0%,100%,.67)
}

.bg-\[\#086BFF\] {
    background-color: #086bff
}

.bg-\[\#3E8DFF\] {
    background-color: #3e8dff
}

.bg-\[\#B1CBE1\]\/\[0\.44\] {
    background-color: rgba(177,203,225,.44)
}

.bg-\[\#1AEFFF\] {
    background-color: #1aefff
}

.bg-\[\#EEF6FF\]\/\[0\.45\] {
    background-color: rgba(238,246,255,.45)
}

.bg-\[\#DBE0E7\] {
    background-color: #dbe0e7
}

.bg-\[\#FF6A00\] {
    background-color: #ff6a00
}

.bg-\[\#256AD1\] {
    background-color: #256ad1
}

.bg-\[\#5B82F9\] {
    background-color: #5b82f9
}

.bg-\[\#FAFAFA\] {
    background-color: #fafafa
}

.bg-\[\#000\]\/\[0\.2\] {
    background-color: rgba(0,0,0,.2)
}

.bg-\[\#c7c7d1\] {
    background-color: #c7c7d1
}

.bg-\[\#6F91F9\] {
    background-color: #6f91f9
}

.bg-\[\#E0EAFF\] {
    background-color: #e0eaff
}

.bg-\[\#E4E6F1\] {
    background-color: #e4e6f1
}

.bg-\[\#FF6146\] {
    background-color: #ff6146
}

.bg-\[\#FFE4E3\] {
    background-color: #ffe4e3
}

.bg-\[\#FFF3F3\] {
    background-color: #fff3f3
}

.bg-\[\#FF4C2E\] {
    background-color: #ff4c2e
}

.bg-\[\#FF8400\] {
    background-color: #ff8400
}

.bg-\[\#fff\]\/\[0\.59\] {
    background-color: hsla(0,0%,100%,.59)
}

.bg-\[\#FEF5EF\] {
    background-color: #fef5ef
}

.bg-\[\#F0F9F0\] {
    background-color: #f0f9f0
}

.bg-\[\#F2F9FF\] {
    background-color: #f2f9ff
}

.bg-\[\#DDEFFF\] {
    background-color: #ddefff
}

.bg-\[\#FFF6F6\]\/\[0\.6\] {
    background-color: hsla(0,100%,98%,.6)
}

.bg-\[\#F6F9FF\]\/\[0\.6\] {
    background-color: rgba(246,249,255,.6)
}

.bg-\[\#2679F6\] {
    background-color: #2679f6
}

.bg-\[\#C4D9FF\] {
    background-color: #c4d9ff
}

.bg-\[\#006CFF\] {
    background-color: #006cff
}

.bg-\[\#2F6CF9\] {
    background-color: #2f6cf9
}

.bg-\[\#E8F2FF\] {
    background-color: #e8f2ff
}

.bg-\[\#F5FAFF\] {
    background-color: #f5faff
}

.bg-\[\#3870FF\] {
    background-color: #3870ff
}

.bg-\[\#E3E6EA\]\/\[0\.76\] {
    background-color: rgba(227,230,234,.76)
}

.bg-\[\#686C73\]\/\[0\.32\] {
    background-color: hsla(218,5%,43%,.32)
}

.bg-\[\#fff\]\/\[0\.1\] {
    background-color: hsla(0,0%,100%,.1)
}

.bg-\[\#8DA6D7\] {
    background-color: #8da6d7
}

.bg-\[\#FFF\] {
    background-color: #fff
}

.bg-\[\#315FFE\] {
    background-color: #315ffe
}

.bg-\[\#F7F7FC\] {
    background-color: #f7f7fc
}

.bg-\[\#ECEFF6\] {
    background-color: #eceff6
}

.bg-\[\#3361FE\] {
    background-color: #3361fe
}

.bg-\[\#CCCCCC\] {
    background-color: #ccc
}

.bg-\[\#FEAA33\] {
    background-color: #feaa33
}

.bg-\[\#86A8FF\] {
    background-color: #86a8ff
}

.bg-\[\#F5F5F5\] {
    background-color: #f5f5f5
}

.bg-\[\#C9CEDE\] {
    background-color: #c9cede
}

.bg-\[\#FEE4CB\] {
    background-color: #fee4cb
}

.bg-\[\#FFEFDC\] {
    background-color: #ffefdc
}

.bg-\[\#274be0\] {
    background-color: #274be0
}

.bg-\[\#F1F7FF\] {
    background-color: #f1f7ff
}

.bg-\[\#fff\]\/\[0\.2\] {
    background-color: hsla(0,0%,100%,.2)
}

.bg-\[\#E4E4E4\] {
    background-color: #e4e4e4
}

.bg-\[\#F6F7F9\] {
    background-color: #f6f7f9
}

.bg-\[\#2254F4\] {
    background-color: #2254f4
}

.bg-\[\#596FF5\] {
    background-color: #596ff5
}

.bg-\[\#282828\]\/\[0\.33\] {
    background-color: rgba(40,40,40,.33)
}

.bg-\[\#E6F1FF\] {
    background-color: #e6f1ff
}

.bg-\[\#F0F6FD\] {
    background-color: #f0f6fd
}

.bg-\[\#F7FBFF\] {
    background-color: #f7fbff
}

.bg-\[\#2F54EB\] {
    background-color: #2f54eb
}

.bg-\[\#28B446\] {
    background-color: #28b446
}

.bg-\[\#D0DFF7\] {
    background-color: #d0dff7
}

.bg-\[\#1F2549\] {
    background-color: #1f2549
}

.bg-\[\#F2F5FA\] {
    background-color: #f2f5fa
}

.bg-\[\#BDC1D2\] {
    background-color: #bdc1d2
}

.bg-\[\#4961EB\] {
    background-color: #4961eb
}

.bg-\[\#BBD6FF\] {
    background-color: #bbd6ff
}

.bg-\[\#F4F9FF\] {
    background-color: #f4f9ff
}

.bg-\[\#ECFAFE\] {
    background-color: #ecfafe
}

.bg-\[\#6892F6\] {
    background-color: #6892f6
}

.bg-\[\#56D5BA\] {
    background-color: #56d5ba
}

.bg-\[\#649DE3\] {
    background-color: #649de3
}

.bg-\[\#F2F6FC\] {
    background-color: #f2f6fc
}

.bg-\[\#5474FF\]\/\[0\.12\] {
    background-color: rgba(84,116,255,.12)
}

.bg-\[\#3958de\] {
    background-color: #3958de
}

.bg-white\/\[0\.7\] {
    background-color: hsla(0,0%,100%,.7)
}

.bg-\[\#1c69df\] {
    background-color: #1c69df
}

.bg-\[\#C1CAFF\] {
    background-color: #c1caff
}

.bg-\[\#cbecff\] {
    background-color: #cbecff
}

.bg-\[\#BDD5FF\] {
    background-color: #bdd5ff
}

.bg-\[\#136ad5\] {
    background-color: #136ad5
}

.bg-\[\#f7f8fc\] {
    background-color: #f7f8fc
}

.bg-\[\#FF9E37\] {
    background-color: #ff9e37
}

.bg-\[\#E2E7F1\] {
    background-color: #e2e7f1
}

.bg-\[\#DBE6F8\] {
    background-color: #dbe6f8
}

.bg-\[\#D3D3D6\] {
    background-color: #d3d3d6
}

.bg-\[\#C3D6F7\] {
    background-color: #c3d6f7
}

.bg-\[\#DADADA\]\/\[0\.61\] {
    background-color: hsla(0,0%,85%,.61)
}

.bg-\[\#FFCC00\] {
    background-color: #fc0
}

.bg-\[\#229BEA\] {
    background-color: #229bea
}

.bg-\[\#1B415D\] {
    background-color: #1b415d
}

.bg-\[\#E4EEFE\] {
    background-color: #e4eefe
}

.bg-\[\#D6E2F4\] {
    background-color: #d6e2f4
}

.bg-\[\#227AE7\] {
    background-color: #227ae7
}

.bg-\[\#E6EEFC\]\/\[0\.25\] {
    background-color: rgba(230,238,252,.25)
}

.bg-\[\#E6EEFC\] {
    background-color: #e6eefc
}

.bg-\[\#DDE9FE\] {
    background-color: #dde9fe
}

.bg-\[\#707171\] {
    background-color: #707171
}

.bg-\[\#fff\]\/\[0\.65\] {
    background-color: hsla(0,0%,100%,.65)
}

.bg-\[\#261C13\] {
    background-color: #261c13
}

.bg-\[\#664033\] {
    background-color: #664033
}

.bg-\[\#2087F9\] {
    background-color: #2087f9
}

.bg-\[\#FAF6F6\]\/\[0\.75\] {
    background-color: hsla(0,29%,97%,.75)
}

.bg-\[\#FFF9EB\]\/\[0\.5\] {
    background-color: rgba(255,249,235,.5)
}

.bg-\[\#AAFC2C\] {
    background-color: #aafc2c
}

.bg-\[\#0E69FF\] {
    background-color: #0e69ff
}

.bg-\[\#EFF8FF\] {
    background-color: #eff8ff
}

.bg-\[\#F4FAFF\] {
    background-color: #f4faff
}

.bg-\[\#676767\] {
    background-color: #676767
}

.bg-\[\#E6EEFF\] {
    background-color: #e6eeff
}

.bg-\[\#D8EFFB\] {
    background-color: #d8effb
}

.bg-\[\#1D78FF\] {
    background-color: #1d78ff
}

.bg-\[\#60A0FF\] {
    background-color: #60a0ff
}

.bg-\[\#3C6FF5\] {
    background-color: #3c6ff5
}

.bg-\[\#F8FCFF\]\/\[0\.45\] {
    background-color: rgba(248,252,255,.45)
}

.bg-\[\#3A69F7\] {
    background-color: #3a69f7
}

.bg-\[\#F9FCFF\]\/\[0\.75\] {
    background-color: rgba(249,252,255,.75)
}

.bg-\[\#E8F3FF\] {
    background-color: #e8f3ff
}

.bg-\[\#E2EDFF\]\/\[0\.55\] {
    background-color: rgba(226,237,255,.55)
}

.bg-\[\#6B8FFD\] {
    background-color: #6b8ffd
}

.bg-\[\#D6E5FF\] {
    background-color: #d6e5ff
}

.bg-\[\#273644\] {
    background-color: #273644
}

.bg-\[\#031321\]\/\[0\.6\] {
    background-color: rgba(3,19,33,.6)
}

.bg-\[\#F6F6F6\]\/\[0\.53\] {
    background-color: hsla(0,0%,96%,.53)
}

.bg-\[\#fff\]\/\[0\.68\] {
    background-color: hsla(0,0%,100%,.68)
}

.bg-\[\#BFD2FD\] {
    background-color: #bfd2fd
}

.bg-\[\#C4E7FD\] {
    background-color: #c4e7fd
}

.bg-\[\#142146\] {
    background-color: #142146
}

.bg-\[\#C9EAFF\] {
    background-color: #c9eaff
}

.bg-\[\#F0F8FF\]\/\[0\.5\] {
    background-color: rgba(240,248,255,.5)
}

.bg-\[\#E1ECFA\] {
    background-color: #e1ecfa
}

.bg-\[\#E8EDF3\] {
    background-color: #e8edf3
}

.bg-\[\#D8D8D8\]\/\[0\.42\] {
    background-color: hsla(0,0%,85%,.42)
}

.bg-\[\#E8E8E8\]\/\[0\.09\] {
    background-color: hsla(0,0%,91%,.09)
}

.bg-\[\#D8D8D8\]\/\[0\.09\] {
    background-color: hsla(0,0%,85%,.09)
}

.bg-\[\#fff\]\/\[0\.37\] {
    background-color: hsla(0,0%,100%,.37)
}

.bg-\[\#111111\] {
    background-color: #111
}

.bg-\[\#4000FF\]\/\[0\.5\] {
    background-color: rgba(64,0,255,.5)
}

.bg-\[\#00A6FF\]\/\[0\.36\] {
    background-color: rgba(0,166,255,.36)
}

.bg-\[\#52F9FF\]\/\[0\.28\] {
    background-color: rgba(82,249,255,.28)
}

.bg-\[\#040923\] {
    background-color: #040923
}

.bg-\[\#227BFF\]\/\[0\.87\] {
    background-color: rgba(34,123,255,.87)
}

.bg-\[\#6F24D0\]\/\[0\.4\] {
    background-color: rgba(111,36,208,.4)
}

.bg-\[\#F6F7FF\] {
    background-color: #f6f7ff
}

.bg-\[\#595CF9\] {
    background-color: #595cf9
}

.bg-\[\#243053\] {
    background-color: #243053
}

.bg-\[\#C2D1ED\] {
    background-color: #c2d1ed
}

.bg-\[\#4F4838\]\/\[0\.74\] {
    background-color: rgba(79,72,56,.74)
}

.bg-\[\#D2DCF7\] {
    background-color: #d2dcf7
}

.bg-\[\#C3D8FA\] {
    background-color: #c3d8fa
}

.bg-\[\#B2C7FA\] {
    background-color: #b2c7fa
}

.bg-\[\#3896FE\]\/\[0\.46\] {
    background-color: rgba(56,150,254,.46)
}

.bg-\[\#D8E7FF\] {
    background-color: #d8e7ff
}

.bg-\[\#65A0FB\] {
    background-color: #65a0fb
}

.bg-\[\#ACB7CB\] {
    background-color: #acb7cb
}

.bg-\[\#d1dffc\]\/\[0\.8\] {
    background-color: rgba(209,223,252,.8)
}

.bg-\[\#fff\]\/\[0\.86\] {
    background-color: hsla(0,0%,100%,.86)
}

.bg-\[\#E6F1FF\]\/\[0\.73\] {
    background-color: rgba(230,241,255,.73)
}

.bg-\[\#D2E2FF\] {
    background-color: #d2e2ff
}

.bg-\[\#DFECFF\] {
    background-color: #dfecff
}

.bg-\[\#999\] {
    background-color: #999
}

.bg-\[\#1B274A\]\/\[0\.3\] {
    background-color: rgba(27,39,74,.3)
}

.bg-\[\#F47302\]\/\[0\.83\] {
    background-color: rgba(244,115,2,.83)
}

.bg-\[\#FAD00F\] {
    background-color: #fad00f
}

.bg-\[\#ADD3BC\] {
    background-color: #add3bc
}

.bg-\[\#EDEFFF\] {
    background-color: #edefff
}

.bg-\[\#D0E7FF\] {
    background-color: #d0e7ff
}

.bg-\[\#111628\]\/\[0\.2\] {
    background-color: rgba(17,22,40,.2)
}

.bg-\[\#FFEEB5\] {
    background-color: #ffeeb5
}

.bg-\[\#DEFFE7\] {
    background-color: #deffe7
}

.bg-\[\#C8D5FF\] {
    background-color: #c8d5ff
}

.bg-\[\#fff\]\/\[0\.72\] {
    background-color: hsla(0,0%,100%,.72)
}

.bg-\[\#B4F1C5\] {
    background-color: #b4f1c5
}

.bg-\[\#fff\]\/\[0\.4\] {
    background-color: hsla(0,0%,100%,.4)
}

.bg-\[\#FFE88C\]\/\[0\.7\] {
    background-color: rgba(255,232,140,.7)
}

.bg-\[\#fff\]\/\[0\.73\] {
    background-color: hsla(0,0%,100%,.73)
}

.bg-\[\#FFE4E4\]\/\[0\.8\] {
    background-color: hsla(0,100%,95%,.8)
}

.bg-\[\#2B4DF4\] {
    background-color: #2b4df4
}

.bg-\[\#FF9838\] {
    background-color: #ff9838
}

.bg-\[\#E2EEFF\] {
    background-color: #e2eeff
}

.bg-\[\#fff\]\/\[0\.09\] {
    background-color: hsla(0,0%,100%,.09)
}

.bg-\[\#30126D\] {
    background-color: #30126d
}

.bg-\[\#577EFF\] {
    background-color: #577eff
}

.bg-\[\#fff\]\/\[0\.78\] {
    background-color: hsla(0,0%,100%,.78)
}

.bg-\[\#DDEBFF\] {
    background-color: #ddebff
}

.bg-\[\#D2EEFF\] {
    background-color: #d2eeff
}

.bg-\[\#DEE2FF\] {
    background-color: #dee2ff
}

.bg-\[\#0C0C0C\]\/\[0\.4\] {
    background-color: hsla(0,0%,5%,.4)
}

.bg-\[\#1B1B1B\] {
    background-color: #1b1b1b
}

.bg-\[\#EEF1FF\] {
    background-color: #eef1ff
}

.bg-\[\#F7FCFF\] {
    background-color: #f7fcff
}

.bg-\[\#4D4D4D\] {
    background-color: #4d4d4d
}

.bg-\[\#FF5656\] {
    background-color: #ff5656
}

.bg-\[\#7B7B7B\] {
    background-color: #7b7b7b
}

.bg-\[\#A7A7A7\]\/\[0\.4\] {
    background-color: hsla(0,0%,65%,.4)
}

.bg-\[\#F8F9FD\] {
    background-color: #f8f9fd
}

.bg-\[\#121519\] {
    background-color: #121519
}

.bg-\[\#3A3E4D\] {
    background-color: #3a3e4d
}

.bg-\[\#3F7FFF\] {
    background-color: #3f7fff
}

.bg-\[\#D8D8D8\]\/\[0\.7\] {
    background-color: hsla(0,0%,85%,.7)
}

.bg-\[\#4D4AFF\] {
    background-color: #4d4aff
}

.bg-\[\#8420F6\] {
    background-color: #8420f6
}

.bg-\[\#20B8F5\] {
    background-color: #20b8f5
}

.bg-\[\#5368FF\] {
    background-color: #5368ff
}

.bg-\[\#A6CAFF\]\/\[0\.87\] {
    background-color: rgba(166,202,255,.87)
}

.bg-\[\#B1EEFF\] {
    background-color: #b1eeff
}

.bg-\[\#3A6EE2\] {
    background-color: #3a6ee2
}

.bg-\[\#E5F2FF\] {
    background-color: #e5f2ff
}

.bg-\[\#13142E\] {
    background-color: #13142e
}

.bg-\[\#008CFF\] {
    background-color: #008cff
}

.bg-\[\#D8E3FF\] {
    background-color: #d8e3ff
}

.bg-\[\#F9FCFF\] {
    background-color: #f9fcff
}

.bg-\[\#144BFF\] {
    background-color: #144bff
}

.bg-\[\#181818\] {
    background-color: #181818
}

.bg-\[\#C1D4ED\] {
    background-color: #c1d4ed
}

.bg-\[\#2B0480\] {
    background-color: #2b0480
}

.bg-\[\#F1F2F5\] {
    background-color: #f1f2f5
}

.bg-\[\#D9D8FF\] {
    background-color: #d9d8ff
}

.bg-\[\#908B86\]\/\[0\.41\] {
    background-color: hsla(30,4%,55%,.41)
}

.bg-\[\#D1D8E2\] {
    background-color: #d1d8e2
}

.bg-\[\#F2F2F2\] {
    background-color: #f2f2f2
}

.bg-\[\#434CFF\] {
    background-color: #434cff
}

.bg-\[\#E5EDFF\] {
    background-color: #e5edff
}

.bg-\[\#EFF6FF\] {
    background-color: #eff6ff
}

.bg-\[\#90B8FF\] {
    background-color: #90b8ff
}

.bg-\[\#FAFBFD\] {
    background-color: #fafbfd
}

.bg-\[\#191919\]\/\[0\.5\] {
    background-color: rgba(25,25,25,.5)
}

.bg-\[\#DFEFFF\] {
    background-color: #dfefff
}

.bg-\[\#436FFD\] {
    background-color: #436ffd
}

.bg-\[\#EDF3FF\] {
    background-color: #edf3ff
}

.bg-\[\#182640\] {
    background-color: #182640
}

.bg-\[\#FAF6F6\]\/\[0\.7\] {
    background-color: hsla(0,29%,97%,.7)
}

.bg-\[\#338BF6\] {
    background-color: #338bf6
}

.bg-\[\#434343\]\/\[0\.15\] {
    background-color: rgba(67,67,67,.15)
}

.bg-\[\#fff\]\/\[0\.56\] {
    background-color: hsla(0,0%,100%,.56)
}

.bg-\[\#DBE5EE\] {
    background-color: #dbe5ee
}

.bg-\[\#2FD6FB\] {
    background-color: #2fd6fb
}

.bg-\[\#F5F5F7\] {
    background-color: #f5f5f7
}

.bg-\[\#EFF4FF\] {
    background-color: #eff4ff
}

.bg-\[\#2A3867\] {
    background-color: #2a3867
}

.bg-\[\#F8FAFF\] {
    background-color: #f8faff
}

.bg-\[\#ECF2FF\] {
    background-color: #ecf2ff
}

.bg-\[\#CB8B57\] {
    background-color: #cb8b57
}

.bg-\[\#ADA174\] {
    background-color: #ada174
}

.bg-\[\#7E99DE\] {
    background-color: #7e99de
}

.bg-\[\#32A3C8\] {
    background-color: #32a3c8
}

.bg-\[\#EEBD1B\] {
    background-color: #eebd1b
}

.bg-\[\#6392EE\] {
    background-color: #6392ee
}

.bg-\[\#9C7950\] {
    background-color: #9c7950
}

.bg-\[\#72A769\] {
    background-color: #72a769
}

.bg-\[\#12132B\]\/\[0\.3\] {
    background-color: rgba(18,19,43,.3)
}

.bg-\[\#323584\]\/\[0\.4\] {
    background-color: rgba(50,53,132,.4)
}

.bg-\[\#227AFF\] {
    background-color: #227aff
}

.bg-\[\#FFDAE3\] {
    background-color: #ffdae3
}

.bg-\[\#FFFFFF\]\/\[0\.7\] {
    background-color: hsla(0,0%,100%,.7)
}

.bg-\[\#F7F8FA\] {
    background-color: #f7f8fa
}

.bg-\[\#081C41\] {
    background-color: #081c41
}

.bg-\[\#f2f5fb\] {
    background-color: #f2f5fb
}

.bg-\[\#f6f8fc\] {
    background-color: #f6f8fc
}

.bg-\[\#002b660a\] {
    background-color: #002b660a
}

.bg-\[\#006aff\] {
    background-color: #006aff
}

.bg-\[\#F0F3FA\] {
    background-color: #f0f3fa
}

.bg-\[\#306FE7\] {
    background-color: #306fe7
}

.bg-\[\#006AFF\] {
    background-color: #006aff
}

.bg-\[\#151e3680\] {
    background-color: #151e3680
}

.bg-\[\#f7f7f7\] {
    background-color: #f7f7f7
}

.bg-\[\#212132\] {
    background-color: #212132
}

.bg-\[\#303045\]\/\[0\.58\] {
    background-color: rgba(48,48,69,.58)
}

.bg-\[\#4687EC\] {
    background-color: #4687ec
}

.bg-\[\#F5F8FC\] {
    background-color: #f5f8fc
}

.bg-\[\#F9F9FB\] {
    background-color: #f9f9fb
}

.bg-\[\#3C94E4\] {
    background-color: #3c94e4
}

.bg-\[\#E9F2FC\] {
    background-color: #e9f2fc
}

.bg-\[\#2D5FE9\] {
    background-color: #2d5fe9
}

.bg-\[\#49C5FF\] {
    background-color: #49c5ff
}

.bg-\[\#B7D7FF\] {
    background-color: #b7d7ff
}

.bg-\[\#DEEBFD\] {
    background-color: #deebfd
}

.bg-\[\#6188F4\] {
    background-color: #6188f4
}

.bg-\[\#2C3F63\]\/\[0\.6\] {
    background-color: rgba(44,63,99,.6)
}

.bg-\[\#E7F2FF\] {
    background-color: #e7f2ff
}

.bg-\[\#F8FBFF\]\/\[0\.8\] {
    background-color: rgba(248,251,255,.8)
}

.bg-\[\#1B1B24\] {
    background-color: #1b1b24
}

.bg-\[\#ffffff\]\/\[0\.35\] {
    background-color: hsla(0,0%,100%,.35)
}

.bg-\[\#447AF0\] {
    background-color: #447af0
}

.bg-\[\#CADBEE\] {
    background-color: #cadbee
}

.bg-\[\#EEEEEE\] {
    background-color: #eee
}

.bg-\[\#D7D8DB\] {
    background-color: #d7d8db
}

.bg-\[\#E1E7F3\] {
    background-color: #e1e7f3
}

.bg-\[\#181B40\] {
    background-color: #181b40
}

.bg-\[\#033062\]\/\[0\.6\] {
    background-color: rgba(3,48,98,.6)
}

.bg-\[\#F2F8FF\] {
    background-color: #f2f8ff
}

.bg-\[\#DFEAFB\] {
    background-color: #dfeafb
}

.bg-\[\#2C5DE9\] {
    background-color: #2c5de9
}

.bg-\[\#DDECFF\] {
    background-color: #ddecff
}

.bg-\[\#DAEAF9\] {
    background-color: #daeaf9
}

.bg-\[\#E5E9F4\] {
    background-color: #e5e9f4
}

.bg-\[\#353A46\] {
    background-color: #353a46
}

.bg-\[\#FFA630\] {
    background-color: #ffa630
}

.bg-\[\#FF973A\] {
    background-color: #ff973a
}

.bg-\[\#1E222B\] {
    background-color: #1e222b
}

.bg-\[\#0E1931\] {
    background-color: #0e1931
}

.bg-\[\#182B50\]\/\[0\.74\] {
    background-color: rgba(24,43,80,.74)
}

.bg-\[\#FFFFFF\]\/\[0\.2\] {
    background-color: hsla(0,0%,100%,.2)
}

.bg-\[\#EFEFEF\] {
    background-color: #efefef
}

.bg-\[\#EAF1FA\] {
    background-color: #eaf1fa
}

.bg-\[\#6292FC\] {
    background-color: #6292fc
}

.bg-\[\#28344A\] {
    background-color: #28344a
}

.bg-\[\#3971EB\]\/\[0\.75\] {
    background-color: rgba(57,113,235,.75)
}

.bg-\[\#40E2FF\] {
    background-color: #40e2ff
}

.bg-\[\#DAE5F2\] {
    background-color: #dae5f2
}

.bg-\[\#B1C1CE\] {
    background-color: #b1c1ce
}

.bg-\[\#0642FF\] {
    background-color: #0642ff
}

.bg-\[\#FFBA00\] {
    background-color: #ffba00
}

.bg-\[\#83B5F3\] {
    background-color: #83b5f3
}

.bg-\[\#98C4FA\] {
    background-color: #98c4fa
}

.bg-\[\#000\]\/\[0\.5\] {
    background-color: rgba(0,0,0,.5)
}

.bg-\[\#E9F1FE\] {
    background-color: #e9f1fe
}

.bg-\[\#4EDCFA\] {
    background-color: #4edcfa
}

.bg-\[\#ffba00\] {
    background-color: #ffba00
}

.bg-\[\#e5e9f4\] {
    background-color: #e5e9f4
}

.bg-\[\#23A8FA\] {
    background-color: #23a8fa
}

.bg-\[\#C8DFFB\] {
    background-color: #c8dffb
}

.bg-\[\#ffa630\] {
    background-color: #ffa630
}

.bg-\[\#F4F6FB\] {
    background-color: #f4f6fb
}

.bg-\[\#2560FF\] {
    background-color: #2560ff
}

.bg-\[\#1B100F\] {
    background-color: #1b100f
}

.bg-\[\#243053\]\/\[0\.62\] {
    background-color: rgba(36,48,83,.62)
}

.bg-\[\#2B375C\] {
    background-color: #2b375c
}

.bg-\[\#3A77F1\] {
    background-color: #3a77f1
}

.bg-\[\#293344\]\/\[0\.61\] {
    background-color: rgba(41,51,68,.61)
}

.bg-\[\#3C71FF\] {
    background-color: #3c71ff
}

.bg-\[\#3971EB\] {
    background-color: #3971eb
}

.bg-\[\#3269FF\] {
    background-color: #3269ff
}

.bg-\[\#D5E0F3\]\/\[0\.52\] {
    background-color: rgba(213,224,243,.52)
}

.bg-\[\#eef3fc\] {
    background-color: #eef3fc
}

.bg-\[\#5D96EF\] {
    background-color: #5d96ef
}

.bg-\[\#498BF3\] {
    background-color: #498bf3
}

.bg-\[\#F6F8FC\] {
    background-color: #f6f8fc
}

.bg-\[\#2A57EF\] {
    background-color: #2a57ef
}

.bg-\[\#4A6EF2\] {
    background-color: #4a6ef2
}

.bg-\[\#3A58EE\] {
    background-color: #3a58ee
}

.bg-\[\#D5E0F3\] {
    background-color: #d5e0f3
}

.bg-\[\#EAF0FF\]\/\[0\.8\] {
    background-color: rgba(234,240,255,.8)
}

.bg-\[\#151C3D\] {
    background-color: #151c3d
}

.bg-\[\#263063\] {
    background-color: #263063
}

.bg-\[\#E1EDFD\] {
    background-color: #e1edfd
}

.bg-\[\#2A375E\]\/\[0\.7\] {
    background-color: rgba(42,55,94,.7)
}

.bg-\[\#01112E\] {
    background-color: #01112e
}

.bg-\[\#345FE8\] {
    background-color: #345fe8
}

.bg-\[\#F0F4F9\] {
    background-color: #f0f4f9
}

.bg-\[\#080D2B\]\/\[0\.4\] {
    background-color: rgba(8,13,43,.4)
}

.bg-\[\#050A2B\]\/\[0\.3\] {
    background-color: rgba(5,10,43,.3)
}

.bg-\[\#4C96EA\] {
    background-color: #4c96ea
}

.bg-\[\#F7F9FD\] {
    background-color: #f7f9fd
}

.bg-\[\#4CA2F0\] {
    background-color: #4ca2f0
}

.bg-\[\#D9EEE3\] {
    background-color: #d9eee3
}

.bg-\[\#18C468\] {
    background-color: #18c468
}

.bg-\[rgba\(226\2c 236\2c 255\2c 0\.75\)\] {
    background-color: rgba(226,236,255,.75)
}

.bg-\[\#D8EBFF\] {
    background-color: #d8ebff
}

.bg-\[\#F9FCFF\]\/\[0\.7\] {
    background-color: rgba(249,252,255,.7)
}

.bg-\[\#2F62FF\] {
    background-color: #2f62ff
}

.bg-\[\#F0F6FDda\] {
    background-color: #f0f6fdda
}

.bg-\[\#2C61EA\] {
    background-color: #2c61ea
}

.bg-\[\#090909\]\/\[0\.5\] {
    background-color: rgba(9,9,9,.5)
}

.bg-\[\#E8F1FC\] {
    background-color: #e8f1fc
}

.bg-\[\#151C37\] {
    background-color: #151c37
}

.bg-\[\#3C72FF\] {
    background-color: #3c72ff
}

.bg-\[\#3D6CFF\] {
    background-color: #3d6cff
}

.bg-\[\#33416A\] {
    background-color: #33416a
}

.bg-\[\#F4F9FF\]\/\[0\.8\] {
    background-color: rgba(244,249,255,.8)
}

.bg-\[\#B9B9B9\] {
    background-color: #b9b9b9
}

.bg-\[\#75abed\] {
    background-color: #75abed
}

.bg-\[\#C0C0C2\] {
    background-color: #c0c0c2
}

.bg-\[\#3461EB\] {
    background-color: #3461eb
}

.bg-\[\#EDEDED\]\/\[0\.08\] {
    background-color: hsla(0,0%,93%,.08)
}

.bg-\[\#F5F8FF\] {
    background-color: #f5f8ff
}

.bg-\[\#FBFBFF\] {
    background-color: #fbfbff
}

.bg-\[\#1F4DD8\] {
    background-color: #1f4dd8
}

.bg-\[\#FFF\]\/\[0\.3\] {
    background-color: hsla(0,0%,100%,.3)
}

.bg-\[\#040C25\]\/\[0\.67\] {
    background-color: rgba(4,12,37,.67)
}

.bg-\[\#fff\]\/\[0\.51\] {
    background-color: hsla(0,0%,100%,.51)
}

.bg-\[\#F3AB24\] {
    background-color: #f3ab24
}

.bg-\[\#F6F9FF\]\/\[0\.7\] {
    background-color: rgba(246,249,255,.7)
}

.bg-\[\#FEADB5\]\/\[0\.61\] {
    background-color: rgba(254,173,181,.61)
}

.bg-\[\#010A14\] {
    background-color: #010a14
}

.bg-\[\#045CC7\] {
    background-color: #045cc7
}

.bg-\[\#0E1320\] {
    background-color: #0e1320
}

.bg-\[\#081B2F\] {
    background-color: #081b2f
}

.bg-\[\#000002\] {
    background-color: #000002
}

.bg-\[\#20B8FF\] {
    background-color: #20b8ff
}

.bg-\[\#020227\] {
    background-color: #020227
}

.bg-\[\#4C76EA\] {
    background-color: #4c76ea
}

.bg-\[\#1D1140\] {
    background-color: #1d1140
}

.bg-\[\#2C2C2C\]\/\[0\.16\] {
    background-color: rgba(44,44,44,.16)
}

.bg-\[\#3E4253\]\/\[0\.5\] {
    background-color: rgba(62,66,83,.5)
}

.bg-\[\#0B1526\] {
    background-color: #0b1526
}

.bg-\[\#0F1738\]\/\[0\.5\] {
    background-color: rgba(15,23,56,.5)
}

.bg-\[\#2D9AFF\] {
    background-color: #2d9aff
}

.bg-\[\#03101D\] {
    background-color: #03101d
}

.bg-\[\#0D1218\] {
    background-color: #0d1218
}

.bg-\[\#122144\] {
    background-color: #122144
}

.bg-\[\#fafbfc\] {
    background-color: #fafbfc
}

.bg-opacity-90 {
    --tw-bg-opacity: 0.9
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops))
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right,var(--tw-gradient-stops))
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top,var(--tw-gradient-stops))
}

.bg-gradient-to-l {
    background-image: linear-gradient(to left,var(--tw-gradient-stops))
}

.from-\[\#9F3FFF\] {
    --tw-gradient-from: #9f3fff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(159,63,255,0))
}

.from-\[\#1249FF\] {
    --tw-gradient-from: #1249ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(18,73,255,0))
}

.from-\[\#fff\]\/\[0\] {
    --tw-gradient-from: hsla(0,0%,100%,0);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,0%,100%,0))
}

.from-\[\#fff\]\/\[0\.088\] {
    --tw-gradient-from: hsla(0,0%,100%,.088);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,0%,100%,0))
}

.from-\[\#ADC0FF\] {
    --tw-gradient-from: #adc0ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(173,192,255,0))
}

.from-\[\#3443FF\] {
    --tw-gradient-from: #3443ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,67,255,0))
}

.from-\[\#E8DAF9\] {
    --tw-gradient-from: #e8daf9;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(232,218,249,0))
}

.from-\[\#fff\]\/\[0\.6\] {
    --tw-gradient-from: hsla(0,0%,100%,.6);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,0%,100%,0))
}

.from-\[\#B7D7FF\] {
    --tw-gradient-from: #b7d7ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(183,215,255,0))
}

.from-\[\#92C3FF\] {
    --tw-gradient-from: #92c3ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(146,195,255,0))
}

.from-\[\#004EFF\] {
    --tw-gradient-from: #004eff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,78,255,0))
}

.from-\[\#BAE5F9\] {
    --tw-gradient-from: #bae5f9;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(186,229,249,0))
}

.from-\[\#8CDEFF\] {
    --tw-gradient-from: #8cdeff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(140,222,255,0))
}

.from-\[\#006FE9\] {
    --tw-gradient-from: #006fe9;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,111,233,0))
}

.from-\[\#BBEFF9\] {
    --tw-gradient-from: #bbeff9;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(187,239,249,0))
}

.from-\[\#C6F4FC\] {
    --tw-gradient-from: #c6f4fc;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(198,244,252,0))
}

.from-\[\#E6EFFF\] {
    --tw-gradient-from: #e6efff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(230,239,255,0))
}

.from-\[\#C31EFF\] {
    --tw-gradient-from: #c31eff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(195,30,255,0))
}

.from-\[\#DDE6FF\] {
    --tw-gradient-from: #dde6ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(221,230,255,0))
}

.from-\[\#fff\] {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,0%,100%,0))
}

.from-\[\#F1F4FB\] {
    --tw-gradient-from: #f1f4fb;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(241,244,251,0))
}

.from-\[\#E1E9FF\] {
    --tw-gradient-from: #e1e9ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(225,233,255,0))
}

.from-\[\#C9ECFF\] {
    --tw-gradient-from: #c9ecff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(201,236,255,0))
}

.from-\[\#007FFF\] {
    --tw-gradient-from: #007fff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,127,255,0))
}

.from-\[\#EBF2FD\] {
    --tw-gradient-from: #ebf2fd;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(235,242,253,0))
}

.from-\[\#4091FF\] {
    --tw-gradient-from: #4091ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(64,145,255,0))
}

.from-\[\#F6F8FA\] {
    --tw-gradient-from: #f6f8fa;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(246,248,250,0))
}

.from-\[\#EBF3FF\] {
    --tw-gradient-from: #ebf3ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(235,243,255,0))
}

.from-\[\#E3EDFF\] {
    --tw-gradient-from: #e3edff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(227,237,255,0))
}

.from-\[\#FF9C3E\] {
    --tw-gradient-from: #ff9c3e;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,156,62,0))
}

.from-\[\#FB993C\] {
    --tw-gradient-from: #fb993c;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,153,60,0))
}

.from-\[\#F77F1C\]\/\[0\.9\] {
    --tw-gradient-from: rgba(247,127,28,.9);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(247,127,28,0))
}

.from-\[\#58C8AF\]\/\[0\.77\] {
    --tw-gradient-from: rgba(88,200,175,.77);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(88,200,175,0))
}

.from-\[\#FF5852\]\/\[0\.9\] {
    --tw-gradient-from: rgba(255,88,82,.9);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,88,82,0))
}

.from-\[\#9AB9E7\] {
    --tw-gradient-from: #9ab9e7;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(154,185,231,0))
}

.from-\[\#3ACEFF\]\/\[0\.87\] {
    --tw-gradient-from: rgba(58,206,255,.87);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(58,206,255,0))
}

.from-\[\#E57600\]\/\[0\.91\] {
    --tw-gradient-from: rgba(229,118,0,.91);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,118,0,0))
}

.from-\[\#FF6A00\] {
    --tw-gradient-from: #ff6a00;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,106,0,0))
}

.from-\[\#FF6666\] {
    --tw-gradient-from: #f66;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,100%,70%,0))
}

.from-\[\#FFFFFF\]\/\[0\.4\] {
    --tw-gradient-from: hsla(0,0%,100%,.4);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,0%,100%,0))
}

.from-\[\#FFFEFE\] {
    --tw-gradient-from: #fffefe;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,254,254,0))
}

.from-\[\#FF9292\] {
    --tw-gradient-from: #ff9292;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,100%,79%,0))
}

.from-\[\#FFF4EA\] {
    --tw-gradient-from: #fff4ea;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,244,234,0))
}

.from-\[\#DFE9FF\] {
    --tw-gradient-from: #dfe9ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(223,233,255,0))
}

.from-\[\#E7D0FF\]\/\[0\.58\] {
    --tw-gradient-from: rgba(231,208,255,.58);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(231,208,255,0))
}

.from-\[\#DFF3FF\] {
    --tw-gradient-from: #dff3ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(223,243,255,0))
}

.from-\[\#C0CFFF\] {
    --tw-gradient-from: #c0cfff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(192,207,255,0))
}

.from-\[\#000\]\/\[0\.27\] {
    --tw-gradient-from: rgba(0,0,0,.27);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,transparent)
}

.from-\[\#FFFFFF\]\/\[0\.95\] {
    --tw-gradient-from: hsla(0,0%,100%,.95);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,0%,100%,0))
}

.from-\[\#CBE9FF\] {
    --tw-gradient-from: #cbe9ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(203,233,255,0))
}

.from-\[\#D0E3FF\] {
    --tw-gradient-from: #d0e3ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(208,227,255,0))
}

.from-\[\#1AEFFF\] {
    --tw-gradient-from: #1aefff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(26,239,255,0))
}

.from-\[\#E3F7EA\] {
    --tw-gradient-from: #e3f7ea;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(227,247,234,0))
}

.from-\[\#7BE19F\] {
    --tw-gradient-from: #7be19f;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(123,225,159,0))
}

.from-\[\#AFC1FF\] {
    --tw-gradient-from: #afc1ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(175,193,255,0))
}

.from-\[\#70A9FF\] {
    --tw-gradient-from: #70a9ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(112,169,255,0))
}

.from-\[\#D2E8FF\] {
    --tw-gradient-from: #d2e8ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(210,232,255,0))
}

.from-\[\#99C7FF\] {
    --tw-gradient-from: #99c7ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(153,199,255,0))
}

.from-\[\#7BCBE1\] {
    --tw-gradient-from: #7bcbe1;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(123,203,225,0))
}

.from-\[\#00219A\] {
    --tw-gradient-from: #00219a;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,33,154,0))
}

.from-\[\#537BFF\] {
    --tw-gradient-from: #537bff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(83,123,255,0))
}

.from-\[\#0066FF\] {
    --tw-gradient-from: #06f;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,102,255,0))
}

.from-\[\#D8D8D8\]\/\[0\.05\] {
    --tw-gradient-from: hsla(0,0%,85%,.05);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,0%,85%,0))
}

.from-\[\#8000FF\]\/\[0\.61\] {
    --tw-gradient-from: rgba(128,0,255,.61);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(128,0,255,0))
}

.from-\[\#D8D8D8\]\/\[0\.04\] {
    --tw-gradient-from: hsla(0,0%,85%,.04);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,0%,85%,0))
}

.from-\[\#D8D8D8\]\/\[0\.31\] {
    --tw-gradient-from: hsla(0,0%,85%,.31);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,0%,85%,0))
}

.from-\[\#D8D8D8\]\/\[0\.13\] {
    --tw-gradient-from: hsla(0,0%,85%,.13);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,0%,85%,0))
}

.from-\[\#4A72F6\] {
    --tw-gradient-from: #4a72f6;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(74,114,246,0))
}

.from-\[\#FFDBE5\] {
    --tw-gradient-from: #ffdbe5;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,219,229,0))
}

.from-\[\#EFF7FF\]\/\[0\.57\] {
    --tw-gradient-from: rgba(239,247,255,.57);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,247,255,0))
}

.from-\[\#CBE8E4\] {
    --tw-gradient-from: #cbe8e4;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(203,232,228,0))
}

.from-\[\#84C4FF\] {
    --tw-gradient-from: #84c4ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(132,196,255,0))
}

.from-\[\#BBCFFF\] {
    --tw-gradient-from: #bbcfff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(187,207,255,0))
}

.from-\[\#F3E8FA\] {
    --tw-gradient-from: #f3e8fa;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(243,232,250,0))
}

.from-\[\#FAFEFF\] {
    --tw-gradient-from: #fafeff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(250,254,255,0))
}

.from-\[\#008CFF\] {
    --tw-gradient-from: #008cff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,140,255,0))
}

.from-\[\#E2F0FF\] {
    --tw-gradient-from: #e2f0ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(226,240,255,0))
}

.from-\[\#84BFFF\] {
    --tw-gradient-from: #84bfff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(132,191,255,0))
}

.from-\[\#E1F4FF\] {
    --tw-gradient-from: #e1f4ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(225,244,255,0))
}

.from-\[\#0094FF\] {
    --tw-gradient-from: #0094ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,148,255,0))
}

.from-\[\#E5F2FF\] {
    --tw-gradient-from: #e5f2ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(229,242,255,0))
}

.from-\[\#002BFF\] {
    --tw-gradient-from: #002bff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,43,255,0))
}

.from-\[\#3AD7E9\] {
    --tw-gradient-from: #3ad7e9;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(58,215,233,0))
}

.from-\[\#FFFFFF\] {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,0%,100%,0))
}

.from-\[hsla\(0\2c 0\%\2c 0\%\2c 0\)\] {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,transparent)
}

.from-\[\#DEE1FE\] {
    --tw-gradient-from: #dee1fe;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(222,225,254,0))
}

.from-\[\#EEFAFF\] {
    --tw-gradient-from: #eefaff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(238,250,255,0))
}

.from-\[\#0055FF\] {
    --tw-gradient-from: #05f;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,85,255,0))
}

.from-\[\#53A1FF\] {
    --tw-gradient-from: #53a1ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(83,161,255,0))
}

.from-\[\#4E95FF\] {
    --tw-gradient-from: #4e95ff;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(78,149,255,0))
}

.to-\[\#08F6CE\] {
    --tw-gradient-to: #08f6ce
}

.to-\[\#10C3FF\] {
    --tw-gradient-to: #10c3ff
}

.to-\[\#fff\]\/\[0\.06\] {
    --tw-gradient-to: hsla(0,0%,100%,.06)
}

.to-\[\#fff\]\/\[0\] {
    --tw-gradient-to: hsla(0,0%,100%,0)
}

.to-\[\#F7EEFD\] {
    --tw-gradient-to: #f7eefd
}

.to-\[\#F135FF\] {
    --tw-gradient-to: #f135ff
}

.to-\[\#DADDFF\] {
    --tw-gradient-to: #daddff
}

.to-\[\#fff\]\/\[0\.9\] {
    --tw-gradient-to: hsla(0,0%,100%,.9)
}

.to-\[\#CBE7FD\] {
    --tw-gradient-to: #cbe7fd
}

.to-\[\#E7F6FD\] {
    --tw-gradient-to: #e7f6fd
}

.to-\[\#0092E5\] {
    --tw-gradient-to: #0092e5
}

.to-\[\#B2D8FF\] {
    --tw-gradient-to: #b2d8ff
}

.to-\[\#E6F7FA\] {
    --tw-gradient-to: #e6f7fa
}

.to-\[\#00ACE0\] {
    --tw-gradient-to: #00ace0
}

.to-\[\#A7E4F6\] {
    --tw-gradient-to: #a7e4f6
}

.to-\[\#E4FFFD\] {
    --tw-gradient-to: #e4fffd
}

.to-\[\#C8E9FF\] {
    --tw-gradient-to: #c8e9ff
}

.to-\[\#227CFF\] {
    --tw-gradient-to: #227cff
}

.to-\[\#E2F2FD\] {
    --tw-gradient-to: #e2f2fd
}

.to-\[\#fff\]\/\[0\.1\] {
    --tw-gradient-to: hsla(0,0%,100%,.1)
}

.to-\[\#E1E5F0\] {
    --tw-gradient-to: #e1e5f0
}

.to-\[\#DBE6FF\] {
    --tw-gradient-to: #dbe6ff
}

.to-\[\#DBE6FF\]\/\[0\.74\] {
    --tw-gradient-to: rgba(219,230,255,.74)
}

.to-\[\#DDF3FF\] {
    --tw-gradient-to: #ddf3ff
}

.to-\[\#36F1FF\] {
    --tw-gradient-to: #36f1ff
}

.to-\[\#EBF2FD\]\/\[0\] {
    --tw-gradient-to: rgba(235,242,253,0)
}

.to-\[\#0F71F6\] {
    --tw-gradient-to: #0f71f6
}

.to-\[\#fff\] {
    --tw-gradient-to: #fff
}

.to-\[\#CCE5FF\] {
    --tw-gradient-to: #cce5ff
}

.to-\[\#E5F1FF\] {
    --tw-gradient-to: #e5f1ff
}

.to-\[\#E6F5FF\] {
    --tw-gradient-to: #e6f5ff
}

.to-\[\#FF603E\] {
    --tw-gradient-to: #ff603e
}

.to-\[\#FF6645\] {
    --tw-gradient-to: #ff6645
}

.to-\[\#F04242\]\/\[0\.63\] {
    --tw-gradient-to: rgba(240,66,66,.63)
}

.to-\[\#2BA58A\]\/\[0\.8\] {
    --tw-gradient-to: rgba(43,165,138,.8)
}

.to-\[\#FF5D5D\]\/\[0\.63\] {
    --tw-gradient-to: rgba(255,93,93,.63)
}

.to-\[\#9AB9E7\]\/\[0\.93\] {
    --tw-gradient-to: rgba(154,185,231,.93)
}

.to-\[\#32A2FF\]\/\[0\.67\] {
    --tw-gradient-to: rgba(50,162,255,.67)
}

.to-\[\#E8B305\]\/\[0\.80\] {
    --tw-gradient-to: rgba(232,179,5,.8)
}

.to-\[\#FF4646\] {
    --tw-gradient-to: #ff4646
}

.to-\[\#FFA84A\] {
    --tw-gradient-to: #ffa84a
}

.to-\[\#FFECE4\]\/\[0\.4\] {
    --tw-gradient-to: rgba(255,236,228,.4)
}

.to-\[\#FAF3EB\] {
    --tw-gradient-to: #faf3eb
}

.to-\[\#FFE5E5\] {
    --tw-gradient-to: #ffe5e5
}

.to-\[\#FFFEFE\] {
    --tw-gradient-to: #fffefe
}

.to-\[\#E6EEFF\] {
    --tw-gradient-to: #e6eeff
}

.to-\[\#EBD8FF\]\/\[0\.51\] {
    --tw-gradient-to: rgba(235,216,255,.51)
}

.to-\[\#DAF1FF\] {
    --tw-gradient-to: #daf1ff
}

.to-\[\#DBE9FF\] {
    --tw-gradient-to: #dbe9ff
}

.to-\[\#000\]\/\[0\.11\] {
    --tw-gradient-to: rgba(0,0,0,.11)
}

.to-\[\#FFF8EA\]\/\[0\.85\] {
    --tw-gradient-to: rgba(255,248,234,.85)
}

.to-\[\#E3EEFF\] {
    --tw-gradient-to: #e3eeff
}

.to-\[\#B2D1FF\] {
    --tw-gradient-to: #b2d1ff
}

.to-\[\#0068FF\] {
    --tw-gradient-to: #0068ff
}

.to-\[\#D8F6FF\] {
    --tw-gradient-to: #d8f6ff
}

.to-\[\#47C59D\] {
    --tw-gradient-to: #47c59d
}

.to-\[\#F2EBFD\] {
    --tw-gradient-to: #f2ebfd
}

.to-\[\#4D4AFF\] {
    --tw-gradient-to: #4d4aff
}

.to-\[\#DCEAFF\] {
    --tw-gradient-to: #dceaff
}

.to-\[\#D4EBFD\] {
    --tw-gradient-to: #d4ebfd
}

.to-\[\#3DC2FF\] {
    --tw-gradient-to: #3dc2ff
}

.to-\[\#000652\] {
    --tw-gradient-to: #000652
}

.to-\[\#368CFF\] {
    --tw-gradient-to: #368cff
}

.to-\[\#418DFF\] {
    --tw-gradient-to: #418dff
}

.to-\[\#D8D8D8\]\/\[0\.06\] {
    --tw-gradient-to: hsla(0,0%,85%,.06)
}

.to-\[\#923EFF\]\/\[0\.28\] {
    --tw-gradient-to: rgba(146,62,255,.28)
}

.to-\[\#D8D8D8\]\/\[0\.09\] {
    --tw-gradient-to: hsla(0,0%,85%,.09)
}

.to-\[\#D8D8D8\]\/\[0\.26\] {
    --tw-gradient-to: hsla(0,0%,85%,.26)
}

.to-\[\#3A89FF\] {
    --tw-gradient-to: #3a89ff
}

.to-\[\#FFCAC7\] {
    --tw-gradient-to: #ffcac7
}

.to-\[\#EFF7FF\] {
    --tw-gradient-to: #eff7ff
}

.to-\[\#D8F9F0\] {
    --tw-gradient-to: #d8f9f0
}

.to-\[\#EBF3FF\] {
    --tw-gradient-to: #ebf3ff
}

.to-\[\#4D2DFF\] {
    --tw-gradient-to: #4d2dff
}

.to-\[\#F3F7FF\] {
    --tw-gradient-to: #f3f7ff
}

.to-\[\#F3E8FA\] {
    --tw-gradient-to: #f3e8fa
}

.to-\[\#EFFDFF\]\/\[0\] {
    --tw-gradient-to: rgba(239,253,255,0)
}

.to-\[\#00C8FF\] {
    --tw-gradient-to: #00c8ff
}

.to-\[\#ECF4FF\] {
    --tw-gradient-to: #ecf4ff
}

.to-\[\#3D98FF\] {
    --tw-gradient-to: #3d98ff
}

.to-\[\#E8F6FF\] {
    --tw-gradient-to: #e8f6ff
}

.to-\[\#578AFF\]\/\[0\.47\] {
    --tw-gradient-to: rgba(87,138,255,.47)
}

.to-\[\#4097FF\] {
    --tw-gradient-to: #4097ff
}

.to-\[\#575AFF\]\/\[0\.47\] {
    --tw-gradient-to: rgba(87,90,255,.47)
}

.to-\[\#1AA5D3\]\/\[0\.47\] {
    --tw-gradient-to: rgba(26,165,211,.47)
}

.to-\[\#40DFFF\] {
    --tw-gradient-to: #40dfff
}

.to-\[\#F1F6FF\] {
    --tw-gradient-to: #f1f6ff
}

.to-\[hsla\(0\2c 0\%\2c 0\%\2c 1\)\] {
    --tw-gradient-to: #000
}

.to-\[\#A3A7D5\] {
    --tw-gradient-to: #a3a7d5
}

.to-\[\#D3D6F1\] {
    --tw-gradient-to: #d3d6f1
}

.to-\[\#39EEFA\] {
    --tw-gradient-to: #39eefa
}

.to-\[\#3DBBFF\] {
    --tw-gradient-to: #3dbbff
}

.to-\[\#3FFDAE\] {
    --tw-gradient-to: #3ffdae
}

.bg-contain {
    background-size: contain
}

.bg-cover {
    background-size: cover
}

.bg-local {
    background-attachment: local
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
}

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

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

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

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

.p-\[1px\] {
    padding: 1px
}

.p-\[20px\] {
    padding: 20px
}

.p-\[2px\] {
    padding: 2px
}

.p-\[10px\] {
    padding: 10px
}

.p-\[1\.5px\] {
    padding: 1.5px
}

.p-\[1\.4px\] {
    padding: 1.4px
}

.p-\[3px\] {
    padding: 3px
}

.p-\[32px\] {
    padding: 32px
}

.px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px
}

.py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px
}

.py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px
}

.px-\[26px\] {
    padding-left: 26px;
    padding-right: 26px
}

.py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px
}

.px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px
}

.px-\[28px\] {
    padding-left: 28px;
    padding-right: 28px
}

.py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px
}

.px-\[7px\] {
    padding-left: 7px;
    padding-right: 7px
}

.py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px
}

.py-\[7px\] {
    padding-top: 7px;
    padding-bottom: 7px
}

.px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px
}

.py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px
}

.px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px
}

.px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px
}

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px
}

.px-\[54px\] {
    padding-left: 54px;
    padding-right: 54px
}

.px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px
}

.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px
}

.py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px
}

.px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px
}

.px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px
}

.px-\[44px\] {
    padding-left: 44px;
    padding-right: 44px
}

.px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px
}

.py-\[11px\] {
    padding-top: 11px;
    padding-bottom: 11px
}

.px-\[58px\] {
    padding-left: 58px;
    padding-right: 58px
}

.px-\[76px\] {
    padding-left: 76px;
    padding-right: 76px
}

.px-\[52px\] {
    padding-left: 52px;
    padding-right: 52px
}

.px-\[33px\] {
    padding-left: 33px;
    padding-right: 33px
}

.py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px
}

.px-\[134px\] {
    padding-left: 134px;
    padding-right: 134px
}

.px-\[75px\] {
    padding-left: 75px;
    padding-right: 75px
}

.px-\[42px\] {
    padding-left: 42px;
    padding-right: 42px
}

.px-\[154px\] {
    padding-left: 154px;
    padding-right: 154px
}

.px-\[19px\] {
    padding-left: 19px;
    padding-right: 19px
}

.px-\[46px\] {
    padding-left: 46px;
    padding-right: 46px
}

.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px
}

.px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px
}

.px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px
}

.py-\[121px\] {
    padding-top: 121px;
    padding-bottom: 121px
}

.py-\[17px\] {
    padding-top: 17px;
    padding-bottom: 17px
}

.px-\[79px\] {
    padding-left: 79px;
    padding-right: 79px
}

.py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px
}

.px-\[38px\] {
    padding-left: 38px;
    padding-right: 38px
}

.px-\[56px\] {
    padding-left: 56px;
    padding-right: 56px
}

.py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px
}

.px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px
}

.py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px
}

.px-\[130px\] {
    padding-left: 130px;
    padding-right: 130px
}

.py-\[28px\] {
    padding-top: 28px;
    padding-bottom: 28px
}

.px-\[31px\] {
    padding-left: 31px;
    padding-right: 31px
}

.py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px
}

.px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px
}

.px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px
}

.px-\[27px\] {
    padding-left: 27px;
    padding-right: 27px
}

.px-\[17px\] {
    padding-left: 17px;
    padding-right: 17px
}

.py-\[9px\] {
    padding-top: 9px;
    padding-bottom: 9px
}

.px-\[55px\] {
    padding-left: 55px;
    padding-right: 55px
}

.px-\[198px\] {
    padding-left: 198px;
    padding-right: 198px
}

.px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px
}

.px-\[64px\] {
    padding-left: 64px;
    padding-right: 64px
}

.py-\[42px\] {
    padding-top: 42px;
    padding-bottom: 42px
}

.px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px
}

.px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px
}

.px-\[23px\] {
    padding-left: 23px;
    padding-right: 23px
}

.px-\[74px\] {
    padding-left: 74px;
    padding-right: 74px
}

.px-\[53px\] {
    padding-left: 53px;
    padding-right: 53px
}

.py-\[19px\] {
    padding-top: 19px;
    padding-bottom: 19px
}

.py-\[56px\] {
    padding-top: 56px;
    padding-bottom: 56px
}

.py-\[68px\] {
    padding-top: 68px;
    padding-bottom: 68px
}

.px-\[188px\] {
    padding-left: 188px;
    padding-right: 188px
}

.px-\[92px\] {
    padding-left: 92px;
    padding-right: 92px
}

.px-\[39px\] {
    padding-left: 39px;
    padding-right: 39px
}

.px-\[115px\] {
    padding-left: 115px;
    padding-right: 115px
}

.px-\[190px\] {
    padding-left: 190px;
    padding-right: 190px
}

.px-\[66px\] {
    padding-left: 66px;
    padding-right: 66px
}

.px-\[36px\] {
    padding-left: 36px;
    padding-right: 36px
}

.px-\[140px\] {
    padding-left: 140px;
    padding-right: 140px
}

.px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px
}

.px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px
}

.px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px
}

.px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px
}

.px-\[65px\] {
    padding-left: 65px;
    padding-right: 65px
}

.px-\[110px\] {
    padding-left: 110px;
    padding-right: 110px
}

.px-\[51px\] {
    padding-left: 51px;
    padding-right: 51px
}

.py-\[31px\] {
    padding-top: 31px;
    padding-bottom: 31px
}

.px-\[11px\] {
    padding-left: 11px;
    padding-right: 11px
}

.px-\[150px\] {
    padding-left: 150px;
    padding-right: 150px
}

.py-\[21px\] {
    padding-top: 21px;
    padding-bottom: 21px
}

.px-\[43px\] {
    padding-left: 43px;
    padding-right: 43px
}

.px-\[72px\] {
    padding-left: 72px;
    padding-right: 72px
}

.px-\[9px\] {
    padding-left: 9px;
    padding-right: 9px
}

.py-\[59px\] {
    padding-top: 59px;
    padding-bottom: 59px
}

.px-\[29px\] {
    padding-left: 29px;
    padding-right: 29px
}

.py-\[95px\] {
    padding-top: 95px;
    padding-bottom: 95px
}

.py-\[23px\] {
    padding-top: 23px;
    padding-bottom: 23px
}

.px-\[34px\] {
    padding-left: 34px;
    padding-right: 34px
}

.py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px
}

.py-\[110px\] {
    padding-top: 110px;
    padding-bottom: 110px
}

.px-\[93px\] {
    padding-left: 93px;
    padding-right: 93px
}

.px-\[85px\] {
    padding-left: 85px;
    padding-right: 85px
}

.px-\[82px\] {
    padding-left: 82px;
    padding-right: 82px
}

.px-\[73px\] {
    padding-left: 73px;
    padding-right: 73px
}

.py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px
}

.py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px
}

.px-\[67px\] {
    padding-left: 67px;
    padding-right: 67px
}

.py-\[26px\] {
    padding-top: 26px;
    padding-bottom: 26px
}

.px-\[106px\] {
    padding-left: 106px;
    padding-right: 106px
}

.px-\[68px\] {
    padding-left: 68px;
    padding-right: 68px
}

.py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px
}

.py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px
}

.px-\[166px\] {
    padding-left: 166px;
    padding-right: 166px
}

.px-\[41px\] {
    padding-left: 41px;
    padding-right: 41px
}

.py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px
}

.px-\[123px\] {
    padding-left: 123px;
    padding-right: 123px
}

.px-\[63px\] {
    padding-left: 63px;
    padding-right: 63px
}

.py-\[63px\] {
    padding-top: 63px;
    padding-bottom: 63px
}

.px-\[230px\] {
    padding-left: 230px;
    padding-right: 230px
}

.pt-\[20px\] {
    padding-top: 20px
}

.pt-\[124px\] {
    padding-top: 124px
}

.pt-\[118px\] {
    padding-top: 118px
}

.pt-\[31px\] {
    padding-top: 31px
}

.pb-\[36px\] {
    padding-bottom: 36px
}

.pl-\[21px\] {
    padding-left: 21px
}

.pl-\[64px\] {
    padding-left: 64px
}

.pt-\[120px\] {
    padding-top: 120px
}

.pb-\[38px\] {
    padding-bottom: 38px
}

.pt-\[12px\] {
    padding-top: 12px
}

.pt-\[72px\] {
    padding-top: 72px
}

.pl-\[105px\] {
    padding-left: 105px
}

.pt-\[74px\] {
    padding-top: 74px
}

.pb-\[95px\] {
    padding-bottom: 95px
}

.pt-\[75px\] {
    padding-top: 75px
}

.pt-\[10px\] {
    padding-top: 10px
}

.pl-\[10px\] {
    padding-left: 10px
}

.pl-\[9px\] {
    padding-left: 9px
}

.pt-\[6px\] {
    padding-top: 6px
}

.pb-\[12px\] {
    padding-bottom: 12px
}

.pt-\[46px\] {
    padding-top: 46px
}

.pt-\[76px\] {
    padding-top: 76px
}

.pr-\[33px\] {
    padding-right: 33px
}

.pb-\[20px\] {
    padding-bottom: 20px
}

.pb-\[27px\] {
    padding-bottom: 27px
}

.pt-\[13px\] {
    padding-top: 13px
}

.pl-\[17px\] {
    padding-left: 17px
}

.pt-\[18px\] {
    padding-top: 18px
}

.pl-\[12px\] {
    padding-left: 12px
}

.pt-\[16px\] {
    padding-top: 16px
}

.pt-\[15px\] {
    padding-top: 15px
}

.pb-\[16px\] {
    padding-bottom: 16px
}

.pt-\[60px\] {
    padding-top: 60px
}

.pt-\[130px\] {
    padding-top: 130px
}

.pt-\[52px\] {
    padding-top: 52px
}

.pt-\[21px\] {
    padding-top: 21px
}

.pl-\[44px\] {
    padding-left: 44px
}

.pt-\[30px\] {
    padding-top: 30px
}

.pt-\[240px\] {
    padding-top: 240px
}

.pt-\[88px\] {
    padding-top: 88px
}

.pb-\[47px\] {
    padding-bottom: 47px
}

.pb-\[35px\] {
    padding-bottom: 35px
}

.pl-\[22px\] {
    padding-left: 22px
}

.pl-\[25px\] {
    padding-left: 25px
}

.pt-\[37px\] {
    padding-top: 37px
}

.pb-\[24px\] {
    padding-bottom: 24px
}

.pl-\[16px\] {
    padding-left: 16px
}

.pr-\[16px\] {
    padding-right: 16px
}

.pt-\[69px\] {
    padding-top: 69px
}

.pt-\[65px\] {
    padding-top: 65px
}

.pt-\[50px\] {
    padding-top: 50px
}

.pt-\[100px\] {
    padding-top: 100px
}

.pt-\[116px\] {
    padding-top: 116px
}

.pt-\[24px\] {
    padding-top: 24px
}

.pt-\[17px\] {
    padding-top: 17px
}

.pt-\[14px\] {
    padding-top: 14px
}

.pl-\[38px\] {
    padding-left: 38px
}

.pl-\[41px\] {
    padding-left: 41px
}

.pl-\[74px\] {
    padding-left: 74px
}

.pt-\[117px\] {
    padding-top: 117px
}

.pt-\[49px\] {
    padding-top: 49px
}

.pl-\[5px\] {
    padding-left: 5px
}

.pl-\[53px\] {
    padding-left: 53px
}

.pt-\[35px\] {
    padding-top: 35px
}

.pb-\[29px\] {
    padding-bottom: 29px
}

.pb-\[4px\] {
    padding-bottom: 4px
}

.pl-\[2px\] {
    padding-left: 2px
}

.pl-\[47px\] {
    padding-left: 47px
}

.pt-\[5px\] {
    padding-top: 5px
}

.pt-\[61px\] {
    padding-top: 61px
}

.pt-\[22px\] {
    padding-top: 22px
}

.pt-\[98px\] {
    padding-top: 98px
}

.pl-\[151px\] {
    padding-left: 151px
}

.pt-\[104px\] {
    padding-top: 104px
}

.pt-\[27px\] {
    padding-top: 27px
}

.pt-\[132px\] {
    padding-top: 132px
}

.pl-\[92px\] {
    padding-left: 92px
}

.pt-\[161px\] {
    padding-top: 161px
}

.pt-\[220px\] {
    padding-top: 220px
}

.pt-\[322px\] {
    padding-top: 322px
}

.pl-\[24px\] {
    padding-left: 24px
}

.pl-\[30px\] {
    padding-left: 30px
}

.pl-\[8px\] {
    padding-left: 8px
}

.pl-\[20px\] {
    padding-left: 20px
}

.pr-\[20px\] {
    padding-right: 20px
}

.pt-\[45px\] {
    padding-top: 45px
}

.pl-\[45px\] {
    padding-left: 45px
}

.pt-\[176px\] {
    padding-top: 176px
}

.pt-\[95px\] {
    padding-top: 95px
}

.pt-\[48px\] {
    padding-top: 48px
}

.pl-\[54px\] {
    padding-left: 54px
}

.pl-\[70px\] {
    padding-left: 70px
}

.pt-\[64px\] {
    padding-top: 64px
}

.pt-\[94px\] {
    padding-top: 94px
}

.pt-\[40px\] {
    padding-top: 40px
}

.pt-\[56px\] {
    padding-top: 56px
}

.pt-\[92px\] {
    padding-top: 92px
}

.pt-\[28px\] {
    padding-top: 28px
}

.pt-\[81px\] {
    padding-top: 81px
}

.pt-\[119px\] {
    padding-top: 119px
}

.pt-\[55px\] {
    padding-top: 55px
}

.pb-\[34px\] {
    padding-bottom: 34px
}

.pl-\[76px\] {
    padding-left: 76px
}

.pl-\[344px\] {
    padding-left: 344px
}

.pt-\[96px\] {
    padding-top: 96px
}

.pt-\[110px\] {
    padding-top: 110px
}

.pt-\[39px\] {
    padding-top: 39px
}

.pt-\[43px\] {
    padding-top: 43px
}

.pt-\[113px\] {
    padding-top: 113px
}

.pl-\[7px\] {
    padding-left: 7px
}

.pr-\[4px\] {
    padding-right: 4px
}

.pt-0 {
    padding-top: 0
}

.pl-0 {
    padding-left: 0
}

.pt-\[26px\] {
    padding-top: 26px
}

.pl-\[26px\] {
    padding-left: 26px
}

.pt-\[206px\] {
    padding-top: 206px
}

.pt-\[121px\] {
    padding-top: 121px
}

.pt-\[157px\] {
    padding-top: 157px
}

.pb-\[114px\] {
    padding-bottom: 114px
}

.pt-\[139px\] {
    padding-top: 139px
}

.pb-\[69px\] {
    padding-bottom: 69px
}

.pb-\[132px\] {
    padding-bottom: 132px
}

.pb-\[7px\] {
    padding-bottom: 7px
}

.pt-\[44px\] {
    padding-top: 44px
}

.pb-\[8px\] {
    padding-bottom: 8px
}

.pt-\[79px\] {
    padding-top: 79px
}

.pb-\[33px\] {
    padding-bottom: 33px
}

.pb-\[115px\] {
    padding-bottom: 115px
}

.pt-\[89px\] {
    padding-top: 89px
}

.pt-\[97px\] {
    padding-top: 97px
}

.pt-\[194px\] {
    padding-top: 194px
}

.pl-\[23px\] {
    padding-left: 23px
}

.pt-\[107px\] {
    padding-top: 107px
}

.pb-\[46px\] {
    padding-bottom: 46px
}

.pl-\[58px\] {
    padding-left: 58px
}

.pr-\[60px\] {
    padding-right: 60px
}

.pt-\[4px\] {
    padding-top: 4px
}

.pt-\[106px\] {
    padding-top: 106px
}

.pt-\[47px\] {
    padding-top: 47px
}

.pb-\[30px\] {
    padding-bottom: 30px
}

.pt-\[102px\] {
    padding-top: 102px
}

.pt-\[105px\] {
    padding-top: 105px
}

.pt-\[25px\] {
    padding-top: 25px
}

.pt-\[133px\] {
    padding-top: 133px
}

.pl-\[42px\] {
    padding-left: 42px
}

.pl-\[170px\] {
    padding-left: 170px
}

.pr-\[241px\] {
    padding-right: 241px
}

.pt-\[170px\] {
    padding-top: 170px
}

.pt-\[90px\] {
    padding-top: 90px
}

.pl-\[33px\] {
    padding-left: 33px
}

.pt-\[85px\] {
    padding-top: 85px
}

.pb-\[10px\] {
    padding-bottom: 10px
}

.pr-\[10px\] {
    padding-right: 10px
}

.pl-\[48px\] {
    padding-left: 48px
}

.pl-\[11px\] {
    padding-left: 11px
}

.pt-\[188px\] {
    padding-top: 188px
}

.pl-\[61px\] {
    padding-left: 61px
}

.pl-\[4px\] {
    padding-left: 4px
}

.pt-\[82px\] {
    padding-top: 82px
}

.pt-\[29px\] {
    padding-top: 29px
}

.pt-\[153px\] {
    padding-top: 153px
}

.pt-\[91px\] {
    padding-top: 91px
}

.pt-\[32px\] {
    padding-top: 32px
}

.pt-\[93px\] {
    padding-top: 93px
}

.pb-\[45px\] {
    padding-bottom: 45px
}

.pt-\[114px\] {
    padding-top: 114px
}

.pt-\[179px\] {
    padding-top: 179px
}

.pb-\[165px\] {
    padding-bottom: 165px
}

.pt-\[38px\] {
    padding-top: 38px
}

.pb-\[85px\] {
    padding-bottom: 85px
}

.pb-\[90px\] {
    padding-bottom: 90px
}

.pt-\[262px\] {
    padding-top: 262px
}

.pt-\[339px\] {
    padding-top: 339px
}

.pb-\[278px\] {
    padding-bottom: 278px
}

.pl-\[35px\] {
    padding-left: 35px
}

.pt-\[129px\] {
    padding-top: 129px
}

.pb-\[123px\] {
    padding-bottom: 123px
}

.pt-\[233px\] {
    padding-top: 233px
}

.pt-\[138px\] {
    padding-top: 138px
}

.pb-\[88px\] {
    padding-bottom: 88px
}

.pl-\[55px\] {
    padding-left: 55px
}

.pb-\[76px\] {
    padding-bottom: 76px
}

.pt-\[159px\] {
    padding-top: 159px
}

.pb-\[168px\] {
    padding-bottom: 168px
}

.pr-\[17px\] {
    padding-right: 17px
}

.pt-\[136px\] {
    padding-top: 136px
}

.pl-\[34px\] {
    padding-left: 34px
}

.pr-\[41px\] {
    padding-right: 41px
}

.pb-\[74px\] {
    padding-bottom: 74px
}

.pt-\[70px\] {
    padding-top: 70px
}

.pb-\[108px\] {
    padding-bottom: 108px
}

.pb-\[28px\] {
    padding-bottom: 28px
}

.pt-\[135px\] {
    padding-top: 135px
}

.pb-\[107px\] {
    padding-bottom: 107px
}

.pl-\[28px\] {
    padding-left: 28px
}

.pt-\[144px\] {
    padding-top: 144px
}

.pb-\[120px\] {
    padding-bottom: 120px
}

.pb-\[60px\] {
    padding-bottom: 60px
}

.pb-\[106px\] {
    padding-bottom: 106px
}

.pl-\[40px\] {
    padding-left: 40px
}

.pt-\[7px\] {
    padding-top: 7px
}

.pt-\[23px\] {
    padding-top: 23px
}

.pl-\[37px\] {
    padding-left: 37px
}

.pt-\[51px\] {
    padding-top: 51px
}

.pl-\[40\%\] {
    padding-left: 40%
}

.pl-\[642px\] {
    padding-left: 642px
}

.pl-\[39px\] {
    padding-left: 39px
}

.pb-\[13px\] {
    padding-bottom: 13px
}

.pt-\[83px\] {
    padding-top: 83px
}

.pr-\[35px\] {
    padding-right: 35px
}

.pt-\[80px\] {
    padding-top: 80px
}

.pl-\[100px\] {
    padding-left: 100px
}

.pl-\[60px\] {
    padding-left: 60px
}

.pt-\[78px\] {
    padding-top: 78px
}

.pb-\[41px\] {
    padding-bottom: 41px
}

.pt-\[87px\] {
    padding-top: 87px
}

.pl-\[50px\] {
    padding-left: 50px
}

.pb-\[49px\] {
    padding-bottom: 49px
}

.pb-\[48px\] {
    padding-bottom: 48px
}

.pb-\[40px\] {
    padding-bottom: 40px
}

.pr-\[24px\] {
    padding-right: 24px
}

.pb-\[22px\] {
    padding-bottom: 22px
}

.pr-\[56px\] {
    padding-right: 56px
}

.pt-\[191px\] {
    padding-top: 191px
}

.pt-\[165px\] {
    padding-top: 165px
}

.pt-\[34px\] {
    padding-top: 34px
}

.pt-\[33px\] {
    padding-top: 33px
}

.pt-\[11px\] {
    padding-top: 11px
}

.pl-\[36px\] {
    padding-left: 36px
}

.pr-\[80px\] {
    padding-right: 80px
}

.pt-\[9px\] {
    padding-top: 9px
}

.pr-\[39px\] {
    padding-right: 39px
}

.pl-\[31px\] {
    padding-left: 31px
}

.pr-\[65px\] {
    padding-right: 65px
}

.pt-\[168px\] {
    padding-top: 168px
}

.pt-\[198px\] {
    padding-top: 198px
}

.pl-\[95px\] {
    padding-left: 95px
}

.pr-\[300px\] {
    padding-right: 300px
}

.pl-\[57px\] {
    padding-left: 57px
}

.pl-\[56px\] {
    padding-left: 56px
}

.pl-\[82px\] {
    padding-left: 82px
}

.pr-\[106px\] {
    padding-right: 106px
}

.pt-\[140px\] {
    padding-top: 140px
}

.pt-\[137px\] {
    padding-top: 137px
}

.pl-\[473px\] {
    padding-left: 473px
}

.pl-\[15px\] {
    padding-left: 15px
}

.pr-\[88px\] {
    padding-right: 88px
}

.pt-\[41px\] {
    padding-top: 41px
}

.pr-\[100px\] {
    padding-right: 100px
}

.pl-\[29px\] {
    padding-left: 29px
}

.pt-\[187px\] {
    padding-top: 187px
}

.pl-\[46px\] {
    padding-left: 46px
}

.pl-\[67px\] {
    padding-left: 67px
}

.pl-\[62px\] {
    padding-left: 62px
}

.pb-\[14px\] {
    padding-bottom: 14px
}

.pt-\[213px\] {
    padding-top: 213px
}

.pr-\[14px\] {
    padding-right: 14px
}

.pt-\[36px\] {
    padding-top: 36px
}

.pl-\[32px\] {
    padding-left: 32px
}

.pl-\[96px\] {
    padding-left: 96px
}

.pl-\[224px\] {
    padding-left: 224px
}

.pt-\[160px\] {
    padding-top: 160px
}

.pt-\[42px\] {
    padding-top: 42px
}

.pr-\[25px\] {
    padding-right: 25px
}

.pr-\[44px\] {
    padding-right: 44px
}

.pt-\[173px\] {
    padding-top: 173px
}

.pr-\[30px\] {
    padding-right: 30px
}

.pl-\[27px\] {
    padding-left: 27px
}

.pt-\[203px\] {
    padding-top: 203px
}

.pl-\[18px\] {
    padding-left: 18px
}

.pt-\[86px\] {
    padding-top: 86px
}

.pt-\[77px\] {
    padding-top: 77px
}

.pl-\[80px\] {
    padding-left: 80px
}

.pt-\[58px\] {
    padding-top: 58px
}

.pt-\[239px\] {
    padding-top: 239px
}

.pt-\[99px\] {
    padding-top: 99px
}

.pr-\[32px\] {
    padding-right: 32px
}

.pb-\[21px\] {
    padding-bottom: 21px
}

.pt-\[71px\] {
    padding-top: 71px
}

.pt-\[108px\] {
    padding-top: 108px
}

.pl-\[78px\] {
    padding-left: 78px
}

.pt-\[63px\] {
    padding-top: 63px
}

.pl-\[99px\] {
    padding-left: 99px
}

.pt-\[103px\] {
    padding-top: 103px
}

.pt-\[210px\] {
    padding-top: 210px
}

.pb-\[50px\] {
    padding-bottom: 50px
}

.pl-\[13px\] {
    padding-left: 13px
}

.pt-\[155px\] {
    padding-top: 155px
}

.pb-\[9px\] {
    padding-bottom: 9px
}

.pr-\[9px\] {
    padding-right: 9px
}

.pb-\[80px\] {
    padding-bottom: 80px
}

.pb-\[70px\] {
    padding-bottom: 70px
}

.pl-\[157px\] {
    padding-left: 157px
}

.pr-\[184px\] {
    padding-right: 184px
}

.pt-\[200px\] {
    padding-top: 200px
}

.pt-\[111px\] {
    padding-top: 111px
}

.pt-\[189px\] {
    padding-top: 189px
}

.pl-\[159px\] {
    padding-left: 159px
}

.pr-\[34px\] {
    padding-right: 34px
}

.pb-\[19px\] {
    padding-bottom: 19px
}

.pr-\[115px\] {
    padding-right: 115px
}

.pt-\[115px\] {
    padding-top: 115px
}

.pt-\[212px\] {
    padding-top: 212px
}

.pt-\[53px\] {
    padding-top: 53px
}

.pl-\[59px\] {
    padding-left: 59px
}

.pr-\[18px\] {
    padding-right: 18px
}

.pb-\[23px\] {
    padding-bottom: 23px
}

.pt-\[227px\] {
    padding-top: 227px
}

.pl-\[83px\] {
    padding-left: 83px
}

.pt-\[73px\] {
    padding-top: 73px
}

.pt-\[19px\] {
    padding-top: 19px
}

.pt-\[66px\] {
    padding-top: 66px
}

.pl-\[81px\] {
    padding-left: 81px
}

.pt-\[180px\] {
    padding-top: 180px
}

.pb-\[56px\] {
    padding-bottom: 56px
}

.pr-\[70px\] {
    padding-right: 70px
}

.pt-\[235px\] {
    padding-top: 235px
}

.pl-\[480px\] {
    padding-left: 480px
}

.pl-\[281px\] {
    padding-left: 281px
}

.pl-\[73px\] {
    padding-left: 73px
}

.pt-\[143px\] {
    padding-top: 143px
}

.pr-\[12px\] {
    padding-right: 12px
}

.pr-\[15px\] {
    padding-right: 15px
}

.pt-\[8px\] {
    padding-top: 8px
}

.pl-\[79px\] {
    padding-left: 79px
}

.pl-\[43px\] {
    padding-left: 43px
}

.pl-\[93px\] {
    padding-left: 93px
}

.pl-\[19px\] {
    padding-left: 19px
}

.pr-\[120px\] {
    padding-right: 120px
}

.pr-\[75px\] {
    padding-right: 75px
}

.pb-\[17px\] {
    padding-bottom: 17px
}

.pt-\[123px\] {
    padding-top: 123px
}

.pt-\[151px\] {
    padding-top: 151px
}

.pl-\[91px\] {
    padding-left: 91px
}

.pt-\[62px\] {
    padding-top: 62px
}

.pt-\[128px\] {
    padding-top: 128px
}

.pr-\[22px\] {
    padding-right: 22px
}

.pt-\[142px\] {
    padding-top: 142px
}

.pb-\[11px\] {
    padding-bottom: 11px
}

.pb-\[103px\] {
    padding-bottom: 103px
}

.pb-\[52px\] {
    padding-bottom: 52px
}

.pl-\[52px\] {
    padding-left: 52px
}

.pt-\[131px\] {
    padding-top: 131px
}

.pl-\[260px\] {
    padding-left: 260px
}

.pb-\[18px\] {
    padding-bottom: 18px
}

.pb-\[15px\] {
    padding-bottom: 15px
}

.pt-\[84px\] {
    padding-top: 84px
}

.pt-\[109px\] {
    padding-top: 109px
}

.pr-\[59px\] {
    padding-right: 59px
}

.pt-\[174px\] {
    padding-top: 174px
}

.pt-\[214px\] {
    padding-top: 214px
}

.pt-\[258px\] {
    padding-top: 258px
}

.pt-\[162px\] {
    padding-top: 162px
}

.pr-\[40px\] {
    padding-right: 40px
}

.pl-\[107px\] {
    padding-left: 107px
}

.pt-\[221px\] {
    padding-top: 221px
}

.pt-\[152px\] {
    padding-top: 152px
}

.pr-\[31px\] {
    padding-right: 31px
}

.pt-\[141px\] {
    padding-top: 141px
}

.pt-\[149px\] {
    padding-top: 149px
}

.pr-\[29px\] {
    padding-right: 29px
}

.pt-\[148px\] {
    padding-top: 148px
}

.pl-\[121px\] {
    padding-left: 121px
}

.pl-\[119px\] {
    padding-left: 119px
}

.pt-\[59px\] {
    padding-top: 59px
}

.pt-\[279px\] {
    padding-top: 279px
}

.pb-\[37px\] {
    padding-bottom: 37px
}

.pl-\[88px\] {
    padding-left: 88px
}

.pr-\[50px\] {
    padding-right: 50px
}

.pl-\[320px\] {
    padding-left: 320px
}

.pr-\[98px\] {
    padding-right: 98px
}

.pt-\[320px\] {
    padding-top: 320px
}

.pr-\[28px\] {
    padding-right: 28px
}

.pt-\[164px\] {
    padding-top: 164px
}

.pt-\[3px\] {
    padding-top: 3px
}

.pb-\[25px\] {
    padding-bottom: 25px
}

.pl-\[106px\] {
    padding-left: 106px
}

.pr-\[23px\] {
    padding-right: 23px
}

.pt-\[146px\] {
    padding-top: 146px
}

.pl-\[14px\] {
    padding-left: 14px
}

.pt-\[195px\] {
    padding-top: 195px
}

.pr-\[83px\] {
    padding-right: 83px
}

.pt-\[236px\] {
    padding-top: 236px
}

.pl-\[84px\] {
    padding-left: 84px
}

.pt-\[163px\] {
    padding-top: 163px
}

.pl-\[120px\] {
    padding-left: 120px
}

.pl-\[130px\] {
    padding-left: 130px
}

.pt-\[101px\] {
    padding-top: 101px
}

.pl-\[112px\] {
    padding-left: 112px
}

.pt-\[177px\] {
    padding-top: 177px
}

.pl-\[101px\] {
    padding-left: 101px
}

.pl-\[6px\] {
    padding-left: 6px
}

.pl-\[66px\] {
    padding-left: 66px
}

.pt-\[361px\] {
    padding-top: 361px
}

.pl-\[calc\(50\%-590px\)\] {
    padding-left: calc(50% - 590px)
}

.pl-\[160px\] {
    padding-left: 160px
}

.pb-\[100px\] {
    padding-bottom: 100px
}

.pr-\[36px\] {
    padding-right: 36px
}

.pr-\[47px\] {
    padding-right: 47px
}

.pl-\[111px\] {
    padding-left: 111px
}

.pt-\[158px\] {
    padding-top: 158px
}

.pl-\[72px\] {
    padding-left: 72px
}

.pl-\[300px\] {
    padding-left: 300px
}

.pr-\[68px\] {
    padding-right: 68px
}

.pr-\[38px\] {
    padding-right: 38px
}

.pt-\[156px\] {
    padding-top: 156px
}

.pr-\[43px\] {
    padding-right: 43px
}

.pt-\[125px\] {
    padding-top: 125px
}

.pb-\[54px\] {
    padding-bottom: 54px
}

.pr-\[101px\] {
    padding-right: 101px
}

.pl-\[51px\] {
    padding-left: 51px
}

.pb-\[72px\] {
    padding-bottom: 72px
}

.pt-\[126px\] {
    padding-top: 126px
}

.pt-\[190px\] {
    padding-top: 190px
}

.pl-\[1px\] {
    padding-left: 1px
}

.pl-\[65px\] {
    padding-left: 65px
}

.pt-\[57px\] {
    padding-top: 57px
}

.pb-\[116px\] {
    padding-bottom: 116px
}

.pt-\[68px\] {
    padding-top: 68px
}

.pl-\[63px\] {
    padding-left: 63px
}

.pb-\[5px\] {
    padding-bottom: 5px
}

.pl-\[221px\] {
    padding-left: 221px
}

.pr-\[87px\] {
    padding-right: 87px
}

.pr-\[81px\] {
    padding-right: 81px
}

.pl-\[417px\] {
    padding-left: 417px
}

.pl-\[237px\] {
    padding-left: 237px
}

.pt-\[257px\] {
    padding-top: 257px
}

.pt-\[112px\] {
    padding-top: 112px
}

.pt-\[237px\] {
    padding-top: 237px
}

.pr-\[79px\] {
    padding-right: 79px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.indent-\[12px\] {
    text-indent: 12px
}

.indent-\[17px\] {
    text-indent: 17px
}

.indent-\[8px\] {
    text-indent: 8px
}

.indent-\[2em\] {
    text-indent: 2em
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.align-text-top {
    vertical-align: text-top
}

.align-sub {
    vertical-align: sub
}

.align-super {
    vertical-align: super
}

.font-\[WeimobIncrease\] {
    font-family: WeimobIncrease
}

.font-\[Arial\] {
    font-family: Arial
}

.font-\[Wemonum\] {
    font-family: Wemonum
}

.font-\[WeimobFont\] {
    font-family: WeimobFont
}

.font-\[WeimobZZFont\] {
    font-family: WeimobZZFont
}

.font-\[Anton\] {
    font-family: Anton
}

.font-\[arial\] {
    font-family: arial
}

.font-\[Poppins\] {
    font-family: Poppins
}

.font-\[AlimamaShuHeiTi\] {
    font-family: AlimamaShuHeiTi
}

.font-\[YouShe\] {
    font-family: YouShe
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[18px\] {
    font-size: 18px
}

.text-\[20px\] {
    font-size: 20px
}

.text-\[36px\] {
    font-size: 36px
}

.text-\[26px\] {
    font-size: 26px
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[24px\] {
    font-size: 24px
}

.text-\[30px\] {
    font-size: 30px
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[28px\] {
    font-size: 28px
}

.text-\[22px\] {
    font-size: 22px
}

.text-\[25px\] {
    font-size: 25px
}

.text-\[38px\] {
    font-size: 38px
}

.text-\[52px\] {
    font-size: 52px
}

.text-\[44px\] {
    font-size: 44px
}

.text-\[32px\] {
    font-size: 32px
}

.text-\[34px\] {
    font-size: 34px
}

.text-\[54px\] {
    font-size: 54px
}

.text-\[40px\] {
    font-size: 40px
}

.text-\[21px\] {
    font-size: 21px
}

.text-\[46px\] {
    font-size: 46px
}

.text-\[15px\] {
    font-size: 15px
}

.text-\[48px\] {
    font-size: 48px
}

.text-\[42px\] {
    font-size: 42px
}

.text-\[60px\] {
    font-size: 60px
}

.text-\[23px\] {
    font-size: 23px
}

.text-\[17px\] {
    font-size: 17px
}

.text-\[68px\] {
    font-size: 68px
}

.text-\[10px\] {
    font-size: 10px
}

.text-\[35px\] {
    font-size: 35px
}

.text-\[50px\] {
    font-size: 50px
}

.text-\[19px\] {
    font-size: 19px
}

.text-\[13px\] {
    font-size: 13px
}

.text-\[29px\] {
    font-size: 29px
}

.text-\[37px\] {
    font-size: 37px
}

.text-\[41px\] {
    font-size: 41px
}

.text-\[56px\] {
    font-size: 56px
}

.text-\[8px\] {
    font-size: 8px
}

.text-\[27px\] {
    font-size: 27px
}

.text-\[11px\] {
    font-size: 11px
}

.text-\[33px\] {
    font-size: 33px
}

.text-\[55px\] {
    font-size: 55px
}

.text-\[58px\] {
    font-size: 58px
}

.text-\[64px\] {
    font-size: 64px
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.font-\[500\] {
    font-weight: 500
}

.font-\[800\] {
    font-weight: 800
}

.font-\[600\] {
    font-weight: 600
}

.font-light {
    font-weight: 300
}

.font-black {
    font-weight: 900
}

.font-\[400\] {
    font-weight: 400
}

.font-\[350\] {
    font-weight: 350
}

.font-extralight {
    font-weight: 200
}

.italic {
    font-style: italic
}

.leading-\[18px\] {
    line-height: 18px
}

.leading-\[20px\] {
    line-height: 20px
}

.leading-\[52px\] {
    line-height: 52px
}

.leading-\[22px\] {
    line-height: 22px
}

.leading-\[26px\] {
    line-height: 26px
}

.leading-\[16px\] {
    line-height: 16px
}

.leading-\[24px\] {
    line-height: 24px
}

.leading-\[14px\] {
    line-height: 14px
}

.leading-\[30px\] {
    line-height: 30px
}

.leading-\[36px\] {
    line-height: 36px
}

.leading-\[23px\] {
    line-height: 23px
}

.leading-\[17px\] {
    line-height: 17px
}

.leading-\[29px\] {
    line-height: 29px
}

.leading-\[44px\] {
    line-height: 44px
}

.leading-\[40px\] {
    line-height: 40px
}

.leading-\[60px\] {
    line-height: 60px
}

.leading-\[28px\] {
    line-height: 28px
}

.leading-\[21px\] {
    line-height: 21px
}

.leading-\[67px\] {
    line-height: 67px
}

.leading-\[58px\] {
    line-height: 58px
}

.leading-\[19px\] {
    line-height: 19px
}

.leading-\[55px\] {
    line-height: 55px
}

.leading-\[50px\] {
    line-height: 50px
}

.leading-\[34px\] {
    line-height: 34px
}

.leading-\[38px\] {
    line-height: 38px
}

.leading-\[25px\] {
    line-height: 25px
}

.leading-\[45px\] {
    line-height: 45px
}

.leading-\[32px\] {
    line-height: 32px
}

.leading-\[46px\] {
    line-height: 46px
}

.leading-\[33px\] {
    line-height: 33px
}

.leading-\[15px\] {
    line-height: 15px
}

.leading-\[31px\] {
    line-height: 31px
}

.leading-\[27px\] {
    line-height: 27px
}

.leading-\[40pxpx\] {
    line-height: 40pxpx
}

.leading-\[70px\] {
    line-height: 70px
}

.leading-normal {
    line-height: 1.5
}

.leading-\[12px\] {
    line-height: 12px
}

.leading-\[42px\] {
    line-height: 42px
}

.leading-\[48px\] {
    line-height: 48px
}

.leading-\[43px\] {
    line-height: 43px
}

.leading-\[66px\] {
    line-height: 66px
}

.leading-\[39px\] {
    line-height: 39px
}

.leading-\[47px\] {
    line-height: 47px
}

.leading-\[72px\] {
    line-height: 72px
}

.leading-\[90px\] {
    line-height: 90px
}

.leading-none {
    line-height: 1
}

.leading-\[1\.2\] {
    line-height: 1.2
}

.leading-\[2\.2\] {
    line-height: 2.2
}

.leading-4 {
    line-height: 1rem
}

.leading-\[56px\] {
    line-height: 56px
}

.leading-\[1em\] {
    line-height: 1em
}

.leading-\[61px\] {
    line-height: 61px
}

.leading-\[51px\] {
    line-height: 51px
}

.leading-\[35px\] {
    line-height: 35px
}

.leading-\[73px\] {
    line-height: 73px
}

.leading-\[37px\] {
    line-height: 37px
}

.leading-\[1\] {
    line-height: 1
}

.leading-\[57px\] {
    line-height: 57px
}

.leading-\[36\.6px\] {
    line-height: 36.6px
}

.leading-\[41px\] {
    line-height: 41px
}

.leading-\[78px\] {
    line-height: 78px
}

.leading-\[81px\] {
    line-height: 81px
}

.leading-\[49px\] {
    line-height: 49px
}

.leading-\[0\.6\] {
    line-height: .6
}

.leading-\[1\.5\] {
    line-height: 1.5
}

.leading-\[64px\] {
    line-height: 64px
}

.leading-\[76px\] {
    line-height: 76px
}

.leading-\[59px\] {
    line-height: 59px
}

.leading-\[28x\] {
    line-height: 28x
}

.leading-\[10px\] {
    line-height: 10px
}

.leading-\[0px\] {
    line-height: 0px
}

.leading-\[\#808082\] {
    line-height: #808082
}

.leading-\[93px\] {
    line-height: 93px
}

.leading-\[53px\] {
    line-height: 53px
}

.tracking-\[5px\] {
    letter-spacing: 5px
}

.tracking-\[9\.5px\] {
    letter-spacing: 9.5px
}

.tracking-\[0\.18px\] {
    letter-spacing: .18px
}

.tracking-\[1px\] {
    letter-spacing: 1px
}

.tracking-\[2px\] {
    letter-spacing: 2px
}

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

.tracking-\[-8\%\] {
    letter-spacing: -8%
}

.tracking-\[0\.01em\] {
    letter-spacing: .01em
}

.tracking-\[0\.05em\] {
    letter-spacing: .05em
}

.tracking-\[0\.02em\] {
    letter-spacing: .02em
}

.tracking-\[0\] {
    letter-spacing: 0
}

.tracking-\[0\.03em\] {
    letter-spacing: .03em
}

.tracking-\[-0\.05em\] {
    letter-spacing: -.05em
}

.tracking-\[0em\] {
    letter-spacing: 0
}

.-tracking-\[0\.03em\] {
    letter-spacing: -.03em
}

.text-\[\#000\]\/\[0\.88\] {
    color: rgba(0,0,0,.88)
}

.text-\[\#fff\] {
    color: #fff
}

.text-\[\#0C0C0C\] {
    color: #0c0c0c
}

.text-\[\#1B1B1B\] {
    color: #1b1b1b
}

.text-\[\#F7F7F7\] {
    color: #f7f7f7
}

.text-\[\#505050\] {
    color: #505050
}

.text-\[\#3E64FC\] {
    color: #3e64fc
}

.text-\[\#5A5A5A\] {
    color: #5a5a5a
}

.text-\[\#FF7F2A\] {
    color: #ff7f2a
}

.text-\[\#8E8E8E\] {
    color: #8e8e8e
}

.text-\[\#273DC6\] {
    color: #273dc6
}

.text-\[\#808082\] {
    color: #808082
}

.text-\[\#17181B\] {
    color: #17181b
}

.text-\[\#D1DBFF\] {
    color: #d1dbff
}

.text-\[\#5B5B5B\] {
    color: #5b5b5b
}

.text-\[\#AFB2B7\] {
    color: #afb2b7
}

.text-\[\#414141\] {
    color: #414141
}

.text-\[\#3D3D3D\] {
    color: #3d3d3d
}

.text-\[\#085DF6\] {
    color: #085df6
}

.text-\[\#224FC0\] {
    color: #224fc0
}

.text-\[\#C8C8C8\] {
    color: #c8c8c8
}

.text-\[\#828282\] {
    color: #828282
}

.text-\[\#0C6AFF\] {
    color: #0c6aff
}

.text-\[\#3E3E3E\] {
    color: #3e3e3e
}

.text-\[\#3C3C3C\] {
    color: #3c3c3c
}

.text-\[\#333\] {
    color: #333
}

.text-\[\#0071ef\] {
    color: #0071ef
}

.text-\[\#475d85\] {
    color: #475d85
}

.text-\[\#595961\] {
    color: #595961
}

.text-\[\#2589ff\] {
    color: #2589ff
}

.text-\[\#141e3c\] {
    color: #141e3c
}

.text-white {
    color: #fff
}

.text-\[\#C7C7C7\] {
    color: #c7c7c7
}

.text-\[\#fff\]\/\[0\.7\] {
    color: hsla(0,0%,100%,.7)
}

.text-\[\#1AEFFF\] {
    color: #1aefff
}

.text-\[\#3271DD\] {
    color: #3271dd
}

.text-\[\#4d4d4d\] {
    color: #4d4d4d
}

.text-\[\#888C99\] {
    color: #888c99
}

.text-\[\#6F6F6F\] {
    color: #6f6f6f
}

.text-\[\#0773F6\] {
    color: #0773f6
}

.text-\[\#616161\] {
    color: #616161
}

.text-\[\#636363\] {
    color: #636363
}

.text-\[\#B5BBC4\] {
    color: #b5bbc4
}

.text-\[\#949494\] {
    color: #949494
}

.text-\[\#25272B\] {
    color: #25272b
}

.text-transparent {
    color: transparent
}

.text-\[\#2E3135\] {
    color: #2e3135
}

.text-\[\#fff\]\/\[0\.6\] {
    color: hsla(0,0%,100%,.6)
}

.text-\[\#6C6C6C\] {
    color: #6c6c6c
}

.text-\[\#0068FF\] {
    color: #0068ff
}

.text-\[\#8D8D8D\] {
    color: #8d8d8d
}

.text-\[\#825A02\] {
    color: #825a02
}

.text-\[\#404040\] {
    color: #404040
}

.text-\[\#909090\] {
    color: #909090
}

.text-\[\#474747\] {
    color: #474747
}

.text-\[\#272845\] {
    color: #272845
}

.text-\[\#B1B5B7\] {
    color: #b1b5b7
}

.text-\[\#67676F\] {
    color: #67676f
}

.text-\[\#437EF3\] {
    color: #437ef3
}

.text-\[\#333333\] {
    color: #333
}

.text-\[\#4B4B4B\] {
    color: #4b4b4b
}

.text-\[\#2872FD\] {
    color: #2872fd
}

.text-\[\#000\] {
    color: #000
}

.text-\[\#A6ABB0\] {
    color: #a6abb0
}

.text-\[\#434343\] {
    color: #434343
}

.text-\[\#5e5e5e\] {
    color: #5e5e5e
}

.text-\[\#2053E2\] {
    color: #2053e2
}

.text-\[\#7b7b7b\] {
    color: #7b7b7b
}

.text-\[\#38393d\] {
    color: #38393d
}

.text-\[\#8b8f99\] {
    color: #8b8f99
}

.text-\[\#287AF8\] {
    color: #287af8
}

.text-\[\#38393D\] {
    color: #38393d
}

.text-\[\#8B8F99\] {
    color: #8b8f99
}

.text-\[\#E8EAEE\] {
    color: #e8eaee
}

.text-\[\#4661F7\] {
    color: #4661f7
}

.text-\[\#787878\] {
    color: #787878
}

.text-\[\#626262\] {
    color: #626262
}

.text-\[\#656565\] {
    color: #656565
}

.text-\[\#989aa2\] {
    color: #989aa2
}

.text-\[\#3d4351\] {
    color: #3d4351
}

.text-\[\#6e7a95\] {
    color: #6e7a95
}

.text-\[\#266AF1\] {
    color: #266af1
}

.text-\[\#212121\] {
    color: #212121
}

.text-\[\#acafb1\] {
    color: #acafb1
}

.text-\[\#c8c9cb\] {
    color: #c8c9cb
}

.text-\[\#2C55FB\] {
    color: #2c55fb
}

.text-\[\#898989\] {
    color: #898989
}

.text-\[\#8C8C8C\] {
    color: #8c8c8c
}

.text-\[\#EAEAEA\] {
    color: #eaeaea
}

.text-\[\#D6D6D6\] {
    color: #d6d6d6
}

.text-\[\#DDDDDD\] {
    color: #ddd
}

.text-\[\#9198A1\] {
    color: #9198a1
}

.text-\[\#42444C\] {
    color: #42444c
}

.text-\[\#727272\] {
    color: #727272
}

.text-\[\#414245\] {
    color: #414245
}

.text-\[\#403FFE\] {
    color: #403ffe
}

.text-\[\#5C5C5C\] {
    color: #5c5c5c
}

.text-\[\#878787\] {
    color: #878787
}

.text-\[\#64676B\] {
    color: #64676b
}

.text-\[\#303133\] {
    color: #303133
}

.text-\[\#7A7B80\] {
    color: #7a7b80
}

.text-\[\#61666F\] {
    color: #61666f
}

.text-\[\#A2B4FC\] {
    color: #a2b4fc
}

.text-\[\#7D7D80\] {
    color: #7d7d80
}

.text-\[\#3D81EF\] {
    color: #3d81ef
}

.text-\[\#2e66c9\] {
    color: #2e66c9
}

.text-\[\#909299\] {
    color: #909299
}

.text-\[\#7F8491\] {
    color: #7f8491
}

.text-\[\#404653\] {
    color: #404653
}

.text-\[\#717D97\] {
    color: #717d97
}

.text-\[\#e9e9e9\] {
    color: #e9e9e9
}

.text-\[\#3174dd\] {
    color: #3174dd
}

.text-\[\#488bf3\] {
    color: #488bf3
}

.text-\[\#48494d\] {
    color: #48494d
}

.text-\[\#585858\] {
    color: #585858
}

.text-\[\#181818\] {
    color: #181818
}

.text-\[\#3d3d3d\] {
    color: #3d3d3d
}

.text-\[\#1d5bc6\] {
    color: #1d5bc6
}

.text-\[\#45474f\] {
    color: #45474f
}

.text-\[\#6d707f\] {
    color: #6d707f
}

.text-\[\#999\] {
    color: #999
}

.text-\[\#7C808D\] {
    color: #7c808d
}

.text-\[\#1C6DFF\] {
    color: #1c6dff
}

.text-\[\#1F2226\] {
    color: #1f2226
}

.text-\[\#222222\] {
    color: #222
}

.text-\[\#327DFF\] {
    color: #327dff
}

.text-\[\#222\] {
    color: #222
}

.text-\[\#666\] {
    color: #666
}

.text-\[\#2071FF\] {
    color: #2071ff
}

.text-\[\#6A6A6A\] {
    color: #6a6a6a
}

.text-\[\#4D4D4D\] {
    color: #4d4d4d
}

.text-\[\#DBDBDB\] {
    color: #dbdbdb
}

.text-\[\#2565DE\] {
    color: #2565de
}

.text-\[\#91949C\] {
    color: #91949c
}

.text-\[\#666666\] {
    color: #666
}

.text-\[\#D3D3D3\] {
    color: #d3d3d3
}

.text-\[\#4F4F4F\] {
    color: #4f4f4f
}

.text-\[\#999999\] {
    color: #999
}

.text-\[\#BCBCBC\] {
    color: #bcbcbc
}

.text-\[\#ACCCFD\] {
    color: #acccfd
}

.text-\[transparent\] {
    color: transparent
}

.text-\[\#B5C0E1\] {
    color: #b5c0e1
}

.text-\[\#C0D3F1\] {
    color: #c0d3f1
}

.text-\[\#131D4A\] {
    color: #131d4a
}

.text-\[\#9498A9\] {
    color: #9498a9
}

.text-\[\#fefefe\] {
    color: #fefefe
}

.text-\[\#43454d\] {
    color: #43454d
}

.text-\[\#83868c\] {
    color: #83868c
}

.text-\[\#919399\] {
    color: #919399
}

.text-\[\#253055\] {
    color: #253055
}

.text-\[\#fffefe\] {
    color: #fffefe
}

.text-\[\#4d4e52\] {
    color: #4d4e52
}

.text-\[\#777777\] {
    color: #777
}

.text-\[\#4e4e4e\] {
    color: #4e4e4e
}

.text-\[\#454545\] {
    color: #454545
}

.text-\[\#fefeff\] {
    color: #fefeff
}

.text-\[\#FEFEFE\] {
    color: #fefefe
}

.text-\[\#9EA3A7\] {
    color: #9ea3a7
}

.text-\[\#808080\] {
    color: grey
}

.text-\[\#D4DEEB\] {
    color: #d4deeb
}

.text-\[\#252525\] {
    color: #252525
}

.text-\[\#F5F5F5\] {
    color: #f5f5f5
}

.text-\[\#D0D9FF\] {
    color: #d0d9ff
}

.text-\[\#A9A9A9\] {
    color: #a9a9a9
}

.text-\[\#fff\]\/\[0\.72\] {
    color: hsla(0,0%,100%,.72)
}

.text-\[\#fff\]\/\[0\.5\] {
    color: hsla(0,0%,100%,.5)
}

.text-\[\#818491\] {
    color: #818491
}

.text-\[\#42444A\] {
    color: #42444a
}

.text-\[\#1f2226\] {
    color: #1f2226
}

.text-\[\#626a73\] {
    color: #626a73
}

.text-\[\#262626\] {
    color: #262626
}

.text-\[\#000000\] {
    color: #000
}

.text-\[\#91949c\] {
    color: #91949c
}

.text-\[\#444444\] {
    color: #444
}

.text-\[\#165BE4\] {
    color: #165be4
}

.text-\[\#2E2E2E\] {
    color: #2e2e2e
}

.text-\[\#191919\] {
    color: #191919
}

.text-\[\#DFE9F2\] {
    color: #dfe9f2
}

.text-\[\#525252\] {
    color: #525252
}

.text-\[\#A7A7A7\] {
    color: #a7a7a7
}

.text-\[\#272727\] {
    color: #272727
}

.text-\[\#5060F7\] {
    color: #5060f7
}

.text-\[\#C6C6C6\] {
    color: #c6c6c6
}

.text-\[\#C1D9FF\] {
    color: #c1d9ff
}

.text-\[\#82F3DB\] {
    color: #82f3db
}

.text-\[\#1F2026\] {
    color: #1f2026
}

.text-\[\#17181b\] {
    color: #17181b
}

.text-\[\#0071EF\] {
    color: #0071ef
}

.text-\[\#282D37\] {
    color: #282d37
}

.text-\[\#f0614f\] {
    color: #f0614f
}

.text-\[\#49FF45\] {
    color: #49ff45
}

.text-\[\#1E1E1E\] {
    color: #1e1e1e
}

.text-\[\#007FFF\] {
    color: #007fff
}

.text-\[\#3B3E44\] {
    color: #3b3e44
}

.text-\[red\] {
    color: red
}

.text-\[\#1A73E8\] {
    color: #1a73e8
}

.text-\[\#52c41a\] {
    color: #52c41a
}

.text-\[\#006DFF\] {
    color: #006dff
}

.text-\[\#09ABF6\] {
    color: #09abf6
}

.text-\[\#1362FF\] {
    color: #1362ff
}

.text-\[\#138DFF\] {
    color: #138dff
}

.text-\[\#096EF6\] {
    color: #096ef6
}

.text-\[\#CDCDCD\] {
    color: #cdcdcd
}

.text-\[\#374853\] {
    color: #374853
}

.text-\[\#555555\],.text-\[\#555\] {
    color: #555
}

.text-\[\#1968F1\] {
    color: #1968f1
}

.text-\[\#197BF1\] {
    color: #197bf1
}

.text-\[\#2262D9\] {
    color: #2262d9
}

.text-\[\#2D3034\] {
    color: #2d3034
}

.text-\[\#787A80\] {
    color: #787a80
}

.text-\[\#C3E2FF\] {
    color: #c3e2ff
}

.text-\[\#1176D5\] {
    color: #1176d5
}

.text-\[\#1079DD\] {
    color: #1079dd
}

.text-\[\#3C64E9\] {
    color: #3c64e9
}

.text-\[\#2945fc\] {
    color: #2945fc
}

.text-\[\#46464D\] {
    color: #46464d
}

.text-\[\#5D5E61\] {
    color: #5d5e61
}

.text-\[\#6F7280\] {
    color: #6f7280
}

.text-\[\#858999\] {
    color: #858999
}

.text-\[\#4D7CFF\] {
    color: #4d7cff
}

.text-\[\#5E5E66\] {
    color: #5e5e66
}

.text-\[\#8D8D99\] {
    color: #8d8d99
}

.text-\[\#EFF3FF\] {
    color: #eff3ff
}

.text-\[\#FFC820\] {
    color: #ffc820
}

.text-\[\#294FDE\] {
    color: #294fde
}

.text-\[\#979797\] {
    color: #979797
}

.text-\[\#A6A6A6\] {
    color: #a6a6a6
}

.text-\[\#807F83\] {
    color: #807f83
}

.text-\[\#3070FF\] {
    color: #3070ff
}

.text-\[\#D6E0FF\] {
    color: #d6e0ff
}

.text-\[\#8e99eb\] {
    color: #8e99eb
}

.text-\[\#5e5e66\] {
    color: #5e5e66
}

.text-\[\#268BFF\] {
    color: #268bff
}

.text-\[\#2D2D2D\] {
    color: #2d2d2d
}

.text-\[\#0084FF\] {
    color: #0084ff
}

.text-\[\#007BFF\] {
    color: #007bff
}

.text-\[\#2A3B6A\] {
    color: #2a3b6a
}

.text-\[\#0074FF\] {
    color: #0074ff
}

.text-\[\#4071E5\] {
    color: #4071e5
}

.text-\[\#006CFF\] {
    color: #006cff
}

.text-\[\#999EAD\] {
    color: #999ead
}

.text-\[\#2470ED\] {
    color: #2470ed
}

.text-\[\#0067FF\] {
    color: #0067ff
}

.text-\[\#575757\] {
    color: #575757
}

.text-\[\#297EFF\] {
    color: #297eff
}

.text-\[\#2B80FF\] {
    color: #2b80ff
}

.text-\[\#6152F4\] {
    color: #6152f4
}

.text-\[\#54575A\] {
    color: #54575a
}

.text-\[\#FFDB46\] {
    color: #ffdb46
}

.text-\[\#B6B6B6\] {
    color: #b6b6b6
}

.text-\[\#88878A\] {
    color: #88878a
}

.text-\[\#ff9d33\] {
    color: #ff9d33
}

.text-\[\#D5D5D5\] {
    color: #d5d5d5
}

.text-\[\#939393\] {
    color: #939393
}

.text-\[\#6F52F5\] {
    color: #6f52f5
}

.text-\[\#375CE4\] {
    color: #375ce4
}

.text-\[\#355A82\] {
    color: #355a82
}

.text-\[\#7D5A33\] {
    color: #7d5a33
}

.text-\[\#F7FAFF\] {
    color: #f7faff
}

.text-\[\#4A6EF2\] {
    color: #4a6ef2
}

.text-\[\#A4A4A4\] {
    color: #a4a4a4
}

.text-\[\#464646\] {
    color: #464646
}

.text-\[\#737373\] {
    color: #737373
}

.text-\[\#F9D406\] {
    color: #f9d406
}

.text-\[\#484848\] {
    color: #484848
}

.text-\[\#3374E9\] {
    color: #3374e9
}

.text-\[\#F0F3FA\] {
    color: #f0f3fa
}

.text-\[\#2945FC\] {
    color: #2945fc
}

.text-\[\#818181\] {
    color: #818181
}

.text-\[\#3E6DFA\] {
    color: #3e6dfa
}

.text-\[\#7E7E7E\] {
    color: #7e7e7e
}

.text-\[\#2E65FC\] {
    color: #2e65fc
}

.text-\[\#126BFE\] {
    color: #126bfe
}

.text-\[\#3d4043\] {
    color: #3d4043
}

.text-\[\#4C82FA\] {
    color: #4c82fa
}

.text-\[\#F5A525\] {
    color: #f5a525
}

.text-\[\#EEEEEF\] {
    color: #eeeeef
}

.text-\[\#AFB4C6\] {
    color: #afb4c6
}

.text-\[\#F9FAFF\] {
    color: #f9faff
}

.text-\[\#126bfe\] {
    color: #126bfe
}

.text-\[\#A8B0B9\] {
    color: #a8b0b9
}

.text-\[\#1B54BF\] {
    color: #1b54bf
}

.text-\[\#656566\] {
    color: #656566
}

.text-\[\#DAE4FF\] {
    color: #dae4ff
}

.text-\[\#979899\] {
    color: #979899
}

.text-\[\#4A73FF\] {
    color: #4a73ff
}

.text-\[\#535353\] {
    color: #535353
}

.text-\[\#696969\] {
    color: #696969
}

.text-\[\#2A57F0\] {
    color: #2a57f0
}

.text-\[\#3F3F3F\] {
    color: #3f3f3f
}

.text-\[\#4164F1\] {
    color: #4164f1
}

.text-\[\#27D587\] {
    color: #27d587
}

.text-\[\#317CF5\] {
    color: #317cf5
}

.text-\[\#0644B7\] {
    color: #0644b7
}

.text-\[\#3D485D\] {
    color: #3d485d
}

.text-\[\#757F92\] {
    color: #757f92
}

.text-\[\#40434E\] {
    color: #40434e
}

.text-\[\#989898\] {
    color: #989898
}

.text-\[\#424550\] {
    color: #424550
}

.text-\[\#2EB4FF\] {
    color: #2eb4ff
}

.text-\[\#646566\] {
    color: #646566
}

.text-\[\#5422BF\] {
    color: #5422bf
}

.text-\[\#484457\] {
    color: #484457
}

.text-\[\#5F2FE1\] {
    color: #5f2fe1
}

.text-\[\#4B4C4D\] {
    color: #4b4c4d
}

.text-\[\#323233\] {
    color: #323233
}

.text-\[\#7664E7\] {
    color: #7664e7
}

.text-\[\#BABABA\] {
    color: #bababa
}

.text-\[\#9D96FF\] {
    color: #9d96ff
}

.text-\[\#D4D4D4\] {
    color: #d4d4d4
}

.text-\[\#CCCCCC\] {
    color: #ccc
}

.text-\[\#7D7E80\] {
    color: #7d7e80
}

.text-\[\#2C2C2C\] {
    color: #2c2c2c
}

.text-\[\#C28100\] {
    color: #c28100
}

.text-\[\#F69200\] {
    color: #f69200
}

.text-\[\#165DFF\] {
    color: #165dff
}

.text-\[\#fff\]\/\[0\.9\] {
    color: hsla(0,0%,100%,.9)
}

.text-\[\#256AFF\] {
    color: #256aff
}

.text-\[\#C8CDF7\] {
    color: #c8cdf7
}

.text-\[\#1C2668\] {
    color: #1c2668
}

.text-\[\#303033\] {
    color: #303033
}

.text-\[\#909099\] {
    color: #909099
}

.text-\[\#313133\] {
    color: #313133
}

.text-\[\#686868\] {
    color: #686868
}

.text-\[\#313131\] {
    color: #313131
}

.text-\[\#6E6E6E\] {
    color: #6e6e6e
}

.text-\[\#2A5AC9\] {
    color: #2a5ac9
}

.text-\[\#909199\] {
    color: #909199
}

.text-\[\#4B4B4D\] {
    color: #4b4b4d
}

.text-\[\#3B6FE8\] {
    color: #3b6fe8
}

.text-\[\#FE5F25\] {
    color: #fe5f25
}

.text-\[\#FC6F59\] {
    color: #fc6f59
}

.text-\[\#ABABAB\] {
    color: #ababab
}

.text-\[\#606060\] {
    color: #606060
}

.text-\[\#fe5f25\] {
    color: #fe5f25
}

.text-\[\#4C4C4C\] {
    color: #4c4c4c
}

.text-\[\#50555E\] {
    color: #50555e
}

.text-\[\#2B2B2B\] {
    color: #2b2b2b
}

.text-\[\#DA011E\] {
    color: #da011e
}

.text-\[\#8199B8\] {
    color: #8199b8
}

.text-\[\#FF1E19\] {
    color: #ff1e19
}

.text-\[\#5B82F9\] {
    color: #5b82f9
}

.text-\[\#292CA2\] {
    color: #292ca2
}

.text-\[\#C4D3F8\] {
    color: #c4d3f8
}

.text-\[\#162A5F\] {
    color: #162a5f
}

.text-\[\#757780\] {
    color: #757780
}

.text-\[\#868891\] {
    color: #868891
}

.text-\[\#A4A6B3\] {
    color: #a4a6b3
}

.text-\[\#A0A2AE\] {
    color: #a0a2ae
}

.text-\[\#6299FB\] {
    color: #6299fb
}

.text-\[\#C3C3CE\] {
    color: #c3c3ce
}

.text-\[\#D1D3E2\] {
    color: #d1d3e2
}

.text-\[\#E1E5FC\] {
    color: #e1e5fc
}

.text-\[\#ECEFFD\] {
    color: #eceffd
}

.text-\[\#8B90A2\] {
    color: #8b90a2
}

.text-\[\#8D8F99\] {
    color: #8d8f99
}

.text-\[\#777A88\] {
    color: #777a88
}

.text-\[\#a0a2ae\] {
    color: #a0a2ae
}

.text-\[\#ACAEB9\] {
    color: #acaeb9
}

.text-\[\#538EF9\] {
    color: #538ef9
}

.text-\[\#818BA8\] {
    color: #818ba8
}

.text-\[\#797C8E\] {
    color: #797c8e
}

.text-\[\#323232\] {
    color: #323232
}

.text-\[\#5D5D5D\] {
    color: #5d5d5d
}

.text-\[\#FF603E\] {
    color: #ff603e
}

.text-\[\#FF4800\] {
    color: #ff4800
}

.text-\[\#03D24E\] {
    color: #03d24e
}

.text-\[\#C5451E\] {
    color: #c5451e
}

.text-\[\#185E4C\] {
    color: #185e4c
}

.text-\[\#4A71AC\] {
    color: #4a71ac
}

.text-\[\#0078DC\] {
    color: #0078dc
}

.text-\[\#D69119\] {
    color: #d69119
}

.text-\[\#FF3737\] {
    color: #ff3737
}

.text-\[\#FF966A\] {
    color: #ff966a
}

.text-\[\#FF8D46\] {
    color: #ff8d46
}

.text-\[\#1D8176\] {
    color: #1d8176
}

.text-\[\#5780A4\] {
    color: #5780a4
}

.text-\[\#FF5323\] {
    color: #ff5323
}

.text-\[\#42803A\] {
    color: #42803a
}

.text-\[\#FF6146\] {
    color: #ff6146
}

.text-\[\#9C4FFF\] {
    color: #9c4fff
}

.text-\[\#147FFF\] {
    color: #147fff
}

.text-\[\#FF4829\] {
    color: #ff4829
}

.text-\[\#373737\] {
    color: #373737
}

.text-\[\#FF5117\] {
    color: #ff5117
}

.text-\[\#151C26\] {
    color: #151c26
}

.text-\[\#4B5C73\] {
    color: #4b5c73
}

.text-\[\#091221\] {
    color: #091221
}

.text-\[\#1464FF\] {
    color: #1464ff
}

.text-\[\#0E1625\] {
    color: #0e1625
}

.text-\[\#707070\] {
    color: #707070
}

.text-\[\#2679F6\] {
    color: #2679f6
}

.text-\[\#BCD3ED\] {
    color: #bcd3ed
}

.text-\[\#DCE4FF\] {
    color: #dce4ff
}

.text-\[\#E5E5E5\] {
    color: #e5e5e5
}

.text-\[\#DFDFDF\] {
    color: #dfdfdf
}

.text-\[\#0055FF\] {
    color: #05f
}

.text-\[\#545454\] {
    color: #545454
}

.text-\[\#F0A228\] {
    color: #f0a228
}

.text-\[\#3986FF\] {
    color: #3986ff
}

.text-\[\#EBEBEB\] {
    color: #ebebeb
}

.text-\[\#1959D9\] {
    color: #1959d9
}

.text-\[\#343434\] {
    color: #343434
}

.text-\[\#FF3817\] {
    color: #ff3817
}

.text-\[\#FF573F\] {
    color: #ff573f
}

.text-\[\#FF7344\] {
    color: #ff7344
}

.text-\[\#E65317\] {
    color: #e65317
}

.text-\[\#868686\] {
    color: #868686
}

.text-\[\#FFFFFF\] {
    color: #fff
}

.text-\[\#F18E01\] {
    color: #f18e01
}

.text-\[\#D36F04\] {
    color: #d36f04
}

.text-\[\#2F54EB\] {
    color: #2f54eb
}

.text-\[\#AAAAAA\] {
    color: #aaa
}

.text-\[\#2385FF\] {
    color: #2385ff
}

.text-\[\#A2AAB8\] {
    color: #a2aab8
}

.text-\[\#485FE8\] {
    color: #485fe8
}

.text-\[\#3865EC\] {
    color: #3865ec
}

.text-\[\#EDF4FF\] {
    color: #edf4ff
}

.text-\[\#3F8BFF\] {
    color: #3f8bff
}

.text-\[\#A8C8FF\] {
    color: #a8c8ff
}

.text-\[\#3A58EE\] {
    color: #3a58ee
}

.text-\[\#C1CBFF\] {
    color: #c1cbff
}

.text-\[\#3d81ef\] {
    color: #3d81ef
}

.text-\[\#425DEC\] {
    color: #425dec
}

.text-\[\#2097DA\] {
    color: #2097da
}

.text-\[\#3476EF\] {
    color: #3476ef
}

.text-\[\#5266f1\] {
    color: #5266f1
}

.text-\[\#767676\] {
    color: #767676
}

.text-\[\#ccc\] {
    color: #ccc
}

.text-\[\#136ad5\] {
    color: #136ad5
}

.text-\[\#c4c6cc\] {
    color: #c4c6cc
}

.text-\[\#bdbebf\] {
    color: #bdbebf
}

.text-\[\#4f4f4f\] {
    color: #4f4f4f
}

.text-\[\#2E66C9\] {
    color: #2e66c9
}

.text-\[\#eef4ff\] {
    color: #eef4ff
}

.text-\[\#A2B7D1\] {
    color: #a2b7d1
}

.text-\[\#35383E\] {
    color: #35383e
}

.text-\[\#5E5F60\] {
    color: #5e5f60
}

.text-\[\#BED2FF\] {
    color: #bed2ff
}

.text-\[\#939599\] {
    color: #939599
}

.text-\[\#1D78FF\] {
    color: #1d78ff
}

.text-\[\#494949\] {
    color: #494949
}

.text-\[\#3D3D3D\]\/\[0\.7\] {
    color: rgba(61,61,61,.7)
}

.text-\[\#E24800\] {
    color: #e24800
}

.text-\[\#676767\] {
    color: #676767
}

.text-\[\#292929\] {
    color: #292929
}

.text-\[\#FF3700\] {
    color: #ff3700
}

.text-\[\#0077F0\] {
    color: #0077f0
}

.text-\[\#25272A\] {
    color: #25272a
}

.text-\[\#9C9C9C\] {
    color: #9c9c9c
}

.text-\[\#0E6EFF\] {
    color: #0e6eff
}

.text-\[\#F7A348\] {
    color: #f7a348
}

.text-\[\#3c3c3c\] {
    color: #3c3c3c
}

.text-\[\#E8EAEC\] {
    color: #e8eaec
}

.text-\[\#EDEBEB\] {
    color: #edebeb
}

.text-\[\#8593AF\] {
    color: #8593af
}

.text-\[\#3A69F7\] {
    color: #3a69f7
}

.text-\[\#0B59EF\] {
    color: #0b59ef
}

.text-\[\#E7F0FF\]\/\[0\.8\] {
    color: rgba(231,240,255,.8)
}

.text-\[\#9E9E9E\] {
    color: #9e9e9e
}

.text-\[\#fff\]\/\[0\.68\] {
    color: hsla(0,0%,100%,.68)
}

.text-\[\#C4C4C4\] {
    color: #c4c4c4
}

.text-\[\#3A89FF\] {
    color: #3a89ff
}

.text-\[\#B1BAD8\] {
    color: #b1bad8
}

.text-\[\#bcbcbc\] {
    color: #bcbcbc
}

.text-\[\#C4CDD7\] {
    color: #c4cdd7
}

.text-\[\#4A4B52\] {
    color: #4a4b52
}

.text-\[\#191A24\] {
    color: #191a24
}

.text-\[\#53545C\] {
    color: #53545c
}

.text-\[\#343A45\] {
    color: #343a45
}

.text-\[\#595959\] {
    color: #595959
}

.text-\[\#404756\] {
    color: #404756
}

.text-\[\#E1E1FA\] {
    color: #e1e1fa
}

.text-\[\#C6D1E6\] {
    color: #c6d1e6
}

.text-\[\#848A96\] {
    color: #848a96
}

.text-\[\#C2C2C2\] {
    color: #c2c2c2
}

.text-\[\#E1E1E1\] {
    color: #e1e1e1
}

.text-\[\#F1F1F1\] {
    color: #f1f1f1
}

.text-\[\#D044FF\] {
    color: #d044ff
}

.text-\[\#A2A2A2\] {
    color: #a2a2a2
}

.text-\[\#B04CFF\] {
    color: #b04cff
}

.text-\[\#fff\]\/\[0\.35\] {
    color: hsla(0,0%,100%,.35)
}

.text-\[\#1C52FF\] {
    color: #1c52ff
}

.text-\[\#272253\] {
    color: #272253
}

.text-\[\#437CFF\] {
    color: #437cff
}

.text-\[\#374560\] {
    color: #374560
}

.text-\[\#363636\] {
    color: #363636
}

.text-\[\#3F7FFF\] {
    color: #3f7fff
}

.text-\[\#0064F0\] {
    color: #0064f0
}

.text-\[\#282828\] {
    color: #282828
}

.text-\[\#0060EF\] {
    color: #0060ef
}

.text-\[\#300788\] {
    color: #300788
}

.text-\[\#786CA3\] {
    color: #786ca3
}

.text-\[\#2B0480\] {
    color: #2b0480
}

.text-\[\#2A2A2C\] {
    color: #2a2a2c
}

.text-\[\#2F5CE2\] {
    color: #2f5ce2
}

.text-\[\#CACACA\] {
    color: #cacaca
}

.text-\[\#C8C7D0\] {
    color: #c8c7d0
}

.text-\[\#5860FF\] {
    color: #5860ff
}

.text-\[\#434CFF\] {
    color: #434cff
}

.text-\[\#7E7E84\] {
    color: #7e7e84
}

.text-\[\#fff\]\/\[0\.4\] {
    color: hsla(0,0%,100%,.4)
}

.text-\[\#fff\]\/\[0\.8\] {
    color: hsla(0,0%,100%,.8)
}

.text-\[\#9EA0AF\] {
    color: #9ea0af
}

.text-\[\#FFE6E6\] {
    color: #ffe6e6
}

.text-black {
    color: #000
}

.text-\[\#c2c2c2\] {
    color: #c2c2c2
}

.text-\[\#000B17\] {
    color: #000b17
}

.text-\[\#626A73\] {
    color: #626a73
}

.text-\[\#D3E3FF\] {
    color: #d3e3ff
}

.text-\[\#1368F7\] {
    color: #1368f7
}

.text-\[\#616366\] {
    color: #616366
}

.text-\[\#FEFEFF\] {
    color: #fefeff
}

.text-\[\#E8E8E8\] {
    color: #e8e8e8
}

.text-\[\#959595\] {
    color: #959595
}

.text-\[\#2972F1\] {
    color: #2972f1
}

.text-\[\#447AF0\] {
    color: #447af0
}

.text-\[\#888989\] {
    color: #888989
}

.text-\[\#858585\] {
    color: #858585
}

.text-\[\#F8FBFF\] {
    color: #f8fbff
}

.text-\[\#606266\] {
    color: #606266
}

.text-\[\#22211F\] {
    color: #22211f
}

.text-\[\#909499\] {
    color: #909499
}

.text-\[\#BABDDD\] {
    color: #babddd
}

.text-\[\#020202\] {
    color: #020202
}

.text-\[\#717271\] {
    color: #717271
}

.text-\[\#D1D4DD\] {
    color: #d1d4dd
}

.text-\[\#549DFF\] {
    color: #549dff
}

.text-\[\#171717\] {
    color: #171717
}

.text-\[\#7D96BF\] {
    color: #7d96bf
}

.text-\[\#3461EB\] {
    color: #3461eb
}

.text-\[\#0068E8\] {
    color: #0068e8
}

.text-\[\#959BA5\] {
    color: #959ba5
}

.text-\[\#A6A6B0\] {
    color: #a6a6b0
}

.text-\[\#C4C8D2\] {
    color: #c4c8d2
}

.text-\[\#6B7180\] {
    color: #6b7180
}

.text-\[\#C5C5C7\] {
    color: #c5c5c7
}

.text-\[\#5C5D5F\] {
    color: #5c5d5f
}

.text-\[\#0C7AF4\] {
    color: #0c7af4
}

.text-\[\#B5B5B6\] {
    color: #b5b5b6
}

.text-\[\#FFF\] {
    color: #fff
}

.text-\[\#0474EF\] {
    color: #0474ef
}

.text-\[\#D5D9DF\] {
    color: #d5d9df
}

.text-\[\#D5D5DC\] {
    color: #d5d5dc
}

.text-\[\#AFAFB0\] {
    color: #afafb0
}

.text-\[\#424242\] {
    color: #424242
}

.text-\[\#96999F\] {
    color: #96999f
}

.text-\[\#141835\] {
    color: #141835
}

.text-\[\#3B3D43\] {
    color: #3b3d43
}

.text-\[\#2F3133\] {
    color: #2f3133
}

.text-\[\#7F7F82\] {
    color: #7f7f82
}

.text-\[\#3069E6\] {
    color: #3069e6
}

.text-\[\#2C2E33\] {
    color: #2c2e33
}

.text-\[\#94AFDB\] {
    color: #94afdb
}

.text-\[\#D1DDF7\] {
    color: #d1ddf7
}

.text-\[\#494A4D\] {
    color: #494a4d
}

.text-\[\#979799\] {
    color: #979799
}

.text-\[\#F5F8FC\] {
    color: #f5f8fc
}

.text-\[\#EBF0FC\] {
    color: #ebf0fc
}

.text-\[\#ffff\] {
    color: #fff
}

.text-\[\#3A3D3F\] {
    color: #3a3d3f
}

.text-\[\#515252\] {
    color: #515252
}

.text-\[\#8B93A3\] {
    color: #8b93a3
}

.text-\[\#A7AABC\] {
    color: #a7aabc
}

.text-\[\#6C6A6A\] {
    color: #6c6a6a
}

.text-\[\#3D3C43\] {
    color: #3d3c43
}

.text-\[\#FFDCDF\] {
    color: #ffdcdf
}

.text-\[\#7c8492\] {
    color: #7c8492
}

.text-\[\#3192FF\] {
    color: #3192ff
}

.text-\[\#306FE7\],.text-\[\#306fe7\] {
    color: #306fe7
}

.text-\[\#F0F0F0\] {
    color: #f0f0f0
}

.text-\[\#4975FB\] {
    color: #4975fb
}

.text-\[\#353535\] {
    color: #353535
}

.text-\[\#1F2020\] {
    color: #1f2020
}

.text-\[\#6A6B6E\] {
    color: #6a6b6e
}

.text-\[\#656873\] {
    color: #656873
}

.text-\[\#345FE8\] {
    color: #345fe8
}

.text-\[\#CED1DF\] {
    color: #ced1df
}

.text-\[\#DBE4FF\] {
    color: #dbe4ff
}

.text-\[\#027DFF\] {
    color: #027dff
}

.text-\[\#0C72D0\] {
    color: #0c72d0
}

.text-\[\#1D67E8\] {
    color: #1d67e8
}

.text-\[\#8B8D99\] {
    color: #8b8d99
}

.text-\[\#7C7C7F\] {
    color: #7c7c7f
}

.text-\[\#276FEC\] {
    color: #276fec
}

.text-\[\#3D4351\] {
    color: #3d4351
}

.text-\[\#6E7A95\] {
    color: #6e7a95
}

.text-\[\#C8C9CB\] {
    color: #c8c9cb
}

.text-\[\#BABDC2\] {
    color: #babdc2
}

.text-\[\#E4E4E4\] {
    color: #e4e4e4
}

.text-\[\#242424\] {
    color: #242424
}

.text-\[\#6b6c6d\] {
    color: #6b6c6d
}

.text-\[\#0C386D\] {
    color: #0c386d
}

.text-\[\#3E454D\] {
    color: #3e454d
}

.text-\[\#1878EC\] {
    color: #1878ec
}

.text-\[\#8c8c8f\] {
    color: #8c8c8f
}

.text-\[\#dde4f0\] {
    color: #dde4f0
}

.text-\[\#417CE9\] {
    color: #417ce9
}

.text-\[\#e4eef9\] {
    color: #e4eef9
}

.text-\[\#70bc6f\] {
    color: #70bc6f
}

.text-\[\#4687EC\] {
    color: #4687ec
}

.text-\[\#65B8FF\] {
    color: #65b8ff
}

.text-\[\#E64045\] {
    color: #e64045
}

.text-\[\#257AFF\] {
    color: #257aff
}

.text-\[\#00CEFE\] {
    color: #00cefe
}

.text-\[\#C6CBE4\] {
    color: #c6cbe4
}

.text-\[\#9FABCD\] {
    color: #9fabcd
}

.text-\[\#CBCBCB\] {
    color: #cbcbcb
}

.text-\[\#56575A\] {
    color: #56575a
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.line-through {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.underline-offset-\[5px\] {
    text-underline-offset: 5px
}

.opacity-0 {
    opacity: 0
}

.opacity-50 {
    opacity: .5
}

.opacity-80 {
    opacity: .8
}

.opacity-40 {
    opacity: .4
}

.opacity-\[7px\] {
    opacity: 1px
}

.opacity-100 {
    opacity: 1
}

.opacity-70 {
    opacity: .7
}

.opacity-\[0\.8\] {
    opacity: .8
}

.opacity-\[0\.6\] {
    opacity: .6
}

.opacity-\[0\.7\] {
    opacity: .7
}

.opacity-90 {
    opacity: .9
}

.opacity-\[\.6\] {
    opacity: .6
}

.opacity-\[0\.4\] {
    opacity: .4
}

.opacity-\[0\.79\] {
    opacity: .79
}

.opacity-\[0\.76\] {
    opacity: .76
}

.mix-blend-multiply {
    mix-blend-mode: multiply
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)
}

.shadow,.shadow-\[0px_4px_10px_0px_rgba\(147\2c 162\2c 190\2c 0\.3\)\] {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(147\2c 162\2c 190\2c 0\.3\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(147,162,190,.3);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color)
}

.shadow-\[0px_4px_17px_0px_rgba\(30\2c 58\2c 96\2c 0\.17\)\] {
    --tw-shadow: 0px 4px 17px 0px rgba(30,58,96,.17);
    --tw-shadow-colored: 0px 4px 17px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_17px_0px_rgba\(43\2c 70\2c 108\2c 0\.08\)\] {
    --tw-shadow: 0px 4px 17px 0px rgba(43,70,108,.08);
    --tw-shadow-colored: 0px 4px 17px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(26\2c 66\2c 146\2c 0\.1\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(26,66,146,.1);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[4px_7px_27px_0px_rgba\(129\2c 148\2c 176\2c 0\.18\)\] {
    --tw-shadow: 4px 7px 27px 0px rgba(129,148,176,.18);
    --tw-shadow-colored: 4px 7px 27px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[-1px_5px_13px_0px_rgba\(19\2c 52\2c 105\2c 0\.11\)\] {
    --tw-shadow: -1px 5px 13px 0px rgba(19,52,105,.11);
    --tw-shadow-colored: -1px 5px 13px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_6px_30px_0px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
    --tw-shadow: 0px 6px 30px 0px rgba(0,0,0,.06);
    --tw-shadow-colored: 0px 6px 30px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(0,0,0,.05);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(54\2c 86\2c 149\2c 0\.3\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(54,86,149,.3);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[26px_25px_24px_0px_rgba\(175\2c 198\2c 236\2c 0\.55\)\] {
    --tw-shadow: 26px 25px 24px 0px rgba(175,198,236,.55);
    --tw-shadow-colored: 26px 25px 24px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[26px_25px_24px_0px_rgba\(175\2c 198\2c 236\2c 0\.16\)\] {
    --tw-shadow: 26px 25px 24px 0px rgba(175,198,236,.16);
    --tw-shadow-colored: 26px 25px 24px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[9px_8px_16px_0px_rgba\(178\2c 202\2c 241\2c 0\.24\)\] {
    --tw-shadow: 9px 8px 16px 0px rgba(178,202,241,.24);
    --tw-shadow-colored: 9px 8px 16px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[8px_6px_24px_0px_rgba\(229\2c 231\2c 234\2c 0\.78\)\] {
    --tw-shadow: 8px 6px 24px 0px rgba(229,231,234,.78);
    --tw-shadow-colored: 8px 6px 24px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_5px_30px_0px_rgba\(41\2c 44\2c 60\2c 0\.15\)\] {
    --tw-shadow: 0px 5px 30px 0px rgba(41,44,60,.15);
    --tw-shadow-colored: 0px 5px 30px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_3px_15px_0px_rgba\(41\2c 44\2c 60\2c 0\.15\)\] {
    --tw-shadow: 0px 3px 15px 0px rgba(41,44,60,.15);
    --tw-shadow-colored: 0px 3px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[-0\.78px_4\.94px_13px_5px_rgba\(19\2c 52\2c 105\2c 0\.11\)\] {
    --tw-shadow: -0.78px 4.94px 13px 5px rgba(19,52,105,.11);
    --tw-shadow-colored: -0.78px 4.94px 13px 5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_1px_20px_0px_rgba\(87\2c 102\2c 129\2c 0\.2\)\] {
    --tw-shadow: 0px 1px 20px 0px rgba(87,102,129,.2);
    --tw-shadow-colored: 0px 1px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_16px_0px_rgba\(104\2c 108\2c 115\2c 0\.03\)\] {
    --tw-shadow: 0px 0px 16px 0px hsla(218,5%,43%,.03);
    --tw-shadow-colored: 0px 0px 16px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[-7px_0px_79px_7px_rgba\(181\2c 190\2c 208\2c 0\.42\)\] {
    --tw-shadow: -7px 0px 79px 7px rgba(181,190,208,.42);
    --tw-shadow-colored: -7px 0px 79px 7px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0\.38px_10\.99px_38px_11px_rgba\(156\2c 165\2c 193\2c 0\.18\)\] {
    --tw-shadow: 0.38px 10.99px 38px 11px rgba(156,165,193,.18);
    --tw-shadow-colored: 0.38px 10.99px 38px 11px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[3\.58px_10\.4px_84px_11px_rgba\(170\2c 183\2c 217\2c 0\.17\)\] {
    --tw-shadow: 3.58px 10.4px 84px 11px rgba(170,183,217,.17);
    --tw-shadow-colored: 3.58px 10.4px 84px 11px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_2px_30px_0px_rgba\(112\2c 143\2c 204\2c 0\.35\)\] {
    --tw-shadow: 0px 2px 30px 0px rgba(112,143,204,.35);
    --tw-shadow-colored: 0px 2px 30px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[-5px_0px_43px_5px_rgba\(104\2c 108\2c 115\2c 0\.15\)\] {
    --tw-shadow: -5px 0px 43px 5px hsla(218,5%,43%,.15);
    --tw-shadow-colored: -5px 0px 43px 5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[11px_20px_68px_0px_rgba\(224\2c 232\2c 246\2c 0\.35\)\] {
    --tw-shadow: 11px 20px 68px 0px rgba(224,232,246,.35);
    --tw-shadow-colored: 11px 20px 68px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_13px_0px_rgba\(34\2c 24\2c 82\2c 0\.07\)\] {
    --tw-shadow: 0px 0px 13px 0px rgba(34,24,82,.07);
    --tw-shadow-colored: 0px 0px 13px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[2px_5px_43px_0px_rgba\(160\2c 173\2c 207\2c 0\.35\)\] {
    --tw-shadow: 2px 5px 43px 0px rgba(160,173,207,.35);
    --tw-shadow-colored: 2px 5px 43px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_30px_0px_\#E6E9F1\] {
    --tw-shadow: 0px 4px 30px 0px #e6e9f1;
    --tw-shadow-colored: 0px 4px 30px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_rgba\(194\2c 205\2c 216\2c 0\.5\)\] {
    --tw-shadow: 0px 4px 20px 0px rgba(194,205,216,.5);
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_3px_20px_0px_rgba\(128\2c 139\2c 156\2c 0\.35\)\] {
    --tw-shadow: 0px 3px 20px 0px rgba(128,139,156,.35);
    --tw-shadow-colored: 0px 3px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[6\.86px_4\.12px_81px_8px_rgba\(181\2c 190\2c 208\2c 0\.19\)\] {
    --tw-shadow: 6.86px 4.12px 81px 8px rgba(181,190,208,.19);
    --tw-shadow-colored: 6.86px 4.12px 81px 8px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0_0_24\.57px_0_rgba\(104\2c 108\2c 115\2c 0\.10\)\] {
    --tw-shadow: 0 0 24.57px 0 hsla(218,5%,43%,.1);
    --tw-shadow-colored: 0 0 24.57px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[6\.86px_4\.12px_81px_8px_rgba\(207\2c 217\2c 238\2c 0\.34\)\] {
    --tw-shadow: 6.86px 4.12px 81px 8px rgba(207,217,238,.34);
    --tw-shadow-colored: 6.86px 4.12px 81px 8px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[-8px_0px_35px_8px_rgba\(12\2c 82\2c 203\2c 0\.30\)\] {
    --tw-shadow: -8px 0px 35px 8px rgba(12,82,203,.3);
    --tw-shadow-colored: -8px 0px 35px 8px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[-8px_0px_57px_8px_rgba\(13\2c 81\2c 203\2c 0\.26\)\] {
    --tw-shadow: -8px 0px 57px 8px rgba(13,81,203,.26);
    --tw-shadow-colored: -8px 0px 57px 8px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[1px_2px_12px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
    --tw-shadow: 1px 2px 12px 0px rgba(0,0,0,.05);
    --tw-shadow-colored: 1px 2px 12px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_\#BADDFF\] {
    --tw-shadow: 0px 4px 10px 0px #baddff;
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(203\2c 207\2c 216\2c 0\.3\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(203,207,216,.3);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_12px_48px_0px_rgba\(9\2c 32\2c 68\2c 0\.05\)\] {
    --tw-shadow: 0px 12px 48px 0px rgba(9,32,68,.05);
    --tw-shadow-colored: 0px 12px 48px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_38px_0px_rgba\(16\2c 75\2c 145\2c 0\.0500\)\] {
    --tw-shadow: 0px 0px 38px 0px rgba(16,75,145,.05);
    --tw-shadow-colored: 0px 0px 38px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_3px_0px_rgba\(220\2c 232\2c 255\2c 0\.4\)\] {
    --tw-shadow: 0px 0px 3px 0px rgba(220,232,255,.4);
    --tw-shadow-colored: 0px 0px 3px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(0,0,0,.06);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_5px_0px_rgba\(104\2c 108\2c 115\2c 0\.07\)\] {
    --tw-shadow: 0px 0px 5px 0px hsla(218,5%,43%,.07);
    --tw-shadow-colored: 0px 0px 5px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(234\2c 228\2c 228\2c 0\.5\)\] {
    --tw-shadow: 0px 4px 10px 0px hsla(0,12%,91%,.5);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_-1px_28px_0px_\#799CFF\] {
    --tw-shadow: 0px -1px 28px 0px #799cff;
    --tw-shadow-colored: 0px -1px 28px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_15px_0px_\#060F26\] {
    --tw-shadow: 0px 4px 15px 0px #060f26;
    --tw-shadow-colored: 0px 4px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_15px_0px_rgba\(171\2c 205\2c 234\2c 0\.5\)\] {
    --tw-shadow: 0px 4px 15px 0px rgba(171,205,234,.5);
    --tw-shadow-colored: 0px 4px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(198\2c 211\2c 228\2c 0\.5\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(198,211,228,.5);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[inset_0px_4px_15px_0px_rgba\(255\2c 255\2c 255\2c 0\.3\)\] {
    --tw-shadow: inset 0px 4px 15px 0px hsla(0,0%,100%,.3);
    --tw-shadow-colored: inset 0px 4px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(164\2c 175\2c 188\2c 0\.3\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(164,175,188,.3);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_\#F4F7FA\] {
    --tw-shadow: 0px 4px 20px 0px #f4f7fa;
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color)
}

.shadow-\[0px_3\.55px_17\.76px_0px_\#F4F7FA\],.shadow-\[0px_4px_20px_0px_\#F4F7FA\] {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_3\.55px_17\.76px_0px_\#F4F7FA\] {
    --tw-shadow: 0px 3.55px 17.76px 0px #f4f7fa;
    --tw-shadow-colored: 0px 3.55px 17.76px 0px var(--tw-shadow-color)
}

.shadow-\[0px_2px_20px_0px_rgba\(85\2c 123\2c 197\2c 0\.2\)\] {
    --tw-shadow: 0px 2px 20px 0px rgba(85,123,197,.2);
    --tw-shadow-colored: 0px 2px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_2px_16px_0px_\#DAE1EB\] {
    --tw-shadow: 0px 2px 16px 0px #dae1eb;
    --tw-shadow-colored: 0px 2px 16px 0px var(--tw-shadow-color)
}

.shadow-\[0px_2px_16px_0px_\#DAE1EB\],.shadow-\[0px_2px_16px_0px_\#EBEEF3\] {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_2px_16px_0px_\#EBEEF3\] {
    --tw-shadow: 0px 2px 16px 0px #ebeef3;
    --tw-shadow-colored: 0px 2px 16px 0px var(--tw-shadow-color)
}

.shadow-\[0px_4px_16px_0px_rgba\(180\2c 191\2c 199\2c 0\.22\)\] {
    --tw-shadow: 0px 4px 16px 0px rgba(180,191,199,.22);
    --tw-shadow-colored: 0px 4px 16px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_7px_79px_0px_rgba\(181\2c 190\2c 208\2c 0\.42\)\] {
    --tw-shadow: 0px 7px 79px 0px rgba(181,190,208,.42);
    --tw-shadow-colored: 0px 7px 79px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_24px_0px_rgba\(180\2c 191\2c 199\2c 0\.22\)\] {
    --tw-shadow: 0px 4px 24px 0px rgba(180,191,199,.22);
    --tw-shadow-colored: 0px 4px 24px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_1px_20px_0px_rgba\(132\2c 158\2c 200\2c 0\.4\)\] {
    --tw-shadow: 0px 1px 20px 0px rgba(132,158,200,.4);
    --tw-shadow-colored: 0px 1px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_12px_0px_\#EBF4FC\] {
    --tw-shadow: 0px 4px 12px 0px #ebf4fc;
    --tw-shadow-colored: 0px 4px 12px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[inset_0px_0px_10px_0px_rgba\(255\2c 255\2c 255\2c 0\.4\)\] {
    --tw-shadow: inset 0px 0px 10px 0px hsla(0,0%,100%,.4);
    --tw-shadow-colored: inset 0px 0px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_15px_0px_rgba\(196\2c 213\2c 237\2c 0\.5\)\] {
    --tw-shadow: 0px 4px 15px 0px rgba(196,213,237,.5);
    --tw-shadow-colored: 0px 4px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_\#ACC3E5\] {
    --tw-shadow: 0px 4px 20px 0px #acc3e5;
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color)
}

.shadow-\[0px_4px_20px_0px_\#ACC3E5\],.shadow-\[inset_0px_0px_27\.43px_0px_\#fff\] {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[inset_0px_0px_27\.43px_0px_\#fff\] {
    --tw-shadow: inset 0px 0px 27.43px 0px #fff;
    --tw-shadow-colored: inset 0px 0px 27.43px 0px var(--tw-shadow-color)
}

.shadow-\[0px_3px_18px_0px_rgba\(168\2c 189\2c 216\2c 0\.45\)\] {
    --tw-shadow: 0px 3px 18px 0px rgba(168,189,216,.45);
    --tw-shadow-colored: 0px 3px 18px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_15px_0px_rgba\(171\2c 195\2c 214\2c 0\.35\)\] {
    --tw-shadow: 0px 4px 15px 0px rgba(171,195,214,.35);
    --tw-shadow-colored: 0px 4px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_rgba\(171\2c 195\2c 214\2c 0\.4\)\] {
    --tw-shadow: 0px 4px 20px 0px rgba(171,195,214,.4);
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_18px_0px_rgba\(45\2c 57\2c 94\2c 0\.07\)\] {
    --tw-shadow: 0px 0px 18px 0px rgba(45,57,94,.07);
    --tw-shadow-colored: 0px 0px 18px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_40px_0px_rgba\(45\2c 57\2c 94\2c 0\.08\)\] {
    --tw-shadow: 0px 0px 40px 0px rgba(45,57,94,.08);
    --tw-shadow-colored: 0px 0px 40px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_16px_0px_rgba\(153\2c 180\2c 221\2c 0\.26\)\] {
    --tw-shadow: 0px 0px 16px 0px rgba(153,180,221,.26);
    --tw-shadow-colored: 0px 0px 16px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_27px_0px_rgba\(162\2c 186\2c 223\2c 0\.33\)\] {
    --tw-shadow: 0px 0px 27px 0px rgba(162,186,223,.33);
    --tw-shadow-colored: 0px 0px 27px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[-3px_3px_24px_0px_rgba\(20\2c 55\2c 138\2c 0\.11\)\] {
    --tw-shadow: -3px 3px 24px 0px rgba(20,55,138,.11);
    --tw-shadow-colored: -3px 3px 24px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[3px_3px_30px_0px_rgba\(20\2c 55\2c 138\2c 0\.12\)\] {
    --tw-shadow: 3px 3px 30px 0px rgba(20,55,138,.12);
    --tw-shadow-colored: 3px 3px 30px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_2px_10px_0px_rgba\(131\2c 144\2c 192\2c 0\.3\)\] {
    --tw-shadow: 0px 2px 10px 0px rgba(131,144,192,.3);
    --tw-shadow-colored: 0px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_2px_24px_0px_rgba\(33\2c 79\2c 143\2c 0\.1\)\] {
    --tw-shadow: 0px 2px 24px 0px rgba(33,79,143,.1);
    --tw-shadow-colored: 0px 2px 24px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_2px_24px_rgba\(33\2c 79\2c 143\2c 0\.1\)\] {
    --tw-shadow: 0px 2px 24px rgba(33,79,143,.1);
    --tw-shadow-colored: 0px 2px 24px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_2px_6px_0px_rgba\(112\2c 147\2c 250\2c 0\.2\)\] {
    --tw-shadow: 0px 2px 6px 0px rgba(112,147,250,.2);
    --tw-shadow-colored: 0px 2px 6px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_1px_8px_0px_rgba\(136\2c 135\2c 134\2c 0\.15\)\] {
    --tw-shadow: 0px 1px 8px 0px hsla(30,1%,53%,.15);
    --tw-shadow-colored: 0px 1px 8px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_3px_28px_3px_rgba\(221\2c 207\2c 232\2c 0\.17\)\] {
    --tw-shadow: 0px 3px 28px 3px rgba(221,207,232,.17);
    --tw-shadow-colored: 0px 3px 28px 3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_1px_15px_0px_rgba\(62\2c 109\2c 250\2c 0\.35\)\] {
    --tw-shadow: 0px 1px 15px 0px rgba(62,109,250,.35);
    --tw-shadow-colored: 0px 1px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_2px_10px_0px_rgba\(112\2c 147\2c 250\2c 0\.2\)\] {
    --tw-shadow: 0px 2px 10px 0px rgba(112,147,250,.2);
    --tw-shadow-colored: 0px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_22px_46px_0px_rgba\(17\2c 68\2c 215\2c 0\.35\)\] {
    --tw-shadow: 0px 22px 46px 0px rgba(17,68,215,.35);
    --tw-shadow-colored: 0px 22px 46px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_1px_18px_0px_rgba\(87\2c 96\2c 134\2c 0\.15\)\] {
    --tw-shadow: 0px 1px 18px 0px rgba(87,96,134,.15);
    --tw-shadow-colored: 0px 1px 18px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_1px_18px_0px_rgba\(87\2c 96\2c 134\2c 0\.08\)\] {
    --tw-shadow: 0px 1px 18px 0px rgba(87,96,134,.08);
    --tw-shadow-colored: 0px 1px 18px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_18px_0px_rgba\(74\2c 115\2c 255\2c 0\.09\)\] {
    --tw-shadow: 0px 0px 18px 0px rgba(74,115,255,.09);
    --tw-shadow-colored: 0px 0px 18px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_8px_0px_rgba\(74\2c 115\2c 255\2c 0\.09\)\] {
    --tw-shadow: 0px 0px 8px 0px rgba(74,115,255,.09);
    --tw-shadow-colored: 0px 0px 8px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_21px_0px_rgba\(45\2c 63\2c 127\2c 0\.09\)\] {
    --tw-shadow: 0px 0px 21px 0px rgba(45,63,127,.09);
    --tw-shadow-colored: 0px 0px 21px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_1px_17px_1px_rgba\(190\2c 211\2c 242\2c 0\.4\)\] {
    --tw-shadow: 0px 1px 17px 1px rgba(190,211,242,.4);
    --tw-shadow-colored: 0px 1px 17px 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_6px_16px_0px_rgba\(191\2c 204\2c 223\2c 0\.3\)\] {
    --tw-shadow: 0px 6px 16px 0px rgba(191,204,223,.3);
    --tw-shadow-colored: 0px 6px 16px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[6px_4px_13px_0_rgba\(94\2c 120\2c 146\2c 0\.11\)\] {
    --tw-shadow: 6px 4px 13px 0 rgba(94,120,146,.11);
    --tw-shadow-colored: 6px 4px 13px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_20px_61px_7px_rgba\(157\2c 151\2c 200\2c 0\.08\)\] {
    --tw-shadow: 0px 20px 61px 7px rgba(157,151,200,.08);
    --tw-shadow-colored: 0px 20px 61px 7px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_46px_0px_\#EFF4F9\] {
    --tw-shadow: 0px 4px 46px 0px #eff4f9;
    --tw-shadow-colored: 0px 4px 46px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_10px_0px_rgba\(174\2c 177\2c 184\2c 0\.3\)\] {
    --tw-shadow: 0px 0px 10px 0px hsla(222,7%,70%,.3);
    --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_rgba\(146\2c 161\2c 194\2c 0\.3\)\] {
    --tw-shadow: 0px 4px 20px 0px rgba(146,161,194,.3);
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[4px_3px_13px_0px_rgba\(56\2c 67\2c 135\2c 0\.11\)\] {
    --tw-shadow: 4px 3px 13px 0px rgba(56,67,135,.11);
    --tw-shadow-colored: 4px 3px 13px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_1px_18px_0px_rgba\(196\2c 201\2c 208\2c 0\.26\)\] {
    --tw-shadow: 0px 1px 18px 0px rgba(196,201,208,.26);
    --tw-shadow-colored: 0px 1px 18px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_8px_1px_rgba\(104\2c 104\2c 104\2c 0\.07\)\] {
    --tw-shadow: 0px 4px 8px 1px hsla(0,0%,41%,.07);
    --tw-shadow-colored: 0px 4px 8px 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_8px_0px_rgba\(169\2c 184\2c 216\2c 0\.51\)\] {
    --tw-shadow: 0px 0px 8px 0px rgba(169,184,216,.51);
    --tw-shadow-colored: 0px 0px 8px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_8px_0px_rgba\(182\2c 201\2c 232\2c 0\.6\)\2c inset_0px_0px_20px_0px_rgba\(255\2c 255\2c 255\2c 0\.58\)\] {
    --tw-shadow: 0px 4px 8px 0px rgba(182,201,232,.6),inset 0px 0px 20px 0px hsla(0,0%,100%,.58);
    --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color),inset 0px 0px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_16px_0px_rgba\(142\2c 185\2c 225\2c 0\.5\)\] {
    --tw-shadow: 0px 4px 16px 0px rgba(142,185,225,.5);
    --tw-shadow-colored: 0px 4px 16px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_8\.99px_0px_rgba\(190\2c 216\2c 243\2c 0\.302\)\] {
    --tw-shadow: 0px 0px 8.99px 0px rgba(190,216,243,.302);
    --tw-shadow-colored: 0px 0px 8.99px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_12px_18px_0px_\#FFDCD5\] {
    --tw-shadow: 0px 12px 18px 0px #ffdcd5;
    --tw-shadow-colored: 0px 12px 18px 0px var(--tw-shadow-color)
}

.shadow-\[0px_12px_18px_0px_\#FFC4B3\],.shadow-\[0px_12px_18px_0px_\#FFDCD5\] {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_12px_18px_0px_\#FFC4B3\] {
    --tw-shadow: 0px 12px 18px 0px #ffc4b3;
    --tw-shadow-colored: 0px 12px 18px 0px var(--tw-shadow-color)
}

.shadow-\[0px_4px_46px_0px_rgba\(255\2c 153\2c 153\2c 0\.4\)\] {
    --tw-shadow: 0px 4px 46px 0px hsla(0,100%,80%,.4);
    --tw-shadow-colored: 0px 4px 46px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(167\2c 105\2c 74\2c 0\.2\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(167,105,74,.2);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(168\2c 121\2c 95\2c 0\.22\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(168,121,95,.22);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_rgba\(124\2c 12\2c 12\2c 0\.2\)\] {
    --tw-shadow: 0px 4px 20px 0px rgba(124,12,12,.2);
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(221\2c 223\2c 223\2c 0\.5\)\] {
    --tw-shadow: 0px 4px 10px 0px hsla(180,3%,87%,.5);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_rgba\(158\2c 91\2c 91\2c 0\.2\)\] {
    --tw-shadow: 0px 4px 20px 0px rgba(158,91,91,.2);
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_rgba\(185\2c 200\2c 216\2c 0\.36\)\] {
    --tw-shadow: 0px 4px 20px 0px rgba(185,200,216,.36);
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_15px_0px_rgba\(195\2c 214\2c 229\2c 0\.5\)\] {
    --tw-shadow: 0px 4px 15px 0px rgba(195,214,229,.5);
    --tw-shadow-colored: 0px 4px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_3\.37px_8\.42px_0px_rgba\(140\2c 163\2c 191\2c 0\.3\)\] {
    --tw-shadow: 0px 3.37px 8.42px 0px rgba(140,163,191,.3);
    --tw-shadow-colored: 0px 3.37px 8.42px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_2px_5px_0px_rgba\(201\2c 220\2c 241\2c 0\.5\)\] {
    --tw-shadow: 0px 2px 5px 0px rgba(201,220,241,.5);
    --tw-shadow-colored: 0px 2px 5px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_2px_15px_0px_rgba\(152\2c 172\2c 196\2c 0\.22\)\] {
    --tw-shadow: 0px 2px 15px 0px rgba(152,172,196,.22);
    --tw-shadow-colored: 0px 2px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_rgba\(115\2c 139\2c 191\2c 0\.3\)\] {
    --tw-shadow: 0px 4px 20px 0px rgba(115,139,191,.3);
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_2px_5px_0px_rgba\(177\2c 188\2c 223\2c 0\.45\)\] {
    --tw-shadow: 0px 2px 5px 0px rgba(177,188,223,.45);
    --tw-shadow-colored: 0px 2px 5px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_27px_0px_rgba\(45\2c 57\2c 94\2c 0\.11\)\] {
    --tw-shadow: 0px 0px 27px 0px rgba(45,57,94,.11);
    --tw-shadow-colored: 0px 0px 27px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_3px_25px_2px_rgba\(104\2c 108\2c 115\2c 0\.06\)\] {
    --tw-shadow: 0px 3px 25px 2px hsla(218,5%,43%,.06);
    --tw-shadow-colored: 0px 3px 25px 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_32px_3px_rgba\(104\2c 108\2c 115\2c 0\.33\)\] {
    --tw-shadow: 0px 0px 32px 3px hsla(218,5%,43%,.33);
    --tw-shadow-colored: 0px 0px 32px 3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_1px_rgba\(188\2c 188\2c 188\2c 0\.14\)\] {
    --tw-shadow: 0px 4px 20px 1px hsla(0,0%,74%,.14);
    --tw-shadow-colored: 0px 4px 20px 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_13px_24px_0px_rgba\(127\2c 144\2c 170\2c 0\.11\)\] {
    --tw-shadow: 0px 13px 24px 0px rgba(127,144,170,.11);
    --tw-shadow-colored: 0px 13px 24px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_16px_0px_\#EAEFF7\] {
    --tw-shadow: 0px 4px 16px 0px #eaeff7;
    --tw-shadow-colored: 0px 4px 16px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[1px_4px_24px_0px_rgba\(127\2c 144\2c 170\2c 0\.13\)\] {
    --tw-shadow: 1px 4px 24px 0px rgba(127,144,170,.13);
    --tw-shadow-colored: 1px 4px 24px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_\#FFEBE1\] {
    --tw-shadow: 0px 4px 20px 0px #ffebe1;
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(244\2c 225\2c 216\2c 0\.4\)\] {
    --tw-shadow: 0px 4px 10px 0px hsla(19,56%,90%,.4);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_rgba\(146\2c 47\2c 47\2c 0\.1\)\] {
    --tw-shadow: 0px 4px 20px 0px rgba(146,47,47,.1);
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_3\.64px_3\.64px_0px_rgba\(255\2c 174\2c 173\2c 0\.25\)\] {
    --tw-shadow: 0px 3.64px 3.64px 0px hsla(1,100%,84%,.25);
    --tw-shadow-colored: 0px 3.64px 3.64px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[-1px_-1px_73px_0px_rgba\(229\2c 239\2c 252\2c 0\.3\)\] {
    --tw-shadow: -1px -1px 73px 0px rgba(229,239,252,.3);
    --tw-shadow-colored: -1px -1px 73px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_20px_0px_rgba\(135\2c 133\2c 147\2c 0\.15\)\] {
    --tw-shadow: 0px 0px 20px 0px hsla(249,6%,55%,.15);
    --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[7px_4px_81px_0px_rgba\(207\2c 217\2c 238\2c 0\.4\)\] {
    --tw-shadow: 7px 4px 81px 0px rgba(207,217,238,.4);
    --tw-shadow-colored: 7px 4px 81px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_13px_0px_rgba\(34\2c 24\2c 82\2c 0\.08\)\] {
    --tw-shadow: 0px 0px 13px 0px rgba(34,24,82,.08);
    --tw-shadow-colored: 0px 0px 13px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(19\2c 106\2c 213\2c 0\.2\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(19,106,213,.2);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_7px_38px_0px_rgba\(178\2c 201\2c 233\2c 0\.23\)\] {
    --tw-shadow: 0px 7px 38px 0px rgba(178,201,233,.23);
    --tw-shadow-colored: 0px 7px 38px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[5px_5px_57px_0px_\#E4EEFE\] {
    --tw-shadow: 5px 5px 57px 0px #e4eefe;
    --tw-shadow-colored: 5px 5px 57px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[5px_9px_62px_0px_rgba\(167\2c 187\2c 210\2c 0\.31\)\] {
    --tw-shadow: 5px 9px 62px 0px rgba(167,187,210,.31);
    --tw-shadow-colored: 5px 9px 62px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[-3px_4px_15px_0px_rgba\(20\2c 99\2c 255\2c 0\.45\)\] {
    --tw-shadow: -3px 4px 15px 0px rgba(20,99,255,.45);
    --tw-shadow-colored: -3px 4px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[4px_6px_59px_0px_rgba\(220\2c 222\2c 226\2c 0\.63\)\] {
    --tw-shadow: 4px 6px 59px 0px hsla(220,9%,87%,.63);
    --tw-shadow-colored: 4px 6px 59px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(128\2c 103\2c 80\2c 0\.4\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(128,103,80,.4);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(176\2c 154\2c 134\2c 0\.35\)\] {
    --tw-shadow: 0px 4px 10px 0px hsla(29,21%,61%,.35);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_3px_10px_0px_rgba\(91\2c 103\2c 98\2c 0\.35\)\] {
    --tw-shadow: 0px 3px 10px 0px rgba(91,103,98,.35);
    --tw-shadow-colored: 0px 3px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_rgba\(160\2c 168\2c 188\2c 0\.35\)\] {
    --tw-shadow: 0px 4px 20px 0px rgba(160,168,188,.35);
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(141\2c 138\2c 120\2c 0\.35\)\] {
    --tw-shadow: 0px 4px 10px 0px hsla(51,8%,51%,.35);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_15px_0px_rgba\(186\2c 199\2c 219\2c 0\.6\)\] {
    --tw-shadow: 0px 4px 15px 0px rgba(186,199,219,.6);
    --tw-shadow-colored: 0px 4px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[1px_1px_10px_0px_rgba\(141\2c 162\2c 198\2c 0\.2\)\] {
    --tw-shadow: 1px 1px 10px 0px rgba(141,162,198,.2);
    --tw-shadow-colored: 1px 1px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(181\2c 200\2c 225\2c 0\.8\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(181,200,225,.8);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_rgba\(184\2c 203\2c 223\2c 0\.8\)\] {
    --tw-shadow: 0px 4px 20px 0px rgba(184,203,223,.8);
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_15px_0px_rgba\(149\2c 173\2c 214\2c 0\.5\)\] {
    --tw-shadow: 0px 4px 15px 0px rgba(149,173,214,.5);
    --tw-shadow-colored: 0px 4px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[inset_0px_4px_10px_0px_\#85A3FF\] {
    --tw-shadow: inset 0px 4px 10px 0px #85a3ff;
    --tw-shadow-colored: inset 0px 4px 10px 0px var(--tw-shadow-color)
}

.shadow-\[0px_4px_15px_0px_\#CDDBED\],.shadow-\[inset_0px_4px_10px_0px_\#85A3FF\] {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_15px_0px_\#CDDBED\] {
    --tw-shadow: 0px 4px 15px 0px #cddbed;
    --tw-shadow-colored: 0px 4px 15px 0px var(--tw-shadow-color)
}

.shadow-\[0px_4px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(0,0,0,.3);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_rgba\(190\2c 203\2c 218\2c 0\.3\)\] {
    --tw-shadow: 0px 4px 20px 0px rgba(190,203,218,.3);
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_3px_14px_1px_rgba\(181\2c 198\2c 226\2c 0\.35\)\] {
    --tw-shadow: 0px 3px 14px 1px rgba(181,198,226,.35);
    --tw-shadow-colored: 0px 3px 14px 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[-1px_2px_24px_0px_rgba\(232\2c 236\2c 245\2c 0\.6\)\] {
    --tw-shadow: -1px 2px 24px 0px rgba(232,236,245,.6);
    --tw-shadow-colored: -1px 2px 24px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(247\2c 209\2c 220\2c 0\.3804\)\2c inset_0px_3\.02px_7\.55px_0px_rgba\(255\2c 255\2c 255\2c 0\.74\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(247,209,220,.38),inset 0px 3.02px 7.55px 0px hsla(0,0%,100%,.74);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color),inset 0px 3.02px 7.55px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_\#D4E1FF\] {
    --tw-shadow: 0px 4px 10px 0px #d4e1ff;
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.06\)\2c inset_3px_3px_0px_0px_rgba\(255\2c 255\2c 255\2c 0\.84\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(0,0,0,.06),inset 3px 3px 0px 0px hsla(0,0%,100%,.84);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color),inset 3px 3px 0px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(121\2c 147\2c 208\2c 0\.03\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(121,147,208,.03);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px-rgba\(83\2c 140\2c 238\2c 0\)\] {
    --tw-shadow: 0px 4px 10px 0px - rgba(83,140,238,0);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_2px_10px_0px_rgba\(179\2c 196\2c 216\2c 0\.5\)\] {
    --tw-shadow: 0px 2px 10px 0px rgba(179,196,216,.5);
    --tw-shadow-colored: 0px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_5\.55px_13\.88px_0px_\#92D2FF\] {
    --tw-shadow: 0px 5.55px 13.88px 0px #92d2ff;
    --tw-shadow-colored: 0px 5.55px 13.88px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(184\2c 202\2c 220\2c 0\.3\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(184,202,220,.3);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_1px_29px_0px_rgba\(56\2c 67\2c 135\2c 0\.11\)\] {
    --tw-shadow: 0px 1px 29px 0px rgba(56,67,135,.11);
    --tw-shadow-colored: 0px 1px 29px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_rgba\(158\2c 170\2c 199\2c 0\.5\)\] {
    --tw-shadow: 0px 4px 20px 0px rgba(158,170,199,.5);
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_rgba\(170\2c 186\2c 212\2c 0\.35\)\] {
    --tw-shadow: 0px 4px 20px 0px rgba(170,186,212,.35);
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(0,0,0,.08);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(189\2c 208\2c 246\2c 0\.3\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(189,208,246,.3);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_2px_6px_0px_rgba\(172\2c 185\2c 203\2c 0\.5\)\] {
    --tw-shadow: 0px 2px 6px 0px rgba(172,185,203,.5);
    --tw-shadow-colored: 0px 2px 6px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_2px_5px_0px_rgba\(117\2c 147\2c 191\2c 0\.3\)\] {
    --tw-shadow: 0px 2px 5px 0px rgba(117,147,191,.3);
    --tw-shadow-colored: 0px 2px 5px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[1px_0px_8px_0px_\#6475AC\] {
    --tw-shadow: 1px 0px 8px 0px #6475ac;
    --tw-shadow-colored: 1px 0px 8px 0px var(--tw-shadow-color)
}

.shadow-\[0px_0px_15px_0px_\#E5E7E8\],.shadow-\[1px_0px_8px_0px_\#6475AC\] {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_15px_0px_\#E5E7E8\] {
    --tw-shadow: 0px 0px 15px 0px #e5e7e8;
    --tw-shadow-colored: 0px 0px 15px 0px var(--tw-shadow-color)
}

.shadow-\[0px_0px_18px_0px_\#E7EDF3\] {
    --tw-shadow: 0px 0px 18px 0px #e7edf3;
    --tw-shadow-colored: 0px 0px 18px 0px var(--tw-shadow-color)
}

.shadow-\[0px_0px_18px_0px_\#E7EDF3\],.shadow-\[0px_4px_10px_0px_\#E9EEFA\] {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_\#E9EEFA\] {
    --tw-shadow: 0px 4px 10px 0px #e9eefa;
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color)
}

.shadow-\[0px_4px_15px_0px_rgba\(189\2c 194\2c 205\2c 0\.45\)\] {
    --tw-shadow: 0px 4px 15px 0px rgba(189,194,205,.45);
    --tw-shadow-colored: 0px 4px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_12px_48px_0px_rgba\(0\2c 33\2c 71\2c 0\.15\)\] {
    --tw-shadow: 0px 12px 48px 0px rgba(0,33,71,.15);
    --tw-shadow-colored: 0px 12px 48px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_12px_48px_0px_rgba\(0\2c 33\2c 71\2c 0\.05\)\] {
    --tw-shadow: 0px 12px 48px 0px rgba(0,33,71,.05);
    --tw-shadow-colored: 0px 12px 48px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[1px_2px_12px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    --tw-shadow: 1px 2px 12px 0px rgba(0,0,0,.1);
    --tw-shadow-colored: 1px 2px 12px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_32px_0px_rgba\(228\2c 228\2c 228\2c 0\.7\)\] {
    --tw-shadow: 0px 0px 32px 0px hsla(0,0%,89%,.7);
    --tw-shadow-colored: 0px 0px 32px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_3px_27px_0px_rgba\(220\2c 221\2c 230\2c 0\.6\)\] {
    --tw-shadow: 0px 3px 27px 0px rgba(220,221,230,.6);
    --tw-shadow-colored: 0px 3px 27px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[4px_4px_10px_0px_\#7ec1ff\] {
    --tw-shadow: 4px 4px 10px 0px #7ec1ff;
    --tw-shadow-colored: 4px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_\#E2EAF9\] {
    --tw-shadow: 0px 4px 10px 0px #e2eaf9;
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color)
}

.shadow-\[0px_4px_10px_0px_\#E2EAF9\],.shadow-\[0px_4px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.302\)\] {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.302\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(0,0,0,.302);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color)
}

.shadow-\[4px_4px_10px_0px_\#D3E7FF\] {
    --tw-shadow: 4px 4px 10px 0px #d3e7ff;
    --tw-shadow-colored: 4px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_3px_25px_0px_rgba\(197\2c 211\2c 228\2c 0\.45\)\] {
    --tw-shadow: 0px 3px 25px 0px rgba(197,211,228,.45);
    --tw-shadow-colored: 0px 3px 25px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_10px_0px_rgba\(82\2c 138\2c 250\2c 0\.25\)\] {
    --tw-shadow: 0px 0px 10px 0px rgba(82,138,250,.25);
    --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_3px_20px_0px_rgba\(157\2c 178\2c 206\2c 0\.35\)\] {
    --tw-shadow: 0px 3px 20px 0px rgba(157,178,206,.35);
    --tw-shadow-colored: 0px 3px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[-4px_6px_59px_0px_rgba\(232\2c 235\2c 238\2c 0\.49\)\] {
    --tw-shadow: -4px 6px 59px 0px rgba(232,235,238,.49);
    --tw-shadow-colored: -4px 6px 59px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_2px_25px_0px_rgba\(37\2c 56\2c 114\2c 0\.25\)\] {
    --tw-shadow: 0px 2px 25px 0px rgba(37,56,114,.25);
    --tw-shadow-colored: 0px 2px 25px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_10px_29px_0px_rgba\(176\2c 200\2c 229\2c 0\.35\)\] {
    --tw-shadow: 0px 10px 29px 0px rgba(176,200,229,.35);
    --tw-shadow-colored: 0px 10px 29px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_1px_20px_0px_rgba\(188\2c 199\2c 210\2c 0\.35\)\] {
    --tw-shadow: 0px 1px 20px 0px rgba(188,199,210,.35);
    --tw-shadow-colored: 0px 1px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[-4px_10px_62px_0px_rgba\(53\2c 60\2c 77\2c 0\.89\)\] {
    --tw-shadow: -4px 10px 62px 0px rgba(53,60,77,.89);
    --tw-shadow-colored: -4px 10px 62px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[7px_7px_35px_0px_rgba\(209\2c 218\2c 230\2c 0\.55\)\] {
    --tw-shadow: 7px 7px 35px 0px rgba(209,218,230,.55);
    --tw-shadow-colored: 7px 7px 35px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_10px_22px_0px_rgba\(195\2c 209\2c 224\2c 0\.65\)\] {
    --tw-shadow: 0px 10px 22px 0px rgba(195,209,224,.65);
    --tw-shadow-colored: 0px 10px 22px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_2px_15px_0px_rgba\(99\2c 149\2c 204\2c 0\.45\)\] {
    --tw-shadow: 0px 2px 15px 0px rgba(99,149,204,.45);
    --tw-shadow-colored: 0px 2px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_12px_48px_rgba\(9\2c 32\2c 68\2c 0\.05\)\] {
    --tw-shadow: 0px 12px 48px rgba(9,32,68,.05);
    --tw-shadow-colored: 0px 12px 48px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_rgba\(175\2c 175\2c 182\2c 0\.25\)\] {
    --tw-shadow: 0px 4px 20px 0px hsla(240,5%,70%,.25);
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[3px_7px_68px_0px_rgba\(183\2c 198\2c 224\2c 0\.33\)\] {
    --tw-shadow: 3px 7px 68px 0px rgba(183,198,224,.33);
    --tw-shadow-colored: 3px 7px 68px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[-5px_9px_35px_0px_rgba\(209\2c 225\2c 246\2c 0\.41\)\] {
    --tw-shadow: -5px 9px 35px 0px rgba(209,225,246,.41);
    --tw-shadow-colored: -5px 9px 35px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_5px_95px_0px_rgba\(83\2c 123\2c 184\2c 0\.16\)\] {
    --tw-shadow: 0px 5px 95px 0px rgba(83,123,184,.16);
    --tw-shadow-colored: 0px 5px 95px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_5px_95px_0px_rgba\(160\2c 186\2c 212\2c 0\.23\)\] {
    --tw-shadow: 0px 5px 95px 0px rgba(160,186,212,.23);
    --tw-shadow-colored: 0px 5px 95px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_12px_48px_rgba\(0\2c 33\2c 71\2c 0\.05\)\] {
    --tw-shadow: 0px 12px 48px rgba(0,33,71,.05);
    --tw-shadow-colored: 0px 12px 48px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_12px_48px_0px_rgba\(0\2c 33\2c 71\2c 0\.10\)\] {
    --tw-shadow: 0px 12px 48px 0px rgba(0,33,71,.1);
    --tw-shadow-colored: 0px 12px 48px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[4px_10px_84px_0px_rgba\(170\2c 183\2c 217\2c 0\.17\)\] {
    --tw-shadow: 4px 10px 84px 0px rgba(170,183,217,.17);
    --tw-shadow-colored: 4px 10px 84px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_8px_40px_0px_rgba\(122\2c 146\2c 185\2c 0\.19\)\] {
    --tw-shadow: 0px 8px 40px 0px rgba(122,146,185,.19);
    --tw-shadow-colored: 0px 8px 40px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_5px_95px_0px_rgba\(170\2c 198\2c 242\2c 0\.23\)\] {
    --tw-shadow: 0px 5px 95px 0px rgba(170,198,242,.23);
    --tw-shadow-colored: 0px 5px 95px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_10px_0px_rgba\(13\2c 21\2c 33\2c 0\.4\)\] {
    --tw-shadow: 0px 4px 10px 0px rgba(13,21,33,.4);
    --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_15px_0px_rgba\(155\2c 184\2c 232\2c 0\.9\)\] {
    --tw-shadow: 0px 4px 15px 0px rgba(155,184,232,.9);
    --tw-shadow-colored: 0px 4px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_10px_0px_\#E8F0F6\] {
    --tw-shadow: 0px 0px 10px 0px #e8f0f6;
    --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_20px_30px_0px_rgba\(170\2c 191\2c 227\2c 0\.11\)\] {
    --tw-shadow: 0px 20px 30px 0px rgba(170,191,227,.11);
    --tw-shadow-colored: 0px 20px 30px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_\#DEEAFC\] {
    --tw-shadow: 0px 4px 20px 0px #deeafc;
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_5px_95px_0px_rgba\(204\2c 182\2c 184\2c 0\.4\)\] {
    --tw-shadow: 0px 5px 95px 0px rgba(204,182,184,.4);
    --tw-shadow-colored: 0px 5px 95px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_4px_20px_0px_rgba\(118\2c 143\2c 182\2c 0\.3\)\] {
    --tw-shadow: 0px 4px 20px 0px rgba(118,143,182,.3);
    --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-\[inset_0px_4px_10px_0px_rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
    --tw-shadow: inset 0px 4px 10px 0px hsla(0,0%,100%,.5);
    --tw-shadow-colored: inset 0px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

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

.blur-\[17px\] {
    --tw-blur: blur(17px)
}

.blur-\[10px\],.blur-\[17px\] {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur-\[10px\] {
    --tw-blur: blur(10px)
}

.blur-\[20px\] {
    --tw-blur: blur(20px)
}

.blur-\[20px\],.blur-\[92px\] {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur-\[92px\] {
    --tw-blur: blur(92px)
}

.blur-\[112px\] {
    --tw-blur: blur(112px)
}

.blur-\[112px\],.blur-\[214px\] {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur-\[214px\] {
    --tw-blur: blur(214px)
}

.blur-\[286px\] {
    --tw-blur: blur(286px)
}

.blur-\[122px\],.blur-\[286px\] {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur-\[122px\] {
    --tw-blur: blur(122px)
}

.blur-\[255px\] {
    --tw-blur: blur(255px)
}

.blur-\[255px\],.blur-\[300px\] {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur-\[300px\] {
    --tw-blur: blur(300px)
}

.blur-\[247px\] {
    --tw-blur: blur(247px)
}

.blur-\[173px\],.blur-\[247px\] {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur-\[173px\] {
    --tw-blur: blur(173px)
}

.blur-\[234px\] {
    --tw-blur: blur(234px)
}

.blur-\[234px\],.blur-\[498px\] {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur-\[498px\] {
    --tw-blur: blur(498px)
}

.blur-\[156px\] {
    --tw-blur: blur(156px)
}

.blur-\[156px\],.drop-shadow-\[0px_12px_48px_rgba\(0\2c 33\2c 71\2c 0\.05\)\] {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.drop-shadow-\[0px_12px_48px_rgba\(0\2c 33\2c 71\2c 0\.05\)\] {
    --tw-drop-shadow: drop-shadow(0px 12px 48px rgba(0,33,71,.05))
}

.drop-shadow-\[0px_12px_48px_rgba\(9\2c 32\2c 68\2c 0\.05\)\] {
    --tw-drop-shadow: drop-shadow(0px 12px 48px rgba(9,32,68,.05))
}

.drop-shadow-\[0px_12px_48px_rgba\(9\2c 32\2c 68\2c 0\.05\)\],.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px)
}

.backdrop-blur-\[10px\],.backdrop-blur-md {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-\[10px\] {
    --tw-backdrop-blur: blur(10px)
}

.backdrop-blur-\[20px\] {
    --tw-backdrop-blur: blur(20px)
}

.backdrop-blur-\[20px\],.backdrop-blur-\[8px\] {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-\[8px\] {
    --tw-backdrop-blur: blur(8px)
}

.backdrop-blur-\[5px\] {
    --tw-backdrop-blur: blur(5px)
}

.backdrop-blur-\[4px\],.backdrop-blur-\[5px\] {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-\[4px\] {
    --tw-backdrop-blur: blur(4px)
}

.backdrop-blur-\[6px\] {
    --tw-backdrop-blur: blur(6px)
}

.backdrop-blur-\[6px\],.backdrop-blur-\[9px\] {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-\[9px\] {
    --tw-backdrop-blur: blur(9px)
}

.backdrop-blur-\[15px\] {
    --tw-backdrop-blur: blur(15px)
}

.backdrop-blur-\[15px\],.backdrop-blur-\[30px\] {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-\[30px\] {
    --tw-backdrop-blur: blur(30px)
}

.backdrop-blur-\[29px\] {
    --tw-backdrop-blur: blur(29px)
}

.backdrop-blur-\[17px\],.backdrop-blur-\[29px\] {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-\[17px\] {
    --tw-backdrop-blur: blur(17px)
}

.backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px)
}

.backdrop-blur-\[160px\],.backdrop-blur-\[2px\] {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-\[160px\] {
    --tw-backdrop-blur: blur(160px)
}

.backdrop-blur-\[14px\] {
    --tw-backdrop-blur: blur(14px)
}

.backdrop-blur-\[12px\],.backdrop-blur-\[14px\] {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-\[12px\] {
    --tw-backdrop-blur: blur(12px)
}

.backdrop-blur-\[3px\] {
    --tw-backdrop-blur: blur(3px)
}

.backdrop-blur-\[3px\],.backdrop-blur-\[51px\] {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-\[51px\] {
    --tw-backdrop-blur: blur(51px)
}

.transition {
    transition-property: color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-\[\.2s\] {
    transition-property: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-\[\.3s\] {
    transition-property: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-\[height\2c visible\] {
    transition-property: height,visible;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-\[width\] {
    transition-property: width;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

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

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

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.ease-\[cubic-bezier\(0\.48\2c 0\.33\2c 0\.24\2c 0\.95\)\] {
    transition-timing-function: cubic-bezier(.48,.33,.24,.95)
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.bg-gradient-0 {
    background-image: linear-gradient(0deg,var(--tw-gradient-stops))
}

.bg-gradient-45 {
    background-image: linear-gradient(45deg,var(--tw-gradient-stops))
}

.bg-gradient-90 {
    background-image: linear-gradient(90deg,var(--tw-gradient-stops))
}

.bg-gradient-103 {
    background-image: linear-gradient(103deg,var(--tw-gradient-stops))
}

.bg-gradient-108 {
    background-image: linear-gradient(108deg,var(--tw-gradient-stops))
}

.bg-gradient-128 {
    background-image: linear-gradient(128deg,var(--tw-gradient-stops))
}

.bg-gradient-150 {
    background-image: linear-gradient(150deg,var(--tw-gradient-stops))
}

.bg-gradient-151 {
    background-image: linear-gradient(151deg,var(--tw-gradient-stops))
}

.bg-gradient-180 {
    background-image: linear-gradient(180deg,var(--tw-gradient-stops))
}

.bg-gradient-188 {
    background-image: linear-gradient(188deg,var(--tw-gradient-stops))
}

.bg-gradient-192 {
    background-image: linear-gradient(192deg,var(--tw-gradient-stops))
}

.bg-gradient-262 {
    background-image: linear-gradient(262deg,var(--tw-gradient-stops))
}

.bg-gradient-263 {
    background-image: linear-gradient(263deg,var(--tw-gradient-stops))
}

.bg-gradient-270 {
    background-image: linear-gradient(270deg,var(--tw-gradient-stops))
}

.section_wrapper {
    width: 100%;
    min-width: 1180px
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1180px;
    min-width: 1180px
}

.placeholder\:text-\[14px\]::-moz-placeholder {
    font-size: 14px
}

.placeholder\:text-\[14px\]::placeholder {
    font-size: 14px
}

.placeholder\:text-\[\#CDCDCD\]::-moz-placeholder {
    color: #cdcdcd
}

.placeholder\:text-\[\#CDCDCD\]::placeholder {
    color: #cdcdcd
}

.before\:absolute:before {
    content: var(--tw-content);
    position: absolute
}

.before\:left-0:before {
    content: var(--tw-content);
    left: 0
}

.before\:top-0:before {
    content: var(--tw-content);
    top: 0
}

.before\:mr-\[12px\]:before {
    content: var(--tw-content);
    margin-right: 12px
}

.before\:mr-\[20px\]:before {
    content: var(--tw-content);
    margin-right: 20px
}

.before\:mr-\[13px\]:before {
    content: var(--tw-content);
    margin-right: 13px
}

.before\:block:before {
    content: var(--tw-content);
    display: block
}

.before\:inline-block:before {
    content: var(--tw-content);
    display: inline-block
}

.before\:h-\[12px\]:before {
    content: var(--tw-content);
    height: 12px
}

.before\:h-\[22px\]:before {
    content: var(--tw-content);
    height: 22px
}

.before\:h-\[7px\]:before {
    content: var(--tw-content);
    height: 7px
}

.before\:h-\[14px\]:before {
    content: var(--tw-content);
    height: 14px
}

.before\:w-\[1px\]:before {
    content: var(--tw-content);
    width: 1px
}

.before\:w-\[4px\]:before {
    content: var(--tw-content);
    width: 4px
}

.before\:w-\[7px\]:before {
    content: var(--tw-content);
    width: 7px
}

.before\:w-\[2px\]:before {
    content: var(--tw-content);
    width: 2px
}

.before\:rounded-\[50\%\]:before {
    content: var(--tw-content);
    border-radius: 50%
}

.before\:bg-\[\#fff\]:before {
    content: var(--tw-content);
    background-color: #fff
}

.before\:bg-\[\#287AF8\]:before {
    content: var(--tw-content);
    background-color: #287af8
}

.before\:bg-\[\#9DADCF\]:before {
    content: var(--tw-content);
    background-color: #9dadcf
}

.before\:bg-\[\#4687EC\]:before {
    content: var(--tw-content);
    background-color: #4687ec
}

.after\:absolute:after {
    content: var(--tw-content);
    position: absolute
}

.after\:relative:after {
    content: var(--tw-content);
    position: relative
}

.after\:top-\[50\%\]:after {
    content: var(--tw-content);
    top: 50%
}

.after\:left-\[-10px\]:after {
    content: var(--tw-content);
    left: -10px
}

.after\:right-0:after {
    content: var(--tw-content);
    right: 0
}

.after\:top-\[30px\]:after {
    content: var(--tw-content);
    top: 30px
}

.after\:right-\[-88px\]:after {
    content: var(--tw-content);
    right: -88px
}

.after\:top-\[10px\]:after {
    content: var(--tw-content);
    top: 10px
}

.after\:right-\[-55px\]:after {
    content: var(--tw-content);
    right: -55px
}

.after\:right-\[-13px\]:after {
    content: var(--tw-content);
    right: -13px
}

.after\:top-\[5px\]:after {
    content: var(--tw-content);
    top: 5px
}

.after\:right-\[0px\]:after {
    content: var(--tw-content);
    right: 0
}

.after\:top-\[-8px\]:after {
    content: var(--tw-content);
    top: -8px
}

.after\:right-\[-40px\]:after {
    content: var(--tw-content);
    right: -40px
}

.after\:right-\[-9px\]:after {
    content: var(--tw-content);
    right: -9px
}

.after\:top-\[17px\]:after {
    content: var(--tw-content);
    top: 17px
}

.after\:right-\[-10px\]:after {
    content: var(--tw-content);
    right: -10px
}

.after\:top-\[62px\]:after {
    content: var(--tw-content);
    top: 62px
}

.after\:top-\[21px\]:after {
    content: var(--tw-content);
    top: 21px
}

.after\:right-\[-80px\]:after {
    content: var(--tw-content);
    right: -80px
}

.after\:ml-\[25px\]:after {
    content: var(--tw-content);
    margin-left: 25px
}

.after\:block:after {
    content: var(--tw-content);
    display: block
}

.after\:inline-block:after {
    content: var(--tw-content);
    display: inline-block
}

.after\:h-\[12px\]:after {
    content: var(--tw-content);
    height: 12px
}

.after\:h-\[55px\]:after {
    content: var(--tw-content);
    height: 55px
}

.after\:h-\[15px\]:after {
    content: var(--tw-content);
    height: 15px
}

.after\:h-\[26px\]:after {
    content: var(--tw-content);
    height: 26px
}

.after\:h-\[7px\]:after {
    content: var(--tw-content);
    height: 7px
}

.after\:h-\[38px\]:after {
    content: var(--tw-content);
    height: 38px
}

.after\:h-\[60px\]:after {
    content: var(--tw-content);
    height: 60px
}

.after\:h-\[19px\]:after {
    content: var(--tw-content);
    height: 19px
}

.after\:h-\[3px\]:after {
    content: var(--tw-content);
    height: 3px
}

.after\:h-\[21px\]:after {
    content: var(--tw-content);
    height: 21px
}

.after\:h-\[30px\]:after {
    content: var(--tw-content);
    height: 30px
}

.after\:h-\[23px\]:after {
    content: var(--tw-content);
    height: 23px
}

.after\:h-\[27px\]:after {
    content: var(--tw-content);
    height: 27px
}

.after\:w-\[2px\]:after {
    content: var(--tw-content);
    width: 2px
}

.after\:w-\[1px\]:after {
    content: var(--tw-content);
    width: 1px
}

.after\:w-\[7px\]:after {
    content: var(--tw-content);
    width: 7px
}

.after\:w-\[41px\]:after {
    content: var(--tw-content);
    width: 41px
}

.after\:w-\[3px\]:after {
    content: var(--tw-content);
    width: 3px
}

.after\:translate-y-\[-50\%\]:after {
    content: var(--tw-content);
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.after\:rounded-full:after {
    content: var(--tw-content);
    border-radius: 9999px
}

.after\:border-t-\[1px\]:after {
    content: var(--tw-content);
    border-top-width: 1px
}

.after\:border-dashed:after {
    content: var(--tw-content);
    border-style: dashed
}

.after\:border-\[\#9EAEFF\]:after {
    content: var(--tw-content);
    border-color: #9eaeff
}

.after\:bg-\[\#021431\]:after {
    content: var(--tw-content);
    background-color: #021431
}

.after\:bg-\[\#C1CCE6\]:after {
    content: var(--tw-content);
    background-color: #c1cce6
}

.after\:bg-\[\#CED4E2\]:after {
    content: var(--tw-content);
    background-color: #ced4e2
}

.after\:bg-\[\#E4EAF9\]:after {
    content: var(--tw-content);
    background-color: #e4eaf9
}

.after\:bg-\[\#e3e3e3\]:after {
    content: var(--tw-content);
    background-color: #e3e3e3
}

.after\:bg-\[\#CEE1FF\]:after {
    content: var(--tw-content);
    background-color: #cee1ff
}

.after\:bg-\[\#4B4D5A\]\/\[0\.32\]:after {
    content: var(--tw-content);
    background-color: rgba(75,77,90,.32)
}

.after\:bg-\[\#DCDCDC\]:after {
    content: var(--tw-content);
    background-color: #dcdcdc
}

.after\:bg-\[\#575757\]:after {
    content: var(--tw-content);
    background-color: #575757
}

.after\:bg-\[\#D6D9DE\]:after {
    content: var(--tw-content);
    background-color: #d6d9de
}

.after\:bg-\[\#DFDFDF\]:after {
    content: var(--tw-content);
    background-color: #dfdfdf
}

.after\:bg-\[\#D4D4D4\]:after {
    content: var(--tw-content);
    background-color: #d4d4d4
}

.after\:bg-\[\#C3CBDB\]:after {
    content: var(--tw-content);
    background-color: #c3cbdb
}

.after\:bg-\[\#ABBCFF\]:after {
    content: var(--tw-content);
    background-color: #abbcff
}

.first\:mr-\[21px\]:first-child {
    margin-right: 21px
}

.first\:mt-\[0\]:first-child,.first\:mt-\[0px\]:first-child {
    margin-top: 0
}

.first\:ml-\[205px\]:first-child {
    margin-left: 205px
}

.first\:ml-\[22px\]:first-child {
    margin-left: 22px
}

.first\:mr-\[20px\]:first-child {
    margin-right: 20px
}

.first\:mr-\[180px\]:first-child {
    margin-right: 180px
}

.first\:rounded-t-\[15px\]:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.first\:rounded-tl-\[8px\]:first-child {
    border-top-left-radius: 8px
}

.first\:rounded-bl-\[8px\]:first-child {
    border-bottom-left-radius: 8px
}

.first\:border-l-\[0px\]:first-child {
    border-left-width: 0
}

.first\:px-\[160px\]:first-child {
    padding-left: 160px;
    padding-right: 160px
}

.first\:pl-\[0px\]:first-child {
    padding-left: 0
}

.first\:pl-\[35px\]:first-child {
    padding-left: 35px
}

.last\:mb-0:last-child {
    margin-bottom: 0
}

.last\:mr-\[0px\]:last-child {
    margin-right: 0
}

.last\:mb-\[0px\]:last-child {
    margin-bottom: 0
}

.last\:mt-\[10px\]:last-child {
    margin-top: 10px
}

.last\:mt-\[13px\]:last-child {
    margin-top: 13px
}

.last\:mt-\[12px\]:last-child {
    margin-top: 12px
}

.last\:mt-\[5px\]:last-child {
    margin-top: 5px
}

.last\:mt-\[8px\]:last-child {
    margin-top: 8px
}

.last\:mt-\[4px\]:last-child {
    margin-top: 4px
}

.last\:mr-0:last-child {
    margin-right: 0
}

.last\:mt-\[7px\]:last-child {
    margin-top: 7px
}

.last\:mt-\[6px\]:last-child {
    margin-top: 6px
}

.last\:mt-\[3px\]:last-child {
    margin-top: 3px
}

.last\:mb-\[18px\]:last-child {
    margin-bottom: 18px
}

.last\:mt-\[11px\]:last-child {
    margin-top: 11px
}

.last\:mt-\[38px\]:last-child {
    margin-top: 38px
}

.last\:mt-\[9px\]:last-child {
    margin-top: 9px
}

.last\:mt-\[21px\]:last-child {
    margin-top: 21px
}

.last\:ml-\[26px\]:last-child {
    margin-left: 26px
}

.last\:mt-\[19px\]:last-child {
    margin-top: 19px
}

.last\:mb-\[20px\]:last-child {
    margin-bottom: 20px
}

.last\:mt-\[15px\]:last-child {
    margin-top: 15px
}

.last\:mb-\[23px\]:last-child {
    margin-bottom: 23px
}

.last\:mt-\[2px\]:last-child {
    margin-top: 2px
}

.last\:mr-\[58px\]:last-child {
    margin-right: 58px
}

.last\:rotate-180:last-child {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.last\:rounded-b-\[15px\]:last-child {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px
}

.last\:rounded-tr-\[8px\]:last-child {
    border-top-right-radius: 8px
}

.last\:rounded-br-\[8px\]:last-child {
    border-bottom-right-radius: 8px
}

.last\:border-0:last-child {
    border-width: 0
}

.last\:border-b-0:last-child,.last\:border-b-\[0px\]:last-child {
    border-bottom-width: 0
}

.last\:border-none:last-child {
    border-style: none
}

.last\:pr-0:last-child,.last\:pr-\[0px\]:last-child {
    padding-right: 0
}

.after\:last\:hidden:last-child:after,.last\:after\:hidden:last-child:after {
    content: var(--tw-content);
    display: none
}

.odd\:mr-\[31px\]:nth-child(odd) {
    margin-right: 31px
}

.odd\:mr-\[30px\]:nth-child(odd) {
    margin-right: 30px
}

.odd\:mr-\[9px\]:nth-child(odd) {
    margin-right: 9px
}

.odd\:mr-\[24px\]:nth-child(odd) {
    margin-right: 24px
}

.odd\:mr-\[18px\]:nth-child(odd) {
    margin-right: 18px
}

.odd\:mr-\[100px\]:nth-child(odd) {
    margin-right: 100px
}

.odd\:ml-\[5px\]:nth-child(odd) {
    margin-left: 5px
}

.odd\:mr-\[79px\]:nth-child(odd) {
    margin-right: 79px
}

.odd\:mr-\[26px\]:nth-child(odd) {
    margin-right: 26px
}

.odd\:mr-\[20px\]:nth-child(odd) {
    margin-right: 20px
}

.odd\:mr-\[77px\]:nth-child(odd) {
    margin-right: 77px
}

.odd\:pl-\[22px\]:nth-child(odd) {
    padding-left: 22px
}

.even\:right-\[41px\]:nth-child(2n) {
    right: 41px
}

.even\:mr-0:nth-child(2n) {
    margin-right: 0
}

.even\:translate-y-\[59px\]:nth-child(2n) {
    --tw-translate-y: 59px;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.even\:justify-end:nth-child(2n) {
    justify-content: flex-end
}

.hover\:top-\[31px\]:hover {
    top: 31px
}

.hover\:translate-y-\[-15px\]:hover {
    --tw-translate-y: -15px
}

.hover\:translate-y-\[-15px\]:hover,.hover\:translate-y-\[-30px\]:hover {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:translate-y-\[-30px\]:hover {
    --tw-translate-y: -30px
}

.hover\:translate-y-\[-10px\]:hover {
    --tw-translate-y: -10px
}

.hover\:translate-y-\[-10px\]:hover,.hover\:translate-y-\[-8px\]:hover {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:translate-y-\[-8px\]:hover {
    --tw-translate-y: -8px
}

.hover\:translate-y-\[-23px\]:hover {
    --tw-translate-y: -23px
}

.hover\:translate-y-\[-23px\]:hover,.hover\:translate-y-\[-9px\]:hover {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:translate-y-\[-9px\]:hover {
    --tw-translate-y: -9px
}

.hover\:translate-y-\[-13px\]:hover {
    --tw-translate-y: -13px
}

.hover\:-translate-y-4:hover,.hover\:translate-y-\[-13px\]:hover {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem
}

.hover\:-translate-y-\[10px\]:hover {
    --tw-translate-y: -10px
}

.hover\:-translate-y-\[10px\]:hover,.hover\:-translate-y-\[20px\]:hover {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:-translate-y-\[20px\]:hover {
    --tw-translate-y: -20px
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.hover\:scale-105:hover,.hover\:scale-\[120\%\]:hover {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:scale-\[120\%\]:hover {
    --tw-scale-x: 120%;
    --tw-scale-y: 120%
}

.hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:border-\[1px\]:hover {
    border-width: 1px
}

.hover\:border-\[\#67676F\]\/\[0\.1\]:hover {
    border-color: hsla(240,4%,42%,.1)
}

.hover\:border-\[\#c6c6c9\]:hover {
    border-color: #c6c6c9
}

.hover\:border-\[\#287AF8\]:hover {
    border-color: #287af8
}

.hover\:border-white:hover {
    border-color: #fff
}

.hover\:border-transparent:hover {
    border-color: transparent
}

.hover\:border-\[\#2F54EB\]:hover {
    border-color: #2f54eb
}

.hover\:bg-\[\#0b5be7\]:hover {
    background-color: #0b5be7
}

.hover\:bg-\[\#568ce9\]:hover {
    background-color: #568ce9
}

.hover\:bg-\[\#1c69df\]:hover {
    background-color: #1c69df
}

.hover\:bg-\[\#dda408\]:hover {
    background-color: #dda408
}

.hover\:bg-\[\#F5F5F5\]:hover {
    background-color: #f5f5f5
}

.hover\:bg-\[\#fafafa\]:hover {
    background-color: #fafafa
}

.hover\:bg-\[\#ffc801\]:hover {
    background-color: #ffc801
}

.hover\:bg-\[\#fff\]:hover {
    background-color: #fff
}

.hover\:bg-\[\#287AF8\]:hover,.hover\:bg-\[\#287af8\]:hover {
    background-color: #287af8
}

.hover\:bg-\[\#5e83ea\]:hover {
    background-color: #5e83ea
}

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

.hover\:bg-\[\#236add\]:hover {
    background-color: #236add
}

.hover\:bg-\[\#ef9911\]:hover {
    background-color: #ef9911
}

.hover\:bg-\[\#d6d6d6\]:hover {
    background-color: #d6d6d6
}

.hover\:bg-\[\#df113a\]:hover {
    background-color: #df113a
}

.hover\:bg-\[\#119ce5\]:hover {
    background-color: #119ce5
}

.hover\:bg-\[\#BEC0D1\]:hover {
    background-color: #bec0d1
}

.hover\:bg-\[\#EDEDED\]:hover {
    background-color: #ededed
}

.hover\:bg-\[\#1678D6\]:hover {
    background-color: #1678d6
}

.hover\:bg-\[\#3CA954\]:hover {
    background-color: #3ca954
}

.hover\:bg-\[\#2F54EB\]:hover {
    background-color: #2f54eb
}

.hover\:bg-\[\#081da0\]:hover {
    background-color: #081da0
}

.hover\:bg-\[\#286df6\]:hover {
    background-color: #286df6
}

.hover\:bg-\[\#F7F8FA\]:hover {
    background-color: #f7f8fa
}

.hover\:bg-\[\#e2e2e2\]:hover {
    background-color: #e2e2e2
}

.hover\:bg-\[\#0067ff\]:hover {
    background-color: #0067ff
}

.hover\:bg-\[\#0065fa\]:hover {
    background-color: #0065fa
}

.hover\:bg-\[\#196ae8\]:hover {
    background-color: #196ae8
}

.hover\:bg-\[\#196ae8\]\/\[0\.7\]:hover {
    background-color: rgba(25,106,232,.7)
}

.hover\:bg-\[\#e4e4e4\]:hover {
    background-color: #e4e4e4
}

.hover\:bg-\[\#fa8116\]:hover {
    background-color: #fa8116
}

.hover\:bg-\[\#447efc\]:hover {
    background-color: #447efc
}

.hover\:bg-\[\#22d9fa\]:hover {
    background-color: #22d9fa
}

.hover\:bg-\[\#2462e8\]:hover {
    background-color: #2462e8
}

.hover\:bg-\[\#dba209\]:hover {
    background-color: #dba209
}

.hover\:bg-\[\#447af0\]:hover {
    background-color: #447af0
}

.hover\:bg-\[\#f5900a\]:hover {
    background-color: #f5900a
}

.hover\:bg-\[\#e0e0e0\]:hover {
    background-color: #e0e0e0
}

.hover\:bg-\[\#4F8AEC\]:hover {
    background-color: #4f8aec
}

.hover\:bg-\[\#417CE9\]:hover {
    background-color: #417ce9
}

.hover\:bg-\[\#335df6\]:hover {
    background-color: #335df6
}

.hover\:text-\[\#fff\]:hover,.hover\:text-white:hover {
    color: #fff
}

.hover\:text-\[\#2f2f2f\]:hover {
    color: #2f2f2f
}

.hover\:text-\[\#ffffff\]:hover {
    color: #fff
}

.hover\:text-\[\#2053E2\]:hover {
    color: #2053e2
}

.hover\:text-\[\#0b58e3\]:hover {
    color: #0b58e3
}

.hover\:text-\[\#2053e2\]:hover {
    color: #2053e2
}

.hover\:text-\[\#4a73ff\]:hover {
    color: #4a73ff
}

.hover\:text-\[\#0872f6\]:hover {
    color: #0872f6
}

.hover\:text-\[\#3c3c3c\]:hover {
    color: #3c3c3c
}

.hover\:text-\[\#929292\]:hover {
    color: #929292
}

.hover\:text-\[\#0071ef\]:hover {
    color: #0071ef
}

.hover\:text-\[\#0474EF\]:hover {
    color: #0474ef
}

.hover\:text-\[\#3F6CB5\]:hover {
    color: #3f6cb5
}

.hover\:text-\[\#346FF0\]:hover {
    color: #346ff0
}

.hover\:underline:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.hover\:opacity-70:hover {
    opacity: .7
}

.hover\:opacity-0:hover {
    opacity: 0
}

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
}

.disabled\:text-\[\#b9b9ba\]:disabled {
    color: #b9b9ba
}

.group:first-child .group-first\:w-\[120px\] {
    width: 120px
}

.group:first-child .group-first\:text-\[24px\] {
    font-size: 24px
}

.group:first-child .group-first\:font-bold {
    font-weight: 700
}

.group:first-child .group-first\:leading-\[38px\] {
    line-height: 38px
}

.group:first-child .group-first\:text-\[\#0068FF\] {
    color: #0068ff
}

.group:hover .group-hover\:visible {
    visibility: visible
}

.group:hover .group-hover\:invisible {
    visibility: hidden
}

.group:hover .group-hover\:block {
    display: block
}

.group:hover .group-hover\:hidden {
    display: none
}

.group:hover .group-hover\:h-\[256px\] {
    height: 256px
}

.group:hover .group-hover\:translate-y-\[-7px\] {
    --tw-translate-y: -7px
}

.group:hover .group-hover\:translate-y-\[-16px\],.group:hover .group-hover\:translate-y-\[-7px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:translate-y-\[-16px\] {
    --tw-translate-y: -16px
}

.group:hover .group-hover\:translate-x-\[30px\] {
    --tw-translate-x: 30px
}

.group:hover .group-hover\:scale-100,.group:hover .group-hover\:translate-x-\[30px\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:bg-\[\#162032\] {
    background-color: #162032
}

.group:hover .group-hover\:bg-\[\#447AF0\] {
    background-color: #447af0
}

.group:hover .group-hover\:bg-\[\#e7efff\] {
    background-color: #e7efff
}

.group:hover .group-hover\:text-\[\#fff\] {
    color: #fff
}

.group:hover .group-hover\:text-\[\#4687EC\] {
    color: #4687ec
}

.group:hover .group-hover\:text-\[\#1676EF\] {
    color: #1676ef
}

.group:hover .group-hover\:text-\[\#1B7FFC\] {
    color: #1b7ffc
}

.group:hover .group-hover\:text-\[\#0068E8\] {
    color: #0068e8
}

.group:hover .group-hover\:text-\[\#447AF0\] {
    color: #447af0
}

.group:hover .group-hover\:underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

.group:hover .group-hover\:last\:hidden:last-child {
    display: none
}

.peer:invalid~.peer-invalid\:visible {
    visibility: visible
}

@media (min-width: 640px) {
    .sm\:h-\[450px\] {
        height:450px
    }

    .sm\:h-\[48px\] {
        height: 48px
    }

    .sm\:h-\[14px\] {
        height: 14px
    }

    .sm\:h-\[232px\] {
        height: 232px
    }

    .sm\:h-\[58px\] {
        height: 58px
    }

    .sm\:h-\[35px\] {
        height: 35px
    }

    .sm\:h-\[36px\] {
        height: 36px
    }

    .sm\:w-\[700px\] {
        width: 700px
    }

    .sm\:w-\[178px\] {
        width: 178px
    }

    .sm\:w-\[14px\] {
        width: 14px
    }

    .sm\:w-\[58px\] {
        width: 58px
    }

    .sm\:w-\[124px\] {
        width: 124px
    }

    .sm\:w-\[36px\] {
        width: 36px
    }

    .sm\:rounded-\[4px\] {
        border-radius: 4px
    }

    .sm\:pt-\[12px\] {
        padding-top: 12px
    }

    .sm\:pb-\[0px\] {
        padding-bottom: 0
    }

    .sm\:pt-\[18px\] {
        padding-top: 18px
    }

    .sm\:pt-\[14px\] {
        padding-top: 14px
    }

    .sm\:text-\[12px\] {
        font-size: 12px
    }

    .sm\:text-\[37px\] {
        font-size: 37px
    }

    .sm\:text-\[16px\] {
        font-size: 16px
    }

    .sm\:leading-\[16px\] {
        line-height: 16px
    }
}

@media (min-width: 1280px) {
    .xl\:hidden {
        display:none
    }

    .xl\:h-\[760px\] {
        height: 760px
    }

    .xl\:w-\[1180px\] {
        width: 1180px
    }

    .xl\:scale-\[0\.7\] {
        --tw-scale-x: 0.7;
        --tw-scale-y: 0.7;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .xl\:pl-\[20px\] {
        padding-left: 20px
    }

    .xl\:text-\[14px\] {
        font-size: 14px
    }

    .xl\:leading-\[14px\] {
        line-height: 14px
    }
}

@media (min-width: 1536px) {
    .\32xl\:block {
        display:block
    }

    .\32xl\:h-\[907px\] {
        height: 907px
    }

    .\32xl\:w-\[1594px\] {
        width: 1594px
    }

    .\32xl\:scale-\[1\] {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .\32xl\:pl-\[52px\] {
        padding-left: 52px
    }

    .\32xl\:text-\[16px\] {
        font-size: 16px
    }
}
