@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Montserrat', sans-serif !important;
}
.BorderedButton_btn__nenER {
    --color-1: #7a00cc;
    border: 1px solid var(--dark-pink);
    border-radius: 8px;
    height: 40px;
    padding: 0 12px;
    transition: all .3s ease
}

.BorderedButton_btn__nenER:hover {
    background: var(--dark-pink)
}

.ButtonGroup_group__UbpA8 button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0
}

.ButtonGroup_group__UbpA8 button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.me-dropdown-container {
    font-family: var(--dropdown__font-family);
    font-size: var(--dropdown__font-size)
}

.me-dropdown-container input {
    background: var(--dropdown-bg);
    border: var(--input-border);
    border-radius: 8px;
    box-sizing: border-box;
    color: var(--white);
    cursor: pointer;
    padding: 12px 36px 12px 12px
}

.me-dropdown-container input.no-border {
    border: 1px solid transparent
}

.me-dropdown-container input:focus {
    background: var(--dropdown-bg);
    border: var(--input-border-focus)
}

.me-dropdown-container .chevron-down {
    align-items: center;
    display: inline-block;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px
}

.me-dropdown-container .chevron-down img {
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.me-dropdown-container .chevron-down img.isOpen {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.me-dropdown-container .dropdown {
    background: var(--dropdown-bg);
    border: 1px solid #2b273f;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .2), 2px 4px 12px rgba(0, 0, 0, .15);
    display: none;
    z-index: 9999
}

.me-dropdown-container .dropdown.visible {
    display: flex;
    flex-direction: column
}

.me-dropdown-container.theme-me-dark-1 input {
    background: var(--grey-200)
}

.me-dropdown-container.theme-me-dark-1 input::-webkit-input-placeholder {
    opacity: 1
}

.me-dropdown-container.theme-me-dark-1 input:-ms-input-placeholder {
    opacity: 1
}

.me-dropdown-container.theme-me-dark-1 input::placeholder {
    color: #a89db4;
    font-family: var(--input__placeholder__font-family);
    font-size: var(--input__placeholder__font-size);
    opacity: 1
}

.me-dropdown-container.theme-me-dark-1 input::-webkit-input-placeholder {
    color: #a89db4;
    font-family: var(--input__placeholder__font-family);
    font-size: var(--input__placeholder__font-size)
}

.me-dropdown-container.theme-me-dark-1 input:-ms-input-placeholder {
    color: #a89db4;
    font-family: var(--input__placeholder__font-family);
    font-size: var(--input__placeholder__font-size)
}

.me-dropdown-container.theme-me-dark-1 input::-ms-input-placeholder {
    color: #a89db4;
    font-family: var(--input__placeholder__font-family);
    font-size: var(--input__placeholder__font-size)
}

.me-dropdown-container.theme-me-dark-1 .dropdown {
    background: var(--grey-200);
    color: var(--white)
}

nav .header {
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5)
}

nav .header .navbar-toggler:focus {
    border: none;
    box-shadow: none;
    outline: none
}

nav .header .toggle-icon {
    color: var(--white)
}

nav .header .logo {
    height: 80px;
    width: 180px
}

nav .header .logo.custom {
    object-fit: contain;
    width: 200px
}

nav .header .dropdown-menu {
    background-color: #1c1326;
    border: 1px solid #2b273f;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .2), 2px 4px 12px rgba(0, 0, 0, .15);
    color: var(--white);
    padding: 0
}

.navbar-collapse {
    margin-left: -1rem;
    margin-right: -1rem;
    max-height: calc(100vh - 80px);
    overflow-x: hidden;
    overflow-y: scroll
}

@media (min-width:768px) {
    .navbar-collapse {
        height: auto;
        margin: 0
    }
}

.nav-item--main-nav {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: .5rem auto;
    width: 100%
}

@media (min-width:768px) {
    .nav-item--main-nav {
        width: auto
    }
}

@media (min-width:992px) {
    .nav-item--main-nav {
        margin: 0;
        margin-right: 1rem
    }
}

.nav-item--inner {
    margin: 0;
    padding: 0 2rem;
    width: auto
}

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

@media (min-width:992px) {
    .nav-item--inner {
        padding-bottom: 0;
        padding-top: 0
    }
    .nav-item--inner:hover {
        --tw-bg-opacity: 1;
        --tw-bg-opacity: 0.1;
        background-color: rgba(180, 171, 186, var(--tw-bg-opacity))
    }
}

.subnav-nav-link {
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-transform: uppercase
}

@media (min-width:992px) {
    .subnav-nav-link {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

input.header-search__input {
    height: auto
}

.HeaderV2_collapseBtn__KfrfG:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.HeaderV2_showSearch__m65vZ {
    opacity: 1;
    visibility: visible
}

@media (min-width:576px) {
    .HeaderV2_logo__Wyfk\+ {
        height: 80px !important;
        width: 150px !important
    }
}

@media (min-width:992px) {
    .HeaderV2_logo__Wyfk\+ {
        width: 180px !important
    }
}

.HeaderV2_search__UUbij .header-search__control {
    border: 1px solid #24182f
}

.HeaderV2_transparentHeaderAction__SylY4 {
    background: rgba(77, 61, 92, .3);
    border-radius: 50%
}

.DrawerV2_static__OX7dp {
    overflow-y: hidden !important
}

.NotificationMenu_popover__rmFxu {
    background-color: #0c0c0d;
    border: 1px solid #2b273f
}

.NotificationMenu_sidebarContainer__SWafY {
    padding: 30 20 20;
    z-index: 1000000
}

.NotificationMenu_dot__46bze {
    background-color: var(--dark-pink);
    border-radius: 50%;
    height: 10px;
    width: 10px
}

.NotificationMenu_notificationUnread__t5ug3 {
    background-color: #59486a
}

.NotificationMenu_notificationUnread__t5ug3 :hover .NotificationMenu_markAsRead__4R0zl {
    visibility: visible
}

.NotificationMenu_notificationRead__EdU4X {
    background: #24182f;
    border: 1px solid #59486a;
    border-radius: 4px;
    box-sizing: border-box
}

.NotificationMenu_anchor__DTfpi:hover {
    color: inherit !important
}

.NotificationMenu_moreUnread__jUOyk {
    background-color: #27272b;
    color: #3b82f6;
    opacity: .7
}

.NotificationMenu_moreUnread__jUOyk:hover {
    opacity: 1
}

.NotificationMenu_notificationContent__CrDZ9 {
    flex: 1 0 100px;
    overflow-y: auto
}

.PlainButton_btn__CRXH4 {
    --primary-color: #e42575;
    background: var(--primary-color);
    border-radius: 8px;
    height: 40px;
    padding: 0 12px;
    transition: all .3s ease
}

.PlainButton_btn__CRXH4:hover {
    opacity: .8
}

.PlainButton_btn__CRXH4.PlainButton_primary__22Ken {
    background: var(--primary-color)
}

.PlainButton_btn__CRXH4.PlainButton_transparent__LvWuT {
    background: transparent;
    border: 1px solid #33273f
}

.PlainButton_btn__CRXH4.PlainButton_bordered__3suwZ {
    background: transparent;
    border: 1px solid var(--primary-color)
}

.PlainButton_btn__CRXH4.PlainButton_disabled__o-JAq {
    cursor: not-allowed;
    opacity: .7
}

.PlainButton_btn__CRXH4.PlainButton_disabled__o-JAq:hover {
    opacity: .7
}

.card.collection-card {
    background: #120c18;
    border: 1px solid #24182f;
    border-radius: 24px;
    color: var(--white) !important;
    cursor: pointer;
    width: 100%
}

.card.collection-card.raydium {
    border: 1px solid #00b6bf
}

.card.collection-card.raydium .image-over {
    margin: -1px
}

.card.collection-card .image-over {
    background: var(--card-bg);
    border-radius: 16px;
    flex: 1 0 auto;
    overflow: hidden;
    padding-bottom: 100%
}

.card.collection-card .image-over,
.card.collection-card .image-over .card-img-top {
    align-items: center;
    display: flex;
    justify-content: center
}

.card.collection-card:hover {
    background-color: #780ac2
}

.card.collection-card .description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    max-height: 44px;
    overflow: hidden
}

.card-organization-info {
    align-items: center;
    color: var(--dark-pink);
    display: flex;
    gap: 0 .25rem;
    justify-content: center;
    line-height: 140%
}

.TransparentBadge_badge__tSxnl {
    background-color: hsla(0, 0%, 60%, .2)
}

.Sidebar_sidebar__wxxb8 {
    height: 100vh;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    width: 100%;
    z-index: 998
}

.Sidebar_sidebar__wxxb8 .Sidebar_content__BnMM7 {
    border-right: 1px solid #24182f;
    margin-top: 80px
}

.Sidebar_sidebar__wxxb8.Sidebar_isMeTheme__uAp0q .Sidebar_content__BnMM7 {
    margin-top: 104px
}

@media (min-width:992px) {
    .Sidebar_sidebar__wxxb8 {
        width: 240px
    }
    .Sidebar_sidebar__wxxb8.Sidebar_slim__EH6w7 {
        width: 80px
    }
    .Sidebar_sidebar__wxxb8.Sidebar_slim__EH6w7:hover {
        width: 240px
    }
    .Sidebar_sidebar__wxxb8.Sidebar_slim__EH6w7 .Sidebar_content__BnMM7 {
        width: 80px !important
    }
    .Sidebar_sidebar__wxxb8.Sidebar_slim__EH6w7 .Sidebar_tab__1lv-Q {
        min-width: unset;
        width: 48px
    }
    .Sidebar_sidebar__wxxb8.Sidebar_slim__EH6w7 .Sidebar_label__Chew5 {
        opacity: 0;
        visibility: hidden;
        white-space: nowrap
    }
    .Sidebar_sidebar__wxxb8.Sidebar_slim__EH6w7 .Sidebar_subMenu__PHJln {
        display: none
    }
    .Sidebar_sidebar__wxxb8.Sidebar_slim__EH6w7 .Sidebar_content__BnMM7:hover {
        width: 240px !important
    }
    .Sidebar_sidebar__wxxb8.Sidebar_slim__EH6w7 .Sidebar_content__BnMM7:hover .Sidebar_label__Chew5 {
        opacity: 1;
        visibility: visible
    }
    .Sidebar_sidebar__wxxb8.Sidebar_slim__EH6w7 .Sidebar_content__BnMM7:hover .Sidebar_subMenu__PHJln {
        display: block
    }
    .Sidebar_sidebar__wxxb8.Sidebar_slim__EH6w7 .Sidebar_content__BnMM7:hover .Sidebar_tab__1lv-Q {
        width: 200px
    }
}

.Sidebar_expand__-m1ND {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width:992px) {
    .Sidebar_sidebar__wxxb8 {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important
    }
}

.content__regular {
    width: calc(100% - 240px)
}

.content__slim {
    width: calc(100% - 80px)
}

.anchor-link {
    height: 24px
}

.anchor-link:hover {
    color: #ef5da8 !important
}

.numeric-input {
    background: #120c18;
    border: 1px solid #4d3d5c;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none
}

.numeric-input:focus {
    border: 1px solid #595280;
    outline: none
}

.numeric-input .no-border {
    border: 1px solid transparent
}

.modal-content {
    background: #2b2640
}

.modal-footer,
.modal-header {
    border-color: transparent
}

.modal-close-btn {
    background-image: url(/static/media/closeGrey.6d710ec6b9ab9f75a601.svg);
    cursor: pointer;
    height: 24px;
    width: 24px
}

.modal-close-btn:hover {
    opacity: .8
}

.modal-disabled-over-lay {
    background-color: transparent;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999
}

.attributes-row {
    padding-right: calc(var(--bs-gutter-x)*.5)
}

.attributes-row .attributes-column {
    margin-bottom: .5rem
}

.attributes-column {
    padding-right: 0
}

.attributes-main img {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 1rem
}

.attributes-main img:hover {
    opacity: .8
}

.attributes-main:hover img {
    display: initial
}

.theme-raydium .attributes-main {
    border: 1px solid var(--accordion-border-color)
}

.rarity-ranking--score {
    margin-right: .2rem
}

.rarity-score {
    color: var(--rarity-score)
}

.NFTMedia_media__Xij2j {
    aspect-ratio: 1/1;
    object-fit: cover
}

.NFTMedia_top__xHGti {
    object-position: top
}

.NFTMedia_center__uJfn8 {
    object-position: center
}

.NFTMedia_bottom__j6Y0T {
    object-position: bottom
}

.NFTMedia_htmlNFTContainer__70m-o {
    position: relative
}

.NFTMedia_externalLink__I0AHV {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px
}

.auction__title {
    font-size: 58px;
    font-weight: 800
}

.auction__image {
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: 500px;
    overflow: hidden
}

.auction__image img {
    max-height: 500px;
    object-fit: contain
}

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

.auction__creator .creator-address {
    font-weight: 700
}

.auction__creator .creator-link {
    color: var(--white) !important;
    margin: 0
}

.auction__interface h2 {
    font-weight: 800
}

.auction__image video {
    max-height: 500px
}

.auction__stats {
    background-color: var(--grey-200);
    border-radius: 8px
}

.auction__stats h1 {
    font-size: 32px;
    font-weight: 800
}

.auction__stats h4,
.auction__stats p {
    font-size: 14px
}

.auction__stats .live-indicator {
    border-radius: 4px;
    color: #fff;
    font-size: 10px
}

.auction__stats .live-indicator-circle {
    -webkit-animation: blinker 6s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    animation: blinker 6s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    background: #adff2f;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    height: .7em;
    margin-right: 5px;
    opacity: 0;
    vertical-align: baseline;
    width: .7em
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes blinker {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.auction__bidder {
    background-color: var(--grey-200);
    border-radius: 8px
}

.auction__bidder h4 {
    font-size: 14px
}

.auction__bidder .last-bidder {
    font-weight: 700
}

.auction__place-bid.bid-button {
    background-color: var(--dark-pink)
}

.auction__place-bid-modal h1 {
    font-size: 20px;
    font-weight: 700
}

.card.auction-card {
    background: var(--nav-bg);
    border: 1px solid var(--grey-300);
    border-radius: 16px;
    color: var(--white) !important;
    cursor: pointer;
    width: 100%
}

.card.auction-card.raydium {
    border: 1px solid #00b6bf
}

.card.auction-card.raydium .image-over {
    margin: -1px
}

.card.auction-card .image-over {
    background: var(--nav-bg);
    border-radius: 16px;
    flex: 1 0 auto;
    max-height: 260px;
    overflow: hidden
}

.card.auction-card .image-over,
.card.auction-card .image-over .card-img-top {
    align-items: center;
    display: flex;
    justify-content: center
}

.card.auction-card .description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    max-height: 44px;
    overflow: hidden
}

.theme-thugbirdz .card.collection-card:hover {
    background-color: var(--theme-primary-color)
}

.theme-thugbirdz .card.collection-card:hover .card-caption * {
    color: #000 !important
}

.me-tab2 span.me-tab2-title {
    font-family: var(--tab2__font-family)
}

@media screen and (min-width:300px)and (max-width:500px) {
    .me-tab2 span.me-tab2-title {
        font-size: .7rem
    }
}

@media screen and (min-width:500px)and (max-width:900px) {
    .me-tab2 span.me-tab2-title {
        font-size: .9rem
    }
}

@media screen and (min-width:900px) {
    .me-tab2 span.me-tab2-title {
        font-size: 1.2rem
    }
}

.me-tab2.is-active span.me-tab2-title {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5)
}

.me-tab2.is-active:after {
    background-color: var(--dark-pink);
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.UpVote_btnCompact__TRufr {
    transition: all .12s ease-in-out
}

.UpVote_btnCompact__TRufr:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.UpVote_btnCompact__TRufr:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.UpVote_btnCompact__TRufr:disabled {
    cursor: not-allowed;
    opacity: .6
}

.UpVote_flatBtn__3urIY {
    transition: all .12s ease-in-out
}

.UpVote_flatBtn__3urIY:hover {
    opacity: .8
}

.UpVote_flatBtn__3urIY:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.UpVote_flatBtn__3urIY:disabled {
    cursor: not-allowed;
    opacity: .6
}

.CalendarCard_meLaunchPadLabel__2vF-o {
    -webkit-backdrop-filter: blur(2.83458px);
    backdrop-filter: blur(2.83458px);
    background: hsla(0, 0%, 100%, .1);
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--primary-p-color) !important;
    letter-spacing: .15em
}

.calendar-card {
    background-color: var(--card-bg-color)
}

.calendar-card__img-container {
    max-height: 600px
}

.calendar-card .attributes-row {
    margin-left: -12px
}

.calendar-card .attributes-main {
    background-color: #2b273f !important
}

.faq--answer a.faq--link.color-dark-pink {
    color: var(--dark-pink)
}

.faq--answer a.faq--link.color-dark-pink:hover {
    text-decoration: underline
}

.Carousel_arrow__pjtQq,
.Carousel_arrow__pjtQq:hover {
    background: #120c18 !important;
    border: 1px solid #24182f
}

.Carousel_arrow__pjtQq:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.Carousel_arrow__pjtQq:before {
    display: none
}

.Carousel_arrow__pjtQq svg {
    display: initial
}

.Carousel_arrow__pjtQq.Carousel_left__EcpM8 {
    left: -10px
}

.Carousel_arrow__pjtQq.Carousel_right__T0VIX {
    right: -10px
}

.Carousel_carousel__a8r0p {
    align-items: center;
    display: flex;
    position: relative
}

.Carousel_carousel__a8r0p .Carousel_scrollContainer__9fHub {
    -ms-overflow-style: none;
    padding: 20px 0;
    scrollbar-width: none
}

.Carousel_carousel__a8r0p .Carousel_scrollContainer__9fHub::-webkit-scrollbar {
    display: none
}

.Carousel_carousel__a8r0p .Carousel_carouselItem__y6Ip2 {
    margin-right: 16px
}

.Carousel_carousel__a8r0p .Carousel_carouselItem__y6Ip2 .Carousel_standalone__P6jOX {
    width: 252px
}

.Carousel_carousel__a8r0p .Carousel_carouselItem__y6Ip2 .Carousel_standalone__P6jOX .Carousel_cardMedia__kJpe- {
    height: 189px;
    width: 252px
}

.Carousel_carousel__a8r0p .Carousel_carouselItem__y6Ip2 .Carousel_standalone__P6jOX .Carousel_cardInfo__voX62 {
    padding: 8px 0
}

@media(min-width:576px) {
    .Carousel_carousel__a8r0p .Carousel_carouselItem__y6Ip2 .Carousel_standalone__P6jOX {
        width: 220px
    }
    .Carousel_carousel__a8r0p .Carousel_carouselItem__y6Ip2 .Carousel_standalone__P6jOX .Carousel_cardMedia__kJpe- {
        height: 165px;
        width: 220px
    }
    .Carousel_carousel__a8r0p .Carousel_carouselItem__y6Ip2 .Carousel_standalone__P6jOX .Carousel_cardInfo__voX62 {
        padding: 12px 0
    }
    .Carousel_carousel__a8r0p .Carousel_carouselItem__y6Ip2 .Carousel_standalone__P6jOX.Carousel_nestedParent__leiMc {
        width: 320px
    }
    .Carousel_carousel__a8r0p .Carousel_carouselItem__y6Ip2 .Carousel_standalone__P6jOX.Carousel_nestedParent__leiMc .Carousel_cardMedia__kJpe- {
        aspect-ratio: 320/256;
        max-width: 320px;
        min-width: 320px
    }
}

.Carousel_carousel__a8r0p .Carousel_carouselItem__y6Ip2 .Carousel_nested__Eu-g- {
    max-height: 152px;
    width: 152px
}

.Carousel_carousel__a8r0p .Carousel_carouselItem__y6Ip2 .Carousel_nested__Eu-g- .Carousel_cardMedia__kJpe- {
    max-height: 106px;
    width: 152px
}

.Carousel_carousel__a8r0p .Carousel_carouselItem__y6Ip2 .Carousel_nested__Eu-g- .Carousel_cardInfo__voX62 {
    padding: 4px 0
}

.Carousel_card__qZh08 {
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.Carousel_card__qZh08:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.Carousel_pillTab__rZkG6,
.Carousel_pillTabs__amXzc {
    border-radius: 20px !important
}

.Carousel_derivativesToggle__6k8pP .toggle-checkbox:checked+.toggle-label {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 37, 117, var(--tw-bg-opacity))
}

.Carousel_seeAll__H7M3I {
    border-radius: 20px
}

@media (min-width:576px) {
    .Carousel_seeAll__H7M3I {
        border-radius: 4px
    }
}

.Carousel_pill__oweId {
    border-radius: 20px
}

.me-select {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 12px
}

.me-select::-webkit-scrollbar {
    background: #000;
    height: 12px;
    width: 12px
}

.me-select::-webkit-scrollbar-thumb {
    background: #4e4670;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .75)
}

.me-select::-webkit-scrollbar-corner {
    background: #000
}

.me-select .me-select-item {
    cursor: pointer;
    padding: 6px 0
}

.me-select .me-selected-item {
    color: var(--icon-color)
}

.theme-thugbirdz .me-selected-item {
    color: var(--theme-primary-color)
}

.card__main {
    background: var(--card-bg);
    border-radius: 16px;
    max-width: none;
    width: 100%
}

.card__main .card__custom-overlay {
    opacity: 0;
    visibility: hidden
}

.card__main:hover .card__custom-overlay {
    opacity: 1;
    visibility: visible
}

.card__main .pure-card {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.card__main .image-over {
    border-radius: 16px;
    flex: 1 0 auto;
    max-height: 260px;
    min-height: 260px
}

.card__main .image-over,
.card__main .image-over .card-img-top {
    align-items: center;
    display: flex;
    justify-content: center
}

.card__main .card-caption {
    flex: 0 0 auto
}

.card__main h6 {
    margin-top: 0
}

.card__main .noTitle {
    visibility: hidden
}

.truncated {
    flex: 1;
    min-width: 0;
    padding-top: 5px
}

.check-mark {
    margin: 0 6px
}

.collection-mark {
    color: var(--collection-meta) !important
}

.organization__header {
    align-items: flex-start;
    color: #f5f3f7;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 1rem 0;
    position: relative;
    width: 100%
}

@media (min-width:992px) {
    .organization__header {
        align-items: center;
        flex-direction: row;
        height: 400px;
        max-width: 1440px;
        padding: 0
    }
}

.organization__title {
    font-size: 3.625rem;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 4px
}

.organization__info-container {
    max-width: 980px
}

.organization__info {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%
}

@media (min-width:992px) {
    .organization__info {
        width: 45%
    }
}

.organization__badge {
    align-items: center;
    display: flex;
    gap: .5rem;
    margin-bottom: 4px
}

.organization__attributes {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: .875rem;
    gap: .5rem;
    margin-bottom: 24px
}

.inline-attribute {
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 4px;
    font-size: .875rem;
    line-height: 2.25rem;
    padding: 0 8px
}

.gameDemo {
    border-radius: 1rem;
    height: 100%;
    min-width: 100%;
    overflow: hidden
}

.gameDemo iframe,
.startMenu {
    aspect-ratio: 16/9;
    max-height: 70vh;
    min-width: 100%
}

.startMenu {
    align-items: center;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .9);
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center
}

.demoSection {
    display: none
}

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

.videoSection {
    display: flex;
    justify-content: center;
    overflow: hidden
}

.videoSection video {
    aspect-ratio: 16/9;
    border-radius: 1rem;
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media (min-width:768px) {
    .videoSection video {
        max-height: 70vh;
        width: auto
    }
}

.headerCardContainer {
    height: 300px;
    margin: 1rem;
    position: relative
}

@media (min-width:768px) {
    .headerCardContainer {
        height: 70vh
    }
}

.headerCardContent,
.inactiveCardOverlay {
    border-radius: .75rem;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.headerCardContent {
    align-items: flex-end;
    background-clip: padding-box;
    background-position: 50%, 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 -200px 200px 0 rgba(0, 0, 0, .8);
    display: flex;
    overflow: hidden;
    padding: 2rem
}

@media (min-width:768px) {
    .headerCardContent {
        box-shadow: inset 0 -250px 200px 0 rgba(0, 0, 0, .8)
    }
}

.inactiveCardOverlay {
    background-color: rgba(0, 0, 0, .7)
}

.GamesPromoCarousel_arrow__Y8QV6 {
    top: 50%
}

.GamesPromoCarousel_arrow__Y8QV6,
.GamesPromoCarousel_arrow__Y8QV6:hover {
    background: #120c18 !important;
    border: 1px solid #24182f
}

.GamesPromoCarousel_arrow__Y8QV6 {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.GamesPromoCarousel_arrow__Y8QV6:hover {
    -webkit-transform: translateY(-50%) scale(1.02);
    transform: translateY(-50%) scale(1.02)
}

.GamesPromoCarousel_arrow__Y8QV6:before {
    display: none
}

.GamesPromoCarousel_arrow__Y8QV6 svg {
    display: initial
}

.GamesPromoCarousel_left__23bY9 {
    left: -10px
}

.GamesPromoCarousel_right__ibNsD {
    right: -10px
}

.caret-down,
.caret-up {
    position: relative
}

.caret-down:before,
.caret-up:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle
}

.caret-up:before {
    border: 3px solid transparent;
    border-bottom-color: #fff;
    top: 20%
}

.caret-down:before,
.caret-up:before {
    content: "";
    height: 0;
    position: absolute;
    right: 4px;
    width: 0
}

.caret-down:before {
    border: 3px solid transparent;
    border-top-color: #fff;
    top: 40%
}

.percent-increase .caret-up:before {
    border-bottom-color: #3ae980
}

.percent-decrease .caret-down:before {
    border-top-color: #f94e9b
}

.me-table__pagination-btn {
    background-color: #23182f;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none
}

.me-table__pagination-btn:hover {
    background-color: #1c1426
}

.me-table__pagination-btn:disabled {
    opacity: .7
}

.me-table__pagination-page-size input {
    height: 36px !important;
    width: 100px
}

.accordion,
.accordion-header,
.accordion-item {
    background-color: var(--bg-color-primary)
}

.accordion-body,
.accordion-button {
    border: 1px solid var(--accordion-border-color);
    border-radius: 8px !important
}

.theme-raydium .accordion-body {
    border: none
}

.accordion-button {
    background-color: var(--accordion-button-background-color) !important;
    color: var(--white) !important;
    outline: none
}

.accordion-button.disabled {
    color: var(--p-color-primary) !important
}

.accordion-button:focus {
    border-color: var(--accordion-border-color);
    box-shadow: none;
    color: var(--white);
    outline: none
}

.accordion-button:after,
.accordion-button:focus:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B4ABBA'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important
}

.accordion-button.has-secondary-header:after {
    content: none
}

.theme-raydium .accordion-button:after,
.theme-raydium .accordion-button:focus:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C4D6FF'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important
}

.accordion-collapse {
    transition-duration: .1s
}

.Filters_pillTabs__MTuiv {
    display: inline-block !important
}

.Filters_pillTab__ASn7s,
.Filters_pillTabs__MTuiv {
    border-radius: 20px !important
}

.Filters_pillTabs__MTuiv:first-of-type {
    margin-left: 5px
}

.Filters_pillTabs__MTuiv:last-of-type {
    margin-right: 5px
}

.Filters_select__KPpXu,
input {
    display: inline-block;
    margin-right: 5px
}

.Filters_input__uf\+vg {
    background: #120c18;
    border: 1px solid #4d3d5c;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
    width: auto
}

.Filters_inline__PaQYG {
    display: inline-block
}

.Filters_predicate__7J-Ne {
    margin: .2rem 0
}

.Filters_predicate__7J-Ne:last-of-type {
    margin: .2rem 0 1rem
}

.Filters_conjunction__7rLqT {
    font-size: .8rem
}

.Filters_delete__aztX- {
    display: inline-block;
    line-height: 50px;
    margin-left: .5rem;
    vertical-align: middle
}

.Filters_delete__aztX-:hover {
    cursor: pointer
}

.AboutPage_aboutPage__juJr- h2 {
    line-height: 120%
}

.AboutPage_aboutPage__juJr- p {
    line-height: 160%
}

@media (min-width:1200px) {
    .AboutPage_aboutPage__juJr- {
        max-width: 1440px
    }
}

.AboutPage_aboutVideoContainer__GBchy:before {
    border: 1px solid #e42575;
    content: "";
    -webkit-filter: blur(4px);
    filter: blur(4px);
    height: 100%;
    position: absolute;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    width: 100%
}

.AboutPage_storyBackdrop__s6GjY {
    background: linear-gradient(265.17deg, rgba(18, 12, 24, 0) -3.44%, #120c18 23.6%)
}

.AboutPage_storyBehindName__xlyyN {
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out
}

.AboutPage_button__cBu7R {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    justify-content: center
}

.AboutPage_button__cBu7R>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.5rem*var(--tw-space-x-reverse))
}

.AboutPage_button__cBu7R {
    background: #e42575;
    border-radius: .25rem;
    color: #f5f3f7;
    min-height: 44px;
    padding: 12px 16px
}

.AboutPage_button__cBu7R.AboutPage_secondary__2qSCz {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgba(18, 12, 24, var(--tw-bg-opacity));
    border-color: rgba(228, 37, 117, var(--tw-border-opacity));
    border-width: 1px
}

.AboutPage_button__cBu7R.AboutPage_mobile__FGRHd {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 0
}

@media (min-width:576px) {
    .AboutPage_button__cBu7R.AboutPage_mobile__FGRHd {
        padding: 12px 16px
    }
}

.AboutPage_arrow__j5VbU {
    display: flex
}

@media(min-width:500px) {
    .AboutPage_arrow__j5VbU {
        display: none
    }
}

.built-on-solana {
    -webkit-backdrop-filter: blur(2.83458px);
    backdrop-filter: blur(2.83458px);
    background: hsla(0, 0%, 100%, .1);
    border: .5px solid rgba(180, 171, 186, .2);
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 12px;
    height: 28px;
    letter-spacing: .15em
}

.slick-loading .slick-list {
    background: #fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);
    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"), url(/static/media/slick.295183786cd8a1389865.woff) format("woff"), url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"), url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")
}

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

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

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

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

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

