@import url(https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;900&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap);.card.collection-card {
    width: 100%;
    border-radius: 24px;
    cursor: pointer;
    background: #120c18;
    border: 1px solid #24182f;
    color: var(--white)!important
}

.card.collection-card.raydium {
    border: 1px solid #00b6bf
}

.card.collection-card.raydium .image-over {
    margin: -1px
}
.card.collection-card .image-over {
    overflow: hidden;
    flex: 1 0 auto;
    max-height: 260px;
    border-radius: 16px;
    background: var(--card-bg)
}

.card.collection-card .image-over,.card.collection-card .image-over .card-img-top {
    display: flex;
    align-items: center;
    justify-content: center
}

.card.collection-card:hover {
    background-color: #780ac2
}

.card.collection-card .description {
    max-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.card-organization-info {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 0 .25rem;
    gap: 0 .25rem;
    line-height: 140%;
    color: var(--dark-pink)
}

.popular-collections-area .anchor-link-container {
    right: calc(var(--bs-gutter-x)*0.5);
    bottom: 0
}

.popular-collections-area .swiper-pagination {
    top: 20px;
    right: 10px
}

.popular-collections-area .swiper-pagination-bullet {
    width: 12px!important;
    height: 12px!important;
    border-radius: 6px!important;
    overflow: hidden;
    color: #7e7991;
    background-color: #7e7991;
    margin-right: .2rem
}

.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
}

.anchor-link {
    height: 24px
}

.anchor-link:hover {
    color: #ef5da8!important
}


footer > div {
    border: 0 !important;
}

footer a {
    color: #c7c0ce!important
}

footer a:hover {
    opacity: .8
}

.BorderedButton_btn__2Glkn {
    --color-1: #e42575;
    border: 1px solid var(--color-1);
    border-radius: 8px;
    height: 40px;
    padding: 0 12px;
    transition: all .3s ease
}

.BorderedButton_btn__2Glkn:hover {
    background: var(--color-1)
}

.ButtonGroup_group__2mJyT button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none
}

.ButtonGroup_group__2mJyT button:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-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);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 12px 36px 12px 12px;
    cursor: pointer;
    color: var(--white)
}

.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 {
    display: inline-block;
    width: 36px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0
}

.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 {
    z-index: 9999;
    display: none;
    background: var(--dropdown-bg);
    border: 1px solid #2b273f;
    box-shadow: 2px 2px 8px rgba(0,0,0,.2),2px 4px 12px rgba(0,0,0,.15);
    border-radius: 8px
}

.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-right: calc(var(--bs-gutter-x)*0.5);
    padding-left: calc(var(--bs-gutter-x)*0.5)
}

nav .header .navbar-toggler:focus {
    outline: none;
    border: none;
    box-shadow: none
}

nav .header .toggle-icon {
    color: var(--white)
}

nav .header .logo {
    width: 180px;
    height: 80px
}

nav .header .logo.custom {
    width: 200px;
    object-fit: contain
}

nav .header .dropdown-menu {
    padding: 0;
    background-color: #1c1326;
    color: var(--white);
    border: 1px solid #2b273f;
    box-shadow: 2px 2px 8px rgba(0,0,0,.2),2px 4px 12px rgba(0,0,0,.15)
}

.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 {
        margin:0;
        height: auto
    }
}

.nav-item--main-nav {
    margin: .5rem auto;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center
}

@media (min-width: 768px) {
    .nav-item--main-nav {
        width:auto
    }
}

@media (min-width: 992px) {
    .nav-item--main-nav {
        margin:0 1rem 0 0
    }
}

.nav-item--inner {
    margin: 0;
    width: auto;
    padding: 0 2rem
}

@media (min-width: 768px) {
    .nav-item--inner {
        padding-left:1rem;
        padding-right: 1rem
    }
}

@media (min-width: 992px) {
    .nav-item--inner:hover {
        --tw-bg-opacity:1;
        background-color: rgba(180,171,186,var(--tw-bg-opacity));
        --tw-bg-opacity: 0.1
    }

    .nav-item--inner {
        padding-top: 0;
        padding-bottom: 0
    }
}

.subnav-nav-link {
    padding-top: 1rem;
    padding-bottom: 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__2hjOo:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.HeaderV2_showSearch__3DT5Z {
    opacity: 1;
    visibility: visible
}

.HeaderV2_logo__35dMv {
    width: 150px!important;
    height: 80px!important
}

@media (min-width: 992px) {
    .HeaderV2_logo__35dMv {
        width:180px!important
    }
}

.Sidebar_sidebar__1xlyr {
    height: 100vh;
    z-index: 998;
    top: 0;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%
}

.Sidebar_sidebar__1xlyr .Sidebar_content__35yfe {
    border-right: 1px solid #24182f;
    margin-top: 80px
}

.Sidebar_sidebar__1xlyr.Sidebar_isMeTheme__2havA .Sidebar_content__35yfe {
    margin-top: 104px
}

@media (min-width: 992px) {
    .Sidebar_sidebar__1xlyr {
        width:240px
    }

    .Sidebar_sidebar__1xlyr.Sidebar_slim__1hwQF {
        width: 80px
    }

    .Sidebar_sidebar__1xlyr.Sidebar_slim__1hwQF:hover {
        width: 240px
    }

    .Sidebar_sidebar__1xlyr.Sidebar_slim__1hwQF .Sidebar_content__35yfe {
        width: 80px!important
    }

    .Sidebar_sidebar__1xlyr.Sidebar_slim__1hwQF .Sidebar_tab__3vTzz {
        width: 48px;
        min-width: unset
    }

    .Sidebar_sidebar__1xlyr.Sidebar_slim__1hwQF .Sidebar_label__3Wp_O {
        opacity: 0;
        visibility: hidden;
        white-space: nowrap
    }

    .Sidebar_sidebar__1xlyr.Sidebar_slim__1hwQF .Sidebar_subMenu__Lf3_F {
        display: none
    }

    .Sidebar_sidebar__1xlyr.Sidebar_slim__1hwQF .Sidebar_content__35yfe:hover {
        width: 240px!important
    }

    .Sidebar_sidebar__1xlyr.Sidebar_slim__1hwQF .Sidebar_content__35yfe:hover .Sidebar_label__3Wp_O {
        visibility: visible;
        opacity: 1
    }

    .Sidebar_sidebar__1xlyr.Sidebar_slim__1hwQF .Sidebar_content__35yfe:hover .Sidebar_subMenu__Lf3_F {
        display: block
    }

    .Sidebar_sidebar__1xlyr.Sidebar_slim__1hwQF .Sidebar_content__35yfe:hover .Sidebar_tab__3vTzz {
        width: 200px
    }
}

#sidebar.expand {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width: 992px) {
    .Sidebar_sidebar__1xlyr {
        -webkit-transform:translateX(0)!important;
        transform: translateX(0)!important
    }
}

.home-page {
    background: #120d18
}

.home-page h1 {
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: 0
}

.theme-raydium .home-page {
    background: var(--bg-color-primary)
}

@media(max-width: 767.98px) {
    .home-page h1 {
        font-size: 20px!important;
    }

    h1 {
        line-height:48px!important
    }

    h1,h2 {
        font-size: 32px!important
    }

    .home-page section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    ul.navbar-nav.action {
        position: relative;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        right: -6px
    }

    #wallet-connect-btn {
        margin-left: 0!important
    }
}

.featured-carousel-section {
    background-size: cover;
    padding-top: 150px;
    box-sizing: border-box;
    height: 576px
}

.featured-carousel-section .featured {
    top: -10px;
    left: 4px
}

.featured-carousel-section .soliens-box {
    background: hsla(0,0%,100%,.1);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    padding: 40px;
    border-radius: 20px
}

.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;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left
}

.featured-carousel-section .panner {
    width: 100%;
    height: 100%;
    position: relative
}

.featured-carousel-section .panner-wrapper {
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 96px);
    width: 20800px;
    -webkit-animation-name: pan;
    animation-name: pan;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.65,.08,.65,.67);
    animation-timing-function: cubic-bezier(.65,.08,.65,.67)
}

@-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 {
    width: 96px;
    height: 96px;
    margin: 36px;
    background: #fff;
    float: left;
    -webkit-animation: grow;
    animation: grow;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.featured-carousel-section .rect0 {
    background-image: url(https://gateway.pinata.cloud/ipfs/QmQJZccrSSiVVHoeBUUXmpxC8Wof4ey3ig7FuVqTnb8cUa)
}

.featured-carousel-section .rect0,.featured-carousel-section .rect1 {
    background-size: cover;
    background-position: 50%;
    background-color: transparent
}

.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-size: cover;
    background-position: 50%;
    background-color: transparent
}

.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-size: cover;
    background-position: 50%;
    background-color: transparent
}

.featured-carousel-section .rect5 {
    background-image: url(https://gateway.pinata.cloud/ipfs/QmSTMxfpyiBWhGbeVqCrdoLqW7M867gMgG6WJvvxBmSL6T)
}

.featured-carousel-section .rect99 {
    position: absolute;
    left: calc(50% - 156px);
    top: 0;
    width: 60px;
    height: 192px;
    background-color: red;
    opacity: 0;
    -webkit-animation: reveal;
    animation: reveal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -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)
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 0
    }
}

@keyframes grow {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 0
    }
}

@-webkit-keyframes reveal {
    0% {
        opacity: 1;
        background-color: #fff
    }

    to {
        opacity: 1;
        background-color: #1c1326;
        width: 100%;
        height: calc(100% + 422px);
        left: 0;
        top: -278px;
        z-index: 200
    }
}

@keyframes reveal {
    0% {
        opacity: 1;
        background-color: #fff
    }

    to {
        opacity: 1;
        background-color: #1c1326;
        width: 100%;
        height: calc(100% + 422px);
        left: 0;
        top: -278px;
        z-index: 200
    }
}

.featured-carousel-section .carousel-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 576px;
    opacity: 0;
    -webkit-animation: fadeOut;
    animation: fadeOut;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-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 {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    list-style: none;
    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 {
    height: 590px;
    width: 100%;
    background-size: cover
}

.featured-carousel-section .carousel-item-foreground {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 150px;
    z-index: 30
}

.featured-carousel-section p {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.5)
}

.PlainButton_btn__24zB_ {
    --primary-color: #e42575;
    border-radius: 8px;
    height: 40px;
    padding: 0 12px;
    transition: all .3s ease;
    background: #7a00cc
}

.PlainButton_btn__24zB_:hover {
    opacity: .8
}

.PlainButton_btn__24zB_.PlainButton_primary__34OCV {
    background: var(--primary-color)
}

.PlainButton_btn__24zB_.PlainButton_transparent__1quxP {
    background: transparent;
    border: 1px solid #33273f
}

.PlainButton_btn__24zB_.PlainButton_bordered__3bdPK {
    background: transparent;
    border: 1px solid var(--primary-color)
}

.PlainButton_btn__24zB_.PlainButton_disabled__YnGJP,.PlainButton_btn__24zB_.PlainButton_disabled__YnGJP:hover {
    opacity: .7
}

