body,
html {
    margin: 0;
    overflow-x: hidden !important;
    height: 100%;
}


.ticker-wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    bottom: 0;
    height: 3.5rem;
    margin-top: 16px;
}

.ticker1 {
    display: inline-block;
    animation: marquee 20s linear infinite;
    -webkit-animation: marquee 20s linear infinite;
}

.ticker2 {
    display: inline-block;
    animation: marqueeReverse 80s linear infinite;
    -webkit-animation: marqueeReverse 80s linear infinite;
}

.ticker3 {
    display: inline-block;
    animation: marquee 80s linear infinite;
    -webkit-animation: marquee 80s linear infinite;
}

.item-collection-1 {
    position: relative;
    left: 0%;
    animation:
        marqueeReverse 20s linear infinite,
        swap 20s linear infinite;
    -webkit-animation:
        marqueeReverse 20s linear infinite,
        swap 20s linear infinite;
    margin-bottom: 16px;
}

.item-collection-3 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    position: absolute;
    left: 0;
    top: 36px;
    transform: translateY(-50%);
    overflow-x: auto;
    padding: 10px;
    z-index: 1;
}

.item-collection-3::-webkit-scrollbar {
    display: none;
}

.item-collection-3 {
    scrollbar-width: none;
    padding: 0;
}

.item-collection-3 .item {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.5rem;
    border-radius: 32px;
    width: 210px !important;
    box-sizing: border-box;
    justify-content: center;
    height: 58px;
    opacity: 0;
    transition:
        transform 0.2s,
        opacity 1s;
    flex-shrink: 0;
    margin-right: 8px;
    animation: fadeIn 0.3s linear;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.right-close {
    position: relative;
}

.right-close::before {
    content: " ";
    width: 100px;
    position: absolute;
    height: 100%;
    z-index: 2;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(73, 144, 239, 0) 0%, #4990ef 80.21%);
}

.right-close .item {
    background: rgba(32, 1, 94, 0.2) !important;
    border-radius: 16px;
}

.item.s {
    border-radius: 16px;
}

.item.hide {
    opacity: 0;
    transition:
        transform 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    -webkit-transition:
        transform 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    -moz-transition:
        transform 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    -ms-transition:
        transform 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    -o-transition:
        transform 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
}

.item.show {
    transform: translateX(0);
    opacity: 1;
    transition:
        transform 0.2s ease-in-out,
        opacity 0.7s ease-in-out;
    -webkit-transition:
        transform 0.2s ease-in-out,
        opacity 0.7s ease-in-out;
    -moz-transition:
        transform 0.2s ease-in-out,
        opacity 0.7s ease-in-out;
    -ms-transition:
        transform 0.2s ease-in-out,
        opacity 0.7s ease-in-out;
    -o-transition:
        transform 0.2s ease-in-out,
        opacity 0.7s ease-in-out;
}

.item-collection-2 {
    position: relative;
    left: 0%;
    animation:
        marqueeReverse 600s linear infinite,
        swapReverse 180s linear infinite;
    -webkit-animation:
        marqueeReverse 80s linear infinite,
        swapReverse 80s linear infinite;
    animation-duration: 380s;
}

.item {
    display: inline-block;
    text-align: center;
    line-height: 52px;
}

.container {
    text-align: center;
}

.item {
    display: inline-block;
    text-align: center;
    background: var(--offer-bubble-fill,
    linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 100%));
}

/* @keyframes marquee {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
} */

.ticker-wrap {
    overflow: hidden;
    position: relative;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes swap {

    0%,
    50% {
        left: 0%;
    }

    50.01%,
    100% {
        left: 100%;
    }
}

@keyframes swapReverse {

    0%,
    100% {
        left: -50%;
    }

    50% {
        left: 0%;
    }
}

@keyframes marqueeReverse {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

.ticker1 {
    -webkit-animation-duration: 100s;
}

.ticker2 {
    animation-duration: 100s;
    -webkit-animation-duration: 1000s;
}

.item-collection-1 {
    animation-duration: 160s, 160s;
    -webkit-animation-duration: 160s, 160s;
}

.item-collection-2 {
    animation-duration: 160s, 160s;
    -webkit-animation-duration: 160s, 160s;
}

.simpleParallax {
    overflow: unset !important;
}

.light-border-top::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    opacity: 0.6;
    width: 100%;
    height: 220px;
    filter: blur(60px);
    box-shadow:
        inset 0px -20px 189px 176px #00ffd0,
        0px 0px 0px 0px;
    -webkit-filter: blur(60px);
}

.light-border-bottom::before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    opacity: 0.6;
    width: 100%;
    height: 100px;
    filter: blur(60px);
    box-shadow:
        inset 0px -20px 189px 176px #00ffd1,
        0px 0px 0px 0px;
    -webkit-filter: blur(60px);
}





@media screen and (max-width: 650px) {
    .item.show {
        height: 48px;
        width: 180px;
        font-size: 12px;
    }
}

.social-link:hover {
    background-color: #fff;
}

.social-link {
    transition: 0.3s;
}

.social-link svg {
    fill: white;
}

.social-link:hover svg {
    fill: #20015e;
}

/* Sidebar */