.slick-prev {
    left: -25px
}

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

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

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

.slick-next {
    right: -25px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

footer {
    width: 100%
}

footer a {
    color: #c7c0ce !important
}

footer a:hover {
    opacity: .8
}

.home-page {
    background: #120d18
}

.home-page h1 {
    font-size: 58px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 70px
}

.theme-raydium .home-page {
    background: var(--bg-color-primary)
}

@media(max-width:767.98px) {
    h1 {
        line-height: 48px !important
    }
    h1,
    h2 {
        font-size: 32px !important
    }
    .home-page section {
        padding-bottom: 40px;
        padding-top: 40px
    }
    ul.navbar-nav.action {
        position: relative;
        right: -6px;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    #wallet-connect-btn {
        margin-left: 0 !important
    }
}

.carousel-container {
    max-width: 1920px;
    width: 100%
}

.featured-carousel-section {
    background-size: cover;
    box-sizing: border-box;
    height: 576px;
    padding-top: 150px
}

.featured-carousel-section .featured {
    left: 4px;
    top: -10px
}

.featured-carousel-section .soliens-box {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background: hsla(0, 0%, 100%, .1);
    border-radius: 20px;
    padding: 40px
}

.featured-carousel-section .btn.btn-bordered-white:after {
    background-image: var(--gradiant-red-pink) !important
}

.featured-carousel-section .explore-ntfs-btn {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left
}

.featured-carousel-section .panner {
    height: 100%;
    position: relative;
    width: 100%
}

.featured-carousel-section .panner-wrapper {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: pan;
    animation-name: pan;
    -webkit-animation-timing-function: cubic-bezier(.65, .08, .65, .67);
    animation-timing-function: cubic-bezier(.65, .08, .65, .67);
    left: calc(50% - 60px);
    position: absolute;
    top: calc(50% - 96px);
    width: 20800px
}

@-webkit-keyframes pan {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes pan {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.featured-carousel-section .rect {
    -webkit-animation: grow;
    animation: grow;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: #fff;
    float: left;
    height: 96px;
    margin: 36px;
    width: 96px
}

.featured-carousel-section .rect0 {
    background-image: url(https://gateway.pinata.cloud/ipfs/QmQJZccrSSiVVHoeBUUXmpxC8Wof4ey3ig7FuVqTnb8cUa)
}

.featured-carousel-section .rect0,
.featured-carousel-section .rect1 {
    background-color: transparent;
    background-position: 50%;
    background-size: cover
}

.featured-carousel-section .rect1 {
    background-image: url(https://gateway.pinata.cloud/ipfs/QmSTMxfpyiBWhGbeVqCrdoLqW7M867gMgG6WJvvxBmSL6T)
}

.featured-carousel-section .rect2 {
    background-image: url(https://gateway.pinata.cloud/ipfs/QmQGkPYGCcBZWqCUC9wHy6J691joa2kj52dH9KqLUUTQ1j)
}

.featured-carousel-section .rect2,
.featured-carousel-section .rect3 {
    background-color: transparent;
    background-position: 50%;
    background-size: cover
}

.featured-carousel-section .rect3 {
    background-image: url(https://gateway.pinata.cloud/ipfs/QmZdyhmo3dmrUPmdBof3TuQq9jecccG7Cj7yPsyGtU3r8H)
}

.featured-carousel-section .rect4 {
    background-image: url(https://gateway.pinata.cloud/ipfs/QmQJZccrSSiVVHoeBUUXmpxC8Wof4ey3ig7FuVqTnb8cUa)
}

.featured-carousel-section .rect4,
.featured-carousel-section .rect5 {
    background-color: transparent;
    background-position: 50%;
    background-size: cover
}

.featured-carousel-section .rect5 {
    background-image: url(https://gateway.pinata.cloud/ipfs/QmSTMxfpyiBWhGbeVqCrdoLqW7M867gMgG6WJvvxBmSL6T)
}

.featured-carousel-section .rect99 {
    -webkit-animation: reveal;
    animation: reveal;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(1, 0, .28, 1);
    animation-timing-function: cubic-bezier(1, 0, .28, 1);
    background-color: red;
    height: 192px;
    left: calc(50% - 156px);
    opacity: 0;
    position: absolute;
    top: 0;
    width: 60px
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes grow {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes reveal {
    0% {
        background-color: #fff;
        opacity: 1
    }
    to {
        background-color: #1c1326;
        height: calc(100% + 422px);
        left: 0;
        opacity: 1;
        top: -278px;
        width: 100%;
        z-index: 200
    }
}

@keyframes reveal {
    0% {
        background-color: #fff;
        opacity: 1
    }
    to {
        background-color: #1c1326;
        height: calc(100% + 422px);
        left: 0;
        opacity: 1;
        top: -278px;
        width: 100%;
        z-index: 200
    }
}

.featured-carousel-section .carousel-wrapper {
    -webkit-animation: fadeOut;
    animation: fadeOut;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    height: 576px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.featured-carousel-section h3 {
    color: #fff;
    font-size: 36px;
    line-height: 590px;
    position: relative;
    text-align: center
}

.featured-carousel-section .carousel .slick-dots {
    list-style: none;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    z-index: 999
}

.featured-carousel-section .carousel .slick-dots button:before {
    color: #fff !important
}

.featured-carousel-section .me-carousel-item {
    height: 590px
}

.featured-carousel-section .carousel-item-background {
    background-size: cover;
    height: 590px;
    width: 100%
}

.featured-carousel-section .carousel-item-foreground {
    height: 100%;
    left: 0;
    padding-top: 150px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 30
}

.featured-carousel-section p {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5)
}

.FeaturedCarouselV2_carousel__ebYGy {
    border-radius: 20px;
    max-width: 1212px;
    width: 100%
}

.FeaturedCarouselV2_carousel__ebYGy .slick-slide {
    overflow: hidden
}

.FeaturedCarouselV2_customDots__tc6nQ {
    margin-top: 250px;
    max-width: 1212px;
    top: 0
}

@media (min-width:576px) {
    .FeaturedCarouselV2_customDots__tc6nQ {
        margin-top: 0
    }
}

.FeaturedCarouselV2_customDots__tc6nQ ul li {
    height: 16px
}

.FeaturedCarouselV2_customDots__tc6nQ ul li span {
    border-radius: 4px;
    height: 4px;
    width: 100%
}

h2.FeaturedCarouselV2_carouselItemTitle__E7-QW {
    line-height: 120%
}

.FeaturedCarouselV2_carouselGradient__rpDR7 {
    background: linear-gradient(180deg, rgba(18, 12, 24, 0) 1.75%, #120c18 37.01%);
    bottom: 0;
    height: 40px;
    width: 100%
}

.popular-collections-area .anchor-link-container {
    bottom: 0;
    right: calc(var(--bs-gutter-x)*.5)
}

.popular-collections-area .swiper-pagination {
    right: 10px;
    top: 20px
}

.popular-collections-area .swiper-pagination-bullet {
    background-color: #7e7991;
    border-radius: 6px !important;
    color: #7e7991;
    height: 12px !important;
    margin-right: .2rem;
    overflow: hidden;
    width: 12px !important
}

.popular-collections-area .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #a329f5;
    color: #a329f5
}

.popular-collections-area .swiper-pagination-bullet:hover {
    background-color: #a329f5
}

.insights-hero {
    background: linear-gradient(rgba(0, 0, 0, .3), #0f0a19), url(/static/media/insights-bg.4494d86b162acf51d37a.png);
    padding-top: 80px
}

.me-search input {
    background: var(--input-bg);
    border: var(--input-border);
    border-radius: 8px;
    box-sizing: border-box;
    padding-right: 36px
}

.me-search input:focus {
    background: var(--input-bg);
    border: 1px solid #595280
}

.me-search .searchIcon {
    align-items: center;
    display: inline-block;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px
}

.insights-page {
    background-color: var(--grey-100)
}

.item-details-area .price {
    font-size: 1.2rem
}

.item-details-area .cash {
    font-size: .8rem;
    font-weight: 100;
    opacity: .8
}

.item-details-area .alert {
    background: hsla(0, 0%, 100%, .1);
    color: var(--white);
    opacity: .8
}

.item-details-area .item-info {
    border-radius: 24px;
    overflow: hidden
}

.item-details-area .item-thumb {
    max-height: 568px;
    max-width: 568px;
    overflow: hidden
}

.item-details-area .item-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.item-details-area .more-from-collection_row {
    overflow-x: auto
}

.item-details-area .more-from-collection__card {
    margin-bottom: 0 !important
}

@media(max-width:767.98px) {
    .item-details-area {
        padding-top: 0
    }
}

.collection-about .social-links a {
    color: var(--white) !important
}

.collection-about .social-links a:hover {
    color: var(--primary-color) !important
}

.collection-about .social-links a img:hover {
    opacity: .8
}

.BiddingOffers_table__qEN0- {
    border: 1px solid #24182f !important
}

.BiddingOffers_table__qEN0- table.me-table thead th {
    color: #a197aa
}

.BiddingOffers_table__qEN0- th,
.BiddingOffers_table__qEN0- tr {
    border-bottom: 1px solid #24182f !important
}

.BiddingOffers_table__qEN0- tr {
    background: none !important
}

.BiddingOffers_table__qEN0- tr:last-child {
    border: none !important
}

.item-details__make-offer-modal h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

.make-offer__expiration-select {
    max-width: 180px;
    min-width: 180px;
    width: 180px
}

.make-offer__label {
    color: #9c93a5;
    margin-bottom: 4px
}

.social-share {
    color: var(--collection-meta)
}

.social-share__dropdown {
    padding: 6px
}

.social-share__item {
    cursor: pointer;
    padding: 6px
}

.social-share__item img {
    margin-right: 8px
}

.social-share__item:hover {
    opacity: .8
}

.activities__txType {
    max-width: 150px
}

.activities__txType-exchange {
    color: #2fc27d
}

.activities__txType-acceptBid {
    color: #1aac7a
}

.activities__txType-cancelBid,
.activities__txType-cancelEscrow {
    color: #9c93a5
}

.activities__txType-placeBid {
    color: #6d79c9
}

.price-history__chart {
    height: 250px
}

.price-history .recharts-cartesian-axis-tick-value {
    font-family: monospace
}

.chart-tooltip {
    background: var(--chart-tooltip-border);
    padding: 1px;
    position: relative
}

.me-refresh-btn .rotate {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    transition: all .8s linear
}

.tippy-tooltip.flag-theme {
    margin-top: -20px;
    padding: 0 !important
}

.CollectionFlaggingContent_tableContainer__U1lyw {
    border: 1px solid #25182e;
    border-radius: 8px
}

.CollectionFlaggingContent_table__Xafh- {
    border-collapse: collapse
}

.CollectionFlaggingContent_table__Xafh- tr {
    border-bottom: 1px solid #25182e !important
}

.CollectionFlaggingContent_table__Xafh- tr td {
    padding: .5rem 1rem
}

.CollectionFlaggingContent_table__Xafh- tr td:first-child {
    color: #a89db4;
    min-width: 160px
}

.CancelAndWithdrawModal_modal__RkQhE {
    background-color: #2c2d30;
    max-width: 452px
}

h1.CancelAndWithdrawModal_title__W1Da6 {
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.75 !important
}

@media(min-width:576px) {
    .CancelAndWithdrawModal_button__sylBQ {
        min-width: 191px
    }
}

.item-details__loading-modal .modal-content {
    border-radius: 1.5rem
}

.item-details__loading-modal .modal-content .spinner-border {
    height: 1.5rem;
    width: 1.5rem
}

.LaunchpadCarousel_customDots__BDNiu ul li {
    height: 16px
}

.LaunchpadCarousel_customDots__BDNiu ul li span {
    border-radius: 4px;
    height: 4px;
    width: 100%
}

.LaunchpadCarousel_desc__yZOdh {
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.LaunchpadCarousel_img__07ljm {
    height: 500px;
    width: 500px
}

.launch-pad__search-bar {
    width: 270px
}

.launch-pad__table .cell-open {
    color: #3ae980
}

.launch-pad__table .cell-ended {
    color: #9c93a5
}

.launch-pad__table .me-table.pinky tbody tr {
    cursor: pointer
}

.launch-pad__table .me-table.pinky tbody tr:hover {
    background: var(--grey-400)
}

.launch-pad__card__cta {
    padding: 0 8px 8px
}

.launch-pad__card__cta .gradientBorderWrapper {
    display: block
}

.launch-pad__card__cta .launch-pad__card__mint button {
    width: 100%
}

.launch-pad__grid {
    cursor: pointer;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(269px, 1fr))
}

@media screen and (min-width:802px) {
    .launch-pad__grid {
        grid-template-columns: repeat(auto-fill, minmax(269px, 269px))
    }
}

.launch-pad__grid>div {
    border: 1px solid #24182f;
    border-radius: 12px;
    overflow: hidden;
    transition: all .25s
}

.launch-pad__grid>div:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.launch-pad__grid>div img {
    height: 67%
}

.launch-pad__grid .launch-pad__card__image {
    background-size: cover;
    margin-bottom: 12px;
    padding-bottom: 67%;
    width: 100%
}

.launch-pad__grid .launch-pad__card__name {
    color: #f5f3f7;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 8px;
    min-width: 220px;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.launch-pad__grid .launch-pad__card__date {
    color: #e42575;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-align: center
}

.launch-pad__grid .launch-pad__card__facts {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    padding: 12px
}

.launch-pad__grid .launch-pad__card__facts>div {
    border: 1px solid #2b2037;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    padding: 6px 0;
    text-align: center
}

.launch-pad__grid .launch-pad__card__facts>div label {
    color: #f8f7f8;
    flex: none;
    flex-grow: 0;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 140%;
    margin: 0 4px;
    order: 0;
    text-align: center;
    text-transform: uppercase
}

.launch-pad__grid .launch-pad__card__facts>div span {
    display: inline-block;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%
}

.progress-bar__container {
    background: var(--grey-400);
    border-radius: 10px;
    height: 6px;
    width: 100%
}

.progress-bar__value {
    background-color: var(--dark-pink);
    border-radius: 10px;
    height: 100%
}

.toggle-label {
    align-items: center;
    background: gray;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    height: 25px;
    justify-content: space-between;
    position: relative;
    transition: background-color .2s;
    width: 50px
}

.toggle-label .toggle-button {
    background: #fff;
    border-radius: 21px;
    box-shadow: 0 0 2px 0 hsla(0, 0%, 4%, .29);
    content: "";
    height: 21px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: .2s;
    width: 21px
}

.toggle-checkbox:checked+.toggle-label .toggle-button {
    left: calc(100% - 2px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.toggle-checkbox:checked+.toggle-label {
    background: #06d6a0
}

.toggle-label:active .toggle-button {
    width: 25px
}

.collection-filter {
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5)
}

.me-multi-select {
    font-family: var(--multi-select__font-family);
    font-size: var(--multi-select__font-size)
}

.collection-filter-tags {
    font-family: var(--collection-filter-tags__font-family);
    font-size: var(--collection-filter-tags__font-size)
}

.read-more__description.hasMore {
    -webkit-mask: linear-gradient(#fff 45%, transparent)
}

.collection-info {
    border-radius: 24px;
    box-sizing: border-box;
    padding: 40px 24px 24px
}

.collection-info .attributes-column {
    text-align: center
}

@media(max-width:767.98px) {
    .collection-info {
        padding-bottom: 10px !important;
        padding-top: 30px !important
    }
    .collection-info h1 {
        font-size: 32px !important
    }
}

.me-drawer {
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .3s ease-in
}

.me-drawer.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 300px
}

.me-drawer.open.full {
    width: 100%
}

.grid-card__main {
    background-color: #16151a
}

.grid-card__main:not(.skeleton) {
    transition: all .3s ease-in
}

.grid-card__main h6 {
    margin-top: 0
}

.grid-card__main .noTitle {
    visibility: hidden
}

.card__price {
    color: var(--white)
}

.grid-card__title {
    font-family: var(--card__title__font-family);
    font-size: var(--card__title__font-size)
}

.card__bid__overlay {
    background: #16151a;
    border-radius: 6px;
    padding: 4px 8px;
    pointer-events: none;
    position: absolute;
    right: 6px;
    text-align: right;
    top: 6px;
    transition: all 2s
}

.me-collapsable__title {
    font-family: var(--collapsable__font-family);
    font-size: var(--collapsable__font-size)
}

.to-connector {
    margin-left: 8px;
    margin-right: 8px
}

.me-price-filter {
    background: #1c1326 !important
}

.me-price-filter input {
    background: var(--dropdown-bg)
}

.collectionSidebar {
    flex-shrink: 0;
    height: calc(100vh - 81px);
    top: 81px;
    width: 340px
}

.collectionSidebar.collapsed {
    width: 60px
}

.collectionSidebar__expand {
    height: 60px;
    width: 100%
}

.collectionSidebar_collapse {
    height: 100%;
    width: 60px
}

.collectionSidebar .sidebar-resizer {
    cursor: col-resize;
    flex-basis: 3px;
    flex-grow: 0;
    flex-shrink: 0;
    justify-self: flex-end;
    resize: horizontal
}

.collectionSidebar .sidebar-resizer:hover {
    background: #c1c3c5b4;
    width: 3px
}

.collectionSidebar__title {
    font-family: var(--collection-side-bar__title__font-family);
    font-size: var(--collection-side-bar__title__font-size)
}

.countdown-card {
    position: relative
}

.countdown-value {
    color: #9d5de7;
    font-size: 250%;
    font-weight: 700
}

.countdown-unit {
    margin-left: 5%;
    position: relative
}

.countdown-unit span {
    bottom: 15%;
    font-size: 120%;
    position: absolute
}

.market-place .explore-area {
    padding-top: 0
}

.market-place .galaxy-container {
    padding: 82px 0
}

.market-place .galaxy-image {
    max-width: 400px;
    width: 50%
}

.market-place__drawer {
    height: calc(100vh - 80px) !important;
    position: fixed;
    top: 80px
}

.bracketXBanner {
    background-color: var(--bg-color-secondary);
    color: var(--bg-color-primary);
    padding: 5px;
    text-align: center
}

.dribbble {
    display: inline-block;
    margin-right: .5rem
}

.dribbble circle,
.dribbble path {
    stroke: var(--p-color-primary)
}

.dribbble svg {
    -webkit-transform: translate(50% 50%) rotate(45deg) translate(-50% -50%);
    transform: translate(50% 50%) rotate(45deg) translate(-50% -50%)
}

.mintlist-tool-page {
    background-color: var(--grey-100)
}

.mintlist--text a.mintlist--link.color-dark-pink {
    color: var(--dark-pink)
}

.mintlist--text a.mintlist--link.color-dark-pink:hover {
    text-decoration: underline
}

.mintlist-output {
    padding: 5% 0
}

.mint-tool-text-area {
    resize: none
}

.mint-tool-text-area::-webkit-scrollbar {
    background: #000;
    height: 12px;
    width: 12px
}

.mint-tool-text-area::-webkit-scrollbar-thumb {
    background: #2a2a36;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .75);
    height: 20%
}

.mint-tool-text-area::-webkit-scrollbar-corner {
    background: #000
}

.me-tab {
    background: var(--bg-color-third);
    border: 1px solid #4d3d5c;
    border-radius: 8px;
    box-sizing: border-box;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    min-width: 160px;
    padding: 12px;
    text-align: center
}

.me-tab.isActive {
    border: 1px solid var(--tab__active__border-color)
}

.me-tab:hover {
    opacity: .8
}

.theme-thugbirdz .me-tab.isActive {
    border: 1px solid var(--theme-primary-color)
}

.my-profile__empty-container {
    min-height: 400px
}

.my-profile__tab {
    background: transparent;
    padding: 10px
}

.my-profile__tab--active {
    border: 1px solid transparent !important
}

.my-profile__tabv2 {
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    min-width: -webkit-max-content;
    min-width: max-content;
    padding: 10px 0
}

.my-profile__tabv2--active {
    border-bottom: 2px solid #e42575
}

.my-profile__sub-tab {
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent
}

.my-profile__sub-tab--active {
    border-bottom-color: #e42575
}

.my-profile__select input,
.my-profile__select input:focus {
    border: 1px solid #24182f !important
}

.my-profile__select--contract input {
    max-width: 110px
}

.my-profile__wallet-dropdown .dropdown {
    border: 0
}

@media(max-width:767.98px) {
    .my-profile section {
        padding-top: 25px
    }
}

.AccountInfo_username__wVwT3 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(123.73deg, #900ce9 22%, #f94e9b 80.67%);
    -webkit-background-clip: text
}

.AccountInfo_verifiedTooltip__ETr6C {
    display: inline-block !important;
    height: 30px
}

.CopiableButton_btn__oahaK {
    transition: all .12s ease-in-out
}

.CopiableButton_btn__oahaK:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.M2Banner_banner__t9\+8I {
    max-width: 1163px;
    width: 97%
}

.BuyerEscrow_input__V70Qx:focus+.BuyerEscrow_button__vCJfK {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 37, 117, var(--tw-bg-opacity))
}

.SettingsSidebar_item__rxm4C {
    border-radius: .375rem;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    opacity: .8;
    padding: 1rem
}

.SettingsSidebar_item__rxm4C:hover {
    opacity: 1
}

.SettingsSidebar_active__wUxCe,
.SettingsSidebar_item__rxm4C:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 19, 38, var(--tw-bg-opacity))
}

.SettingsSidebar_active__wUxCe {
    --tw-text-opacity: 1;
    color: rgba(248, 247, 248, var(--tw-text-opacity))
}

.SettingsContent_content__JtZKG {
    background-color: #232227;
    border-radius: 20px
}

.ProfileSettings_input__d7bIW {
    width: 300px
}

.SettingsPage_main__WXfEO {
    height: calc(100vh - 90px)
}

.me-table {
    border-collapse: collapse
}

.me-table__container {
    border: 1px solid #4d3d5c;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 16px
}

.me-table__container.no-border {
    border: none
}

.me-table thead th {
    padding: 16px
}

.me-table tbody {
    color: var(--white)
}

.me-table tbody td {
    padding: 16px
}

.me-table tbody tr:first-child td:first-child {
    border-top-left-radius: 12px
}

.me-table tbody tr:first-child td:last-child {
    border-top-right-radius: 12px
}

.me-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px
}

.me-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px
}

.me-table.pinky thead th {
    color: var(--dark-pink);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 150%
}

.me-table.pinky tbody tr:nth-child(2n) {
    background: var(--grey-200)
}

.me-table.pinky tbody tr:nth-child(odd) {
    background: var(--grey-300)
}

.me-table.heavy thead th {
    color: var(--light-pink);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 150%;
    text-align: right
}

.me-table.heavy thead th:nth-child(-n+2) {
    text-align: left
}

.me-table.heavy tbody tr:nth-child(2n) {
    background: var(--grey-200)
}

.me-table.heavy tbody tr:nth-child(odd) {
    background: var(--grey-300)
}

.statistics-page__collections-table tbody tr td:first-child {
    padding-right: 0
}

.statistics-page__collections-table .cell-increase {
    color: #3ae980
}

.statistics-page__collections-table .cell-decrease {
    color: #f94e9b
}

.statistics-page__collections-table .collection-name__image {
    --tw-border-opacity: 1;
    border: 1px solid rgba(77, 61, 92, var(--tw-border-opacity));
    height: 30px;
    overflow: hidden;
    width: 30px
}

.statistics-page__collections-table .table-header--time-period {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(248, 247, 248, var(--tw-bg-opacity));
    border-radius: .25rem;
    color: rgba(28, 19, 38, var(--tw-text-opacity));
    font-size: 10px;
    opacity: .7;
    padding: .125rem
}

.statistics-page__collections-table .me-table.heavy thead th {
    white-space: nowrap
}

.statistics-page__collections-table .me-table.heavy tbody tr {
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.25rem;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.statistics-page__collections-table .me-table.heavy tbody tr:hover {
    background: var(--grey-400);
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.statistics-page table {
    position: relative
}

.leaderboard-page__marketplaces-table .cell-increase {
    color: #3ae980
}

.leaderboard-page__marketplaces-table .cell-decrease {
    color: #f94e9b
}

.leaderboard-page__marketplaces-table .marketplace-name__image {
    --tw-border-opacity: 1;
    border: 1px solid rgba(77, 61, 92, var(--tw-border-opacity));
    height: 30px;
    overflow: hidden;
    width: 30px
}

.leaderboard-page__marketplaces-table .table-header--time-period {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(248, 247, 248, var(--tw-bg-opacity));
    border-radius: .25rem;
    color: rgba(28, 19, 38, var(--tw-text-opacity));
    font-size: 10px;
    opacity: .7;
    padding: .125rem
}

.leaderboard-page__marketplaces-table .me-table.heavy thead th {
    white-space: nowrap
}

.leaderboard-page__marketplaces-table .me-table.heavy tbody tr {
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.25rem;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.leaderboard-page__marketplaces-table .me-table.heavy tbody tr:hover {
    background: var(--grey-400);
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.leaderboard-page table {
    position: relative
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: hsla(0, 0%, 100%, .7);
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error)
}

.Toastify__toast-container {
    box-sizing: border-box;
    color: #fff;
    padding: 4px;
    position: fixed;
    -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
    width: var(--toastify-toast-width);
    z-index: var(--toastify-z-index)
}

.Toastify__toast-container--top-left {
    left: 1em;
    top: 1em
}

.Toastify__toast-container--top-center {
    left: 50%;
    top: 1em;
    transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
    right: 1em;
    top: 1em
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em
}

@media only screen and (max-width:480px) {
    .Toastify__toast-container {
        left: 0;
        margin: 0;
        padding: 0;
        width: 100vw
    }
    .Toastify__toast-container--top-center,
    .Toastify__toast-container--top-left,
    .Toastify__toast-container--top-right {
        top: 0;
        transform: translateX(0)
    }
    .Toastify__toast-container--bottom-center,
    .Toastify__toast-container--bottom-left,
    .Toastify__toast-container--bottom-right {
        bottom: 0;
        transform: translateX(0)
    }
    .Toastify__toast-container--rtl {
        left: auto;
        right: 0
    }
}

.Toastify__toast {
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1), 0 2px 15px 0 rgba(0, 0, 0, .05);
    box-sizing: border-box;
    cursor: pointer;
    direction: ltr;
    display: flex;
    font-family: var(--toastify-font-family);
    justify-content: space-between;
    margin-bottom: 1rem;
    max-height: var(--toastify-toast-max-height);
    min-height: var(--toastify-toast-min-height);
    overflow: hidden;
    padding: 8px;
    position: relative
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast-body {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    margin: auto 0;
    padding: 6px
}

.Toastify__toast-body>div:last-child {
    flex: 1
}

.Toastify__toast-icon {
    -webkit-margin-end: 10px;
    display: flex;
    flex-shrink: 0;
    margin-inline-end: 10px;
    width: 20px
}

.Toastify--animate {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.Toastify--animate-icon {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (max-width:480px) {
    .Toastify__toast {
        border-radius: 0;
        margin-bottom: 0
    }
}

.Toastify__toast-theme--dark {
    background: var(--toastify-color-dark);
    color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
    background: var(--toastify-color-light);
    color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    background: var(--toastify-color-info);
    color: var(--toastify-text-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    background: var(--toastify-color-success);
    color: var(--toastify-text-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    background: var(--toastify-color-warning);
    color: var(--toastify-text-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    background: var(--toastify-color-error);
    color: var(--toastify-text-color-error)
}

.Toastify__progress-bar-theme--light {
    background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
    background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
    background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
    background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
    background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
    background: var(--toastify-color-progress-error)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: var(--toastify-color-transparent)
}

.Toastify__close-button {
    align-self: flex-start;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    opacity: .7;
    outline: none;
    padding: 0;
    transition: .3s ease
}

.Toastify__close-button--light {
    color: #000;
    opacity: .3
}

.Toastify__close-button>svg {
    fill: currentColor;
    height: 16px;
    width: 14px
}

.Toastify__close-button:focus,
.Toastify__close-button:hover {
    opacity: 1
}

@-webkit-keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1)
    }
    to {
        transform: scaleX(0)
    }
}

@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1)
    }
    to {
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    bottom: 0;
    height: 5px;
    left: 0;
    opacity: .7;
    position: absolute;
    transform-origin: left;
    width: 100%;
    z-index: var(--toastify-z-index)
}

.Toastify__progress-bar--animated {
    -webkit-animation: Toastify__trackProgress linear 1 forwards;
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: transform .2s
}

.Toastify__progress-bar--rtl {
    left: auto;
    right: 0;
    transform-origin: right
}

.Toastify__spinner {
    -webkit-animation: Toastify__spin .65s linear infinite;
    animation: Toastify__spin .65s linear infinite;
    border: 2px solid;
    border-color: var(--toastify-spinner-color-empty-area);
    border-radius: 100%;
    border-right: 2px solid var(--toastify-spinner-color);
    box-sizing: border-box;
    height: 20px;
    width: 20px
}

@-webkit-keyframes Toastify__bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

@keyframes Toastify__bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@-webkit-keyframes Toastify__bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

@keyframes Toastify__bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@-webkit-keyframes Toastify__bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@-webkit-keyframes Toastify__bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

@keyframes Toastify__bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
    -webkit-animation-name: Toastify__bounceInLeft;
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
    -webkit-animation-name: Toastify__bounceInRight;
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    -webkit-animation-name: Toastify__bounceInDown;
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    -webkit-animation-name: Toastify__bounceInUp;
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
    -webkit-animation-name: Toastify__bounceOutLeft;
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
    -webkit-animation-name: Toastify__bounceOutRight;
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    -webkit-animation-name: Toastify__bounceOutUp;
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    -webkit-animation-name: Toastify__bounceOutDown;
    animation-name: Toastify__bounceOutDown
}

@-webkit-keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    -webkit-animation-name: Toastify__zoomIn;
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    -webkit-animation-name: Toastify__zoomOut;
    animation-name: Toastify__zoomOut
}

@-webkit-keyframes Toastify__flipIn {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipIn {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

@-webkit-keyframes Toastify__flipOut {
    0% {
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes Toastify__flipOut {
    0% {
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

.Toastify__flip-enter {
    -webkit-animation-name: Toastify__flipIn;
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    -webkit-animation-name: Toastify__flipOut;
    animation-name: Toastify__flipOut
}

@-webkit-keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideOutRight {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(110%, 0, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(110%, 0, 0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutLeft {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(-110%, 0, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(-110%, 0, 0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutDown {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(0, 500px, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(0, 500px, 0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutUp {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(0, -500px, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(0, -500px, 0);
        visibility: hidden
    }
}

.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
    -webkit-animation-name: Toastify__slideInLeft;
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
    -webkit-animation-name: Toastify__slideInRight;
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    -webkit-animation-name: Toastify__slideInDown;
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    -webkit-animation-name: Toastify__slideInUp;
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
    -webkit-animation-name: Toastify__slideOutLeft;
    animation-name: Toastify__slideOutLeft
}

.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
    -webkit-animation-name: Toastify__slideOutRight;
    animation-name: Toastify__slideOutRight
}

.Toastify__slide-exit--top-center {
    -webkit-animation-name: Toastify__slideOutUp;
    animation-name: Toastify__slideOutUp
}

.Toastify__slide-exit--bottom-center {
    -webkit-animation-name: Toastify__slideOutDown;
    animation-name: Toastify__slideOutDown
}

@-webkit-keyframes Toastify__spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes Toastify__spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.theme-raydium {
    --bg-color-primary: linear-gradient(314.86deg, #18134d, #0c0926), linear-gradient(242.18deg, rgba(57, 208, 216, .08) 68.05%, rgba(57, 208, 216, .02) 86.71%), #0c0926;
    --bg-color-secondary: linear-gradient(321.82deg, #18134d, #1b1659), #1c1326;
    --bg-color-third: #141041;
    --nav-bg: var(--bg-color-primary);
    --input-bg: linear-gradient(321.82deg, #18134d, #1b1659);
    --input-border: 1px solid #383f88;
    --card-bg: linear-gradient(140.14deg, rgba(0, 182, 191, .15), rgba(27, 22, 89, .1) 86.61%), linear-gradient(321.82deg, #18134d, #1b1659);
    --p-color-primary: #8e8e8e;
    --p-color-secondary: #c4d6ff;
    --accordion-border-color: #383f88;
    --dropdown-bg: var(--input-bg);
    --accordion-button-background-color: var(--bg-color-primary)
}

@font-face {
    font-family: Press Start\ 2P;
    font-style: normal;
    font-weight: 400;
    src: url(/static/media/PressStart2P-Regular.5f45b52192a301cb8ccd.ttf) format("truetype")
}

.theme-thugbirdz {
    --theme-primary-color: #f8c80e;
    --theme-font-family: "Press Start 2P", sans-serif;
    --theme-font-color: var(--theme-primary-color);
    --icon-color: var(--theme-primary-color);
    --collection-meta: var(--theme-primary-color);
    --rarity-score: var(--theme-primary-color);
    --chart-tooltip-border: var(--theme-primary-color);
    --tab__active__border-color: var(--theme-primary-color);
    --accordion-button-background-color: var(--bg-color-primary)
}

.theme-thugbirdz .home-page .explore-area h3,
.theme-thugbirdz .home-page .popular-collections-area h3,
.theme-thugbirdz .home-page .upcoming-launches h3 {
    font-family: var(--theme-font-family)
}

.theme-thugbirdz .collection-info h1 {
    color: var(--theme-font-color) !important;
    font-family: var(--theme-font-family)
}

.theme-thugbirdz .collection-info p {
    color: var(--white)
}

.theme-thugbirdz .collection-info .attributes-main {
    border: 1px solid var(--theme-primary-color);
    border-radius: unset !important
}

.theme-thugbirdz .collection-info .attributes-main * {
    color: var(--theme-primary-color) !important
}

.theme-thugbirdz .collection-info .attribute-value {
    color: var(--theme-font-color);
    font-family: var(--theme-font-family)
}

.theme-thugbirdz .all-collections-page h2,
.theme-thugbirdz .item-details-area h3.item-title {
    font-family: var(--theme-font-family)
}

@font-face {
    font-family: Zombie;
    font-style: normal;
    font-weight: 400;
    src: url(/static/media/zombie.b02e28231442bcf4858b.otf) format("opentype")
}

@font-face {
    font-family: vt323;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    src: url(/static/media/vt323.2b99cf3a6872f452c95e.woff2) format("woff2")
}

.theme-galactic_geckos {
    --accordion-button-background-color: transparent;
    --theme-primary-color: #58e339;
    --theme-font-family: "Zombie", sans-serif;
    --theme-font-family2: "vt323", sans-serif;
    --theme-font-color: var(--theme-primary-color);
    --icon-color: var(--theme-primary-color);
    --collection-meta: var(--theme-primary-color);
    --rarity-score: var(--theme-primary-color);
    --chart-tooltip-border: var(--theme-primary-color);
    --tab2__font-family: var(--theme-font-family2);
    --tab2__font-size: 1.2rem;
    --dropdown__font-family: var(--theme-font-family2);
    --dropdown__font-size: 1.2rem;
    --card__title__font-family: var(--theme-font-family2);
    --card__title__font-size: 1.2rem;
    --input__placeholder__font-family: var(--theme-font-family2);
    --input__placeholder__font-size: 1.2rem;
    --collapsable__font-family: var(--theme-font-family2);
    --collapsable__font-size: 1.5rem;
    --multi-select__font-family: var(--theme-font-family2);
    --multi-select__font-size: 1.2rem;
    --collection-side-bar__title__font-family: var(--theme-font-family2);
    --collection-side-bar__title__font-size: 1.5rem;
    --collection-filter-tags__font-family: var(--theme-font-family2);
    --collection-filter-tags__font-size: 1.2rem;
    --tab__active__border-color: var(--theme-primary-color)
}

.theme-galactic_geckos .main.page {
    -webkit-text-size-adjust: 100%;
    -webkit-animation-duration: 1000s;
    animation-duration: 1000s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: star_move;
    animation-name: star_move;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-image: url(/static/media/gg_bg.db026d184302a47673c3.png);
    background-repeat: repeat;
    background-size: 100%
}

.theme-galactic_geckos .collection-info h1 {
    color: var(--white) !important;
    font-family: var(--theme-font-family)
}

.theme-galactic_geckos .collection-info p {
    color: var(--white);
    font-family: var(--theme-font-family2);
    font-size: 1.5rem
}

.theme-galactic_geckos .collection-info .attributes-main {
    font-family: var(--theme-font-family2)
}

.theme-galactic_geckos .collection-info .attributes-main span {
    font-size: 1rem !important
}

.theme-galactic_geckos .accordion {
    background: transparent !important
}

.theme-galactic_geckos .accordion .accordion-item {
    background: transparent
}

.theme-galactic_geckos .accordion .accordion-header {
    background: transparent !important
}

.theme-galactic_geckos .accordion .accordion-button {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(/static/media/gg_label__bg.d54ba52ac7a60986c1f2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none
}

.theme-galactic_geckos .accordion .accordion-body {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/static/media/gg_content_bg.d32d962bc40480193ca6.png);
    background-position: 50%;
    background-size: 200% 200%;
    border: none
}

.theme-galactic_geckos .all-collections-page h2 {
    font-family: var(--theme-font-family)
}

.theme-galactic_geckos .item-details-area h3.item-title {
    font-family: var(--theme-font-family);
    font-size: 2rem
}

.theme-galactic_geckos .item-details-area .item-info-list {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/static/media/gg_content_bg.d32d962bc40480193ca6.png);
    background-position: 50%;
    background-size: 200% 200%
}

@-webkit-keyframes star_move {
    0% {
        background-position: 5% 5%
    }
    to {
        background-position: 1300% 600%
    }
}

@keyframes star_move {
    0% {
        background-position: 5% 5%
    }
    to {
        background-position: 1300% 600%
    }
}

:root {
    --pink: #b450f7;
    --dark-hr-color: #2b2640;
    --gradiant-red-pink: linear-gradient(123.73deg, #900ce9 22%, #f94e9b 80.67%);
    --gradient-hero: linear-gradient(135deg, #900ce9, #f94e9b);
    --dark-pink: #e93a88;
    --light-pink: #f2e2fe;
    --light-grey: #1c1929;
    --light-grey2: #b4abba;
    --grey-100: #120c18;
    --grey-200: #1c1326;
    --grey-300: #24182f;
    --grey-400: #2b2037;
    --grey-500: #9c93a5;
    --white: #f8f7f8;
    --bs-gutter-x: 1.5rem;
    --toastify-toast-width: 400px;
    --bg-color-primary: #09080d;
    --bg-color-secondary: #1c1929;
    --bg-color-third: #1c1929;
    --nav-bg: #120c18;
    --input-bg: #161320;
    --input-border: 1px solid #2b273f;
    --input-border-focus: 1px solid #595280;
    --card-bg: #16151a;
    --p-color-primary: #8e8e8e;
    --p-color-secondary: #b4abba;
    --accordion-border-color: #2b273f;
    --dropdown-bg: #09080d;
    --icon-color: var(--dark-pink);
    --collection-meta: var(--dark-pink);
    --rarity-score: var(--dark-pink);
    --chart-tooltip-border: linear-gradient(135deg, #7a00cc, #f72c87);
    --accordion-button-background-color: var(--bg-color-primary);
    --tab__active__border-color: var(--dark-pink)
}

html {
    overflow-x: hidden
}

body {
    background: var(--bg-color-primary);
    color: var(--primary-p-color);
    font-family: var(--secondary-font)
}

input::-webkit-input-placeholder {
    opacity: 1
}

input:-ms-input-placeholder {
    opacity: 1
}

input::placeholder {
    color: var(--p-color-secondary);
    font-family: var(--input__placeholder__font-family);
    font-size: var(--input__placeholder__font-size);
    opacity: 1
}

input::-webkit-input-placeholder {
    color: var(--p-color-secondary);
    font-family: var(--input__placeholder__font-family);
    font-size: var(--input__placeholder__font-size)
}

input:-ms-input-placeholder {
    color: var(--p-color-secondary);
    font-family: var(--input__placeholder__font-family);
    font-size: var(--input__placeholder__font-size)
}

input::-ms-input-placeholder {
    color: var(--p-color-secondary);
    font-family: var(--input__placeholder__font-family);
    font-size: var(--input__placeholder__font-size)
}

.input-dark-1 {
    background-color: #1c1326 !important;
    border: 1px solid transparent !important;
    border-radius: 8px
}

.input-dark-1:focus {
    background-color: #1c1326;
    border: 1px solid #4d3d5c;
    outline: none
}

.bg-color-secondary {
    background: var(--bg-color-secondary)
}

.bg-color-third {
    background: var(--bg-color-third)
}

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

.fw-bold {
    font-weight: 700
}

.fw-300 {
    font-weight: 300
}

.fw-500 {
    font-weight: 500
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

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

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

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

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

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

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

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

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

.fs-80 {
    font-size: .8rem
}

.fs-100 {
    font-size: 1rem
}

.fs-90 {
    font-size: .9rem
}

.fs-120 {
    font-size: 1.2rem
}

.color-light-pink {
    color: var(--light-pink) !important
}

.color-pink {
    color: var(--pink) !important
}

.color-dark-pink {
    color: var(--dark-pink)
}

.color-error {
    color: #f94e9b
}

.color-light-grey2 {
    color: var(--light-grey2)
}

.color-grey-500 {
    color: var(--grey-500) !important
}

.bg-color-light-grey {
    background-color: var(--light-grey)
}

.bg-color-grey-100 {
    background-color: var(--grey-100)
}

.bg-color-grey-200 {
    background-color: var(--grey-200)
}

.flex-1 {
    flex: 1 1 0
}

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

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

.flex-1-1-auto {
    flex: 1 1 auto
}

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

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

.border-radius-4px {
    border-radius: 4px !important
}

.border-radius-8px {
    border-radius: 8px !important
}

.border-radius-12px {
    border-radius: 12px
}

.border-radius-24px {
    border-radius: 24px
}

.border-color-dark-pink {
    border: 1px solid var(--dark-pink)
}

.p-12px {
    padding: 12px !important
}

.p-40px {
    padding: 40px !important
}

.ps-48px {
    padding-left: 48px !important
}

.pe-48px,
.px-48px {
    padding-right: 48px !important
}

.px-48px {
    padding-left: 48px !important
}

.mt-8px {
    margin-top: 8px !important
}

.mt-12px {
    margin-top: 12px !important
}

.mt-72px {
    margin-top: 72px !important
}

.mt-108px {
    margin-top: 108px !important
}

.me-10px {
    margin-right: 10px !important
}

.me-12px {
    margin-right: 12px !important
}

.mb-12px {
    margin-bottom: 12px !important
}

.me-14px {
    margin-right: 14px !important
}

.mb-10px {
    margin-bottom: 10px !important
}

.letter-spacing-2 {
    letter-spacing: .02rem
}

.letter-spacing-3 {
    letter-spacing: .03rem
}

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

.cursor-pointer {
    cursor: pointer !important
}

.cursor-initial {
    cursor: auto !important
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-hidden {
    overflow: hidden !important
}

#ReactSimpleImageViewer {
    z-index: 1000
}

.container-fit {
    padding-left: calc(var(--bs-gutter-x)*.5) !important;
    padding-right: calc(var(--bs-gutter-x)*.5) !important
}

.backdrop-blur-10px {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--white) !important
}

sup {
    font-size: 12px !important;
    vertical-align: super !important
}

.gradient-border-wrapper {
    background: linear-gradient(135deg, #7a00cc, #f72c87);
    padding: 1px;
    position: relative
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.main-content {
    flex: 1 1 auto
}

.calendar-page h1,
.explore-area h1 {
    color: var(--white);
    font-family: inherit;
    font-weight: 400;
    margin-bottom: 1rem
}

.calendar-page .subtitle,
.explore-area .subtitle {
    margin-bottom: 1rem;
    margin-top: 0
}

.gradient-link {
    background: var(--gradiant-red-pink);
    border-radius: 8px;
    color: var(--white) !important;
    padding: 8px 16px;
    position: relative
}

.gradient-link:hover {
    opacity: .8
}

.me-input {
    background: #120c18;
    border: 1px solid #4d3d5c;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none
}

.me-input:focus {
    border: 1px solid #595280;
    outline: none
}

.me-input .no-border {
    border: 1px solid transparent
}

.me-input.error {
    border-color: var(--dark-pink)
}

.me-input-box {
    border: 1px solid #5a5a5a;
    box-sizing: border-box;
    outline: none
}

.me-input-box:focus {
    outline: none
}

.me-input-box .no-border {
    border: 1px solid transparent
}

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

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: background-color 99999s ease-in-out 0s;
    transition: background-color 99999s ease-in-out 0s
}

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

input {
    border-radius: 8px
}

input.focus-highlight:focus {
    border: 1px solid #595280 !important
}

input.no-border {
    border: 1px solid transparent
}

.dark-scroll-bar::-webkit-scrollbar {
    background: #000;
    height: 12px;
    width: 12px
}

.dark-scroll-bar::-webkit-scrollbar-thumb {
    background: #2a2a36;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .75)
}

.dark-scroll-bar::-webkit-scrollbar-corner {
    background: #000
}

.dark-hr {
    border-top: 1px solid var(--dark-hr-color)
}

.add-arrow:after {
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    opacity: 1;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .2s cubic-bezier(.25, .25, .75, .75)
}

.me-btn-group {
    border: var(--input-border);
    border-radius: .5rem
}

.me-btn-group .me-btn {
    background: var(--grey-100);
    box-shadow: none;
    height: 100%;
    outline: none;
    padding: 6px 12px;
    width: auto
}

.me-btn-group .me-btn:focus {
    outline: none
}

a:hover {
    color: var(--white);
    opacity: .8
}

:root {
    --primary-font: "Inter", sans-serif;
    --secondary-font: "Inter", sans-serif;
    --h1-size: 4rem;
    --h1-weight: 800;
    --h2-size: 3rem;
    --h2-weight: 700;
    --h3-size: 2rem;
    --h3-weight: 600;
    --h4-size: 1.5rem;
    --h4-weight: 600;
    --h5-size: 1.2rem;
    --h5-weight: 600;
    --h6-size: 1rem;
    --h6-weight: 600;
    --p-size: 1rem;
    --p-weight: 400;
    --header-bg-color: #121117;
    --nav-brand-height: 100px;
    --top-nav-item-color: #f5f5f5;
    --nav-item-color: #121117;
    --primary-color: #4528dc;
    --secondary-color: #57048a;
    --white-color: #f9f9f9;
    --black-color: #040402;
    --grey-color: #f3f5f7;
    --dark-grey-color: #191919;
    --primary-t-color: #f5f5f5;
    --secondary-t-color: #f5f5f5;
    --primary-p-color: #8e8e8e;
    --secondary-p-color: #e1e1e1;
    --primary-b-color: #f5f5f5;
    --primary-l-color: rgba(0, 0, 0, .12);
    --secondary-l-color: hsla(0, 0%, 100%, .12);
    --valid-color: #007a4d;
    --invalid-color: #e34f4f;
    --primary-bg-color: #09080d;
    --primary-bg-color-2: #eee;
    --primary-bg-color-3: #e5e5e5;
    --secondary-bg-color: #040402;
    --secondary-bg-color-2: #111;
    --secondary-bg-color-3: #191919;
    --card-bg-color: #16151a;
    --footer-bg-color: #121117
}

::selection {
    background: rgba(166, 175, 189, .3)
}

::-moz-selection {
    background: rgba(166, 175, 189, .3)
}

p:last-child {
    margin-bottom: 0
}

.odd:not(.comment) p {
    color: var(--white-color)
}

.page-template .odd p {
    opacity: .7
}

.swiper-wrapper.odd p {
    opacity: .8
}

.odd h2 {
    color: var(--white-color)
}

.odd h4 {
    color: var(--secondary-t-color)
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

table {
    border-collapse: separate;
    border-spacing: 10px
}

table td,
table th {
    padding: 10px 0
}

dt {
    margin: 15px 0
}

address {
    margin-bottom: 1rem
}

form,
form label {
    width: 100%
}

input,
select,
textarea {
    background: no-repeat;
    border-color: var(--primary-l-color);
    border-radius: 2px;
    border-width: 2px;
    box-shadow: none;
    height: 50px;
    padding: .7rem 1rem;
    width: 100%
}

input:focus,
select:focus,
textarea:focus {
    background: no-repeat;
    border-color: inherit;
    box-shadow: none;
    color: inherit;
    outline: none
}

input {
    border-color: var(--primary-p-color);
    color: var(--primary-p-color)
}

input:focus {
    border-color: var(--primary-t-color);
    color: var(--primary-t-color)
}

input[type=radio] {
    height: auto
}

input[type=submit] {
    border: 1px solid;
    color: var(--primary-color);
    display: block;
    max-width: 200px;
    padding: 2.5px 10px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

input[type=submit]:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--primary-b-color)
}

input[type=checkbox] {
    height: 20px;
    width: 20px
}

textarea {
    border-color: var(--primary-p-color);
    height: 100px;
    max-height: 500px;
    min-height: 100px;
    resize: none
}

textarea,
textarea:focus {
    color: var(--primary-t-color)
}

textarea:focus {
    border-color: var(--primary-t-color)
}

select {
    -webkit-appearance: none;
    appearance: none;
    border-color: var(--primary-l-color);
    color: var(--primary-t-color);
    line-height: 1.2;
    text-indent: 1px;
    text-overflow: ""
}

select option {
    color: #2f323a
}

select:focus {
    border-color: var(--primary-t-color);
    color: var(--primary-t-color)
}

hr {
    border-top: 1px dashed var(--primary-l-color);
    margin: 35px 0
}

.odd hr {
    border-top: 1px dashed var(--secondary-l-color);
    margin: 35px 15px
}

table {
    width: 100%
}

tr:not(:last-child) {
    border-bottom: 1px solid;
    border-bottom-color: var(--primary-l-color);
    border-left-color: var(--primary-l-color);
    border-right-color: var(--primary-l-color);
    border-top-color: var(--primary-l-color)
}

.odd tr:not(:last-child) {
    border-bottom: 1px solid;
    border-bottom-color: var(--secondary-l-color);
    border-left-color: var(--secondary-l-color);
    border-right-color: var(--secondary-l-color);
    border-top-color: var(--secondary-l-color)
}

td {
    padding: 10px 0
}

section {
    background-attachment: fixed;
    background-position: 50%;
    background-size: cover;
    padding: 50px 0;
    width: 100%
}

section.no-hero {
    padding: 150px 0 130px
}

section#slider:not(.bg-inherit) {
    background-color: var(--hero-bg-color)
}

aside,
main {
    padding: 0
}

.container {
    max-width: 1170px;
    padding: 0
}

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

.container.full-grid {
    margin: 0 15px;
    max-width: calc(100% - 30px);
    padding: 0
}

.container.smaller {
    max-width: 970px
}

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

.vh-100 {
    height: 100vh
}

.vh-75 {
    height: 75vh
}

.clearfix {
    clear: both;
    content: "";
    display: block
}

.netstorm-preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.netstorm-preloader .preloader-animation {
    z-index: 1000
}

.netstorm-preloader .preloader-animation .spinner {
    -webkit-animation: spinner 1s linear infinite;
    animation: spinner 1s linear infinite;
    border: 3px solid var(--primary-l-color);
    border-radius: 50%;
    border-top-color: var(--footer-bg-color);
    height: 9em;
    margin: 0 auto 3.5em;
    width: 9em
}

.netstorm-preloader .preloader-animation p {
    letter-spacing: 8px
}

.netstorm-preloader .loader-animation {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.netstorm-preloader .loader-animation .single-loader .loader-bg {
    background-color: var(--white-color);
    height: 100%;
    left: 0;
    transition: all .8s cubic-bezier(.77, 0, .175, 1);
    width: 100%
}

.netstorm-preloader.loaded {
    visibility: hidden
}

.netstorm-preloader.loaded .preloader-animation {
    opacity: 0;
    transition: .3s ease-out;
    visibility: hidden
}

.netstorm-preloader.loaded .single-loader .loader-bg {
    transition: all .7s cubic-bezier(.1, .1, .1, 1);
    width: 0
}

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

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

@-webkit-keyframes animated-letters {
    0%,
    75%,
    to {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@keyframes animated-letters {
    0%,
    75%,
    to {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

.avatar-sm {
    height: 3rem;
    width: 3rem
}

.avatar-md {
    height: 4rem;
    width: 4rem
}

.avatar-lg {
    height: 5rem;
    width: 5rem
}

.intro {
    margin-bottom: 60px
}

.intro span {
    display: inline-block;
    font-weight: 600;
    position: relative;
    text-transform: uppercase
}

.intro span:after {
    background-image: linear-gradient(135deg, var(--primary-color) 10%, var(--secondary-color));
    content: "";
    height: 3px;
    left: calc(100% + 20px);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px
}

.intro h1:first-child,
.intro h2:first-child,
.intro h3:first-child {
    margin-top: 0
}

.intro.text-center span:after {
    content: none
}

.list-group-item {
    background: none;
    background-color: transparent;
    border-color: var(--card-bg-color);
    font-size: 1rem;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

.list-group-item:first-child {
    border: none
}

.list-group-item a {
    transition: .3s
}

.list-group-item .badge.circle,
.post-holder {
    background-color: var(--card-bg-color)
}

.post-holder {
    border-left: 5px solid var(--primary-color);
    list-style: none;
    margin-top: 35px;
    padding: 25px;
    width: 100%
}

.posted-on a:not(.btn) {
    font-weight: 600
}

.sidebar .item {
    margin-bottom: 35px
}

.sidebar ol {
    list-style: none;
    padding: 0
}

.sidebar ol ol {
    padding: 15px
}

.sidebar ul {
    list-style: none;
    padding: 0
}

.sidebar ul.children {
    padding: 0
}

.sidebar ul li:not(.nav-item):not(.list-group-item) {
    padding-left: 0;
    position: relative
}

.sidebar ul li a:not(.btn) {
    color: inherit;
    overflow-wrap: break-word
}

.sidebar ul li a:not(.btn):hover {
    color: var(--primary-color)
}

.sidebar ul ul {
    padding: 15px
}

.sidebar ul ul li:not(.nav-item):not(.list-group-item):not(.cat-item) {
    padding-left: 20px
}

.sidebar li:hover:before {
    background-color: var(--primary-color)
}

.sidebar .sub-menu {
    padding: 0
}

.sidebar .title {
    list-style: none;
    margin-top: 0;
    width: 100%
}

.list-group .list-group-item .icon {
    align-items: center;
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    margin-right: 15px
}

.post-details .blog-thumb img {
    border-radius: 4px
}

.post-details blockquote {
    background-color: rgba(1, 114, 128, .05);
    border-left: 5px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 1.2rem;
    margin: 1rem 2rem;
    padding: 2rem 1.5rem
}

@media(max-width:575px) {
    .post-details blockquote {
        font-size: 100%
    }
}

.post-details .sidebar .title {
    font-weight: 700;
    position: relative
}

.post-details .sidebar .title:before {
    background-color: var(--primary-color);
    content: "";
    height: 3px;
    left: 3px;
    position: absolute;
    top: calc(100% + 10px);
    width: 50px
}

.bg-text,
.blog .pagination>li.active>a,
.blog-details .pagination>li.active>a,
.btn,
.intro span,
.share-list .nav-link i,
.text-effect {
    background-image: none
}

.btn.btn-bordered {
    background: transparent none repeat scroll 0 0;
    color: #444
}

.btn.btn-bordered:before {
    background-image: linear-gradient(135deg, var(--primary-color) 10%, var(--secondary-color));
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    z-index: -2
}

.btn.btn-bordered:after,
.btn.btn-bordered:before {
    border-radius: 100px;
    content: "";
    position: absolute;
    transition: all .3s ease 0s
}

.btn.btn-bordered:after {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.btn.btn-bordered.active,
.btn.btn-bordered:focus,
.btn.btn-bordered:hover {
    color: #fff
}

.btn.btn-bordered.active:after,
.btn.btn-bordered:focus:after,
.btn.btn-bordered:hover:after {
    opacity: 0
}

.btn.btn-bordered-white {
    border: 2px solid #fff
}

.btn.btn-bordered-white:after {
    border-radius: 100px;
    content: "";
    height: calc(100% + 4px);
    left: -2px;
    opacity: 0;
    position: absolute;
    top: -2px;
    transition: all .3s ease 0s;
    width: calc(100% + 4px);
    z-index: -1
}

.btn.btn-bordered-white:focus,
.btn.btn-bordered-white:hover {
    border-color: transparent;
    outline: 0 none
}

.btn.btn-bordered-white:focus:after,
.btn.btn-bordered-white:hover:after {
    opacity: 1
}

.btn.content-btn {
    background: transparent;
    box-shadow: none;
    color: var(--primary-t-color);
    font-weight: 600;
    padding: 0 15px 0 0
}

.btn.content-btn:before {
    opacity: 0;
    right: 0
}

.btn.content-btn:after,
.btn.content-btn:before {
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .2s cubic-bezier(.25, .25, .75, .75)
}

.btn.content-btn:after {
    opacity: 1;
    right: -10px
}

.btn.content-btn:hover {
    color: var(--primary-color)
}

.btn.content-btn:hover:before {
    opacity: 1;
    right: -10px
}

.btn.content-btn:hover:after {
    opacity: 0;
    right: -20px
}

.button-group {
    margin-top: 30px
}

.button-group a {
    margin-right: 10px
}

.button-group a:last-child {
    margin-right: 0
}

@media(max-width:575px) {
    .button-group a {
        margin-right: 5px;
        margin-top: 0
    }
    .button-group a .btn {
        padding: 12px 20px
    }
}

.shape {
    bottom: 0;
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1
}

.shape.shape-bottom svg {
    display: block;
    height: 275px;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(228% + 1.3px)
}

.bg-shape {
    height: 60%;
    position: absolute;
    right: -5%;
    top: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 55%;
    z-index: -1
}

@media(max-width:767px) {
    .bg-shape {
        height: 80%;
        left: 50%;
        top: 40%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 80%
    }
}

@media(max-width:575px) {
    .bg-shape {
        height: 100%;
        top: 70%;
        width: 100%
    }
}

.shape-bottom {
    bottom: -1px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    z-index: -1
}

.bg-grey {
    background-color: var(--grey-color)
}

.bg-grey input,
.bg-grey textarea {
    background-color: var(--white-color)
}

.bg-dark {
    background-color: #121212 !important
}

header {
    position: relative
}

header .navbar {
    padding: 0 !important
}

.navbar-expand-lg {
    pointer-events: auto;
    position: fixed;
    top: 0;
    transition: background .3s ease 0s, box-shadow .3s ease 0s, border 0s .3s, -webkit-transform .3s ease 0s !important;
    transition: background .3s ease 0s, transform .3s ease 0s, box-shadow .3s ease 0s, border 0s .3s !important;
    transition: background .3s ease 0s, transform .3s ease 0s, box-shadow .3s ease 0s, border 0s .3s, -webkit-transform .3s ease 0s !important;
    width: 100%;
    z-index: 2
}

.navbar-expand-lg.relative {
    position: relative
}

.navbar-expand-lg:not(.navbar-sticky) .navbar-brand {
    color: var(--top-nav-item-color)
}

.navbar-expand-lg:not(.navbar-sticky) .navbar-nav .nav-link {
    color: var(--white-color)
}

.navbar-sticky.hidden {
    -webkit-transform: translate3d(0, -101%, 0) !important;
    transform: translate3d(0, -101%, 0) !important
}

.navbar-sticky.visible {
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important
}

.navbar-brand {
    color: var(--top-nav-item-color);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 0;
    padding: 0
}

.navbar-brand i {
    color: var(--primary-color);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700
}

@media(min-width:991px) {
    .nav-link:not(.icon-nav-link):not(.subnav-nav-link):before {
        background: var(--white-color);
        bottom: 0;
        content: "";
        height: 2px;
        position: absolute;
        transition: all .3s ease;
        width: 0
    }
    .nav-link:not(.icon-nav-link):not(.subnav-nav-link):hover:before {
        content: "";
        height: 2px;
        width: 100%
    }
}

.navbar-nav {
    display: inline-block
}

.navbar-nav.toggle {
    display: none
}

.navbar-nav.toggle i {
    font-size: 20px
}

.navbar-nav .nav-item {
    vertical-align: middle
}

.navbar-nav .nav-item a:not(.btn) {
    align-items: center;
    display: flex;
    font-size: 1rem;
    font-weight: 400
}

@media(min-width:991px) {
    .navbar-nav .nav-item a:not(.btn) {
        font-size: .75rem
    }
}

.navbar-nav .nav-link:not(.btn) {
    color: var(--top-nav-item-color)
}

.navbar-nav .nav-link.active:not(.btn):not(.title),
.navbar-nav .nav-link:not(.btn):not(.title):hover {
    color: var(--white-color)
}

.navbar-nav ul .nav-item {
    display: block
}

.navbar-nav .icons i {
    font-weight: 400
}

.dropdown .dropdown-item.active,
.dropdown .dropdown-item:active,
.dropdown .dropdown-item:hover {
    background-color: inherit;
    box-shadow: none;
    color: inherit;
    outline: none;
    text-decoration: none
}

@media(min-width:991px) {
    .navbar-collapse {
        overflow: unset !important
    }
}

.nav-item .dropdown-menu {
    left: -1rem
}

.navbar-holder {
    background-color: var(--section-1-bg-color);
    min-height: auto;
    pointer-events: none;
    position: relative;
    z-index: -100
}

.icon {
    display: block;
    font-size: 44px;
    height: 44px;
    line-height: 44px;
    margin: auto;
    text-align: center;
    width: 44px
}

.icon.smaller {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    width: 24px
}

.icon.bigger {
    font-size: 6.5rem;
    font-weight: 700;
    height: 7rem;
    line-height: 7rem;
    margin: 0;
    width: 7rem
}

.icon.circle {
    border-radius: 100px;
    font-size: 28px
}

.icons {
    display: inline-block;
    font-size: 3rem;
    line-height: 1
}

.items .item {
    margin-top: 30px
}

.clip-text,
.intro span,
.share-list .nav-link i,
.text-effect {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

.card-columns {
    -webkit-column-gap: 30px;
    column-gap: 30px;
    margin: 0 15px
}

.card-columns .card {
    margin-bottom: 30px
}

.card {
    background-color: var(--card-bg-color);
    border: none;
    border-radius: 8px;
    box-shadow: 0 3px 20px 0 var(--primary-l-color);
    padding: 1.5rem;
    transition-duration: .3s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

.card .card-img-top {
    border-radius: 6px
}

.card .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 35px 0 0
}

.card .card-body h3,
.card .card-body h4,
.card .card-body h5,
.card .card-body h6 {
    margin-top: 0
}

.card .card-body .card-bottom span {
    color: var(--white-color)
}

.card .card-footer {
    background: none;
    border-radius: 0;
    border-top: 1px solid var(--primary-l-color);
    margin: 0 30px;
    padding: 30px 0
}

.card .card-footer a {
    margin: 0 10px
}

.card .card-footer a:not(.btn) {
    color: var(--primary-p-color)
}

.card .card-footer .card-footer i {
    margin: 0 5px 2.5px
}

.card:hover .card-footer {
    border-color: hsla(0, 0%, 100%, .25);
    color: #f5f5f5
}

.card.no-hover {
    border: none;
    box-shadow: none
}

.card.no-hover:hover {
    box-shadow: none !important;
    -webkit-transform: inherit;
    transform: inherit
}

.card:not(.no-hover):hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.card.blog-card .blog-thumb img {
    border-radius: 6px
}

.card.blog-card .blog-content a {
    color: var(--white-color);
    transition: .3s
}

.card.blog-card .blog-content a h4 {
    transition: .3s
}

.card.blog-card .blog-content a:hover,
.card.blog-card .blog-content a:hover h4 {
    color: var(--primary-color)
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    margin-top: 50px;
    position: relative
}

.swiper-pagination-bullet {
    background-color: var(--primary-p-color);
    border: none !important;
    border-radius: 0 !important;
    height: 5px !important;
    opacity: .25 !important;
    width: 40px !important
}

.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    opacity: 1 !important
}

.countdown {
    color: var(--white-color);
    text-transform: uppercase
}

.countdown>div {
    display: inline-block
}

.countdown>div>span {
    display: block;
    text-align: center
}

.countdown .countdown-container {
    margin: 0 5px
}

.countdown .countdown-container .countdown-heading {
    font-size: 12px !important;
    font-weight: 500
}

.countdown .countdown-container .countdown-value {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .4)
}

@media(max-width:575px) {
    .countdown .countdown-container .countdown-value {
        font-size: 25px
    }
}

.live-auctions-area .card .card-body a h5 {
    transition: .3s
}

.live-auctions-area .card .card-body a:hover h5 {
    color: var(--primary-color)
}

.live-auctions-area .card .seller span {
    color: var(--white-color);
    transition: .3s
}

.live-auctions-area .card .seller span:hover {
    color: var(--primary-color)
}

.top-seller-area .card .single-seller .seller-info a {
    transition: .3s
}

.load-more .item {
    display: none
}

.seller-info {
    display: flex;
    flex-direction: column
}

.seller-info .seller {
    color: var(--white-color) !important;
    font-weight: 600 !important;
    transition: .3s
}

.seller-info .seller:hover {
    color: var(--primary-color) !important
}

.popular-collections-area .card .image-over {
    overflow: visible;
    position: relative;
    z-index: 1
}

.popular-collections-area .card .image-over .seller {
    display: block;
    left: 50%;
    position: absolute;
    top: calc(100% - 2.5rem);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

.popular-collections-area .card .image-over .seller .seller-thumb {
    background-color: #1a1726;
    border-radius: 1.2rem;
    position: relative
}

.popular-collections-area .card .image-over .seller .seller-thumb img {
    border-radius: 1rem;
    height: calc(5rem - 16px);
    margin: 5px;
    width: calc(5rem - 16px)
}

.popular-collections-area .card .card-body a h5 {
    transition: .3s
}

.btn-smaller {
    font-size: .9rem;
    padding: 12px 18px
}

.explore-area .explore-menu .btn {
    background: inherit;
    box-shadow: none;
    color: var(--white-color);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    position: relative
}

.explore-area .explore-menu .btn:after {
    background-color: var(--primary-color);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    bottom: 5px;
    content: "";
    height: 2px;
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 0
}

.explore-area .explore-menu .btn.active {
    color: var(--primary-color)
}

.explore-area .explore-menu .btn.active:after {
    opacity: 1;
    visibility: visible;
    width: 60%
}

.explore-area .card .card-body a h5 {
    transition: .3s
}

.explore-area .card .card-body a:hover h5 {
    color: var(--primary-color)
}

.explore-area .card .seller a h6 {
    transition: .3s
}

.explore-area .card .seller a:hover h6 {
    color: var(--primary-color)
}

.item-details-area .owner .owner-meta h6 {
    transition: .3s
}

.item-details-area .owner .owner-meta:hover h6 {
    color: var(--primary-color)
}

.item-details-area .item-info img {
    border-radius: 8px
}

.item-details-area .item-info .countdown-container {
    margin: 0 10px
}

.item-details-area .item-info .countdown-container .countdown-heading {
    font-size: 14px !important
}

.item-details-area .item-info .countdown-container .countdown-value {
    font-size: 20px
}

.item-details-area .netstorm-tab.nav-tabs {
    border-bottom: 2px solid var(--card-bg-color)
}

.item-details-area .netstorm-tab li {
    margin: 0
}

.item-details-area .netstorm-tab li a {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 0;
    position: relative
}

.item-details-area .netstorm-tab li a:after {
    background-color: var(--primary-color);
    bottom: -2.5px;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 0
}

.item-details-area .netstorm-tab li a.active h5 {
    color: var(--primary-color)
}

.item-details-area .netstorm-tab li a.active:after {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.item-details-area .netstorm-tab li:first-of-type a {
    margin-left: 0
}

.item-details-area .tab-content .single-tab-list {
    margin: 1.5rem 0
}

.item-details-area .tab-content .single-tab-list a,
.item-details-area .tab-content .single-tab-list strong {
    color: var(--white-color);
    transition: .3s
}

.item-details-area .tab-content .single-tab-list a:hover {
    color: var(--primary-color)
}

.item-details-area .tab-content .owner h6 {
    transition: .3s
}

.item-details-area .tab-content .owner:hover h6 {
    color: var(--primary-color)
}

.author-area .card .image-over {
    overflow: visible;
    position: relative;
    z-index: 1
}

.author-area .card .image-over .author {
    display: block;
    left: 50%;
    position: absolute;
    top: calc(100% - 2.5rem);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

.author-area .card .image-over .author .author-thumb {
    border: 3px solid hsla(0, 0%, 100%, .12);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(9, 8, 13, .15);
    position: relative
}

.author-area .card .image-over .author .author-thumb:after,
.author-area .card .image-over .author .author-thumb:before {
    border-radius: 50%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all .2s ease 0s
}

.author-area .card .image-over .author .author-thumb:before {
    box-shadow: 0 0 0 2px rgba(9, 8, 13, .15);
    content: "";
    height: calc(5rem - 6px);
    opacity: 0;
    top: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    width: calc(5rem - 6px)
}

.author-area .card .image-over .author .author-thumb:after {
    background-color: rgba(9, 8, 13, .15);
    box-shadow: 0 0 0 0 transparent;
    content: "";
    height: calc(5rem - 16px);
    top: 5px;
    width: calc(5rem - 16px)
}

.author-area .card .image-over .author .author-thumb img {
    height: calc(5rem - 16px);
    margin: 5px;
    width: calc(5rem - 16px)
}

.author-area .card .card-body .input-group {
    position: relative;
    z-index: 1
}

.author-area .card .card-body .input-group .form-control {
    background-color: transparent;
    border: 2px solid;
    border-radius: 100px;
    box-shadow: none;
    height: 40px;
    outline: none;
    padding: 1.5rem
}

.author-area .card .card-body .input-group .input-group-append {
    border-radius: 100px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.author-area .card .card-body .input-group .input-group-append button {
    background-color: transparent;
    border: 0;
    color: var(--white-color);
    margin-right: 5px;
    outline: none;
    padding: 12px 16px
}

.author-area .card .card-body hr {
    border-top: 1px dashed hsla(0, 0%, 100%, .15);
    margin-bottom: 1rem;
    margin-top: 1rem
}

.author-area .card:hover {
    -webkit-transform: initial;
    transform: none
}

.author-area .card:hover .image-over .author .author-thumb:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.author-area .card:hover .image-over .author .author-thumb:after {
    background-color: transparent;
    box-shadow: 0 5px 10px rgba(14, 49, 139, .5);
    height: calc(5rem + 4px);
    left: -5px;
    top: -5px;
    width: calc(5rem + 4px)
}

.activity-area .netstorm-tab.nav-tabs {
    border-bottom: 2px solid var(--card-bg-color)
}

.activity-area .netstorm-tab li {
    margin: 0
}

.activity-area .netstorm-tab li a {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 0;
    position: relative
}

.activity-area .netstorm-tab li a:after {
    background-color: var(--primary-color);
    bottom: -2.5px;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 0
}

.activity-area .netstorm-tab li a.active h5 {
    color: var(--primary-color)
}

.activity-area .netstorm-tab li a.active:after {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.activity-area .netstorm-tab li:first-of-type a {
    margin-left: 0
}

.activity-area .tab-content .single-tab-list {
    margin: 1.5rem 0
}

.activity-area .tab-content .single-tab-list img {
    border-radius: 4px
}

.activity-area .tab-content .single-tab-list a,
.activity-area .tab-content .single-tab-list strong {
    color: var(--white-color);
    transition: .3s
}

.activity-area .tab-content .single-tab-list a {
    display: block
}

.activity-area .tab-content .single-tab-list a h5 {
    transition: .3s
}

.activity-area .tab-content .single-tab-list a:hover,
.activity-area .tab-content .single-tab-list a:hover h5 {
    color: var(--primary-color)
}

.activity-area .single-widget .filter-widget .title {
    border: none;
    font-weight: 700;
    margin-top: 0;
    position: relative
}

.activity-area .single-widget .filter-widget .title:before {
    background-color: var(--primary-color);
    content: "";
    height: 3px;
    left: 3px;
    position: absolute;
    top: calc(100% + 10px);
    width: 50px
}

.activity-area .single-widget .filter-widget .filter-widget-items a:hover {
    color: var(--primary-color) !important
}

.author-area .item-form {
    padding: 50px 30px
}

@media(max-width:575px) {
    .author-area .item-form {
        padding: 40px 20px
    }
}

.author-area .item-form .form-group .custom-file-input,
.author-area .item-form .form-group .custom-file-label,
.author-area .item-form .form-group .custom-file-label:after,
.author-area .item-form .form-group input,
.author-area .item-form .form-group select,
.author-area .item-form .form-group textarea {
    -webkit-appearance: auto;
    appearance: auto;
    background-color: var(--primary-bg-color);
    border: none;
    border-radius: 0;
    box-shadow: none;
    box-shadow: 0 5px 10px var(--primary-l-color);
    color: var(--primary-p-color);
    font-size: 1rem;
    font-weight: 500;
    padding: 15px;
    transition: .5s
}

.author-area .item-form .form-group .custom-file-input,
.author-area .item-form .form-group .custom-file-label,
.author-area .item-form .form-group .custom-file-label:after,
.author-area .item-form .form-group input {
    height: 50px
}

.author-area .item-form .form-group .custom-file-input:lang(en)~.custom-file-label:after {
    content: "Upload"
}

.author-area .item-form .form-group .form-check-input {
    -webkit-appearance: inherit;
    appearance: inherit;
    background-color: var(--card-bg-color);
    border: 2px solid;
    height: 1em;
    padding: 10px;
    width: 1em
}

.author-area .item-form .form-group .form-check-input[type=radio] {
    border-radius: .25em
}

.author-area .item-form .form-group .form-check-input:checked {
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color)
}

.author-area .item-form .form-group .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}

.author-area .item-form hr {
    border-top: 1px solid hsla(0, 0%, 100%, .15)
}

.wallet-connect-area .single-wallet {
    padding: 45px
}

.wallet-connect-area .single-wallet h4 {
    transition: .3s
}

.wallet-connect-area .single-wallet p {
    color: var(--primary-p-color)
}

.wallet-connect-area .single-wallet:hover h4 {
    color: var(--primary-color)
}

.help-center-area .card {
    display: flex;
    justify-content: center;
    min-height: 300px;
    padding: 45px
}

.help-center-area .card h4 {
    transition: .3s
}

.help-center-area .card p {
    color: var(--primary-p-color)
}

.help-center-area .card:hover h4 {
    color: var(--primary-color)
}

.faq-area .card-header .btn {
    position: relative
}

.faq-area .card-header .btn:after {
    content: ""
}

.faq-area .card-header .btn.collapsed:after,
.faq-area .card-header .btn:after {
    font-family: Font Awesome\ 5 Free;
    font-size: 18px;
    font-weight: 900;
    left: calc(100% - 34px);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.faq-area .card-header .btn.collapsed:after {
    content: ""
}

.badge {
    font-weight: 500
}

.badge.circle {
    align-items: center;
    background-color: var(--primary-bg-color-3);
    border-radius: 100%;
    display: flex;
    height: 30px;
    justify-content: center;
    line-height: 30px;
    width: 30px
}

.badge.tag {
    border: 2px solid var(--card-bg-color);
    border-radius: 2px;
    color: var(--primary-p-color) !important;
    font-size: 1rem;
    font-weight: 400;
    margin: .3rem;
    padding: .5rem 1rem;
    transition: .3s
}

.badge.tag.active {
    border-color: var(--primary-color);
    color: var(--primary-color)
}

.badge.tag:hover {
    color: var(--primary-color) !important
}

.share-list {
    display: -webkit-inline-box
}

.share-list .nav-link i {
    font-size: 22px;
    margin: 0 1rem
}

.breadcrumb {
    background: none;
    color: inherit;
    justify-content: center;
    margin: 0
}

.breadcrumb-area {
    height: 450px;
    z-index: 1
}

.breadcrumb-area .breadcrumb-item {
    font-size: 1rem;
    font-weight: 600;
    margin: .3rem 0
}

.breadcrumb-area .breadcrumb-item a:not(.btn) {
    color: var(--white-color) !important;
    font-weight: 600
}

.breadcrumb-area .breadcrumb-item a:hover {
    color: var(--white-color)
}

.breadcrumb-area .breadcrumb-item.active {
    color: var(--white-color) !important
}

.breadcrumb-area .breadcrumb-item.active:hover {
    color: var(--primary-color)
}

.breadcrumb-area .breadcrumb-content h2 {
    font-weight: var(--h1-weight)
}

.breadcrumb-area .breadcrumb-content .breadcrumb {
    background-color: transparent;
    margin: 0
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    color: var(--white-color);
    content: ">"
}

.image-over {
    border-radius: 24px;
    overflow: hidden !important
}

.bg-overlay {
    position: relative;
    z-index: 0
}

.bg-overlay:after {
    background: linear-gradient(135deg, var(--primary-color) 10%, var(--secondary-color));
    content: "";
    height: 100%;
    left: 0;
    opacity: .94;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2
}

.overlay-dark {
    position: relative;
    z-index: 0
}

.overlay-dark:after {
    background-color: var(--primary-bg-color);
    content: "";
    height: 100%;
    left: 0;
    opacity: .84;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.social-icons svg {
    display: block;
    height: 100%;
    line-height: 45px;
    margin: 0 auto;
    transition: all .3s ease 0s
}

.social-icons>a {
    background: #222;
    border-radius: 3px;
    color: var(--white-color) !important;
    font-size: 20px;
    height: 45px;
    margin: 5px;
    overflow: hidden;
    transition: all .3s ease 0s;
    width: 45px
}

.social-icons>a:hover svg:first-child {
    margin-top: -45px
}

.footer-area {
    background-color: var(--footer-bg-color);
    color: var(--secondary-p-color)
}

.footer-area .footer-top {
    padding: 100px 0
}

@media(max-width:767px) {
    .footer-area .footer-top {
        padding: 80px 0
    }
}

.footer-area .footer-items .footer-title {
    color: var(--white-color);
    margin-top: 0
}

.footer-area .footer-items .navbar-brand {
    color: var(--white-color);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 0;
    padding: 0
}

.footer-area .footer-items .navbar-brand img {
    cursor: pointer
}

.footer-area .footer-items .social-icons>a {
    font-size: 18px;
    height: 40px;
    width: 40px
}

.footer-area .footer-items .social-icons>a:hover svg:first-child {
    margin-top: -40px
}

.footer-area .footer-items .subscribe-form {
    position: relative
}

.footer-area .footer-items .subscribe-form .form-control {
    background-color: #191919;
    border: none;
    border-radius: 6px;
    color: var(--secondary-p-color);
    height: 50px;
    outline: none;
    padding-left: 20px
}

.footer-area .footer-items .subscribe-form .form-control:focus {
    border: none;
    box-shadow: none;
    outline: none
}

.footer-area .footer-items .subscribe-form input {
    font-size: 14px;
    text-indent: 3%
}

@media(max-width:575px) {
    .footer-area .footer-items .subscribe-form input {
        text-indent: 0
    }
}

.footer-area .footer-items .subscribe-form input::-webkit-input-placeholder {
    color: var(--primary-p-color)
}

.footer-area .footer-items .subscribe-form input:-ms-input-placeholder {
    color: var(--primary-p-color)
}

.footer-area .footer-items .subscribe-form input::placeholder {
    color: var(--primary-p-color)
}

.footer-area .footer-items .subscribe-form button {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    bottom: 0;
    padding: 16px 25px;
    position: absolute;
    right: 0;
    top: 0
}

.footer-area .footer-items ul {
    padding-left: 0
}

.footer-area .footer-items ul li {
    list-style: none;
    margin: .8rem 0
}

.footer-area .footer-items ul li a {
    color: var(--secondary-p-color)
}

.footer-area .copyright-area {
    border-top: 1px solid hsla(0, 0%, 100%, .12)
}

.footer-area .copyright-area a {
    color: hsla(0, 0%, 100%, .8)
}

@media(max-width:575px) {
    .footer-area .col-12:last-of-type .footer-items {
        margin-bottom: 0
    }
}

.search-title {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1.6px;
    line-height: 1em
}

.scroll-to-top {
    background-color: var(--card-bg-color);
    border-radius: 4px;
    bottom: 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    display: none;
    height: 45px;
    line-height: 45px;
    opacity: .85;
    position: fixed;
    right: 25px;
    text-align: center;
    transition-duration: .4s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: ease;
    width: 40px;
    z-index: 5
}

.scroll-to-top a {
    display: block;
    height: 100%;
    line-height: 45px !important;
    width: 100%
}

.scroll-to-top a svg {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 600
}

.scroll-to-top:hover {
    opacity: 1
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.single-widget {
    margin-bottom: 35px
}

.single-widget h4 {
    border-bottom: 2px solid var(--card-bg-color);
    font-weight: 700
}

.sidebar .single-widget:last-child {
    margin-bottom: 0
}

@media(max-width:575px) {
    .blog .col-12.col-sm-6 {
        padding: 0
    }
    .blog .single-comments {
        flex-direction: column
    }
}

.blog .single-widget ul li {
    margin: 1.2rem 0
}

.blog .single-widget .tags-widget a {
    border: 1px solid var(--primary-bg-color-3)
}

.blog .single-widget .post-widget h6 {
    font-size: var(--h5-size)
}

.blog .pagination>li>a {
    border: 1px solid var(--primary-bg-color-3);
    color: var(--primary-p-color);
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px
}

.blog .pagination>li.active>a {
    border: none;
    color: var(--white-color)
}

@media(max-width:1199px) {
    body .container {
        max-width: 100%;
        padding: 0 10px
    }
    body .card-footer {
        margin: 0
    }
}

@media(max-width:991px) {
    body h1 {
        font-size: 4rem
    }
    body h2 {
        font-size: 2.5rem
    }
    body aside {
        margin-top: 60px
    }
    body .intro {
        margin-bottom: 25px
    }
    body .res-margin {
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    body h1 {
        font-size: 3rem
    }
    body section {
        padding: 90px 0
    }
    body .netstorm-preloader .preloader-animation .spinner {
        height: 8em;
        width: 8em
    }
    body .netstorm-preloader .preloader-animation .loader {
        font-size: var(--h2-size)
    }
    body .intro .btn {
        margin-top: 30px
    }
    body header .navbar-expand-lg .navbar-brand {
        margin: 0
    }
    body header .navbar-expand-lg .navbar-nav.action .btn {
        font-size: 0;
        padding: 5px 10px
    }
    body header .navbar-expand-lg .navbar-nav.action .btn i {
        font-size: medium;
        margin: 0
    }
    body .icon.bigger {
        font-size: 4.5rem;
        font-weight: 700;
        height: 5rem;
        line-height: 5rem;
        margin: 0;
        width: 5rem
    }
    body footer .contacts {
        left: 0;
        margin-bottom: 30px
    }
    body footer .contacts:after,
    body footer .contacts:before {
        left: 0;
        width: 100%
    }
    body .footer-area .footer-top {
        padding: 80px 0
    }
    body .footer-area .items .item {
        margin-bottom: 30px
    }
}

@media(max-width:576px) {
    body .netstorm-preloader .preloader-animation .spinner {
        height: 7em;
        width: 7em
    }
    body .netstorm-preloader .preloader-animation .loader {
        font-size: var(--h3-size)
    }
    body .modal-body {
        align-items: start
    }
}

.MuiDialogContent-root,
.MuiDialogContent-root .MuiList-root {
    background: #eee !important
}

.tippy-touch {
    cursor: pointer !important
}

.tippy-notransition {
    transition: none !important
}

.tippy-popper {
    max-width: 400px;
    outline: 0;
    perspective: 800px;
    pointer-events: none;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    z-index: 9999
}

.tippy-popper.html-template {
    max-width: 96%;
    max-width: calc(100% - 20px)
}

.tippy-popper[x-placement^=top] [x-arrow] {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #333;
    bottom: -7px;
    margin: 0 9px
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-small {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    bottom: -5px
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-big {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    bottom: -10px
}

.tippy-popper[x-placement^=top] [x-circle] {
    transform-origin: 0 33%
}

.tippy-popper[x-placement^=top] [x-circle].enter {
    opacity: 1;
    transform: scale(1) translate(-50%, -55%)
}

.tippy-popper[x-placement^=top] [x-circle].leave {
    opacity: 0;
    transform: scale(.15) translate(-50%, -50%)
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, .7)
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, .7)
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, .7)
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, .7)
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
    transform-origin: bottom
}

.tippy-popper[x-placement^=top] [data-animation=perspective].enter {
    opacity: 1;
    transform: translateY(-10px) rotateX(0)
}

.tippy-popper[x-placement^=top] [data-animation=perspective].leave {
    opacity: 0;
    transform: translateY(0) rotateX(90deg)
}

.tippy-popper[x-placement^=top] [data-animation=fade].enter {
    opacity: 1;
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=fade].leave {
    opacity: 0;
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift].enter {
    opacity: 1;
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift].leave {
    opacity: 0;
    transform: translateY(0)
}

.tippy-popper[x-placement^=top] [data-animation=scale].enter {
    opacity: 1;
    transform: translateY(-10px) scale(1)
}

.tippy-popper[x-placement^=top] [data-animation=scale].leave {
    opacity: 0;
    transform: translateY(0) scale(0)
}

.tippy-popper[x-placement^=bottom] [x-arrow] {
    border-bottom: 7px solid #333;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin: 0 9px;
    top: -7px
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
    border-bottom: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -5px
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
    border-bottom: 10px solid #333;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px
}

.tippy-popper[x-placement^=bottom] [x-circle] {
    transform-origin: 0 -50%
}

.tippy-popper[x-placement^=bottom] [x-circle].enter {
    opacity: 1;
    transform: scale(1) translate(-50%, -45%)
}

.tippy-popper[x-placement^=bottom] [x-circle].leave {
    opacity: 0;
    transform: scale(.15) translate(-50%, -5%)
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, .7)
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
    border-bottom: 7px solid rgba(0, 0, 0, .7);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-bottom: 5px solid rgba(0, 0, 0, .7);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-bottom: 10px solid rgba(0, 0, 0, .7);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
    transform-origin: top
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
    opacity: 1;
    transform: translateY(10px) rotateX(0)
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
    opacity: 0;
    transform: translateY(0) rotateX(-90deg)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
    opacity: 1;
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
    opacity: 0;
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
    opacity: 1;
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
    opacity: 0;
    transform: translateY(0)
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
    opacity: 1;
    transform: translateY(10px) scale(1)
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
    opacity: 0;
    transform: translateY(0) scale(0)
}

.tippy-popper[x-placement^=left] [x-arrow] {
    border-bottom: 7px solid transparent;
    border-left: 7px solid #333;
    border-top: 7px solid transparent;
    margin: 6px 0;
    right: -7px
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-small {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    right: -5px
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-big {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #333;
    border-top: 10px solid transparent;
    right: -10px
}

.tippy-popper[x-placement^=left] [x-circle] {
    transform-origin: 50% 0
}

.tippy-popper[x-placement^=left] [x-circle].enter {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%)
}

.tippy-popper[x-placement^=left] [x-circle].leave {
    opacity: 0;
    transform: scale(.15) translate(-50%, -50%)
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    border-top: 7px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, .7)
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
    border-bottom: 7px solid transparent;
    border-left: 7px solid rgba(0, 0, 0, .7);
    border-top: 7px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgba(0, 0, 0, .7);
    border-top: 5px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, .7);
    border-top: 10px solid transparent
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
    transform-origin: right
}

.tippy-popper[x-placement^=left] [data-animation=perspective].enter {
    opacity: 1;
    transform: translateX(-10px) rotateY(0)
}

.tippy-popper[x-placement^=left] [data-animation=perspective].leave {
    opacity: 0;
    transform: translateX(0) rotateY(-90deg)
}

.tippy-popper[x-placement^=left] [data-animation=fade].enter {
    opacity: 1;
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=fade].leave {
    opacity: 0;
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift].enter {
    opacity: 1;
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift].leave {
    opacity: 0;
    transform: translateX(0)
}

.tippy-popper[x-placement^=left] [data-animation=scale].enter {
    opacity: 1;
    transform: translateX(-10px) scale(1)
}

.tippy-popper[x-placement^=left] [data-animation=scale].leave {
    opacity: 0;
    transform: translateX(0) scale(0)
}

.tippy-popper[x-placement^=right] [x-arrow] {
    border-bottom: 7px solid transparent;
    border-right: 7px solid #333;
    border-top: 7px solid transparent;
    left: -7px;
    margin: 6px 0
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-small {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #333;
    border-top: 5px solid transparent;
    left: -5px
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-big {
    border-bottom: 10px solid transparent;
    border-right: 10px solid #333;
    border-top: 10px solid transparent;
    left: -10px
}

.tippy-popper[x-placement^=right] [x-circle] {
    transform-origin: -50% 0
}

.tippy-popper[x-placement^=right] [x-circle].enter {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%)
}

.tippy-popper[x-placement^=right] [x-circle].leave {
    opacity: 0;
    transform: scale(.15) translate(-50%, -50%)
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    border-top: 7px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff;
    border-top: 5px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, .7)
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
    border-bottom: 7px solid transparent;
    border-right: 7px solid rgba(0, 0, 0, .7);
    border-top: 7px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(0, 0, 0, .7);
    border-top: 5px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, .7);
    border-top: 10px solid transparent
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
    transform-origin: left
}

.tippy-popper[x-placement^=right] [data-animation=perspective].enter {
    opacity: 1;
    transform: translateX(10px) rotateY(0)
}

.tippy-popper[x-placement^=right] [data-animation=perspective].leave {
    opacity: 0;
    transform: translateX(0) rotateY(90deg)
}

.tippy-popper[x-placement^=right] [data-animation=fade].enter {
    opacity: 1;
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=fade].leave {
    opacity: 0;
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift].enter {
    opacity: 1;
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift].leave {
    opacity: 0;
    transform: translateX(0)
}

.tippy-popper[x-placement^=right] [data-animation=scale].enter {
    opacity: 1;
    transform: translateX(10px) scale(1)
}

.tippy-popper[x-placement^=right] [data-animation=scale].leave {
    opacity: 0;
    transform: translateX(0) scale(0)
}

.tippy-popper .tippy-tooltip.transparent-theme {
    background-color: rgba(0, 0, 0, .7)
}

.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
    background-color: transparent
}

.tippy-popper .tippy-tooltip.light-theme {
    background-color: #fff;
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, .1), 0 4px 80px -8px rgba(0, 20, 60, .2);
    color: #26323d
}

.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
    background-color: transparent
}

.tippy-tooltip {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #333;
    border-radius: 4px;
    color: #fff;
    font-size: .95rem;
    padding: .4rem .8rem;
    position: relative;
    text-align: center;
    will-change: transform
}

.tippy-tooltip--small {
    font-size: .8rem;
    padding: .25rem .5rem
}

.tippy-tooltip--big {
    font-size: 1.2rem;
    padding: .6rem 1.2rem
}

.tippy-tooltip[data-animatefill] {
    background-color: transparent;
    overflow: hidden
}

.tippy-tooltip[data-interactive] {
    pointer-events: auto
}

.tippy-tooltip[data-inertia] {
    transition-timing-function: cubic-bezier(.53, 2, .36, .85)
}

.tippy-tooltip [x-arrow] {
    height: 0;
    position: absolute;
    width: 0
}

.tippy-tooltip [x-circle] {
    background-color: #333;
    border-radius: 50%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transition: all ease;
    width: 130%;
    width: calc(110% + 2rem);
    will-change: transform;
    z-index: -1
}

.tippy-tooltip [x-circle]:before {
    content: "";
    float: left;
    padding-top: 90%
}

@media (max-width:450px) {
    .tippy-popper {
        max-width: 96%;
        max-width: calc(100% - 20px)
    }
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    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")
}

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

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

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

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

.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-direction: column;
    flex-wrap: wrap
}

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

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

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

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

.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 {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    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 {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

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

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

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

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

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

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

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

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

.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 {
    left: auto;
    right: 10px
}

.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-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    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 {
    font-size: 0;
    overflow: hidden
}

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

.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 {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

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

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

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

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

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

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

.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));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.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 {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

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

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

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

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

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

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

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

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

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

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

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

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

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

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -moz-tab-size: 4;
    tab-size: 4
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    margin: 0
}

hr {
    color: inherit;
    height: 0
}

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

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, 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 {
    border-color: inherit;
    text-indent: 0
}

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

button,
select {
    text-transform: none
}

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

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

legend {
    padding: 0
}

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
}

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

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

ol,
ul {
    list-style: none
}

html {
    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;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

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

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #2b2037;
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #2b2037;
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    color: #2b2037;
    opacity: 1
}

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

:-moz-focusring {
    outline: auto
}

table {
    border-collapse: collapse
}

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

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

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

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

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

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

[hidden] {
    display: none
}

*,
: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-transform: translateX(var(--tw-translate-x)) translateY(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));
    --tw-border-opacity: 1;
    --tw-blur: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-brightness: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-contrast: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-grayscale: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-hue-rotate: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-invert: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-saturate: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-sepia: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-drop-shadow: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-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);
    --tw-backdrop-blur: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-backdrop-brightness: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-backdrop-contrast: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-backdrop-grayscale: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-backdrop-hue-rotate: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-backdrop-invert: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-backdrop-opacity: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-backdrop-saturate: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-backdrop-sepia: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-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);
    border-color: rgba(28, 19, 38, var(--tw-border-opacity))
}

.tw-invisible {
    visibility: hidden
}

.tw-fixed {
    position: fixed
}

.tw-absolute {
    position: absolute
}

.tw-relative {
    position: relative
}

.tw-sticky {
    position: -webkit-sticky;
    position: sticky
}

.tw-top-0 {
    top: 0
}

.tw-right-0 {
    right: 0
}

.tw-bottom-6 {
    bottom: 1.5rem
}

.tw-right-1 {
    right: .25rem
}

.tw-right-4 {
    right: 1rem
}

.tw-top-2 {
    top: .5rem
}

.tw-left-2 {
    left: .5rem
}

.tw-left-0 {
    left: 0
}

.tw-bottom-0 {
    bottom: 0
}

.tw-top-2\/4 {
    top: 50%
}

.tw-right-2 {
    right: .5rem
}

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

.tw--left-1 {
    left: -.25rem
}

.tw--right-1 {
    right: -.25rem
}

.tw-left-4 {
    left: 1rem
}

.tw-right-24 {
    right: 6rem
}

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

.tw-left-\[900px\] {
    left: 900px
}

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

.tw-left-\[1050px\] {
    left: 1050px
}

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

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

.tw-top-4 {
    top: 1rem
}

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

.tw-z-60 {
    z-index: 60
}

.tw-z-20 {
    z-index: 20
}

.tw-z-10 {
    z-index: 10
}

.tw-z-30 {
    z-index: 30
}

.tw-order-4 {
    order: 4
}

.tw-order-2 {
    order: 2
}

.tw-order-6 {
    order: 6
}

.tw-order-8 {
    order: 8
}

.tw-order-10 {
    order: 10
}

.tw-order-12 {
    order: 12
}

.tw-order-1 {
    order: 1
}

.tw-col-span-6 {
    grid-column: span 6/span 6
}

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

.tw-col-span-12 {
    grid-column: span 12/span 12
}

.tw-col-span-11 {
    grid-column: span 11/span 11
}

.tw-row-start-2 {
    grid-row-start: 2
}

.tw-float-right {
    float: right
}

.tw-clear-both {
    clear: both
}

.tw-m-auto {
    margin: auto
}

.tw-m-0 {
    margin: 0
}

.tw-m-3 {
    margin: .75rem
}

.tw-m-4 {
    margin: 1rem
}

.tw-mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

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

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

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

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

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

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

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

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

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

.tw-my-0 {
    margin-bottom: 0;
    margin-top: 0
}

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

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

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

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

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

.tw--mt-20 {
    margin-top: -5rem
}

.tw-mt-32 {
    margin-top: 8rem
}

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

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

.tw-ml-auto {
    margin-left: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-mr-12 {
    margin-right: 3rem
}

.tw-mr-8 {
    margin-right: 2rem
}

.tw-mb-10 {
    margin-bottom: 2.5rem
}

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

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

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

.tw-ml-1\.5 {
    margin-left: .375rem
}

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

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

.tw-mr-0 {
    margin-right: 0
}

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

.tw-mr-auto {
    margin-right: auto
}

.\ !tw-ml-4 {
    margin-left: 1rem !important
}

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

.tw-mb-52 {
    margin-bottom: 13rem
}

.tw-ml-0 {
    margin-left: 0
}

.tw-mt-20 {
    margin-top: 5rem
}

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

.tw-mt-28 {
    margin-top: 7rem
}

.tw-ml-5 {
    margin-left: 1.25rem
}

.tw-mt-56 {
    margin-top: 14rem
}

.tw-mb-32 {
    margin-bottom: 8rem
}

.tw-mt-14 {
    margin-top: 3.5rem
}

.tw-ml-\[500px\] {
    margin-left: 500px
}

.tw-mt-\[260px\] {
    margin-top: 260px
}

.tw-mt-0 {
    margin-top: 0
}

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

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

.tw-ml-3 {
    margin-left: .75rem
}

.tw-mt-0\.5 {
    margin-top: .125rem
}

.tw-block {
    display: block
}

.tw-inline-block {
    display: inline-block
}

.tw-inline {
    display: inline
}

.tw-flex {
    display: flex
}

.\ !tw-flex {
    display: flex !important
}

.tw-inline-flex {
    display: inline-flex
}

.tw-table {
    display: table
}

.tw-grid {
    display: grid
}

.tw-hidden {
    display: none
}

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

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

.tw-h-40 {
    height: 10rem
}

.tw-h-30px {
    height: 30px
}

.tw-h-\[32px\] {
    height: 32px
}

.tw-h-64 {
    height: 16rem
}

.tw-h-10 {
    height: 2.5rem
}

.tw-h-3 {
    height: .75rem
}

.tw-h-5 {
    height: 1.25rem
}

.tw-h-0\.5 {
    height: .125rem
}

.tw-h-0 {
    height: 0
}

.tw-h-8 {
    height: 2rem
}

.tw-h-6 {
    height: 1.5rem
}

.tw-h-px {
    height: 1px
}

.tw-h-80px {
    height: 80px
}

.tw-h-20 {
    height: 5rem
}

.tw-h-\[max-content\] {
    height: -webkit-max-content;
    height: max-content
}

.tw-h-9 {
    height: 2.25rem
}

.tw-h-\[unset\] {
    height: unset
}

.tw-h-400px {
    height: 400px
}

.tw-h-14 {
    height: 3.5rem
}

.tw-h-\[550px\] {
    height: 550px
}

.tw-h-1 {
    height: .25rem
}

.tw-h-\[260px\] {
    height: 260px
}

.tw-h-2 {
    height: .5rem
}

.tw-h-auto {
    height: auto
}

.tw-h-300px {
    height: 300px
}

.tw-h-\[200px\] {
    height: 200px
}

.tw-h-320px {
    height: 320px
}

.tw-h-\[50vh\] {
    height: 50vh
}

.tw-h-\[1px\] {
    height: 1px
}

.tw-h-fit-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.tw-h-4 {
    height: 1rem
}

.tw-h-\[330px\] {
    height: 330px
}

.tw-h-\[214px\] {
    height: 214px
}

.tw-max-h-\[128px\] {
    max-height: 128px
}

.tw-min-h-\[32px\] {
    min-height: 32px
}

.tw-min-h-500px {
    min-height: 500px
}

.tw-min-h-\[44px\] {
    min-height: 44px
}

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

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

.tw-w-40 {
    width: 10rem
}

.tw-w-30px {
    width: 30px
}

.tw-w-36 {
    width: 9rem
}

.tw-w-16 {
    width: 4rem
}

.tw-w-24 {
    width: 6rem
}

.tw-w-10 {
    width: 2.5rem
}

.tw-w-8 {
    width: 2rem
}

.tw-w-6 {
    width: 1.5rem
}

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

.tw-w-200px {
    width: 200px
}

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

.tw-w-5 {
    width: 1.25rem
}

.tw-w-fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tw-w-400px {
    width: 400px
}

.tw-w-0 {
    width: 0
}

.tw-w-auto {
    width: auto
}

.tw-w-\[50vw\] {
    width: 50vw
}

.tw-w-2 {
    width: .5rem
}

.tw-w-screen {
    width: 100vw
}

.tw-w-4 {
    width: 1rem
}

.tw-w-\[216px\] {
    width: 216px
}

.tw-w-\[214px\] {
    width: 214px
}

.tw-min-w-300px {
    min-width: 300px
}

.tw-min-w-200px {
    min-width: 200px
}

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

.tw-max-w-2xl {
    max-width: 42rem
}

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

.tw-max-w-3xl {
    max-width: 48rem
}

.tw-max-w-max {
    max-width: -webkit-max-content;
    max-width: max-content
}

.tw-max-w-\[80vw\] {
    max-width: 80vw
}

.tw-max-w-\[400px\] {
    max-width: 400px
}

.tw-max-w-\[100vw\] {
    max-width: 100vw
}

.tw-max-w-\[40vw\] {
    max-width: 40vw
}

.tw-max-w-\[20\%\] {
    max-width: 20%
}

.tw-max-w-\[500px\] {
    max-width: 500px
}

.tw-max-w-\[121px\] {
    max-width: 121px
}

.tw-max-w-\[240px\] {
    max-width: 240px
}

.tw-max-w-screen-3xl {
    max-width: 1600px
}

.tw-max-w-screen-xl {
    max-width: 1200px
}

.tw-flex-auto {
    flex: 1 1 auto
}

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

.tw-flex-initial {
    flex: 0 1 auto
}

.tw-flex-none {
    flex: none
}

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

.tw-flex-grow-2 {
    flex-grow: 2
}

.tw-flex-grow {
    flex-grow: 1
}

.tw--translate-x-2\/4,
.tw-translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform)
}

.tw--translate-x-10 {
    --tw-translate-x: -2.5rem
}

.tw--translate-x-10,
.tw--translate-y-20 {
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform)
}

.tw--translate-y-20 {
    --tw-translate-y: -5rem
}

.tw--translate-x-32 {
    --tw-translate-x: -8rem
}

.tw--translate-x-32,
.tw-translate-x-\[-350px\] {
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform)
}

.tw-translate-x-\[-350px\] {
    --tw-translate-x: -350px
}

.tw-translate-x-0 {
    --tw-translate-x: 0px
}

.tw-rotate-180,
.tw-translate-x-0 {
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform)
}

.tw-rotate-180 {
    --tw-rotate: 180deg
}

.tw-rotate-\[-2deg\] {
    --tw-rotate: -2deg
}

.tw-rotate-0,
.tw-rotate-\[-2deg\] {
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform)
}

.tw-rotate-0 {
    --tw-rotate: 0deg
}

.tw-transform {
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform)
}

@-webkit-keyframes tw-float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes tw-float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.tw-animate-floating {
    -webkit-animation: tw-float 4s ease-in-out infinite;
    animation: tw-float 4s ease-in-out infinite
}

.tw-cursor-pointer {
    cursor: pointer
}

.tw-cursor-help {
    cursor: help
}

.tw-cursor-default {
    cursor: default
}

.tw-select-none {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

.tw-list-none {
    list-style-type: none
}

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

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

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

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

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

.tw-grid-cols-\[377px\,
471px\] {
    grid-template-columns: 377px 471px
}

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

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

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

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

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

.tw-flex-wrap {
    flex-wrap: wrap
}

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

.tw-content-center {
    align-content: center
}

.\ !tw-items-start {
    align-items: flex-start !important
}

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

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

.tw-items-center {
    align-items: center
}

.tw-items-baseline {
    align-items: baseline
}

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

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

.tw-justify-center {
    justify-content: center
}

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

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

.tw-gap-1 {
    gap: .25rem
}

.tw-gap-10 {
    gap: 2.5rem
}

.tw-gap-4 {
    gap: 1rem
}

.tw-gap-6 {
    gap: 1.5rem
}

.tw-gap-3 {
    gap: .75rem
}

.tw-gap-2 {
    gap: .5rem
}

.tw-gap-8 {
    gap: 2rem
}

.tw-gap-12 {
    gap: 3rem
}

.tw-gap-20 {
    gap: 5rem
}

.tw-gap-1\.5 {
    gap: .375rem
}

.tw-gap-32 {
    gap: 8rem
}

.tw-gap-y-6 {
    row-gap: 1.5rem
}

.tw-gap-x-4 {
    -webkit-column-gap: 1rem;
    column-gap: 1rem
}

.tw-gap-y-16 {
    row-gap: 4rem
}

.tw-gap-y-24 {
    row-gap: 6rem
}

.tw-gap-y-4 {
    row-gap: 1rem
}

.tw-gap-x-12 {
    -webkit-column-gap: 3rem;
    column-gap: 3rem
}

.tw-space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.5rem*var(--tw-space-x-reverse))
}

.tw-space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.25rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.25rem*var(--tw-space-x-reverse))
}

.tw-space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.75rem*var(--tw-space-x-reverse))
}

.tw-space-x-5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.25rem*var(--tw-space-x-reverse))
}

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

.tw-space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1rem*var(--tw-space-x-reverse))
}

.tw-space-y-12>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(3rem*var(--tw-space-y-reverse));
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)))
}

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

.tw-space-x-6>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.5rem*var(--tw-space-x-reverse))
}

.tw-space-y-8>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)))
}

.tw-space-y-20>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(5rem*var(--tw-space-y-reverse));
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)))
}