.FeaturedCarouselV2_customDots__2_RfF ul li {
    height: 16px
}

.FeaturedCarouselV2_customDots__2_RfF ul li span {
    height: 4px;
    width: 100%;
    border-radius: 4px
}

.card.auction-card {
    width: 100%;
    border-radius: 16px;
    cursor: pointer;
    background: var(--nav-bg);
    border: 1px solid var(--grey-300);
    color: var(--white)!important
}

.card.auction-card.raydium {
    border: 1px solid #00b6bf
}

.card.auction-card.raydium .image-over {
    margin: -1px
}

.card.auction-card .image-over {
    overflow: hidden;
    flex: 1 0 auto;
    max-height: 260px;
    border-radius: 16px;
    background: var(--nav-bg)
}

.card.auction-card .image-over,.card.auction-card .image-over .card-img-top {
    display: flex;
    align-items: center;
    justify-content: center
}

.card.auction-card .description {
    max-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    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
}

.new-collections__slider .slick-slider .slick-arrow {
    display: none
}

.new-collections__slider .slick-dots {
    position: absolute;
    width: auto;
    top: -40px;
    right: 6px;
    bottom: auto
}

.new-collections__slider .slick-dots li {
    width: 10px!important
}

.new-collections__slider .slick-dots .slick-active button:before {
    opacity: 1!important
}

.new-collections__slider .slick-dots button:before {
    color: #a329f5!important;
    font-size: .6rem;
    opacity: .4!important
}

.AuctionsCarousel_slickArrowLeft__uhoZM,.AuctionsCarousel_slickArrowRight__2kYcA {
    position: absolute;
    top: 50%;
    opacity: .5
}

.AuctionsCarousel_slickArrowLeft__uhoZM:hover,.AuctionsCarousel_slickArrowRight__2kYcA:hover {
    opacity: 1
}

.AuctionsCarousel_slickArrowRight__2kYcA {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -48px
}

.AuctionsCarousel_slickArrowLeft__uhoZM {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    left: -48px
}

.content__regular {
    width: calc(100% - 240px)
}

.content__slim {
    width: calc(100% - 80px)
}

.market-place .explore-area {
    padding-top: 0
}

.market-place .galaxy-container {
    padding: 82px 0
}

.market-place .galaxy-image {
    width: 50%;
    max-width: 400px
}

.market-place__drawer {
    top: 80px;
    position: fixed;
    height: calc(100vh - 80px)!important
}

.me-btn {
    position: relative;
    width: 250px;
    font-size: 16px;
    color: #fff;
    padding: 8px 16px;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 6px;
    moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.me-btn:focus {
    outline: none
}

.me-btn.gradient {
    background: linear-gradient(123.73deg,#900ce9 22%,#f94e9b 80.67%)
}

.me-btn.gradient:hover {
    opacity: .8
}

.me-btn.plain.border {
    border: 1px solid #3c355a!important;
    background: #161320
}

.me-btn.plain {
    background: #272238
}

.me-btn.plain:hover {
    background: #221e31
}

.me-btn.gradientBorder {
    background: #161320;
    background-clip: padding-box!important
}

.me-btn.disabled,.me-btn.disabled:hover {
    opacity: .5
}

.gradientBorderWrapper {
    display: inline-block;
    padding: 1px;
    border-radius: 6px;
    background: linear-gradient(123.73deg,#7a00cc 22%,#f72c87 80.67%)
}

.gradientBorderWrapper:hover {
    background: none
}

.gradientBorderWrapper:hover .gradientBorder {
    background: linear-gradient(123.73deg,#7a00cc 22%,#f72c87 80.67%)
}

.theme-raydium .me-btn.plain {
    background: var(--bg-color-secondary);
    border: var(--input-border)
}

.theme-raydium .me-btn.gradient,.theme-raydium .me-btn.plain:hover {
    background: linear-gradient(126.6deg,rgba(57,208,216,.2) 28.69%,rgba(57,208,216,0))
}

.theme-raydium .me-btn.gradient {
    border: var(--input-border)
}

.theme-raydium .gradientBorderWrapper {
    background: linear-gradient(123.73deg,#da2eef 22%,#2b6aff 80.67%)
}

.theme-raydium .gradientBorderWrapper .gradientBorder {
    background: linear-gradient(321.82deg,#18134d,#1b1659)
}

.theme-raydium .gradientBorderWrapper .gradientBorder:hover {
    background: linear-gradient(126.6deg,rgba(57,208,216,.2) 28.69%,rgba(57,208,216,0))
}

.theme-galactic_geckos .me-btn.plain,.theme-thugbirdz .me-btn.plain {
    background: var(--bg-color-secondary);
    border: var(--input-border)
}

.theme-galactic_geckos .me-btn.gradient,.theme-galactic_geckos .me-btn.plain:hover,.theme-thugbirdz .me-btn.gradient,.theme-thugbirdz .me-btn.plain:hover {
    background: var(--theme-primary-color);
    color: #000
}

.theme-galactic_geckos .gradientBorderWrapper,.theme-thugbirdz .gradientBorderWrapper {
    background: transparent
}

.theme-galactic_geckos .gradientBorderWrapper .gradientBorder,.theme-thugbirdz .gradientBorderWrapper .gradientBorder {
    background: transparent;
    border: 1px solid var(--theme-primary-color)
}

.theme-galactic_geckos .gradientBorderWrapper .gradientBorder:hover,.theme-thugbirdz .gradientBorderWrapper .gradientBorder:hover {
    background: linear-gradient(126.6deg,rgba(57,208,216,.2) 28.69%,rgba(57,208,216,0))
}

.read-more__description.hasMore {
    -webkit-mask: linear-gradient(#fff 45%,transparent)
}

.attributes-row {
    padding-right: calc(var(--bs-gutter-x)*0.5)
}

.attributes-row .attributes-column {
    margin-bottom: .5rem
}

.attributes-column {
    padding-right: 0
}

.attributes-main img {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    width: 1rem;
    display: none
}

.attributes-main img:hover {
    opacity: .8
}

.attributes-main:hover img {
    display: inline;
    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)
}

.collection-info {
    box-sizing: border-box;
    border-radius: 24px;
    padding: 40px 24px 24px
}

.collection-info .attributes-column {
    text-align: center
}

@media(max-width: 767.98px) {
    .collection-info {
        padding-top:30px!important;
        padding-bottom: 10px!important
    }

    .collection-info h1 {
        font-size: 32px!important
    }
}

.modal-content {
    background: #2b2640
}

.modal-footer,.modal-header {
    border-color: transparent
}

.modal-close-btn {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url(../media/closeGrey.6d710ec6.html)
}

.modal-close-btn:hover {
    opacity: .8
}

.modal-disabled-over-lay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: transparent
}

.me-select {
    padding: 12px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto
}

.me-select::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #000
}

.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)
}

.tippy-tooltip.flag-theme {
    padding: 0!important;
    margin-top: -20px
}

.collection-filter {
    padding-left: calc(var(--bs-gutter-x)*0.5);
    padding-right: calc(var(--bs-gutter-x)*0.5)
}

.me-search input {
    background: var(--input-bg);
    border: var(--input-border);
    box-sizing: border-box;
    border-radius: 8px;
    padding-right: 36px
}

.me-search input:focus {
    background: var(--input-bg);
    border: 1px solid #595280
}

.me-search .searchIcon {
    display: inline-block;
    width: 36px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0
}

.me-multi-select {
    font-family: var(--multi-select__font-family);
    font-size: var(--multi-select__font-size)
}

.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;
    outline: none;
    color: var(--white)!important
}

.accordion-button.disabled {
    color: var(--p-color-primary)!important
}

.accordion-button:focus {
    outline: none;
    border-color: var(--accordion-border-color);
    box-shadow: none;
    color: var(--white)
}

.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 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.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 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E")!important
}

.accordion-collapse {
    transition-duration: .1s
}

.me-refresh-btn .rotate {
    transition: all .8s linear;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.me-table {
    border-collapse: collapse
}

.me-table__container {
    border: 1px solid #4d3d5c;
    box-sizing: border-box;
    border-radius: 20px;
    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;
    line-height: 150%;
    letter-spacing: .02em;
    font-weight: 500
}

.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;
    line-height: 150%;
    letter-spacing: .02em;
    font-weight: 500;
    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
}

.caret-down,.caret-up {
    position: relative
}

.caret-down:before,.caret-up:before {
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.caret-up:before {
    border: 3px solid transparent;
    border-bottom-color: #fff;
    top: 20%
}

.caret-down:before,.caret-up:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 4px
}

.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 {
    outline: none;
    border: none;
    background-color: #23182f;
    color: #fff;
    cursor: pointer
}

.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
}

.activities__txType-exchange {
    color: #2fc27d
}

.activities__txType-acceptBid {
    color: #1aac7a
}

.activities__txType-cancelBid,.activities__txType-cancelEscrow {
    color: #9c93a5
}

.activities__txType-placeBid {
    color: #6d79c9
}

.collectionSidebar {
    width: 340px;
    height: calc(100vh - 81px);
    flex-shrink: 0;
    top: 81px
}

.collectionSidebar.collapsed {
    width: 60px
}

.collectionSidebar__expand {
    width: 100%;
    height: 60px
}

.collectionSidebar_collapse {
    width: 60px;
    height: 100%
}

.collectionSidebar .sidebar-resizer {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 3px;
    justify-self: flex-end;
    cursor: col-resize;
    resize: horizontal
}

.collectionSidebar .sidebar-resizer:hover {
    width: 3px;
    background: rgba(193,195,197,.7058823529411765)
}

.collectionSidebar__title {
    font-family: var(--collection-side-bar__title__font-family);
    font-size: var(--collection-side-bar__title__font-size)
}

.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)
}

.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
}

.grid-card__title {
    font-family: var(--card__title__font-family);
    font-size: var(--card__title__font-size)
}

.truncated {
    flex: 1 1;
    min-width: 0;
    padding-top: 5px
}

.check-mark {
    margin: 0 6px
}

.collection-mark {
    color: var(--collection-meta)!important
}

.collection-filter-tags {
    font-family: var(--collection-filter-tags__font-family);
    font-size: var(--collection-filter-tags__font-size)
}

.me-drawer {
    transition: all .3s ease-in;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: auto
}

.me-drawer.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 300px
}

.me-drawer.open.full {
    width: 100%
}

.me-tab2 span.me-tab2-title {
    font-family: var(--tab2__font-family);
    font-size: var(--tab2__font-size)
}

.me-tab2.is-active span.me-tab2-title {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5)
}

.me-tab2.is-active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px;
    left: 0;
    background-color: var(--dark-pink)
}

.card__main {
    max-width: 300px;
    width: 100%;
    border-radius: 16px;
    background: var(--card-bg)
}

.card__main .card__custom-overlay {
    visibility: hidden;
    opacity: 0
}

.card__main:hover .card__custom-overlay {
    visibility: visible;
    opacity: 1
}

