/* /Features/Bookmark/Components/BookmarksPage.razor.rz.scp.css */
/*----BookMarks Page start------*/
.content-container[b-6o4ko3g8b6] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.gamesetup-bg[b-6o4ko3g8b6] {
    background-image: url("../img/bgeffect.png"), url(../img/topgrid1.png), url(../img/bottomgrid.png);
    background-position: center top -60px, top -110px center, bottom center;
    /*background-size: cover; */
    background-repeat: no-repeat;
    background-blend-mode: normal;
}

.title-header[b-6o4ko3g8b6] {
    padding: 35px 15px;
    text-align: center;
    background-color: rgb(59, 46, 89, .4);
}

    .title-header h1[b-6o4ko3g8b6] {
        font-size: 28px;
        color: #fff;
    }

.confirm-tooltip[b-6o4ko3g8b6] {
    width: 160px;
    background-color: lightgray;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1000;
    bottom: 120%;
    right: 36%;
    font-size: 14px;
}

    .confirm-tooltip[b-6o4ko3g8b6]::after {
        content: "";
        position: absolute;
        top: 100%;
        right: 10%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: lightgray transparent transparent transparent;
    }
/*----BookMarks Page start------*/
.bookmarks-content[b-6o4ko3g8b6] {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    padding-right: 20%;
}

.bookmarks .cont-pad[b-6o4ko3g8b6] {
    padding: 0 2% 5% 15%;
}

.bookmarkcont-text-lenth[b-6o4ko3g8b6] {
    padding-right: 24%;
}

.form-text-col1[b-6o4ko3g8b6] {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    padding: 5px 0;
    float: left;
}

.form-text-sub[b-6o4ko3g8b6] {
    color: #fff;
    font-size: 18px;
    margin-left: 30px;
    float: left;
    clear: both;
    text-decoration: underline;
}

.bookmarks-content a.form-text-sub[b-6o4ko3g8b6], a.form-text-sub:hover[b-6o4ko3g8b6], a.form-text-sub:visited[b-6o4ko3g8b6] {
    color: #fff;
    text-decoration: underline;
}

p[b-6o4ko3g8b6], span[b-6o4ko3g8b6], div[b-6o4ko3g8b6] {
    color: #fff;
}

.bookmarks-content .icon-align[b-6o4ko3g8b6] {
    display: inline-grid;
}

.clipboard[b-6o4ko3g8b6] {
    height: 34px;
    width: 35px;
    background-color: #8661c5;
    border-radius: 50%;
    display: inline-block;
    background-image: url(../img/icons/clipboard_o.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 2px;
}

.remove-bookmark[b-6o4ko3g8b6] {
    height: 32px;
    width: 32px;
    background-color: #8661c5;
    border-radius: 50%;
    display: inline-block;
    background-image: url(../img/icons/remove.png);
    background-size: 32px;
    background-repeat: no-repeat;
}

.btn-row a[b-6o4ko3g8b6] {
    cursor: pointer;
}

.tooltip-icon[b-6o4ko3g8b6] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip-icon .tooltiptext[b-6o4ko3g8b6] {
        visibility: hidden;
        width: 150px;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .tooltip-icon:hover .tooltiptext[b-6o4ko3g8b6] {
        visibility: visible;
    }

/*----BookMarks Page end------*/

/*-----Scrollbar custom start----*/
.scrollbar[b-6o4ko3g8b6]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scrollbar[b-6o4ko3g8b6]::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

.scrollbar[b-6o4ko3g8b6]::-webkit-scrollbar-thumb {
    background-color: #dfdfdf;
    border-radius: 10px;
}
/*-----Scrollbar custom end----*/

@media screen and (-ms-high-contrast: active) {
    .clipboard[b-6o4ko3g8b6],
    .remove-bookmark[b-6o4ko3g8b6] {
        background-color: transparent !important;
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .clipboard[b-6o4ko3g8b6],
    .remove-bookmark[b-6o4ko3g8b6] {
        background-color: transparent !important;
    }
}

a:focus[b-6o4ko3g8b6], a:hover[b-6o4ko3g8b6] {
    text-decoration: underline;
}

a[name=btnCopy]:focus + span[b-6o4ko3g8b6] {
    visibility: visible;
}

a[name=btnDelete]:focus + span[b-6o4ko3g8b6] {
    visibility: visible;
}

.btn-share:focus[b-6o4ko3g8b6] {
    border: 2px solid #fff;
}
/* /Features/CardList/Components/ArchitectureCards.razor.rz.scp.css */
.architecture-list-container[b-vam0n9o3dd] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, auto));
    justify-content: space-evenly;
    row-gap: 36px;
    column-gap: 20px;
    padding: 56px 40px;
}

.card-radio-container[b-vam0n9o3dd] {
    position: relative;
}

    input[type=radio][b-vam0n9o3dd] {
        position: absolute;
        width: 0;
        height: 0;
    }

        input[type=radio]:focus + div[b-vam0n9o3dd] {
            outline: 2px solid #ffffff;
            outline-offset: 2px;
        }

.card-container:hover[b-vam0n9o3dd] {
    cursor: pointer;
}
/* /Features/CardList/Components/CardListPage.razor.rz.scp.css */