.tw-space-y-9>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
    margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)))
}

.tw-space-y-5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)))
}

.tw-self-start {
    align-self: flex-start
}

.tw-self-end {
    align-self: flex-end
}

.tw-self-center {
    align-self: center
}

.tw-self-stretch {
    align-self: stretch
}

.tw-overflow-hidden {
    overflow: hidden
}

.tw-overflow-x-auto {
    overflow-x: auto
}

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

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

.tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.tw-truncate,
.tw-whitespace-nowrap {
    white-space: nowrap
}

.tw-whitespace-pre-wrap {
    white-space: pre-wrap
}

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

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

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

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

.tw-rounded-md {
    border-radius: .375rem
}

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

.tw-rounded-xl {
    border-radius: .75rem
}

.tw-rounded-20px {
    border-radius: 20px
}

.tw-rounded-8px {
    border-radius: 8px
}

.tw-rounded-sm {
    border-radius: .125rem
}

.tw-rounded-4pt {
    border-radius: 4pt
}

.tw-rounded-none {
    border-radius: 0
}

.tw-rounded-\[20px\] {
    border-radius: 20px
}

.tw-rounded-\[40px\] {
    border-radius: 40px
}

.tw-rounded-3xl {
    border-radius: 1.5rem
}

.tw-rounded-b-xl {
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem
}

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