.card__main .pure-card {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.card__main .image-over {
    flex: 1 0 auto;
    max-height: 260px;
    min-height: 260px;
    border-radius: 16px
}

.card__main .image-over,.card__main .image-over .card-img-top {
    display: flex;
    align-items: center;
    justify-content: center
}

.card__main .card-caption {
    flex: 0 0 auto
}

.card__main h6 {
    margin-top: 0
}

.card__main .noTitle {
    visibility: hidden
}

.card__price {
    color: var(--white)
}

.organization__header {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 1rem 0;
    color: #f5f3f7;
    margin: 0 auto;
    flex-direction: column
}

@media (min-width: 992px) {
    .organization__header {
        padding:0;
        flex-direction: row;
        align-items: center;
        max-width: 1440px;
        height: 400px
    }
}

.organization__title {
    font-size: 3.625rem;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 4px
}

.organization__info-container {
    max-width: 980px
}

.organization__info {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px
}

@media (min-width: 992px) {
    .organization__info {
        width:45%
    }
}

.organization__badge {
    margin-bottom: 4px
}

.organization__attributes,.organization__badge {
    display: flex;
    align-items: center;
    grid-gap: .5rem;
    gap: .5rem
}

.organization__attributes {
    flex-wrap: wrap;
    font-size: .875rem;
    margin-bottom: 24px
}

.inline-attribute {
    border-radius: 4px;
    padding: 0 8px;
    line-height: 2.25rem;
    background-color: hsla(0,0%,100%,.1);
    font-size: .875rem
}

.item-details-area .price {
    font-size: 1.2rem
}

.item-details-area .cash {
    font-weight: 100;
    opacity: .8;
    font-size: .8rem
}

.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-width: 568px;
    max-height: 568px;
    overflow: hidden
}

.item-details-area .item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.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
}

.bidding-offers-container {
    overflow-x: auto
}

.bidding-offer__mint-address {
    text-decoration: underline!important
}

.bidding-offer__mint-address:hover {
    opacity: .8
}

.social-share {
    color: var(--collection-meta)
}

.social-share__dropdown {
    padding: 6px
}

.social-share__item {
    padding: 6px;
    cursor: pointer
}

.social-share__item img {
    margin-right: 8px
}

.social-share__item:hover {
    opacity: .8
}

.price-history__chart {
    height: 250px
}

.price-history .recharts-cartesian-axis-tick-value {
    font-family: monospace
}

.chart-tooltip {
    position: relative;
    background: var(--chart-tooltip-border);
    padding: 1px
}

.CollectionFlaggingContent_tableContainer__LZXg2 {
    border: 1px solid #25182e;
    border-radius: 8px
}

.CollectionFlaggingContent_table__3z3D7 {
    border-collapse: collapse
}

.CollectionFlaggingContent_table__3z3D7 tr {
    border-bottom: 1px solid #25182e!important
}

.CollectionFlaggingContent_table__3z3D7 tr td {
    padding: .5rem 1rem
}

.CollectionFlaggingContent_table__3z3D7 tr td:first-child {
    min-width: 160px;
    color: #a89db4
}

.item-details__loading-modal .modal-content {
    border-radius: 1.5rem
}

.item-details__loading-modal .modal-content .spinner-border {
    width: 1.5rem;
    height: 1.5rem
}

.numeric-input {
    border: 1px solid #4d3d5c;
    background: #120c18;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box
}

.numeric-input:focus {
    outline: none;
    border: 1px solid #595280
}

.numeric-input .no-border {
    border: 1px solid transparent
}

.item-details__make-offer-modal h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

.make-offer__expiration-select {
    min-width: 180px;
    width: 180px;
    max-width: 180px
}

.make-offer__label {
    color: #9c93a5;
    margin-bottom: 4px
}

.me-tab {
    display: inline-block;
    text-align: center;
    min-width: 160px;
    padding: 12px;
    background: var(--bg-color-third);
    border: 1px solid #4d3d5c;
    box-sizing: border-box;
    border-radius: 8px;
    color: var(--white);
    cursor: pointer
}

.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
}

@media(max-width: 767.98px) {
    .my-profile section {
        padding-top:50px
    }
}

.AccountInfo_username__2QpMU {
    background: linear-gradient(123.73deg,#900ce9 22%,#f94e9b 80.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.AccountInfo_verifiedTooltip__2cwHF {
    display: inline-block!important;
    height: 30px
}

.CopiableButton_btn__3ey8A {
    transition: all .12s ease-in-out
}

.CopiableButton_btn__3ey8A:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.launch-pad-page {
    background-color: var(--grey-100)
}

.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 {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(269px,1fr));
    grid-gap: 20px;
    gap: 20px;
    cursor: pointer
}

@media screen and (min-width: 802px) {
    .launch-pad__grid {
        grid-template-columns:repeat(auto-fill,minmax(269px,269px))
    }
}

.launch-pad__grid>div {
    transition: all .25s;
    border: 1px solid #24182f;
    border-radius: 12px;
    overflow: hidden
}

.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 {
    width: 100%;
    padding-bottom: 67%;
    background-size: cover;
    margin-bottom: 12px
}

.launch-pad__grid .launch-pad__card__name {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    min-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    text-align: center;
    color: #f5f3f7;
    margin-bottom: 8px
}

.launch-pad__grid .launch-pad__card__date {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #e42575
}

.launch-pad__grid .launch-pad__card__facts {
    padding: 12px;
    display: grid;
    grid-gap: 8px;
    gap: 8px;
    grid-template-columns: 1fr 1fr
}

.launch-pad__grid .launch-pad__card__facts>div {
    border: 1px solid #2b2037;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    border-radius: 4px
}

.launch-pad__grid .launch-pad__card__facts>div label {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #f8f7f8;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 4px
}

.launch-pad__grid .launch-pad__card__facts>div span {
    display: inline-block;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%
}

.progress-bar__container {
    background: var(--grey-400);
    width: 100%;
    height: 6px;
    border-radius: 10px
}

.progress-bar__value {
    background-color: var(--dark-pink);
    border-radius: 10px;
    height: 100%
}

.launch-pad__container {
    margin-top: 80px!important
}

.launch-pad__row {
    border: 1px solid #24182f;
    border-radius: 12px
}

.launch-pad__row h1 {
    font-size: 58px;
    line-height: 120%
}

.launch-pad__mint[disabled] {
    cursor: not-allowed
}

.launch-pad__featured-launch {
    background: hsla(0,0%,100%,.1);
    border: .5px solid #594a68;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(2.83458px);
    backdrop-filter: blur(2.83458px);
    border-radius: 4px;
    letter-spacing: .15em
}

.launch-pad__attributes {
    position: relative;
    left: calc(var(--bs-gutter-x)*-0.5)
}

.launch-pad__attributes .attributes-column>div {
    background: #2b2037
}

.launch-pad__description {
    color: #9c93a5;
    font-size: 16px
}

.launch-pad__progress-bar {
    margin-top: 4px
}

.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
}

.UpVote_btn__37ju3 {
    transition: all .12s ease-in-out
}

.UpVote_btn__37ju3:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.UpVote_btn__37ju3:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.UpVote_flatBtn__CCMgK {
    transition: all .12s ease-in-out
}

.UpVote_flatBtn__CCMgK:hover {
    opacity: .8
}

.UpVote_flatBtn__CCMgK:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.CalendarCard_meLaunchPadLabel__1lCpk {
    background: hsla(0,0%,100%,.1);
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(2.83458px);
    backdrop-filter: blur(2.83458px);
    border-radius: 4px;
    letter-spacing: .15em;
    color: var(--primary-p-color)!important
}

.NewDropFormModal_label__30kI- {
    color: #c7c0ce
}

.NewDropFormModal_input__3gd2v {
    background-color: #1c1326!important;
    border: 1px solid transparent!important;
    border-radius: 8px
}

.NewDropFormModal_input__3gd2v:focus {
    border: 1px solid #4d3d5c;
    background-color: #1c1326;
    outline: none
}

.NewDropFormModal_error__3eBJj {
    border-color: #fa0!important;
    background: rgba(255,170,0,.04)
}

.NewDropFormModal_errorMsg__2xAid {
    color: #fa0;
    font-size: 11px
}

.NewDropFormModal_input__3gd2v::-webkit-input-placeholder {
    opacity: 1
}

.NewDropFormModal_input__3gd2v:-ms-input-placeholder {
    opacity: 1
}

.NewDropFormModal_input__3gd2v::placeholder {
    color: #665676;
    font-family: var(--input__placeholder__font-family);
    font-size: var(--input__placeholder__font-size);
    opacity: 1
}

.NewDropFormModal_input__3gd2v::-webkit-input-placeholder {
    color: #665676;
    font-family: var(--input__placeholder__font-family);
    font-size: var(--input__placeholder__font-size)
}

.NewDropFormModal_input__3gd2v:-ms-input-placeholder {
    color: #665676;
    font-family: var(--input__placeholder__font-family);
    font-size: var(--input__placeholder__font-size)
}

.NewDropFormModal_input__3gd2v::-ms-input-placeholder {
    color: #665676;
    font-family: var(--input__placeholder__font-family);
    font-size: var(--input__placeholder__font-size)
}

.NewDropFormModal_input__3gd2v:-webkit-autofill {
    -webkit-text-fill-color: var(--white)!important
}

.DayPicker .DayPicker-Caption {
    color: var(--white);
    font-size: 1rem
}

.DayPicker .DayPicker-Weekday {
    color: #f5f3f7
}

.DayPicker .DayPicker-Day {
    color: var(--white)
}

.DayPicker .DayPicker-Day--disabled {
    color: #665676
}

.DayPicker .DayPicker-Day {
    width: 40px
}

.DayPicker .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside),.DayPicker .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
    background-color: #7a00cc!important
}

.time-input {
    position: relative
}

.time-input__input {
    border: 1px solid #4d3d5c;
    background: #120c18;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
    padding: 12px 12px 12px 44px!important
}

.time-input__input:focus {
    outline: none;
    border: 1px solid #595280
}

.time-input__input .no-border {
    border: 1px solid transparent
}

.time-input__clock {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../media/clock.52753288.html);
    position: absolute;
    left: 10px;
    top: 12px
}