.main-content[b-ujbj3a6v5a] {
    background-image: url(../img/background.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 568px;
}

.content-container[b-ujbj3a6v5a] {
    padding: 28px 6%;
}

.tab-button-container[b-ujbj3a6v5a] {
    position: relative;
    top: 4px;
}

.tab-button[b-ujbj3a6v5a] {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.1rem;
    padding: 0.8rem 3rem;
    border-bottom: 4px solid transparent;
}

    .tab-button:hover[b-ujbj3a6v5a] {
        border-bottom: 4px solid #8661c5;
        cursor: pointer;
    }

.tab-button-active[b-ujbj3a6v5a] {
    background-color: #41155b;
    border-bottom: 4px solid #8661c5;
}

.tab-separator[b-ujbj3a6v5a] {
    background-image: linear-gradient(to right, #383484, #3e3889);
    height: 4px;
}

.page-title-container[b-ujbj3a6v5a] {
    background-color: rgb(16, 11, 36, .4);
    height: 7rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .page-title-container h1[b-ujbj3a6v5a] {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
    }

    .page-title-container .select[b-ujbj3a6v5a] {
        position: relative;
    }

        .page-title-container .select[b-ujbj3a6v5a]::after {
            border-style: solid;
            border-width: 2px 2px 0 0;
            content: ' ';
            display: inline-block;
            height: 0.3em;
            right: 0.3em;
            position: absolute;
            top: 1.25em;
            vertical-align: top;
            width: 0.3em;
            transform: rotate(135deg);
            justify-self: end;
            pointer-events: none;
            border-color: #ffffff;
        }

    .page-title-container select[b-ujbj3a6v5a] {
        appearance: none;
        outline: 0;
        border: 0;
        box-shadow: none;
        font-size: 1.8rem;
        font-weight: 500;
        flex: 1;
        padding: 0 2.5rem 0 1rem;
        color: #fff;
        background-color: transparent;
        background-image: none;
        cursor: pointer;
    }

        .page-title-container select:focus[b-ujbj3a6v5a] {
            border: 1px solid #7c55bb;
        }

        /* Remove IE arrow */
        .page-title-container select[b-ujbj3a6v5a]::-ms-expand {
            display: none;
        }

        .page-title-container select *[b-ujbj3a6v5a] {
            background-color: #100a24;
        }

@media screen and (-ms-high-contrast: white-on-black) {
    .tab-button-active[b-ujbj3a6v5a] {
        border: 4px solid #8661c5;
    }
}
/* /Features/CardList/Components/PlayingCards.razor.rz.scp.css */
.group-filter-container[b-g21p1iwji9] {
    margin: 2rem 40px 0 2rem;
    width: 30ch;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.group-drawer-container[b-g21p1iwji9] {
    margin-top: 2rem;
    margin-left: 40px;
}

.group-drawer[b-g21p1iwji9] {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.1rem;
    position: relative;
    padding-right: 2rem;
    cursor: pointer;
}

    .group-drawer.can-open[b-g21p1iwji9]::after {
        border-style: solid;
        border-width: 0.15em 0.15em 0 0;
        content: ' ';
        display: inline-block;
        height: 0.5em;
        right: 0;
        position: absolute;
        top: 0.5em;
        vertical-align: top;
        width: 0.5em;
        transform: rotate(45deg);
        justify-self: end;
        pointer-events: none;
    }

    .group-drawer.can-close[b-g21p1iwji9]::after {
        border-style: solid;
        border-width: 0.15em 0.15em 0 0;
        content: ' ';
        display: inline-block;
        height: 0.5em;
        right: 0;
        position: absolute;
        top: 0.5em;
        vertical-align: top;
        width: 0.5em;
        transform: rotate(135deg);
        justify-self: end;
        pointer-events: none;
    }

.card-list-container[b-g21p1iwji9] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(248px, auto));
    justify-content: space-evenly;
    row-gap: 36px;
    column-gap: 20px;
    padding: 2rem 40px;
}

.card-radio-container[b-g21p1iwji9] {
    position: relative;
}

input[type=radio][b-g21p1iwji9], input[type=radio]:focus[b-g21p1iwji9] {
    position: absolute;
    width: 0;
    height: 0;
}

    input[type=radio]:focus + div[b-g21p1iwji9] {
        outline: 2px solid #ffffff;
        outline-offset: 2px;
    }

.card-container:hover[b-g21p1iwji9] {
    cursor: pointer;
}

.groupby-label[b-g21p1iwji9] {
    color: white;
    margin-right: 16px;
}

.sub-header[b-g21p1iwji9] {
    font-size: 20px;
    color: #fff;
}
/* /Features/Common/Components/ArchitectureCard.razor.rz.scp.css */
.card-wrapper[b-xuqu5j6dbg] {
    width: 100%;
    padding-top: 70%;
    position: relative;
}

.architecture-card[b-xuqu5j6dbg] {
    background-image: url('img/architecture_bg.png');
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    font-size: 18px;
}

.architecture-card-medium[b-xuqu5j6dbg] {
    width: 580px;
    height: 400px;
    font-size: 24px;
}

.architecture-card-small[b-xuqu5j6dbg] {
    width: 360px;
    height: 248px;
    font-size: 16px;
}

.architecture-card .architecture-name[b-xuqu5j6dbg] {
    padding-top: 4%;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.architecture-card .architecture-image-container[b-xuqu5j6dbg] {
    position: relative;
    margin: auto;
    width: 92%;
    height: 80%;
}

.architecture-card .architecture-image[b-xuqu5j6dbg] {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%,-50%);
}

.zoom-in-icon[b-xuqu5j6dbg], .zoom-out-icon[b-xuqu5j6dbg] {
    height: 100%;
    width: 100%;
    background-color: #7f62aa;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 2px #888888;
    box-shadow: 0px 0px 5px 2px #888888;
    display: inline-block;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}

.zoom-in-icon[b-xuqu5j6dbg] {
    background-image: url(/img/icons/Zoom.svg);
}

.zoom-out-icon[b-xuqu5j6dbg] {
    background-image: url(img/icons/minimize-icon.svg);
    background-position: 3px 3px;
    background-size: 22px;
    border: 2px solid #fff;
}

button[b-xuqu5j6dbg] {
    height: 32px;
    width: 32px;
    position: absolute;
    z-index: 1;
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.zoom-in[b-xuqu5j6dbg] {
    bottom: 10px;
    right: 5px;
}

.zoom-out[b-xuqu5j6dbg] {
    top: 5px;
    left: 5px;
}

    .zoom-in a[b-xuqu5j6dbg], .zoom-out a[b-xuqu5j6dbg] {
        cursor: pointer;
    }

    .zoom-in button[b-xuqu5j6dbg], .zoom-out button[b-xuqu5j6dbg] {
    }

.bubble[b-xuqu5j6dbg] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 160px;
    transform: translate(-50%, -50%)
}
/* /Features/Common/Components/ArchitectureModal.razor.rz.scp.css */
.architecture-modal[b-wncnzuxrxy] {
    --card-width: 1000px;
    --card-height: 692px;
    --action-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-width: var(--card-width);
    min-height: calc(var(--card-height) + var(--action-height));
}

.arch-modal-content[b-wncnzuxrxy] {
    margin: auto;
    width: var(--card-width);
    height: calc(var(--card-height) + var(--action-height));
}

.action-container[b-wncnzuxrxy] {
    text-align: center;
    height: var(--action-height);
    position: relative;
}

    .action-container .primary-button[b-wncnzuxrxy] {
        font-size: 1.1em;
    }

.card-container[b-wncnzuxrxy] {
    box-sizing: border-box;
    margin: auto;
    width: var(--card-width);
    height: var(--card-height);
    position: relative;
}

.architecture-card[b-wncnzuxrxy] {
    background-image: url(/img/architecture_bg.png);
    background-size: 100% 100%;
}

.architecture-card-large[b-wncnzuxrxy] {
    width: 100%;
    height: 100%;
}

.architecture-card .architecture-name[b-wncnzuxrxy] {
    padding-top: 4%;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.architecture-card .architecture-image-container[b-wncnzuxrxy] {
    position: relative;
    margin: auto;
    width: 92%;
    height: 80%;
}

.architecture-card .architecture-image[b-wncnzuxrxy] {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%,-50%);
}

.card-count[b-wncnzuxrxy] {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    width: 100%;
    text-align: center;
}

.close-button[b-wncnzuxrxy] {
    position: absolute;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7c55bb;
    padding: 0;
    margin: 0;
    width: 48px;
    height: 48px;
    bottom: 0;
    right: -24px;
    z-index: 102;
    background-size: 40%;
    background-repeat: no-repeat;
    background-image: url(/img/icons/close.svg);
    background-position: 52.5% 52.5%;
}

    .close-button:hover[b-wncnzuxrxy],
    .close-button:focus[b-wncnzuxrxy] {
        background-color: #6c44aa;
        border: 2px solid #fff;
    }

    .close-button:active[b-wncnzuxrxy] {
        background-color: #5c3399;
    }

    .close-button img[b-wncnzuxrxy] {
        width: 18px;
        height: 18px;
    }

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .card-detail-wrapper[b-wncnzuxrxy] {
        position: absolute;
        width: 95vw;
        height: 66vw;
        font-size: 3vw;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (-ms-high-contrast: black-on-white) {
    .close-button[b-wncnzuxrxy] {
        border: 1px solid #000;
        background-image: url(/img/icons/close_black.svg);
    }
}
/* /Features/Common/Components/CardModal.razor.rz.scp.css */
.card-modal[b-gria9f7m2w] {
    --card-width: 484px;
    --card-height: 720px;
    --action-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-width: var(--card-width);
    min-height: calc(var(--card-height) + var(--action-height));
}

.card-modal-content[b-gria9f7m2w] {
    margin: auto;
    width: var(--card-width);
    height: calc(var(--card-height) + var(--action-height));
}

.action-container[b-gria9f7m2w] {
    text-align: center;
    height: var(--action-height);
    position: relative;
}

.card-container[b-gria9f7m2w] {
    box-sizing: border-box;
    margin: auto;
    width: var(--card-width);
    height: var(--card-height);
    position: relative;
}

.close-button[b-gria9f7m2w] {
    position: absolute;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7c55bb;
    padding: 0;
    margin: 0;
    width: 48px;
    height: 48px;
    bottom: 0;
    right: -24px;
    z-index: 102;
    background-size: 40%;
    background-repeat: no-repeat;
    background-image: url(/img/icons/close.svg);
    background-position: 52.5% 52.5%;
}

    .close-button:hover[b-gria9f7m2w],
    .close-button:focus[b-gria9f7m2w] {
        background-color: #6c44aa;
        border: 2px solid #fff;
    }

    .close-button:active[b-gria9f7m2w] {
        background-color: #5c3399;
    }

    .close-button img[b-gria9f7m2w] {
        width: 18px;
        height: 18px;
    }

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .card-detail-wrapper[b-gria9f7m2w] {
        position: absolute;
        width: 95vw;
        height: 66vw;
        font-size: 3vw;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .close-button[b-gria9f7m2w] {
        border: 1px solid #000;
        background-image: url(/img/icons/close_black.svg);
    }
}
/* /Features/Common/Components/ConfirmationModal.razor.rz.scp.css */
.alert-modal[b-94baxvixdz] {
    z-index: 201;
}

.alert-overlay[b-94baxvixdz] {
    z-index: 200;
}

.m-content[b-94baxvixdz] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    max-width: 450px;
    padding: 10px;
    box-shadow: 1px 0px 19px 5px rgba(0,0,0,0.22);
    -webkit-box-shadow: 1px 0px 19px 5px rgba(0,0,0,0.22);
    -moz-box-shadow: 1px 0px 19px 5px rgba(0,0,0,0.22);
}

.m-header[b-94baxvixdz] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    /* border-bottom: 1px solid #e9ecef; */
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.m-body[b-94baxvixdz] {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.m-footer[b-94baxvixdz] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
}

.m-title[b-94baxvixdz] {
    margin-bottom: 0;
    line-height: 1.5;
}

.mo-header .close[b-94baxvixdz] {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.m-footer > :not(:last-child)[b-94baxvixdz] {
    margin-right: 10px;
}

.m-content p[b-94baxvixdz], div[b-94baxvixdz], h4[b-94baxvixdz], h5[b-94baxvixdz] {
    color: #000;
}
/* /Features/Common/Components/EdisonDropdown.razor.rz.scp.css */
.select[b-f71k22snld] {
    position: relative;
}

    .select[b-f71k22snld]::after {
        border-style: solid;
        border-width: 1px 1px 0 0;
        content: ' ';
        display: inline-block;
        height: 0.4em;
        right: 0.7em;
        position: absolute;
        top: 0.6em;
        vertical-align: top;
        width: 0.4em;
        transform: rotate(135deg);
        justify-self: end;
        pointer-events: none;
        border-color: #eee;
        vertical-align: middle;
    }

select[b-f71k22snld] {
    appearance: none;
    outline: 0;
    border: 1px solid #eee;
    box-shadow: none;
    font-size: 1em;
    flex: 1;
    padding: 0.3em 2.5em 0.3em 1em;
    color: #eee;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    width: 100%;
}

    select:focus[b-f71k22snld] {
        border: 2px solid #7c55bb;
    }

    /* Remove IE arrow */
    select[b-f71k22snld]::-ms-expand {
        display: none;
    }

    select *[b-f71k22snld] {
        background-color: #241c36;
    }
/* /Features/Common/Components/Header.razor.rz.scp.css */
.skip-to-main-link[b-yogbeeejer] {
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    left: -1000px;
    top: 0;
    background-color: lightgray;
    color: black;
    text-decoration: underline;
    text-align: center;
    line-height: 56px;
}

    .skip-to-main-link.focused[b-yogbeeejer] {
        left:0;
        top: 0;
        width: 100%;
        height: 100%;
        outline: 1px dashed black;
        outline-offset: -2px;
    }
/* /Features/Common/Components/LanguageSelection.razor.rz.scp.css */
.align-dropdown:hover[b-ag8zbhhoc2] {
    cursor: pointer;
}

.align-dropdown[b-ag8zbhhoc2] {
    margin: 7px;
    border-radius: 4px;
}
/* /Features/Common/Components/LargePlayingCard.razor.rz.scp.css */
.card-detail-container[b-dfzgkzp4ls] {
    box-sizing: border-box;
    width: var(--card-width);
    height: var(--card-height);
    --card-width: 47vh;
    --card-height: 70vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
    position: absolute;
}

.resource-card[b-dfzgkzp4ls] {
    background-image: url(/img/resource_bg.png);
    background-size: 100% 100%;
}

.action-card[b-dfzgkzp4ls] {
    background-image: url(/img/action_bg.png);
    background-size: 100% 100%;
}

.playing-card[b-dfzgkzp4ls] {
    width: 100%;
    height: 100%;
    display: flex;
}

    .core-info-container[b-dfzgkzp4ls] {
        width: 15.5%;
    }

    .card-points-container[b-dfzgkzp4ls] {
        height: calc(var(--card-width) * 0.145);
        position: relative;
    }

    .card-points[b-dfzgkzp4ls] {
        background-color: #ffffff;
        border-radius: 100%;
        width: calc(var(--card-width) * 0.075);
        height: calc(var(--card-width) * 0.075);
        position: absolute;
        left: 25%;
        top: 27%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .point-sign[b-dfzgkzp4ls] {
        font-size: calc(var(--card-width) * 0.04);
        font-weight: 800;
        line-height: calc(var(--card-width) * 0.07);
        display: block;
    }

    .point-value[b-dfzgkzp4ls] {
        font-size: calc(var(--card-width) * 0.055);
        font-weight: 500;
        line-height: calc(var(--card-width) * 0.07);
        display: block;
    }

    .resource-card .card-points[b-dfzgkzp4ls] {
        color: #e14b57;
    }

    .action-card .card-points[b-dfzgkzp4ls] {
        color: #be9f01;
    }

    .card-title[b-dfzgkzp4ls] {
        writing-mode: vertical-lr;
        line-height: calc(var(--card-width) * 0.128);
        color: #000;
        font-size: calc(var(--card-width) * 0.064);
        font-weight: 700;
        height: 88%;
        text-align: center;
        transform: rotate(180deg);
    }

    .card-property-container[b-dfzgkzp4ls] {
        width: 84.5%;
        display: flex;
        flex-direction: column;
        row-gap: 2%;
        justify-content: space-between;
        padding: 3.7% 3.8% 3.7% 0;
        text-align: left;
    }

    .property-section[b-dfzgkzp4ls] {
        background-color: #ffffff;
        padding: calc(var(--card-width) * 0.035);
        font-stretch: condensed;
    }

        .property-section:first-child[b-dfzgkzp4ls] {
            border-top-right-radius: calc(var(--card-width) * 0.064) calc(var(--card-width) * 0.064);
            display: flex;
            flex-direction: column;
            row-gap: calc(var(--card-width) * 0.02);
            position: relative;
        }

        .property-section:not(:first-child)[b-dfzgkzp4ls] {
            flex-grow: 1;
        }

        .property-section:last-child[b-dfzgkzp4ls] {
            border-bottom-right-radius: calc(var(--card-width) * 0.064) calc(var(--card-width) * 0.064);
            /* flex-grow: 1; */
        }

    .card-image-container[b-dfzgkzp4ls] {
        position: absolute;
        right: calc(var(--card-width) * 0.048);
        top: calc(var(--card-width) * 0.037);
    }

        .card-image-container img[b-dfzgkzp4ls] {
            width: calc(var(--card-width) * 0.18);
            height: calc(var(--card-width) * 0.18);
        }

    .property[b-dfzgkzp4ls] {
        font-size: calc(var(--card-width) * 0.038);
    }

        .property .property-name[b-dfzgkzp4ls] {
            display: block;
        }

        .property .property-value[b-dfzgkzp4ls] {
            font-weight: 400;
        }

    .property-section:not(:first-child) .property-value[b-dfzgkzp4ls] {
        font-size: calc(var(--card-width) * 0.035);
        line-height: calc(var(--card-width) * 0.042);
        display: inline-block;
        margin-top: calc(var(--card-width) * 0.01);
    }

    .property-inline .property-name[b-dfzgkzp4ls] {
        display: inline;
    }

    .property-name[b-dfzgkzp4ls] {
        font-weight: bold;
    }
/* /Features/Common/Components/MainLayout.razor.rz.scp.css */
.page[b-m917oerlux] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-m917oerlux] {
    flex: 1;
}
/* /Features/Common/Components/PlayingCard.razor.rz.scp.css */
.playing-card[b-cuqfsckcvh] {
    background-size: 100% 100%;
    width: 248px;
    height: 360px;
    display: flex;
    position: relative;
}

/*    .playing-card:hover {
        cursor: pointer;
    }
*/
.resource-card[b-cuqfsckcvh] {
    background-image: url(img/resource_bg.png);
}

.action-card[b-cuqfsckcvh] {
    background-image: url(img/action_bg.png);
}

.unrevealed[b-cuqfsckcvh] {
    background-image: url(img/card_back.png);
}

.playing-card .core-info-container[b-cuqfsckcvh] {
    width: 36px;
}

.playing-card .card-points-container[b-cuqfsckcvh] {
    width: 36px;
    height: 36px;
    position: relative;
}

.playing-card .card-points[b-cuqfsckcvh] {
    background-color: #ffffff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 8px;
    text-align: center;
}

.playing-card .point-sign[b-cuqfsckcvh] {
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    vertical-align: text-top;
}

.playing-card .point-value[b-cuqfsckcvh] {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    vertical-align: text-top;
}

.resource-card .card-points[b-cuqfsckcvh] {
    color: #e14b57;
}

.action-card .card-points[b-cuqfsckcvh] {
    color: #be9f01;
}

.playing-card .card-title[b-cuqfsckcvh] {
    writing-mode: vertical-lr;
    line-height: 36px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    height: 324px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 18px;
    text-align: center;
    transform: rotate(180deg);
}

.playing-card .card-property-container[b-cuqfsckcvh] {
    width: 212px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    justify-content: space-between;
    padding: 8px 8px 8px 0;
}

.playing-card .property-section[b-cuqfsckcvh] {
    background-color: #ffffff;
    padding: 8px;
    font-stretch: condensed;
}

    .playing-card .property-section:first-child[b-cuqfsckcvh] {
        border-top-right-radius: 14px;
        display: flex;
        flex-direction: column;
        row-gap: 4px;
        position: relative;
    }

    .playing-card .property-section:not(:first-child)[b-cuqfsckcvh] {
        flex-grow: 1;
    }

    .playing-card .property-section:last-child[b-cuqfsckcvh] {
        border-bottom-right-radius: 14px;
        flex-grow: 1;
    }

.playing-card .card-image-container[b-cuqfsckcvh] {
    position: absolute;
    right: 12px;
    top: 12px;
}

    .playing-card .card-image-container img[b-cuqfsckcvh] {
        width: 48px;
        height: 48px;
    }

.playing-card .property[b-cuqfsckcvh] {
    font-size: 9px;
}

    .playing-card .property .property-name[b-cuqfsckcvh] {
        display: block;
    }

.playing-card .property-inline .property-name[b-cuqfsckcvh] {
    display: inline;
}

.playing-card .property-name[b-cuqfsckcvh] {
    font-weight: bold;
}
/* /Features/Game/Components/Common/Avatar.razor.rz.scp.css */
.player-avatar[b-0z7i90ujib] {
    text-align: center;
    display: grid;
    justify-content: center;
    position: relative;
    width: 113px;
    margin-left: auto;
    margin-right: auto;
}

    .player-avatar .avatar-wrapper[b-0z7i90ujib] {
        box-sizing: border-box;
        padding: 16px;
        background-image: url(../img/avatarbase.png);
        background-size: 120%;
        background-position: top;
        width: 145px;
        background-repeat: no-repeat;
    }

.avt-shadow[b-0z7i90ujib] {
    background-image: url(../img/avatarshade.png);
    background-repeat: no-repeat;
    position: absolute;
    transform: translate(0%, -100%);
    text-align: center;
    background-position: center;
    opacity: 0.5;
    width: 113px;
    height: 113px;
}

.player-avatar .avatar-img[b-0z7i90ujib] {
    width: 113px;
}

.avatar-timer[b-0z7i90ujib] {
    position: absolute;
    top: 7px;
    left: -9px;
}

.base-timer[b-0z7i90ujib] {
    position: relative;
    width: 132px;
    height: 132px;
}

.caption-wrapper[b-0z7i90ujib] {
    text-align: center;
}

.base-timer__svg[b-0z7i90ujib] {
    transform: scaleX(-1);
}

.base-timer__circle[b-0z7i90ujib] {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed[b-0z7i90ujib] {
    stroke-width: 5px;
    /*stroke: grey;*/
}

.base-timer__path-remaining[b-0z7i90ujib] {
    stroke-width: 5px;
    stroke-linecap: square;
    transform: rotate(260deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    /*stroke: currentColor;*/
}

.avatar-caption[b-0z7i90ujib] {
    font-family: "BebasNeue-Regular";
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    word-break: break-word;
    letter-spacing: 1px;
}

.loader--default[b-0z7i90ujib] {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px;
}

    .loader--default div[b-0z7i90ujib] {
        position: absolute;
        animation: loader--default-b-0z7i90ujib 1.2s linear infinite;
        border-radius: 50%;
        height: 5px;
        width: 5px;
        background-color: #fff;
    }

        .loader--default div:nth-child(1)[b-0z7i90ujib] {
            animation-delay: 0s;
            top: 29px;
            left: 53px;
        }

        .loader--default div:nth-child(2)[b-0z7i90ujib] {
            animation-delay: -0.1s;
            top: 18px;
            left: 50px;
        }

        .loader--default div:nth-child(3)[b-0z7i90ujib] {
            animation-delay: -0.2s;
            top: 9px;
            left: 41px;
        }

        .loader--default div:nth-child(4)[b-0z7i90ujib] {
            animation-delay: -0.3s;
            top: 6px;
            left: 29px;
        }

        .loader--default div:nth-child(5)[b-0z7i90ujib] {
            animation-delay: -0.4s;
            top: 9px;
            left: 18px;
        }

        .loader--default div:nth-child(6)[b-0z7i90ujib] {
            animation-delay: -0.5s;
            top: 18px;
            left: 9px;
        }

        .loader--default div:nth-child(7)[b-0z7i90ujib] {
            animation-delay: -0.6s;
            top: 29px;
            left: 6px;
        }

        .loader--default div:nth-child(8)[b-0z7i90ujib] {
            animation-delay: -0.7s;
            top: 41px;
            left: 9px;
        }

        .loader--default div:nth-child(9)[b-0z7i90ujib] {
            animation-delay: -0.8s;
            top: 50px;
            left: 18px;
        }

        .loader--default div:nth-child(10)[b-0z7i90ujib] {
            animation-delay: -0.9s;
            top: 53px;
            left: 29px;
        }

        .loader--default div:nth-child(11)[b-0z7i90ujib] {
            animation-delay: -1s;
            top: 50px;
            left: 41px;
        }

        .loader--default div:nth-child(12)[b-0z7i90ujib] {
            animation-delay: -1.1s;
            top: 41px;
            left: 50px;
        }

@keyframes loader--default-b-0z7i90ujib {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

.loader-align[b-0z7i90ujib] {
    position: absolute;
    left: 50%;
    top: 42px;
    transform: translateX(-50%);
}

/* /Features/Game/Components/Common/AvatarSelect.razor.rz.scp.css */
.avatar-group[b-crlq5sokd0] {
    min-height: 350px;
}

    .avatar-group .avatar[b-crlq5sokd0] {
        position: relative;
        z-index: 2;
        display: inline-block;
        cursor: pointer;
    }

.avatar img[b-crlq5sokd0] {
    margin: 10px;
    width: 100px;
    height: 100px;
}

.avatar-group div.avatar img[b-crlq5sokd0] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.avatar-group div.avatar:hover img[b-crlq5sokd0], .avatar-radio:focus + div img[b-crlq5sokd0] {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    text-decoration: none;
    transform: scale(1.1);
}

.avatar-group div.avatar:hover[b-crlq5sokd0] {
    text-decoration: none;
}

.avatar-group div img.active[b-crlq5sokd0] {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    border: 5px solid #fff;
}

.avatar-group input[type=radio][b-crlq5sokd0] {
    position: absolute;
    width: 0;
    height: 0;
}

    .avatar-group input[type=radio]:focus + div[b-crlq5sokd0]::after {
        content: "";
        border: 1px solid #ffffff;
        width: 100px;
        height: 100px;
        display: block;
        position: absolute;
        top: 10px;
        left: 10px
    }
/* /Features/Game/Components/Common/CardCarouselModal.razor.rz.scp.css */
.blazored-modal-overlay[b-jskuuqxt5g] {
    overflow: auto;
}

.carousel-modal[b-jskuuqxt5g] {
    --card-width: 484px;
    --card-height: 720px;
    --action-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-width: 800px;
    min-height: calc(var(--card-height) + var(--action-height) * 2);
}

.carousel-container[b-jskuuqxt5g] {
    margin: auto;
    width: 800px;
    height: calc(var(--card-height) + var(--action-height) * 2);
    position: relative;
    z-index: 101;
    background-color: transparent;
}

.slide-set-desc[b-jskuuqxt5g] {
    position: absolute;
    color: #fff;
    font-size: 16px;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
}

.slide-track[b-jskuuqxt5g] {
    height: var(--card-height);
    position: relative;
}

.slides[b-jskuuqxt5g] {
    margin: 0;
    padding: 0;
    width: var(--card-width);
    height: var(--card-height);
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.slide[b-jskuuqxt5g] {
    position: absolute;
    display: block;
    width: 100%;
    height: var(--card-height);
    margin: 0;
    transition: transform 250ms ease-in;
    z-index: 1;
}

.action-container[b-jskuuqxt5g] {
    display: flex;
    align-items: end;
    justify-content: center;
    height: var(--action-height);
    padding: 2px;
    box-sizing: border-box;
}

    .action-container.bookmark[b-jskuuqxt5g] {
        align-items: start;
        justify-content: center;
    }

    .action-container.bookmark button[b-jskuuqxt5g] {
        font-size: 1.1em;
    }

.action-button[b-jskuuqxt5g] {
/*    width: 200px;*/
    font-size: 20px;
    margin: 0 16px;
}

.carousel-control[b-jskuuqxt5g] {
    position: absolute;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7c55bb;
    padding: 0;
    margin: 0;
    width: 120px;
    height: 120px;
    z-index: 102;
}

    .carousel-control img[b-jskuuqxt5g] {
        width: 64px;
        height: 64px;
    }

    .carousel-control:hover[b-jskuuqxt5g], 
    .carousel-control:focus[b-jskuuqxt5g] {
        background-color: #6c44aa;
        border: 2px solid #fff;
    }

    .carousel-control:active[b-jskuuqxt5g] {
        background-color: #5c3399;
    }

    .carousel-control:disabled[b-jskuuqxt5g] {
        background-color: #666;
    }

.control-prev[b-jskuuqxt5g], .control-next[b-jskuuqxt5g] {
    top: 50%;
    transform: translateY(-50%);
    background-size: 55%;
    background-repeat: no-repeat;
}

.control-prev[b-jskuuqxt5g] {
    left: 0;
    background-image: url(/img/icons/chevron_left.svg);
    background-position: 40% 50%;
}

.control-next[b-jskuuqxt5g] {
    right: 0;
    background-image: url(/img/icons/chevron_right.svg);
    background-position: 60% 50%;
}

.close-button[b-jskuuqxt5g] {
    width: 48px;
    height: 48px;
    top: 56px;
    right: 118px;
    background-size: 40%;
    background-repeat: no-repeat;
    background-image: url(/img/icons/close.svg);
    background-position: 50% 50%;
}

div:focus[b-jskuuqxt5g] {
    border: none;
    outline: none;
}

@media screen and (-ms-high-contrast: black-on-white) {
    .carousel-control[b-jskuuqxt5g] {
        border: 1px solid #000;
    }

    .control-prev[b-jskuuqxt5g] {
        background-image: url(/img/icons/chevron_left_black.svg);
    }

    .control-next[b-jskuuqxt5g] {
        background-image: url(/img/icons/chevron_right_black.svg);
    }

    .close-button[b-jskuuqxt5g] {
        background-image: url(/img/icons/close_black.svg);
    }
}
/* /Features/Game/Components/Common/FlipTimer.razor.rz.scp.css */
.timer-container[b-ct71x6q4q3] {
    background-image: url(/img/timer-base.png);
    width: 211px;
    height: 156px;
    background-repeat: no-repeat;
    background-position-y: -8px;
    position: relative;
}

.flip-clock[b-ct71x6q4q3] {
    text-align: center;
    perspective: 400px;
    margin: 20px auto;
    font-family: "BebasNeue-Regular";
    position: absolute;
    top: -8px;
    left: 8px;
    display: inline-flex;
    font-weight: lighter !important;
}

    .flip-clock *[b-ct71x6q4q3],
    .flip-clock *[b-ct71x6q4q3]:before,
    .flip-clock *[b-ct71x6q4q3]:after {
        box-sizing: border-box;
    }

.flip-clock__piece[b-ct71x6q4q3] {
    display: inline-block;
    margin: 0 2px;
}

.flip-clock__slot[b-ct71x6q4q3] {
    font-size: 20px;
    line-height: 2;
    color: #fff;
}

.flip-clock .t-card[b-ct71x6q4q3] {
    display: block;
    position: relative;
    padding-bottom: 0.72em;
    font-size: 60px;
    line-height: 0.95;
}

.card__top[b-ct71x6q4q3],
.card__bottom[b-ct71x6q4q3],
.card__back[b-ct71x6q4q3]::before,
.card__back[b-ct71x6q4q3]::after {
    display: block;
    height: 0.72em;
    color: #ccc;
    background: #222;
    padding: 0.25em 0.25em;
    backface-visiblity: hidden;
    transform-style: preserve-3d;
    width: 1.55em;
    background: linear-gradient(0deg, #000000 0%, #000000 100%);
    letter-spacing: 8px;
}

.card__bottom[b-ct71x6q4q3] {
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    border-top: solid 1px #000;
    background: #1A1A1A;
    pointer-events: none;
    overflow: hidden;
}

    .card__bottom[b-ct71x6q4q3]::after {
        display: block;
        margin-top: -0.72em;
    }

    .card__back[b-ct71x6q4q3]::before,
    .card__bottom[b-ct71x6q4q3]::after {
        content: attr(data-value);
    }

.card__back[b-ct71x6q4q3] {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0%;
    pointer-events: none;
}

    .card__back[b-ct71x6q4q3]::before {
        position: relative;
        z-index: -1;
        overflow: hidden;
    }

.flip .card__back[b-ct71x6q4q3]::before {
    animation: flipTop-b-ct71x6q4q3 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
    animation-fill-mode: both;
    transform-origin: center bottom;
}

.flip .card__back .card__bottom[b-ct71x6q4q3] {
    transform-origin: center top;
    animation-fill-mode: both;
    animation: flipBottom-b-ct71x6q4q3 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}

@keyframes flipTop-b-ct71x6q4q3 {
    0% {
        transform: rotateX(0deg);
        z-index: 2;
    }

    0%, 99% {
        opacity: 1;
    }

    100% {
        transform: rotateX(-90deg);
        opacity: 0;
    }
}

@keyframes flipBottom-b-ct71x6q4q3 {
    0%, 50% {
        z-index: -1;
        transform: rotateX(90deg);
        opacity: 0;
    }

    51% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg);
        z-index: 5;
    }
}

.flip_timer[b-ct71x6q4q3] {
    background-color: #000000;
    height: 100px;
    width: 91%;
    margin: 0 11px;
    -webkit-box-shadow: 0px -7px 4px -4px #000000;
    box-shadow: 0px -1px 4px -4px #fff;
}

.action-container[b-ct71x6q4q3] {
    display: flex;
    justify-content: center;
    width: 211px;
    position: absolute;
    bottom: 18px;
}

.action-container button[b-ct71x6q4q3] {
    display: flex;
    align-items: center;
}

.icon-button[b-ct71x6q4q3] {
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    padding: 0;
    margin: 0;
    background-color: #7c55bb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-button:hover[b-ct71x6q4q3], .icon-button:focus[b-ct71x6q4q3] {
        background-color: #6c44aa;
    }

    .icon-button:active[b-ct71x6q4q3] {
        background-color: #5c3399;
    }

    .icon-button:disabled[b-ct71x6q4q3] {
        background-color: #666;
    }

.svg-path[b-ct71x6q4q3] {
    fill: #fff;
    transform: scale(0.5) translate(1024px, 1024px);
}

@media screen and (-ms-high-contrast: black-on-white) {
    .svg-path[b-ct71x6q4q3] {
        fill: #000;
    }
}
/* /Features/Game/Components/Common/PlayerHand.razor.rz.scp.css */
.player-hand[b-p57d0aven7] {
    border: 1px solid transparent;
    width: 840px;
    height: 326px;
    position: relative;
    --rotation: calc(36deg / calc(var(--count) - 1));
}

    .player-hand.can-drop[b-p57d0aven7] {
        border: 1px dashed gray;
    }

.card-container[b-p57d0aven7] {
    transform: scale(0.65);
    transform-origin: 0 0;
    position: relative;
    width: 100%;
}

.card-in-hand[b-p57d0aven7], .card-pointer-mask[b-p57d0aven7] {
    background-color: transparent;
    width: 162px;
    height: 234px;
    position: absolute;
    left: calc(50% - 81px);
    top: 12px;
    transition: transform 250ms ease-in;
    transition-delay: 100ms;
    transform: translate(0px) rotate(calc(var(--n) * var(--rotation) - 18deg));
/*    transform-origin: 50% calc(200% + var(--count) * 11%);*/
    transform-origin: 50% 480%;
}

input[type=radio]:focus + div[b-p57d0aven7] {
    z-index: 1;
}

    input[type=radio]:focus + div[b-p57d0aven7]::after {
        content: "";
        border: 2px solid #ffffff;
        width: 170px;
        height: 242px;
        display: block;
        position: absolute;
        top: -4px;
        left: -4px;
    }

.card-in-hand[b-p57d0aven7] {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: -5px 0px 5px 0px rgba(64, 64, 64, 0.5);
    -moz-box-shadow: -5px 0px 5px 0px rgba(64, 64, 64, 0.5);
    box-shadow: -5px 0px 5px 0px rgba(64, 64, 64, 0.5);
}

    .card-in-hand.revealed:hover[b-p57d0aven7] {
        z-index: 1;
        cursor: pointer
    }

    .card-in-hand.replaced[b-p57d0aven7] {
        --max-count: 25;
        --xoffset: calc(-12px + var(--n) * (var(--max-count) / var(--count)) * 1px);
        transform: translate(var(--xoffset), -32px) rotate(calc(var(--n) * var(--rotation) - 18deg));
    }

.card-pointer-mask[b-p57d0aven7] {
    background-color: transparent;
    pointer-events: none;
}

.pointer-mask[b-p57d0aven7] {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 8px;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: all;
}
/* /Features/Game/Components/Common/Spectators.razor.rz.scp.css */
/*----Spectator component styles---Start----*/

.spectator-list[b-yt7z8nki9s] {
    box-sizing: border-box;
    height: 75px;
    /*width: 396px;*/
    width: 310px;
    border: 1px solid #000000;
    background-color: #0D0D0D;
    background-image: url(../img/spectator-list-bg1.png), url(../img/spectator-list-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    line-height: 20px;
    color: #fff;
    display: flex;
}

.spectator-list-left[b-yt7z8nki9s] {
    background-color: #000000;
    height: 70px;
    width: 70px;
    float: left;
    border-radius: 12px 0 0 12px;
    padding: 5px;
    margin: 1px;
    position: relative;
}

.short-spectator-list[b-yt7z8nki9s] {
    box-sizing: border-box;
    height: 75px;
    /*width: 322px;*/
    width: 260px;
    float: left;
    padding: 15px;
    font-family: 'BebasNeue-Regular';
    font-size: 24px;
    line-height: 26px;
}

.spectator-list .more[b-yt7z8nki9s] {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    display: flex;
    justify-content: right;
    margin-right: 16px;
}

.spect-icon[b-yt7z8nki9s] {
    width: 60px;
    height: 50px;
    display: flex;
    padding: 5px;
}

    .spect-icon .icon-ppl[b-yt7z8nki9s] {
        background-color: transparent;
        background-image: url(../img/spectator-ppl.svg);
        background-repeat: no-repeat;
        border: none;
        width: 60px;
        height: 50px;
        background-position: 3px 7px;
        background-size: contain;
    }

        .spect-icon .icon-ppl:hover[b-yt7z8nki9s] {
            background-image: url(../img/spectator-clip.svg);
            background-repeat: no-repeat;
            width: 35px;
            height: 50px;
            background-position: 3px 5px;
            background-size: contain;
            margin-left: 5px;
        }

.confirm-tooltip[b-yt7z8nki9s] {
    width: 250px;
    background-color: lightgray;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1000;
    bottom: 110%;
    right: 0;
    margin-left: -60px;
}

    .confirm-tooltip[b-yt7z8nki9s]::after {
        content: "";
        position: absolute;
        top: 100%;
        right: 10%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: lightgray transparent transparent transparent;
    }

.short-spectator-list:hover + .full-spectator-list[b-yt7z8nki9s],
.short-spectator-list:focus + .full-spectator-list[b-yt7z8nki9s] {
    display: block;
}

.short-spectator-list:focus[b-yt7z8nki9s] {
    outline-offset: -4px;
    outline: 2px solid #ffffff;
}

.full-spectator-list[b-yt7z8nki9s] {
    box-shadow: 1px 3px 9px 3px rgba(0,0,0,0.76);
    -webkit-box-shadow: 1px 3px 9px 3px rgba(64,64,64,0.76);
    -moz-box-shadow: 1px 3px 9px 3px rgba(0,0,0,0.76);
    padding: 15px;
    display: none;
    background-color: #000;
    position: absolute;
    top: 107px;
    width: 310px;
    border-radius: 1px;
    line-height: 24px;
}

@media screen and (-ms-high-contrast: black-on-white) {
    .spect-icon .icon-ppl[b-yt7z8nki9s] {
        background-image: url(../img/spectator-ppl-black.svg);
    }
    .spect-icon .icon-ppl:hover[b-yt7z8nki9s], .icon-ppl:focus[b-yt7z8nki9s] {
            background-image: url(../img/spectator-clip-black.svg);
    }
}
/*----Spectator component styles---End----*/
/* /Features/Game/Components/Discard/CountdownModal.razor.rz.scp.css */
.message-container[b-wfoagcz3g0] {
/*    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
}

    .message-container h1[b-wfoagcz3g0] {
        font-size: 36px;
        font-weight: bold;
        color: #333;
        text-transform: uppercase;
    }
/* /Features/Game/Components/Discard/DiscardPage.razor.rz.scp.css */
h1[b-bf7aq6a4au], label[b-bf7aq6a4au] {
    margin-bottom: 0;
}

.discard-bg[b-bf7aq6a4au] {
    background-image: url(img/discard-bg-pattern.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-repeat: no-repeat;
    background-color: #150035;
    background-blend-mode: soft-light;
    min-width: 1240px;
}

.discard-rack-container[b-bf7aq6a4au] {
    /* height: 669px; */
    width: 100%;
}

.discard-rack-top[b-bf7aq6a4au] {
    /* height: 450px; */
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .discard-rack-top[b-bf7aq6a4au]::before {
        content: "";
        background-color: #3B2D58;
        background-image: url(img/discard-rack-bg-new.png), url(img/discard-rack-glow.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover, 65%;
        background-blend-mode: hard-light;
        opacity: 0.6;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .discard-rack-top.collapsed[b-bf7aq6a4au] {
        height: 184px;
        transition: transform 500ms ease-in;
        transition-delay: 1s;
    }

    .discard-rack-top.expanded[b-bf7aq6a4au] {
        height: 452px;
        transition: transform 500ms ease-in;
        transition-delay: 1s;
    }

.rack-header[b-bf7aq6a4au] {
    height: 184px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.title-container[b-bf7aq6a4au], .avatar-container[b-bf7aq6a4au] {
    color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-container[b-bf7aq6a4au] {
    width: 524px;
    min-width: 472px;
    flex-direction: column;
}

.avatar-container[b-bf7aq6a4au] {
    padding-top: 8px;
    flex-shrink: 0;
}

.title-container h1[b-bf7aq6a4au] {
    font-family: "BebasNeue-Regular";
    font-size: 43px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.avatar-container[b-bf7aq6a4au] {
    width: 234px;
    min-width: 220px;
    flex-direction: column;
}

/*img.avatar {
    margin-top: 8px;
    padding: 18px;
    background-image: url(img/avatarbase.png);
    background-size: 120%;
    background-position: top;
}
*/

.player-status[b-bf7aq6a4au] {
    font-family: "BebasNeue-Regular";
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.discard-rack-border[b-bf7aq6a4au] {
    background-image: url(img/discard-rack-curve.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 97px;
    position: relative
}

.rack-content[b-bf7aq6a4au] {
    position: relative;
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('fonts/BebasNeue-Regular.eot');
    src: local('☺'), url('fonts/BebasNeue-Regular.woff') format('woff'), url('fonts/BebasNeue-Regular.ttf') format('truetype'), url('fonts/BebasNeue-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

.content-container[b-bf7aq6a4au] {
    padding-bottom: 24px;
}

.drop-zone-container[b-bf7aq6a4au] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hand-container[b-bf7aq6a4au] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.command-button[b-bf7aq6a4au] {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.architecture-container[b-bf7aq6a4au] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-timer-container[b-bf7aq6a4au] {
    position: relative;
    height: 184px;
    width: 284px;
    min-width: 172px;
}

.invite-link-container[b-bf7aq6a4au] {
    margin-top: 8px;
    position: relative;
}

    .invite-link-container button[b-bf7aq6a4au] {
        display: flex;
    }

.confirm-tooltip[b-bf7aq6a4au] {
    width: 220px;
    background-color: lightgray;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 10;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
}

    .confirm-tooltip[b-bf7aq6a4au]::after {
        content: "";
        position: absolute;
        top: -10px;
        left: 10%;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent lightgray transparent;
    }
/* /Features/Game/Components/Discard/DiscardZone.razor.rz.scp.css */
.discard-zone[b-2ig8b0pumi] {
    width: 100%;
    /*height: 260px;*/
    position: relative;
    margin-top: -42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.drop-zone-title[b-2ig8b0pumi] {
    color: #aaa;
    font-family: "BebasNeue-Regular";
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 16px;
}

    .drop-zone-title.can-drop[b-2ig8b0pumi] {
        color: #fff;
    }

.cards-container[b-2ig8b0pumi] {
    width: 100%;
    height: 234px;
    justify-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, max-content));
}

input[type=radio]:focus + div[b-2ig8b0pumi] {
    z-index: 1;
}

    input[type=radio]:focus + div[b-2ig8b0pumi]:after {
        content: "";
        border: 2px solid #ffffff;
        width: 170px;
        height: 242px;
        position: absolute;
        top: -4px;
        left: -4px;
    }

.card-to-discard[b-2ig8b0pumi] {
    margin-right: 36px;
    z-index: 0;
    width: 162px;
    height: 234px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: -5px 0px 5px 0px rgba(64, 64, 64, 0.5);
    -moz-box-shadow: -5px 0px 5px 0px rgba(64, 64, 64, 0.5);
    box-shadow: -5px 0px 5px 0px rgba(64, 64, 64, 0.5);
    position: relative;
    cursor: pointer;
}

    .card-to-discard:hover[b-2ig8b0pumi] {
        z-index: 1;
    }

.card-container[b-2ig8b0pumi] {
    transform: scale(0.65);
    transform-origin: 0 0;
    position: relative;
}

.discard-placeholder[b-2ig8b0pumi] {
    width: 162px;
    height: 234px;
}

.drop-indicator[b-2ig8b0pumi] {
    width: 132px;
    height: 178px;
    border: 4px dashed #4f3f63;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .drop-indicator.can-drop[b-2ig8b0pumi] {
        border: 4px dashed #ddd;
    }
/* /Features/Game/Components/GamePlay/AvatarWithPoints.razor.rz.scp.css */
.gameplay-table-avatar[b-stof2l9zm0] {
    background-image: url(/img/avatarbase2.png);
    background-repeat: no-repeat;
    width: 245px;
    height: 145px;
    background-size: contain;
    position: relative;
    float: left;
    z-index: 3;
    color: #eee;
}

.table-avatar[b-stof2l9zm0] {
    float: left;
    width: 135px;
    height: 150px;
}

.table-points[b-stof2l9zm0] {
    float: left;
    font-family: 'BebasNeue-Regular';
    top: 30%;
    position: relative;
    text-align: center;
    width: 60px;
}

    .table-points div.points[b-stof2l9zm0] {
        margin: 0;
        font-size: 34px;
        line-height: 62px;
    }

    .table-points span[b-stof2l9zm0] {
        font-size: 17px;
        letter-spacing: 2px;
        line-height: 17px;
    }

    .table-points .stacked-coins[b-stof2l9zm0] {
        position: absolute;
        right: -52px;
        top: -16px;
        width: 52px;
    }

.table-avatar .game-avatar[b-stof2l9zm0] {
    width: 113px;
    margin-top: 20px;
    margin-left: 20px;
}

.avatar-img[b-stof2l9zm0] {
    width: 106px;
    height: 106px;
}

.table-avatar .avt-shadow[b-stof2l9zm0] {
    background-image: url(../img/avatarshade.png);
    background-repeat: no-repeat;
    position: absolute;
    text-align: center;
    background-position: center;
    opacity: 0.5;
    width: 113px;
    height: 113px;
}

.table-avatar label.caption-top[b-stof2l9zm0] {
    position: absolute;
    width: 140px;
    text-align: center;
    top: -20px;
    font-size: 24px;
    font-family: 'BebasNeue-Regular';
    letter-spacing: 1px;
    font-weight: lighter;
}

.table-avatar label.caption-bottom[b-stof2l9zm0] {
    position: absolute;
    width: 140px;
    text-align: center;
    bottom: -36px;
    font-size: 24px;
    font-family: 'BebasNeue-Regular';
    letter-spacing: 1px;
    font-weight: lighter;
}

.game-avatar .avt-shadow[b-stof2l9zm0] {
    top: 15px;
    left: 16px;
    background-size: 92%;
}

.avatar-timer[b-stof2l9zm0] {
    position: absolute;
    top: 12px;
    left: 11px;
}

.base-timer[b-stof2l9zm0] {
    position: relative;
    width: 122px;
    height: 122px;
}

.caption-wrapper[b-stof2l9zm0] {
    text-align: center;
}

.base-timer__svg[b-stof2l9zm0] {
    transform: scaleX(-1);
}

.base-timer__circle[b-stof2l9zm0] {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed[b-stof2l9zm0] {
    stroke-width: 5px;
}

.base-timer__path-remaining[b-stof2l9zm0] {
    stroke-width: 5px;
    stroke-linecap: square;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 0.5s ease-in all;
    fill-rule: nonzero;
}
/* /Features/Game/Components/GamePlay/GameplayPage.razor.rz.scp.css */
.gameplay-bg[b-7vmh46rxkt] {
    background-image: url(/img/discard-bg-pattern.png), url(/img/glowbg.png);
    background-size: 100%, 150%;
    background-position: 0%, 50%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-repeat: no-repeat;
    background-color: #150035;
    background-blend-mode: soft-light;
    min-width: 1240px;
}

.gameplay-rack-container[b-7vmh46rxkt] {
    width: 100%;
}

.gameplay-rack-top[b-7vmh46rxkt] {
    /* height: 450px; */
    width: 100%;
    position: relative;
}

    .gameplay-rack-top[b-7vmh46rxkt]::before {
        content: "";
        background-color: #3B2D58;
        background-image: url(/img/discard-rack-bg-new.png), url(/img/discard-rack-glow.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover, 0%;
        background-blend-mode: hard-light;
        opacity: 0.7;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

.gameplay-rack-border[b-7vmh46rxkt] {
    background-image: url(/img/discard-rack-curve.png);
/*    background-position: center top;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 97px;
}

.rack-content[b-7vmh46rxkt] {
    position: relative;
    margin-left: 7%;
    margin-right: 7%;
    /*padding-bottom: 20px; */
}

.rack-header[b-7vmh46rxkt] {
    height: 140px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.flip-timer-container[b-7vmh46rxkt] {
    position: relative;
    height: 138px;
    width: 420px;
    min-width: 216px;
}

.title-container[b-7vmh46rxkt], .avatar-container[b-7vmh46rxkt], .button-container[b-7vmh46rxkt], .spectator-list-container[b-7vmh46rxkt] {
    color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-container[b-7vmh46rxkt] {
    width: 524px;
    min-width: 380px;
    flex-direction: column;
    z-index: 1;
}

.avatar-container[b-7vmh46rxkt] {
    padding-top: 8px;
    flex-shrink: 0;
    width: 140px;
    min-width: 120px;
    flex-direction: column;
}

.title-container[b-7vmh46rxkt] {
    font-family: "BebasNeue-Regular";
    font-size: 36px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
}

    .title-container h1[b-7vmh46rxkt] {
        font-size: 43px;
        margin-bottom: 0;
    }

.button-container[b-7vmh46rxkt] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    flex-shrink: 0;
}

.spectator-list-container[b-7vmh46rxkt] {
    height: 140px;
    min-width: 330px;
    width: 420px;
}

.spectator-list-wrapper[b-7vmh46rxkt] {
    z-index: 1;
}

.gameplay-table-container[b-7vmh46rxkt] {
    position: relative;
    margin-top: 32px;
}

.game-over-message[b-7vmh46rxkt] {
    font-size: 36px;
}

.trophy[b-7vmh46rxkt] {
    z-index: 1;
}

    .trophy img[b-7vmh46rxkt] {
        width: 140px;
    }

.opponent-hand[b-7vmh46rxkt] {
    background-image: url(/img/opponent-hand.png);
    background-repeat: no-repeat;
    height: 125px;
    width: 150px;
    position: absolute;
    top: -78px;
    left: 45%;
    transform: translateX(-114px);
}

.opponent-avatar-container[b-7vmh46rxkt] {
    position: absolute;
    top: -54px;
    left: 45%;
    z-index: 3;
}

.my-avatar-container[b-7vmh46rxkt] {
    position: absolute;
    bottom: -52px;
    left: 43%;
}

.game-table[b-7vmh46rxkt] {
    background-image: url(/img/table.png), url(/img/watermarklogo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%, 12%;
    height: 660px;
    -webkit-filter: drop-shadow(10px 10px 10px #222);
    filter: drop-shadow(10px 10px 10px #222);
    background-blend-mode: color-burn;
    background-position: center;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.play-zone-container[b-7vmh46rxkt] {
    padding-top: 90px;
    width: 76%;
    margin: 0 auto;
}

.play-zone-divider[b-7vmh46rxkt] {
    height: 12px;
}

.architecture-hand-container[b-7vmh46rxkt] {
    position: relative;
    width: 100%;
    height: 500px;
}

.architecture-container[b-7vmh46rxkt] {
    position: absolute;
    top: -40px;
    left: 16px;
    width: 30%;
    max-width: 580px;
    height: 600px;
}

.player-hand-container[b-7vmh46rxkt] {
    width: 840px;
    position: absolute;
    top: 80px;
    left: 32%;
}

/*-----Dropdown Button styles---start---*/

.wrapper .btn-secondary[b-7vmh46rxkt] {
    color: #fff;
    background-color: #7C55BB;
    border-color: #7C55BB;
}

    .wrapper .btn-secondary.focus[b-7vmh46rxkt],
    .btn-secondary:focus[b-7vmh46rxkt] {
        color: #fff;
        background-color: #7C55BB;
        box-shadow: none;
    }

    .wrapper .btn-secondary:hover[b-7vmh46rxkt],
    .wrapper .btn-secondary:visited[b-7vmh46rxkt] {
        color: #fff;
        background-color: #7C55BB;
        box-shadow: none;
    }

    .wrapper .btn-secondary:not(:disabled):not(.disabled).active[b-7vmh46rxkt],
    .btn-secondary:not(:disabled):not(.disabled):active[b-7vmh46rxkt],
    .show > .btn-secondary.dropdown-toggle[b-7vmh46rxkt] {
        color: #fff !important;
        background-color: #7C55BB !important;
        box-shadow: none;
    }

.wrapper .dropdown-toggle[b-7vmh46rxkt]::after {
    border: 0px;
    background-image: url(../img/icons/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-bottom: -5px;
}

.wrapper .btn:focus[b-7vmh46rxkt],
.btn-secondary.focus[b-7vmh46rxkt],
.btn-secondary:focus[b-7vmh46rxkt] {
    box-shadow: none !important;
    background-color: #7C55BB !important;
    border-color: #fff;
    -moz-outline-radius: 3px;
}

.wrapper .dropdown-toggle .divider[b-7vmh46rxkt] {
    position: absolute;
    width: 1px;
    left: 0px;
    top: 8px;
    bottom: 8px;
    background-color: #fff;
}

.rack-content .dropdown-algn[b-7vmh46rxkt] {
    justify-content: center;
    position: relative;
    display: flex;
    top: 35%;
    white-space: nowrap;
}

.wrapper .btn-group .btn[b-7vmh46rxkt] {
    border-radius: 0px;
}

.wrapper .btn-group .dropdown-menu[b-7vmh46rxkt] {
    border-radius: 0px;
}

.wrapper .btn-group .dropdown-menu[b-7vmh46rxkt] {
    transform: translate(0px, 37px) !important;
    right: auto;
    left: auto !important;
    min-width: 9.6rem;
}
/* /Features/Game/Components/GamePlay/GoldRush.razor.rz.scp.css */
.goldrush[b-bh4sdajbi9] {
    width: 100%;
}

div[b-bh4sdajbi9] {
    position: absolute;
    // transform: preserve-3d;
}

body[b-bh4sdajbi9] {
    background: black;
    height: 100vh;
    overflow: hidden;
    display: flex;
    font-family: "Anton", sans-serif;
    justify-content: center;
    align-items: center;
}

div[b-bh4sdajbi9] {
    position: absolute;
}

.gold .graphic[b-bh4sdajbi9] {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #a98545 transparent;
    -webkit-animation: rotateY 3000ms linear infinite, goldColor 750ms linear infinite alternate;
    animation: rotateY-b-bh4sdajbi9 3000ms linear infinite, goldColor-b-bh4sdajbi9 750ms linear infinite alternate;
}

    .gold .graphic[b-bh4sdajbi9]::before {
        content: "";
        position: absolute;
        top: 0;
        background: linear-gradient(90deg, rgba(169, 133, 69, 0) 0%, rgba(169, 133, 69, 0.1) 40%, rgba(169, 133, 69, 0.4) 50%, rgba(169, 133, 69, 0.1) 60%, rgba(169, 133, 69, 0) 100%);
        transform: translateX(-50%);
        -webkit-animation: reflect 750ms linear infinite alternate;
        animation: reflect-b-bh4sdajbi9 750ms linear infinite alternate;
    }

    .gold .graphic[b-bh4sdajbi9]::after {
        content: "";
        position: absolute;
        background: linear-gradient(0deg, rgba(169, 133, 69, 0) 0%, rgba(169, 133, 69, 0.1) 40%, rgba(169, 133, 69, 0.4) 50%, rgba(169, 133, 69, 0.1) 60%, rgba(169, 133, 69, 0) 100%);
        transform: translateY(-50%);
        -webkit-animation: reflect 750ms linear infinite alternate;
        animation: reflect-b-bh4sdajbi9 750ms linear infinite alternate;
    }

.gold:nth-child(1)[b-bh4sdajbi9] {
    top: calc(50% + -25px);
    left: 91%;
    transform: rotateZ(130deg);
}

    .gold:nth-child(1) .graphic[b-bh4sdajbi9] {
        border-width: 0 10px 5px 7px;
        -webkit-animation-delay: -6130ms, -6130ms;
        animation-delay: -6130ms, -6130ms;
    }

        .gold:nth-child(1) .graphic[b-bh4sdajbi9]::before {
            left: 1.5px;
            width: 204px;
            height: 5px;
            -webkit-animation-delay: -6130ms;
            animation-delay: -6130ms;
        }

        .gold:nth-child(1) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -7px;
            width: 17px;
            height: 60px;
            -webkit-animation-delay: -6130ms;
            animation-delay: -6130ms;
        }

    .gold:nth-child(1) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12542ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12542ms linear infinite;
    }

.gold:nth-child(2)[b-bh4sdajbi9] {
    top: calc(50% + -70px);
    left: 62%;
    transform: rotateZ(186deg);
}

    .gold:nth-child(2) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 7px 12px;
        -webkit-animation-delay: -3578ms, -3578ms;
        animation-delay: -3578ms, -3578ms;
    }

        .gold:nth-child(2) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 276px;
            height: 7px;
            -webkit-animation-delay: -3578ms;
            animation-delay: -3578ms;
        }

        .gold:nth-child(2) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -12px;
            width: 23px;
            height: 84px;
            -webkit-animation-delay: -3578ms;
            animation-delay: -3578ms;
        }

    .gold:nth-child(2) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11613ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11613ms linear infinite;
    }

.gold:nth-child(3)[b-bh4sdajbi9] {
    top: calc(50% + 13px);
    left: 88%;
    transform: rotateZ(195deg);
}

    .gold:nth-child(3) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 7px 10px;
        -webkit-animation-delay: -2830ms, -2830ms;
        animation-delay: -2830ms, -2830ms;
    }

        .gold:nth-child(3) .graphic[b-bh4sdajbi9]::before {
            left: -3.5px;
            width: 156px;
            height: 7px;
            -webkit-animation-delay: -2830ms;
            animation-delay: -2830ms;
        }

        .gold:nth-child(3) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -10px;
            width: 13px;
            height: 84px;
            -webkit-animation-delay: -2830ms;
            animation-delay: -2830ms;
        }

    .gold:nth-child(3) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12933ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12933ms linear infinite;
    }

.gold:nth-child(4)[b-bh4sdajbi9] {
    top: calc(50% + 0px);
    left: 22%;
    transform: rotateZ(254deg);
}

    .gold:nth-child(4) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 4px 3px;
        -webkit-animation-delay: -9989ms, -9989ms;
        animation-delay: -9989ms, -9989ms;
    }

        .gold:nth-child(4) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 96px;
            height: 4px;
            -webkit-animation-delay: -9989ms;
            animation-delay: -9989ms;
        }

        .gold:nth-child(4) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -3px;
            width: 8px;
            height: 48px;
            -webkit-animation-delay: -9989ms;
            animation-delay: -9989ms;
        }

    .gold:nth-child(4) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13269ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13269ms linear infinite;
    }

.gold:nth-child(5)[b-bh4sdajbi9] {
    top: calc(50% + -72px);
    left: 88%;
    transform: rotateZ(125deg);
}

    .gold:nth-child(5) .graphic[b-bh4sdajbi9] {
        border-width: 0 4px 7px 7px;
        -webkit-animation-delay: -1548ms, -1548ms;
        animation-delay: -1548ms, -1548ms;
    }

        .gold:nth-child(5) .graphic[b-bh4sdajbi9]::before {
            left: -1.5px;
            width: 132px;
            height: 7px;
            -webkit-animation-delay: -1548ms;
            animation-delay: -1548ms;
        }

        .gold:nth-child(5) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -7px;
            width: 11px;
            height: 84px;
            -webkit-animation-delay: -1548ms;
            animation-delay: -1548ms;
        }

    .gold:nth-child(5) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13278ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13278ms linear infinite;
    }

.gold:nth-child(6)[b-bh4sdajbi9] {
    top: calc(50% + -94px);
    left: 53%;
    transform: rotateZ(135deg);
}

    .gold:nth-child(6) .graphic[b-bh4sdajbi9] {
        border-width: 0 4px 7px 4px;
        -webkit-animation-delay: -870ms, -870ms;
        animation-delay: -870ms, -870ms;
    }

        .gold:nth-child(6) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 96px;
            height: 7px;
            -webkit-animation-delay: -870ms;
            animation-delay: -870ms;
        }

        .gold:nth-child(6) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -4px;
            width: 8px;
            height: 84px;
            -webkit-animation-delay: -870ms;
            animation-delay: -870ms;
        }

    .gold:nth-child(6) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 15003ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 15003ms linear infinite;
    }

.gold:nth-child(7)[b-bh4sdajbi9] {
    top: calc(50% + -83px);
    left: 78%;
    transform: rotateZ(184deg);
}

    .gold:nth-child(7) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 3px 9px;
        -webkit-animation-delay: -3849ms, -3849ms;
        animation-delay: -3849ms, -3849ms;
    }

        .gold:nth-child(7) .graphic[b-bh4sdajbi9]::before {
            left: -3px;
            width: 144px;
            height: 3px;
            -webkit-animation-delay: -3849ms;
            animation-delay: -3849ms;
        }

        .gold:nth-child(7) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -9px;
            width: 12px;
            height: 36px;
            -webkit-animation-delay: -3849ms;
            animation-delay: -3849ms;
        }

    .gold:nth-child(7) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10762ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10762ms linear infinite;
    }

.gold:nth-child(8)[b-bh4sdajbi9] {
    top: calc(50% + -76px);
    left: 40%;
    transform: rotateZ(31deg);
}

    .gold:nth-child(8) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 3px 9px;
        -webkit-animation-delay: -1656ms, -1656ms;
        animation-delay: -1656ms, -1656ms;
    }

        .gold:nth-child(8) .graphic[b-bh4sdajbi9]::before {
            left: -2px;
            width: 168px;
            height: 3px;
            -webkit-animation-delay: -1656ms;
            animation-delay: -1656ms;
        }

        .gold:nth-child(8) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -9px;
            width: 14px;
            height: 36px;
            -webkit-animation-delay: -1656ms;
            animation-delay: -1656ms;
        }

    .gold:nth-child(8) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19340ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19340ms linear infinite;
    }

.gold:nth-child(9)[b-bh4sdajbi9] {
    top: calc(50% + -21px);
    left: 71%;
    transform: rotateZ(138deg);
}

    .gold:nth-child(9) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 6px 12px;
        -webkit-animation-delay: -9303ms, -9303ms;
        animation-delay: -9303ms, -9303ms;
    }

        .gold:nth-child(9) .graphic[b-bh4sdajbi9]::before {
            left: -2.5px;
            width: 228px;
            height: 6px;
            -webkit-animation-delay: -9303ms;
            animation-delay: -9303ms;
        }

        .gold:nth-child(9) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -12px;
            width: 19px;
            height: 72px;
            -webkit-animation-delay: -9303ms;
            animation-delay: -9303ms;
        }

    .gold:nth-child(9) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16759ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16759ms linear infinite;
    }

.gold:nth-child(10)[b-bh4sdajbi9] {
    top: calc(50% + 17px);
    left: 88%;
    transform: rotateZ(309deg);
}

    .gold:nth-child(10) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 11px 9px;
        -webkit-animation-delay: -503ms, -503ms;
        animation-delay: -503ms, -503ms;
    }

        .gold:nth-child(10) .graphic[b-bh4sdajbi9]::before {
            left: 1.5px;
            width: 252px;
            height: 11px;
            -webkit-animation-delay: -503ms;
            animation-delay: -503ms;
        }

        .gold:nth-child(10) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -9px;
            width: 21px;
            height: 132px;
            -webkit-animation-delay: -503ms;
            animation-delay: -503ms;
        }

    .gold:nth-child(10) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10848ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10848ms linear infinite;
    }

