@keyframes shadow_bottomTop__ICWYf {
    0% {
        transform: translateY(2em);
        opacity: 0
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes shadow_flipCard__Jv2HY {
    0% {
        transform: translateY(2em);
        opacity: 0
    }

    50% {
        opacity: 1;
        transform: translateY(0) rotateY(0deg) rotateX(-1)
    }

    to {
        transform: rotateY(180deg)
    }
}

@keyframes shadow_bottomTopFlip__BbNfC {
    0% {
        transform: translateY(2em);
        opacity: 0
    }

    to {
        opacity: 1;
        transform: translateY(0) rotateX(-1)
    }
}

@keyframes shadow_fade__PP23d {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes shadow_pulse__2dDqa {
    0% {
        box-shadow: 0 4px 40px rgba(140,102,205,.294);
        background: #8c66cd url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0C18.6297 0 24 4.65125 24 10.4015C24 16.1406 18.6297 20.803 12 20.803C11.3651 20.803 10.7407 20.7586 10.1266 20.6808C7.54553 23.4339 4.47528 23.9223 1.4987 24V23.3117C3.10147 22.4681 4.4961 20.9473 4.4961 19.1933C4.4961 18.9491 4.47528 18.7049 4.44406 18.4718C1.73807 16.5735 0 13.6651 0 10.4015C0 4.65125 5.37034 0 12 0Z' fill='white'/%3E%3Ccircle cx='7.5' cy='10.5' r='1.5' fill='%233656FF'/%3E%3Ccircle cx='12.5' cy='10.5' r='1.5' fill='%233656FF'/%3E%3Ccircle cx='17.5' cy='10.5' r='1.5' fill='%233656FF'/%3E%3C/svg%3E%0A") 50%/24px auto no-repeat
    }

    to {
        background: var(--color-accent-blue) url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0C18.6297 0 24 4.65125 24 10.4015C24 16.1406 18.6297 20.803 12 20.803C11.3651 20.803 10.7407 20.7586 10.1266 20.6808C7.54553 23.4339 4.47528 23.9223 1.4987 24V23.3117C3.10147 22.4681 4.4961 20.9473 4.4961 19.1933C4.4961 18.9491 4.47528 18.7049 4.44406 18.4718C1.73807 16.5735 0 13.6651 0 10.4015C0 4.65125 5.37034 0 12 0Z' fill='white'/%3E%3Ccircle cx='7.5' cy='10.5' r='1.5' fill='%233656FF'/%3E%3Ccircle cx='12.5' cy='10.5' r='1.5' fill='%233656FF'/%3E%3Ccircle cx='17.5' cy='10.5' r='1.5' fill='%233656FF'/%3E%3C/svg%3E%0A") center center/24px auto no-repeat;
        box-shadow: 0 4px 40px rgba(42,89,255,.5)
    }
}

.shadow_flash__GKwww {
    animation: shadow_pulse__2dDqa 1s ease-in-out infinite alternate
}

@keyframes shadow_rotate__7aDXd {
    to {
        transform: rotate(1turn)
    }
}

@keyframes shadow_cupOut__xv1za {
    0% {
        top: 0
    }

    to {
        top: -25px
    }
}

.shadow_circleHoverAnimation__qIlHq {
    position: relative;
    height: 238px;
    width: 230px;
    margin: 0 auto
}

.shadow_circleHoverAnimation__qIlHq:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3
}

.shadow_circleHoverAnimation__qIlHq svg {
    animation: shadow_rotate__7aDXd 27s linear infinite
}

.shadow_circleHoverAnimation__qIlHq svg.shadow_noAnimation__Htvta {
    animation: none
}

.homeutils_snowTop__xvDnl {
    position: absolute;
    top: -10px;
    right: 70px;
    width: 238px;
    z-index: 2
}

@media(max-width: 992px) {
    .homeutils_snowTop__xvDnl {
        display:none
    }
}

.homeutils_snowContainer__WgjnK {
    position: relative;
    z-index: 9!important;
    height: 1px;
    width: 50%;
    overflow: inherit
}

.homeutils_favoiriteSlots__brBik {
    margin: 30px 0 0
}

.homeutils_favoiriteSlots__brBik .homeutils_favoiriteSlotsWrap__a9rRR {
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(6,minmax(170px,1fr));
    grid-gap: 20px;
    cursor: pointer
}

@media(max-width: 992px) {
    .homeutils_favoiriteSlots__brBik .homeutils_favoiriteSlotsWrap__a9rRR {
        grid-template-columns:repeat(2,minmax(150px,1fr))
    }
}

.homeutils_favoiriteSlots__brBik .homeutils_favoiriteSlotsWrap__a9rRR .homeutils_slotSnow__7BtUN {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 300px;
    z-index: 2
}

.homeutils_favoiriteSlots__brBik .homeutils_favoiriteSlotsWrap__a9rRR .homeutils_slotCard__w_MW8 {
    border-radius: 12px;
    position: relative;
    background: linear-gradient(0deg,#21264a,#21264a),#1e2446;
    overflow: hidden;
    transition: transform .25s ease-in-out;
    z-index: 1
}

.homeutils_favoiriteSlots__brBik .homeutils_favoiriteSlotsWrap__a9rRR .homeutils_slotCard__w_MW8:after {
    transition: background .35s ease-in-out;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 2px;
    border-radius: 12px
}

.homeutils_favoiriteSlots__brBik .homeutils_favoiriteSlotsWrap__a9rRR .homeutils_slotCard__w_MW8:hover {
    transform: translateY(-5px)
}

.homeutils_favoiriteSlots__brBik .homeutils_favoiriteSlotsWrap__a9rRR .homeutils_slotCard__w_MW8:hover:after {
    background: #dd9627
}

.homeutils_favoiriteSlots__brBik .homeutils_favoiriteSlotsWrap__a9rRR .homeutils_slotCard__w_MW8:hover:before {
    width: 100%;
    height: 48.25px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(180deg,rgba(99,65,68,0),#614043);
    opacity: .2
}

.homeutils_favoiriteSlots__brBik .homeutils_favoiriteSlotsWrap__a9rRR .homeutils_slotCard__w_MW8 .homeutils_slotCover__xWSa2 {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px
}

.homeutils_favoiriteSlots__brBik .homeutils_favoiriteSlotsWrap__a9rRR .homeutils_slotCard__w_MW8 h3 {
    margin: 15px auto;
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .3px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.homeutils_devider__Aryam {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px
}

.homeutils_devider__Aryam.homeutils_deviderDataSection__DuIB_ {
    height: 100%
}

@media(max-width: 1200px) {
    .homeutils_devider__Aryam {
        grid-gap:10px!important
    }
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam {
        display:block
    }
}

.homeutils_devider__Aryam .homeutils_rightSection__j3TxZ {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: max-content;
    position: relative;
    z-index: 2
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_rightSection__j3TxZ {
        justify-content:center
    }
}

.homeutils_devider__Aryam .homeutils_pointsSwitch__fAO2p {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    z-index: 999
}

.homeutils_devider__Aryam .homeutils_pointsSwitch__fAO2p.homeutils_mobileOne__ERLVV {
    position: unset;
    margin: 20px auto;
    width: max-content
}

.homeutils_devider__Aryam .homeutils_pointsSwitch__fAO2p.homeutils_mobileOne__ERLVV .homeutils_switchPoint__U3Uii {
    width: 20px;
    height: 20px
}

.homeutils_devider__Aryam .homeutils_pointsSwitch__fAO2p .homeutils_switchPoint__U3Uii {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    background-color: #3656ff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    opacity: .3
}

.homeutils_devider__Aryam .homeutils_pointsSwitch__fAO2p .homeutils_switchPoint__U3Uii.homeutils_active__QrMap {
    opacity: 1
}

.homeutils_devider__Aryam>div {
    position: relative
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub {
    background: #21264a;
    border-radius: 12px;
    padding: 25px;
    position: relative;
    overflow: inherit;
    height: 100%;
    height: 278px;
    max-height: 278px
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub {
        height:350px;
        max-height: 350px;
        min-height: 350px
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_dataOne__nyX_V {
    height: 100%
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_dataOne__nyX_V:after {
    height: 20px;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    border-bottom: 2px solid #ad7b38
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_dataOne__nyX_V .homeutils_buttonConnect___Tpqv {
    margin: 30px 0 10px 10px
}

@media(max-width: 1334px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_dataOne__nyX_V {
        max-height:unset
    }

    .homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_dataOne__nyX_V .homeutils_detailsWrap__3IaVC {
        margin: 20px 0 0
    }

    .homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_dataOne__nyX_V .homeutils_buttonConnectMobile__Npp6d {
        width: 100%;
        border-radius: 8px
    }
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_boxOne__2rdvd {
        height:max-content;
        padding: 10px auto;
        max-height: unset
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_boxOne__2rdvd .homeutils_snowTop__xvDnl {
    display: none
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_whereFrom___OYt7 .homeutils_whereFromContent__sFJOx .homeutils_modalDepositSmTitle__eHo7l {
    font-size: 3rem
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_whereFrom___OYt7 .homeutils_whereFromContent__sFJOx .homeutils_radioWrapper__QghXy {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 2em 0
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_whereFrom___OYt7 .homeutils_whereFromContent__sFJOx .homeutils_radioWrapper__QghXy label {
    width: 100%;
    padding: 15px 16px 15px 40px
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_whereFrom___OYt7 .homeutils_whereFromContent__sFJOx .homeutils_btns__ZP88M {
    display: flex;
    gap: 10px
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_discountsOne__z4G3q .homeutils_countDown__iK5A3 {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 14px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    color: #fff;
    margin: 35px 0
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_discountsOne__z4G3q button {
    margin-top: 10px;
    position: relative;
    z-index: 9
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_discountsOne__z4G3q button {
        width:100%;
        margin: 0 auto
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_discountsOne__z4G3q .homeutils_deviderCard__TDmwK {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_discountsOne__z4G3q .homeutils_deviderCard__TDmwK {
        display:block
    }

    .homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_discountsOne__z4G3q .homeutils_deviderCard__TDmwK .homeutils_countDown__iK5A3 {
        display: none
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_discountsOne__z4G3q .homeutils_deviderCard__TDmwK .homeutils_imageSection__URiJo {
    position: relative
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_discountsOne__z4G3q .homeutils_deviderCard__TDmwK .homeutils_imageSection__URiJo {
        width:max-content;
        margin: -5px auto
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_discountsOne__z4G3q .homeutils_deviderCard__TDmwK .homeutils_imageSection__URiJo .homeutils_shadowImage__YHqYk {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(2);
    opacity: .5;
    z-index: 1
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_discountsOne__z4G3q .homeutils_deviderCard__TDmwK .homeutils_imageSection__URiJo .homeutils_shadowImage__YHqYk {
        transform:translate(-50%,-50%) scale(1.3)
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_discountsOne__z4G3q .homeutils_deviderCard__TDmwK .homeutils_imageSection__URiJo>svg {
    position: relative;
    z-index: 3;
    transform: scale(2)
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_discountsOne__z4G3q .homeutils_deviderCard__TDmwK .homeutils_imageSection__URiJo>svg {
        transform:scale(1.3)
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_discountsOne__z4G3q .homeutils_deviderCard__TDmwK .homeutils_imageSection__URiJo>svg.homeutils_creditCard__U8_Mi {
    transform: scale(1.5)
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_discountsOne__z4G3q .homeutils_deviderCard__TDmwK .homeutils_imageSection__URiJo>svg.homeutils_creditCard__U8_Mi {
        transform:scale(1.1)
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s:after {
    height: 20px;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    border-bottom: 2px solid #3855ef
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L {
    width: 60%;
    margin: 0 10px
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L {
        width:100%;
        margin: 0
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L h1 {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 26px;
    letter-spacing: .1px;
    color: #fff;
    margin: 10px 0
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L .homeutils_twoSteps__RoaoJ {
    display: flex;
    flex-direction: row
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L .homeutils_twoSteps__RoaoJ {
        margin:30px 0
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L .homeutils_twoSteps__RoaoJ .homeutils_step__pevir {
    margin: 0 40px 0 0
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L .homeutils_twoSteps__RoaoJ .homeutils_step__pevir .homeutils_title__YPvts {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .1px;
    color: #818ebb;
    flex: none;
    order: 0;
    flex-grow: 0
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L .homeutils_twoSteps__RoaoJ .homeutils_step__pevir .homeutils_amount__Lv5sp {
    display: flex;
    align-items: center
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L .homeutils_twoSteps__RoaoJ .homeutils_step__pevir .homeutils_amount__Lv5sp .homeutils_count__7VyDw {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 14px;
    letter-spacing: .3px;
    color: #fff;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 12px 0
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L .homeutils_twoSteps__RoaoJ .homeutils_step__pevir .homeutils_amount__Lv5sp svg {
    margin-left: 10px;
    fill: #fff
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L .homeutils_inputBox__KvS4t {
    height: max-content;
    position: relative;
    margin: 20px 0;
    min-width: 358px
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L .homeutils_inputBox__KvS4t {
        min-width:unset
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L .homeutils_inputBox__KvS4t input {
    position: relative;
    z-index: 1;
    width: 100%
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L .homeutils_inputBox__KvS4t .homeutils_copyButton___serm {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L .homeutils_inputBox__KvS4t .homeutils_copyButton___serm svg {
    width: 20px
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L .homeutils_makeAffButton__Gk8NR {
    margin: 20px 0
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L .homeutils_makeAffButton__Gk8NR {
        width:100%;
        margin: 0 0 20px
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L .homeutils_description__wWF72 {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 18px;
    letter-spacing: .1px;
    color: #818ebb
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub.homeutils_referralOne__AVT_s .homeutils_textSectionReferral___di5L .homeutils_description__wWF72 {
        margin:10px 0 0
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_buttonConnectMobile__Npp6d {
    width: 100%;
    margin: 20px 0 0;
    width: 100px
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_redLabel__8_opn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #f03276;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 12px;
    gap: 3px;
    z-index: 2
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub button {
    z-index: 2;
    position: relative
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho {
    position: relative
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho {
        height:80px;
        margin-bottom: 60px
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_finalStar__yBJEf,.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_firstStar__AZ8uH,.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_secondStar__PN8rB,.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_thirdStar__cmZtr {
    position: absolute;
    z-index: 1
}

@media(max-width: 450px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_finalStar__yBJEf,.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_firstStar__AZ8uH,.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_secondStar__PN8rB,.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_thirdStar__cmZtr {
        display:none
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_offStar__fHnl_ {
    filter: grayscale(100%);
    opacity: .5
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_thirdStar__cmZtr {
    top: 0;
    left: -30px;
    width: 40px
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_thirdStar__cmZtr {
        left:15%;
        top: 70%
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_firstStar__AZ8uH {
    top: 5px;
    left: 30px;
    width: 60px
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_firstStar__AZ8uH {
        left:20%;
        top: 0
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_secondStar__PN8rB {
    bottom: -20px;
    left: -60px;
    width: 60px
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_secondStar__PN8rB {
        left:30%;
        top: 90%
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_finalStar__yBJEf {
    bottom: 0;
    right: -10px;
    width: 40px
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_stars__2aVAn .homeutils_finalStar__yBJEf {
        left:70%;
        top: 70%
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_shadowCase___7fFb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.7)
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_shadowCase___7fFb {
        transform:translate(-50%,-50%) scale(1.5)
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_realBoxesImage__wYfR4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.2);
    width: 100%;
    pointer-events: none;
    z-index: 2
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_animationSectionCase__Jb5ho .homeutils_realBoxesImage__wYfR4 {
        transform:translate(-50%,-50%) scale(1);
        width: 250px;
        max-width: 370px
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_fadeHover____LFX {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    pointer-events: none;
    overflow: hidden
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_fadeHover____LFX .homeutils_shadowCard__TUYAn {
    top: -170px;
    position: absolute;
    right: 0;
    transform: scale(2);
    opacity: .3
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_fadeHover____LFX .homeutils_shadowCard__TUYAn.homeutils_shadowCardReferral__5sNyZ {
    bottom: -150px;
    right: -150px;
    top: auto
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_textSection__Undee {
    margin: 0 10px;
    position: relative;
    z-index: 2
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_textSection__Undee h1 {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 26px;
    letter-spacing: .1px;
    color: #fff;
    margin: 10px 0
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_textSection__Undee p {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .1px;
    color: #818ebb
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_detailsWrap__3IaVC {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
    position: relative;
    z-index: 2
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_detailsWrap__3IaVC {
        display:grid;
        grid-template-columns: repeat(2,1fr);
        margin: 0
    }
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_detailsWrap__3IaVC .homeutils_wrapItem__HmbQu {
    display: flex;
    align-items: center;
    margin: 10px;
    width: 100%;
    justify-content: center
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_detailsWrap__3IaVC .homeutils_wrapItem__HmbQu>svg {
    height: 22px;
    width: 22px;
    filter: drop-shadow(0 0 1rem #fca81a)
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_detailsWrap__3IaVC .homeutils_wrapItem__HmbQu .homeutils_wrapItemText__VPoPY {
    margin: 0 0 0 15px
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_detailsWrap__3IaVC .homeutils_wrapItem__HmbQu .homeutils_wrapItemText__VPoPY h3 {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .1px;
    color: #e3edf9;
    margin: 0
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_detailsWrap__3IaVC .homeutils_wrapItem__HmbQu .homeutils_wrapItemText__VPoPY .homeutils_amountWrap__juGQz {
    display: flex;
    align-items: center
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_detailsWrap__3IaVC .homeutils_wrapItem__HmbQu .homeutils_wrapItemText__VPoPY .homeutils_amountWrap__juGQz p {
    color: #818ebb;
    margin: 4px 0
}

.homeutils_devider__Aryam .homeutils_dataSection__fUUub .homeutils_detailsWrap__3IaVC .homeutils_wrapItem__HmbQu .homeutils_wrapItemText__VPoPY .homeutils_amountWrap__juGQz svg {
    margin: 0 0 0 10px;
    fill: #818ebb
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    max-height: 100%;
    height: 100%;
    overflow: inherit
}

@media(max-width: 1300px) {
    .homeutils_devider__Aryam .homeutils_defButtons__2mJ3g {
        grid-gap:10px
    }
}

@media(max-width: 992px) {
    .homeutils_devider__Aryam .homeutils_defButtons__2mJ3g {
        margin-top:20px;
        grid-template-columns: repeat(2,1fr)!important;
        grid-gap: 20px 0!important
    }
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_snowBetween__2GKis {
    position: absolute;
    top: -10px;
    right: 25%;
    width: 120px;
    z-index: 2
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9 {
    background: #282e54;
    border-radius: 12px;
    overflow: hidden;
    display: block;
    justify-content: center;
    height: 100%;
    position: relative;
    transition: background .3s ease-in-out;
    min-width: 156px;
    height: 278px;
    z-index: 1
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9.homeutils_expand__9TLyM {
    grid-column: 1/4;
    height: 196px
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9.homeutils_giftOne__SyP8y {
    margin-right: 10px
}

@media(max-width: 370px) {
    .homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9.homeutils_giftOne__SyP8y {
        margin-right:5px
    }
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9.homeutils_landOne__zgHSo {
    margin-left: 10px
}

@media(max-width: 370px) {
    .homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9.homeutils_landOne__zgHSo {
        margin-left:5px
    }
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9.homeutils_active__QrMap,.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9:hover {
    background: #23284a
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9.homeutils_active__QrMap .homeutils_contentImage__c5R0T.homeutils_giftOne__SyP8y,.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9:hover .homeutils_contentImage__c5R0T.homeutils_giftOne__SyP8y {
    transform: scale(1.3) translateY(10px)!important
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9.homeutils_active__QrMap .homeutils_contentImage__c5R0T.homeutils_bloxlandOne__UqqIc,.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9:hover .homeutils_contentImage__c5R0T.homeutils_bloxlandOne__UqqIc {
    transform: scale(1.6) translateY(20px)!important
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9.homeutils_active__QrMap .homeutils_contentImage__c5R0T.homeutils_referralOne__AVT_s,.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9:hover .homeutils_contentImage__c5R0T.homeutils_referralOne__AVT_s {
    transform: scale(1.1) scaleX(-1) translate(50%,-50%)!important
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9.homeutils_active__QrMap p,.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9:hover p {
    color: #3656ff
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9 .homeutils_animationIcon__OQR1d {
    margin-top: 70px
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9 .homeutils_animationIcon__OQR1d .homeutils_shadowCircle__ZGhrF {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%,-50%) scale(1.5);
    z-index: 1
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9 .homeutils_animationIcon__OQR1d .homeutils_contentImage__c5R0T {
    position: relative;
    z-index: 2;
    transition: transform .3s ease-in-out;
    width: 100px
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9 .homeutils_animationIcon__OQR1d .homeutils_contentImage__c5R0T.homeutils_giftOne__SyP8y {
    transform: translateY(5px)
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9 .homeutils_animationIcon__OQR1d .homeutils_contentImage__c5R0T.homeutils_bloxlandOne__UqqIc {
    transform: scale(1.3) translateY(15px)
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9 .homeutils_animationIcon__OQR1d .homeutils_contentImage__c5R0T.homeutils_referralOne__AVT_s {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%,-50%)
}

@media(max-width: 1300px) {
    .homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9 .homeutils_animationIcon__OQR1d .homeutils_contentImage__c5R0T.homeutils_referralOne__AVT_s {
        top:60%
    }
}

.homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9 p {
    text-align: left;
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .1px;
    color: #fff;
    margin: 20px 25px;
    display: block;
    position: relative;
    z-index: 2;
    transition: color .3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0
}

@media(max-width: 1300px) {
    .homeutils_devider__Aryam .homeutils_defButtons__2mJ3g .homeutils_buttonCard__UU5x9 p {
        left:50%;
        transform: translateX(-50%);
        text-align: center;
        margin: 20px auto
    }
}

.Index_home__MuN0_ {
    position: relative;
    padding-top: 36px
}

@media(max-width: 1700px) {
    .Index_home__MuN0_ {
        padding-top:12px
    }
}

@media(max-width: 992px) {
    .Index_home__MuN0_ {
        padding-top:16px
    }
}

.Index_home__MuN0_ .Index_sprayImage__q17qg {
    position: absolute;
    top: 0;
    left: 0
}

@media(max-width: 1700px) {
    .Index_home__MuN0_ .Index_sprayImage__q17qg {
        max-width:90vw
    }
}

@media(max-width: 992px) {
    .Index_home__MuN0_ .Index_sprayImage__q17qg {
        display:none
    }
}

.Index_home__MuN0_>* {
    position: relative;
    z-index: 1
}

.Index_homeBanner__moE7Q {
    padding: 44px 40px;
    color: var(--color-white-primary);
    border-radius: 12px;
    background: var(--color-dark-50) url(/web/20241010012119im_/https://bloxflip.com/_next/static/media/affiliates-banner-bg.e91a6653.png) right center/100% auto no-repeat;
    margin-bottom: 48px
}

@media(max-width: 767px) {
    .Index_homeBanner__moE7Q {
        padding:24px 24px 142px;
        background: url(/web/20241010012119im_/https://bloxflip.com/_next/static/media/affiliates-mobile-banner.02f59d81.png) bottom/302px auto no-repeat,url(/web/20241010012119im_/https://bloxflip.com/_next/static/media/affiliates-mobile-bg.e11d4154.png) 50%/cover no-repeat,var(--color-dark-50)
    }
}

.Index_homeBannerTitle__L66aA {
    margin-bottom: 8px
}

.Index_homeBannerTitle__L66aA svg {
    vertical-align: middle;
    margin: 0 8px;
    fill: var(--color-white-primary)
}

.Index_homeNotificationsBanner__3ycQo {
    padding: 44px 40px;
    color: var(--color-white-primary);
    border-radius: 12px;
    background: var(--color-dark-50) url(/web/20241010012119im_/https://bloxflip.com/_next/static/media/notifications-banner-bg.1474457a.png) right center/100% auto no-repeat;
    margin-bottom: 48px
}

@media(max-width: 767px) {
    .Index_homeNotificationsBanner__3ycQo {
        padding:24px 24px 142px;
        background: url(/web/20241010012119im_/https://bloxflip.com/_next/static/media/notifications-mobile-banner.ed384ec1.png) bottom/302px auto no-repeat,url(/web/20241010012119im_/https://bloxflip.com/_next/static/media/affiliates-mobile-bg.e11d4154.png) 50%/cover no-repeat,var(--color-dark-50)
    }
}

.Index_homeNotificationsBannerTitle__P_0tx {
    margin-bottom: 8px
}

.Index_homeNotificationsBannerTitle__P_0tx svg {
    vertical-align: middle;
    margin: 0 8px;
    fill: var(--color-white-primary)
}

.Index_homeHeader__newPl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px
}

@media(max-width: 992px) {
    .Index_homeHeader__newPl {
        margin-bottom:14px;
        justify-content: flex-start
    }

    .Index_homeHeaderControls__cuo8C {
        display: none
    }
}

.Index_homeHeaderControlsArrowNext__G7K83 {
    margin-left: 8px
}

.Index_homeHeaderControlsArrowNext__G7K83 svg {
    transform: scaleX(-1)
}

.Index_homeSlider__vWnLG {
    overflow: initial
}

.Index_homeSliderSnowLeft__pbxXf {
    width: 132px;
    position: absolute;
    top: -10px;
    left: 140px;
    z-index: 2
}

.Index_homeSliderSnowRight__Xy3Of {
    width: 160px;
    position: absolute;
    top: -25px;
    right: 235px;
    z-index: 2
}

.Index_homeSliderItem__CcvCi {
    position: relative;
    display: block;
    transition: filter .2s ease;
    will-change: filter;
    background: var(--color-dark-50);
    border-radius: 12px;
    overflow: hidden;
    z-index: 1
}

.Index_homeSliderItem__CcvCi img {
    border-radius: 12px!important
}

.Index_homeSliderItem__CcvCi:hover {
    filter: brightness(1.1)
}

.Index_homeSliderItemCategory__tN69S,.Index_homeSliderItemTitle__AIfIY {
    position: absolute;
    z-index: 1
}

.Index_homeSliderItemTitle__AIfIY {
    left: 4px;
    top: 16px;
    right: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: var(--titles-font);
    font-weight: 900;
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-white)
}

@media(max-width: 992px) {
    .Index_homeSliderItemTitle__AIfIY {
        font-size:2.4rem;
        top: 15px
    }
}

.Index_homeSliderItemCategory__tN69S {
    left: 50%;
    bottom: 16px;
    max-width: calc(100% - 32px);
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 4px 12px;
    background: hsla(0,0%,100%,.3);
    border-radius: 8px;
    color: var(--color-white-primary)
}

.Index_homeGames__OlGN7 {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
    grid-gap: 16px;
    gap: 16px
}

@media(max-width: 360px) {
    .Index_homeGames__OlGN7 {
        grid-template-columns:repeat(auto-fill,minmax(100px,1fr))
    }
}

.Index_snowArea__7KCXM {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-color: transparent
}

.Index_snowflake__TAhUe {
    --size: 1vw;
    width: var(--size);
    height: var(--size);
    position: absolute;
    top: -5vh
}

@keyframes Index_snowfall__M9Yes {
    0% {
        transform: translate3d(var(--left-ini),0,0) rotate(0deg)
    }

    to {
        transform: translate3d(var(--left-end),110vh,0) rotate(1turn)
    }
}

.Index_snowflake__TAhUe:first-child {
    --size: 2.2vw;
    --left-ini: 2vw;
    --left-end: 4vw;
    left: 39vw;
    animation: Index_snowfall__M9Yes 16s linear infinite;
    animation-delay: -7s
}

@media(max-width: 922px) {
    .Index_snowflake__TAhUe:first-child {
        --size:5.6vw
    }
}

.Index_snowflake__TAhUe:nth-child(2) {
    --size: 2.2vw;
    --left-ini: 7vw;
    --left-end: 3vw;
    left: 64vw;
    animation: Index_snowfall__M9Yes 20s linear infinite;
    animation-delay: -7s
}

@media(max-width: 922px) {
    .Index_snowflake__TAhUe:nth-child(2) {
        --size:6.2vw
    }
}

.Index_snowflake__TAhUe:nth-child(3) {
    --size: 2.2vw;
    --left-ini: -1vw;
    --left-end: -8vw;
    left: 44vw;
    animation: Index_snowfall__M9Yes 15s linear infinite;
    animation-delay: -4s
}

@media(max-width: 922px) {
    .Index_snowflake__TAhUe:nth-child(3) {
        --size:6.2vw
    }
}

.Index_snowflake__TAhUe:nth-child(4) {
    --size: 2.2vw;
    --left-ini: 4vw;
    --left-end: 2vw;
    left: 29vw;
    animation: Index_snowfall__M9Yes 15s linear infinite;
    animation-delay: -6s
}

@media(max-width: 922px) {
    .Index_snowflake__TAhUe:nth-child(4) {
        --size:5.9vw
    }
}

.Index_snowflake__TAhUe:nth-child(5) {
    --size: 2.2vw;
    --left-ini: 7vw;
    --left-end: 5vw;
    left: 6vw;
    animation: Index_snowfall__M9Yes 18s linear infinite;
    animation-delay: -3s
}

@media(max-width: 922px) {
    .Index_snowflake__TAhUe:nth-child(5) {
        --size:5.9vw
    }
}

.Index_snowflake__TAhUe:nth-child(6) {
    --size: 1.9vw;
    --left-ini: 5vw;
    --left-end: -5vw;
    left: 59vw;
    animation: Index_snowfall__M9Yes 17s linear infinite;
    animation-delay: -7s
}

@media(max-width: 922px) {
    .Index_snowflake__TAhUe:nth-child(6) {
        --size:6.5vw
    }
}

.Index_snowflake__TAhUe:nth-child(7) {
    --size: 1.9vw;
    --left-ini: 5vw;
    --left-end: 1vw;
    left: 71vw;
    animation: Index_snowfall__M9Yes 20s linear infinite;
    animation-delay: -10s
}

@media(max-width: 922px) {
    .Index_snowflake__TAhUe:nth-child(7) {
        --size:6.5vw
    }
}

.Index_snowflake__TAhUe:nth-child(8) {
    --size: 2.2vw;
    --left-ini: 4vw;
    --left-end: 7vw;
    left: 5vw;
    animation: Index_snowfall__M9Yes 14s linear infinite;
    animation-delay: -9s
}

@media(max-width: 922px) {
    .Index_snowflake__TAhUe:nth-child(8) {
        --size:5.6vw
    }
}

.Index_snowflake__TAhUe:nth-child(9) {
    --size: 1.9vw;
    --left-ini: 9vw;
    --left-end: 7vw;
    left: 19vw;
    animation: Index_snowfall__M9Yes 20s linear infinite;
    animation-delay: -1s
}

@media(max-width: 922px) {
    .Index_snowflake__TAhUe:nth-child(9) {
        --size:5.9vw
    }
}

.Index_snowflake__TAhUe:nth-child(6n) {
    filter: blur(1px)
}

/*
     FILE ARCHIVED ON 01:21:19 Oct 10, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:39:35 Mar 02, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.587
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.008
  esindex: 0.011
  cdx.remote: 29.4
  LoadShardBlock: 189.214 (3)
  PetaboxLoader3.datanode: 996.681 (5)
  load_resource: 921.551 (2)
  PetaboxLoader3.resolve: 85.226 (2)
*/