.tw-border {
    border-width: 1px
}

.tw-border-0 {
    border-width: 0
}

.tw-border-4 {
    border-width: 4px
}

.tw-border-1pt {
    border-width: 1pt
}

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

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

.tw-border-t {
    border-top-width: 1px
}

.tw-border-solid {
    border-style: solid
}

.tw-border-none {
    border-style: none
}

.tw-border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 39, 63, var(--tw-border-opacity))
}

.tw-border-white {
    --tw-border-opacity: 1;
    border-color: rgba(248, 247, 248, var(--tw-border-opacity))
}

.tw-border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(36, 24, 47, var(--tw-border-opacity))
}

.tw-border-yellow-1 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 170, 0, var(--tw-border-opacity))
}

.tw-border-\[\#403e42\] {
    --tw-border-opacity: 1;
    border-color: rgba(64, 62, 66, var(--tw-border-opacity))
}

.tw-border-pink-primary {
    --tw-border-opacity: 1;
    border-color: rgba(228, 37, 117, var(--tw-border-opacity))
}

.tw-border-soft {
    --tw-border-opacity: 1;
    border-color: rgba(43, 39, 63, var(--tw-border-opacity))
}

.tw-border-purple {
    --tw-border-opacity: 1;
    border-color: rgba(77, 61, 92, var(--tw-border-opacity))
}