.gold:nth-child(11)[b-bh4sdajbi9] {
    top: calc(50% + -96px);
    left: 24%;
    transform: rotateZ(282deg);
}

    .gold:nth-child(11) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 7px 11px;
        -webkit-animation-delay: -7582ms, -7582ms;
        animation-delay: -7582ms, -7582ms;
    }

        .gold:nth-child(11) .graphic[b-bh4sdajbi9]::before {
            left: -1px;
            width: 240px;
            height: 7px;
            -webkit-animation-delay: -7582ms;
            animation-delay: -7582ms;
        }

        .gold:nth-child(11) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -11px;
            width: 20px;
            height: 84px;
            -webkit-animation-delay: -7582ms;
            animation-delay: -7582ms;
        }

    .gold:nth-child(11) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18083ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18083ms linear infinite;
    }

.gold:nth-child(12)[b-bh4sdajbi9] {
    top: calc(50% + 40px);
    left: 90%;
    transform: rotateZ(280deg);
}

    .gold:nth-child(12) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 11px 10px;
        -webkit-animation-delay: -3682ms, -3682ms;
        animation-delay: -3682ms, -3682ms;
    }

        .gold:nth-child(12) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 264px;
            height: 11px;
            -webkit-animation-delay: -3682ms;
            animation-delay: -3682ms;
        }

        .gold:nth-child(12) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -10px;
            width: 22px;
            height: 132px;
            -webkit-animation-delay: -3682ms;
            animation-delay: -3682ms;
        }

    .gold:nth-child(12) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11795ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11795ms linear infinite;
    }

.gold:nth-child(13)[b-bh4sdajbi9] {
    top: calc(50% + -78px);
    left: 88%;
    transform: rotateZ(20deg);
}

    .gold:nth-child(13) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 3px 9px;
        -webkit-animation-delay: -3782ms, -3782ms;
        animation-delay: -3782ms, -3782ms;
    }

        .gold:nth-child(13) .graphic[b-bh4sdajbi9]::before {
            left: 1.5px;
            width: 252px;
            height: 3px;
            -webkit-animation-delay: -3782ms;
            animation-delay: -3782ms;
        }

        .gold:nth-child(13) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -9px;
            width: 21px;
            height: 36px;
            -webkit-animation-delay: -3782ms;
            animation-delay: -3782ms;
        }

    .gold:nth-child(13) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 14854ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 14854ms linear infinite;
    }

.gold:nth-child(14)[b-bh4sdajbi9] {
    top: calc(50% + 91px);
    left: 72%;
    transform: rotateZ(192deg);
}

    .gold:nth-child(14) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 11px 6px;
        -webkit-animation-delay: -7916ms, -7916ms;
        animation-delay: -7916ms, -7916ms;
    }

        .gold:nth-child(14) .graphic[b-bh4sdajbi9]::before {
            left: 1.5px;
            width: 180px;
            height: 11px;
            -webkit-animation-delay: -7916ms;
            animation-delay: -7916ms;
        }

        .gold:nth-child(14) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -6px;
            width: 15px;
            height: 132px;
            -webkit-animation-delay: -7916ms;
            animation-delay: -7916ms;
        }

    .gold:nth-child(14) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13657ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13657ms linear infinite;
    }

.gold:nth-child(15)[b-bh4sdajbi9] {
    top: calc(50% + -67px);
    left: 83%;
    transform: rotateZ(121deg);
}

    .gold:nth-child(15) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 6px 7px;
        -webkit-animation-delay: -840ms, -840ms;
        animation-delay: -840ms, -840ms;
    }

        .gold:nth-child(15) .graphic[b-bh4sdajbi9]::before {
            left: -1px;
            width: 144px;
            height: 6px;
            -webkit-animation-delay: -840ms;
            animation-delay: -840ms;
        }

        .gold:nth-child(15) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -7px;
            width: 12px;
            height: 72px;
            -webkit-animation-delay: -840ms;
            animation-delay: -840ms;
        }

    .gold:nth-child(15) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19009ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19009ms linear infinite;
    }

.gold:nth-child(16)[b-bh4sdajbi9] {
    top: calc(50% + -86px);
    left: 13%;
    transform: rotateZ(175deg);
}

    .gold:nth-child(16) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 12px 12px;
        -webkit-animation-delay: -3553ms, -3553ms;
        animation-delay: -3553ms, -3553ms;
    }

        .gold:nth-child(16) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 276px;
            height: 12px;
            -webkit-animation-delay: -3553ms;
            animation-delay: -3553ms;
        }

        .gold:nth-child(16) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -12px;
            width: 23px;
            height: 144px;
            -webkit-animation-delay: -3553ms;
            animation-delay: -3553ms;
        }

    .gold:nth-child(16) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 14824ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 14824ms linear infinite;
    }

.gold:nth-child(17)[b-bh4sdajbi9] {
    top: calc(50% + -69px);
    left: 85%;
    transform: rotateZ(49deg);
}

    .gold:nth-child(17) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 11px 12px;
        -webkit-animation-delay: -3036ms, -3036ms;
        animation-delay: -3036ms, -3036ms;
    }

        .gold:nth-child(17) .graphic[b-bh4sdajbi9]::before {
            left: -2.5px;
            width: 228px;
            height: 11px;
            -webkit-animation-delay: -3036ms;
            animation-delay: -3036ms;
        }

        .gold:nth-child(17) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -12px;
            width: 19px;
            height: 132px;
            -webkit-animation-delay: -3036ms;
            animation-delay: -3036ms;
        }

    .gold:nth-child(17) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 17879ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 17879ms linear infinite;
    }

.gold:nth-child(18)[b-bh4sdajbi9] {
    top: calc(50% + -43px);
    left: 3%;
    transform: rotateZ(38deg);
}

    .gold:nth-child(18) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 8px 5px;
        -webkit-animation-delay: -1749ms, -1749ms;
        animation-delay: -1749ms, -1749ms;
    }

        .gold:nth-child(18) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 132px;
            height: 8px;
            -webkit-animation-delay: -1749ms;
            animation-delay: -1749ms;
        }

        .gold:nth-child(18) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -5px;
            width: 11px;
            height: 96px;
            -webkit-animation-delay: -1749ms;
            animation-delay: -1749ms;
        }

    .gold:nth-child(18) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18088ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18088ms linear infinite;
    }

.gold:nth-child(19)[b-bh4sdajbi9] {
    top: calc(50% + 63px);
    left: 16%;
    transform: rotateZ(220deg);
}

    .gold:nth-child(19) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 10px 6px;
        -webkit-animation-delay: -833ms, -833ms;
        animation-delay: -833ms, -833ms;
    }

        .gold:nth-child(19) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 132px;
            height: 10px;
            -webkit-animation-delay: -833ms;
            animation-delay: -833ms;
        }

        .gold:nth-child(19) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -6px;
            width: 11px;
            height: 120px;
            -webkit-animation-delay: -833ms;
            animation-delay: -833ms;
        }

    .gold:nth-child(19) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11565ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11565ms linear infinite;
    }

.gold:nth-child(20)[b-bh4sdajbi9] {
    top: calc(50% + -15px);
    left: 75%;
    transform: rotateZ(7deg);
}

    .gold:nth-child(20) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 10px 7px;
        -webkit-animation-delay: -6811ms, -6811ms;
        animation-delay: -6811ms, -6811ms;
    }

        .gold:nth-child(20) .graphic[b-bh4sdajbi9]::before {
            left: -2px;
            width: 120px;
            height: 10px;
            -webkit-animation-delay: -6811ms;
            animation-delay: -6811ms;
        }

        .gold:nth-child(20) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -7px;
            width: 10px;
            height: 120px;
            -webkit-animation-delay: -6811ms;
            animation-delay: -6811ms;
        }

    .gold:nth-child(20) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11625ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11625ms linear infinite;
    }

.gold:nth-child(21)[b-bh4sdajbi9] {
    top: calc(50% + 77px);
    left: 22%;
    transform: rotateZ(98deg);
}

    .gold:nth-child(21) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 8px 3px;
        -webkit-animation-delay: -4043ms, -4043ms;
        animation-delay: -4043ms, -4043ms;
    }

        .gold:nth-child(21) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 96px;
            height: 8px;
            -webkit-animation-delay: -4043ms;
            animation-delay: -4043ms;
        }

        .gold:nth-child(21) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -3px;
            width: 8px;
            height: 96px;
            -webkit-animation-delay: -4043ms;
            animation-delay: -4043ms;
        }

    .gold:nth-child(21) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12277ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12277ms linear infinite;
    }

.gold:nth-child(22)[b-bh4sdajbi9] {
    top: calc(50% + 0px);
    left: 29%;
    transform: rotateZ(122deg);
}

    .gold:nth-child(22) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 3px 10px;
        -webkit-animation-delay: -3557ms, -3557ms;
        animation-delay: -3557ms, -3557ms;
    }

        .gold:nth-child(22) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 228px;
            height: 3px;
            -webkit-animation-delay: -3557ms;
            animation-delay: -3557ms;
        }

        .gold:nth-child(22) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -10px;
            width: 19px;
            height: 36px;
            -webkit-animation-delay: -3557ms;
            animation-delay: -3557ms;
        }

    .gold:nth-child(22) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13567ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13567ms linear infinite;
    }

.gold:nth-child(23)[b-bh4sdajbi9] {
    top: calc(50% + -72px);
    left: 12%;
    transform: rotateZ(179deg);
}

    .gold:nth-child(23) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 10px 9px;
        -webkit-animation-delay: -8869ms, -8869ms;
        animation-delay: -8869ms, -8869ms;
    }

        .gold:nth-child(23) .graphic[b-bh4sdajbi9]::before {
            left: -3px;
            width: 144px;
            height: 10px;
            -webkit-animation-delay: -8869ms;
            animation-delay: -8869ms;
        }

        .gold:nth-child(23) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -9px;
            width: 12px;
            height: 120px;
            -webkit-animation-delay: -8869ms;
            animation-delay: -8869ms;
        }

    .gold:nth-child(23) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 15449ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 15449ms linear infinite;
    }

.gold:nth-child(24)[b-bh4sdajbi9] {
    top: calc(50% + 32px);
    left: 88%;
    transform: rotateZ(329deg);
}

    .gold:nth-child(24) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 10px 3px;
        -webkit-animation-delay: -5008ms, -5008ms;
        animation-delay: -5008ms, -5008ms;
    }

        .gold:nth-child(24) .graphic[b-bh4sdajbi9]::before {
            left: 3px;
            width: 144px;
            height: 10px;
            -webkit-animation-delay: -5008ms;
            animation-delay: -5008ms;
        }

        .gold:nth-child(24) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -3px;
            width: 12px;
            height: 120px;
            -webkit-animation-delay: -5008ms;
            animation-delay: -5008ms;
        }

    .gold:nth-child(24) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10415ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10415ms linear infinite;
    }

.gold:nth-child(25)[b-bh4sdajbi9] {
    top: calc(50% + 99px);
    left: 68%;
    transform: rotateZ(1deg);
}

    .gold:nth-child(25) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 10px 12px;
        -webkit-animation-delay: -8831ms, -8831ms;
        animation-delay: -8831ms, -8831ms;
    }

        .gold:nth-child(25) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 276px;
            height: 10px;
            -webkit-animation-delay: -8831ms;
            animation-delay: -8831ms;
        }

        .gold:nth-child(25) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -12px;
            width: 23px;
            height: 120px;
            -webkit-animation-delay: -8831ms;
            animation-delay: -8831ms;
        }

    .gold:nth-child(25) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18235ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18235ms linear infinite;
    }

.gold:nth-child(26)[b-bh4sdajbi9] {
    top: calc(50% + 18px);
    left: 32%;
    transform: rotateZ(129deg);
}

    .gold:nth-child(26) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 7px 7px;
        -webkit-animation-delay: -8105ms, -8105ms;
        animation-delay: -8105ms, -8105ms;
    }

        .gold:nth-child(26) .graphic[b-bh4sdajbi9]::before {
            left: 2.5px;
            width: 228px;
            height: 7px;
            -webkit-animation-delay: -8105ms;
            animation-delay: -8105ms;
        }

        .gold:nth-child(26) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -7px;
            width: 19px;
            height: 84px;
            -webkit-animation-delay: -8105ms;
            animation-delay: -8105ms;
        }

    .gold:nth-child(26) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13867ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13867ms linear infinite;
    }

.gold:nth-child(27)[b-bh4sdajbi9] {
    top: calc(50% + 82px);
    left: 46%;
    transform: rotateZ(334deg);
}

    .gold:nth-child(27) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 4px 11px;
        -webkit-animation-delay: -2358ms, -2358ms;
        animation-delay: -2358ms, -2358ms;
    }

        .gold:nth-child(27) .graphic[b-bh4sdajbi9]::before {
            left: -2px;
            width: 216px;
            height: 4px;
            -webkit-animation-delay: -2358ms;
            animation-delay: -2358ms;
        }

        .gold:nth-child(27) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -11px;
            width: 18px;
            height: 48px;
            -webkit-animation-delay: -2358ms;
            animation-delay: -2358ms;
        }

    .gold:nth-child(27) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13913ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13913ms linear infinite;
    }

.gold:nth-child(28)[b-bh4sdajbi9] {
    top: calc(50% + -8px);
    left: 36%;
    transform: rotateZ(94deg);
}

    .gold:nth-child(28) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 7px 7px;
        -webkit-animation-delay: -9760ms, -9760ms;
        animation-delay: -9760ms, -9760ms;
    }

        .gold:nth-child(28) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 192px;
            height: 7px;
            -webkit-animation-delay: -9760ms;
            animation-delay: -9760ms;
        }

        .gold:nth-child(28) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -7px;
            width: 16px;
            height: 84px;
            -webkit-animation-delay: -9760ms;
            animation-delay: -9760ms;
        }

    .gold:nth-child(28) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12466ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12466ms linear infinite;
    }

.gold:nth-child(29)[b-bh4sdajbi9] {
    top: calc(50% + -84px);
    left: 89%;
    transform: rotateZ(217deg);
}

    .gold:nth-child(29) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 8px 12px;
        -webkit-animation-delay: -779ms, -779ms;
        animation-delay: -779ms, -779ms;
    }

        .gold:nth-child(29) .graphic[b-bh4sdajbi9]::before {
            left: -1.5px;
            width: 252px;
            height: 8px;
            -webkit-animation-delay: -779ms;
            animation-delay: -779ms;
        }

        .gold:nth-child(29) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -12px;
            width: 21px;
            height: 96px;
            -webkit-animation-delay: -779ms;
            animation-delay: -779ms;
        }

    .gold:nth-child(29) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 14208ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 14208ms linear infinite;
    }

.gold:nth-child(30)[b-bh4sdajbi9] {
    top: calc(50% + -5px);
    left: 18%;
    transform: rotateZ(285deg);
}

    .gold:nth-child(30) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 7px 3px;
        -webkit-animation-delay: -659ms, -659ms;
        animation-delay: -659ms, -659ms;
    }

        .gold:nth-child(30) .graphic[b-bh4sdajbi9]::before {
            left: 2px;
            width: 120px;
            height: 7px;
            -webkit-animation-delay: -659ms;
            animation-delay: -659ms;
        }

        .gold:nth-child(30) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -3px;
            width: 10px;
            height: 84px;
            -webkit-animation-delay: -659ms;
            animation-delay: -659ms;
        }

    .gold:nth-child(30) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 14201ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 14201ms linear infinite;
    }

.gold:nth-child(31)[b-bh4sdajbi9] {
    top: calc(50% + 40px);
    left: 10%;
    transform: rotateZ(217deg);
}

    .gold:nth-child(31) .graphic[b-bh4sdajbi9] {
        border-width: 0 10px 11px 8px;
        -webkit-animation-delay: -4744ms, -4744ms;
        animation-delay: -4744ms, -4744ms;
    }

        .gold:nth-child(31) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 216px;
            height: 11px;
            -webkit-animation-delay: -4744ms;
            animation-delay: -4744ms;
        }

        .gold:nth-child(31) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -8px;
            width: 18px;
            height: 132px;
            -webkit-animation-delay: -4744ms;
            animation-delay: -4744ms;
        }

    .gold:nth-child(31) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19368ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19368ms linear infinite;
    }

.gold:nth-child(32)[b-bh4sdajbi9] {
    top: calc(50% + -68px);
    left: 12%;
    transform: rotateZ(251deg);
}

    .gold:nth-child(32) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 6px 7px;
        -webkit-animation-delay: -8338ms, -8338ms;
        animation-delay: -8338ms, -8338ms;
    }

        .gold:nth-child(32) .graphic[b-bh4sdajbi9]::before {
            left: -1px;
            width: 144px;
            height: 6px;
            -webkit-animation-delay: -8338ms;
            animation-delay: -8338ms;
        }

        .gold:nth-child(32) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -7px;
            width: 12px;
            height: 72px;
            -webkit-animation-delay: -8338ms;
            animation-delay: -8338ms;
        }

    .gold:nth-child(32) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 17936ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 17936ms linear infinite;
    }

.gold:nth-child(33)[b-bh4sdajbi9] {
    top: calc(50% + 48px);
    left: 93%;
    transform: rotateZ(91deg);
}

    .gold:nth-child(33) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 3px 11px;
        -webkit-animation-delay: -7238ms, -7238ms;
        animation-delay: -7238ms, -7238ms;
    }

        .gold:nth-child(33) .graphic[b-bh4sdajbi9]::before {
            left: -1px;
            width: 240px;
            height: 3px;
            -webkit-animation-delay: -7238ms;
            animation-delay: -7238ms;
        }

        .gold:nth-child(33) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -11px;
            width: 20px;
            height: 36px;
            -webkit-animation-delay: -7238ms;
            animation-delay: -7238ms;
        }

    .gold:nth-child(33) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19268ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19268ms linear infinite;
    }

.gold:nth-child(34)[b-bh4sdajbi9] {
    top: calc(50% + -14px);
    left: 41%;
    transform: rotateZ(25deg);
}

    .gold:nth-child(34) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 3px 7px;
        -webkit-animation-delay: -452ms, -452ms;
        animation-delay: -452ms, -452ms;
    }

        .gold:nth-child(34) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 192px;
            height: 3px;
            -webkit-animation-delay: -452ms;
            animation-delay: -452ms;
        }

        .gold:nth-child(34) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -7px;
            width: 16px;
            height: 36px;
            -webkit-animation-delay: -452ms;
            animation-delay: -452ms;
        }

    .gold:nth-child(34) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18328ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18328ms linear infinite;
    }

.gold:nth-child(35)[b-bh4sdajbi9] {
    top: calc(50% + 49px);
    left: 64%;
    transform: rotateZ(116deg);
}

    .gold:nth-child(35) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 5px 12px;
        -webkit-animation-delay: -2548ms, -2548ms;
        animation-delay: -2548ms, -2548ms;
    }

        .gold:nth-child(35) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 288px;
            height: 5px;
            -webkit-animation-delay: -2548ms;
            animation-delay: -2548ms;
        }

        .gold:nth-child(35) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -12px;
            width: 24px;
            height: 60px;
            -webkit-animation-delay: -2548ms;
            animation-delay: -2548ms;
        }

    .gold:nth-child(35) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18992ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18992ms linear infinite;
    }

.gold:nth-child(36)[b-bh4sdajbi9] {
    top: calc(50% + -74px);
    left: 17%;
    transform: rotateZ(154deg);
}

    .gold:nth-child(36) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 4px 6px;
        -webkit-animation-delay: -9127ms, -9127ms;
        animation-delay: -9127ms, -9127ms;
    }

        .gold:nth-child(36) .graphic[b-bh4sdajbi9]::before {
            left: 1.5px;
            width: 180px;
            height: 4px;
            -webkit-animation-delay: -9127ms;
            animation-delay: -9127ms;
        }

        .gold:nth-child(36) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -6px;
            width: 15px;
            height: 48px;
            -webkit-animation-delay: -9127ms;
            animation-delay: -9127ms;
        }

    .gold:nth-child(36) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11938ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11938ms linear infinite;
    }

.gold:nth-child(37)[b-bh4sdajbi9] {
    top: calc(50% + -38px);
    left: 98%;
    transform: rotateZ(58deg);
}

    .gold:nth-child(37) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 10px 7px;
        -webkit-animation-delay: -2296ms, -2296ms;
        animation-delay: -2296ms, -2296ms;
    }

        .gold:nth-child(37) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 156px;
            height: 10px;
            -webkit-animation-delay: -2296ms;
            animation-delay: -2296ms;
        }

        .gold:nth-child(37) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -7px;
            width: 13px;
            height: 120px;
            -webkit-animation-delay: -2296ms;
            animation-delay: -2296ms;
        }

    .gold:nth-child(37) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18290ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18290ms linear infinite;
    }

.gold:nth-child(38)[b-bh4sdajbi9] {
    top: calc(50% + 59px);
    left: 68%;
    transform: rotateZ(129deg);
}

    .gold:nth-child(38) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 12px 11px;
        -webkit-animation-delay: -6157ms, -6157ms;
        animation-delay: -6157ms, -6157ms;
    }

        .gold:nth-child(38) .graphic[b-bh4sdajbi9]::before {
            left: -2.5px;
            width: 204px;
            height: 12px;
            -webkit-animation-delay: -6157ms;
            animation-delay: -6157ms;
        }

        .gold:nth-child(38) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -11px;
            width: 17px;
            height: 144px;
            -webkit-animation-delay: -6157ms;
            animation-delay: -6157ms;
        }

    .gold:nth-child(38) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12238ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12238ms linear infinite;
    }