.insights-hero {
    background: linear-gradient(rgba(0,0,0,.3),#0f0a19),url(../media/insights-bg.4494d86b.html);
    padding-top: 80px
}

.insights-page {
    background-color: var(--grey-100)
}

.statistics-page__collections-table .cell-increase {
    color: #3ae980
}

.statistics-page__collections-table .cell-decrease {
    color: #f94e9b
}

.statistics-page__collections-table .collection-name__image {
    width: 30px;
    height: 30px;
    overflow: hidden;
    --tw-border-opacity: 1;
    border: 1px solid rgba(77,61,92,var(--tw-border-opacity))
}

.statistics-page__collections-table .table-header--time-period {
    border-radius: .25rem;
    --tw-bg-opacity: 1;
    background-color: rgba(248,247,248,var(--tw-bg-opacity));
    padding: .125rem;
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgba(28,19,38,var(--tw-text-opacity));
    opacity: .7
}

.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-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.statistics-page__collections-table .me-table.heavy tbody tr:hover {
    background: var(--grey-400);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.me-pill-tab {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    border-radius: .25rem;
    padding: .25rem .5rem;
    text-align: center;
    font-size: .75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(248,247,248,var(--tw-text-opacity));
    opacity: .9;
    min-width: 50px
}

.me-pill-tab.isActive {
    --tw-bg-opacity: 1;
    background-color: rgba(248,247,248,var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(28,19,38,var(--tw-text-opacity))
}

.me-pill-tab-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.me-pill-tab-container>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem*var(--tw-space-x-reverse));
    margin-left: calc(0.125rem*(1 - var(--tw-space-x-reverse)))
}

.me-pill-tab-container {
    border-radius: .25rem;
    --tw-border-opacity: 1;
    border-color: rgba(43,39,63,var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(43,32,55,var(--tw-bg-opacity));
    padding: .25rem
}

.statistics-page table {
    position: relative
}

.faq--answer a.faq--link.color-dark-pink {
    color: var(--dark-pink)
}

.faq--answer a.faq--link.color-dark-pink:hover {
    text-decoration: underline
}

.SettingsSidebar_item__23_Rn {
    display: flex;
    cursor: pointer;
    border-radius: .375rem
}

.SettingsSidebar_item__23_Rn:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28,19,38,var(--tw-bg-opacity))
}

.SettingsSidebar_item__23_Rn {
    padding: 1rem;
    font-weight: 600;
    opacity: .8
}

.SettingsSidebar_item__23_Rn:hover {
    opacity: 1
}

.SettingsSidebar_active__2T43f {
    --tw-bg-opacity: 1;
    background-color: rgba(28,19,38,var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(248,247,248,var(--tw-text-opacity))
}

.SettingsContent_content__2OzZI {
    background-color: #232227;
    border-radius: 20px
}

.ProfileSettings_input__3aSCJ {
    width: 300px
}

.SettingsPage_main__19umj {
    height: calc(100vh - 90px)
}

.drop-section .attributes-column {
    width: 178px
}

.drop-section .attributes-row {
    margin-left: -12px
}

.drop-section .attributes-main {
    background-color: #2b273f!important
}

.auction__title {
    font-size: 58px;
    font-weight: 800
}

.auction__image {
    max-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.auction__image img {
    object-fit: contain;
    max-height: 500px
}

.auction__creator {
    display: flex;
    align-items: center
}

.auction__creator .creator-address {
    font-weight: 700
}

.auction__creator .creator-link {
    margin: 0;
    color: var(--white)!important
}

.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 {
    color: #fff;
    border-radius: 4px;
    font-size: 10px
}

.auction__stats .live-indicator-circle {
    height: .7em;
    width: .7em;
    background: #adff2f;
    display: inline-block;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: blinker 6s cubic-bezier(.5,0,1,1) infinite alternate;
    animation: blinker 6s cubic-bezier(.5,0,1,1) infinite alternate;
    font-size: 10px;
    margin-right: 5px;
    vertical-align: baseline
}

@-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
}

.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 {
    height: 12px;
    width: 12px;
    background: #000
}

.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
}

.theme-raydium {
    --bg-color-primary: linear-gradient(314.86deg,#18134d,#0c0926),linear-gradient(242.18deg,rgba(57,208,216,0.08) 68.05%,rgba(57,208,216,0.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,0.15),rgba(27,22,89,0.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)
}

@font-face {
    font-family: "Press Start 2P";
    src: url(../media/PressStart2P-Regular.5f45b521.html) format("truetype");
    font-weight: 400;
    font-style: normal
}

.theme-raydium,.theme-thugbirdz {
    --accordion-button-background-color: var(--bg-color-primary)
}

.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)
}

.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 {
    font-family: var(--theme-font-family);
    color: var(--theme-font-color)!important
}

.theme-thugbirdz .collection-info p {
    color: #f8f7f8;
    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";
    src: url(../media/zombie.b02e2823.html) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "vt323";
    src: url(../media/vt323.2b99cf3a.html) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-size:1rem}

.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%;
    background-image: url(../media/gg_bg.db026d18.html);
    background-repeat: repeat;
    -webkit-animation-name: star_move;
    animation-name: star_move;
    -webkit-animation-duration: 1000s;
    animation-duration: 1000s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-size: 100%
}

.theme-galactic_geckos .collection-info h1 {
    font-family: var(--theme-font-family);
    color: #f8f7f8!important;
    color: var(--white)!important
}

.theme-galactic_geckos .collection-info p {
    color: #f8f7f8;
    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(../media/gg_label__bg.d54ba52a.html);
    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(../media/gg_content_bg.d32d962b.html);
    background-size: 200% 200%;
    background-position: 50%;
    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(../media/gg_content_bg.d32d962b.html);
    background-size: 200% 200%;
    background-position: 50%
}

@-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: #b450f7;
    --collection-meta: var(--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 {
    font-family: "Inter",sans-serif;
    font-family: var(--secondary-font);
    color: #8e8e8e;
    color: var(--primary-p-color);
    background: #09080d;
    background: var(--bg-color-primary)
}

input::-webkit-input-placeholder {
    opacity: 1
}

input:-ms-input-placeholder {
    opacity: 1
}

input::placeholder {
    color: #b4abba;
    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: #b4abba;
    color: var(--p-color-secondary);
    font-family: var(--input__placeholder__font-family);
    font-size: var(--input__placeholder__font-size)
}

input:-ms-input-placeholder {
    color: #b4abba;
    color: var(--p-color-secondary);
    font-family: var(--input__placeholder__font-family);
    font-size: var(--input__placeholder__font-size)
}

input::-ms-input-placeholder {
    color: #b4abba;
    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 {
    border: 1px solid #4d3d5c;
    background-color: #1c1326;
    outline: none
}

.bg-color-secondary {
    background: #1c1929;
    background: var(--bg-color-secondary)
}

.bg-color-third {
    background: #1c1929;
    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: #f2e2fe!important;
    color: var(--light-pink)!important
}

.color-pink {
    color: #b450f7!important;
    color: var(--pink)!important
}

.color-dark-pink {
    color: #e93a88;
    color: var(--dark-pink)
}

.color-error {
    color: #f94e9b
}

.color-light-grey2 {
    color: #b4abba;
    color: var(--light-grey2)
}

.color-grey-500 {
    color: #9c93a5!important;
    color: var(--grey-500)!important
}

.bg-color-light-grey {
    background-color: #1c1929;
    background-color: var(--light-grey)
}

.bg-color-grey-100 {
    background-color: #120c18;
    background-color: var(--grey-100)
}

.bg-color-grey-200 {
    background-color: #1c1326;
    background-color: var(--grey-200)
}

.flex-1 {
    flex: 1 1
}

.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
}

.flex-2-1-0 {
    flex: 2 1
}

.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 #e93a88;
    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: .75rem!important;
    padding-left: calc(var(--bs-gutter-x)*0.5)!important;
    padding-right: .75rem!important;
    padding-right: calc(var(--bs-gutter-x)*0.5)!important
}

.backdrop-blur-10px {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

h1,h2,h3,h4,h5 {
    color: #f8f7f8!important;
    color: var(--white)!important
}

sup {
    vertical-align: super!important;
    font-size: 12px!important
}

.gradient-border-wrapper {
    position: relative;
    background: linear-gradient(135deg,#7a00cc,#f72c87);
    padding: 1px
}

.main {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.main-content {
    flex: 1 1 auto
}

.calendar-page h1,.explore-area h1 {
    font-weight: 400;
    font-family: inherit;
    color: #f8f7f8;
    color: var(--white);
    margin-bottom: 1rem
}

.calendar-page .subtitle,.explore-area .subtitle {
    margin-top: 0;
    margin-bottom: 1rem
}

.gradient-link {
    background: linear-gradient(123.73deg,#900ce9 22%,#f94e9b 80.67%);
    background: var(--gradiant-red-pink);
    color: #f8f7f8!important;
    color: var(--white)!important;
    padding: 8px 16px;
    border-radius: 8px;
    position: relative
}

.gradient-link:hover {
    opacity: .8
}

.me-input {
    border: 1px solid #4d3d5c;
    background: #120c18;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box
}

.me-input:focus {
    outline: none;
    border: 1px solid #595280
}

.me-input .no-border {
    border: 1px solid transparent
}

.me-input.error {
    border-color: #e93a88;
    border-color: var(--dark-pink)
}

.me-input-box {
    border: 1px solid #5a5a5a;
    outline: none;
    box-sizing: border-box
}

.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 {
    height: 12px;
    width: 12px;
    background: #000
}

.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 #2b2640;
    border-top: 1px solid var(--dark-hr-color)
}

.add-arrow:after {
    position: absolute;
    content: "пЊ‹";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    transition: all .2s cubic-bezier(.25,.25,.75,.75)
}

.me-btn-group {
    border: 1px solid #2b273f;
    border: var(--input-border);
    border-radius: .5rem
}

.me-btn-group .me-btn {
    width: auto;
    height: 100%;
    padding: 6px 12px;
    background: #120c18;
    background: var(--grey-100);
    outline: none;
    box-shadow: none
}

.me-btn-group .me-btn:focus {
    outline: none
}

a:hover {
    opacity: .8;
    color: #f8f7f8;
    color: var(--white)
}

: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,0.12);
    --secondary-l-color: hsla(0,0%,100%,0.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)
}

.odd:not(.comment) p {
    color: #f9f9f9;
    color: var(--white-color)
}

.page-template .odd p {
    opacity: .7
}

.swiper-wrapper.odd p {
    opacity: .8
}

img {
    max-width: 100%;
    height: auto;
    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 {
    width: 100%;
    height: 50px;
    background: no-repeat;
    box-shadow: none;
    padding: .7rem 1rem;
    border-color: rgba(0,0,0,.12);
    border-color: var(--primary-l-color);
    border-width: 2px;
    border-radius: 2px
}

input:focus,select:focus,textarea:focus {
    background: no-repeat;
    color: inherit;
    outline: none;
    border-color: inherit;
    box-shadow: none
}

input {
    border-color: #8e8e8e;
    border-color: var(--primary-p-color);
    color: #8e8e8e;
    color: var(--primary-p-color)
}

input:focus {
    border-color: #f5f5f5;
    border-color: var(--primary-t-color);
    color: #f5f5f5;
    color: var(--primary-t-color)
}

input[type=radio] {
    height: auto
}

input[type=submit] {
    border: 1px solid;
    padding: 2.5px 10px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 200px;
    text-align: center;
    color: #4528dc;
    color: var(--primary-color)
}

input[type=submit]:hover {
    background-color: #4528dc;
    background-color: var(--primary-color);
    color: #f5f5f5;
    color: var(--primary-b-color);
    border-color: #4528dc;
    border-color: var(--primary-color)
}

input[type=checkbox] {
    width: 20px;
    height: 20px
}

textarea {
    height: 100px;
    min-height: 100px;
    max-height: 500px;
    resize: none;
    border-color: #8e8e8e;
    border-color: var(--primary-p-color)
}

textarea,textarea:focus {
    color: #f5f5f5;
    color: var(--primary-t-color)
}

textarea:focus {
    border-color: #f5f5f5;
    border-color: var(--primary-t-color)
}

select {
    -webkit-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: "";
    line-height: 1.2;
    border-color: rgba(0,0,0,.12);
    border-color: var(--primary-l-color);
    color: #f5f5f5;
    color: var(--primary-t-color)
}

select option {
    color: #2f323a
}

select:focus {
    border-color: #f5f5f5;
    border-color: var(--primary-t-color);
    color: #f5f5f5;
    color: var(--primary-t-color)
}

hr {
    margin: 35px 0;
    border-top: 1px dashed rgba(0,0,0,.12);
    border-top: 1px dashed var(--primary-l-color)
}

.odd hr {
    margin: 35px 15px;
    border-top: 1px dashed hsla(0,0%,100%,.12);
    border-top: 1px dashed var(--secondary-l-color)
}

table {
    width: 100%
}

tr:not(:last-child) {
    border-color: rgba(0,0,0,.12);
    border-left-color: var(--primary-l-color);
    border-bottom: 1px solid;
    border-bottom-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-color: hsla(0,0%,100%,.12);
    border-left-color: var(--secondary-l-color);
    border-bottom: 1px solid;
    border-bottom-color: var(--secondary-l-color);
    border-right-color: var(--secondary-l-color);
    border-top-color: var(--secondary-l-color)
}

td {
    padding: 10px 0
}

section {
    width: 100%;
    padding: 50px 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50%
}

section.no-hero {
    padding: 150px 0 130px
}

section#slider:not(.bg-inherit) {
    background-color: var(--hero-bg-color)
}

aside,main {
    padding: 0
}

.container {
    padding: 0;
    max-width: 1170px
}

.container.full {
    max-width: 100%
}

.container.full-grid {
    padding: 0;
    max-width: calc(100% - 30px);
    margin: 0 15px
}

.container.smaller {
    max-width: 970px
}

.row {
    margin-left: 0;
    margin-right: 0
}

.vh-100 {
    height: 100vh
}

.vh-75 {
    height: 75vh
}

.clearfix {
    display: block;
    content: "";
    clear: both
}

.netstorm-preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    z-index: 99999
}