.sidebar-nav a.active svg {
    fill: url(#paint-color);
}

.sidebar-nav a svg {
    fill: url(#paint-transparent);
    transition: 0.2s;
}

.dropdown-menu svg {
    fill: url(#paint-transparent);
    transition: 0.2s;
}

.dropdown-menu a:hover span,
.dropdown-menu a:hover svg {
    fill: #fff;
    color: #fff;
}

.sidebar-nav a.active div {
    font-weight: 600;
    color: #fff;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.blurs {
    position: relative;
    z-index: 1;
}

.sidebar-nav a:not(.active):hover svg,
.sidebar-nav a:not(.active):hover div {
    fill: #fff;
    color: #fff;
}

.sidebar-nav a.active::before {
    height: 100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(116deg, #7bffe5 -20.47%, #00f1c1 93.43%);
    width: 4px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

@media screen and (max-width: 768px) {
    .sidebar-nav a.active::before {
        width: 100%;
        height: 4px;
        top: unset;
        bottom: 0;
        left: 0;
    }
}

.topbox::-webkit-scrollbar {
    width: 0;
}

.thumb::-webkit-scrollbar {
    width: 0;
}

/* Unsupported shadows */

.shadow-boost {
    background-blend-mode: overlay, normal;
    filter: drop-shadow(-10px 10px 32px 0px rgba(11, 14, 21, 0.3), -4px 4px 20px 0px rgba(11, 14, 21, 0.3));
    -webkit-filter: drop-shadow(-10px 10px 32px 0px rgba(11, 14, 21, 0.3), -4px 4px 20px 0px rgba(11, 14, 21, 0.3));
}

.cardq:hover {
    cursor: pointer;
    box-shadow: 0px 8px 32px 0px rgba(32, 1, 94, 0.4);
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
}

.dashboard-glow {
    opacity: 0.8;
    filter: blur(169.21119689941406px);
}

.dropdown-menu.visible {
    display: flex;
}



.bg-cashout-button {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 100%);
}

.bg-cashout-button-premium {
    border-radius: 16px 2px 2px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 100%);
    height: 51px;
    margin-right: 2px;
    box-sizing: border-box;
}

.cashout-btn:not(.premium) {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 100%);
    height: 51px;
    box-sizing: border-box;
}

.bg-cashout-button-gold {
    background-image: url("../images/golden-button-bg.svg");
    border-radius: 2px 16px 16px 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    width: 58px;
    height: 51px;
}

.bg-cashout-button-gold span {
    background: linear-gradient(350deg, #a3560a 7.21%, #a68d0f 94.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.disable button {
    opacity: 0.6;
}

.vip {
    /* border: 1px solid transparent;
    border-image: linear-gradient(to top, #FFE101, #FFAA00, #BB00FD99, #32158200) 1 / 5px;
    overflow: hidden; */
    border-radius: 16px;
    position: relative;
    background: #2c1b9a;
    z-index: 2;
}

.wrapper {
    position: relative;
}

.wrapper::before {
    content: "";
    background-image: linear-gradient(to bottom, #ffe101, #ffaa00, #bb00fd99, #32158200);
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    position: absolute;
    z-index: 0;
    border-radius: 16px;
}

.disable .button-wrap {
    opacity: 0.6;
}

.button-wrap {
    position: relative;
    z-index: 2;
}

.button-wrap span {
    background: linear-gradient(180deg, #ffec00 0%, #ffa100 100%);
    border-radius: 2px 16px 16px 2px;
    height: 44px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-wrap span>span {
    background: linear-gradient(350deg, #a3560a 7.21%, #a68d0f 94.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.button-wrap::before {
    content: "";
    background-image: linear-gradient(180deg, #ccc509 0%, #c25e09 100%);
    top: -4px;
    left: -4px;
    border-radius: 2px 18px 18px 2px;
    bottom: -4px;
    right: -4px;
    position: absolute;
    z-index: -1;
}

.banner-type-gold {
    border-radius: 0px 16px 0px 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(180deg, #ffec00 0%, #ffa100 100%);
    background-blend-mode: overlay, normal;
    box-shadow:
        -10px 10px 32px 0px rgba(11, 14, 21, 0.3),
        -4px 4px 20px 0px rgba(11, 14, 21, 0.3);
}

.banner-type-gold span {
    background: linear-gradient(350deg, #a3560a 7.21%, #a68d0f 94.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.scroll-disable {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

/* Dashboard */

.premium-border {
    position: relative;
}

.premium-border::before {
    content: "";
    background: linear-gradient(202deg,
    #ffe101 0%,
    #fa0 31.5%,
    rgba(187, 0, 253, 0.6) 56.93%,
    rgba(50, 21, 130, 0) 87.38%);
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    position: absolute;
    z-index: 0;
    border-radius: 16px;
}

.bg-content-container:hover {
    cursor: pointer;
    box-shadow: 0px 8px 32px 0px rgba(32, 1, 94, 0.4);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.bg-content-container::before {
    background: #4ca0ff;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    z-index: 0;
}

.bg-content-container {
    background: linear-gradient(180deg, #180147 16.5%, rgba(32, 1, 94, 0.2) 100%);
    position: relative;
    z-index: 20 !important;
    transition: .2s;
    border-radius: 14px;
}

.bg-premium {
    background: linear-gradient(180deg, #180147 16.5%, rgba(32, 1, 94, 0.4) 100%);
    border-radius: 14px;
    z-index: 1;
}

.premium-plash {
    border-radius: 0px 14px 0px 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(180deg, #ffec00 0%, #ffa100 100%);
    background-blend-mode: overlay, normal;
    box-shadow: -17px 11px 12px 0px rgba(11, 14, 21, 0.3), -4px 4px 20px 0px rgba(11, 14, 21, 0.3);

    padding: 6px 8px;
    z-index: 21;
}

.premium-plash span {
    line-height: 100%;
    background: linear-gradient(350deg, #A3560A 7.21%, #A68D0F 94.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



*,
*::before,
*::after {
    box-sizing: border-box;
}

.tab {
    padding: 12px 0;
}

/* Core styles/functionality */
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

.tab input:checked~.tab__content {
    max-height: 10rem;
    margin-top: 12px;
}

.tab input:checked~.tab__svg svg {
    transform: rotate(90deg) !important;
}

/* Visual styles */
.accordion {
    overflow: hidden;
}

.tab__label,
.tab__close {
    display: flex;
    color: white;
    background: var(--theme);
    cursor: pointer;
}

.tab__label {
    justify-content: space-between;
}

.tab input:checked+.tab__label::after {
    transform: rotate(270deg);
}

.tab__content p {
    margin: 0;
}

.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

.accordion--radio {
    --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked)+.tab__label:hover::after {
    animation: bounce .5s infinite;
}

@keyframes bounce {
    25% {
        transform: rotate(90deg) translate(.25rem);
    }

    75% {
        transform: rotate(90deg) translate(-.25rem);
    }
}


.light-gold-text {
    background: linear-gradient(180deg, #FFEC00 0%, #FFA100 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dark-gold-text {
    background: linear-gradient(350deg, #A3560A 7.21%, #A68D0F 94.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Daily Page */
.daily-border {
    position: relative;
}

.daily-border.active {
    border: 0;
}

.daily-border.active::before {
    position: absolute;
    background: linear-gradient(to bottom, #CCC509 0%, #C25E09 100%);
    border-radius: 50%;
    right: -2px;
    left: -2px;
    top: -2px;
    content: " ";
    bottom: -2px;
    z-index: 0;
}

.daily-border.active::after {
    content: url("../images/Check.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    z-index: 2;
}

.daily-border:not(.active)>div {
    border-radius: 125px;
}

.daily-border:not(.active)::before {
    content: " ";
    width: 0;
    height: 0;
    border: 2px solid rgba(255, 255, 255, 0.10);
    border-radius: 125px;
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 2px;
}

.daily-border:not(.active)::after {
    content: url("../images/Profile.svg");
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
}

.daily-border.active>div {
    background: linear-gradient(180deg, #FFEC00 0%, #FFA100 100%);
    border-radius: 50%;
    z-index: 1;
}

.disable button {
    cursor: not-allowed;
}



/* Withdraw Popups */
.withdraw-popup,
.success-popup,
.error-popup {
    display: none;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.withdraw-popup.active,
.success-popup.active,
.error-popup.active {
    display: flex;
    opacity: 1;
}


/* Popups goold border and ggradients */
.border-gold-gradient {
    position: relative !important;
    z-index: 1;
    border-radius: 32px;
}

.border-gold-gradient::before {
    position: absolute;
    z-index: 0;
    background: linear-gradient(202deg, #FFE101 0%, #FA0 31.5%, rgba(187, 0, 253, 0.60) 56.93%, rgba(50, 21, 130, 0.00) 87.38%);
}

.popup-gold-bg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(180deg, #FFEC00 0%, #FFA100 100%);
}

.bubble-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.06) 100%);
}

.task-container .task::before {
    content: attr(data-task-number);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    border: 2px solid rgba(255, 255, 255, .1);
    background: rgb(73 54 231);
    z-index: 1;
}

.task-container .task.completed::before {
    content: url("../images/completed-silver.svg");
}

.task.completed .task-price {
    color: #00FFD1 !important;
}

.task-container.gold .task.completed::before {
    content: url("../images/completed.svg");
}

.task-container.gold .task.completed.extra::before {
    content: url("../images/trophy.png");
}

.task-container .task:not(:last-child):not(.extra)::after {
    content: " ";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 53px;
    background-color: rgba(255, 255, 255, .1);
    left: 15px;
    z-index: 0;
}

.task-container .task.active .task-description .timer-container {
    display: flex;
}

.task-container .task .task-description .timer-container {
    display: none;
}

.task-container .task.money::before {
    content: url("../images/money.png");
    border: 0;
}

.task-container .task.fire::before {
    content: url("../images/fire.png");
    border: 0;
}

.task-container .task.bell::before {
    content: url("../images/bell.png");
    border: 0;
}


.task-container .task.fire>div>div:first-child {
    border: 1px solid #FF8000;
    background: linear-gradient(102deg, rgba(255, 128, 0, 0.20) 7.85%, rgba(133, 72, 255, 0.20) 91.48%);
}

.task-container .task.extra>div>div {
    background: rgba(32, 1, 94, 0.60);
}

.task-container .task.extra.completed>div>div {
    background: linear-gradient(90deg, rgba(0, 255, 209, 0.36) 0%, rgba(32, 1, 94, 0.60) 100%)
}


.task-container .task.bell>div {
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 420px;
    margin-left: auto;
    flex-shrink: 0;
    width: 100%;
}

.task-container .task.bell>div>div:first-child {
    border: 1px solid #FF8000;
    margin-right: 4px;
    border-radius: 16px 2px 2px 16px !important;
    background: linear-gradient(102deg, rgba(255, 128, 0, 0.20) 7.85%, rgba(133, 72, 255, 0.20) 91.48%);

}

.task-container .task.bell>div .cf-button {
    height: 72px;
    border-radius: 2px 16px 16px 2px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.task-container .task.bell>div .cf-button>div {
    background: linear-gradient(180deg, #FFEC00 0%, #FFA100 100%);
    width: 40px;
    height: calc(100% - 4px);
    position: relative;
    z-index: 1;
    border-radius: 2px 16px 16px 2px;
}

.task-container .task.bell>div .cf-button>div span {
    background: linear-gradient(350deg, #A3560A 7.21%, #A68D0F 94.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.task-container .task.bell>div .cf-button::before {
    content: "";
    background-image: linear-gradient(180deg, #ccc509 0%, #c25e09 100%);
    top: -2px;
    left: -3px;
    border-radius: 2px 18px 18px 2px;
    bottom: -2px;
    right: -3px;
    position: absolute;
    z-index: 0;
}

.task-container .task .cf-button {
    display: none;
}

.task-container .task.money>div>div:first-child {
    border: 1px solid #00FFD1;
    background: linear-gradient(102deg, rgba(0, 255, 209, 0.20) 7.85%, rgba(72, 74, 255, 0.20) 91.48%);
}

.task-container.gold .task.completed::after {
    background: linear-gradient(180deg, #FFDB01 0%, rgba(255, 219, 0, 0.50) 49%, rgba(255, 246, 190, 0.10) 100%);
}

.task-container.gold .task.completed.prev::after {
    background: linear-gradient(180deg, #FFDB01 0%, rgba(255, 219, 0, 0.50) 100%, rgba(255, 246, 190, 0.10) 100%);
}

.task-container.silver .task.completed::after {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.50) 100%, rgba(255, 255, 255, 0.10) 100%) !important;
}

.task-container.silver .task.completed.prev::after {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.50) 49%, rgba(255, 255, 255, 0.10) 100%) !important;
}

/* .task-container .task:first-child:not(.completed):not(.active):not(.locked)::before {
    top: 0;
} */

.radial-bar {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    position: relative;
}

.radial-bar__mask {
    clip: rect(0px, 120px, 120px, 60px);
    -webkit-backface-visibility: hidden;
    transition: transform 1s;
    width: 120px;
    height: 120px;
    position: absolute;
    border-radius: 50%;
}

.radial-bar__fill {
    -webkit-backface-visibility: hidden;
    transition: transform 1s;
    border-radius: 50%;
    clip: rect(0px, 60px, 120px, 0px);
    background: linear-gradient(167deg, #00FFD1 12.38%, #484AFF 88.82%);
    width: 120px;
    height: 120px;
    position: absolute;
}

.radial-bar__inset {
    width: 105px;
    height: 105px;
    position: absolute;
    margin-left: 7.5px;
    margin-top: 7.5px;
    background-color: #fbfbfb;
    border-radius: 50%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.radial-bar__percent {
    display: inline-block;
    color: #669900;
    font-size: 22px;
}

.nav-banner_wrap {
    position: relative;
}

.nav-banner_wrap::before {
    content: " ";
    position: absolute;
    background: linear-gradient(220deg, rgba(0, 255, 208, 0.371) 22.65%, #5429ffb0 77.35%);
    top: -1px;
    left: -1px;
    z-index: -2;
    right: -1px;
    bottom: -1px;
    border-radius: 16px;
}

.nav-banner_wrap .banner-bg {
    position: relative;
    z-index: 2;
    background: rgb(13 14 46);
    width: 100%;
    height: 100%;
    border-radius: 16px;
}


/* Progress states */


/* Regular progress */

.progress {
    background: linear-gradient(90deg, #ff6b00 0%, #ffd600 66.5%, #ebff00 98%),
    linear-gradient(95deg, #00d1ff 4.57%, #00ffd1 98.63%);
}

.progress:not(.completed)::after {
    content: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.33268 4.66659C4.33268 2.54949 6.04892 0.833252 8.16602 0.833252C10.2831 0.833252 11.9993 2.54949 11.9993 4.66659V5.40906C11.9993 5.4536 11.9935 5.49678 11.9826 5.53788C12.94 5.88967 13.6862 6.66204 14.0029 7.63653C14.166 8.13864 14.166 8.75906 14.166 9.99992C14.166 11.2408 14.166 11.8612 14.0029 12.3633C13.6731 13.3781 12.8775 14.1737 11.8627 14.5034C11.3606 14.6666 10.7402 14.6666 9.49935 14.6666H6.83267C5.59182 14.6666 4.9714 14.6666 4.46929 14.5034C3.4545 14.1737 2.65889 13.3781 2.32916 12.3633C2.16602 11.8612 2.16602 11.2408 2.16602 9.99992C2.16602 8.75906 2.16602 8.13864 2.32916 7.63653C2.64579 6.66204 3.39203 5.88967 4.34943 5.53788C4.33851 5.49678 4.33268 5.4536 4.33268 5.40906V4.66659ZM5.33268 5.35601C5.7125 5.33325 6.18916 5.33325 6.83268 5.33325H9.49935C10.1429 5.33325 10.6195 5.33325 10.9993 5.35601V4.66659C10.9993 3.10178 9.73082 1.83325 8.16602 1.83325C6.60121 1.83325 5.33268 3.10178 5.33268 4.66659V5.35601ZM8.16602 8.16659C8.44216 8.16659 8.66602 8.39044 8.66602 8.66659V11.3333C8.66602 11.6094 8.44216 11.8333 8.16602 11.8333C7.88987 11.8333 7.66602 11.6094 7.66602 11.3333V8.66659C7.66602 8.39044 7.88987 8.16659 8.16602 8.16659Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.33268 4.66659C4.33268 2.54949 6.04892 0.833252 8.16602 0.833252C10.2831 0.833252 11.9993 2.54949 11.9993 4.66659V5.40906C11.9993 5.4536 11.9935 5.49678 11.9826 5.53788C12.94 5.88967 13.6862 6.66204 14.0029 7.63653C14.166 8.13864 14.166 8.75906 14.166 9.99992C14.166 11.2408 14.166 11.8612 14.0029 12.3633C13.6731 13.3781 12.8775 14.1737 11.8627 14.5034C11.3606 14.6666 10.7402 14.6666 9.49935 14.6666H6.83267C5.59182 14.6666 4.9714 14.6666 4.46929 14.5034C3.4545 14.1737 2.65889 13.3781 2.32916 12.3633C2.16602 11.8612 2.16602 11.2408 2.16602 9.99992C2.16602 8.75906 2.16602 8.13864 2.32916 7.63653C2.64579 6.66204 3.39203 5.88967 4.34943 5.53788C4.33851 5.49678 4.33268 5.4536 4.33268 5.40906V4.66659ZM5.33268 5.35601C5.7125 5.33325 6.18916 5.33325 6.83268 5.33325H9.49935C10.1429 5.33325 10.6195 5.33325 10.9993 5.35601V4.66659C10.9993 3.10178 9.73082 1.83325 8.16602 1.83325C6.60121 1.83325 5.33268 3.10178 5.33268 4.66659V5.35601ZM8.16602 8.16659C8.44216 8.16659 8.66602 8.39044 8.66602 8.66659V11.3333C8.66602 11.6094 8.44216 11.8333 8.16602 11.8333C7.88987 11.8333 7.66602 11.6094 7.66602 11.3333V8.66659C7.66602 8.39044 7.88987 8.16659 8.16602 8.16659Z' fill='url(%23paint0_linear_2188_56007)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2188_56007' x1='8.16602' y1='0.833252' x2='8.16602' y2='14.6666' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%239997C2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    top: calc(50% - 12px);
    right: 0px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    background: #4331A2;
    border-radius: 50%;
}

/* Progress competed */
.progress.completed {
    background: linear-gradient(95deg, #00d1ff 4.57%, #00ffd1 98.63%);
    position: relative;
}

.progress.completed::after {
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2188_55970)'%3E%3Cpath d='M2.5 9L6 12.5L14 4.5' stroke='%234936E7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2188_55970'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    top: calc(50% - 12px);
    right: 0px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    background: #fff;
    border-radius: 50%;
}


/* Daily page */

/* Daily items from invite banner */


/* Non active */
.daily-item {
    content: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C9.37665 2 7.25 4.12665 7.25 6.75C7.25 9.37335 9.37665 11.5 12 11.5C14.6234 11.5 16.75 9.37335 16.75 6.75C16.75 4.12665 14.6234 2 12 2Z' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M9 13C6.37665 13 4.25 15.1266 4.25 17.75C4.25 20.3734 6.37665 22.5 9 22.5H15C17.6234 22.5 19.75 20.3734 19.75 17.75C19.75 15.1266 17.6234 13 15 13H9Z' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E%0A");
    width: 40px;
    padding: 6px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .1);
    margin-right: 8px;
}

/* Active */

.daily-item.active {
    position: relative;
    content: ' ';
    z-index: 2;
    padding: 0;
}

.daily-item.active::before {
    content: "";
    background-image: linear-gradient(180deg, #ccc509 0%, #c25e09 100%);
    top: -3px;
    left: -3px;
    border-radius: 50%;
    bottom: -3px;
    right: -3px;
    position: absolute;
    z-index: 0;
}


.daily-item.active span {
    background: linear-gradient(180deg, #ffec00 0%, #ffa100 100%);
    position: relative;
    z-index: 2;
    padding: 7px;
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2395_755)'%3E%3Cpath d='M3.125 11.25L7.5 15.625L17.5 5.625' stroke='url(%23paint0_linear_2395_755)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2395_755' x1='10.3748' y1='15.6251' x2='9.18269' y2='5.55168' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3560A'/%3E%3Cstop offset='1' stop-color='%23A68D0F'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_2395_755'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* Daily Banners */
.unlock-banner {
    border-radius: 16px;
    background: linear-gradient(273deg, #8C4DDC -2.2%, #4936E7 90.06%);
}

/* Unlock banner */

.unlock-container .item {
    width: 48px;
    height: 48px;
    border: 2.5px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    border-radius: 50%;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.unlock-container .item::before {
    content: attr(data-count);
    color:  rgba(255, 255, 255, 0.60);
    font-size: 19.2px;
    font-weight: 600;
}

.unlock-container .item:not(:last-child):after {
    content: " ";
    width: 30%;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: -35%;
    z-index: 0;
}

.unlock-container .item.completed.prev:after {
    background: linear-gradient(90deg, #FFDB01 0%, rgba(255, 219, 0, 0.50) 49%, rgba(255, 246, 190, 0.10) 100%);

}

.unlock-container .item.completed:not(.prev):after {
    background: linear-gradient(90deg, #FFEC00 0%, #FFA100 100%);

}

.unlock-container .item.completed {
    border: 0;
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: -5px;
}

.unlock-container .item.completed span {
    background: linear-gradient(180deg, #ffec00 0%, #ffa100 100%);
    position: relative;
    z-index: 2;
    padding: 7px;
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2395_755)'%3E%3Cpath d='M3.125 11.25L7.5 15.625L17.5 5.625' stroke='url(%23paint0_linear_2395_755)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2395_755' x1='10.3748' y1='15.6251' x2='9.18269' y2='5.55168' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3560A'/%3E%3Cstop offset='1' stop-color='%23A68D0F'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_2395_755'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.unlock-container .item.completed::before {
    content: "";
    background-image: linear-gradient(180deg, #ccc509 0%, #c25e09 100%);
    top: -2px;
    left: -2px;
    border-radius: 50%;
    bottom: -2px;
    right: -2px;
    position: absolute;
    z-index: 0;

}


.bubble-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.06) 100%)
}

.dropdown-menu{
    display: none;
}

.dropdown-menu::before {
    content: " ";
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
}

.open-menu:hover .dropdown-menu {
    display: flex;
}


/* Scrollable menu */
.scrollable {
    cursor: pointer;
    overflow: scroll;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; /* ÐžÑ‚ÐºÐ»ÑŽÑ‡Ð¸Ñ‚ÑŒ Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð¸Ðµ Ñ‚ÐµÐºÑÑ‚Ð° */
}

.scrollable:active {
    cursor: grabbing;
}


@keyframes dashboard-mobile {
    0% {
        transform: translate(0, 0);
    }
    10% {
        transform: translate(100px, -400px);
    }

    25% {
        transform: translate(-30%, -400px);
    }

    50% {
        transform: translate(-30%, 400px);
    }

    75% {
        transform: translate(100px, 400px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes dashboard-bg {
    0% {
        transform: translate(0, 0);
    }

    10% {
        transform: translate(0, 200px);
    }

    25% {
        transform: translate(-50%, 200px);
    }

    50% {
        transform: translate(-50%, -300px);
    }

    75% {
        transform: translate(50%, -300px);
    }

    100% {
        transform: translate(0, 0);
    }
}


@keyframes dashboard-bg-mobile {
    0% {
        transform: translate(-20px, 0);
    }

    25% {
        transform: translate(40%, 20%);
    }

    50% {
        transform: translate(50%, 70%);
    }

    75% {
        transform: translate(-40%, -50%);

    }

    85% {
        transform: translate(80%, -50%);

    }
    100% {
        transform: translate(0, 0);
    }
}


/* Daily surprise */

.daily-surprise  .locked-items {
    display: none;
}

.daily-surprise.locked {
    overflow: hidden;
}
.daily-surprise.locked  .locked-items{
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    background: linear-gradient(180deg, #180147 16.5%, rgba(32, 1, 94, 0.60) 100%);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);

}


/* Dashboard Frow */
.flow-popup {
    display: none;
}

.flow-popup.active {
    display: flex;
}

.balance.flow.active{
    box-shadow: 0px 16px 32px 0px #00FFD1;
}

.balance.flow.active > .tooltip {
    display: flex;
}

.balance.flow > .tooltip {
    display: none;
}




.cashout-link.active::after {
    border-radius: 100px;
    background: #00FFD1;
    filter: blur(16px);
    position: absolute;
    content:  " ";
    width: 50px;
    height: 50px;
    right: -20px;
    top: 0;
}


@media screen and (max-width: 768px) {
    .cashout-link::after {
        top: -40px;
        left: calc(50% - 25px);
    }

    .cashout-link.active::after  {
        top: -30px;
    }


}


.card-tool.active::after {
    border-radius: 16px;
    background: #00FFD1;
    filter: blur(32px);
    content:  " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.cashout-link-tooltip {
    display: none;
}

.cashout-link-tooltip.active {
    display: flex;
    z-index: 52;
}

.card-tooltip {
    display: none;
}

.card-tooltip.active {
    display: flex;
}

.claim-popup {
    display: none;
}

.claim-popup.active {
    display: flex;
}


.general-black-bg {
    display: none;
}

.general-black-bg.active {
    display: flex;
}


.receive-popup {
    display: none;
}

.receive-popup.active {
    display: flex;
}


.increase-popup {
    display: none;
}

.increase-popup.active {
    display: flex;
}

#heroCardsContainer {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-template-areas: ". card1 card2 card3 ." "card4 card5 card6 card7 card8" ". card9 card10 card11 card12";
    gap: 6px;
    width: 772px;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
}

.card.card13,
.card.card4 {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
}

.card.card1,
.card.card5,
.card.card9 {
    transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
}

.card.card3,
.card.card7,
.card.card11 {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
}

.card.card12,
.card.card8 {
    transform: translateY(-140px);
    -webkit-transform: translateY(-140px);
    -moz-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    -o-transform: translateY(-140px);
}

.card {
    width: 125px;
    background: #20015E4D;
    border-radius: 0.75rem;
    padding: 0.5rem;
    height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.card.var {
    text-align: unset;
    align-items: flex-start;
}

.card.var .amount {
    font-weight: 700;
}

.card.boost-style {
    background-image: url("../images/card-bg.png");
    background-position: center;
    background-size: cover;
}


/* .card.boost-style::before {
    content: " ";
    width: 102%;
    height: 101%;
    position: absolute;
    top: -2px;
    right: -2px;
    background: linear-gradient(358deg, #321582 0%, #BB00FD 60%, #FFAA00 100%, #FFE101 100%);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    z-index: -2;
    -o-border-radius: 12px;
} */


/* .card.boost-style::after {
    content: " ";
    width: 100%;
    height: 100%;
    background: #4936E7;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    z-index: -1;
    -o-border-radius: 12px;
} */

.card.boost-style {
    border-radius: 12.5px;
    position: absolute;
    z-index: 2 !important;
}

.card1 {
    grid-area: card1;
}

.card2 {
    grid-area: card2;
}

.card3 {
    grid-area: card3;
}

.card4 {
    grid-area: card4;
}

.card5 {
    grid-area: card5;
}

.card6 {
    grid-area: card6;
}

.card7 {
    grid-area: card7;
}

.card8 {
    grid-area: card8;
}

.card9 {
    grid-area: card9;
}

.card10 {
    grid-area: card10;
}

.card11 {
    grid-area: card11;
}

.card12 {
    grid-area: card12;
}

/*
! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Golos Text", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
}
@media (min-width: 500px){

  .container{
    max-width: 500px;
  }
}
@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-bottom-4{
  bottom: -1rem;
}
.-bottom-\[150px\]{
  bottom: -150px;
}
.-bottom-\[3rem\]{
  bottom: -3rem;
}
.-right-2{
  right: -0.5rem;
}
.-right-20{
  right: -5rem;
}
.-right-\[130px\]{
  right: -130px;
}
.-right-\[250px\]{
  right: -250px;
}
.-top-1{
  top: -0.25rem;
}
.-top-10{
  top: -2.5rem;
}
.-top-4{
  top: -1rem;
}
.-top-48{
  top: -12rem;
}
.-top-5{
  top: -1.25rem;
}
.-top-\[181px\]{
  top: -181px;
}
.-top-\[250px\]{
  top: -250px;
}
.-top-\[2px\]{
  top: -2px;
}
.-top-\[calc\(50\%_-_100px\)\]{
  top: calc(calc(50% - 100px) * -1);
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[130px\]{
  bottom: 130px;
}
.left-0{
  left: 0px;
}
.left-5{
  left: 1.25rem;
}
.left-8{
  left: 2rem;
}
.left-\[15rem\]{
  left: 15rem;
}
.left-\[calc\(50\%_-_179px\)\]{
  left: calc(50% - 179px);
}
.left-\[calc\(50\%_-_300px\)\]{
  left: calc(50% - 300px);
}
.left-\[calc\(50\%_-_309px\)\]{
  left: calc(50% - 309px);
}
.left-\[calc\(50\%_-_50px\)\]{
  left: calc(50% - 50px);
}
.left-\[calc\(50\%_-_730px\)\]{
  left: calc(50% - 730px);
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-4{
  right: 1rem;
}
.right-6{
  right: 1.5rem;
}
.top-0{
  top: 0px;
}
.top-10{
  top: 2.5rem;
}
.top-12{
  top: 3rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-6{
  top: 1.5rem;
}
.top-\[15rem\]{
  top: 15rem;
}
.top-\[5rem\]{
  top: 5rem;
}
.top-\[600px\]{
  top: 600px;
}
.top-\[calc\(50\%_-_8px\)\]{
  top: calc(50% - 8px);
}
.-z-0{
  z-index: 0;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[13\]{
  z-index: 13;
}
.z-\[22\]{
  z-index: 22;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[31\]{
  z-index: 31;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[51\]{
  z-index: 51;
}
.z-\[99\]{
  z-index: 99;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.m-1{
  margin: 0.25rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.-mb-\[2px\]{
  margin-bottom: -2px;
}
.-mt-10{
  margin-top: -2.5rem;
}
.-mt-\[100px\]{
  margin-top: -100px;
}
.-mt-\[80px\]{
  margin-top: -80px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[10px\]{
    margin-bottom: 10px;
}
.mb-\[120px\]{
  margin-bottom: 120px;
}
.mb-\[250px\]{
  margin-bottom: 250px;
}
.mb-\[500px\]{
  margin-bottom: 500px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-\[6px\]{
  margin-left: 6px;
}
.ml-auto{
    margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-10{
    margin-right: 2.5rem;
}
.mr-12{
    margin-right: 3rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
    margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-\[300px\]{
    margin-top: 300px;
}
.mt-\[32px\]{
  margin-top: 32px;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.table-caption{
  display: table-caption;
}
.table-cell{
  display: table-cell;
}
.table-row-group{
  display: table-row-group;
}
.table-row{
  display: table-row;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.list-item{
  display: list-item;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[136px\]{
  height: 136px;
}
.h-\[145px\]{
  height: 145px;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[176px\]{
  height: 176px;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[256px\]{
  height: 256px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[33px\]{
  height: 33px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[580px\]{
  height: 580px;
}
.h-\[76px\]{
  height: 76px;
}
.h-\[772px\]{
  height: 772px;
}
.h-\[800px\]{
  height: 800px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[92px\]{
  height: 92px;
}
.h-\[98px\]{
  height: 98px;
}
.h-\[998px\]{
  height: 998px;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-10\/12{
  width: 83.333333%;
}
.w-11{
  width: 2.75rem;
}
.w-11\/12{
  width: 91.666667%;
}
.w-2{
  width: 0.5rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-6{
  width: 1.5rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[105px\]{
  width: 105px;
}
.w-\[111px\]{
  width: 111px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[129px\]{
  width: 129px;
}
.w-\[136px\]{
  width: 136px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[173px\]{
  width: 173px;
}
.w-\[182px\]{
  width: 182px;
}
.w-\[1920px\]{
  width: 1920px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[2048px\]{
  width: 2048px;
}
.w-\[268px\]{
  width: 268px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[358px\]{
  width: 358px;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[44px\]{
  width: 44px;
}
.w-\[46px\]{
  width: 46px;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[54px\]{
  width: 54px;
}
.w-\[56px\]{
  width: 56px;
}
.w-\[600px\]{
  width: 600px;
}
.w-\[618px\]{
  width: 618px;
}
.w-\[64px\]{
  width: 64px;
}
.w-\[796px\]{
  width: 796px;
}
.w-\[800px\]{
  width: 800px;
}
.w-\[87px\]{
  width: 87px;
}
.w-\[926px\]{
  width: 926px;
}
.w-\[98px\]{
  width: 98px;
}
.w-\[calc\(100\%_-_58px\)\]{
  width: calc(100% - 58px);
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[158px\]{
  max-width: 158px;
}
.max-w-\[170px\]{
  max-width: 170px;
}
.max-w-\[196px\]{
  max-width: 196px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[230px\]{
  max-width: 230px;
}
.max-w-\[234px\]{
  max-width: 234px;
}
.max-w-\[260px\]{
  max-width: 260px;
}
.max-w-\[250px\]{
    max-width: 250px;
}
.max-w-\[281px\]{
  max-width: 281px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[310px\]{
  max-width: 310px;
}
.max-w-\[316px\]{
  max-width: 316px;
}
.max-w-\[326px\]{
  max-width: 326px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-\[358px\]{
  max-width: 358px;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[648px\]{
  max-width: 648px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.-translate-y-4{
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-12{
  --tw-translate-y: 3rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-\[10deg\]{
  --tw-rotate: -10deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-decimal{
  list-style-type: decimal;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-x-2{
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-clip{
  overflow-y: clip;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-b-\[2px\]{
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rounded-l-2xl{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-2xl{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.rounded-r-\[2px\]{
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-\[2px\]{
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.rounded-t-\[32px\]{
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.border{
  border-width: 1px;
}
.border-4{
  border-width: 4px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-\[\#20015E33\]{
  border-color: #20015E33;
}
.border-\[\#E05E00\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 94 0 / var(--tw-border-opacity));
}
.border-blues-600{
  --tw-border-opacity: 1;
  border-color: rgb(42 36 130 / var(--tw-border-opacity));
}
.border-gray-50{
  border-color: #ffffff33;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.bg-\[\#00CFDE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 207 222 / var(--tw-bg-opacity));
}
.bg-\[\#00DEA8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 222 168 / var(--tw-bg-opacity));
}
.bg-\[\#00FFD1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 209 / var(--tw-bg-opacity));
}
.bg-\[\#0d0e2e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 14 46 / var(--tw-bg-opacity));
}
.bg-\[\#1500FC\]\/25{
  background-color: rgb(21 0 252 / 0.25);
}
.bg-\[\#1D3F61\]{
  --tw-bg-opacity: 1;
  background-color: rgb(29 63 97 / var(--tw-bg-opacity));
}
.bg-\[\#20015E33\]{
    background-color: #20015E33;
}
.bg-\[\#20015E4D\]{
  background-color: #20015E4D;
}
.bg-\[\#20015E66\]{
  background-color: #20015E66;
}
.bg-\[\#20015E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(32 1 94 / var(--tw-bg-opacity));
}
.bg-\[\#20015e4d\]{
  background-color: #20015e4d;
}
.bg-\[\#34219f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(52 33 159 / var(--tw-bg-opacity));
}
.bg-\[\#3C65C4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(60 101 196 / var(--tw-bg-opacity));
}
.bg-\[\#3D26BE\]\/60{
  background-color: rgb(61 38 190 / 0.6);
}
.bg-\[\#3F70CF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(63 112 207 / var(--tw-bg-opacity));
}
.bg-\[\#4936E7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(73 54 231 / var(--tw-bg-opacity));
}
.bg-\[\#4936e7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(73 54 231 / var(--tw-bg-opacity));
}
.bg-\[\#4A8CEF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(74 140 239 / var(--tw-bg-opacity));
}
.bg-\[\#4CA0FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(76 160 255 / var(--tw-bg-opacity));
}
.bg-\[\#5429FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(84 41 255 / var(--tw-bg-opacity));
}
.bg-\[\#5B4AE9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(91 74 233 / var(--tw-bg-opacity));
}
.bg-\[\#A006FF\]\/35{
  background-color: rgb(160 6 255 / 0.35);
}
.bg-\[\#A828FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(168 40 255 / var(--tw-bg-opacity));
}
.bg-\[\#E05E0033\]{
  background-color: #E05E0033;
}
.bg-\[\#0ed1de\]{
    background-color: #1bc2e2;
}
.bg-\[\#E05E00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(224 94 0 / var(--tw-bg-opacity));
}
.bg-\[\#FFC600\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 198 0 / var(--tw-bg-opacity));
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-blues-300{
  --tw-bg-opacity: 1;
  background-color: rgb(57 33 176 / var(--tw-bg-opacity));
}
.bg-blues-400{
  --tw-bg-opacity: 1;
  background-color: rgb(73 54 231 / var(--tw-bg-opacity));
}
.bg-blues-450{
  --tw-bg-opacity: 1;
  background-color: rgb(65 43 204 / var(--tw-bg-opacity));
}
.bg-blues-50\/50{
  background-color: rgb(6 255 255 / 0.5);
}
.bg-blues-500{
  --tw-bg-opacity: 1;
  background-color: rgb(50 65 158 / var(--tw-bg-opacity));
}
.bg-blues-550{
  --tw-bg-opacity: 1;
  background-color: rgb(46 52 145 / var(--tw-bg-opacity));
}
.bg-blues-800{
  --tw-bg-opacity: 1;
  background-color: rgb(32 1 94 / var(--tw-bg-opacity));
}
.bg-blues-800\/10{
  background-color: rgb(32 1 94 / 0.1);
}
.bg-blues-800\/20{
  background-color: rgb(32 1 94 / 0.2);
}
.bg-blues-800\/30{
  background-color: rgb(32 1 94 / 0.3);
}
.bg-blues-800\/60{
  background-color: rgb(32 1 94 / 0.6);
}
.bg-blues-800\/70{
  background-color: rgb(32 1 94 / 0.7);
}
.bg-blues-900{
  --tw-bg-opacity: 1;
  background-color: rgb(13 14 46 / var(--tw-bg-opacity));
}
.bg-common-card{
  background-color: #20015e4d;
}
.bg-cpurple-400{
  background-color: #20015E4D;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-\[\#0d0e2e\]{
    --tw-bg-opacity: 1;
    background-color: rgb(13 14 46 / var(--tw-bg-opacity));
}
.bg-banner-blue{
  background-image:  linear-gradient(273deg, #1DFFE4 -2.2%, #2948B5 58.57%, #6E1BD8 129.91%);
}
.bg-banner-blue-2{
  background-image: linear-gradient(273deg, #5F3DCC 8.93%, #2948B5 90.06%);;
}
.bg-banner-orange{
  background-image: radial-gradient(151.23% 104.56% at 99.21% 72.53%, #FFC634 0%, #D4547A 47.5%, #6E1BD8 100%);;
}
.bg-banner-paypal{
  background-image: linear-gradient(90deg, rgba(32, 1, 94, 0.80) 0%, rgba(0, 112, 224, 0.80) 100%);
}
.bg-cashout-popup{
  background-image: linear-gradient(100deg, #3556FF 1.76%, #001242 100.3%);;
}
.bg-flow-gift{
  background-image: linear-gradient(202deg, #FFDE00 0%, rgba(189, 0, 255, 0.30) 75.19%);;
}
.bg-gradient-white-10{
  background-image: linear-gradient(rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.10));
}
.bg-nav-banner{
  background-image: linear-gradient(220deg, rgba(0, 255, 209, 0.10) 22.65%, rgba(51, 0, 255, 0.10) 77.35%);;
}
.bg-navy-blue-500{
  background-image:  linear-gradient(91deg, #24006D -0.32%, rgba(32, 1, 94, 0.30) 100%);
}
.bg-text-gradient-yellow{
  background-image: linear-gradient(180deg, #FFD400 0%, #FA0 100%);;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-8{
  padding: 2rem;
}
.p-\[15px\]{
  padding: 15px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[112px\]{
  padding-top: 112px;
  padding-bottom: 112px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[112px\]{
  padding-bottom: 112px;
}
.pb-\[120px\]{
  padding-bottom: 120px;
}
.pb-\[200px\]{
  padding-bottom: 200px;
}
.pb-\[85px\]{
  padding-bottom: 85px;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-\[100px\]{
  padding-right: 100px;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-\[108px\]{
  padding-top: 108px;
}
.pt-\[120px\]{
  padding-top: 120px;
}
.pt-\[145px\]{
  padding-top: 145px;
}
.pt-\[320px\]{
  padding-top: 320px;
}
.text-center{
  text-align: center;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[42px\]{
  font-size: 42px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-\[700\]{
  font-weight: 700;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-tight{
  line-height: 1.25;
}
.text-\[\#00FFD1\]{
    --tw-text-opacity: 1;
    color: rgb(0 255 209 / var(--tw-text-opacity));
}
.text-\[\#20015E\]{
  --tw-text-opacity: 1;
  color: rgb(32 1 94 / var(--tw-text-opacity));
}
.text-\[\#EBEFFF99\]{
  color: #EBEFFF99;
}
.text-blues-800{
  --tw-text-opacity: 1;
  color: rgb(32 1 94 / var(--tw-text-opacity));
}
.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(224 94 0 / var(--tw-text-opacity));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-80{
  opacity: 0.8;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-2xl{
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[100px\]{
  --tw-blur: blur(100px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-xl{
  --tw-blur: blur(24px);
  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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}
.\!invert{
  --tw-invert: invert(100%) !important;
  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) !important;
}
.invert{
  --tw-invert: invert(100%);
  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{
  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) !important;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.before\:-bottom-1::before{
  content: var(--tw-content);
  bottom: -0.25rem;
}
.before\:-left-1::before{
  content: var(--tw-content);
  left: -0.25rem;
}
.before\:-right-1::before{
  content: var(--tw-content);
  right: -0.25rem;
}
.before\:-top-1::before{
  content: var(--tw-content);
  top: -0.25rem;
}
.before\:rounded-xl::before{
  content: var(--tw-content);
  border-radius: 0.75rem;
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:start-\[2px\]::after{
  content: var(--tw-content);
  inset-inline-start: 2px;
}
.after\:top-0\.5::after{
  content: var(--tw-content);
  top: 0.125rem;
}
.after\:h-5::after{
  content: var(--tw-content);
  height: 1.25rem;
}
.after\:w-5::after{
  content: var(--tw-content);
  width: 1.25rem;
}
.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:border::after{
  content: var(--tw-content);
  border-width: 1px;
}
.after\:border-gray-300::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.after\:bg-white::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:bg-\[\#20015E66\]\/70:hover{
  background-color: rgb(32 1 94 / 0.7);
}
.hover\:bg-\[\#20015E\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(32 1 94 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-white\/30:hover{
  background-color: rgb(255 255 255 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-\[\#3AA3BB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(58 163 187 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:after\:translate-x-full::after{
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:checked ~ .peer-checked\:after\:border-white::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (max-width: 700px){

  .max-\[700px\]\:grid{
    display: grid;
  }

  .max-\[700px\]\:h-auto{
    height: auto;
  }

  .max-\[700px\]\:w-full{
    width: 100%;
  }

  .max-\[700px\]\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .max-\[700px\]\:gap-\[15px\]{
    gap: 15px;
  }
}
@media (max-width: 510px){

  .max-\[510px\]\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 385px){

  .max-\[385px\]\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 500px){

  .xs\:justify-stretch{
    justify-content: stretch;
  }
}
@media (min-width: 640px){

  .sm\:-bottom-20{
    bottom: -5rem;
  }

  .sm\:-top-48{
    top: -12rem;
  }

  .sm\:ml-10{
    margin-left: 2.5rem;
  }

  .sm\:ml-auto{
    margin-left: auto;
  }

  .sm\:w-\[100px\]{
    width: 100px;
  }

  .sm\:p-2{
    padding: 0.5rem;
  }

  .sm\:text-\[16px\]{
    font-size: 16px;
  }
}
@media (min-width: 768px){

  .md\:relative{
    position: relative;
  }

  .md\:-right-12{
    right: -3rem;
  }

  .md\:-right-14{
    right: -3.5rem;
  }

  .md\:-top-2{
    top: -0.5rem;
  }

  .md\:-top-4{
    top: -1rem;
  }

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

  .md\:left-0{
    left: 0px;
  }

  .md\:left-\[100\%\]{
    left: 100%;
  }

  .md\:left-\[calc\(50\%_-364px\)\]{
    left: calc(50% - 364px);
  }

  .md\:top-10{
    top: 2.5rem;
  }

  .md\:top-\[calc\(50\%_-_81\.5px\)\]{
    top: calc(50% - 81.5px);
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-mt-\[170px\]{
    margin-top: -170px;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

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

  .md\:mb-24{
    margin-bottom: 6rem;
  }

  .md\:mb-\[130px\]{
    margin-bottom: 130px;
  }

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

  .md\:mt-0{
    margin-top: 0px;
  }

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

  .md\:block{
    display: block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:h-\[147px\]{
    height: 147px;
  }

  .md\:h-\[220px\]{
    height: 220px;
  }

  .md\:h-\[86px\]{
    height: 86px;
  }

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

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

  .md\:max-h-\[700px\]{
    max-height: 700px;
  }

  .md\:w-\[134px\]{
    width: 134px;
  }

  .md\:w-\[200px\]{
    width: 200px;
  }

  .md\:w-\[500px\]{
    width: 500px;
  }

  .md\:w-\[560px\]{
    width: 560px;
  }

  .md\:w-\[728px\]{
    width: 728px;
  }

  .md\:w-\[calc\(100\%_-_200px\)\]{
    width: calc(100% - 200px);
  }

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

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

  .md\:max-w-\[300px\]{
    max-width: 300px;
  }

  .md\:max-w-\[360px\]{
    max-width: 360px;
  }

  .md\:max-w-\[460px\]{
    max-width: 460px;
  }

  .md\:max-w-\[512px\]{
    max-width: 512px;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

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

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

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

  .md\:gap-\[200px\]{
    gap: 200px;
  }

  .md\:gap-\[50px\]{
    gap: 50px;
  }

  .md\:overflow-x-clip{
    overflow-x: clip;
  }

  .md\:rounded-2xl{
    border-radius: 1rem;
  }

  .md\:bg-blues-650{
    --tw-bg-opacity: 1;
    background-color: rgb(67 80 191 / var(--tw-bg-opacity));
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-\[77px\]{
    padding-left: 77px;
    padding-right: 77px;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-32{
    padding-bottom: 8rem;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem;
  }

  .md\:pb-\[200px\]{
    padding-bottom: 200px;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

  .md\:pt-\[120px\]{
    padding-top: 120px;
  }

  .md\:pt-\[348px\]{
    padding-top: 348px;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-\[18px\]{
    font-size: 18px;
  }

  .md\:text-\[40px\]{
    font-size: 40px;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 1024px){

  .lg\:-top-16{
    top: -4rem;
  }

  .lg\:top-20{
    top: 5rem;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-\[180px\]{
    margin-bottom: 180px;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

  .lg\:w-\[648px\]{
    width: 648px;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:max-w-\[200px\]{
    max-width: 200px;
  }

  .lg\:max-w-\[560px\]{
    max-width: 560px;
  }

  .lg\:max-w-\[585px\]{
    max-width: 585px;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:items-baseline{
    align-items: baseline;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:text-left{
    text-align: left;
  }
}
@media (min-width: 1280px){

  .xl\:-top-24{
    top: -6rem;
  }

  .xl\:w-10\/12{
    width: 83.333333%;
  }

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

  .xl\:w-\[290px\]{
    width: 290px;
  }

  .xl\:w-\[calc\(100\%_-_230px\)\]{
    width: calc(100% - 230px);
  }

  .xl\:w-\[calc\(100\%_-_290px\)\]{
    width: calc(100% - 290px);
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:gap-\[100px\]{
    gap: 100px;
  }

  .xl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *)::after{
  content: var(--tw-content);
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (prefers-color-scheme: dark){

  .dark\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }
}