.gold:nth-child(39)[b-bh4sdajbi9] {
    top: calc(50% + -35px);
    left: 96%;
    transform: rotateZ(235deg);
}

    .gold:nth-child(39) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 12px 12px;
        -webkit-animation-delay: -2905ms, -2905ms;
        animation-delay: -2905ms, -2905ms;
    }

        .gold:nth-child(39) .graphic[b-bh4sdajbi9]::before {
            left: -3.5px;
            width: 204px;
            height: 12px;
            -webkit-animation-delay: -2905ms;
            animation-delay: -2905ms;
        }

        .gold:nth-child(39) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -12px;
            width: 17px;
            height: 144px;
            -webkit-animation-delay: -2905ms;
            animation-delay: -2905ms;
        }

    .gold:nth-child(39) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 14144ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 14144ms linear infinite;
    }

.gold:nth-child(40)[b-bh4sdajbi9] {
    top: calc(50% + 27px);
    left: 83%;
    transform: rotateZ(182deg);
}

    .gold:nth-child(40) .graphic[b-bh4sdajbi9] {
        border-width: 0 4px 12px 6px;
        -webkit-animation-delay: -6961ms, -6961ms;
        animation-delay: -6961ms, -6961ms;
    }

        .gold:nth-child(40) .graphic[b-bh4sdajbi9]::before {
            left: -1px;
            width: 120px;
            height: 12px;
            -webkit-animation-delay: -6961ms;
            animation-delay: -6961ms;
        }

        .gold:nth-child(40) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -6px;
            width: 10px;
            height: 144px;
            -webkit-animation-delay: -6961ms;
            animation-delay: -6961ms;
        }

    .gold:nth-child(40) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11697ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11697ms linear infinite;
    }

.gold:nth-child(41)[b-bh4sdajbi9] {
    top: calc(50% + 87px);
    left: 17%;
    transform: rotateZ(277deg);
}

    .gold:nth-child(41) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 7px 6px;
        -webkit-animation-delay: -5893ms, -5893ms;
        animation-delay: -5893ms, -5893ms;
    }

        .gold:nth-child(41) .graphic[b-bh4sdajbi9]::before {
            left: 1.5px;
            width: 180px;
            height: 7px;
            -webkit-animation-delay: -5893ms;
            animation-delay: -5893ms;
        }

        .gold:nth-child(41) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -6px;
            width: 15px;
            height: 84px;
            -webkit-animation-delay: -5893ms;
            animation-delay: -5893ms;
        }

    .gold:nth-child(41) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18622ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18622ms linear infinite;
    }

.gold:nth-child(42)[b-bh4sdajbi9] {
    top: calc(50% + 10px);
    left: 16%;
    transform: rotateZ(116deg);
}

    .gold:nth-child(42) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 10px 10px;
        -webkit-animation-delay: -2585ms, -2585ms;
        animation-delay: -2585ms, -2585ms;
    }

        .gold:nth-child(42) .graphic[b-bh4sdajbi9]::before {
            left: -2.5px;
            width: 180px;
            height: 10px;
            -webkit-animation-delay: -2585ms;
            animation-delay: -2585ms;
        }

        .gold:nth-child(42) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -10px;
            width: 15px;
            height: 120px;
            -webkit-animation-delay: -2585ms;
            animation-delay: -2585ms;
        }

    .gold:nth-child(42) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12389ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12389ms linear infinite;
    }

.gold:nth-child(43)[b-bh4sdajbi9] {
    top: calc(50% + 51px);
    left: 19%;
    transform: rotateZ(122deg);
}

    .gold:nth-child(43) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 11px 8px;
        -webkit-animation-delay: -442ms, -442ms;
        animation-delay: -442ms, -442ms;
    }

        .gold:nth-child(43) .graphic[b-bh4sdajbi9]::before {
            left: -2.5px;
            width: 132px;
            height: 11px;
            -webkit-animation-delay: -442ms;
            animation-delay: -442ms;
        }

        .gold:nth-child(43) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -8px;
            width: 11px;
            height: 132px;
            -webkit-animation-delay: -442ms;
            animation-delay: -442ms;
        }

    .gold:nth-child(43) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19867ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19867ms linear infinite;
    }

.gold:nth-child(44)[b-bh4sdajbi9] {
    top: calc(50% + 98px);
    left: 48%;
    transform: rotateZ(281deg);
}

    .gold:nth-child(44) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 12px 10px;
        -webkit-animation-delay: -5177ms, -5177ms;
        animation-delay: -5177ms, -5177ms;
    }

        .gold:nth-child(44) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 264px;
            height: 12px;
            -webkit-animation-delay: -5177ms;
            animation-delay: -5177ms;
        }

        .gold:nth-child(44) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -10px;
            width: 22px;
            height: 144px;
            -webkit-animation-delay: -5177ms;
            animation-delay: -5177ms;
        }

    .gold:nth-child(44) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13964ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13964ms linear infinite;
    }

.gold:nth-child(45)[b-bh4sdajbi9] {
    top: calc(50% + -62px);
    left: 64%;
    transform: rotateZ(66deg);
}

    .gold:nth-child(45) .graphic[b-bh4sdajbi9] {
        border-width: 0 10px 4px 9px;
        -webkit-animation-delay: -142ms, -142ms;
        animation-delay: -142ms, -142ms;
    }

        .gold:nth-child(45) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 228px;
            height: 4px;
            -webkit-animation-delay: -142ms;
            animation-delay: -142ms;
        }

        .gold:nth-child(45) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -9px;
            width: 19px;
            height: 48px;
            -webkit-animation-delay: -142ms;
            animation-delay: -142ms;
        }

    .gold:nth-child(45) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19965ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19965ms linear infinite;
    }

.gold:nth-child(46)[b-bh4sdajbi9] {
    top: calc(50% + -37px);
    left: 13%;
    transform: rotateZ(238deg);
}

    .gold:nth-child(46) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 7px 6px;
        -webkit-animation-delay: -8380ms, -8380ms;
        animation-delay: -8380ms, -8380ms;
    }

        .gold:nth-child(46) .graphic[b-bh4sdajbi9]::before {
            left: 3px;
            width: 216px;
            height: 7px;
            -webkit-animation-delay: -8380ms;
            animation-delay: -8380ms;
        }

        .gold:nth-child(46) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -6px;
            width: 18px;
            height: 84px;
            -webkit-animation-delay: -8380ms;
            animation-delay: -8380ms;
        }

    .gold:nth-child(46) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19728ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19728ms linear infinite;
    }

.gold:nth-child(47)[b-bh4sdajbi9] {
    top: calc(50% + 92px);
    left: 31%;
    transform: rotateZ(328deg);
}

    .gold:nth-child(47) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 3px 11px;
        -webkit-animation-delay: -1809ms, -1809ms;
        animation-delay: -1809ms, -1809ms;
    }

        .gold:nth-child(47) .graphic[b-bh4sdajbi9]::before {
            left: -3px;
            width: 192px;
            height: 3px;
            -webkit-animation-delay: -1809ms;
            animation-delay: -1809ms;
        }

        .gold:nth-child(47) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -11px;
            width: 16px;
            height: 36px;
            -webkit-animation-delay: -1809ms;
            animation-delay: -1809ms;
        }

    .gold:nth-child(47) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 17599ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 17599ms linear infinite;
    }

.gold:nth-child(48)[b-bh4sdajbi9] {
    top: calc(50% + -45px);
    left: 2%;
    transform: rotateZ(14deg);
}

    .gold:nth-child(48) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 3px 10px;
        -webkit-animation-delay: -5760ms, -5760ms;
        animation-delay: -5760ms, -5760ms;
    }

        .gold:nth-child(48) .graphic[b-bh4sdajbi9]::before {
            left: -1.5px;
            width: 204px;
            height: 3px;
            -webkit-animation-delay: -5760ms;
            animation-delay: -5760ms;
        }

        .gold:nth-child(48) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -10px;
            width: 17px;
            height: 36px;
            -webkit-animation-delay: -5760ms;
            animation-delay: -5760ms;
        }

    .gold:nth-child(48) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18382ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18382ms linear infinite;
    }

.gold:nth-child(49)[b-bh4sdajbi9] {
    top: calc(50% + 40px);
    left: 70%;
    transform: rotateZ(121deg);
}

    .gold:nth-child(49) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 7px 8px;
        -webkit-animation-delay: -7582ms, -7582ms;
        animation-delay: -7582ms, -7582ms;
    }

        .gold:nth-child(49) .graphic[b-bh4sdajbi9]::before {
            left: 2px;
            width: 240px;
            height: 7px;
            -webkit-animation-delay: -7582ms;
            animation-delay: -7582ms;
        }

        .gold:nth-child(49) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -8px;
            width: 20px;
            height: 84px;
            -webkit-animation-delay: -7582ms;
            animation-delay: -7582ms;
        }

    .gold:nth-child(49) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10470ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10470ms linear infinite;
    }

.gold:nth-child(50)[b-bh4sdajbi9] {
    top: calc(50% + 51px);
    left: 29%;
    transform: rotateZ(252deg);
}

    .gold:nth-child(50) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 6px 10px;
        -webkit-animation-delay: -8634ms, -8634ms;
        animation-delay: -8634ms, -8634ms;
    }

        .gold:nth-child(50) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 228px;
            height: 6px;
            -webkit-animation-delay: -8634ms;
            animation-delay: -8634ms;
        }

        .gold:nth-child(50) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -10px;
            width: 19px;
            height: 72px;
            -webkit-animation-delay: -8634ms;
            animation-delay: -8634ms;
        }

    .gold:nth-child(50) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10798ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10798ms linear infinite;
    }

.gold:nth-child(51)[b-bh4sdajbi9] {
    top: calc(50% + -33px);
    left: 78%;
    transform: rotateZ(17deg);
}

    .gold:nth-child(51) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 11px 4px;
        -webkit-animation-delay: -6020ms, -6020ms;
        animation-delay: -6020ms, -6020ms;
    }

        .gold:nth-child(51) .graphic[b-bh4sdajbi9]::before {
            left: 4px;
            width: 192px;
            height: 11px;
            -webkit-animation-delay: -6020ms;
            animation-delay: -6020ms;
        }

        .gold:nth-child(51) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -4px;
            width: 16px;
            height: 132px;
            -webkit-animation-delay: -6020ms;
            animation-delay: -6020ms;
        }

    .gold:nth-child(51) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13851ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13851ms linear infinite;
    }

.gold:nth-child(52)[b-bh4sdajbi9] {
    top: calc(50% + 60px);
    left: 83%;
    transform: rotateZ(139deg);
}

    .gold:nth-child(52) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 10px 8px;
        -webkit-animation-delay: -1104ms, -1104ms;
        animation-delay: -1104ms, -1104ms;
    }

        .gold:nth-child(52) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 180px;
            height: 10px;
            -webkit-animation-delay: -1104ms;
            animation-delay: -1104ms;
        }

        .gold:nth-child(52) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -8px;
            width: 15px;
            height: 120px;
            -webkit-animation-delay: -1104ms;
            animation-delay: -1104ms;
        }

    .gold:nth-child(52) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16167ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16167ms linear infinite;
    }

.gold:nth-child(53)[b-bh4sdajbi9] {
    top: calc(50% + -88px);
    left: 19%;
    transform: rotateZ(24deg);
}

    .gold:nth-child(53) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 5px 7px;
        -webkit-animation-delay: -8753ms, -8753ms;
        animation-delay: -8753ms, -8753ms;
    }

        .gold:nth-child(53) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 168px;
            height: 5px;
            -webkit-animation-delay: -8753ms;
            animation-delay: -8753ms;
        }

        .gold:nth-child(53) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -7px;
            width: 14px;
            height: 60px;
            -webkit-animation-delay: -8753ms;
            animation-delay: -8753ms;
        }

    .gold:nth-child(53) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 17542ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 17542ms linear infinite;
    }

.gold:nth-child(54)[b-bh4sdajbi9] {
    top: calc(50% + 49px);
    left: 6%;
    transform: rotateZ(115deg);
}

    .gold:nth-child(54) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 4px 6px;
        -webkit-animation-delay: -6636ms, -6636ms;
        animation-delay: -6636ms, -6636ms;
    }

        .gold:nth-child(54) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 156px;
            height: 4px;
            -webkit-animation-delay: -6636ms;
            animation-delay: -6636ms;
        }

        .gold:nth-child(54) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -6px;
            width: 13px;
            height: 48px;
            -webkit-animation-delay: -6636ms;
            animation-delay: -6636ms;
        }

    .gold:nth-child(54) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13661ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13661ms linear infinite;
    }

.gold:nth-child(55)[b-bh4sdajbi9] {
    top: calc(50% + -58px);
    left: 24%;
    transform: rotateZ(294deg);
}

    .gold:nth-child(55) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 8px 4px;
        -webkit-animation-delay: -9490ms, -9490ms;
        animation-delay: -9490ms, -9490ms;
    }

        .gold:nth-child(55) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 120px;
            height: 8px;
            -webkit-animation-delay: -9490ms;
            animation-delay: -9490ms;
        }

        .gold:nth-child(55) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -4px;
            width: 10px;
            height: 96px;
            -webkit-animation-delay: -9490ms;
            animation-delay: -9490ms;
        }

    .gold:nth-child(55) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12492ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12492ms linear infinite;
    }

.gold:nth-child(56)[b-bh4sdajbi9] {
    top: calc(50% + -78px);
    left: 100%;
    transform: rotateZ(166deg);
}

    .gold:nth-child(56) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 7px 11px;
        -webkit-animation-delay: -3381ms, -3381ms;
        animation-delay: -3381ms, -3381ms;
    }

        .gold:nth-child(56) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 276px;
            height: 7px;
            -webkit-animation-delay: -3381ms;
            animation-delay: -3381ms;
        }

        .gold:nth-child(56) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -11px;
            width: 23px;
            height: 84px;
            -webkit-animation-delay: -3381ms;
            animation-delay: -3381ms;
        }

    .gold:nth-child(56) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12114ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12114ms linear infinite;
    }

.gold:nth-child(57)[b-bh4sdajbi9] {
    top: calc(50% + -45px);
    left: 70%;
    transform: rotateZ(66deg);
}

    .gold:nth-child(57) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 12px 6px;
        -webkit-animation-delay: -6404ms, -6404ms;
        animation-delay: -6404ms, -6404ms;
    }

        .gold:nth-child(57) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 144px;
            height: 12px;
            -webkit-animation-delay: -6404ms;
            animation-delay: -6404ms;
        }

        .gold:nth-child(57) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -6px;
            width: 12px;
            height: 144px;
            -webkit-animation-delay: -6404ms;
            animation-delay: -6404ms;
        }

    .gold:nth-child(57) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10852ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10852ms linear infinite;
    }

.gold:nth-child(58)[b-bh4sdajbi9] {
    top: calc(50% + -54px);
    left: 29%;
    transform: rotateZ(60deg);
}

    .gold:nth-child(58) .graphic[b-bh4sdajbi9] {
        border-width: 0 8px 12px 10px;
        -webkit-animation-delay: -5595ms, -5595ms;
        animation-delay: -5595ms, -5595ms;
    }

        .gold:nth-child(58) .graphic[b-bh4sdajbi9]::before {
            left: -1px;
            width: 216px;
            height: 12px;
            -webkit-animation-delay: -5595ms;
            animation-delay: -5595ms;
        }

        .gold:nth-child(58) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -10px;
            width: 18px;
            height: 144px;
            -webkit-animation-delay: -5595ms;
            animation-delay: -5595ms;
        }

    .gold:nth-child(58) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12787ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12787ms linear infinite;
    }

.gold:nth-child(59)[b-bh4sdajbi9] {
    top: calc(50% + 68px);
    left: 10%;
    transform: rotateZ(177deg);
}

    .gold:nth-child(59) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 4px 5px;
        -webkit-animation-delay: -6911ms, -6911ms;
        animation-delay: -6911ms, -6911ms;
    }

        .gold:nth-child(59) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 120px;
            height: 4px;
            -webkit-animation-delay: -6911ms;
            animation-delay: -6911ms;
        }

        .gold:nth-child(59) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -5px;
            width: 10px;
            height: 48px;
            -webkit-animation-delay: -6911ms;
            animation-delay: -6911ms;
        }

    .gold:nth-child(59) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 15242ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 15242ms linear infinite;
    }

.gold:nth-child(60)[b-bh4sdajbi9] {
    top: calc(50% + 61px);
    left: 5%;
    transform: rotateZ(158deg);
}

    .gold:nth-child(60) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 8px 8px;
        -webkit-animation-delay: -7485ms, -7485ms;
        animation-delay: -7485ms, -7485ms;
    }

        .gold:nth-child(60) .graphic[b-bh4sdajbi9]::before {
            left: -1px;
            width: 168px;
            height: 8px;
            -webkit-animation-delay: -7485ms;
            animation-delay: -7485ms;
        }

        .gold:nth-child(60) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -8px;
            width: 14px;
            height: 96px;
            -webkit-animation-delay: -7485ms;
            animation-delay: -7485ms;
        }

    .gold:nth-child(60) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 14940ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 14940ms linear infinite;
    }

.gold:nth-child(61)[b-bh4sdajbi9] {
    top: calc(50% + -47px);
    left: 39%;
    transform: rotateZ(176deg);
}

    .gold:nth-child(61) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 3px 8px;
        -webkit-animation-delay: -1196ms, -1196ms;
        animation-delay: -1196ms, -1196ms;
    }

        .gold:nth-child(61) .graphic[b-bh4sdajbi9]::before {
            left: -1.5px;
            width: 156px;
            height: 3px;
            -webkit-animation-delay: -1196ms;
            animation-delay: -1196ms;
        }

        .gold:nth-child(61) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -8px;
            width: 13px;
            height: 36px;
            -webkit-animation-delay: -1196ms;
            animation-delay: -1196ms;
        }

    .gold:nth-child(61) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 15687ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 15687ms linear infinite;
    }

.gold:nth-child(62)[b-bh4sdajbi9] {
    top: calc(50% + 8px);
    left: 83%;
    transform: rotateZ(238deg);
}

    .gold:nth-child(62) .graphic[b-bh4sdajbi9] {
        border-width: 0 4px 3px 3px;
        -webkit-animation-delay: -2657ms, -2657ms;
        animation-delay: -2657ms, -2657ms;
    }

        .gold:nth-child(62) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 84px;
            height: 3px;
            -webkit-animation-delay: -2657ms;
            animation-delay: -2657ms;
        }

        .gold:nth-child(62) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -3px;
            width: 7px;
            height: 36px;
            -webkit-animation-delay: -2657ms;
            animation-delay: -2657ms;
        }

    .gold:nth-child(62) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19938ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19938ms linear infinite;
    }

.gold:nth-child(63)[b-bh4sdajbi9] {
    top: calc(50% + 27px);
    left: 45%;
    transform: rotateZ(7deg);
}

    .gold:nth-child(63) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 8px 6px;
        -webkit-animation-delay: -8272ms, -8272ms;
        animation-delay: -8272ms, -8272ms;
    }

        .gold:nth-child(63) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 132px;
            height: 8px;
            -webkit-animation-delay: -8272ms;
            animation-delay: -8272ms;
        }

        .gold:nth-child(63) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -6px;
            width: 11px;
            height: 96px;
            -webkit-animation-delay: -8272ms;
            animation-delay: -8272ms;
        }

    .gold:nth-child(63) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 15219ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 15219ms linear infinite;
    }

.gold:nth-child(64)[b-bh4sdajbi9] {
    top: calc(50% + -48px);
    left: 78%;
    transform: rotateZ(331deg);
}

    .gold:nth-child(64) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 12px 4px;
        -webkit-animation-delay: -9805ms, -9805ms;
        animation-delay: -9805ms, -9805ms;
    }

        .gold:nth-child(64) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 84px;
            height: 12px;
            -webkit-animation-delay: -9805ms;
            animation-delay: -9805ms;
        }

        .gold:nth-child(64) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -4px;
            width: 7px;
            height: 144px;
            -webkit-animation-delay: -9805ms;
            animation-delay: -9805ms;
        }

    .gold:nth-child(64) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12173ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12173ms linear infinite;
    }

.gold:nth-child(65)[b-bh4sdajbi9] {
    top: calc(50% + -10px);
    left: 67%;
    transform: rotateZ(157deg);
}

    .gold:nth-child(65) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 8px 3px;
        -webkit-animation-delay: -9270ms, -9270ms;
        animation-delay: -9270ms, -9270ms;
    }

        .gold:nth-child(65) .graphic[b-bh4sdajbi9]::before {
            left: 4px;
            width: 168px;
            height: 8px;
            -webkit-animation-delay: -9270ms;
            animation-delay: -9270ms;
        }

        .gold:nth-child(65) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -3px;
            width: 14px;
            height: 96px;
            -webkit-animation-delay: -9270ms;
            animation-delay: -9270ms;
        }

    .gold:nth-child(65) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16935ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16935ms linear infinite;
    }

.gold:nth-child(66)[b-bh4sdajbi9] {
    top: calc(50% + -13px);
    left: 21%;
    transform: rotateZ(89deg);
}

    .gold:nth-child(66) .graphic[b-bh4sdajbi9] {
        border-width: 0 10px 12px 9px;
        -webkit-animation-delay: -7645ms, -7645ms;
        animation-delay: -7645ms, -7645ms;
    }

        .gold:nth-child(66) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 228px;
            height: 12px;
            -webkit-animation-delay: -7645ms;
            animation-delay: -7645ms;
        }

        .gold:nth-child(66) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -9px;
            width: 19px;
            height: 144px;
            -webkit-animation-delay: -7645ms;
            animation-delay: -7645ms;
        }

    .gold:nth-child(66) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19912ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19912ms linear infinite;
    }

.gold:nth-child(67)[b-bh4sdajbi9] {
    top: calc(50% + -53px);
    left: 39%;
    transform: rotateZ(207deg);
}

    .gold:nth-child(67) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 12px 3px;
        -webkit-animation-delay: -8151ms, -8151ms;
        animation-delay: -8151ms, -8151ms;
    }

        .gold:nth-child(67) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 72px;
            height: 12px;
            -webkit-animation-delay: -8151ms;
            animation-delay: -8151ms;
        }

        .gold:nth-child(67) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -3px;
            width: 6px;
            height: 144px;
            -webkit-animation-delay: -8151ms;
            animation-delay: -8151ms;
        }

    .gold:nth-child(67) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13956ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13956ms linear infinite;
    }

.gold:nth-child(68)[b-bh4sdajbi9] {
    top: calc(50% + 63px);
    left: 49%;
    transform: rotateZ(191deg);
}

    .gold:nth-child(68) .graphic[b-bh4sdajbi9] {
        border-width: 0 10px 8px 9px;
        -webkit-animation-delay: -9435ms, -9435ms;
        animation-delay: -9435ms, -9435ms;
    }

        .gold:nth-child(68) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 228px;
            height: 8px;
            -webkit-animation-delay: -9435ms;
            animation-delay: -9435ms;
        }

        .gold:nth-child(68) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -9px;
            width: 19px;
            height: 96px;
            -webkit-animation-delay: -9435ms;
            animation-delay: -9435ms;
        }

    .gold:nth-child(68) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16927ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16927ms linear infinite;
    }

.gold:nth-child(69)[b-bh4sdajbi9] {
    top: calc(50% + -24px);
    left: 54%;
    transform: rotateZ(136deg);
}

    .gold:nth-child(69) .graphic[b-bh4sdajbi9] {
        border-width: 0 8px 4px 8px;
        -webkit-animation-delay: -9891ms, -9891ms;
        animation-delay: -9891ms, -9891ms;
    }

        .gold:nth-child(69) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 192px;
            height: 4px;
            -webkit-animation-delay: -9891ms;
            animation-delay: -9891ms;
        }

        .gold:nth-child(69) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -8px;
            width: 16px;
            height: 48px;
            -webkit-animation-delay: -9891ms;
            animation-delay: -9891ms;
        }

    .gold:nth-child(69) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18118ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18118ms linear infinite;
    }

.gold:nth-child(70)[b-bh4sdajbi9] {
    top: calc(50% + 88px);
    left: 43%;
    transform: rotateZ(257deg);
}

    .gold:nth-child(70) .graphic[b-bh4sdajbi9] {
        border-width: 0 8px 8px 6px;
        -webkit-animation-delay: -6175ms, -6175ms;
        animation-delay: -6175ms, -6175ms;
    }

        .gold:nth-child(70) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 168px;
            height: 8px;
            -webkit-animation-delay: -6175ms;
            animation-delay: -6175ms;
        }

        .gold:nth-child(70) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -6px;
            width: 14px;
            height: 96px;
            -webkit-animation-delay: -6175ms;
            animation-delay: -6175ms;
        }

    .gold:nth-child(70) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16096ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16096ms linear infinite;
    }

.gold:nth-child(71)[b-bh4sdajbi9] {
    top: calc(50% + -22px);
    left: 40%;
    transform: rotateZ(313deg);
}

    .gold:nth-child(71) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 10px 10px;
        -webkit-animation-delay: -8879ms, -8879ms;
        animation-delay: -8879ms, -8879ms;
    }

        .gold:nth-child(71) .graphic[b-bh4sdajbi9]::before {
            left: -3.5px;
            width: 156px;
            height: 10px;
            -webkit-animation-delay: -8879ms;
            animation-delay: -8879ms;
        }

        .gold:nth-child(71) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -10px;
            width: 13px;
            height: 120px;
            -webkit-animation-delay: -8879ms;
            animation-delay: -8879ms;
        }

    .gold:nth-child(71) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11309ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11309ms linear infinite;
    }

.gold:nth-child(72)[b-bh4sdajbi9] {
    top: calc(50% + 59px);
    left: 17%;
    transform: rotateZ(159deg);
}

    .gold:nth-child(72) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 12px 6px;
        -webkit-animation-delay: -8756ms, -8756ms;
        animation-delay: -8756ms, -8756ms;
    }

        .gold:nth-child(72) .graphic[b-bh4sdajbi9]::before {
            left: 3px;
            width: 216px;
            height: 12px;
            -webkit-animation-delay: -8756ms;
            animation-delay: -8756ms;
        }

        .gold:nth-child(72) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -6px;
            width: 18px;
            height: 144px;
            -webkit-animation-delay: -8756ms;
            animation-delay: -8756ms;
        }

    .gold:nth-child(72) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 14752ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 14752ms linear infinite;
    }

.gold:nth-child(73)[b-bh4sdajbi9] {
    top: calc(50% + 45px);
    left: 39%;
    transform: rotateZ(85deg);
}

    .gold:nth-child(73) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 7px 4px;
        -webkit-animation-delay: -4665ms, -4665ms;
        animation-delay: -4665ms, -4665ms;
    }

        .gold:nth-child(73) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 108px;
            height: 7px;
            -webkit-animation-delay: -4665ms;
            animation-delay: -4665ms;
        }

        .gold:nth-child(73) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -4px;
            width: 9px;
            height: 84px;
            -webkit-animation-delay: -4665ms;
            animation-delay: -4665ms;
        }

    .gold:nth-child(73) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10171ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10171ms linear infinite;
    }

.gold:nth-child(74)[b-bh4sdajbi9] {
    top: calc(50% + 30px);
    left: 27%;
    transform: rotateZ(319deg);
}

    .gold:nth-child(74) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 10px 5px;
        -webkit-animation-delay: -7649ms, -7649ms;
        animation-delay: -7649ms, -7649ms;
    }

        .gold:nth-child(74) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 144px;
            height: 10px;
            -webkit-animation-delay: -7649ms;
            animation-delay: -7649ms;
        }

        .gold:nth-child(74) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -5px;
            width: 12px;
            height: 120px;
            -webkit-animation-delay: -7649ms;
            animation-delay: -7649ms;
        }

    .gold:nth-child(74) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18022ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18022ms linear infinite;
    }

.gold:nth-child(75)[b-bh4sdajbi9] {
    top: calc(50% + 49px);
    left: 60%;
    transform: rotateZ(55deg);
}

    .gold:nth-child(75) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 8px 4px;
        -webkit-animation-delay: -3815ms, -3815ms;
        animation-delay: -3815ms, -3815ms;
    }

        .gold:nth-child(75) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 84px;
            height: 8px;
            -webkit-animation-delay: -3815ms;
            animation-delay: -3815ms;
        }

        .gold:nth-child(75) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -4px;
            width: 7px;
            height: 96px;
            -webkit-animation-delay: -3815ms;
            animation-delay: -3815ms;
        }

    .gold:nth-child(75) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10407ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10407ms linear infinite;
    }

.gold:nth-child(76)[b-bh4sdajbi9] {
    top: calc(50% + 42px);
    left: 50%;
    transform: rotateZ(198deg);
}

    .gold:nth-child(76) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 9px 9px;
        -webkit-animation-delay: -3902ms, -3902ms;
        animation-delay: -3902ms, -3902ms;
    }

        .gold:nth-child(76) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 240px;
            height: 9px;
            -webkit-animation-delay: -3902ms;
            animation-delay: -3902ms;
        }

        .gold:nth-child(76) .graphic[b-bh4sdajbi9]::after {
            top: 4.5px;
            left: -9px;
            width: 20px;
            height: 108px;
            -webkit-animation-delay: -3902ms;
            animation-delay: -3902ms;
        }

    .gold:nth-child(76) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16507ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16507ms linear infinite;
    }

.gold:nth-child(77)[b-bh4sdajbi9] {
    top: calc(50% + -16px);
    left: 40%;
    transform: rotateZ(126deg);
}

    .gold:nth-child(77) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 12px 4px;
        -webkit-animation-delay: -9217ms, -9217ms;
        animation-delay: -9217ms, -9217ms;
    }

        .gold:nth-child(77) .graphic[b-bh4sdajbi9]::before {
            left: 1.5px;
            width: 132px;
            height: 12px;
            -webkit-animation-delay: -9217ms;
            animation-delay: -9217ms;
        }

        .gold:nth-child(77) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -4px;
            width: 11px;
            height: 144px;
            -webkit-animation-delay: -9217ms;
            animation-delay: -9217ms;
        }

    .gold:nth-child(77) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10400ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10400ms linear infinite;
    }