.netstorm-preloader .preloader-animation {
    z-index: 1000
}

.netstorm-preloader .preloader-animation .spinner {
    height: 9em;
    width: 9em;
    margin: 0 auto 3.5em;
    border: 3px solid rgba(0,0,0,.12);
    border-top-color: #121117;
    border: 3px solid var(--primary-l-color);
    border-top-color: var(--footer-bg-color);
    border-radius: 50%;
    -webkit-animation: spinner 1s linear infinite;
    animation: spinner 1s linear infinite
}

.netstorm-preloader .preloader-animation p {
    letter-spacing: 8px
}

.netstorm-preloader .loader-animation {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    pointer-events: none
}

.netstorm-preloader .loader-animation .single-loader .loader-bg {
    height: 100%;
    width: 100%;
    left: 0;
    background-color: #f9f9f9;
    background-color: var(--white-color);
    transition: all .8s cubic-bezier(.77,0,.175,1)
}

.netstorm-preloader.loaded {
    visibility: hidden
}

.netstorm-preloader.loaded .preloader-animation {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out
}

.netstorm-preloader.loaded .single-loader .loader-bg {
    width: 0;
    transition: all .7s cubic-bezier(.1,.1,.1,1)
}

@-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 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase
}

.intro span:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 45px;
    background-image: linear-gradient(135deg,#4528dc 10%,#57048a);
    background-image: linear-gradient(135deg,var(--primary-color) 10%,var(--secondary-color));
    top: 50%;
    left: calc(100% + 20px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.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 {
    margin: 0;
    background: none;
    font-size: 1rem;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    border-color: #16151a;
    border-color: var(--card-bg-color)
}

.list-group-item:first-child {
    border: none
}

.list-group-item a {
    transition: .3s
}

.list-group-item .badge.circle,.post-holder {
    background-color: #16151a;
    background-color: var(--card-bg-color)
}

.post-holder {
    list-style: none;
    width: 100%;
    border-left: 5px solid #4528dc;
    border-left: 5px solid var(--primary-color);
    padding: 25px;
    margin-top: 35px
}

.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) {
    position: relative;
    padding-left: 0
}

.sidebar ul li a:not(.btn) {
    color: inherit;
    overflow-wrap: break-word
}

.sidebar ul li a:not(.btn):hover {
    color: #4528dc;
    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: #4528dc;
    background-color: var(--primary-color)
}

.sidebar .sub-menu {
    padding: 0
}

.sidebar .title {
    width: 100%;
    margin-top: 0;
    list-style: none
}

.list-group .list-group-item .icon {
    color: #4528dc;
    color: var(--primary-color);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.post-details .blog-thumb img {
    border-radius: 4px
}

.post-details blockquote {
    margin: 1rem 2rem;
    padding: 2rem 1.5rem;
    border-left: 5px solid #4528dc;
    border-left: 5px solid var(--primary-color);
    font-size: 1.2rem;
    color: #4528dc;
    color: var(--primary-color);
    background-color: rgba(1,114,128,.05)
}

@media(max-width: 575px) {
    .post-details blockquote {
        font-size:100%
    }
}

.post-details .sidebar .title {
    position: relative;
    font-weight: 700
}

.post-details .sidebar .title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 50px;
    background-color: #4528dc;
    background-color: var(--primary-color);
    left: 3px;
    top: calc(100% + 10px)
}

.bg-text,.blog-details .pagination>li.active>a,.blog .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 {
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    background-image: linear-gradient(135deg,#4528dc 10%,#57048a);
    background-image: linear-gradient(135deg,var(--primary-color) 10%,var(--secondary-color));
    top: -2px;
    left: -2px;
    z-index: -2
}

.btn.btn-bordered:after,.btn.btn-bordered:before {
    position: absolute;
    content: "";
    border-radius: 100px;
    transition: all .3s ease 0s
}

.btn.btn-bordered:after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff none repeat scroll 0 0;
    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 {
    position: absolute;
    content: "";
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    top: -2px;
    left: -2px;
    border-radius: 100px;
    opacity: 0;
    transition: all .3s ease 0s;
    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 {
    font-weight: 600;
    color: #f5f5f5;
    color: var(--primary-t-color);
    background: transparent;
    box-shadow: none;
    padding: 0 15px 0 0
}

.btn.content-btn:before {
    right: 0;
    opacity: 0
}

.btn.content-btn:after,.btn.content-btn:before {
    position: absolute;
    content: "пЃЎ";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .2s cubic-bezier(.25,.25,.75,.75)
}

.btn.content-btn:after {
    right: -10px;
    opacity: 1
}

.btn.content-btn:hover {
    color: #4528dc;
    color: var(--primary-color)
}

.btn.content-btn:hover:before {
    right: -10px;
    opacity: 1
}

.btn.content-btn:hover:after {
    right: -20px;
    opacity: 0
}

.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-top:0;
        margin-right: 5px
    }

    .button-group a .btn {
        padding: 12px 20px
    }
}

.shape {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 0;
    direction: ltr;
    overflow: hidden;
    z-index: -1
}

.shape.shape-bottom svg {
    display: block;
    height: 275px;
    width: calc(228% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.bg-shape {
    position: absolute;
    height: 60%;
    width: 55%;
    top: 35%;
    right: -5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

@media(max-width: 767px) {
    .bg-shape {
        height:80%;
        width: 80%;
        top: 40%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media(max-width: 575px) {
    .bg-shape {
        height:100%;
        width: 100%;
        top: 70%
    }
}

.shape-bottom {
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: -1
}

.bg-grey {
    background-color: #f3f5f7;
    background-color: var(--grey-color)
}

.bg-grey input,.bg-grey textarea {
    background-color: #f9f9f9;
    background-color: var(--white-color)
}

.bg-dark {
    background-color: #121212!important
}

header {
    position: relative
}

header .navbar {
    padding: 0!important
}

.navbar-expand-lg {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    pointer-events: auto;
    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
}

.navbar-expand-lg.relative {
    position: relative
}

.navbar-expand-lg:not(.navbar-sticky) .navbar-brand {
    color: #f5f5f5;
    color: var(--top-nav-item-color)
}

.navbar-expand-lg:not(.navbar-sticky) .navbar-nav .nav-link {
    color: #f9f9f9;
    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 {
    padding: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 0;
    color: #f5f5f5;
    color: var(--top-nav-item-color)
}

.navbar-brand i {
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    color: #4528dc;
    color: var(--primary-color)
}

@media(min-width: 991px) {
    .nav-link:not(.icon-nav-link):not(.subnav-nav-link):before {
        content:"";
        position: absolute;
        bottom: 0;
        width: 0;
        height: 2px;
        background: #f9f9f9;
        background: var(--white-color);
        transition: all .3s ease
    }

    .nav-link:not(.icon-nav-link):not(.subnav-nav-link):hover:before {
        content: "";
        width: 100%;
        height: 2px
    }
}

.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) {
    display: flex;
    align-items: center;
    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: #f5f5f5;
    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: #f9f9f9;
    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 {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
    box-shadow: none;
    outline: none
}

@media(min-width: 991px) {
    .navbar-collapse {
        overflow:unset!important
    }
}

.nav-item .dropdown-menu {
    left: -1rem
}

.navbar-holder {
    position: relative;
    z-index: -100;
    min-height: auto;
    pointer-events: none;
    background-color: var(--section-1-bg-color)
}

.icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 44px;
    display: block;
    margin: auto
}

.icon.smaller {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px
}

.icon.bigger {
    width: 7rem;
    height: 7rem;
    margin: 0;
    font-size: 6.5rem;
    line-height: 7rem;
    font-weight: 700
}

.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-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.card-columns {
    margin: 0 15px;
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px
}

.card-columns .card {
    margin-bottom: 30px
}

.card {
    padding: 1.5rem;
    border: none;
    border-radius: 8px;
    background-color: #16151a;
    background-color: var(--card-bg-color);
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 20px 0 var(--primary-l-color);
    transition-timing-function: cubic-bezier(.25,.25,.75,.75);
    transition-duration: .3s;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
}

.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: #f9f9f9;
    color: var(--white-color)
}

.card .card-footer {
    border-radius: 0;
    background: none;
    padding: 30px 0;
    margin: 0 30px;
    border-top: 1px solid rgba(0,0,0,.12);
    border-top: 1px solid var(--primary-l-color)
}

.card .card-footer a {
    margin: 0 10px
}

.card .card-footer a:not(.btn) {
    color: #8e8e8e;
    color: var(--primary-p-color)
}

.card .card-footer .card-footer i {
    margin: 0 5px 2.5px
}

.card:hover .card-footer {
    color: #f5f5f5;
    border-color: hsla(0,0%,100%,.25)
}

.card.no-hover {
    border: none;
    box-shadow: none
}

.card.no-hover:hover {
    -webkit-transform: inherit;
    transform: inherit;
    box-shadow: none!important
}

.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: #f9f9f9;
    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: #4528dc;
    color: var(--primary-color)
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    margin-top: 50px;
    position: relative
}

.swiper-pagination-bullet {
    width: 40px!important;
    height: 5px!important;
    border-radius: 0!important;
    background-color: #8e8e8e;
    background-color: var(--primary-p-color);
    border: none!important;
    opacity: .25!important
}

.swiper-pagination-bullet-active {
    background-color: #4528dc;
    background-color: var(--primary-color);
    opacity: 1!important
}

.countdown {
    text-transform: uppercase;
    color: #f9f9f9;
    color: var(--white-color)
}

.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: "Inter",sans-serif;
    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: #4528dc;
    color: var(--primary-color)
}

.live-auctions-area .card .seller span {
    color: #f9f9f9;
    color: var(--white-color);
    transition: .3s
}

.live-auctions-area .card .seller span:hover {
    color: #4528dc;
    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 {
    font-weight: 600!important;
    color: #f9f9f9!important;
    color: var(--white-color)!important;
    transition: .3s
}

.seller-info .seller:hover {
    color: #4528dc!important;
    color: var(--primary-color)!important
}

.popular-collections-area .card .image-over {
    position: relative;
    overflow: visible;
    z-index: 1
}

.popular-collections-area .card .image-over .seller {
    display: block;
    position: absolute;
    top: calc(100% - 2.5rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

.popular-collections-area .card .image-over .seller .seller-thumb {
    position: relative;
    background-color: #1a1726;
    border-radius: 1.2rem
}

.popular-collections-area .card .image-over .seller .seller-thumb img {
    height: calc(5rem - 16px);
    width: calc(5rem - 16px);
    margin: 5px;
    border-radius: 1rem
}

.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;
    color: #f9f9f9;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    position: relative;
    box-shadow: none
}

.explore-area .explore-menu .btn:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    bottom: 5px;
    left: 50%;
    background-color: #4528dc;
    background-color: var(--primary-color);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease 0s
}

.explore-area .explore-menu .btn.active {
    color: #4528dc;
    color: var(--primary-color)
}

.explore-area .explore-menu .btn.active:after {
    width: 60%;
    visibility: visible;
    opacity: 1
}

.explore-area .card .card-body a h5 {
    transition: .3s
}

.explore-area .card .card-body a:hover h5 {
    color: #4528dc;
    color: var(--primary-color)
}

.explore-area .card .seller a h6 {
    transition: .3s
}

.explore-area .card .seller a:hover h6 {
    color: #4528dc;
    color: var(--primary-color)
}

.item-details-area .owner .owner-meta h6 {
    transition: .3s
}

.item-details-area .owner .owner-meta:hover h6 {
    color: #4528dc;
    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 #16151a;
    border-bottom: 2px solid var(--card-bg-color)
}

.item-details-area .netstorm-tab li {
    margin: 0
}

.item-details-area .netstorm-tab li a {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 10px 0
}

.item-details-area .netstorm-tab li a:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    bottom: -2.5px;
    left: 0;
    background-color: #4528dc;
    background-color: var(--primary-color);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease 0s
}

.item-details-area .netstorm-tab li a.active h5 {
    color: #4528dc;
    color: var(--primary-color)
}

.item-details-area .netstorm-tab li a.active:after {
    width: 100%;
    visibility: visible;
    opacity: 1
}

.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: #f9f9f9;
    color: var(--white-color);
    transition: .3s
}

.item-details-area .tab-content .single-tab-list a:hover {
    color: #4528dc;
    color: var(--primary-color)
}

.item-details-area .tab-content .owner h6 {
    transition: .3s
}

.item-details-area .tab-content .owner:hover h6 {
    color: #4528dc;
    color: var(--primary-color)
}

.author-area .card .image-over {
    position: relative;
    overflow: visible;
    z-index: 1
}

.author-area .card .image-over .author {
    display: block;
    position: absolute;
    top: calc(100% - 2.5rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

.author-area .card .image-over .author .author-thumb {
    position: relative;
    border: 3px solid hsla(0,0%,100%,.12);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(9,8,13,.15)
}

.author-area .card .image-over .author .author-thumb:after,.author-area .card .image-over .author .author-thumb:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    transition: all .2s ease 0s
}

.author-area .card .image-over .author .author-thumb:before {
    content: "";
    top: 0;
    width: calc(5rem - 6px);
    height: calc(5rem - 6px);
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(9,8,13,.15);
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.author-area .card .image-over .author .author-thumb:after {
    content: "";
    top: 5px;
    width: calc(5rem - 16px);
    height: calc(5rem - 16px);
    background-color: rgba(9,8,13,.15);
    box-shadow: 0 0 0 0 transparent
}

.author-area .card .image-over .author .author-thumb img {
    height: calc(5rem - 16px);
    width: calc(5rem - 16px);
    margin: 5px
}

.author-area .card .card-body .input-group {
    position: relative;
    z-index: 1
}

.author-area .card .card-body .input-group .form-control {
    border-radius: 100px;
    background-color: transparent;
    border: 2px solid;
    height: 40px;
    padding: 1.5rem;
    box-shadow: none;
    outline: none
}

.author-area .card .card-body .input-group .input-group-append {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 100px;
    overflow: hidden
}

.author-area .card .card-body .input-group .input-group-append button {
    margin-right: 5px;
    padding: 12px 16px;
    background-color: transparent;
    color: #f9f9f9;
    color: var(--white-color);
    border: 0;
    outline: none
}

.author-area .card .card-body hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px dashed hsla(0,0%,100%,.15)
}

.author-area .card:hover {
    -webkit-transform: none;
    -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 {
    height: calc(5rem + 4px);
    width: calc(5rem + 4px);
    top: -5px;
    left: -5px;
    background-color: transparent;
    box-shadow: 0 5px 10px rgba(14,49,139,.5)
}

.activity-area .netstorm-tab.nav-tabs {
    border-bottom: 2px solid #16151a;
    border-bottom: 2px solid var(--card-bg-color)
}

.activity-area .netstorm-tab li {
    margin: 0
}

.activity-area .netstorm-tab li a {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 10px 0
}

.activity-area .netstorm-tab li a:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    bottom: -2.5px;
    left: 0;
    background-color: #4528dc;
    background-color: var(--primary-color);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease 0s
}

.activity-area .netstorm-tab li a.active h5 {
    color: #4528dc;
    color: var(--primary-color)
}

.activity-area .netstorm-tab li a.active:after {
    width: 100%;
    visibility: visible;
    opacity: 1
}

.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: #f9f9f9;
    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: #4528dc;
    color: var(--primary-color)
}

.activity-area .single-widget .filter-widget .title {
    position: relative;
    margin-top: 0;
    font-weight: 700;
    border: none
}

.activity-area .single-widget .filter-widget .title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 50px;
    background-color: #4528dc;
    background-color: var(--primary-color);
    left: 3px;
    top: calc(100% + 10px)
}

.activity-area .single-widget .filter-widget .filter-widget-items a:hover {
    color: #4528dc!important;
    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 {
    font-size: 1rem;
    font-weight: 500;
    color: #8e8e8e;
    color: var(--primary-p-color);
    padding: 15px;
    border: none;
    box-shadow: none;
    background-color: #09080d;
    background-color: var(--primary-bg-color);
    -webkit-appearance: auto;
    appearance: auto;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,.12);
    box-shadow: 0 5px 10px var(--primary-l-color);
    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 {
    width: 1em;
    height: 1em;
    padding: 10px;
    -webkit-appearance: inherit;
    appearance: inherit;
    background-color: #16151a;
    background-color: var(--card-bg-color);
    border: 2px solid
}

.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: #09080d;
    background-color: var(--primary-bg-color);
    border-color: #09080d;
    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 10l3 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: #8e8e8e;
    color: var(--primary-p-color)
}

.wallet-connect-area .single-wallet:hover h4 {
    color: #4528dc;
    color: var(--primary-color)
}

.help-center-area .card {
    padding: 45px;
    min-height: 300px;
    display: flex;
    justify-content: center
}

.help-center-area .card h4 {
    transition: .3s
}

.help-center-area .card p {
    color: #8e8e8e;
    color: var(--primary-p-color)
}

.help-center-area .card:hover h4 {
    color: #4528dc;
    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 {
    position: absolute;
    top: 50%;
    left: calc(100% - 34px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free"
}

.faq-area .card-header .btn.collapsed:after {
    content: "п„…"
}

.badge {
    font-weight: 500
}

.badge.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: #e5e5e5;
    background-color: var(--primary-bg-color-3)
}

.badge.tag {
    margin: .3rem;
    padding: .5rem 1rem;
    border-radius: 2px;
    font-size: 1rem;
    font-weight: 400;
    color: #8e8e8e!important;
    color: var(--primary-p-color)!important;
    border: 2px solid #16151a;
    border: 2px solid var(--card-bg-color);
    transition: .3s
}

.badge.tag.active {
    color: #4528dc;
    color: var(--primary-color);
    border-color: #4528dc;
    border-color: var(--primary-color)
}

.badge.tag:hover {
    color: #4528dc!important;
    color: var(--primary-color)!important
}

.share-list {
    display: -webkit-inline-box
}

.share-list .nav-link i {
    margin: 0 1rem;
    font-size: 22px
}

.breadcrumb {
    margin: 0;
    background: none;
    justify-content: center;
    color: inherit
}

.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) {
    font-weight: 600;
    color: #f9f9f9!important;
    color: var(--white-color)!important
}

.breadcrumb-area .breadcrumb-item a:hover {
    color: #f9f9f9;
    color: var(--white-color)
}

.breadcrumb-area .breadcrumb-item.active {
    color: #f9f9f9!important;
    color: var(--white-color)!important
}

.breadcrumb-area .breadcrumb-item.active:hover {
    color: #4528dc;
    color: var(--primary-color)
}

.breadcrumb-area .breadcrumb-content h2 {
    font-weight: 800;
    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 {
    content: ">";
    color: #f9f9f9;
    color: var(--white-color)
}

.image-over {
    overflow: hidden!important;
    border-radius: 24px
}

.bg-overlay {
    position: relative;
    z-index: 0
}

.bg-overlay:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg,#4528dc 10%,#57048a);
    background: linear-gradient(135deg,var(--primary-color) 10%,var(--secondary-color));
    opacity: .94;
    z-index: -2
}

.overlay-dark {
    position: relative;
    z-index: 0
}

.overlay-dark:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #09080d;
    background-color: var(--primary-bg-color);
    opacity: .84;
    z-index: -1
}