.tw-border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 50, 78, var(--tw-border-opacity))
}

.tw-bg-card-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 21, 26, var(--tw-bg-opacity))
}

.tw-bg-third {
    background-color: var(--bg-color-third)
}

.tw-bg-yellow-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 170, 0, var(--tw-bg-opacity))
}

.tw-bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 19, 38, var(--tw-bg-opacity))
}

.tw-bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(36, 24, 47, var(--tw-bg-opacity))
}

.tw-bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(18, 12, 24, var(--tw-bg-opacity))
}

.tw-bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 39, 63, var(--tw-bg-opacity))
}

.tw-bg-purple-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(36, 24, 47, var(--tw-bg-opacity))
}

.tw-bg-purple-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 40, 69, var(--tw-bg-opacity))
}

.tw-bg-transparent {
    background-color: transparent
}

.tw-bg-white-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 247, 248, var(--tw-bg-opacity))
}

.tw-bg-pink-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 37, 117, var(--tw-bg-opacity))
}

.\ !tw-bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 39, 63, var(--tw-bg-opacity)) !important
}

.tw-bg-gray-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(43, 39, 63, var(--tw-bg-opacity))
}

.tw-bg-gray-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(86, 81, 91, var(--tw-bg-opacity))
}

.tw-bg-white-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 247, var(--tw-bg-opacity))
}