.gold:nth-child(78)[b-bh4sdajbi9] {
    top: calc(50% + -58px);
    left: 49%;
    transform: rotateZ(356deg);
}

    .gold:nth-child(78) .graphic[b-bh4sdajbi9] {
        border-width: 0 8px 11px 12px;
        -webkit-animation-delay: -8827ms, -8827ms;
        animation-delay: -8827ms, -8827ms;
    }

        .gold:nth-child(78) .graphic[b-bh4sdajbi9]::before {
            left: -2px;
            width: 240px;
            height: 11px;
            -webkit-animation-delay: -8827ms;
            animation-delay: -8827ms;
        }

        .gold:nth-child(78) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -12px;
            width: 20px;
            height: 132px;
            -webkit-animation-delay: -8827ms;
            animation-delay: -8827ms;
        }

    .gold:nth-child(78) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18040ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18040ms linear infinite;
    }

.gold:nth-child(79)[b-bh4sdajbi9] {
    top: calc(50% + 70px);
    left: 95%;
    transform: rotateZ(158deg);
}

    .gold:nth-child(79) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 12px 9px;
        -webkit-animation-delay: -213ms, -213ms;
        animation-delay: -213ms, -213ms;
    }

        .gold:nth-child(79) .graphic[b-bh4sdajbi9]::before {
            left: -1.5px;
            width: 180px;
            height: 12px;
            -webkit-animation-delay: -213ms;
            animation-delay: -213ms;
        }

        .gold:nth-child(79) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -9px;
            width: 15px;
            height: 144px;
            -webkit-animation-delay: -213ms;
            animation-delay: -213ms;
        }

    .gold:nth-child(79) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19909ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19909ms linear infinite;
    }

.gold:nth-child(80)[b-bh4sdajbi9] {
    top: calc(50% + -90px);
    left: 64%;
    transform: rotateZ(151deg);
}

    .gold:nth-child(80) .graphic[b-bh4sdajbi9] {
        border-width: 0 10px 7px 9px;
        -webkit-animation-delay: -7795ms, -7795ms;
        animation-delay: -7795ms, -7795ms;
    }

        .gold:nth-child(80) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 228px;
            height: 7px;
            -webkit-animation-delay: -7795ms;
            animation-delay: -7795ms;
        }

        .gold:nth-child(80) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -9px;
            width: 19px;
            height: 84px;
            -webkit-animation-delay: -7795ms;
            animation-delay: -7795ms;
        }

    .gold:nth-child(80) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10855ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10855ms linear infinite;
    }

.gold:nth-child(81)[b-bh4sdajbi9] {
    top: calc(50% + 96px);
    left: 46%;
    transform: rotateZ(35deg);
}

    .gold:nth-child(81) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 7px 10px;
        -webkit-animation-delay: -8153ms, -8153ms;
        animation-delay: -8153ms, -8153ms;
    }

        .gold:nth-child(81) .graphic[b-bh4sdajbi9]::before {
            left: -2.5px;
            width: 180px;
            height: 7px;
            -webkit-animation-delay: -8153ms;
            animation-delay: -8153ms;
        }

        .gold:nth-child(81) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -10px;
            width: 15px;
            height: 84px;
            -webkit-animation-delay: -8153ms;
            animation-delay: -8153ms;
        }

    .gold:nth-child(81) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13662ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13662ms linear infinite;
    }

.gold:nth-child(82)[b-bh4sdajbi9] {
    top: calc(50% + -57px);
    left: 78%;
    transform: rotateZ(224deg);
}

    .gold:nth-child(82) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 7px 9px;
        -webkit-animation-delay: -9473ms, -9473ms;
        animation-delay: -9473ms, -9473ms;
    }

        .gold:nth-child(82) .graphic[b-bh4sdajbi9]::before {
            left: -3px;
            width: 144px;
            height: 7px;
            -webkit-animation-delay: -9473ms;
            animation-delay: -9473ms;
        }

        .gold:nth-child(82) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -9px;
            width: 12px;
            height: 84px;
            -webkit-animation-delay: -9473ms;
            animation-delay: -9473ms;
        }

    .gold:nth-child(82) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12231ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12231ms linear infinite;
    }

.gold:nth-child(83)[b-bh4sdajbi9] {
    top: calc(50% + 46px);
    left: 87%;
    transform: rotateZ(269deg);
}

    .gold:nth-child(83) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 6px 5px;
        -webkit-animation-delay: -3555ms, -3555ms;
        animation-delay: -3555ms, -3555ms;
    }

        .gold:nth-child(83) .graphic[b-bh4sdajbi9]::before {
            left: 3px;
            width: 192px;
            height: 6px;
            -webkit-animation-delay: -3555ms;
            animation-delay: -3555ms;
        }

        .gold:nth-child(83) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -5px;
            width: 16px;
            height: 72px;
            -webkit-animation-delay: -3555ms;
            animation-delay: -3555ms;
        }

    .gold:nth-child(83) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 17980ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 17980ms linear infinite;
    }

.gold:nth-child(84)[b-bh4sdajbi9] {
    top: calc(50% + -47px);
    left: 41%;
    transform: rotateZ(357deg);
}

    .gold:nth-child(84) .graphic[b-bh4sdajbi9] {
        border-width: 0 10px 8px 8px;
        -webkit-animation-delay: -1214ms, -1214ms;
        animation-delay: -1214ms, -1214ms;
    }

        .gold:nth-child(84) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 216px;
            height: 8px;
            -webkit-animation-delay: -1214ms;
            animation-delay: -1214ms;
        }

        .gold:nth-child(84) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -8px;
            width: 18px;
            height: 96px;
            -webkit-animation-delay: -1214ms;
            animation-delay: -1214ms;
        }

    .gold:nth-child(84) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11721ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11721ms linear infinite;
    }

.gold:nth-child(85)[b-bh4sdajbi9] {
    top: calc(50% + -48px);
    left: 55%;
    transform: rotateZ(265deg);
}

    .gold:nth-child(85) .graphic[b-bh4sdajbi9] {
        border-width: 0 10px 3px 4px;
        -webkit-animation-delay: -1176ms, -1176ms;
        animation-delay: -1176ms, -1176ms;
    }

        .gold:nth-child(85) .graphic[b-bh4sdajbi9]::before {
            left: 3px;
            width: 168px;
            height: 3px;
            -webkit-animation-delay: -1176ms;
            animation-delay: -1176ms;
        }

        .gold:nth-child(85) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -4px;
            width: 14px;
            height: 36px;
            -webkit-animation-delay: -1176ms;
            animation-delay: -1176ms;
        }

    .gold:nth-child(85) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 17678ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 17678ms linear infinite;
    }

.gold:nth-child(86)[b-bh4sdajbi9] {
    top: calc(50% + -46px);
    left: 84%;
    transform: rotateZ(181deg);
}

    .gold:nth-child(86) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 3px 10px;
        -webkit-animation-delay: -4946ms, -4946ms;
        animation-delay: -4946ms, -4946ms;
    }

        .gold:nth-child(86) .graphic[b-bh4sdajbi9]::before {
            left: -1.5px;
            width: 204px;
            height: 3px;
            -webkit-animation-delay: -4946ms;
            animation-delay: -4946ms;
        }

        .gold:nth-child(86) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -10px;
            width: 17px;
            height: 36px;
            -webkit-animation-delay: -4946ms;
            animation-delay: -4946ms;
        }

    .gold:nth-child(86) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 14851ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 14851ms linear infinite;
    }

.gold:nth-child(87)[b-bh4sdajbi9] {
    top: calc(50% + 87px);
    left: 37%;
    transform: rotateZ(189deg);
}

    .gold:nth-child(87) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 11px 9px;
        -webkit-animation-delay: -7545ms, -7545ms;
        animation-delay: -7545ms, -7545ms;
    }

        .gold:nth-child(87) .graphic[b-bh4sdajbi9]::before {
            left: -2px;
            width: 168px;
            height: 11px;
            -webkit-animation-delay: -7545ms;
            animation-delay: -7545ms;
        }

        .gold:nth-child(87) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -9px;
            width: 14px;
            height: 132px;
            -webkit-animation-delay: -7545ms;
            animation-delay: -7545ms;
        }

    .gold:nth-child(87) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12089ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12089ms linear infinite;
    }

.gold:nth-child(88)[b-bh4sdajbi9] {
    top: calc(50% + 37px);
    left: 66%;
    transform: rotateZ(2deg);
}

    .gold:nth-child(88) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 11px 6px;
        -webkit-animation-delay: -7272ms, -7272ms;
        animation-delay: -7272ms, -7272ms;
    }

        .gold:nth-child(88) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 156px;
            height: 11px;
            -webkit-animation-delay: -7272ms;
            animation-delay: -7272ms;
        }

        .gold:nth-child(88) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -6px;
            width: 13px;
            height: 132px;
            -webkit-animation-delay: -7272ms;
            animation-delay: -7272ms;
        }

    .gold:nth-child(88) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13329ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13329ms linear infinite;
    }

.gold:nth-child(89)[b-bh4sdajbi9] {
    top: calc(50% + 90px);
    left: 88%;
    transform: rotateZ(354deg);
}

    .gold:nth-child(89) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 6px 6px;
        -webkit-animation-delay: -5517ms, -5517ms;
        animation-delay: -5517ms, -5517ms;
    }

        .gold:nth-child(89) .graphic[b-bh4sdajbi9]::before {
            left: 1.5px;
            width: 180px;
            height: 6px;
            -webkit-animation-delay: -5517ms;
            animation-delay: -5517ms;
        }

        .gold:nth-child(89) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -6px;
            width: 15px;
            height: 72px;
            -webkit-animation-delay: -5517ms;
            animation-delay: -5517ms;
        }

    .gold:nth-child(89) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13635ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13635ms linear infinite;
    }

.gold:nth-child(90)[b-bh4sdajbi9] {
    top: calc(50% + -78px);
    left: 72%;
    transform: rotateZ(243deg);
}

    .gold:nth-child(90) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 12px 12px;
        -webkit-animation-delay: -5364ms, -5364ms;
        animation-delay: -5364ms, -5364ms;
    }

        .gold:nth-child(90) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 276px;
            height: 12px;
            -webkit-animation-delay: -5364ms;
            animation-delay: -5364ms;
        }

        .gold:nth-child(90) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -12px;
            width: 23px;
            height: 144px;
            -webkit-animation-delay: -5364ms;
            animation-delay: -5364ms;
        }

    .gold:nth-child(90) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18263ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18263ms linear infinite;
    }

.gold:nth-child(91)[b-bh4sdajbi9] {
    top: calc(50% + 98px);
    left: 2%;
    transform: rotateZ(308deg);
}

    .gold:nth-child(91) .graphic[b-bh4sdajbi9] {
        border-width: 0 4px 12px 3px;
        -webkit-animation-delay: -3264ms, -3264ms;
        animation-delay: -3264ms, -3264ms;
    }

        .gold:nth-child(91) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 84px;
            height: 12px;
            -webkit-animation-delay: -3264ms;
            animation-delay: -3264ms;
        }

        .gold:nth-child(91) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -3px;
            width: 7px;
            height: 144px;
            -webkit-animation-delay: -3264ms;
            animation-delay: -3264ms;
        }

    .gold:nth-child(91) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18595ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18595ms linear infinite;
    }

.gold:nth-child(92)[b-bh4sdajbi9] {
    top: calc(50% + 9px);
    left: 20%;
    transform: rotateZ(7deg);
}

    .gold:nth-child(92) .graphic[b-bh4sdajbi9] {
        border-width: 0 8px 9px 8px;
        -webkit-animation-delay: -5906ms, -5906ms;
        animation-delay: -5906ms, -5906ms;
    }

        .gold:nth-child(92) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 192px;
            height: 9px;
            -webkit-animation-delay: -5906ms;
            animation-delay: -5906ms;
        }

        .gold:nth-child(92) .graphic[b-bh4sdajbi9]::after {
            top: 4.5px;
            left: -8px;
            width: 16px;
            height: 108px;
            -webkit-animation-delay: -5906ms;
            animation-delay: -5906ms;
        }

    .gold:nth-child(92) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12821ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12821ms linear infinite;
    }

.gold:nth-child(93)[b-bh4sdajbi9] {
    top: calc(50% + 99px);
    left: 8%;
    transform: rotateZ(37deg);
}

    .gold:nth-child(93) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 11px 7px;
        -webkit-animation-delay: -9425ms, -9425ms;
        animation-delay: -9425ms, -9425ms;
    }

        .gold:nth-child(93) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 156px;
            height: 11px;
            -webkit-animation-delay: -9425ms;
            animation-delay: -9425ms;
        }

        .gold:nth-child(93) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -7px;
            width: 13px;
            height: 132px;
            -webkit-animation-delay: -9425ms;
            animation-delay: -9425ms;
        }

    .gold:nth-child(93) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19326ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19326ms linear infinite;
    }

.gold:nth-child(94)[b-bh4sdajbi9] {
    top: calc(50% + -21px);
    left: 45%;
    transform: rotateZ(358deg);
}

    .gold:nth-child(94) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 12px 11px;
        -webkit-animation-delay: -5856ms, -5856ms;
        animation-delay: -5856ms, -5856ms;
    }

        .gold:nth-child(94) .graphic[b-bh4sdajbi9]::before {
            left: -4px;
            width: 168px;
            height: 12px;
            -webkit-animation-delay: -5856ms;
            animation-delay: -5856ms;
        }

        .gold:nth-child(94) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -11px;
            width: 14px;
            height: 144px;
            -webkit-animation-delay: -5856ms;
            animation-delay: -5856ms;
        }

    .gold:nth-child(94) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11818ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11818ms linear infinite;
    }

.gold:nth-child(95)[b-bh4sdajbi9] {
    top: calc(50% + 77px);
    left: 86%;
    transform: rotateZ(124deg);
}

    .gold:nth-child(95) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 5px 9px;
        -webkit-animation-delay: -368ms, -368ms;
        animation-delay: -368ms, -368ms;
    }

        .gold:nth-child(95) .graphic[b-bh4sdajbi9]::before {
            left: -1.5px;
            width: 180px;
            height: 5px;
            -webkit-animation-delay: -368ms;
            animation-delay: -368ms;
        }

        .gold:nth-child(95) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -9px;
            width: 15px;
            height: 60px;
            -webkit-animation-delay: -368ms;
            animation-delay: -368ms;
        }

    .gold:nth-child(95) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 14064ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 14064ms linear infinite;
    }

.gold:nth-child(96)[b-bh4sdajbi9] {
    top: calc(50% + -38px);
    left: 30%;
    transform: rotateZ(255deg);
}

    .gold:nth-child(96) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 5px 4px;
        -webkit-animation-delay: -6682ms, -6682ms;
        animation-delay: -6682ms, -6682ms;
    }

        .gold:nth-child(96) .graphic[b-bh4sdajbi9]::before {
            left: 4px;
            width: 192px;
            height: 5px;
            -webkit-animation-delay: -6682ms;
            animation-delay: -6682ms;
        }

        .gold:nth-child(96) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -4px;
            width: 16px;
            height: 60px;
            -webkit-animation-delay: -6682ms;
            animation-delay: -6682ms;
        }

    .gold:nth-child(96) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13359ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13359ms linear infinite;
    }

.gold:nth-child(97)[b-bh4sdajbi9] {
    top: calc(50% + 31px);
    left: 25%;
    transform: rotateZ(70deg);
}

    .gold:nth-child(97) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 8px 10px;
        -webkit-animation-delay: -5463ms, -5463ms;
        animation-delay: -5463ms, -5463ms;
    }

        .gold:nth-child(97) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 228px;
            height: 8px;
            -webkit-animation-delay: -5463ms;
            animation-delay: -5463ms;
        }

        .gold:nth-child(97) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -10px;
            width: 19px;
            height: 96px;
            -webkit-animation-delay: -5463ms;
            animation-delay: -5463ms;
        }

    .gold:nth-child(97) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19720ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19720ms linear infinite;
    }

.gold:nth-child(98)[b-bh4sdajbi9] {
    top: calc(50% + -10px);
    left: 85%;
    transform: rotateZ(241deg);
}

    .gold:nth-child(98) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 9px 9px;
        -webkit-animation-delay: -9506ms, -9506ms;
        animation-delay: -9506ms, -9506ms;
    }

        .gold:nth-child(98) .graphic[b-bh4sdajbi9]::before {
            left: -1.5px;
            width: 180px;
            height: 9px;
            -webkit-animation-delay: -9506ms;
            animation-delay: -9506ms;
        }

        .gold:nth-child(98) .graphic[b-bh4sdajbi9]::after {
            top: 4.5px;
            left: -9px;
            width: 15px;
            height: 108px;
            -webkit-animation-delay: -9506ms;
            animation-delay: -9506ms;
        }

    .gold:nth-child(98) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13900ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13900ms linear infinite;
    }

.gold:nth-child(99)[b-bh4sdajbi9] {
    top: calc(50% + 68px);
    left: 87%;
    transform: rotateZ(50deg);
}

    .gold:nth-child(99) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 7px 7px;
        -webkit-animation-delay: -1475ms, -1475ms;
        animation-delay: -1475ms, -1475ms;
    }

        .gold:nth-child(99) .graphic[b-bh4sdajbi9]::before {
            left: -2px;
            width: 120px;
            height: 7px;
            -webkit-animation-delay: -1475ms;
            animation-delay: -1475ms;
        }

        .gold:nth-child(99) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -7px;
            width: 10px;
            height: 84px;
            -webkit-animation-delay: -1475ms;
            animation-delay: -1475ms;
        }

    .gold:nth-child(99) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11767ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11767ms linear infinite;
    }

.gold:nth-child(100)[b-bh4sdajbi9] {
    top: calc(50% + -33px);
    left: 66%;
    transform: rotateZ(229deg);
}

    .gold:nth-child(100) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 8px 6px;
        -webkit-animation-delay: -2625ms, -2625ms;
        animation-delay: -2625ms, -2625ms;
    }

        .gold:nth-child(100) .graphic[b-bh4sdajbi9]::before {
            left: 3px;
            width: 216px;
            height: 8px;
            -webkit-animation-delay: -2625ms;
            animation-delay: -2625ms;
        }

        .gold:nth-child(100) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -6px;
            width: 18px;
            height: 96px;
            -webkit-animation-delay: -2625ms;
            animation-delay: -2625ms;
        }

    .gold:nth-child(100) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13560ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13560ms linear infinite;
    }

.gold:nth-child(101)[b-bh4sdajbi9] {
    top: calc(50% + -56px);
    left: 30%;
    transform: rotateZ(146deg);
}

    .gold:nth-child(101) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 3px 10px;
        -webkit-animation-delay: -9091ms, -9091ms;
        animation-delay: -9091ms, -9091ms;
    }

        .gold:nth-child(101) .graphic[b-bh4sdajbi9]::before {
            left: -1.5px;
            width: 204px;
            height: 3px;
            -webkit-animation-delay: -9091ms;
            animation-delay: -9091ms;
        }

        .gold:nth-child(101) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -10px;
            width: 17px;
            height: 36px;
            -webkit-animation-delay: -9091ms;
            animation-delay: -9091ms;
        }

    .gold:nth-child(101) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 14473ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 14473ms linear infinite;
    }

.gold:nth-child(102)[b-bh4sdajbi9] {
    top: calc(50% + 3px);
    left: 81%;
    transform: rotateZ(155deg);
}

    .gold:nth-child(102) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 12px 6px;
        -webkit-animation-delay: -4966ms, -4966ms;
        animation-delay: -4966ms, -4966ms;
    }

        .gold:nth-child(102) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 144px;
            height: 12px;
            -webkit-animation-delay: -4966ms;
            animation-delay: -4966ms;
        }

        .gold:nth-child(102) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -6px;
            width: 12px;
            height: 144px;
            -webkit-animation-delay: -4966ms;
            animation-delay: -4966ms;
        }

    .gold:nth-child(102) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 15739ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 15739ms linear infinite;
    }

.gold:nth-child(103)[b-bh4sdajbi9] {
    top: calc(50% + -62px);
    left: 43%;
    transform: rotateZ(203deg);
}

    .gold:nth-child(103) .graphic[b-bh4sdajbi9] {
        border-width: 0 8px 5px 7px;
        -webkit-animation-delay: -1874ms, -1874ms;
        animation-delay: -1874ms, -1874ms;
    }

        .gold:nth-child(103) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 180px;
            height: 5px;
            -webkit-animation-delay: -1874ms;
            animation-delay: -1874ms;
        }

        .gold:nth-child(103) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -7px;
            width: 15px;
            height: 60px;
            -webkit-animation-delay: -1874ms;
            animation-delay: -1874ms;
        }

    .gold:nth-child(103) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10950ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10950ms linear infinite;
    }

.gold:nth-child(104)[b-bh4sdajbi9] {
    top: calc(50% + -89px);
    left: 53%;
    transform: rotateZ(43deg);
}

    .gold:nth-child(104) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 4px 11px;
        -webkit-animation-delay: -3415ms, -3415ms;
        animation-delay: -3415ms, -3415ms;
    }

        .gold:nth-child(104) .graphic[b-bh4sdajbi9]::before {
            left: -3px;
            width: 192px;
            height: 4px;
            -webkit-animation-delay: -3415ms;
            animation-delay: -3415ms;
        }

        .gold:nth-child(104) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -11px;
            width: 16px;
            height: 48px;
            -webkit-animation-delay: -3415ms;
            animation-delay: -3415ms;
        }

    .gold:nth-child(104) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 15252ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 15252ms linear infinite;
    }

.gold:nth-child(105)[b-bh4sdajbi9] {
    top: calc(50% + 49px);
    left: 13%;
    transform: rotateZ(189deg);
}

    .gold:nth-child(105) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 10px 10px;
        -webkit-animation-delay: -4284ms, -4284ms;
        animation-delay: -4284ms, -4284ms;
    }

        .gold:nth-child(105) .graphic[b-bh4sdajbi9]::before {
            left: -1.5px;
            width: 204px;
            height: 10px;
            -webkit-animation-delay: -4284ms;
            animation-delay: -4284ms;
        }

        .gold:nth-child(105) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -10px;
            width: 17px;
            height: 120px;
            -webkit-animation-delay: -4284ms;
            animation-delay: -4284ms;
        }

    .gold:nth-child(105) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12468ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12468ms linear infinite;
    }

.gold:nth-child(106)[b-bh4sdajbi9] {
    top: calc(50% + -75px);
    left: 45%;
    transform: rotateZ(238deg);
}

    .gold:nth-child(106) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 10px 9px;
        -webkit-animation-delay: -2703ms, -2703ms;
        animation-delay: -2703ms, -2703ms;
    }

        .gold:nth-child(106) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 240px;
            height: 10px;
            -webkit-animation-delay: -2703ms;
            animation-delay: -2703ms;
        }

        .gold:nth-child(106) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -9px;
            width: 20px;
            height: 120px;
            -webkit-animation-delay: -2703ms;
            animation-delay: -2703ms;
        }

    .gold:nth-child(106) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16727ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16727ms linear infinite;
    }

.gold:nth-child(107)[b-bh4sdajbi9] {
    top: calc(50% + 90px);
    left: 67%;
    transform: rotateZ(299deg);
}

    .gold:nth-child(107) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 11px 7px;
        -webkit-animation-delay: -6541ms, -6541ms;
        animation-delay: -6541ms, -6541ms;
    }

        .gold:nth-child(107) .graphic[b-bh4sdajbi9]::before {
            left: 2px;
            width: 216px;
            height: 11px;
            -webkit-animation-delay: -6541ms;
            animation-delay: -6541ms;
        }

        .gold:nth-child(107) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -7px;
            width: 18px;
            height: 132px;
            -webkit-animation-delay: -6541ms;
            animation-delay: -6541ms;
        }

    .gold:nth-child(107) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18931ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18931ms linear infinite;
    }

.gold:nth-child(108)[b-bh4sdajbi9] {
    top: calc(50% + 55px);
    left: 52%;
    transform: rotateZ(258deg);
}

    .gold:nth-child(108) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 9px 5px;
        -webkit-animation-delay: -7218ms, -7218ms;
        animation-delay: -7218ms, -7218ms;
    }

        .gold:nth-child(108) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 120px;
            height: 9px;
            -webkit-animation-delay: -7218ms;
            animation-delay: -7218ms;
        }

        .gold:nth-child(108) .graphic[b-bh4sdajbi9]::after {
            top: 4.5px;
            left: -5px;
            width: 10px;
            height: 108px;
            -webkit-animation-delay: -7218ms;
            animation-delay: -7218ms;
        }

    .gold:nth-child(108) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18974ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18974ms linear infinite;
    }

.gold:nth-child(109)[b-bh4sdajbi9] {
    top: calc(50% + -75px);
    left: 32%;
    transform: rotateZ(334deg);
}

    .gold:nth-child(109) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 8px 11px;
        -webkit-animation-delay: -1473ms, -1473ms;
        animation-delay: -1473ms, -1473ms;
    }

        .gold:nth-child(109) .graphic[b-bh4sdajbi9]::before {
            left: -2px;
            width: 216px;
            height: 8px;
            -webkit-animation-delay: -1473ms;
            animation-delay: -1473ms;
        }

        .gold:nth-child(109) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -11px;
            width: 18px;
            height: 96px;
            -webkit-animation-delay: -1473ms;
            animation-delay: -1473ms;
        }

    .gold:nth-child(109) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10622ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10622ms linear infinite;
    }

.gold:nth-child(110)[b-bh4sdajbi9] {
    top: calc(50% + 35px);
    left: 71%;
    transform: rotateZ(224deg);
}

    .gold:nth-child(110) .graphic[b-bh4sdajbi9] {
        border-width: 0 8px 10px 8px;
        -webkit-animation-delay: -3721ms, -3721ms;
        animation-delay: -3721ms, -3721ms;
    }

        .gold:nth-child(110) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 192px;
            height: 10px;
            -webkit-animation-delay: -3721ms;
            animation-delay: -3721ms;
        }

        .gold:nth-child(110) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -8px;
            width: 16px;
            height: 120px;
            -webkit-animation-delay: -3721ms;
            animation-delay: -3721ms;
        }

    .gold:nth-child(110) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18290ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18290ms linear infinite;
    }

.gold:nth-child(111)[b-bh4sdajbi9] {
    top: calc(50% + -69px);
    left: 66%;
    transform: rotateZ(255deg);
}

    .gold:nth-child(111) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 11px 9px;
        -webkit-animation-delay: -4419ms, -4419ms;
        animation-delay: -4419ms, -4419ms;
    }

        .gold:nth-child(111) .graphic[b-bh4sdajbi9]::before {
            left: -3px;
            width: 144px;
            height: 11px;
            -webkit-animation-delay: -4419ms;
            animation-delay: -4419ms;
        }

        .gold:nth-child(111) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -9px;
            width: 12px;
            height: 132px;
            -webkit-animation-delay: -4419ms;
            animation-delay: -4419ms;
        }

    .gold:nth-child(111) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19690ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19690ms linear infinite;
    }

.gold:nth-child(112)[b-bh4sdajbi9] {
    top: calc(50% + 94px);
    left: 85%;
    transform: rotateZ(61deg);
}

    .gold:nth-child(112) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 4px 5px;
        -webkit-animation-delay: -3525ms, -3525ms;
        animation-delay: -3525ms, -3525ms;
    }

        .gold:nth-child(112) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 120px;
            height: 4px;
            -webkit-animation-delay: -3525ms;
            animation-delay: -3525ms;
        }

        .gold:nth-child(112) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -5px;
            width: 10px;
            height: 48px;
            -webkit-animation-delay: -3525ms;
            animation-delay: -3525ms;
        }

    .gold:nth-child(112) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 15471ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 15471ms linear infinite;
    }

.gold:nth-child(113)[b-bh4sdajbi9] {
    top: calc(50% + -95px);
    left: 92%;
    transform: rotateZ(2deg);
}

    .gold:nth-child(113) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 4px 9px;
        -webkit-animation-delay: -9501ms, -9501ms;
        animation-delay: -9501ms, -9501ms;
    }

        .gold:nth-child(113) .graphic[b-bh4sdajbi9]::before {
            left: -1px;
            width: 192px;
            height: 4px;
            -webkit-animation-delay: -9501ms;
            animation-delay: -9501ms;
        }

        .gold:nth-child(113) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -9px;
            width: 16px;
            height: 48px;
            -webkit-animation-delay: -9501ms;
            animation-delay: -9501ms;
        }

    .gold:nth-child(113) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12377ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12377ms linear infinite;
    }

.gold:nth-child(114)[b-bh4sdajbi9] {
    top: calc(50% + 10px);
    left: 82%;
    transform: rotateZ(44deg);
}

    .gold:nth-child(114) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 4px 7px;
        -webkit-animation-delay: -1932ms, -1932ms;
        animation-delay: -1932ms, -1932ms;
    }

        .gold:nth-child(114) .graphic[b-bh4sdajbi9]::before {
            left: 2px;
            width: 216px;
            height: 4px;
            -webkit-animation-delay: -1932ms;
            animation-delay: -1932ms;
        }

        .gold:nth-child(114) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -7px;
            width: 18px;
            height: 48px;
            -webkit-animation-delay: -1932ms;
            animation-delay: -1932ms;
        }

    .gold:nth-child(114) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16102ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16102ms linear infinite;
    }

.gold:nth-child(115)[b-bh4sdajbi9] {
    top: calc(50% + -82px);
    left: 40%;
    transform: rotateZ(247deg);
}

    .gold:nth-child(115) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 4px 3px;
        -webkit-animation-delay: -1441ms, -1441ms;
        animation-delay: -1441ms, -1441ms;
    }

        .gold:nth-child(115) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 72px;
            height: 4px;
            -webkit-animation-delay: -1441ms;
            animation-delay: -1441ms;
        }

        .gold:nth-child(115) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -3px;
            width: 6px;
            height: 48px;
            -webkit-animation-delay: -1441ms;
            animation-delay: -1441ms;
        }

    .gold:nth-child(115) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10884ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10884ms linear infinite;
    }

.gold:nth-child(116)[b-bh4sdajbi9] {
    top: calc(50% + 45px);
    left: 74%;
    transform: rotateZ(243deg);
}

    .gold:nth-child(116) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 5px 10px;
        -webkit-animation-delay: -3539ms, -3539ms;
        animation-delay: -3539ms, -3539ms;
    }

        .gold:nth-child(116) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 252px;
            height: 5px;
            -webkit-animation-delay: -3539ms;
            animation-delay: -3539ms;
        }

        .gold:nth-child(116) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -10px;
            width: 21px;
            height: 60px;
            -webkit-animation-delay: -3539ms;
            animation-delay: -3539ms;
        }

    .gold:nth-child(116) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19977ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19977ms linear infinite;
    }