.social-icons svg {
    display: block;
    height: 100%;
    line-height: 45px;
    margin: 0 auto;
    transition: all .3s ease 0s
}

.social-icons>a {
    margin: 5px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    background: #222;
    color: #f9f9f9!important;
    color: var(--white-color)!important;
    border-radius: 3px;
    overflow: hidden;
    transition: all .3s ease 0s
}

.social-icons>a:hover svg:first-child {
    margin-top: -45px
}

.footer-area {
    background-color: #121117;
    background-color: var(--footer-bg-color);
    color: #e1e1e1;
    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 {
    margin-top: 0;
    color: #f9f9f9;
    color: var(--white-color)
}

.footer-area .footer-items .navbar-brand {
    padding: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 0;
    color: #f9f9f9;
    color: var(--white-color)
}

.footer-area .footer-items .navbar-brand img {
    cursor: pointer
}

.footer-area .footer-items .social-icons>a {
    width: 40px;
    height: 40px;
    font-size: 18px
}

.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 {
    height: 50px;
    border: none;
    outline: none;
    padding-left: 20px;
    border-radius: 6px;
    background-color: #191919;
    color: #e1e1e1;
    color: var(--secondary-p-color)
}

.footer-area .footer-items .subscribe-form .form-control:focus {
    border: none;
    outline: none;
    box-shadow: 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: #8e8e8e;
    color: var(--primary-p-color)
}

.footer-area .footer-items .subscribe-form input:-ms-input-placeholder {
    color: #8e8e8e;
    color: var(--primary-p-color)
}

.footer-area .footer-items .subscribe-form input::placeholder {
    color: #8e8e8e;
    color: var(--primary-p-color)
}

.footer-area .footer-items .subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px 25px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.footer-area .footer-items ul {
    padding-left: 0
}

.footer-area .footer-items ul li {
    margin: .8rem 0;
    list-style: none
}

.footer-area .footer-items ul li a {
    color: #e1e1e1;
    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;
    line-height: 1em;
    letter-spacing: -1.6px
}

.scroll-to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #16151a;
    background-color: var(--card-bg-color);
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    border-radius: 4px;
    right: 25px;
    bottom: 25px;
    opacity: .85;
    z-index: 5;
    transition-timing-function: ease;
    transition-duration: .4s;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
}