.tw-bg-\[rgba\(245\,
243\,
247\,
0\.1\)\] {
    background-color: rgba(245, 243, 247, .1)
}

.tw-bg-purple-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 19, 38, var(--tw-bg-opacity))
}

.tw-bg-\[\#09080d\] {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 8, 13, var(--tw-bg-opacity))
}

.tw-bg-\[\#e42575\] {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 37, 117, var(--tw-bg-opacity))
}

.tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5
}

.tw-object-contain {
    object-fit: contain
}

.tw-object-cover {
    object-fit: cover
}

.tw-object-center {
    object-position: center
}

.tw-p-4 {
    padding: 1rem
}

.tw-p-2 {
    padding: .5rem
}

.tw-p-8 {
    padding: 2rem
}

.tw-p-3 {
    padding: .75rem
}

.tw-p-0 {
    padding: 0
}

.tw-p-1 {
    padding: .25rem
}

.tw-p-10 {
    padding: 2.5rem
}

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

.tw-py-0 {
    padding-bottom: 0;
    padding-top: 0
}

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

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

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

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

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

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

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

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

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

.tw-px-1\.5 {
    padding-left: .375rem;
    padding-right: .375rem
}

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

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

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

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

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

.tw-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.tw-py-0\.5 {
    padding-bottom: .125rem;
    padding-top: .125rem
}

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