.gold:nth-child(117)[b-bh4sdajbi9] {
    top: calc(50% + -76px);
    left: 74%;
    transform: rotateZ(154deg);
}

    .gold:nth-child(117) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 7px 4px;
        -webkit-animation-delay: -3792ms, -3792ms;
        animation-delay: -3792ms, -3792ms;
    }

        .gold:nth-child(117) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 84px;
            height: 7px;
            -webkit-animation-delay: -3792ms;
            animation-delay: -3792ms;
        }

        .gold:nth-child(117) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -4px;
            width: 7px;
            height: 84px;
            -webkit-animation-delay: -3792ms;
            animation-delay: -3792ms;
        }

    .gold:nth-child(117) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16900ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16900ms linear infinite;
    }

.gold:nth-child(118)[b-bh4sdajbi9] {
    top: calc(50% + -72px);
    left: 5%;
    transform: rotateZ(304deg);
}

    .gold:nth-child(118) .graphic[b-bh4sdajbi9] {
        border-width: 0 10px 10px 8px;
        -webkit-animation-delay: -1736ms, -1736ms;
        animation-delay: -1736ms, -1736ms;
    }

        .gold:nth-child(118) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 216px;
            height: 10px;
            -webkit-animation-delay: -1736ms;
            animation-delay: -1736ms;
        }

        .gold:nth-child(118) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -8px;
            width: 18px;
            height: 120px;
            -webkit-animation-delay: -1736ms;
            animation-delay: -1736ms;
        }

    .gold:nth-child(118) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12233ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12233ms linear infinite;
    }

.gold:nth-child(119)[b-bh4sdajbi9] {
    top: calc(50% + -50px);
    left: 6%;
    transform: rotateZ(219deg);
}

    .gold:nth-child(119) .graphic[b-bh4sdajbi9] {
        border-width: 0 4px 10px 4px;
        -webkit-animation-delay: -6310ms, -6310ms;
        animation-delay: -6310ms, -6310ms;
    }

        .gold:nth-child(119) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 96px;
            height: 10px;
            -webkit-animation-delay: -6310ms;
            animation-delay: -6310ms;
        }

        .gold:nth-child(119) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -4px;
            width: 8px;
            height: 120px;
            -webkit-animation-delay: -6310ms;
            animation-delay: -6310ms;
        }

    .gold:nth-child(119) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13341ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13341ms linear infinite;
    }

.gold:nth-child(120)[b-bh4sdajbi9] {
    top: calc(50% + -12px);
    left: 62%;
    transform: rotateZ(248deg);
}

    .gold:nth-child(120) .graphic[b-bh4sdajbi9] {
        border-width: 0 8px 4px 10px;
        -webkit-animation-delay: -496ms, -496ms;
        animation-delay: -496ms, -496ms;
    }

        .gold:nth-child(120) .graphic[b-bh4sdajbi9]::before {
            left: -1px;
            width: 216px;
            height: 4px;
            -webkit-animation-delay: -496ms;
            animation-delay: -496ms;
        }

        .gold:nth-child(120) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -10px;
            width: 18px;
            height: 48px;
            -webkit-animation-delay: -496ms;
            animation-delay: -496ms;
        }

    .gold:nth-child(120) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10833ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10833ms linear infinite;
    }

.gold:nth-child(121)[b-bh4sdajbi9] {
    top: calc(50% + 46px);
    left: 21%;
    transform: rotateZ(315deg);
}

    .gold:nth-child(121) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 5px 9px;
        -webkit-animation-delay: -3864ms, -3864ms;
        animation-delay: -3864ms, -3864ms;
    }

        .gold:nth-child(121) .graphic[b-bh4sdajbi9]::before {
            left: -1px;
            width: 192px;
            height: 5px;
            -webkit-animation-delay: -3864ms;
            animation-delay: -3864ms;
        }

        .gold:nth-child(121) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -9px;
            width: 16px;
            height: 60px;
            -webkit-animation-delay: -3864ms;
            animation-delay: -3864ms;
        }

    .gold:nth-child(121) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12421ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12421ms linear infinite;
    }

.gold:nth-child(122)[b-bh4sdajbi9] {
    top: calc(50% + 58px);
    left: 54%;
    transform: rotateZ(55deg);
}

    .gold:nth-child(122) .graphic[b-bh4sdajbi9] {
        border-width: 0 4px 3px 6px;
        -webkit-animation-delay: -9266ms, -9266ms;
        animation-delay: -9266ms, -9266ms;
    }

        .gold:nth-child(122) .graphic[b-bh4sdajbi9]::before {
            left: -1px;
            width: 120px;
            height: 3px;
            -webkit-animation-delay: -9266ms;
            animation-delay: -9266ms;
        }

        .gold:nth-child(122) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -6px;
            width: 10px;
            height: 36px;
            -webkit-animation-delay: -9266ms;
            animation-delay: -9266ms;
        }

    .gold:nth-child(122) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11698ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11698ms linear infinite;
    }

.gold:nth-child(123)[b-bh4sdajbi9] {
    top: calc(50% + 55px);
    left: 53%;
    transform: rotateZ(109deg);
}

    .gold:nth-child(123) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 5px 10px;
        -webkit-animation-delay: -3276ms, -3276ms;
        animation-delay: -3276ms, -3276ms;
    }

        .gold:nth-child(123) .graphic[b-bh4sdajbi9]::before {
            left: -3.5px;
            width: 156px;
            height: 5px;
            -webkit-animation-delay: -3276ms;
            animation-delay: -3276ms;
        }

        .gold:nth-child(123) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -10px;
            width: 13px;
            height: 60px;
            -webkit-animation-delay: -3276ms;
            animation-delay: -3276ms;
        }

    .gold:nth-child(123) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19689ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19689ms linear infinite;
    }

.gold:nth-child(124)[b-bh4sdajbi9] {
    top: calc(50% + 24px);
    left: 52%;
    transform: rotateZ(100deg);
}

    .gold:nth-child(124) .graphic[b-bh4sdajbi9] {
        border-width: 0 8px 10px 7px;
        -webkit-animation-delay: -7080ms, -7080ms;
        animation-delay: -7080ms, -7080ms;
    }

        .gold:nth-child(124) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 180px;
            height: 10px;
            -webkit-animation-delay: -7080ms;
            animation-delay: -7080ms;
        }

        .gold:nth-child(124) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -7px;
            width: 15px;
            height: 120px;
            -webkit-animation-delay: -7080ms;
            animation-delay: -7080ms;
        }

    .gold:nth-child(124) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16933ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16933ms linear infinite;
    }

.gold:nth-child(125)[b-bh4sdajbi9] {
    top: calc(50% + -73px);
    left: 33%;
    transform: rotateZ(3deg);
}

    .gold:nth-child(125) .graphic[b-bh4sdajbi9] {
        border-width: 0 8px 5px 6px;
        -webkit-animation-delay: -4588ms, -4588ms;
        animation-delay: -4588ms, -4588ms;
    }

        .gold:nth-child(125) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 168px;
            height: 5px;
            -webkit-animation-delay: -4588ms;
            animation-delay: -4588ms;
        }

        .gold:nth-child(125) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -6px;
            width: 14px;
            height: 60px;
            -webkit-animation-delay: -4588ms;
            animation-delay: -4588ms;
        }

    .gold:nth-child(125) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12083ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12083ms linear infinite;
    }

.gold:nth-child(126)[b-bh4sdajbi9] {
    top: calc(50% + -55px);
    left: 69%;
    transform: rotateZ(76deg);
}

    .gold:nth-child(126) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 3px 9px;
        -webkit-animation-delay: -4038ms, -4038ms;
        animation-delay: -4038ms, -4038ms;
    }

        .gold:nth-child(126) .graphic[b-bh4sdajbi9]::before {
            left: 1.5px;
            width: 252px;
            height: 3px;
            -webkit-animation-delay: -4038ms;
            animation-delay: -4038ms;
        }

        .gold:nth-child(126) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -9px;
            width: 21px;
            height: 36px;
            -webkit-animation-delay: -4038ms;
            animation-delay: -4038ms;
        }

    .gold:nth-child(126) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16952ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16952ms linear infinite;
    }

.gold:nth-child(127)[b-bh4sdajbi9] {
    top: calc(50% + -46px);
    left: 55%;
    transform: rotateZ(354deg);
}

    .gold:nth-child(127) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 11px 8px;
        -webkit-animation-delay: -5163ms, -5163ms;
        animation-delay: -5163ms, -5163ms;
    }

        .gold:nth-child(127) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 180px;
            height: 11px;
            -webkit-animation-delay: -5163ms;
            animation-delay: -5163ms;
        }

        .gold:nth-child(127) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -8px;
            width: 15px;
            height: 132px;
            -webkit-animation-delay: -5163ms;
            animation-delay: -5163ms;
        }

    .gold:nth-child(127) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 14939ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 14939ms linear infinite;
    }

.gold:nth-child(128)[b-bh4sdajbi9] {
    top: calc(50% + -86px);
    left: 47%;
    transform: rotateZ(187deg);
}

    .gold:nth-child(128) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 10px 6px;
        -webkit-animation-delay: -5722ms, -5722ms;
        animation-delay: -5722ms, -5722ms;
    }

        .gold:nth-child(128) .graphic[b-bh4sdajbi9]::before {
            left: -1.5px;
            width: 108px;
            height: 10px;
            -webkit-animation-delay: -5722ms;
            animation-delay: -5722ms;
        }

        .gold:nth-child(128) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -6px;
            width: 9px;
            height: 120px;
            -webkit-animation-delay: -5722ms;
            animation-delay: -5722ms;
        }

    .gold:nth-child(128) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12793ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12793ms linear infinite;
    }

.gold:nth-child(129)[b-bh4sdajbi9] {
    top: calc(50% + 51px);
    left: 45%;
    transform: rotateZ(188deg);
}

    .gold:nth-child(129) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 6px 10px;
        -webkit-animation-delay: -9701ms, -9701ms;
        animation-delay: -9701ms, -9701ms;
    }

        .gold:nth-child(129) .graphic[b-bh4sdajbi9]::before {
            left: -2.5px;
            width: 180px;
            height: 6px;
            -webkit-animation-delay: -9701ms;
            animation-delay: -9701ms;
        }

        .gold:nth-child(129) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -10px;
            width: 15px;
            height: 72px;
            -webkit-animation-delay: -9701ms;
            animation-delay: -9701ms;
        }

    .gold:nth-child(129) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11541ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11541ms linear infinite;
    }

.gold:nth-child(130)[b-bh4sdajbi9] {
    top: calc(50% + -8px);
    left: 60%;
    transform: rotateZ(356deg);
}

    .gold:nth-child(130) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 9px 7px;
        -webkit-animation-delay: -5930ms, -5930ms;
        animation-delay: -5930ms, -5930ms;
    }

        .gold:nth-child(130) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 156px;
            height: 9px;
            -webkit-animation-delay: -5930ms;
            animation-delay: -5930ms;
        }

        .gold:nth-child(130) .graphic[b-bh4sdajbi9]::after {
            top: 4.5px;
            left: -7px;
            width: 13px;
            height: 108px;
            -webkit-animation-delay: -5930ms;
            animation-delay: -5930ms;
        }

    .gold:nth-child(130) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16148ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16148ms linear infinite;
    }

.gold:nth-child(131)[b-bh4sdajbi9] {
    top: calc(50% + 70px);
    left: 36%;
    transform: rotateZ(342deg);
}

    .gold:nth-child(131) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 12px 4px;
        -webkit-animation-delay: -1926ms, -1926ms;
        animation-delay: -1926ms, -1926ms;
    }

        .gold:nth-child(131) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 84px;
            height: 12px;
            -webkit-animation-delay: -1926ms;
            animation-delay: -1926ms;
        }

        .gold:nth-child(131) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -4px;
            width: 7px;
            height: 144px;
            -webkit-animation-delay: -1926ms;
            animation-delay: -1926ms;
        }

    .gold:nth-child(131) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19744ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19744ms linear infinite;
    }

.gold:nth-child(132)[b-bh4sdajbi9] {
    top: calc(50% + 34px);
    left: 39%;
    transform: rotateZ(241deg);
}

    .gold:nth-child(132) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 5px 8px;
        -webkit-animation-delay: -1692ms, -1692ms;
        animation-delay: -1692ms, -1692ms;
    }

        .gold:nth-child(132) .graphic[b-bh4sdajbi9]::before {
            left: 1.5px;
            width: 228px;
            height: 5px;
            -webkit-animation-delay: -1692ms;
            animation-delay: -1692ms;
        }

        .gold:nth-child(132) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -8px;
            width: 19px;
            height: 60px;
            -webkit-animation-delay: -1692ms;
            animation-delay: -1692ms;
        }

    .gold:nth-child(132) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11568ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11568ms linear infinite;
    }

.gold:nth-child(133)[b-bh4sdajbi9] {
    top: calc(50% + 98px);
    left: 71%;
    transform: rotateZ(311deg);
}

    .gold:nth-child(133) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 7px 7px;
        -webkit-animation-delay: -1183ms, -1183ms;
        animation-delay: -1183ms, -1183ms;
    }

        .gold:nth-child(133) .graphic[b-bh4sdajbi9]::before {
            left: -2px;
            width: 120px;
            height: 7px;
            -webkit-animation-delay: -1183ms;
            animation-delay: -1183ms;
        }

        .gold:nth-child(133) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -7px;
            width: 10px;
            height: 84px;
            -webkit-animation-delay: -1183ms;
            animation-delay: -1183ms;
        }

    .gold:nth-child(133) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16399ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16399ms linear infinite;
    }

.gold:nth-child(134)[b-bh4sdajbi9] {
    top: calc(50% + 0px);
    left: 21%;
    transform: rotateZ(228deg);
}

    .gold:nth-child(134) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 6px 7px;
        -webkit-animation-delay: -6930ms, -6930ms;
        animation-delay: -6930ms, -6930ms;
    }

        .gold:nth-child(134) .graphic[b-bh4sdajbi9]::before {
            left: 2.5px;
            width: 228px;
            height: 6px;
            -webkit-animation-delay: -6930ms;
            animation-delay: -6930ms;
        }

        .gold:nth-child(134) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -7px;
            width: 19px;
            height: 72px;
            -webkit-animation-delay: -6930ms;
            animation-delay: -6930ms;
        }

    .gold:nth-child(134) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 17893ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 17893ms linear infinite;
    }

.gold:nth-child(135)[b-bh4sdajbi9] {
    top: calc(50% + 50px);
    left: 76%;
    transform: rotateZ(278deg);
}

    .gold:nth-child(135) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 12px 8px;
        -webkit-animation-delay: -4481ms, -4481ms;
        animation-delay: -4481ms, -4481ms;
    }

        .gold:nth-child(135) .graphic[b-bh4sdajbi9]::before {
            left: -1.5px;
            width: 156px;
            height: 12px;
            -webkit-animation-delay: -4481ms;
            animation-delay: -4481ms;
        }

        .gold:nth-child(135) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -8px;
            width: 13px;
            height: 144px;
            -webkit-animation-delay: -4481ms;
            animation-delay: -4481ms;
        }

    .gold:nth-child(135) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19694ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19694ms linear infinite;
    }

.gold:nth-child(136)[b-bh4sdajbi9] {
    top: calc(50% + -14px);
    left: 52%;
    transform: rotateZ(215deg);
}

    .gold:nth-child(136) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 6px 6px;
        -webkit-animation-delay: -8267ms, -8267ms;
        animation-delay: -8267ms, -8267ms;
    }

        .gold:nth-child(136) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 156px;
            height: 6px;
            -webkit-animation-delay: -8267ms;
            animation-delay: -8267ms;
        }

        .gold:nth-child(136) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -6px;
            width: 13px;
            height: 72px;
            -webkit-animation-delay: -8267ms;
            animation-delay: -8267ms;
        }

    .gold:nth-child(136) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 14058ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 14058ms linear infinite;
    }

.gold:nth-child(137)[b-bh4sdajbi9] {
    top: calc(50% + -89px);
    left: 31%;
    transform: rotateZ(54deg);
}

    .gold:nth-child(137) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 12px 3px;
        -webkit-animation-delay: -5993ms, -5993ms;
        animation-delay: -5993ms, -5993ms;
    }

        .gold:nth-child(137) .graphic[b-bh4sdajbi9]::before {
            left: 1.5px;
            width: 108px;
            height: 12px;
            -webkit-animation-delay: -5993ms;
            animation-delay: -5993ms;
        }

        .gold:nth-child(137) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -3px;
            width: 9px;
            height: 144px;
            -webkit-animation-delay: -5993ms;
            animation-delay: -5993ms;
        }

    .gold:nth-child(137) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 17483ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 17483ms linear infinite;
    }

.gold:nth-child(138)[b-bh4sdajbi9] {
    top: calc(50% + -4px);
    left: 48%;
    transform: rotateZ(26deg);
}

    .gold:nth-child(138) .graphic[b-bh4sdajbi9] {
        border-width: 0 4px 9px 10px;
        -webkit-animation-delay: -844ms, -844ms;
        animation-delay: -844ms, -844ms;
    }

        .gold:nth-child(138) .graphic[b-bh4sdajbi9]::before {
            left: -3px;
            width: 168px;
            height: 9px;
            -webkit-animation-delay: -844ms;
            animation-delay: -844ms;
        }

        .gold:nth-child(138) .graphic[b-bh4sdajbi9]::after {
            top: 4.5px;
            left: -10px;
            width: 14px;
            height: 108px;
            -webkit-animation-delay: -844ms;
            animation-delay: -844ms;
        }

    .gold:nth-child(138) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12156ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12156ms linear infinite;
    }

.gold:nth-child(139)[b-bh4sdajbi9] {
    top: calc(50% + -49px);
    left: 13%;
    transform: rotateZ(251deg);
}

    .gold:nth-child(139) .graphic[b-bh4sdajbi9] {
        border-width: 0 8px 9px 12px;
        -webkit-animation-delay: -5801ms, -5801ms;
        animation-delay: -5801ms, -5801ms;
    }

        .gold:nth-child(139) .graphic[b-bh4sdajbi9]::before {
            left: -2px;
            width: 240px;
            height: 9px;
            -webkit-animation-delay: -5801ms;
            animation-delay: -5801ms;
        }

        .gold:nth-child(139) .graphic[b-bh4sdajbi9]::after {
            top: 4.5px;
            left: -12px;
            width: 20px;
            height: 108px;
            -webkit-animation-delay: -5801ms;
            animation-delay: -5801ms;
        }

    .gold:nth-child(139) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 17566ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 17566ms linear infinite;
    }

.gold:nth-child(140)[b-bh4sdajbi9] {
    top: calc(50% + 32px);
    left: 77%;
    transform: rotateZ(347deg);
}

    .gold:nth-child(140) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 3px 4px;
        -webkit-animation-delay: -9382ms, -9382ms;
        animation-delay: -9382ms, -9382ms;
    }

        .gold:nth-child(140) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 120px;
            height: 3px;
            -webkit-animation-delay: -9382ms;
            animation-delay: -9382ms;
        }

        .gold:nth-child(140) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -4px;
            width: 10px;
            height: 36px;
            -webkit-animation-delay: -9382ms;
            animation-delay: -9382ms;
        }

    .gold:nth-child(140) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19370ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19370ms linear infinite;
    }

.gold:nth-child(141)[b-bh4sdajbi9] {
    top: calc(50% + 34px);
    left: 59%;
    transform: rotateZ(243deg);
}

    .gold:nth-child(141) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 12px 9px;
        -webkit-animation-delay: -8698ms, -8698ms;
        animation-delay: -8698ms, -8698ms;
    }

        .gold:nth-child(141) .graphic[b-bh4sdajbi9]::before {
            left: -1.5px;
            width: 180px;
            height: 12px;
            -webkit-animation-delay: -8698ms;
            animation-delay: -8698ms;
        }

        .gold:nth-child(141) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -9px;
            width: 15px;
            height: 144px;
            -webkit-animation-delay: -8698ms;
            animation-delay: -8698ms;
        }

    .gold:nth-child(141) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10985ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10985ms linear infinite;
    }

.gold:nth-child(142)[b-bh4sdajbi9] {
    top: calc(50% + 3px);
    left: 22%;
    transform: rotateZ(307deg);
}

    .gold:nth-child(142) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 11px 9px;
        -webkit-animation-delay: -6003ms, -6003ms;
        animation-delay: -6003ms, -6003ms;
    }

        .gold:nth-child(142) .graphic[b-bh4sdajbi9]::before {
            left: -3px;
            width: 144px;
            height: 11px;
            -webkit-animation-delay: -6003ms;
            animation-delay: -6003ms;
        }

        .gold:nth-child(142) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -9px;
            width: 12px;
            height: 132px;
            -webkit-animation-delay: -6003ms;
            animation-delay: -6003ms;
        }

    .gold:nth-child(142) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11701ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11701ms linear infinite;
    }

.gold:nth-child(143)[b-bh4sdajbi9] {
    top: calc(50% + -16px);
    left: 91%;
    transform: rotateZ(157deg);
}

    .gold:nth-child(143) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 10px 4px;
        -webkit-animation-delay: -5259ms, -5259ms;
        animation-delay: -5259ms, -5259ms;
    }

        .gold:nth-child(143) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 84px;
            height: 10px;
            -webkit-animation-delay: -5259ms;
            animation-delay: -5259ms;
        }

        .gold:nth-child(143) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -4px;
            width: 7px;
            height: 120px;
            -webkit-animation-delay: -5259ms;
            animation-delay: -5259ms;
        }

    .gold:nth-child(143) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12348ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12348ms linear infinite;
    }

.gold:nth-child(144)[b-bh4sdajbi9] {
    top: calc(50% + 25px);
    left: 84%;
    transform: rotateZ(128deg);
}

    .gold:nth-child(144) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 4px 7px;
        -webkit-animation-delay: -8501ms, -8501ms;
        animation-delay: -8501ms, -8501ms;
    }

        .gold:nth-child(144) .graphic[b-bh4sdajbi9]::before {
            left: 2.5px;
            width: 228px;
            height: 4px;
            -webkit-animation-delay: -8501ms;
            animation-delay: -8501ms;
        }

        .gold:nth-child(144) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -7px;
            width: 19px;
            height: 48px;
            -webkit-animation-delay: -8501ms;
            animation-delay: -8501ms;
        }

    .gold:nth-child(144) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16850ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16850ms linear infinite;
    }

.gold:nth-child(145)[b-bh4sdajbi9] {
    top: calc(50% + 42px);
    left: 59%;
    transform: rotateZ(285deg);
}

    .gold:nth-child(145) .graphic[b-bh4sdajbi9] {
        border-width: 0 10px 12px 9px;
        -webkit-animation-delay: -6832ms, -6832ms;
        animation-delay: -6832ms, -6832ms;
    }

        .gold:nth-child(145) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 228px;
            height: 12px;
            -webkit-animation-delay: -6832ms;
            animation-delay: -6832ms;
        }

        .gold:nth-child(145) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -9px;
            width: 19px;
            height: 144px;
            -webkit-animation-delay: -6832ms;
            animation-delay: -6832ms;
        }

    .gold:nth-child(145) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11645ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11645ms linear infinite;
    }

.gold:nth-child(146)[b-bh4sdajbi9] {
    top: calc(50% + -72px);
    left: 30%;
    transform: rotateZ(76deg);
}

    .gold:nth-child(146) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 3px 7px;
        -webkit-animation-delay: -8517ms, -8517ms;
        animation-delay: -8517ms, -8517ms;
    }

        .gold:nth-child(146) .graphic[b-bh4sdajbi9]::before {
            left: 2.5px;
            width: 228px;
            height: 3px;
            -webkit-animation-delay: -8517ms;
            animation-delay: -8517ms;
        }

        .gold:nth-child(146) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -7px;
            width: 19px;
            height: 36px;
            -webkit-animation-delay: -8517ms;
            animation-delay: -8517ms;
        }

    .gold:nth-child(146) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 14570ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 14570ms linear infinite;
    }

.gold:nth-child(147)[b-bh4sdajbi9] {
    top: calc(50% + 0px);
    left: 70%;
    transform: rotateZ(272deg);
}

    .gold:nth-child(147) .graphic[b-bh4sdajbi9] {
        border-width: 0 4px 5px 3px;
        -webkit-animation-delay: -1858ms, -1858ms;
        animation-delay: -1858ms, -1858ms;
    }

        .gold:nth-child(147) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 84px;
            height: 5px;
            -webkit-animation-delay: -1858ms;
            animation-delay: -1858ms;
        }

        .gold:nth-child(147) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -3px;
            width: 7px;
            height: 60px;
            -webkit-animation-delay: -1858ms;
            animation-delay: -1858ms;
        }

    .gold:nth-child(147) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10051ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10051ms linear infinite;
    }

.gold:nth-child(148)[b-bh4sdajbi9] {
    top: calc(50% + 14px);
    left: 29%;
    transform: rotateZ(165deg);
}

    .gold:nth-child(148) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 12px 5px;
        -webkit-animation-delay: -2960ms, -2960ms;
        animation-delay: -2960ms, -2960ms;
    }

        .gold:nth-child(148) .graphic[b-bh4sdajbi9]::before {
            left: 3.5px;
            width: 204px;
            height: 12px;
            -webkit-animation-delay: -2960ms;
            animation-delay: -2960ms;
        }

        .gold:nth-child(148) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -5px;
            width: 17px;
            height: 144px;
            -webkit-animation-delay: -2960ms;
            animation-delay: -2960ms;
        }

    .gold:nth-child(148) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12897ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12897ms linear infinite;
    }

.gold:nth-child(149)[b-bh4sdajbi9] {
    top: calc(50% + 10px);
    left: 10%;
    transform: rotateZ(87deg);
}

    .gold:nth-child(149) .graphic[b-bh4sdajbi9] {
        border-width: 0 8px 3px 7px;
        -webkit-animation-delay: -4042ms, -4042ms;
        animation-delay: -4042ms, -4042ms;
    }

        .gold:nth-child(149) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 180px;
            height: 3px;
            -webkit-animation-delay: -4042ms;
            animation-delay: -4042ms;
        }

        .gold:nth-child(149) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -7px;
            width: 15px;
            height: 36px;
            -webkit-animation-delay: -4042ms;
            animation-delay: -4042ms;
        }

    .gold:nth-child(149) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12858ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12858ms linear infinite;
    }

.gold:nth-child(150)[b-bh4sdajbi9] {
    top: calc(50% + -92px);
    left: 74%;
    transform: rotateZ(360deg);
}

    .gold:nth-child(150) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 12px 7px;
        -webkit-animation-delay: -3516ms, -3516ms;
        animation-delay: -3516ms, -3516ms;
    }

        .gold:nth-child(150) .graphic[b-bh4sdajbi9]::before {
            left: 2px;
            width: 216px;
            height: 12px;
            -webkit-animation-delay: -3516ms;
            animation-delay: -3516ms;
        }

        .gold:nth-child(150) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -7px;
            width: 18px;
            height: 144px;
            -webkit-animation-delay: -3516ms;
            animation-delay: -3516ms;
        }

    .gold:nth-child(150) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11565ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11565ms linear infinite;
    }

.gold:nth-child(151)[b-bh4sdajbi9] {
    top: calc(50% + 19px);
    left: 33%;
    transform: rotateZ(73deg);
}

    .gold:nth-child(151) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 6px 6px;
        -webkit-animation-delay: -7651ms, -7651ms;
        animation-delay: -7651ms, -7651ms;
    }

        .gold:nth-child(151) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 144px;
            height: 6px;
            -webkit-animation-delay: -7651ms;
            animation-delay: -7651ms;
        }

        .gold:nth-child(151) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -6px;
            width: 12px;
            height: 72px;
            -webkit-animation-delay: -7651ms;
            animation-delay: -7651ms;
        }

    .gold:nth-child(151) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19799ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19799ms linear infinite;
    }

.gold:nth-child(152)[b-bh4sdajbi9] {
    top: calc(50% + 31px);
    left: 79%;
    transform: rotateZ(81deg);
}

    .gold:nth-child(152) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 11px 5px;
        -webkit-animation-delay: -5297ms, -5297ms;
        animation-delay: -5297ms, -5297ms;
    }

        .gold:nth-child(152) .graphic[b-bh4sdajbi9]::before {
            left: -1px;
            width: 96px;
            height: 11px;
            -webkit-animation-delay: -5297ms;
            animation-delay: -5297ms;
        }

        .gold:nth-child(152) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -5px;
            width: 8px;
            height: 132px;
            -webkit-animation-delay: -5297ms;
            animation-delay: -5297ms;
        }

    .gold:nth-child(152) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11178ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11178ms linear infinite;
    }

.gold:nth-child(153)[b-bh4sdajbi9] {
    top: calc(50% + 28px);
    left: 6%;
    transform: rotateZ(77deg);
}

    .gold:nth-child(153) .graphic[b-bh4sdajbi9] {
        border-width: 0 5px 9px 3px;
        -webkit-animation-delay: -8379ms, -8379ms;
        animation-delay: -8379ms, -8379ms;
    }

        .gold:nth-child(153) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 96px;
            height: 9px;
            -webkit-animation-delay: -8379ms;
            animation-delay: -8379ms;
        }

        .gold:nth-child(153) .graphic[b-bh4sdajbi9]::after {
            top: 4.5px;
            left: -3px;
            width: 8px;
            height: 108px;
            -webkit-animation-delay: -8379ms;
            animation-delay: -8379ms;
        }

    .gold:nth-child(153) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10221ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10221ms linear infinite;
    }

.gold:nth-child(154)[b-bh4sdajbi9] {
    top: calc(50% + -82px);
    left: 10%;
    transform: rotateZ(81deg);
}

    .gold:nth-child(154) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 6px 11px;
        -webkit-animation-delay: -7491ms, -7491ms;
        animation-delay: -7491ms, -7491ms;
    }

        .gold:nth-child(154) .graphic[b-bh4sdajbi9]::before {
            left: -1px;
            width: 240px;
            height: 6px;
            -webkit-animation-delay: -7491ms;
            animation-delay: -7491ms;
        }

        .gold:nth-child(154) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -11px;
            width: 20px;
            height: 72px;
            -webkit-animation-delay: -7491ms;
            animation-delay: -7491ms;
        }

    .gold:nth-child(154) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13845ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13845ms linear infinite;
    }

.gold:nth-child(155)[b-bh4sdajbi9] {
    top: calc(50% + -5px);
    left: 57%;
    transform: rotateZ(310deg);
}

    .gold:nth-child(155) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 12px 5px;
        -webkit-animation-delay: -4282ms, -4282ms;
        animation-delay: -4282ms, -4282ms;
    }

        .gold:nth-child(155) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 132px;
            height: 12px;
            -webkit-animation-delay: -4282ms;
            animation-delay: -4282ms;
        }

        .gold:nth-child(155) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -5px;
            width: 11px;
            height: 144px;
            -webkit-animation-delay: -4282ms;
            animation-delay: -4282ms;
        }

    .gold:nth-child(155) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12882ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12882ms linear infinite;
    }