.scroll-to-top a {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px!important
}

.scroll-to-top a svg {
    font-size: 22px;
    font-weight: 600;
    color: #f9f9f9;
    color: var(--white-color)
}

.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 {
    font-weight: 700;
    border-bottom: 2px solid #16151a;
    border-bottom: 2px solid var(--card-bg-color)
}

.sidebar .single-widget:last-child {
    margin-bottom: 0
}

@media(max-width: 575px) {
    .blog .col-12.col-sm-6 {
        padding:0
    }
}

@media(max-width: 575px) {
    .blog .single-comments {
        flex-direction:column
    }
}

.blog .single-widget ul li {
    margin: 1.2rem 0
}

.blog .single-widget .tags-widget a {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--primary-bg-color-3)
}

.blog .single-widget .post-widget h6 {
    font-size: 1.2rem;
    font-size: var(--h5-size)
}

.blog .pagination>li>a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    color: #8e8e8e;
    color: var(--primary-p-color);
    border: 1px solid #e5e5e5;
    border: 1px solid var(--primary-bg-color-3)
}

.blog .pagination>li.active>a {
    color: #f9f9f9;
    color: var(--white-color);
    border: none
}

@media(max-width: 1199px) {
    body .container {
        padding:0 10px;
        max-width: 100%
    }

    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: 3rem;
        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 {
        padding: 5px 10px;
        font-size: 0
    }

    body header .navbar-expand-lg .navbar-nav.action .btn i {
        font-size: medium;
        margin: 0
    }

    body .icon.bigger {
        width: 5rem;
        height: 5rem;
        margin: 0;
        font-size: 4.5rem;
        line-height: 5rem;
        font-weight: 700
    }

    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: 2rem;
        font-size: var(--h3-size)
    }

    body .modal-body {
        align-items: start
    }
}

.MuiDialogContent-root,.MuiDialogContent-root .MuiList-root {
    background: #eee!important
}

/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
    -moz-tab-size: 4;
    tab-size: 4;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"
}

hr {
    height: 0;
    color: inherit
}

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 {
    text-indent: 0;
    border-color: inherit
}

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
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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 {
    box-sizing: border-box;
    border: 0 solid
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #a1a1aa
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    opacity: 1;
    color: #a1a1aa
}

input::placeholder,textarea::placeholder {
    opacity: 1;
    color: #a1a1aa
}

[role=button],button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,optgroup,select,textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

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 {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

*,:after,:before {
    --tw-border-opacity: 1;
    border-color: rgba(28,19,38,var(--tw-border-opacity))
}

.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-top-2 {
    top: .5rem
}

.tw-top-4 {
    top: 1rem
}

.tw-top-260px {
    top: 260px
}

.tw-top-2\/4 {
    top: 50%
}

.tw-right-0 {
    right: 0
}

.tw-right-2 {
    right: .5rem
}

.tw-right-4 {
    right: 1rem
}

.tw-bottom-6 {
    bottom: 1.5rem
}

.tw-left-0 {
    left: 0
}

.tw-left-2\/4 {
    left: 50%
}

.tw-z-10 {
    z-index: 10
}

.tw-z-20 {
    z-index: 20
}

.tw-z-30 {
    z-index: 30
}

.tw-z-50 {
    z-index: 50
}

.tw-order-1 {
    order: 1
}

.tw-order-2 {
    order: 2
}

.tw-order-4 {
    order: 4
}

.tw-order-6 {
    order: 6
}

.tw-order-8 {
    order: 8
}

.tw-order-10 {
    order: 10
}

.tw-order-12 {
    order: 12
}

.tw-col-span-2 {
    grid-column: span 2/span 2
}

.tw-col-span-6 {
    grid-column: span 6/span 6
}

.tw-col-span-11 {
    grid-column: span 11/span 11
}

.tw-m-0 {
    margin: 0
}

.tw-m-auto {
    margin: auto
}

.tw-mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.tw-mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

.tw-mx-auto {
    margin-left: auto;
    margin-right: auto
}

.tw-my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.tw-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.tw-mt-0 {
    margin-top: 0
}

.tw-mt-1 {
    margin-top: .25rem
}

.tw-mt-2 {
    margin-top: .5rem
}

.tw-mt-3 {
    margin-top: .75rem
}

.tw-mt-4 {
    margin-top: 1rem
}

.tw-mt-5 {
    margin-top: 1.25rem
}

.tw-mt-6 {
    margin-top: 1.5rem
}

.tw-mt-8 {
    margin-top: 2rem
}

.tw-mt-10 {
    margin-top: 2.5rem
}

.tw-mt-32 {
    margin-top: 8rem
}

.tw-mt-auto {
    margin-top: auto
}

.tw--mt-4 {
    margin-top: -1rem
}

.tw-mt-30px {
    margin-top: 30px
}

.tw-mr-1 {
    margin-right: .25rem
}

.tw-mr-2 {
    margin-right: .5rem
}

.tw-mr-4 {
    margin-right: 1rem
}

.tw-mr-8 {
    margin-right: 2rem
}

.tw-mb-1 {
    margin-bottom: .25rem
}

.tw-mb-2 {
    margin-bottom: .5rem
}

.tw-mb-3 {
    margin-bottom: .75rem
}

.tw-mb-4 {
    margin-bottom: 1rem
}

.tw-mb-6 {
    margin-bottom: 1.5rem
}

.tw-mb-8 {
    margin-bottom: 2rem
}

.tw-mb-10 {
    margin-bottom: 2.5rem
}

.tw-mb-12 {
    margin-bottom: 3rem
}

.tw-ml-0 {
    margin-left: 0
}

.tw-ml-1 {
    margin-left: .25rem
}

.tw-ml-2 {
    margin-left: .5rem
}

.tw-ml-4 {
    margin-left: 1rem
}

.tw-ml-8 {
    margin-left: 2rem
}

.tw-ml-auto {
    margin-left: auto
}

.tw--ml-2 {
    margin-left: -.5rem
}

.tw-block {
    display: block
}

.tw-inline-block {
    display: inline-block
}

.tw-inline {
    display: inline
}

.tw-flex {
    display: flex
}

.tw-inline-flex {
    display: inline-flex
}

.tw-grid {
    display: grid
}

.tw-hidden {
    display: none
}

.tw-h-4 {
    height: 1rem
}

.tw-h-5 {
    height: 1.25rem
}

.tw-h-6 {
    height: 1.5rem
}

.tw-h-8 {
    height: 2rem
}

.tw-h-9 {
    height: 2.25rem
}

.tw-h-10 {
    height: 2.5rem
}

.tw-h-40 {
    height: 10rem
}

.tw-h-auto {
    height: auto
}

.tw-h-260px {
    height: 260px
}

.tw-h-full {
    height: 100%
}

.tw-h-screen {
    height: 100vh
}

.tw-h-30px {
    height: 30px
}

.tw-h-80px {
    height: 80px
}

.tw-h-180px {
    height: 180px
}

.tw-h-300px {
    height: 300px
}

.tw-h-400px {
    height: 400px
}

.tw-w-5 {
    width: 1.25rem
}

.tw-w-6 {
    width: 1.5rem
}

.tw-w-8 {
    width: 2rem
}

.tw-w-10 {
    width: 2.5rem
}

.tw-w-24 {
    width: 6rem
}

.tw-w-40 {
    width: 10rem
}

.tw-w-auto {
    width: auto
}

.tw-w-4\/5 {
    width: 80%
}

.tw-w-full {
    width: 100%
}

.tw-w-30px {
    width: 30px
}

.tw-w-180px {
    width: 180px
}

.tw-w-200px {
    width: 200px
}

.tw-w-300px {
    width: 300px
}

.tw-w-400px {
    width: 400px
}

.tw-min-w-300px {
    min-width: 300px
}

.tw-min-w-200px {
    min-width: 200px
}

.tw-max-w-lg {
    max-width: 32rem
}

.tw-max-w-2xl {
    max-width: 42rem
}

.tw-max-w-full {
    max-width: 100%
}

.tw-max-w-screen-xl {
    max-width: 1200px
}

.tw-flex-1 {
    flex: 1 1 0%
}

.tw-flex-auto {
    flex: 1 1 auto
}

.tw-flex-initial {
    flex: 0 1 auto
}

.tw-flex-shrink-0 {
    flex-shrink: 0
}

.tw-flex-grow {
    flex-grow: 1
}

.tw-transform {
    --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;
    -webkit-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));
    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--translate-x-2\/4 {
    --tw-translate-x: -50%
}

.tw-rotate-180 {
    --tw-rotate: 180deg
}

.active\:tw-scale-90:active {
    --tw-scale-x: .9;
    --tw-scale-y: .9
}

