<style data-computed-style='{"left":0,"top":0,"width":0,"height":0,"display":"none","position":"static","zIndex":"auto"}'>
.affix-container {
	position: fixed;
	right: 12px;
	z-index: 1;

/*     position: sticky; */
    bottom: 50px;
    width: max-content;
    margin: 0 12px 12px auto;
}

.affix-container .help-container {
    position: relative;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #000000b3;
    border: 1px solid #d9d9d9;
    box-shadow: 0 4px 4px 0 #00000040;
    border-radius: 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.affix-container .help-container .help-icon {
    margin-bottom: 10px;
}

.affix-container .help-container.discord, 
.affix-container .help-container.affiliate {
    width: 66px;
    height: 123px;
	text-decoration: none;
}
	
.affix-container .help-container.affiliate {
	margin-bottom: 32px;
}

.affix-container .help-container.discord .help-icon {
    width: 36px;
    height: 36px;
    background: url(https://d1enxoubsz8nip.cloudfront.net/wp-content/uploads/2024/07/discord@2x.png) no-repeat;
    background-size: contain;
}
	
.affix-container .help-container.affiliate .help-icon {
    width: 36px;
    height: 36px;
    background: url(https://d1enxoubsz8nip.cloudfront.net/wp-content/uploads/2024/09/affiliate@2x.png) no-repeat;
    background-size: contain;
}
	
.affix-container .help-container.affiliate .help-text {
	font-size: 14px;
}

@media screen and (max-width: 768px) {
    .affix-container {
        display: none;
    }
}
</style>