.gold:nth-child(156)[b-bh4sdajbi9] {
    top: calc(50% + 93px);
    left: 41%;
    transform: rotateZ(125deg);
}

    .gold:nth-child(156) .graphic[b-bh4sdajbi9] {
        border-width: 0 10px 3px 9px;
        -webkit-animation-delay: -4195ms, -4195ms;
        animation-delay: -4195ms, -4195ms;
    }

        .gold:nth-child(156) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 228px;
            height: 3px;
            -webkit-animation-delay: -4195ms;
            animation-delay: -4195ms;
        }

        .gold:nth-child(156) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -9px;
            width: 19px;
            height: 36px;
            -webkit-animation-delay: -4195ms;
            animation-delay: -4195ms;
        }

    .gold:nth-child(156) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11547ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11547ms linear infinite;
    }

.gold:nth-child(157)[b-bh4sdajbi9] {
    top: calc(50% + 20px);
    left: 34%;
    transform: rotateZ(262deg);
}

    .gold:nth-child(157) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 9px 8px;
        -webkit-animation-delay: -6109ms, -6109ms;
        animation-delay: -6109ms, -6109ms;
    }

        .gold:nth-child(157) .graphic[b-bh4sdajbi9]::before {
            left: 2px;
            width: 240px;
            height: 9px;
            -webkit-animation-delay: -6109ms;
            animation-delay: -6109ms;
        }

        .gold:nth-child(157) .graphic[b-bh4sdajbi9]::after {
            top: 4.5px;
            left: -8px;
            width: 20px;
            height: 108px;
            -webkit-animation-delay: -6109ms;
            animation-delay: -6109ms;
        }

    .gold:nth-child(157) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 15448ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 15448ms linear infinite;
    }

.gold:nth-child(158)[b-bh4sdajbi9] {
    top: calc(50% + -3px);
    left: 82%;
    transform: rotateZ(102deg);
}

    .gold:nth-child(158) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 8px 9px;
        -webkit-animation-delay: -6586ms, -6586ms;
        animation-delay: -6586ms, -6586ms;
    }

        .gold:nth-child(158) .graphic[b-bh4sdajbi9]::before {
            left: -3px;
            width: 144px;
            height: 8px;
            -webkit-animation-delay: -6586ms;
            animation-delay: -6586ms;
        }

        .gold:nth-child(158) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -9px;
            width: 12px;
            height: 96px;
            -webkit-animation-delay: -6586ms;
            animation-delay: -6586ms;
        }

    .gold:nth-child(158) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13064ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13064ms linear infinite;
    }

.gold:nth-child(159)[b-bh4sdajbi9] {
    top: calc(50% + -2px);
    left: 16%;
    transform: rotateZ(135deg);
}

    .gold:nth-child(159) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 8px 7px;
        -webkit-animation-delay: -4463ms, -4463ms;
        animation-delay: -4463ms, -4463ms;
    }

        .gold:nth-child(159) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 168px;
            height: 8px;
            -webkit-animation-delay: -4463ms;
            animation-delay: -4463ms;
        }

        .gold:nth-child(159) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -7px;
            width: 14px;
            height: 96px;
            -webkit-animation-delay: -4463ms;
            animation-delay: -4463ms;
        }

    .gold:nth-child(159) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 15441ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 15441ms linear infinite;
    }

.gold:nth-child(160)[b-bh4sdajbi9] {
    top: calc(50% + 60px);
    left: 10%;
    transform: rotateZ(8deg);
}

    .gold:nth-child(160) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 8px 9px;
        -webkit-animation-delay: -5345ms, -5345ms;
        animation-delay: -5345ms, -5345ms;
    }

        .gold:nth-child(160) .graphic[b-bh4sdajbi9]::before {
            left: -3px;
            width: 144px;
            height: 8px;
            -webkit-animation-delay: -5345ms;
            animation-delay: -5345ms;
        }

        .gold:nth-child(160) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -9px;
            width: 12px;
            height: 96px;
            -webkit-animation-delay: -5345ms;
            animation-delay: -5345ms;
        }

    .gold:nth-child(160) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 17215ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 17215ms linear infinite;
    }

.gold:nth-child(161)[b-bh4sdajbi9] {
    top: calc(50% + -25px);
    left: 46%;
    transform: rotateZ(86deg);
}

    .gold:nth-child(161) .graphic[b-bh4sdajbi9] {
        border-width: 0 10px 10px 4px;
        -webkit-animation-delay: -8844ms, -8844ms;
        animation-delay: -8844ms, -8844ms;
    }

        .gold:nth-child(161) .graphic[b-bh4sdajbi9]::before {
            left: 3px;
            width: 168px;
            height: 10px;
            -webkit-animation-delay: -8844ms;
            animation-delay: -8844ms;
        }

        .gold:nth-child(161) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -4px;
            width: 14px;
            height: 120px;
            -webkit-animation-delay: -8844ms;
            animation-delay: -8844ms;
        }

    .gold:nth-child(161) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 17498ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 17498ms linear infinite;
    }

.gold:nth-child(162)[b-bh4sdajbi9] {
    top: calc(50% + -84px);
    left: 58%;
    transform: rotateZ(349deg);
}

    .gold:nth-child(162) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 11px 7px;
        -webkit-animation-delay: -9355ms, -9355ms;
        animation-delay: -9355ms, -9355ms;
    }

        .gold:nth-child(162) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 168px;
            height: 11px;
            -webkit-animation-delay: -9355ms;
            animation-delay: -9355ms;
        }

        .gold:nth-child(162) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -7px;
            width: 14px;
            height: 132px;
            -webkit-animation-delay: -9355ms;
            animation-delay: -9355ms;
        }

    .gold:nth-child(162) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 15605ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 15605ms linear infinite;
    }

.gold:nth-child(163)[b-bh4sdajbi9] {
    top: calc(50% + -74px);
    left: 66%;
    transform: rotateZ(288deg);
}

    .gold:nth-child(163) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 9px 6px;
        -webkit-animation-delay: -9713ms, -9713ms;
        animation-delay: -9713ms, -9713ms;
    }

        .gold:nth-child(163) .graphic[b-bh4sdajbi9]::before {
            left: 2.5px;
            width: 204px;
            height: 9px;
            -webkit-animation-delay: -9713ms;
            animation-delay: -9713ms;
        }

        .gold:nth-child(163) .graphic[b-bh4sdajbi9]::after {
            top: 4.5px;
            left: -6px;
            width: 17px;
            height: 108px;
            -webkit-animation-delay: -9713ms;
            animation-delay: -9713ms;
        }

    .gold:nth-child(163) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10681ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10681ms linear infinite;
    }

.gold:nth-child(164)[b-bh4sdajbi9] {
    top: calc(50% + 28px);
    left: 91%;
    transform: rotateZ(219deg);
}

    .gold:nth-child(164) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 4px 7px;
        -webkit-animation-delay: -7589ms, -7589ms;
        animation-delay: -7589ms, -7589ms;
    }

        .gold:nth-child(164) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 168px;
            height: 4px;
            -webkit-animation-delay: -7589ms;
            animation-delay: -7589ms;
        }

        .gold:nth-child(164) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -7px;
            width: 14px;
            height: 48px;
            -webkit-animation-delay: -7589ms;
            animation-delay: -7589ms;
        }

    .gold:nth-child(164) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13655ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13655ms linear infinite;
    }

.gold:nth-child(165)[b-bh4sdajbi9] {
    top: calc(50% + 73px);
    left: 80%;
    transform: rotateZ(20deg);
}

    .gold:nth-child(165) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 6px 12px;
        -webkit-animation-delay: -9166ms, -9166ms;
        animation-delay: -9166ms, -9166ms;
    }

        .gold:nth-child(165) .graphic[b-bh4sdajbi9]::before {
            left: -3px;
            width: 216px;
            height: 6px;
            -webkit-animation-delay: -9166ms;
            animation-delay: -9166ms;
        }

        .gold:nth-child(165) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -12px;
            width: 18px;
            height: 72px;
            -webkit-animation-delay: -9166ms;
            animation-delay: -9166ms;
        }

    .gold:nth-child(165) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19065ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19065ms linear infinite;
    }

.gold:nth-child(166)[b-bh4sdajbi9] {
    top: calc(50% + -1px);
    left: 51%;
    transform: rotateZ(325deg);
}

    .gold:nth-child(166) .graphic[b-bh4sdajbi9] {
        border-width: 0 10px 6px 8px;
        -webkit-animation-delay: -7474ms, -7474ms;
        animation-delay: -7474ms, -7474ms;
    }

        .gold:nth-child(166) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 216px;
            height: 6px;
            -webkit-animation-delay: -7474ms;
            animation-delay: -7474ms;
        }

        .gold:nth-child(166) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -8px;
            width: 18px;
            height: 72px;
            -webkit-animation-delay: -7474ms;
            animation-delay: -7474ms;
        }

    .gold:nth-child(166) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19631ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19631ms linear infinite;
    }

.gold:nth-child(167)[b-bh4sdajbi9] {
    top: calc(50% + 54px);
    left: 97%;
    transform: rotateZ(313deg);
}

    .gold:nth-child(167) .graphic[b-bh4sdajbi9] {
        border-width: 0 10px 8px 5px;
        -webkit-animation-delay: -9984ms, -9984ms;
        animation-delay: -9984ms, -9984ms;
    }

        .gold:nth-child(167) .graphic[b-bh4sdajbi9]::before {
            left: 2.5px;
            width: 180px;
            height: 8px;
            -webkit-animation-delay: -9984ms;
            animation-delay: -9984ms;
        }

        .gold:nth-child(167) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -5px;
            width: 15px;
            height: 96px;
            -webkit-animation-delay: -9984ms;
            animation-delay: -9984ms;
        }

    .gold:nth-child(167) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18719ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18719ms linear infinite;
    }

.gold:nth-child(168)[b-bh4sdajbi9] {
    top: calc(50% + -72px);
    left: 86%;
    transform: rotateZ(90deg);
}

    .gold:nth-child(168) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 11px 8px;
        -webkit-animation-delay: -6557ms, -6557ms;
        animation-delay: -6557ms, -6557ms;
    }

        .gold:nth-child(168) .graphic[b-bh4sdajbi9]::before {
            left: -1px;
            width: 168px;
            height: 11px;
            -webkit-animation-delay: -6557ms;
            animation-delay: -6557ms;
        }

        .gold:nth-child(168) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -8px;
            width: 14px;
            height: 132px;
            -webkit-animation-delay: -6557ms;
            animation-delay: -6557ms;
        }

    .gold:nth-child(168) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18469ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18469ms linear infinite;
    }

.gold:nth-child(169)[b-bh4sdajbi9] {
    top: calc(50% + 26px);
    left: 22%;
    transform: rotateZ(261deg);
}

    .gold:nth-child(169) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 6px 12px;
        -webkit-animation-delay: -283ms, -283ms;
        animation-delay: -283ms, -283ms;
    }

        .gold:nth-child(169) .graphic[b-bh4sdajbi9]::before {
            left: -3px;
            width: 216px;
            height: 6px;
            -webkit-animation-delay: -283ms;
            animation-delay: -283ms;
        }

        .gold:nth-child(169) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -12px;
            width: 18px;
            height: 72px;
            -webkit-animation-delay: -283ms;
            animation-delay: -283ms;
        }

    .gold:nth-child(169) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 15241ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 15241ms linear infinite;
    }

.gold:nth-child(170)[b-bh4sdajbi9] {
    top: calc(50% + 79px);
    left: 20%;
    transform: rotateZ(206deg);
}

    .gold:nth-child(170) .graphic[b-bh4sdajbi9] {
        border-width: 0 8px 3px 5px;
        -webkit-animation-delay: -8632ms, -8632ms;
        animation-delay: -8632ms, -8632ms;
    }

        .gold:nth-child(170) .graphic[b-bh4sdajbi9]::before {
            left: 1.5px;
            width: 156px;
            height: 3px;
            -webkit-animation-delay: -8632ms;
            animation-delay: -8632ms;
        }

        .gold:nth-child(170) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -5px;
            width: 13px;
            height: 36px;
            -webkit-animation-delay: -8632ms;
            animation-delay: -8632ms;
        }

    .gold:nth-child(170) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16668ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16668ms linear infinite;
    }

.gold:nth-child(171)[b-bh4sdajbi9] {
    top: calc(50% + 13px);
    left: 59%;
    transform: rotateZ(33deg);
}

    .gold:nth-child(171) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 4px 6px;
        -webkit-animation-delay: -8856ms, -8856ms;
        animation-delay: -8856ms, -8856ms;
    }

        .gold:nth-child(171) .graphic[b-bh4sdajbi9]::before {
            left: -1.5px;
            width: 108px;
            height: 4px;
            -webkit-animation-delay: -8856ms;
            animation-delay: -8856ms;
        }

        .gold:nth-child(171) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -6px;
            width: 9px;
            height: 48px;
            -webkit-animation-delay: -8856ms;
            animation-delay: -8856ms;
        }

    .gold:nth-child(171) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 17937ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 17937ms linear infinite;
    }

.gold:nth-child(172)[b-bh4sdajbi9] {
    top: calc(50% + -96px);
    left: 83%;
    transform: rotateZ(84deg);
}

    .gold:nth-child(172) .graphic[b-bh4sdajbi9] {
        border-width: 0 4px 8px 6px;
        -webkit-animation-delay: -164ms, -164ms;
        animation-delay: -164ms, -164ms;
    }

        .gold:nth-child(172) .graphic[b-bh4sdajbi9]::before {
            left: -1px;
            width: 120px;
            height: 8px;
            -webkit-animation-delay: -164ms;
            animation-delay: -164ms;
        }

        .gold:nth-child(172) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -6px;
            width: 10px;
            height: 96px;
            -webkit-animation-delay: -164ms;
            animation-delay: -164ms;
        }

    .gold:nth-child(172) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18379ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18379ms linear infinite;
    }

.gold:nth-child(173)[b-bh4sdajbi9] {
    top: calc(50% + 16px);
    left: 14%;
    transform: rotateZ(75deg);
}

    .gold:nth-child(173) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 12px 5px;
        -webkit-animation-delay: -4315ms, -4315ms;
        animation-delay: -4315ms, -4315ms;
    }

        .gold:nth-child(173) .graphic[b-bh4sdajbi9]::before {
            left: 3.5px;
            width: 204px;
            height: 12px;
            -webkit-animation-delay: -4315ms;
            animation-delay: -4315ms;
        }

        .gold:nth-child(173) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -5px;
            width: 17px;
            height: 144px;
            -webkit-animation-delay: -4315ms;
            animation-delay: -4315ms;
        }

    .gold:nth-child(173) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 14086ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 14086ms linear infinite;
    }

.gold:nth-child(174)[b-bh4sdajbi9] {
    top: calc(50% + 16px);
    left: 95%;
    transform: rotateZ(193deg);
}

    .gold:nth-child(174) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 10px 7px;
        -webkit-animation-delay: -3142ms, -3142ms;
        animation-delay: -3142ms, -3142ms;
    }

        .gold:nth-child(174) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 192px;
            height: 10px;
            -webkit-animation-delay: -3142ms;
            animation-delay: -3142ms;
        }

        .gold:nth-child(174) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -7px;
            width: 16px;
            height: 120px;
            -webkit-animation-delay: -3142ms;
            animation-delay: -3142ms;
        }

    .gold:nth-child(174) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11573ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11573ms linear infinite;
    }

.gold:nth-child(175)[b-bh4sdajbi9] {
    top: calc(50% + -38px);
    left: 92%;
    transform: rotateZ(79deg);
}

    .gold:nth-child(175) .graphic[b-bh4sdajbi9] {
        border-width: 0 4px 3px 12px;
        -webkit-animation-delay: -5245ms, -5245ms;
        animation-delay: -5245ms, -5245ms;
    }

        .gold:nth-child(175) .graphic[b-bh4sdajbi9]::before {
            left: -4px;
            width: 192px;
            height: 3px;
            -webkit-animation-delay: -5245ms;
            animation-delay: -5245ms;
        }

        .gold:nth-child(175) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -12px;
            width: 16px;
            height: 36px;
            -webkit-animation-delay: -5245ms;
            animation-delay: -5245ms;
        }

    .gold:nth-child(175) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19478ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19478ms linear infinite;
    }

.gold:nth-child(176)[b-bh4sdajbi9] {
    top: calc(50% + 76px);
    left: 15%;
    transform: rotateZ(75deg);
}

    .gold:nth-child(176) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 8px 6px;
        -webkit-animation-delay: -4412ms, -4412ms;
        animation-delay: -4412ms, -4412ms;
    }

        .gold:nth-child(176) .graphic[b-bh4sdajbi9]::before {
            left: 1.5px;
            width: 180px;
            height: 8px;
            -webkit-animation-delay: -4412ms;
            animation-delay: -4412ms;
        }

        .gold:nth-child(176) .graphic[b-bh4sdajbi9]::after {
            top: 4px;
            left: -6px;
            width: 15px;
            height: 96px;
            -webkit-animation-delay: -4412ms;
            animation-delay: -4412ms;
        }

    .gold:nth-child(176) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12334ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12334ms linear infinite;
    }

.gold:nth-child(177)[b-bh4sdajbi9] {
    top: calc(50% + 46px);
    left: 86%;
    transform: rotateZ(349deg);
}

    .gold:nth-child(177) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 5px 6px;
        -webkit-animation-delay: -413ms, -413ms;
        animation-delay: -413ms, -413ms;
    }

        .gold:nth-child(177) .graphic[b-bh4sdajbi9]::before {
            left: 2.5px;
            width: 204px;
            height: 5px;
            -webkit-animation-delay: -413ms;
            animation-delay: -413ms;
        }

        .gold:nth-child(177) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -6px;
            width: 17px;
            height: 60px;
            -webkit-animation-delay: -413ms;
            animation-delay: -413ms;
        }

    .gold:nth-child(177) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11629ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11629ms linear infinite;
    }

.gold:nth-child(178)[b-bh4sdajbi9] {
    top: calc(50% + -28px);
    left: 25%;
    transform: rotateZ(124deg);
}

    .gold:nth-child(178) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 5px 4px;
        -webkit-animation-delay: -1088ms, -1088ms;
        animation-delay: -1088ms, -1088ms;
    }

        .gold:nth-child(178) .graphic[b-bh4sdajbi9]::before {
            left: 4px;
            width: 192px;
            height: 5px;
            -webkit-animation-delay: -1088ms;
            animation-delay: -1088ms;
        }

        .gold:nth-child(178) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -4px;
            width: 16px;
            height: 60px;
            -webkit-animation-delay: -1088ms;
            animation-delay: -1088ms;
        }

    .gold:nth-child(178) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12744ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12744ms linear infinite;
    }

.gold:nth-child(179)[b-bh4sdajbi9] {
    top: calc(50% + 17px);
    left: 90%;
    transform: rotateZ(65deg);
}

    .gold:nth-child(179) .graphic[b-bh4sdajbi9] {
        border-width: 0 8px 3px 11px;
        -webkit-animation-delay: -3ms, -3ms;
        animation-delay: -3ms, -3ms;
    }

        .gold:nth-child(179) .graphic[b-bh4sdajbi9]::before {
            left: -1.5px;
            width: 228px;
            height: 3px;
            -webkit-animation-delay: -3ms;
            animation-delay: -3ms;
        }

        .gold:nth-child(179) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -11px;
            width: 19px;
            height: 36px;
            -webkit-animation-delay: -3ms;
            animation-delay: -3ms;
        }

    .gold:nth-child(179) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11496ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11496ms linear infinite;
    }

.gold:nth-child(180)[b-bh4sdajbi9] {
    top: calc(50% + -5px);
    left: 57%;
    transform: rotateZ(225deg);
}

    .gold:nth-child(180) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 5px 6px;
        -webkit-animation-delay: -4230ms, -4230ms;
        animation-delay: -4230ms, -4230ms;
    }

        .gold:nth-child(180) .graphic[b-bh4sdajbi9]::before {
            left: 1.5px;
            width: 180px;
            height: 5px;
            -webkit-animation-delay: -4230ms;
            animation-delay: -4230ms;
        }

        .gold:nth-child(180) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -6px;
            width: 15px;
            height: 60px;
            -webkit-animation-delay: -4230ms;
            animation-delay: -4230ms;
        }

    .gold:nth-child(180) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11732ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11732ms linear infinite;
    }

.gold:nth-child(181)[b-bh4sdajbi9] {
    top: calc(50% + 87px);
    left: 34%;
    transform: rotateZ(211deg);
}

    .gold:nth-child(181) .graphic[b-bh4sdajbi9] {
        border-width: 0 6px 12px 6px;
        -webkit-animation-delay: -4374ms, -4374ms;
        animation-delay: -4374ms, -4374ms;
    }

        .gold:nth-child(181) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 144px;
            height: 12px;
            -webkit-animation-delay: -4374ms;
            animation-delay: -4374ms;
        }

        .gold:nth-child(181) .graphic[b-bh4sdajbi9]::after {
            top: 6px;
            left: -6px;
            width: 12px;
            height: 144px;
            -webkit-animation-delay: -4374ms;
            animation-delay: -4374ms;
        }

    .gold:nth-child(181) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 19423ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 19423ms linear infinite;
    }

.gold:nth-child(182)[b-bh4sdajbi9] {
    top: calc(50% + 18px);
    left: 54%;
    transform: rotateZ(121deg);
}

    .gold:nth-child(182) .graphic[b-bh4sdajbi9] {
        border-width: 0 9px 7px 8px;
        -webkit-animation-delay: -6380ms, -6380ms;
        animation-delay: -6380ms, -6380ms;
    }

        .gold:nth-child(182) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 204px;
            height: 7px;
            -webkit-animation-delay: -6380ms;
            animation-delay: -6380ms;
        }

        .gold:nth-child(182) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -8px;
            width: 17px;
            height: 84px;
            -webkit-animation-delay: -6380ms;
            animation-delay: -6380ms;
        }

    .gold:nth-child(182) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16653ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16653ms linear infinite;
    }

.gold:nth-child(183)[b-bh4sdajbi9] {
    top: calc(50% + 78px);
    left: 11%;
    transform: rotateZ(253deg);
}

    .gold:nth-child(183) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 6px 12px;
        -webkit-animation-delay: -4671ms, -4671ms;
        animation-delay: -4671ms, -4671ms;
    }

        .gold:nth-child(183) .graphic[b-bh4sdajbi9]::before {
            left: -4.5px;
            width: 180px;
            height: 6px;
            -webkit-animation-delay: -4671ms;
            animation-delay: -4671ms;
        }

        .gold:nth-child(183) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -12px;
            width: 15px;
            height: 72px;
            -webkit-animation-delay: -4671ms;
            animation-delay: -4671ms;
        }

    .gold:nth-child(183) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12524ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12524ms linear infinite;
    }

.gold:nth-child(184)[b-bh4sdajbi9] {
    top: calc(50% + 8px);
    left: 43%;
    transform: rotateZ(8deg);
}

    .gold:nth-child(184) .graphic[b-bh4sdajbi9] {
        border-width: 0 10px 10px 5px;
        -webkit-animation-delay: -9002ms, -9002ms;
        animation-delay: -9002ms, -9002ms;
    }

        .gold:nth-child(184) .graphic[b-bh4sdajbi9]::before {
            left: 2.5px;
            width: 180px;
            height: 10px;
            -webkit-animation-delay: -9002ms;
            animation-delay: -9002ms;
        }

        .gold:nth-child(184) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -5px;
            width: 15px;
            height: 120px;
            -webkit-animation-delay: -9002ms;
            animation-delay: -9002ms;
        }

    .gold:nth-child(184) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16695ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16695ms linear infinite;
    }

.gold:nth-child(185)[b-bh4sdajbi9] {
    top: calc(50% + 95px);
    left: 75%;
    transform: rotateZ(336deg);
}

    .gold:nth-child(185) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 3px 8px;
        -webkit-animation-delay: -501ms, -501ms;
        animation-delay: -501ms, -501ms;
    }

        .gold:nth-child(185) .graphic[b-bh4sdajbi9]::before {
            left: 2px;
            width: 240px;
            height: 3px;
            -webkit-animation-delay: -501ms;
            animation-delay: -501ms;
        }

        .gold:nth-child(185) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -8px;
            width: 20px;
            height: 36px;
            -webkit-animation-delay: -501ms;
            animation-delay: -501ms;
        }

    .gold:nth-child(185) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10398ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10398ms linear infinite;
    }

.gold:nth-child(186)[b-bh4sdajbi9] {
    top: calc(50% + 95px);
    left: 9%;
    transform: rotateZ(251deg);
}

    .gold:nth-child(186) .graphic[b-bh4sdajbi9] {
        border-width: 0 8px 6px 7px;
        -webkit-animation-delay: -9017ms, -9017ms;
        animation-delay: -9017ms, -9017ms;
    }

        .gold:nth-child(186) .graphic[b-bh4sdajbi9]::before {
            left: 0.5px;
            width: 180px;
            height: 6px;
            -webkit-animation-delay: -9017ms;
            animation-delay: -9017ms;
        }

        .gold:nth-child(186) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -7px;
            width: 15px;
            height: 72px;
            -webkit-animation-delay: -9017ms;
            animation-delay: -9017ms;
        }

    .gold:nth-child(186) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11302ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11302ms linear infinite;
    }

.gold:nth-child(187)[b-bh4sdajbi9] {
    top: calc(50% + -48px);
    left: 93%;
    transform: rotateZ(100deg);
}

    .gold:nth-child(187) .graphic[b-bh4sdajbi9] {
        border-width: 0 4px 3px 5px;
        -webkit-animation-delay: -7584ms, -7584ms;
        animation-delay: -7584ms, -7584ms;
    }

        .gold:nth-child(187) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 108px;
            height: 3px;
            -webkit-animation-delay: -7584ms;
            animation-delay: -7584ms;
        }

        .gold:nth-child(187) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -5px;
            width: 9px;
            height: 36px;
            -webkit-animation-delay: -7584ms;
            animation-delay: -7584ms;
        }

    .gold:nth-child(187) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 13699ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 13699ms linear infinite;
    }

.gold:nth-child(188)[b-bh4sdajbi9] {
    top: calc(50% + -14px);
    left: 38%;
    transform: rotateZ(66deg);
}

    .gold:nth-child(188) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 5px 6px;
        -webkit-animation-delay: -6873ms, -6873ms;
        animation-delay: -6873ms, -6873ms;
    }

        .gold:nth-child(188) .graphic[b-bh4sdajbi9]::before {
            left: 3px;
            width: 216px;
            height: 5px;
            -webkit-animation-delay: -6873ms;
            animation-delay: -6873ms;
        }

        .gold:nth-child(188) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -6px;
            width: 18px;
            height: 60px;
            -webkit-animation-delay: -6873ms;
            animation-delay: -6873ms;
        }

    .gold:nth-child(188) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16165ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16165ms linear infinite;
    }

.gold:nth-child(189)[b-bh4sdajbi9] {
    top: calc(50% + -5px);
    left: 13%;
    transform: rotateZ(233deg);
}

    .gold:nth-child(189) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 10px 8px;
        -webkit-animation-delay: -8440ms, -8440ms;
        animation-delay: -8440ms, -8440ms;
    }

        .gold:nth-child(189) .graphic[b-bh4sdajbi9]::before {
            left: -0.5px;
            width: 180px;
            height: 10px;
            -webkit-animation-delay: -8440ms;
            animation-delay: -8440ms;
        }

        .gold:nth-child(189) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -8px;
            width: 15px;
            height: 120px;
            -webkit-animation-delay: -8440ms;
            animation-delay: -8440ms;
        }

    .gold:nth-child(189) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 15401ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 15401ms linear infinite;
    }

.gold:nth-child(190)[b-bh4sdajbi9] {
    top: calc(50% + 82px);
    left: 78%;
    transform: rotateZ(271deg);
}

    .gold:nth-child(190) .graphic[b-bh4sdajbi9] {
        border-width: 0 10px 11px 8px;
        -webkit-animation-delay: -6107ms, -6107ms;
        animation-delay: -6107ms, -6107ms;
    }

        .gold:nth-child(190) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 216px;
            height: 11px;
            -webkit-animation-delay: -6107ms;
            animation-delay: -6107ms;
        }

        .gold:nth-child(190) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -8px;
            width: 18px;
            height: 132px;
            -webkit-animation-delay: -6107ms;
            animation-delay: -6107ms;
        }

    .gold:nth-child(190) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 14884ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 14884ms linear infinite;
    }

.gold:nth-child(191)[b-bh4sdajbi9] {
    top: calc(50% + 66px);
    left: 70%;
    transform: rotateZ(248deg);
}

    .gold:nth-child(191) .graphic[b-bh4sdajbi9] {
        border-width: 0 4px 10px 12px;
        -webkit-animation-delay: -161ms, -161ms;
        animation-delay: -161ms, -161ms;
    }

        .gold:nth-child(191) .graphic[b-bh4sdajbi9]::before {
            left: -4px;
            width: 192px;
            height: 10px;
            -webkit-animation-delay: -161ms;
            animation-delay: -161ms;
        }

        .gold:nth-child(191) .graphic[b-bh4sdajbi9]::after {
            top: 5px;
            left: -12px;
            width: 16px;
            height: 120px;
            -webkit-animation-delay: -161ms;
            animation-delay: -161ms;
        }

    .gold:nth-child(191) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10075ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10075ms linear infinite;
    }

.gold:nth-child(192)[b-bh4sdajbi9] {
    top: calc(50% + 43px);
    left: 65%;
    transform: rotateZ(193deg);
}

    .gold:nth-child(192) .graphic[b-bh4sdajbi9] {
        border-width: 0 4px 9px 10px;
        -webkit-animation-delay: -685ms, -685ms;
        animation-delay: -685ms, -685ms;
    }

        .gold:nth-child(192) .graphic[b-bh4sdajbi9]::before {
            left: -3px;
            width: 168px;
            height: 9px;
            -webkit-animation-delay: -685ms;
            animation-delay: -685ms;
        }

        .gold:nth-child(192) .graphic[b-bh4sdajbi9]::after {
            top: 4.5px;
            left: -10px;
            width: 14px;
            height: 108px;
            -webkit-animation-delay: -685ms;
            animation-delay: -685ms;
        }

    .gold:nth-child(192) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18780ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18780ms linear infinite;
    }