@-webkit-keyframes tw-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes tw-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes tw-ping {
    75%,to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes tw-ping {
    75%,to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes tw-pulse {
    50% {
        opacity: .5
    }
}

@keyframes tw-pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes tw-bounce {
    0%,to {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}

@keyframes tw-bounce {
    0%,to {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}

.tw-cursor-pointer {
    cursor: pointer
}

.tw-list-none {
    list-style-type: none
}

.tw-list-decimal {
    list-style-type: decimal
}

.tw-grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.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-11 {
    grid-template-columns: repeat(11,minmax(0,1fr))
}

.tw-grid-cols-auto-fit-260 {
    grid-template-columns: repeat(auto-fit,minmax(260px,auto))
}

.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-wrap {
    flex-wrap: wrap
}

.tw-content-center {
    align-content: center
}

.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-2 {
    gap: .5rem
}

.tw-gap-3 {
    gap: .75rem
}

.tw-gap-4 {
    gap: 1rem
}

.tw-gap-10 {
    gap: 2.5rem
}

.tw-space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)))
}

.tw-self-start {
    align-self: flex-start
}

.tw-overflow-hidden {
    overflow: hidden
}

.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-break-words {
    overflow-wrap: break-word
}

.tw-rounded-sm {
    border-radius: .125rem
}

.tw-rounded {
    border-radius: .25rem
}

.tw-rounded-md {
    border-radius: .375rem
}

.tw-rounded-lg {
    border-radius: .5rem
}

.tw-rounded-xl {
    border-radius: .75rem
}

.tw-rounded-2xl {
    border-radius: 1rem
}

.tw-rounded-full {
    border-radius: 9999px
}

.tw-rounded-8px {
    border-radius: 8px
}

.tw-rounded-20px {
    border-radius: 20px
}

.tw-border-2 {
    border-width: 2px
}

.tw-border-4 {
    border-width: 4px
}

.tw-border {
    border-width: 1px
}

.tw-border-b {
    border-bottom-width: 1px
}

.tw-border-solid {
    border-style: solid
}

.tw-border-white {
    --tw-border-opacity: 1;
    border-color: rgba(248,247,248,var(--tw-border-opacity))
}

.tw-border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(51,39,63,var(--tw-border-opacity))
}

.tw-border-pink-primary {
    --tw-border-opacity: 1;
    border-color: rgba(228,37,117,var(--tw-border-opacity))
}

.tw-border-purple {
    --tw-border-opacity: 1;
    border-color: rgba(77,61,92,var(--tw-border-opacity))
}

.tw-border-yellow-1 {
    --tw-border-opacity: 1;
    border-color: rgba(255,170,0,var(--tw-border-opacity))
}

.tw-border-soft {
    --tw-border-opacity: 1;
    border-color: rgba(43,39,63,var(--tw-border-opacity))
}

.tw-bg-white-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(245,243,247,var(--tw-bg-opacity))
}

.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-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(18,12,24,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-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(51,39,63,var(--tw-bg-opacity))
}

.tw-bg-gray-navy-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(18,12,24,var(--tw-bg-opacity))
}

.tw-bg-card-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(22,21,26,var(--tw-bg-opacity))
}

.tw-bg-purple-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(46,40,69,var(--tw-bg-opacity))
}

.tw-bg-third {
    background-color: var(--bg-color-third)
}

.hover\:tw-bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28,19,38,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-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(51,39,63,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-0 {
    padding: 0
}

.tw-p-2 {
    padding: .5rem
}

.tw-p-3 {
    padding: .75rem
}

.tw-p-4 {
    padding: 1rem
}

.tw-p-8 {
    padding: 2rem
}

.tw-p-10 {
    padding: 2.5rem
}

.tw-px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.tw-px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.tw-px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.tw-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.tw-px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.tw-py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.tw-py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.tw-py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.tw-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.tw-py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.tw-pt-0 {
    padding-top: 0
}

.tw-pt-2 {
    padding-top: .5rem
}

.tw-pt-4 {
    padding-top: 1rem
}

.tw-pt-8 {
    padding-top: 2rem
}

.tw-pt-24 {
    padding-top: 6rem
}

.tw-pt-90px {
    padding-top: 90px
}

.tw-pr-2 {
    padding-right: .5rem
}

.tw-pb-2 {
    padding-bottom: .5rem
}

.tw-pb-4 {
    padding-bottom: 1rem
}

.tw-pb-16 {
    padding-bottom: 4rem
}

.tw-pl-0 {
    padding-left: 0
}

.tw-pl-2 {
    padding-left: .5rem
}

.tw-pl-3 {
    padding-left: .75rem
}

.tw-pl-4 {
    padding-left: 1rem
}

.tw-pl-10 {
    padding-left: 2.5rem
}

.tw-text-left {
    text-align: left
}

.tw-text-center {
    text-align: center
}

.tw-text-right {
    text-align: right
}

.tw-text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.tw-text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.tw-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.tw-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.tw-text-5xl {
    font-size: 3rem;
    line-height: 1
}

.tw-text-20px {
    font-size: 20px
}

.tw-text-28px {
    font-size: 28px
}

.tw-text-32px {
    font-size: 32px
}

.tw-text-40px {
    font-size: 40px
}

.tw-font-800 {
    font-weight: 800
}

.tw-font-light {
    font-weight: 300
}

.tw-font-normal {
    font-weight: 400
}

.tw-font-medium {
    font-weight: 500
}

.tw-font-bold {
    font-weight: 700
}

.tw-uppercase {
    text-transform: uppercase
}

.tw-capitalize {
    text-transform: capitalize
}

.tw-leading-120 {
    line-height: 1.2
}

.tw-leading-normal {
    line-height: 1.5
}

.tw-tracking-wider {
    letter-spacing: .05em
}

.tw-text-white-1 {
    --tw-text-opacity: 1;
    color: rgba(248,247,248,var(--tw-text-opacity))
}

.tw-text-gray-2 {
    --tw-text-opacity: 1;
    color: rgba(180,171,186,var(--tw-text-opacity))
}

.tw-text-gray-3 {
    --tw-text-opacity: 1;
    color: rgba(156,143,168,var(--tw-text-opacity))
}

.tw-text-gray-5 {
    --tw-text-opacity: 1;
    color: rgba(168,157,180,var(--tw-text-opacity))
}

.tw-text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(199,192,206,var(--tw-text-opacity))
}

.tw-text-gray2-500,.tw-text-gray-light {
    --tw-text-opacity: 1;
    color: rgba(161,151,170,var(--tw-text-opacity))
}

.tw-text-pink-light {
    --tw-text-opacity: 1;
    color: rgba(242,226,254,var(--tw-text-opacity))
}

.tw-text-pink-hot {
    --tw-text-opacity: 1;
    color: rgba(233,58,136,var(--tw-text-opacity))
}

.tw-text-pink-primary {
    --tw-text-opacity: 1;
    color: rgba(228,37,117,var(--tw-text-opacity))
}

.tw-text-secondary {
    color: var(--p-color-secondary)
}

.tw-text-yellow-1 {
    --tw-text-opacity: 1;
    color: rgba(255,170,0,var(--tw-text-opacity))
}

.hover\:tw-underline:hover,.tw-underline {
    text-decoration: underline
}

.tw-opacity-60 {
    opacity: .6
}

.tw-opacity-80 {
    opacity: .8
}

.tw-opacity-90 {
    opacity: .9
}

.hover\:tw-opacity-60:hover {
    opacity: .6
}

.hover\:tw-opacity-80:hover {
    opacity: .8
}

.hover\:tw-opacity-100:hover {
    opacity: 1
}

*,:after,:before {
    --tw-shadow: 0 0 transparent;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent
}

.tw-filter {
    --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,/*!*/ /*!*/);
    -webkit-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);
    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)
}

.hover\:tw-brightness-150:hover {
    --tw-brightness: brightness(1.5)
}

textarea {
    padding: .7rem 1rem
}

.me-border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid
}

.me-border {
    border-width: 1px;
    border-style: solid
}

.me-flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.image-fit--cover {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.smartbanner-android {
    background: none!important;
    box-shadow: none!important;
    background-color: #120c18!important;
    border: #000!important
}

.smartbanner-button {
    box-shadow: none!important;
    color: #fff!important
}

.smartbanner-button-text {
    background: none!important
}

@media (min-width: 576px) {
    .sm\:tw-flex {
        display:flex
    }

    .sm\:tw-hidden {
        display: none
    }

    .sm\:tw-h-400px {
        height: 400px
    }

    .sm\:tw-h-568px {
        height: 568px
    }

    .sm\:tw-w-400px {
        width: 400px
    }

    .sm\:tw-w-568px {
        width: 568px
    }

    .sm\:tw-grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .sm\:tw-px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width: 768px) {
    .md\:tw-mt-0 {
        margin-top:0
    }

    .md\:tw-mr-3 {
        margin-right: .75rem
    }

    .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-grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .md\:tw-flex-row {
        flex-direction: row
    }

    .md\:tw-overflow-y-auto {
        overflow-y: auto
    }

    .md\:tw-p-0 {
        padding: 0
    }

    .md\:tw-p-4 {
        padding: 1rem
    }

    .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-top-auto {
        top: auto
    }

    .lg\:tw-right-6 {
        right: 1.5rem
    }

    .lg\:tw-bottom-0 {
        bottom: 0
    }

    .lg\:tw-order-1 {
        order: 1
    }

    .lg\:tw-order-2 {
        order: 2
    }

    .lg\:tw-col-span-4 {
        grid-column: span 4/span 4
    }

    .lg\:tw-col-span-5 {
        grid-column: span 5/span 5
    }

    .lg\:tw-col-span-6 {
        grid-column: span 6/span 6
    }

    .lg\:tw-col-span-7 {
        grid-column: span 7/span 7
    }

    .lg\:tw-col-start-9 {
        grid-column-start: 9
    }

    .lg\:tw-col-end-13 {
        grid-column-end: 13
    }

    .lg\:tw-mt-0 {
        margin-top: 0
    }

    .lg\:tw-mt-8 {
        margin-top: 2rem
    }

    .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-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-full {
        height: 100%
    }

    .lg\:tw-h-600px {
        height: 600px
    }

    .lg\:tw-w-10 {
        width: 2.5rem
    }

    .lg\:tw-w-240px {
        width: 240px
    }

    .lg\:tw-w-340px {
        width: 340px
    }

    .lg\:tw-max-w-648px {
        max-width: 648px
    }

    .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-bg-opacity-100 {
        --tw-bg-opacity: 1
    }

    .lg\:tw-px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:tw-px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lg\:tw-px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .lg\:tw-text-xs {
        font-size: .75rem;
        line-height: 1rem
    }
}

@media (min-width: 1200px) {
    .xl\:tw-col-span-3 {
        grid-column:span 3/span 3
    }

    .xl\:tw-col-span-4 {
        grid-column: span 4/span 4
    }

    .xl\:tw-col-span-7 {
        grid-column: span 7/span 7
    }

    .xl\:tw-w-3\/5 {
        width: 60%
    }

    .xl\:tw-grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }

    .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-grid-cols-6 {
        grid-template-columns: repeat(6,minmax(0,1fr))
    }
}

@media (min-width: 1600px) {
    .\33xl\:tw-grid-cols-6 {
        grid-template-columns:repeat(6,minmax(0,1fr));
    }
}

@media (min-width: 1800px) {
    .\34xl\:tw-grid-cols-6 {
        grid-template-columns:repeat(6,minmax(0,1fr))
    }
}