.tw-py-1\.5 {
    padding-bottom: .375rem;
    padding-top: .375rem
}

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

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

.tw-pb-24 {
    padding-bottom: 6rem
}

.tw-pt-2 {
    padding-top: .5rem
}

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

.tw-pt-0 {
    padding-top: 0
}

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

.tw-pr-\[32px\] {
    padding-right: 32px
}

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

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

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

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

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

.tw-pb-1 {
    padding-bottom: .25rem
}

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

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

.tw-pt-90px {
    padding-top: 90px
}

.tw-pl-0 {
    padding-left: 0
}

.tw-pb-20 {
    padding-bottom: 5rem
}

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

.tw-pb-3 {
    padding-bottom: .75rem
}

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

.tw-pr-10 {
    padding-right: 2.5rem
}

.tw-pr-3 {
    padding-right: .75rem
}

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

.tw-text-left {
    text-align: left
}

.tw-text-center {
    text-align: center
}

.tw-text-right {
    text-align: right
}

.tw-align-middle {
    vertical-align: middle
}

.tw-font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.tw-text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.tw-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.tw-text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.tw-text-\[10px\] {
    font-size: 10px
}

.tw-text-xxs {
    font-size: .625rem
}

.tw-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.tw-text-20px {
    font-size: 20px
}

.tw-text-\[40px\] {
    font-size: 40px
}

.\ !tw-text-\[24px\] {
    font-size: 24px !important
}

.\ !tw-text-\[20px\] {
    font-size: 20px !important
}

.\ !tw-text-\[18px\] {
    font-size: 18px !important
}

.\ !tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important
}

.\ !tw-text-\[54px\] {
    font-size: 54px !important
}

.tw-text-\[54px\] {
    font-size: 54px
}

.tw-text-28px {
    font-size: 28px
}

.tw-text-5xl {
    font-size: 3rem;
    line-height: 1
}

.tw-text-32px {
    font-size: 32px
}

.tw-text-\[58px\] {
    font-size: 58px
}

.tw-text-\[14px\] {
    font-size: 14px
}

.tw-text-\[12px\] {
    font-size: 12px
}

.tw-text-40px {
    font-size: 40px
}

.tw-text-\[16px\] {
    font-size: 16px
}

.tw-font-light {
    font-weight: 300
}

.tw-font-bold {
    font-weight: 700
}

.tw-font-semibold {
    font-weight: 600
}

.tw-font-medium {
    font-weight: 500
}

.tw-font-normal {
    font-weight: 400
}

.tw-font-800,
.tw-font-extrabold {
    font-weight: 800
}

.tw-uppercase {
    text-transform: uppercase
}

.tw-leading-6 {
    line-height: 1.5rem
}

.\ !tw-leading-\[135\%\] {
    line-height: 135% !important
}

.\ !tw-leading-\[120\%\] {
    line-height: 120% !important
}

.tw-leading-normal {
    line-height: 1.5
}

.tw-leading-120 {
    line-height: 1.2
}

.tw-leading-none {
    line-height: 1
}

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

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

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

.tw-text-pink-primary {
    --tw-text-opacity: 1;
    color: rgba(228, 37, 117, var(--tw-text-opacity))
}

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

.tw-text-light-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(161, 151, 170, var(--tw-text-opacity))
}

.tw-text-white-1 {
    --tw-text-opacity: 1;
    color: rgba(248, 247, 248, var(--tw-text-opacity))
}

.tw-text-white-2 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 247, var(--tw-text-opacity))
}

.tw-text-light-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(115, 99, 131, var(--tw-text-opacity))
}

.tw-text-secondary {
    color: var(--p-color-secondary)
}

.tw-text-gray-3 {
    --tw-text-opacity: 1;
    color: rgba(156, 143, 168, var(--tw-text-opacity))
}

.tw-text-pink-light {
    --tw-text-opacity: 1;
    color: rgba(242, 226, 254, var(--tw-text-opacity))
}

.tw-text-gray-2 {
    --tw-text-opacity: 1;
    color: rgba(180, 171, 186, var(--tw-text-opacity))
}

.tw-text-pink-hot {
    --tw-text-opacity: 1;
    color: rgba(233, 58, 136, var(--tw-text-opacity))
}

.tw-text-yellow-1 {
    --tw-text-opacity: 1;
    color: rgba(255, 170, 0, var(--tw-text-opacity))
}

.tw-text-light-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(199, 192, 206, var(--tw-text-opacity))
}

.tw-text-yellow-error {
    --tw-text-opacity: 1;
    color: rgba(255, 170, 0, var(--tw-text-opacity))
}

.tw-text-\[\#ff0033\] {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 51, var(--tw-text-opacity))
}

.\ !tw-text-pink-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 37, 117, var(--tw-text-opacity)) !important
}

.tw-text-green-success {
    --tw-text-opacity: 1;
    color: rgba(0, 219, 128, var(--tw-text-opacity))
}

.tw-text-gray-5 {
    --tw-text-opacity: 1;
    color: rgba(168, 157, 180, var(--tw-text-opacity))
}

.\ !tw-text-\[rgba\(41\2c 32\2c 50\2c 0\.8\)\] {
    color: rgba(41, 32, 50, .8) !important
}

.tw-underline {
    text-decoration: underline
}

.tw-placeholder-light-gray-500::-webkit-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 151, 170, var(--tw-placeholder-opacity))
}

.tw-placeholder-light-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 151, 170, var(--tw-placeholder-opacity))
}

.tw-placeholder-light-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 151, 170, var(--tw-placeholder-opacity))
}

.tw-opacity-80 {
    opacity: .8
}

.tw-opacity-100 {
    opacity: 1
}

.tw-opacity-90 {
    opacity: .9
}

.tw-opacity-0 {
    opacity: 0
}

.tw-opacity-60 {
    opacity: .6
}

.tw-blur-\[1px\] {
    --tw-blur: blur(1px)
}

.tw-blur-\[1px\],
.tw-filter {
    -webkit-filter: var(--tw-filter);
    filter: var(--tw-filter)
}

.tw-backdrop-blur {
    --tw-backdrop-blur: blur(8px)
}

.tw-backdrop-blur,
.tw-backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-filter);
    backdrop-filter: var(--tw-backdrop-filter)
}

.tw-transition-colors {
    transition-duration: .15s;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.tw-transition-transform {
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.tw-transition-opacity {
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

input,
textarea {
    padding: .7rem 1rem
}

.me-border-y {
    border-bottom-width: 1px;
    border-style: solid;
    border-top-width: 1px
}

.me-border {
    border-style: solid;
    border-width: 1px
}

.me-flex-center {
    align-items: center;
    display: flex;
    justify-content: center
}

.image-fit--cover {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.smartbanner-android {
    background: none !important;
    background-color: #120c18 !important;
    border: #000 !important;
    box-shadow: none !important
}

.smartbanner-button {
    box-shadow: none !important;
    color: #fff !important
}

.smartbanner-button-text {
    background: none !important
}

.first\:tw-ml-0:first-child {
    margin-left: 0
}

.hover\:tw-scale-\[1\.02\]:hover {
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02;
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform)
}

.hover\:tw-cursor-help:hover {
    cursor: help
}

.hover\:tw-bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 39, 63, var(--tw-bg-opacity))
}

.hover\:tw-bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(36, 24, 47, var(--tw-bg-opacity))
}

.hover\:tw-bg-purple-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(18, 12, 24, var(--tw-bg-opacity))
}

.hover\:tw-text-pink-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 37, 117, var(--tw-text-opacity))
}

.hover\:tw-text-gray-3:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 143, 168, var(--tw-text-opacity))
}

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

.hover\:tw-opacity-80:hover {
    opacity: .8
}

.hover\:tw-opacity-100:hover {
    opacity: 1
}

.hover\:tw-opacity-50:hover {
    opacity: .5
}

.hover\:tw-brightness-150:hover {
    --tw-brightness: brightness(1.5);
    -webkit-filter: var(--tw-filter);
    filter: var(--tw-filter)
}

.focus\:tw-border-none:focus {
    border-style: none
}

.focus\:tw-border-pink-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 37, 117, var(--tw-border-opacity))
}

.focus\:tw-bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(36, 24, 47, var(--tw-bg-opacity))
}

.focus\:tw-bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 19, 38, var(--tw-bg-opacity))
}

.active\:tw-scale-90:active {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform)
}

.disabled\:tw-cursor-not-allowed:disabled {
    cursor: not-allowed
}

.disabled\:tw-text-light-gray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(161, 151, 170, var(--tw-text-opacity))
}