.gold:nth-child(193)[b-bh4sdajbi9] {
    top: calc(50% + 13px);
    left: 42%;
    transform: rotateZ(331deg);
}

    .gold:nth-child(193) .graphic[b-bh4sdajbi9] {
        border-width: 0 4px 7px 6px;
        -webkit-animation-delay: -326ms, -326ms;
        animation-delay: -326ms, -326ms;
    }

        .gold:nth-child(193) .graphic[b-bh4sdajbi9]::before {
            left: -1px;
            width: 120px;
            height: 7px;
            -webkit-animation-delay: -326ms;
            animation-delay: -326ms;
        }

        .gold:nth-child(193) .graphic[b-bh4sdajbi9]::after {
            top: 3.5px;
            left: -6px;
            width: 10px;
            height: 84px;
            -webkit-animation-delay: -326ms;
            animation-delay: -326ms;
        }

    .gold:nth-child(193) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 16094ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 16094ms linear infinite;
    }

.gold:nth-child(194)[b-bh4sdajbi9] {
    top: calc(50% + 6px);
    left: 24%;
    transform: rotateZ(86deg);
}

    .gold:nth-child(194) .graphic[b-bh4sdajbi9] {
        border-width: 0 7px 5px 12px;
        -webkit-animation-delay: -2278ms, -2278ms;
        animation-delay: -2278ms, -2278ms;
    }

        .gold:nth-child(194) .graphic[b-bh4sdajbi9]::before {
            left: -2.5px;
            width: 228px;
            height: 5px;
            -webkit-animation-delay: -2278ms;
            animation-delay: -2278ms;
        }

        .gold:nth-child(194) .graphic[b-bh4sdajbi9]::after {
            top: 2.5px;
            left: -12px;
            width: 19px;
            height: 60px;
            -webkit-animation-delay: -2278ms;
            animation-delay: -2278ms;
        }

    .gold:nth-child(194) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 18152ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 18152ms linear infinite;
    }

.gold:nth-child(195)[b-bh4sdajbi9] {
    top: calc(50% + 53px);
    left: 88%;
    transform: rotateZ(36deg);
}

    .gold:nth-child(195) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 6px 4px;
        -webkit-animation-delay: -9793ms, -9793ms;
        animation-delay: -9793ms, -9793ms;
    }

        .gold:nth-child(195) .graphic[b-bh4sdajbi9]::before {
            left: 4px;
            width: 192px;
            height: 6px;
            -webkit-animation-delay: -9793ms;
            animation-delay: -9793ms;
        }

        .gold:nth-child(195) .graphic[b-bh4sdajbi9]::after {
            top: 3px;
            left: -4px;
            width: 16px;
            height: 72px;
            -webkit-animation-delay: -9793ms;
            animation-delay: -9793ms;
        }

    .gold:nth-child(195) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 17490ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 17490ms linear infinite;
    }

.gold:nth-child(196)[b-bh4sdajbi9] {
    top: calc(50% + -33px);
    left: 55%;
    transform: rotateZ(296deg);
}

    .gold:nth-child(196) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 4px 9px;
        -webkit-animation-delay: -4631ms, -4631ms;
        animation-delay: -4631ms, -4631ms;
    }

        .gold:nth-child(196) .graphic[b-bh4sdajbi9]::before {
            left: 1px;
            width: 240px;
            height: 4px;
            -webkit-animation-delay: -4631ms;
            animation-delay: -4631ms;
        }

        .gold:nth-child(196) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -9px;
            width: 20px;
            height: 48px;
            -webkit-animation-delay: -4631ms;
            animation-delay: -4631ms;
        }

    .gold:nth-child(196) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 10949ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 10949ms linear infinite;
    }

.gold:nth-child(197)[b-bh4sdajbi9] {
    top: calc(50% + -41px);
    left: 18%;
    transform: rotateZ(158deg);
}

    .gold:nth-child(197) .graphic[b-bh4sdajbi9] {
        border-width: 0 3px 3px 3px;
        -webkit-animation-delay: -8561ms, -8561ms;
        animation-delay: -8561ms, -8561ms;
    }

        .gold:nth-child(197) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 72px;
            height: 3px;
            -webkit-animation-delay: -8561ms;
            animation-delay: -8561ms;
        }

        .gold:nth-child(197) .graphic[b-bh4sdajbi9]::after {
            top: 1.5px;
            left: -3px;
            width: 6px;
            height: 36px;
            -webkit-animation-delay: -8561ms;
            animation-delay: -8561ms;
        }

    .gold:nth-child(197) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 15439ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 15439ms linear infinite;
    }

.gold:nth-child(198)[b-bh4sdajbi9] {
    top: calc(50% + 61px);
    left: 2%;
    transform: rotateZ(99deg);
}

    .gold:nth-child(198) .graphic[b-bh4sdajbi9] {
        border-width: 0 12px 11px 4px;
        -webkit-animation-delay: -7264ms, -7264ms;
        animation-delay: -7264ms, -7264ms;
    }

        .gold:nth-child(198) .graphic[b-bh4sdajbi9]::before {
            left: 4px;
            width: 192px;
            height: 11px;
            -webkit-animation-delay: -7264ms;
            animation-delay: -7264ms;
        }

        .gold:nth-child(198) .graphic[b-bh4sdajbi9]::after {
            top: 5.5px;
            left: -4px;
            width: 16px;
            height: 132px;
            -webkit-animation-delay: -7264ms;
            animation-delay: -7264ms;
        }

    .gold:nth-child(198) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 14818ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 14818ms linear infinite;
    }

.gold:nth-child(199)[b-bh4sdajbi9] {
    top: calc(50% + -15px);
    left: 8%;
    transform: rotateZ(314deg);
}

    .gold:nth-child(199) .graphic[b-bh4sdajbi9] {
        border-width: 0 11px 4px 11px;
        -webkit-animation-delay: -8843ms, -8843ms;
        animation-delay: -8843ms, -8843ms;
    }

        .gold:nth-child(199) .graphic[b-bh4sdajbi9]::before {
            left: 0px;
            width: 264px;
            height: 4px;
            -webkit-animation-delay: -8843ms;
            animation-delay: -8843ms;
        }

        .gold:nth-child(199) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -11px;
            width: 22px;
            height: 48px;
            -webkit-animation-delay: -8843ms;
            animation-delay: -8843ms;
        }

    .gold:nth-child(199) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 11335ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 11335ms linear infinite;
    }

.gold:nth-child(200)[b-bh4sdajbi9] {
    top: calc(50% + -53px);
    left: 15%;
    transform: rotateZ(229deg);
}

    .gold:nth-child(200) .graphic[b-bh4sdajbi9] {
        border-width: 0 4px 4px 9px;
        -webkit-animation-delay: -2673ms, -2673ms;
        animation-delay: -2673ms, -2673ms;
    }

        .gold:nth-child(200) .graphic[b-bh4sdajbi9]::before {
            left: -2.5px;
            width: 156px;
            height: 4px;
            -webkit-animation-delay: -2673ms;
            animation-delay: -2673ms;
        }

        .gold:nth-child(200) .graphic[b-bh4sdajbi9]::after {
            top: 2px;
            left: -9px;
            width: 13px;
            height: 48px;
            -webkit-animation-delay: -2673ms;
            animation-delay: -2673ms;
        }

    .gold:nth-child(200) .rotate[b-bh4sdajbi9] {
        -webkit-animation: rotateZ 12317ms linear infinite;
        animation: rotateZ-b-bh4sdajbi9 12317ms linear infinite;
    }

@-webkit-keyframes rotateZ {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes rotateZ-b-bh4sdajbi9 {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes rotateY {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes rotateY-b-bh4sdajbi9 {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes goldColor {
    0% {
        border-color: transparent transparent white transparent;
    }

    10% {
        border-color: transparent transparent #a98545 transparent;
    }

    100% {
        border-color: transparent transparent #400d0e transparent;
    }
}

@keyframes goldColor-b-bh4sdajbi9 {
    0% {
        border-color: transparent transparent white transparent;
    }

    10% {
        border-color: transparent transparent #a98545 transparent;
    }

    100% {
        border-color: transparent transparent #400d0e transparent;
    }
}

@-webkit-keyframes reflect {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes reflect-b-bh4sdajbi9 {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
/* /Features/Game/Components/GamePlay/PlayZone.razor.rz.scp.css */
.cards-container[b-pt4as3hqby] {
    width: 100%;
    height: 234px;
    justify-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, max-content));
}

input[type=radio]:focus + div[b-pt4as3hqby] {
    z-index: 1;
}

    input[type=radio]:focus + div[b-pt4as3hqby]:after {
        content: "";
        border: 2px solid #ffffff;
        width: 170px;
        height: 242px;
        position: absolute;
        top: -4px;
        left: -4px;
    }

.played-card[b-pt4as3hqby] {
    margin-right: 36px;
    z-index: 0;
    width: 162px;
    height: 234px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: -5px 0px 5px 0px rgba(64, 64, 64, 0.5);
    -moz-box-shadow: -5px 0px 5px 0px rgba(64, 64, 64, 0.5);
    box-shadow: -5px 0px 5px 0px rgba(64, 64, 64, 0.5);
    position: relative;
    cursor: pointer;
}

    .played-card:hover[b-pt4as3hqby] {
        z-index: 1;
    }

.card-container[b-pt4as3hqby] {
    transform: scale(0.65);
    transform-origin: 0 0;
    position: relative;
}

.discard-placeholder[b-pt4as3hqby] {
    width: 162px;
    height: 234px;
}

.drop-indicator[b-pt4as3hqby] {
    width: 132px;
    height: 178px;
    border: 4px dashed #69b355;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .drop-indicator.can-drop[b-pt4as3hqby] {
        border: 4px dashed #ffffff;
    }
/* /Features/Game/Components/JoinGame/JoinGamePage.razor.rz.scp.css */
.content-container[b-9uxixs7dlo] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.joingame-bg[b-9uxixs7dlo] {
    background-image: url("../img/bgeffect.png"), url(../img/topgrid1.png), url(../img/bottomgrid.png);
    background-position: center top -60px, top -110px center, bottom center;
    background-repeat: no-repeat;
    background-blend-mode: normal;
}

.title-header[b-9uxixs7dlo] {
    padding: 35px 15px;
    text-align: center;
    background-color: rgb(59, 46, 89, .4);
}

    .title-header h1[b-9uxixs7dlo] {
        font-size: 28px;
        color: #fff;
    }

.joingame-setup-step[b-9uxixs7dlo] {
    margin-top: 3rem;
}

.form-text[b-9uxixs7dlo] {
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    padding: 10px 0;
}

.content-container input.form-control[b-9uxixs7dlo] {
    border-radius: 0px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.content-container select[b-9uxixs7dlo] {
    border-radius: 0px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

[b-9uxixs7dlo]::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

input[placeholder][b-9uxixs7dlo], [placeholder][b-9uxixs7dlo], *[placeholder][b-9uxixs7dlo] {
    color: #fff !important;
}

.game-link[b-9uxixs7dlo] {
    position: relative;
}

.sub-header[b-9uxixs7dlo] {
    font-size: 28px;
    color: #fff;
}
[b-9uxixs7dlo]::placeholder {
    color: #b3b3b3 !important;
}
/* /Features/Game/Components/JoinGame/WatchGamePage.razor.rz.scp.css */
.content-container[b-y0lgs5zgrs] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.watchgame-bg[b-y0lgs5zgrs] {
    background-image: url("../img/bgeffect.png"), url(../img/topgrid1.png), url(../img/bottomgrid.png);
    background-position: center top -60px, top -110px center, bottom center;
    background-repeat: no-repeat;
    background-blend-mode: normal;
}

.title-header[b-y0lgs5zgrs] {
    padding: 35px 15px;
    text-align: center;
    background-color: rgb(59, 46, 89, .4);
}

    .title-header h1[b-y0lgs5zgrs] {
        font-size: 28px;
        color: #fff;
    }

.sub-header[b-y0lgs5zgrs] {
    font-size: 28px;
    color: #fff;
}

.watchgame-setup-step[b-y0lgs5zgrs] {
    margin-top: 3rem;
}

.form-text[b-y0lgs5zgrs] {
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    padding: 10px 0;
}

.content-container input.form-control[b-y0lgs5zgrs] {
    border-radius: 0px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
[b-y0lgs5zgrs]::placeholder {
    color: #b3b3b3 !important;
}
/* /Features/Game/Components/StartGame/StartGamePage.razor.rz.scp.css */
.architecture-list-container[b-db71los2r1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(268px, auto));
    justify-content: space-between;
    width: 100%;
    row-gap: 50px;
    padding-top: 40px;
    padding-left: 1em;
}

.card-wrapper[b-db71los2r1] {
    position: relative;
}

.architecture-list-container input[type=radio][b-db71los2r1] {
    position: absolute;
    width: 0;
    height: 0;
}

    .architecture-list-container input[type=radio]:focus + div[b-db71los2r1] {
        outline: 2px solid #ffffff;
        outline-offset: 2px;
    }

.architecture-card[b-db71los2r1] {
    background-image: url(../img/architecture_bg.png);
    background-size: 100% 100%;
}

.architecture-card-xsmall[b-db71los2r1] {
    width: 268px;
    height: 186px;
    font-size: 13px;
    position: relative;
}

.architecture-card .architecture-name[b-db71los2r1] {
    padding-top: 4%;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.architecture-card .architecture-image-container[b-db71los2r1] {
    position: relative;
    margin: auto;
    width: 92%;
    height: 80%;
}

.architecture-card .architecture-image[b-db71los2r1] {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%,-50%);
}

.game-setup-step[b-db71los2r1] {
    margin-top: 3rem;
}

.course-selector[b-db71los2r1] {
    font-size: 1.25rem;
}
/*--------------Game*-----------------------------------------/

/*--- Inner Pages Start Game-- */

.content-container[b-db71los2r1] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.gamesetup-bg[b-db71los2r1] {
    background-image: url("../img/bgeffect.png"), url(../img/topgrid1.png), url(../img/bottomgrid.png);
    background-position: center top -60px, top -110px center, bottom center;
    /*background-size: cover; */
    background-repeat: no-repeat;
    background-blend-mode: normal;
}

.title-header[b-db71los2r1] {
    padding: 35px 15px;
    text-align: center;
    background-color: rgb(59, 46, 89, .4);
}

    .title-header h1[b-db71los2r1] {
        font-size: 28px;
        color: #fff;
    }

.form-text[b-db71los2r1] {
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    padding: 10px 0;
}

.content-container input.form-control[b-db71los2r1] {
    border-radius: 0px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.content-container select[b-db71los2r1] {
    border-radius: 0px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.opp-spect label[b-db71los2r1] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.select-arch .col[b-db71los2r1] {
    padding: 0px;
    margin: 10px;
}

.bi-bag-fill[b-db71los2r1] {
    fill: #7C55BB;
}

[b-db71los2r1]::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

input[placeholder][b-db71los2r1], [placeholder][b-db71los2r1], *[placeholder][b-db71los2r1] {
    color: #fff !important;
}

/*----Game start styles end-----*/

/*-zoom------*/
.zoom-icon[b-db71los2r1] {
    height: 25px;
    width: 25px;
    background-color: #8661c5;
    border-radius: 50%;
    display: inline-block;
    background-image: url(/img/icons/Zoom.svg);
    background-repeat: no-repeat;
    border: 1px solid #fff;
}

.zoom[b-db71los2r1] {
    position: absolute;
    bottom: -7px;
    right: -7px;
    z-index: 1;
    display: none;
}

    .zoom a[b-db71los2r1] {
        cursor: pointer;
    }

.architecture-card-xsmall[b-db71los2r1] {
    opacity: 0.5;
    filter: grayscale(1);
}

    .architecture-card-xsmall:hover[b-db71los2r1] {
        opacity: 1;
        filter: grayscale(0);
    }

    .architecture-card-xsmall.active[b-db71los2r1] {
        opacity: 1;
        filter: grayscale(0);
        border: 5px solid #fff;
        border-radius: 20px;
    }

    .architecture-card-xsmall:hover .zoom[b-db71los2r1] {
        display: block;
    }

.architecture-card[b-db71los2r1] {
    background-image: url(../img/architecture_bg.png);
    background-size: 100% 100%;
}

.architecture-card-large[b-db71los2r1] {
    width: 100%;
    height: 100%;
}

.architecture-card .architecture-name[b-db71los2r1] {
    padding-top: 4%;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.architecture-card .architecture-image-container[b-db71los2r1] {
    position: relative;
    margin: auto;
    width: 92%;
    height: 80%;
}

.architecture-card .architecture-image[b-db71los2r1] {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%,-50%);
}

.architecture-radio:focus + div[b-db71los2r1] {
    opacity: 1;
    filter: grayscale(0);
}

    .architecture-radio:focus + div .zoom[b-db71los2r1] {
        display: block;
    }

.tooltip-image .tooltiptext[b-db71los2r1] {
    visibility: hidden;
    width: 160px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip-image:hover .tooltiptext[b-db71los2r1] {
    visibility: visible;
}
[b-db71los2r1]::placeholder {
    color: #b3b3b3 !important;
}
/* /Features/Home/Components/AboutPage.razor.rz.scp.css */
.content-container[b-d7ujyzgyqv] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.about-bg[b-d7ujyzgyqv] {
    background-image: url("../img/bgeffect.png"), url(../img/topgrid1.png), url(../img/bottomgrid.png);
    background-position: center top -60px, top -45px center, bottom center;
    background-size: cover, 70%, 70%;
    background-repeat: no-repeat;
    background-blend-mode: normal;
}

.about .cont-pad[b-d7ujyzgyqv] {
    padding: 0 2% 0% 15%;
    flex-grow: 1;
}

.about .title-header[b-d7ujyzgyqv] {
    padding: 35px 15px;
    text-align: center;
    background-color: rgb(59, 46, 89, .4);
    flex-grow: 0;
}

    .about .title-header h1[b-d7ujyzgyqv] {
        font-size: 28px;
        color: #fff;
    }

.about-page[b-d7ujyzgyqv] {
    border: 0px;
    height: 95%;
    width: 100%;
}

/* /Features/Home/Components/HomePage.razor.rz.scp.css */
.button-wrapper[b-quzb6k8uqo] {
    padding: 12px;
    background-color: transparent;
}

.main-container[b-quzb6k8uqo] {
    display: inline-table;
}

.game-title[b-quzb6k8uqo] {
    padding-top: 90px;
    text-align: center;
}

    .game-title img[b-quzb6k8uqo] {
        max-width: 600px;
        width: 70%;
    }

/*------Cards & Fan styles Start------*/

.card-list[b-quzb6k8uqo] {
    width: 100%;
    margin: 0 auto;
}

ul.card-container[b-quzb6k8uqo] {
    margin: 2rem auto 0;
    position: relative;
    list-style: none;
    min-height: 350px;
    padding: 0px;
    display: table;
}

    ul.card-container li[b-quzb6k8uqo] {
        position: absolute;
        transform-origin: center 450px;
        transition: all .2s linear;
        cursor: pointer;
        left: -130px;
    }

        ul.card-container li img[b-quzb6k8uqo] {
            width: 250px;
        }

        ul.card-container li:hover[b-quzb6k8uqo] {
            margin-top: -15px;
        }

        ul.card-container li:nth-of-type(1):hover[b-quzb6k8uqo] {
            margin-left: -9px;
        }

        ul.card-container li:nth-of-type(3):hover[b-quzb6k8uqo] {
            margin-left: 9px;
        }

        ul.card-container li.card-style1[b-quzb6k8uqo] {
            transform: rotate(0deg);
        }

        ul.card-container li.card-style3[b-quzb6k8uqo] {
            transform: rotate(0deg);
        }

    ul.card-container.expand li.card-style1[b-quzb6k8uqo] {
        transform: rotate(-33deg);
    }

    ul.card-container.expand li.card-style3[b-quzb6k8uqo] {
        transform: rotate(33deg);
    }

.cards-list[b-quzb6k8uqo] {
    position: relative;
}

.card-container h2[b-quzb6k8uqo] {
    font-family: 'Dimbo';
    font-size: 38px;
    position: absolute;
    top: 30px;
    width: 100%;
    color: #fff;
    text-align: center;
}

.card-prop[b-quzb6k8uqo] {
    width: 250px;
    height: 360px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
}

.resource-card[b-quzb6k8uqo] {
    background-image: url("../img/ResourceCard.png");
}

.architecture_card[b-quzb6k8uqo] {
    background-image: url("../img/ArchitectureCard.png");
}

.actions-card[b-quzb6k8uqo] {
    background-image: url("../img/ActionCard.png");
}

.card-container h2.res[b-quzb6k8uqo] {
    text-shadow: #6b2929 5px 0px 0px, #6b2929 4.90033px 0.993347px 0px, #6b2929 4.60531px 1.94709px 0px, #6b2929 4.12668px 2.82321px 0px, #6b2929 3.48353px 3.58678px 0px, #6b2929 2.70151px 4.20735px 0px, #6b2929 1.81179px 4.6602px 0px, #6b2929 0.849836px 4.92725px 0px, #6b2929 -0.145998px 4.99787px 0px, #6b2929 -1.13601px 4.86924px 0px, #6b2929 -2.08073px 4.54649px 0px, #6b2929 -2.94251px 4.04248px 0px, #6b2929 -3.68697px 3.37732px 0px, #6b2929 -4.28444px 2.57751px 0px, #6b2929 -4.71111px 1.67494px 0px, #6b2929 -4.94996px 0.7056px 0px, #6b2929 -4.99147px -0.291871px 0px, #6b2929 -4.83399px -1.27771px 0px, #6b2929 -4.48379px -2.2126px 0px, #6b2929 -3.95484px -3.05929px 0px, #6b2929 -3.26822px -3.78401px 0px, #6b2929 -2.4513px -4.35788px 0px, #6b2929 -1.53666px -4.75801px 0px, #6b2929 -0.560763px -4.96846px 0px, #6b2929 0.437495px -4.98082px 0px, #6b2929 1.41831px -4.79462px 0px, #6b2929 2.34258px -4.41727px 0px, #6b2929 3.17346px -3.86382px 0px, #6b2929 3.87783px -3.15633px 0px, #6b2929 4.4276px -2.32301px 0px, #6b2929 4.80085px -1.39708px 0px, #6b2929 4.98271px -0.415447px 0px;
    stroke-opacity: 0.5;
}

.card-container h2.arch[b-quzb6k8uqo] {
    text-shadow: #243a5e 5px 0px 0px, #243a5e 4.90033px 0.993347px 0px, #243a5e 4.60531px 1.94709px 0px, #243a5e 4.12668px 2.82321px 0px, #243a5e 3.48353px 3.58678px 0px, #243a5e 2.70151px 4.20735px 0px, #243a5e 1.81179px 4.6602px 0px, #243a5e 0.849836px 4.92725px 0px, #243a5e -0.145998px 4.99787px 0px, #243a5e -1.13601px 4.86924px 0px, #243a5e -2.08073px 4.54649px 0px, #243a5e -2.94251px 4.04248px 0px, #243a5e -3.68697px 3.37732px 0px, #243a5e -4.28444px 2.57751px 0px, #243a5e -4.71111px 1.67494px 0px, #243a5e -4.94996px 0.7056px 0px, #243a5e -4.99147px -0.291871px 0px, #243a5e -4.83399px -1.27771px 0px, #243a5e -4.48379px -2.2126px 0px, #243a5e -3.95484px -3.05929px 0px, #243a5e -3.26822px -3.78401px 0px, #243a5e -2.4513px -4.35788px 0px, #243a5e -1.53666px -4.75801px 0px, #243a5e -0.560763px -4.96846px 0px, #243a5e 0.437495px -4.98082px 0px, #243a5e 1.41831px -4.79462px 0px, #243a5e 2.34258px -4.41727px 0px, #243a5e 3.17346px -3.86382px 0px, #243a5e 3.87783px -3.15633px 0px, #243a5e 4.4276px -2.32301px 0px, #243a5e 4.80085px -1.39708px 0px, #243a5e 4.98271px -0.415447px 0px;
    stroke-opacity: 0.5;
}

.card-container h2.act[b-quzb6k8uqo] {
    text-shadow: #6a4b16 5px 0px 0px, #6a4b16 4.90033px 0.993347px 0px, #6a4b16 4.60531px 1.94709px 0px, #6a4b16 4.12668px 2.82321px 0px, #6a4b16 3.48353px 3.58678px 0px, #6a4b16 2.70151px 4.20735px 0px, #6a4b16 1.81179px 4.6602px 0px, #6a4b16 0.849836px 4.92725px 0px, #6a4b16 -0.145998px 4.99787px 0px, #6a4b16 -1.13601px 4.86924px 0px, #6a4b16 -2.08073px 4.54649px 0px, #6a4b16 -2.94251px 4.04248px 0px, #6a4b16 -3.68697px 3.37732px 0px, #6a4b16 -4.28444px 2.57751px 0px, #6a4b16 -4.71111px 1.67494px 0px, #6a4b16 -4.94996px 0.7056px 0px, #6a4b16 -4.99147px -0.291871px 0px, #6a4b16 -4.83399px -1.27771px 0px, #6a4b16 -4.48379px -2.2126px 0px, #6a4b16 -3.95484px -3.05929px 0px, #6a4b16 -3.26822px -3.78401px 0px, #6a4b16 -2.4513px -4.35788px 0px, #6a4b16 -1.53666px -4.75801px 0px, #6a4b16 -0.560763px -4.96846px 0px, #6a4b16 0.437495px -4.98082px 0px, #6a4b16 1.41831px -4.79462px 0px, #6a4b16 2.34258px -4.41727px 0px, #6a4b16 3.17346px -3.86382px 0px, #6a4b16 3.87783px -3.15633px 0px, #6a4b16 4.4276px -2.32301px 0px, #6a4b16 4.80085px -1.39708px 0px, #6a4b16 4.98271px -0.415447px 0px;
    stroke-opacity: 0.5;
}


/*------Cards & Fan styles End--------*/


/*-----swoosh styles start-------*/

.swoosh-container[b-quzb6k8uqo] {
    margin: 0 auto;
    height: 200px;
}

.swoosh[b-quzb6k8uqo] {
    position: relative;
    width: 760px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    mix-blend-mode: lighten;
    animation: fadeIn-b-quzb6k8uqo 1.8s steps(1) forwards;
    mix-blend-mode: lighten;
    pointer-events: none;
    margin-top: -190px;
}

.swoosh-container img[b-quzb6k8uqo] {
    width: 760px;
}

.fade-in[b-quzb6k8uqo] {
    animation: fadeIn-b-quzb6k8uqo ease 6s;
    -webkit-animation: fadeIn ease 6s;
    -moz-animation: fadeIn ease 6s;
    -o-animation: fadeIn ease 6s;
}

@keyframes fadeIn-b-quzb6k8uqo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn-b-quzb6k8uqo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fanLeft-b-quzb6k8uqo {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-81%, -48%) rotate(-29deg);
    }
}

@keyframes fanRight-b-quzb6k8uqo {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-21%, -49%) rotate(29deg);
    }
}

/*-----swoosh styles end-------*/

/*---- Cards Shadow start----*/

.card-shadow[b-quzb6k8uqo] {
    background-image: url("../img/shadow.png");
    height: 148px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 660px;
    z-index: -1;
    opacity: 0.5;
}

/*------Cards Shadow end-----*/

/*-----Font face---*/

@font-face {
    font-family: 'Dimbo';
    src: url('../fonts/DimboRegular.eot');
    src: url('../fonts/DimboRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/DimboRegular.woff2') format('woff2'), url('../fonts/DimboRegular.woff') format('woff'), url('../fonts/DimboRegular.ttf') format('truetype'), url('../fonts/DimboRegular.svg#DimboRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media screen and (-ms-high-contrast: black-on-white) {
    .button-wrapper[b-quzb6k8uqo] {
        background-color: #ffffff;
    }
}

@media only screen and (max-width: 600px) {
    .game-title h1[b-quzb6k8uqo] {
        font-size: 45px;
    }

    .card-container .card-prop[b-quzb6k8uqo] {
        width: 130px;
        height: 185px;
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
    }

    .card-list .card-container[b-quzb6k8uqo] {
        left: 12%;
    }

    ul.card-container.expand li.card-style1[b-quzb6k8uqo] {
        transform: rotate(-28deg);
    }

    ul.card-container.expand li.card-style3[b-quzb6k8uqo] {
        transform: rotate(28deg);
    }

    .card-container h2[b-quzb6k8uqo] {
        font-size: 20px;
        top: 20px;
    }

    ul.card-container li[b-quzb6k8uqo] {
        transform-origin: center 280px;
    }

    .swoosh[b-quzb6k8uqo] {
        width: 400px;
        margin-top: -265px;
    }

        .swoosh img[b-quzb6k8uqo] {
            width: 410px;
        }

    .swoosh-container[b-quzb6k8uqo] {
        height: 50px;
    }

    .card-shadow[b-quzb6k8uqo] {
        background-size: 400px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and max width 992px) */

@media only screen and (min-width: 600px) and (max-width:992px) {
    .game-title h1[b-quzb6k8uqo] {
        font-size: 80px;
    }

    .card-container .card-prop[b-quzb6k8uqo] {
        width: 200px;
        height: 288px;
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
    }

    .card-list .card-container[b-quzb6k8uqo] {
        left: 2%;
    }

    ul.card-container.expand li.card-style1[b-quzb6k8uqo] {
        transform: rotate(-33deg);
    }

    ul.card-container.expand li.card-style3[b-quzb6k8uqo] {
        transform: rotate(33deg);
    }

    .card-container h2[b-quzb6k8uqo] {
        font-size: 30px;
        top: 30px;
    }

    ul.card-container li[b-quzb6k8uqo] {
        transform-origin: center 360px;
    }

    .swoosh[b-quzb6k8uqo] {
        width: 580px;
        margin-top: -200px;
    }

        .swoosh img[b-quzb6k8uqo] {
            width: 580px;
        }

    .swoosh-container[b-quzb6k8uqo] {
        height: 100px;
    }

    .card-shadow[b-quzb6k8uqo] {
        background-size: 600px;
    }
}
/* /Features/Home/Components/HowToPlayPage.razor.rz.scp.css */
.content-container[b-tk07bo1tij] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.howplay-bg[b-tk07bo1tij] {
    background-image: url("/img/bgeffect.png"), url(/img/topgrid1.png), url(/img/bottomgrid.png);
    background-position: center top -60px, top -45px center, bottom center;
    background-size: cover, 70%, 70%;
    background-repeat: no-repeat;
    background-blend-mode: normal;
}

.howplay .cont-pad[b-tk07bo1tij] {
    padding: 0 2% 0% 15%;
    flex-grow: 1;
}

.howplay .title-header[b-tk07bo1tij] {
    padding: 35px 15px;
    text-align: center;
    background-color: rgb(59, 46, 89, .4);
    flex-grow: 0;
}

    .howplay .title-header h1[b-tk07bo1tij] {
        font-size: 28px;
        color: #fff;
    }

.howtoplay-page[b-tk07bo1tij] {
    border: 0px;
    height: 95%;
    width: 100%;
}