@media (min-width:576px) {
    .sm\:tw-relative {
        position: relative
    }
    .sm\:tw-col-span-2 {
        grid-column: span 2/span 2
    }
    .sm\:tw-m-0 {
        margin: 0
    }
    .sm\:tw-mx-8 {
        margin-left: 2rem;
        margin-right: 2rem
    }
    .sm\:tw-mt-32 {
        margin-top: 8rem
    }
    .sm\:tw-mt-0 {
        margin-top: 0
    }
    .sm\:tw-mt-20 {
        margin-top: 5rem
    }
    .sm\:tw-mt-44 {
        margin-top: 11rem
    }
    .sm\:tw-flex {
        display: flex
    }
    .sm\:tw-hidden {
        display: none
    }
    .sm\:tw-h-400px {
        height: 400px
    }
    .sm\:tw-h-568px {
        height: 568px
    }
    .sm\:tw-h-\[250px\] {
        height: 250px
    }
    .sm\:tw-h-20 {
        height: 5rem
    }
    .sm\:tw-h-6 {
        height: 1.5rem
    }
    .sm\:tw-w-400px {
        width: 400px
    }
    .sm\:tw-w-\[500px\] {
        width: 500px
    }
    .sm\:tw-w-568px {
        width: 568px
    }
    .sm\:tw-w-max {
        width: -webkit-max-content;
        width: max-content
    }
    .sm\:tw-w-20 {
        width: 5rem
    }
    .sm\:tw-w-6 {
        width: 1.5rem
    }
    .sm\:tw--translate-x-16 {
        --tw-translate-x: -4rem;
        -webkit-transform: var(--tw-transform);
        transform: var(--tw-transform)
    }
    .sm\:tw-grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .sm\:tw-flex-row {
        flex-direction: row
    }
    .sm\:tw-items-center {
        align-items: center
    }
    .sm\:tw-justify-start {
        justify-content: flex-start
    }
    .sm\:tw-space-x-2>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)));
        margin-right: calc(.5rem*var(--tw-space-x-reverse))
    }
    .sm\:tw-space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(0px*var(--tw-space-y-reverse));
        margin-top: calc(0px*(1 - var(--tw-space-y-reverse)))
    }
    .sm\:tw-space-x-4>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
        margin-right: calc(1rem*var(--tw-space-x-reverse))
    }
    .sm\:tw-space-y-8>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(2rem*var(--tw-space-y-reverse));
        margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)))
    }
    .sm\:tw-self-start {
        align-self: flex-start
    }
    .sm\:tw-border {
        border-width: 1px
    }
    .sm\:tw-border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(36, 24, 47, var(--tw-border-opacity))
    }
    .sm\:tw-px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .sm\:tw-px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .sm\:tw-py-5 {
        padding-bottom: 1.25rem;
        padding-top: 1.25rem
    }
    .sm\:tw-pb-6 {
        padding-bottom: 1.5rem
    }
    .sm\:tw-pb-2 {
        padding-bottom: .5rem
    }
    .sm\:tw-pl-16 {
        padding-left: 4rem
    }
    .sm\:tw-text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
    .sm\:\ !tw-text-\[40px\] {
        font-size: 40px !important
    }
    .sm\:\ !tw-text-\[24px\] {
        font-size: 24px !important
    }
    .sm\:\ !tw-text-\[58px\] {
        font-size: 58px !important
    }
    .sm\:tw-text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
    .sm\:tw-text-5xl {
        font-size: 3rem;
        line-height: 1
    }
    .sm\:\ !tw-text-6xl {
        font-size: 3.75rem !important;
        line-height: 1 !important
    }
    .sm\:\ !tw-leading-\[120\%\] {
        line-height: 120% !important
    }
}

@media (min-width:768px) {
    .md\:tw-col-span-3 {
        grid-column: span 3/span 3
    }
    .md\:tw-col-span-6 {
        grid-column: span 6/span 6
    }
    .md\:tw-col-span-7 {
        grid-column: span 7/span 7
    }
    .md\:tw-col-start-6 {
        grid-column-start: 6
    }
    .md\:tw-col-start-3 {
        grid-column-start: 3
    }
    .md\:tw-mx-36 {
        margin-left: 9rem;
        margin-right: 9rem
    }
    .md\:tw-mx-2 {
        margin-left: .5rem;
        margin-right: .5rem
    }
    .md\:tw-mt-auto {
        margin-top: auto
    }
    .md\:tw-mr-3 {
        margin-right: .75rem
    }
    .md\:tw-mt-0 {
        margin-top: 0
    }
    .md\:tw-mr-5 {
        margin-right: 1.25rem
    }
    .md\:tw-block {
        display: block
    }
    .md\:tw-flex {
        display: flex
    }
    .md\:tw-inline-flex {
        display: inline-flex
    }
    .md\:tw-hidden {
        display: none
    }
    .md\:tw-w-full {
        width: 100%
    }
    .md\:tw-w-\[40\%\] {
        width: 40%
    }
    .md\:tw-w-\[50\%\] {
        width: 50%
    }
    .md\:tw-max-w-\[600px\] {
        max-width: 600px
    }
    .md\:tw-max-w-\[181px\] {
        max-width: 181px
    }
    .md\:tw-max-w-\[293px\] {
        max-width: 293px
    }
    .md\:tw-max-w-\[40\%\] {
        max-width: 40%
    }
    .md\:tw-max-w-\[50\%\] {
        max-width: 50%
    }
    .md\:tw--translate-y-32 {
        --tw-translate-y: -8rem;
        -webkit-transform: var(--tw-transform);
        transform: var(--tw-transform)
    }
    .md\:tw-grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .md\:tw-flex-row {
        flex-direction: row
    }
    .md\:tw-gap-y-32 {
        row-gap: 8rem
    }
    .md\:tw-overflow-y-auto {
        overflow-y: auto
    }
    .md\:tw-p-0 {
        padding: 0
    }
    .md\:tw-p-4 {
        padding: 1rem
    }
    .md\:tw-px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .md\:tw-pt-0 {
        padding-top: 0
    }
    .md\:\ !tw-text-\[58px\] {
        font-size: 58px !important
    }
    .md\:\ !tw-text-\[30px\] {
        font-size: 30px !important
    }
    .md\:\ !tw-text-\[36px\] {
        font-size: 36px !important
    }
    .md\:tw-text-5xl {
        font-size: 3rem;
        line-height: 1
    }
}

@media (min-width:992px) {
    .lg\:tw-absolute {
        position: absolute
    }
    .lg\:tw-top-20 {
        top: 5rem
    }
    .lg\:tw-right-6 {
        right: 1.5rem
    }
    .lg\:tw-top-auto {
        top: auto
    }
    .lg\:tw-bottom-0 {
        bottom: 0
    }
    .lg\:tw-order-1 {
        order: 1
    }
    .lg\:tw-order-2 {
        order: 2
    }
    .lg\:tw-col-span-5 {
        grid-column: span 5/span 5
    }
    .lg\:tw-col-span-4 {
        grid-column: span 4/span 4
    }
    .lg\:tw-col-span-7 {
        grid-column: span 7/span 7
    }
    .lg\:tw-col-span-6 {
        grid-column: span 6/span 6
    }
    .lg\:tw-col-start-8 {
        grid-column-start: 8
    }
    .lg\:tw-col-start-4 {
        grid-column-start: 4
    }
    .lg\:tw-col-start-9 {
        grid-column-start: 9
    }
    .lg\:tw-col-start-7 {
        grid-column-start: 7
    }
    .lg\:tw-col-end-13 {
        grid-column-end: 13
    }
    .lg\:tw-mx-8 {
        margin-left: 2rem;
        margin-right: 2rem
    }
    .lg\:tw-mt-0 {
        margin-top: 0
    }
    .lg\:tw-mr-8 {
        margin-right: 2rem
    }
    .lg\:tw-mb-0 {
        margin-bottom: 0
    }
    .lg\:tw-ml-240px {
        margin-left: 240px
    }
    .lg\:tw-ml-80px {
        margin-left: 80px
    }
    .lg\:tw-mt-44 {
        margin-top: 11rem
    }
    .lg\:tw-mt-40 {
        margin-top: 10rem
    }
    .lg\:tw-mt-24 {
        margin-top: 6rem
    }
    .lg\:tw-mt-8 {
        margin-top: 2rem
    }
    .lg\:tw-mt-32 {
        margin-top: 8rem
    }
    .lg\:tw-mb-10 {
        margin-bottom: 2.5rem
    }
    .lg\:tw-block {
        display: block
    }
    .lg\:tw-inline-flex {
        display: inline-flex
    }
    .lg\:tw-hidden {
        display: none
    }
    .lg\:tw-h-10 {
        height: 2.5rem
    }
    .lg\:tw-h-600px {
        height: 600px
    }
    .lg\:tw-h-full {
        height: 100%
    }
    .lg\:tw-w-10 {
        width: 2.5rem
    }
    .lg\:tw-w-240px {
        width: 240px
    }
    .lg\:tw-w-340px {
        width: 340px
    }
    .lg\:tw-max-w-\[800px\] {
        max-width: 800px
    }
    .lg\:tw-max-w-\[500px\] {
        max-width: 500px
    }
    .lg\:tw-grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .lg\:tw-grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }
    .lg\:tw-grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
    .lg\:tw-grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr))
    }
    .lg\:tw-flex-row {
        flex-direction: row
    }
    .lg\:tw-items-center {
        align-items: center
    }
    .lg\:tw-justify-between {
        justify-content: space-between
    }
    .lg\:tw-gap-16 {
        gap: 4rem
    }
    .lg\:tw-gap-y-24 {
        row-gap: 6rem
    }
    .lg\:tw-bg-opacity-100 {
        --tw-bg-opacity: 1
    }
    .lg\:tw-px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .lg\:tw-px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .lg\:tw-px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .lg\:tw-text-xs {
        font-size: .75rem;
        line-height: 1rem
    }
}

@media (min-width:1200px) {
    .xl\:tw-col-span-6 {
        grid-column: span 6/span 6
    }
    .xl\:tw-col-span-4 {
        grid-column: span 4/span 4
    }
    .xl\:tw-col-span-5 {
        grid-column: span 5/span 5
    }
    .xl\:tw-col-span-7 {
        grid-column: span 7/span 7
    }
    .xl\:tw-col-span-3 {
        grid-column: span 3/span 3
    }
    .xl\:tw-col-start-7 {
        grid-column-start: 7
    }
    .xl\:tw-col-start-6 {
        grid-column-start: 6
    }
    .xl\:tw-col-start-5 {
        grid-column-start: 5
    }
    .xl\:tw-mx-0 {
        margin-left: 0;
        margin-right: 0
    }
    .xl\:tw-mx-36 {
        margin-left: 9rem;
        margin-right: 9rem
    }
    .xl\:tw-mt-2 {
        margin-top: .5rem
    }
    .xl\:tw-h-\[700px\] {
        height: 700px
    }
    .xl\:tw-w-\[700px\] {
        width: 700px
    }
    .xl\:tw-w-3\/6 {
        width: 50%
    }
    .xl\:tw-w-3\/5 {
        width: 60%
    }
    .xl\:tw-min-w-\[373px\] {
        min-width: 373px
    }
    .xl\:tw-grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .xl\:tw-self-center {
        align-self: center
    }
    .xl\:tw-px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media (min-width:1400px) {
    .\32xl\:tw-col-span-4 {
        grid-column: span 4/span 4
    }
    .\32xl\:tw-col-span-7 {
        grid-column: span 7/span 7
    }
    .\32xl\:tw-col-span-5 {
        grid-column: span 5/span 5
    }
    .\32xl\:tw-flex {
        display: flex
    }
    .\32xl\:tw-max-w-\[1400px\] {
        max-width: 1400px
    }
    .\32xl\:tw-grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
    .\32xl\:tw-grid-cols-\[repeat\(3\2c 373px\)\] {
        grid-template-columns: repeat(3, 373px)
    }
    .\32xl\:tw-items-center {
        align-items: center
    }
}

@media (min-width:1600px) {
    .\33xl\:tw-flex {
        display: flex
    }
    .\33xl\:tw-hidden {
        display: none
    }
    .\33xl\:tw-w-full {
        width: 100%
    }
    .\33xl\:tw-grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
    .\33xl\:tw-grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media (min-width:1800px) {
    .\34xl\:tw-grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}

.wallet-adapter-button {
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    padding: 0 24px
}

.wallet-adapter-button-trigger {
    background-color: #512da8
}

.wallet-adapter-button:not([disabled]):focus-visible {
    outline-color: #fff
}

.wallet-adapter-button:not([disabled]):hover {
    background-color: #1a1f2e
}

.wallet-adapter-button[disabled] {
    background: #404144;
    color: #999;
    cursor: not-allowed
}

.wallet-adapter-button-end-icon,
.wallet-adapter-button-end-icon img,
.wallet-adapter-button-start-icon,
.wallet-adapter-button-start-icon img {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px
}

.wallet-adapter-button-end-icon {
    margin-left: 12px
}

.wallet-adapter-button-start-icon {
    margin-right: 12px
}

.wallet-adapter-collapse {
    width: 100%
}

.wallet-adapter-dropdown {
    display: inline-block;
    position: relative
}

.wallet-adapter-dropdown-list {
    grid-row-gap: 10px;
    background: #2c2d30;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .6);
    display: grid;
    font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    grid-template-rows: 1fr;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
    visibility: hidden;
    z-index: 99
}

.wallet-adapter-dropdown-list-active {
    opacity: 1;
    transform: translateY(10px);
    visibility: visible
}

.wallet-adapter-dropdown-list-item {
    align-items: center;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 600;
    height: 37px;
    justify-content: center;
    outline: none;
    padding: 0 20px;
    white-space: nowrap;
    width: 100%
}

.wallet-adapter-dropdown-list-item:not([disabled]):hover {
    background-color: #1a1f2e
}

.wallet-adapter-modal-collapse-button svg {
    fill: #999;
    align-self: center
}

.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg {
    transform: rotate(180deg);
    transition: transform .15s ease-in
}

.wallet-adapter-modal {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .15s linear;
    z-index: 1040
}

.wallet-adapter-modal.wallet-adapter-modal-fade-in {
    opacity: 1
}

.wallet-adapter-modal-button-close {
    align-items: center;
    background: #1a1f2e;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 12px;
    position: absolute;
    right: 18px;
    top: 18px
}

.wallet-adapter-modal-button-close:focus-visible {
    outline-color: #fff
}

.wallet-adapter-modal-button-close svg {
    fill: #777;
    transition: fill .2s ease 0s
}

.wallet-adapter-modal-button-close:hover svg {
    fill: #fff
}

.wallet-adapter-modal-overlay {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.wallet-adapter-modal-container {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 3rem;
    min-height: calc(100vh - 6rem)
}

@media (max-width:480px) {
    .wallet-adapter-modal-container {
        margin: 1rem;
        min-height: calc(100vh - 2rem)
    }
}

.wallet-adapter-modal-wrapper {
    align-items: center;
    background: #10141f;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .6);
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    max-width: 400px;
    position: relative;
    z-index: 1050
}

.wallet-adapter-modal-wrapper .wallet-adapter-button {
    width: 100%
}

.wallet-adapter-modal-title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
    padding: 64px 48px 48px;
    text-align: center
}

@media (max-width:374px) {
    .wallet-adapter-modal-title {
        font-size: 18px
    }
}

.wallet-adapter-modal-list {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    width: 100%
}

.wallet-adapter-modal-list .wallet-adapter-button {
    border-radius: 0;
    font-size: 18px;
    font-weight: 400
}

.wallet-adapter-modal-list .wallet-adapter-button-end-icon,
.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,
.wallet-adapter-modal-list .wallet-adapter-button-start-icon,
.wallet-adapter-modal-list .wallet-adapter-button-start-icon img {
    height: 28px;
    width: 28px
}

.wallet-adapter-modal-list .wallet-adapter-button span {
    font-size: 14px;
    margin-left: auto;
    opacity: .6
}

.wallet-adapter-modal-list-more {
    align-items: center;
    align-self: flex-end;
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    padding: 12px 24px 24px 12px
}

.wallet-adapter-modal-list-more svg {
    fill: #fff;
    margin-left: .5rem;
    transition: all .1s ease
}

.wallet-adapter-modal-list-more-icon-rotate {
    transform: rotate(180deg)
}

.wallet-adapter-modal-middle {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 24px 24px;
    width: 100%
}

.wallet-adapter-modal-middle-button {
    background-color: #512da8;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin-top: 48px;
    padding: 12px;
    width: 100%
}

.smartbanner-show.smartbanner-margin-top {
    margin-top: 80px
}

.smartbanner-show.smartbanner-margin-bottom {
    margin-bottom: 80px
}

.smartbanner-show .smartbanner {
    display: block
}

.smartbanner {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    background: #f4f4f4;
    display: none;
    font-family: Helvetica Neue, sans-serif;
    height: 80px;
    left: 0;
    line-height: 80px;
    overflow: hidden;
    width: 100%;
    z-index: 9998
}

.smartbanner-top {
    position: absolute;
    top: 0
}

.smartbanner-bottom {
    bottom: 0;
    position: fixed
}

.smartbanner-container {
    margin: 0 auto;
    padding: 0 5px
}

.smartbanner-close {
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    border: 0;
    border-radius: 14px;
    color: #888;
    display: inline-block;
    font-family: ArialRoundedMTBold, Arial;
    font-size: 20px;
    margin: 0 5px 0 0;
    padding: 0 0 1px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle
}

.smartbanner-close:active,
.smartbanner-close:hover {
    color: #aaa
}

.smartbanner-icon {
    background-size: cover;
    border-radius: 10px;
    height: 57px;
    margin-right: 12px;
    width: 57px
}

.smartbanner-icon,
.smartbanner-info {
    display: inline-block;
    vertical-align: middle
}

.smartbanner-info {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2em;
    white-space: normal;
    width: calc(99% - 201px)
}

.smartbanner-wrapper {
    display: inline-block;
    max-width: 110px;
    text-align: right;
    width: 100%
}

.smartbanner-title {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.smartbanner-description {
    max-height: 40px;
    overflow: hidden
}

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

.smartbanner-author:empty+.smartbanner-description {
    max-height: 50px
}

.smartbanner-button {
    color: #6a6a6a;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    margin: auto 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .8);
    text-transform: uppercase
}

.smartbanner-button:active,
.smartbanner-button:hover {
    color: #aaa
}

.smartbanner-ios {
    background: #f2f2f2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    line-height: 80px
}

.smartbanner-ios .smartbanner-close {
    -webkit-font-smoothing: none;
    border: 0;
    color: #888;
    font-family: Arial;
    height: 18px;
    line-height: 18px;
    text-shadow: 0 1px 0 #fff;
    width: 18px
}

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
    color: #888
}

.smartbanner-ios .smartbanner-icon {
    background-size: cover
}

.smartbanner-ios .smartbanner-info {
    color: #6a6a6a;
    font-weight: 300;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .8)
}

.smartbanner-ios .smartbanner-title {
    color: #4d4d4d;
    font-weight: 500
}

.smartbanner-ios .smartbanner-button {
    color: #0c71fd;
    font-size: 15px;
    font-weight: 400;
    min-width: 10%;
    padding: 0 10px
}

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
    background: #f2f2f2
}

.smartbanner-android {
    background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
    box-shadow: inset 0 4px 0 #88b131;
    line-height: 82px
}

.smartbanner-android .smartbanner-close {
    background: #1c1e21;
    border: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .8), 0 1px 1px hsla(0, 0%, 100%, .3);
    color: #b1b1b3;
    cursor: pointer;
    height: 17px;
    line-height: 17px;
    margin-right: 7px;
    max-width: 17px;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    width: 100%
}

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
    color: #eee
}

.smartbanner-android .smartbanner-icon {
    background-color: transparent;
    box-shadow: none
}

.smartbanner-android .smartbanner-info {
    color: #ccc;
    text-shadow: 0 1px 2px #000
}

.smartbanner-android .smartbanner-title {
    color: #fff;
    font-weight: 700
}

.smartbanner-android .smartbanner-button {
    background: none;
    border-radius: 0;
    box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
    color: #d1d1d1;
    font-weight: 700;
    min-width: 12%;
    padding: 0
}

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
    background: none
}

.smartbanner-android .smartbanner-button-text {
    background: #42b6c9;
    background: linear-gradient(180deg, #42b6c9, #39a9bb);
    box-shadow: none;
    display: block;
    padding: 0 10px;
    text-align: center;
    text-shadow: none;
    text-transform: none
}

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
    background: #2ac7e1
}

.smartbanner-kindle,
.smartbanner-windows {
    background: #f4f4f4;
    background: linear-gradient(180deg, #f4f4f4, #cdcdcd);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    line-height: 80px
}

.smartbanner-kindle .smartbanner-close,
.smartbanner-windows .smartbanner-close {
    border: 0;
    color: #888;
    height: 18px;
    line-height: 18px;
    text-shadow: 0 1px 0 #fff;
    width: 18px
}

.smartbanner-kindle .smartbanner-close:active,
.smartbanner-kindle .smartbanner-close:hover,
.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover {
    color: #aaa
}

.smartbanner-kindle .smartbanner-icon,
.smartbanner-windows .smartbanner-icon {
    background: rgba(0, 0, 0, .6);
    background-size: cover;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.smartbanner-kindle .smartbanner-info,
.smartbanner-windows .smartbanner-info {
    color: #6a6a6a;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .8)
}

.smartbanner-kindle .smartbanner-title,
.smartbanner-windows .smartbanner-title {
    color: #4d4d4d;
    font-weight: 700
}

.smartbanner-kindle .smartbanner-button,
.smartbanner-windows .smartbanner-button {
    background: #efefef;
    background: linear-gradient(180deg, #efefef, #dcdcdc);
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 hsla(0, 0%, 100%, .6), inset 0 2px 0 hsla(0, 0%, 100%, .7);
    color: #6a6a6a;
    min-width: 10%;
    padding: 0 10px
}

.smartbanner-kindle .smartbanner-button:active,
.smartbanner-kindle .smartbanner-button:hover,
.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover {
    background: #dcdcdc;
    background: linear-gradient(180deg, #dcdcdc, #efefef)
}