.App {
	font-size: 0.875rem;
}
.App .forceMobileLayout {
	margin: 0 auto;
	max-width: 25rem;
	overflow-x: hidden;
	position: relative;
}
.App p {
	margin-bottom: 0;
}
.App {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #0d131c !important;
	background: var(--preload-body-bg, #0d131c) !important;
	color: #fff;
	color: var(--design-text-color, #fff);
	margin: 0;
}
.App code {
	font-family:
		source-code-pro,
		Menlo,
		Monaco,
		Consolas,
		Courier New,
		monospace;
}
.App button,
.App input {
	font-family: var(--adm-font-family);
}
.App .adm-list-body,
.App .adm-list-item {
	background-color: transparent !important;
}
.App .adm-form {
	--border-top: none !important;
	--border-bottom: none !important;
	--border-inner: none !important;
}
.App .adm-list-item {
	padding-left: 0 !important;
}
.App .adm-list-item-content {
	padding-right: 0 !important;
}
.App .adm-list-item-content-main {
	padding: 0 !important;
}
.App .ant-picker-input input,
.App .ant-select-selection-search input {
	color: #fff;
	color: var(--design-text-color, #fff);
}
.App .ant-picker-input input::-moz-placeholder,
.App .ant-select-selection-search input::-moz-placeholder {
	color: #fff;
	color: var(--design-text-color, #fff);
	opacity: 0.5;
}
.App .ant-picker-input input::placeholder,
.App .ant-select-selection-search input::placeholder {
	color: #fff;
	color: var(--design-text-color, #fff);
	opacity: 0.5;
}
.App .ant-select-selector .ant-select-selection-placeholder,
.App .ant-select-selector:after {
	color: #fff;
	color: var(--design-text-color, #fff);
	opacity: 0.5;
}
.App .ant-picker-clear,
.App .ant-picker-clear:hover {
	background: var(--design-block-bg);
	color: #fff;
	color: var(--design-text-color, #fff);
}
.App .ant-pagination-disabled .ant-pagination-item-link {
	color: rgba(96, 96, 96, 0.56);
}
.App .ant-pagination-item a {
	color: #fff;
	color: var(--design-text-color, #fff);
}
.App .ant-table-tbody > tr.ant-table-placeholder:hover > td {
	background: rgba(72, 108, 165, 0.51) !important;
	background: var(
		--design-button-active-bg,
		rgba(72, 108, 165, 0.51)
	) !important;
}
.App h1,
.App h2,
.App h3,
.App h4,
.App h5,
.App h6 {
	color: #fff;
	color: var(--design-text-color, #fff);
}
.App .ant-checkbox-inner:after {
	border-color: #fff !important;
	border-color: var(
		--design-button-text-color,
		var(--design-text-color, #fff)
	) !important;
}
.adm-button-primary {
	color: var(--text-color);
	color: var(--design-button-text-color, var(--text-color));
}
.ant-form-item .ant-input {
	border-color: #434343;
	border-color: var(--design-blur-color, #434343);
	color: #fff;
	color: var(--design-text-color, #fff);
}
.ant-form-item .ant-input-focused,
.ant-form-item .ant-input:focus,
.ant-form-item .ant-input:hover {
	border-color: #7a0707 !important;
	border-color: var(--adm-color-primary, #7a0707) !important;
}
.ant-form-item
	.ant-select:not(.ant-select-customize-input)
	.ant-select-selector {
	border-color: #434343;
	border-color: var(--design-blur-color, #434343);
}
.ant-form-item
	.ant-select-focused:not(.ant-select-disabled).ant-select:not(
		.ant-select-customize-input
	)
	.ant-select-selector,
.ant-form-item
	.ant-select:not(.ant-select-disabled):hover
	.ant-select-selector {
	border-color: #7a0707;
	border-color: var(--adm-color-primary, #7a0707);
}
.ant-form-item .adm-button.ant-btn-primary {
	--adm-button-text-color: var(
		--design-button-text-color,
		var(--design-text-color, #fff)
	);
}
.ant-select-dropdown {
	background-color: #000 !important;
	background-color: var(--design-block-bg, #000) !important;
	color: #434343 !important;
	color: var(--design-blur-color, #434343) !important;
}
.ant-select-dropdown
	.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
	background-color: #121b2a;
	background-color: var(--adm-color-primary, #121b2a);
	color: hsla(0, 0%, 100%, 0.85);
	color: var(--design-button-text-color, hsla(0, 0%, 100%, 0.85));
	font-weight: 600;
}
.ant-select-dropdown .ant-select-item-option {
	color: #fff;
	color: var(--design-text-color, #fff);
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
input {
	color: #fff;
	color: var(--design-text-color, #fff);
}
input::-moz-placeholder {
	color: #fff;
	color: var(--design-text-color, #fff);
	opacity: 0.7;
}
input::placeholder {
	color: #fff;
	color: var(--design-text-color, #fff);
	opacity: 0.7;
}
input[type='number'],
input[type='password'],
input[type='text'],
textarea {
	-webkit-appearance: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type='number'] {
	-moz-appearance: textfield;
}
button,
input {
	overflow: visible;
}
img {
	-webkit-user-drag: none;
}
#chat-widget-container {
	z-index: 100 !important;
}
::-webkit-scrollbar {
	width: 0;
}
body,
html {
	overflow: hidden;
	position: fixed;
}
.adm-image-img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
.ErrorBoundary_myError__yOEy- {
	font-feature-settings: 'tnum', 'tnum', 'tnum';
	word-wrap: break-word;
	align-items: flex-start;
	background-color: #2a1215;
	border: 1px solid #58181c;
	border-radius: 2px;
	box-sizing: border-box;
	color: hsla(0, 0%, 100%, 0.85);
	display: flex;
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	margin: 0;
	padding: 15px;
	position: relative;
}
.ErrorBoundary_myError__yOEy- .ErrorBoundary_content__wz-yH {
	flex: 1 1;
	min-width: 0;
}
.ErrorBoundary_myError__yOEy-
	.ErrorBoundary_content__wz-yH
	.ErrorBoundary_title__FGZb0 {
	color: red;
	display: block;
	font-size: 22px;
	margin-bottom: 4px;
}
.ErrorBoundary_myError__yOEy-
	.ErrorBoundary_content__wz-yH
	.ErrorBoundary_desc__7qwHI {
	display: block;
	font-size: 13px;
	line-height: 22px;
}
.GbDesignBlock_devModeCom__LpsTk {
	height: inherit;
	position: relative;
}
.GbDesignBlock_devModeCom__LpsTk .GbDesignBlock_devClickPanel__oZ2Ys {
	align-items: center;
	background-color: rgba(29, 92, 167, 0.533);
	bottom: 0;
	cursor: crosshair;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99999999;
}
.GbDesignBlock_devModeCom__LpsTk .GbDesignBlock_devModeBar__1OAFY {
	background-color: #1d5ca7;
	color: #fff;
	cursor: pointer;
	display: none;
	padding: 5px;
	position: absolute;
	top: 0;
	z-index: 99999999;
}
.GbDesignBlock_devModeCom__LpsTk
	.GbDesignBlock_devModeBar__1OAFY
	> div.GbDesignBlock_blockItem__zEP3c {
	align-items: center;
	display: flex;
	margin: 0 3px;
}
.GbDesignBlock_devModeCom__LpsTk
	.GbDesignBlock_devModeBar__1OAFY
	> div.GbDesignBlock_blockItem__zEP3c
	> div {
	margin: 0 2px;
}
.GbDesignBlock_devModeCom__LpsTk
	.GbDesignBlock_devModeBar__1OAFY.GbDesignBlock_hoverBar__pyr2K {
	align-items: center;
	display: flex;
}
.GbDesignBlock_devModeCom__LpsTk.GbDesignBlock_hover__Hgyxp:before {
	border: 5px solid #1d5ca7;
	content: '';
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.GbDesignBlock_devModeCom__LpsTk.GbDesignBlock_editing__r0nJD:before {
	border: 5px solid #1da726;
	content: '';
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.GbNoData_root__klmOf {
	align-items: center;
	background: transparent;
	display: flex;
	flex-direction: column;
	font-size: 0.8rem;
	padding: 1rem;
	text-align: center;
}
.GbNoData_root__klmOf .GbNoData_icon__uCjD8 {
	height: 40px;
	max-width: 200px;
	width: auto;
}
.GbNoData_root__klmOf .GbNoData_text__Ai6jG {
	color: #888;
	color: var(--gdx-color, #888);
	line-height: 22px;
	margin-top: 8px;
}
.MainLayout_root__O0QiQ {
	background-color: #0e131b;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	width: 100vw;
	width: var(--vw, 100vw);
}
.MainLayout_root__O0QiQ .MainLayout_betbyContainer__YyGL0 {
	height: calc(100vh - 64px);
	margin-top: 64px;
	width: 100%;
}
.MainLayout_root__O0QiQ .MainLayout_rootBg__2dT-K {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.MainLayout_root__O0QiQ .MainLayout_body__Buwfv {
	display: flex;
	flex-direction: row;
	height: calc(100dvh - 64px);
	justify-content: center;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 64px;
	position: static;
	width: 100%;
	background: #1a1221;
}
.MainLayout_root__O0QiQ .MainLayout_bodyContainer__P0jkj {
	margin: 0 auto;
	max-width: 1024px;
	padding-top: 10px;
}
.MainLayout_root__O0QiQ .MainLayout_sidePage__zgQ3D {
	bottom: 0;
	flex-shrink: 0;
	height: calc(100dvh - 64px);
	left: 100vw;
	left: var(--vw, 100vw);
	overflow-x: hidden;
	position: fixed;
	position: absolute;
	top: 0;
	transition: 0.2s ease-in-out;
	width: 100%;
	z-index: 101;
}
.MainLayout_root__O0QiQ .MainLayout_sidePage__zgQ3D.MainLayout_show__WFmgC {
	left: 0;
}
.MainLayout_root__O0QiQ
	.MainLayout_sidePage__zgQ3D
	.MainLayout_hideSidePage__RlOHv {
	display: none;
}
.MainLayout_bodyBottom__pA-ot {
	align-items: center;
	background-color: var(--design-block-bg);
	display: flex;
	justify-content: center;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 20px 190px;
}
.MainLayout_bodyBottom__pA-ot .MainLayout_bodyBottomInner__\+w42r {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1024px;
	overflow: hidden;
	width: 100%;
}
.reTabletOrDesktop .MainLayout_root__O0QiQ .MainLayout_sidePage__zgQ3D {
	background-color: #1a1222;
	height: calc(100vh - 64px);
	overflow-x: visible;
	position: relative;
	top: 0;
	width: 0;
}
.reTabletOrDesktop
	.MainLayout_root__O0QiQ
	.MainLayout_sidePage__zgQ3D.MainLayout_show__WFmgC {
	width: 375px;
}
.reTabletOrDesktop
	.MainLayout_root__O0QiQ
	.MainLayout_sidePage__zgQ3D.MainLayout_show__WFmgC
	.MainLayout_hideSidePage__RlOHv {
	display: flex;
}
.reTabletOrDesktop
	.MainLayout_root__O0QiQ
	.MainLayout_sidePage__zgQ3D
	.adm-center-popup {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.reTabletOrDesktop
	.MainLayout_root__O0QiQ
	.MainLayout_sidePage__zgQ3D
	.adm-center-popup-mask,
.reTabletOrDesktop
	.MainLayout_root__O0QiQ
	.MainLayout_sidePage__zgQ3D
	.adm-center-popup-wrap {
	position: absolute;
}
.reTabletOrDesktop
	.MainLayout_root__O0QiQ
	.MainLayout_sidePage__zgQ3D
	.MainLayout_hideSidePage__RlOHv {
	align-items: center;
	background: #332442;
	background: var(--design-button-bg, #332442);
	border-radius: 0.25rem 0 0 0.25rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	color: #fff;
	color: var(--design-text-color, #fff);
	cursor: pointer;
	display: none;
	font-size: 1.25rem;
	height: 3rem;
	justify-content: center;
	left: 0;
	padding: 0 0.25rem;
	position: absolute;
	top: 10%;
	transform: translateX(-100%);
	z-index: 1;
}
.forceMobileLayout .MainLayout_root__O0QiQ .MainLayout_sidePage__zgQ3D {
	overflow-y: hidden;
	position: absolute;
	top: 0;
}
.forceMobileLayout
	.MainLayout_root__O0QiQ
	.MainLayout_sidePage__zgQ3D
	.adm-center-popup {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.forceMobileLayout
	.MainLayout_root__O0QiQ
	.MainLayout_sidePage__zgQ3D
	.adm-center-popup-mask,
.forceMobileLayout
	.MainLayout_root__O0QiQ
	.MainLayout_sidePage__zgQ3D
	.adm-center-popup-wrap {
	position: absolute;
}
.GbTabBar_root__K-drk {
	align-items: center;
	background-color: #261b32;
	background-color: var(--design-block-bg, #261b32);
	bottom: 0;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
	box-shadow: var(--design-tabbar-box-shadow, 0 0 0.625rem rgba(0, 0, 0, 0.2));
	display: block;
	font-weight: 600;
	left: 0;
	max-height: 100%;
	padding: 10px 0;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 100;
}
.GbTabBar_root__K-drk .adm-tab-bar-item-active {
	color: #fff;
}
.GbTabBar_root__K-drk .GbTabBar_tab__aVSoN {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}
.GbTabBar_root__K-drk .GbTabBar_tab__aVSoN .GbTabBar_item__Uabx4 {
	align-items: center;
	display: flex;
	flex: 1 1;
	flex-direction: column;
	justify-content: center;
}
.GbTabBar_root__K-drk
	.GbTabBar_tab__aVSoN
	.GbTabBar_item__Uabx4
	.GbTabBar_icon__zG5lg {
	background-color: #617496;
	height: 24px;
	width: 24px;
}
.GbTabBar_root__K-drk
	.GbTabBar_tab__aVSoN
	.GbTabBar_item__Uabx4
	.GbTabBar_icon__zG5lg.GbTabBar_active__NgOdm {
	background-color: var(--adm-color-primary);
}
.GbTabBar_root__K-drk
	.GbTabBar_tab__aVSoN
	.GbTabBar_item__Uabx4
	.GbTabBar_icon__zG5lg.GbTabBar_spin__DZm4D {
	animation: GbTabBar_rolling__UpNdN 6s linear infinite;
}
@keyframes GbTabBar_rolling__UpNdN {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(1turn);
	}
	to {
		transform: rotate(2turn);
	}
}
.GbTabBar_root__K-drk
	.GbTabBar_tab__aVSoN
	.GbTabBar_item__Uabx4
	.GbTabBar_name__44wP5 {
	color: var(--adm-color-weak);
	cursor: pointer;
	font-size: 11px;
	white-space: nowrap;
}
.GbTabBar_root__K-drk
	.GbTabBar_tab__aVSoN
	.GbTabBar_item__Uabx4
	.GbTabBar_name__44wP5.GbTabBar_activeName__EMeSS {
	color: var(--adm-color-white);
	color: var(--design-text-color, var(--adm-color-white));
}
.GbTabBar_root__K-drk .GbTabBar_tab__aVSoN .GbTabBar_tabBadge__I9GGv {
	bottom: 66px;
	display: inline-block;
	left: 50%;
	position: fixed;
	transform: translateX(-50%);
}
.GbTabBar_root__K-drk
	.GbTabBar_tab__aVSoN
	.GbTabBar_tabBadge__I9GGv
	.GbTabBar_badge__EUvSK {
	animation: GbTabBar_pulse__8hLbP 1.5s infinite;
	-webkit-animation: GbTabBar_pulse__8hLbP 1.5s infinite;
	background-color: #ee111a;
	background-color: var(--badge-bg-color, #ee111a);
	border-radius: 2rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-ms-border-radius: 2rem;
	-o-border-radius: 2rem;
	display: inline-block;
	font-size: 0.8rem;
	max-width: 150px;
	padding: 0.2rem 1rem;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.GbTabBar_root__K-drk
	.GbTabBar_tab__aVSoN
	.GbTabBar_tabBadge__I9GGv
	.GbTabBar_badge__EUvSK
	.GbTabBar_badgeText__1zllG {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	max-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}
.GbTabBar_root__K-drk
	.GbTabBar_tab__aVSoN
	.GbTabBar_tabBadge__I9GGv
	.GbTabBar_badge__EUvSK:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #ee111a;
	bottom: -0.4rem;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 999;
}
@keyframes GbTabBar_pulse__8hLbP {
	0% {
		transform: scale(1);
	}
	15% {
		transform: scale(1.2);
	}
	30% {
		transform: scale(1);
	}
	45% {
		transform: scale(1.2);
	}
	60% {
		transform: scale(1);
	}
	to {
		transform: scale(1);
	}
}
.GbTabBar_root__K-drk .GbTabBar_bottomCenterButton__RXjQz {
	align-items: center;
	background: linear-gradient(
		180deg,
		var(--adm-color-primary-light) 0,
		var(--adm-color-primary) 100%
	);
	border: 6px solid #18202c;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	height: 68px;
	justify-content: center;
	margin-top: -20px;
	width: 68px;
}
.GbTabBar_root__K-drk
	.GbTabBar_bottomCenterButton__RXjQz
	.GbTabBar_buttonIcon__VKORB {
	height: 24px;
	object-fit: contain;
	width: 24px;
}
.GbTabBar_root__K-drk
	.GbTabBar_bottomCenterButton__RXjQz
	.GbTabBar_text__tphCq {
	animation: GbTabBar_blink__PShTN 1.5s ease 0s infinite normal none running;
	font-size: 12px;
	font-weight: 700;
}
@keyframes GbTabBar_blink__PShTN {
	0% {
		transform: scale(0.74);
	}
	25% {
		transform: scale(0.83);
	}
	50% {
		transform: scale(0.74);
	}
	75% {
		transform: scale(0.83);
	}
	to {
		transform: scale(0.74);
	}
}
.forceMobileLayout .GbTabBar_root__K-drk {
	left: 50%;
	max-width: 25rem;
	transform: translateX(-50%);
}
@keyframes HeartbeatLogo_heartbeat__beUgc {
	0% {
		transform: scaleX(1);
	}
	15% {
		transform: scale3d(1.2, 1.2, 1);
	}
	30% {
		transform: scaleX(1);
	}
	45% {
		transform: scale3d(1.2, 1.2, 1);
	}
	60% {
		transform: scaleX(1);
	}
	to {
		transform: scaleX(1);
	}
}
.HeartbeatLogo_heartbeatLogo__yvbm7 {
	animation: HeartbeatLogo_heartbeat__beUgc 1.5s ease-in-out infinite;
	flex-shrink: 0;
	object-fit: contain;
	perspective: 1000;
	will-change: transform;
}
.HeartbeatLogo_heartbeatLogo__yvbm7,
.HeartbeatLogo_heartbeatLogo__yvbm7 img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}
.HeartbeatLogo_heartbeatLogo__yvbm7 img {
	height: 2.63rem;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	width: 2.63rem;
}
@media (max-width: 768px) {
	.HeartbeatLogo_heartbeatLogo__yvbm7 img {
		height: 2rem;
		width: 2rem;
	}
}
.GbLeftMenu_rootPc__VxWHk {
	--panel-width: 240px;
	flex-shrink: 0;
	position: relative;
	transition: all 0.3s;
	display: none;
}
.GbLeftMenu_rootPc__VxWHk.active {
	display: block;
}
.GbLeftMenu_rootPc__VxWHk .GbLeftMenu_leftMenuPanel__duWLV {
	overflow: visible;
	padding-top: 30px;
}
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode2__5HkTB {
	width: 0 !important;
}
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode2__5HkTB
	.GbLeftMenu_leftMenuPanel__duWLV {
	left: 0 !important;
	overflow: visible;
	text-indent: -999999px;
	transition: all 0.1s !important;
	width: 82px !important;
}
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode2__5HkTB
	.GbLeftMenu_leftMenuPanel__duWLV:hover {
	text-indent: 0;
	width: var(--panel-width) !important;
}
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode2__5HkTB
	.GbLeftMenu_leftMenuPanel__duWLV:hover
	.GbLeftMenu_selectCountry__PeG-i,
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode2__5HkTB
	.GbLeftMenu_leftMenuPanel__duWLV:hover
	.GbLeftMenu_selectLanguage__oHPIF {
	display: block;
	text-indent: 0;
}
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode2__5HkTB
	.GbLeftMenu_leftMenuPanel__duWLV:hover
	.game-search-icon {
	flex-shrink: 1;
	margin-left: 0;
}
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode2__5HkTB
	.GbLeftMenu_leftMenuPanel__duWLV
	.game-search-icon {
	flex-shrink: 0;
	margin-left: 0.27rem;
}
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode2__5HkTB
	.GbLeftMenu_leftMenuPanel__duWLV
	.GbLeftMenu_selectCountry__PeG-i,
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode2__5HkTB
	.GbLeftMenu_leftMenuPanel__duWLV
	.GbLeftMenu_selectLanguage__oHPIF {
	display: none;
	text-indent: 0;
}
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode3__gEr16 {
	width: 82px !important;
}
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode3__gEr16:hover {
	width: var(--panel-width) !important;
}
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode3__gEr16
	.GbLeftMenu_leftMenuPanel__duWLV {
	left: 0 !important;
	overflow: visible;
	text-indent: -999999px;
	transition: all 0.1s !important;
	width: 82px !important;
}
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode3__gEr16
	.GbLeftMenu_leftMenuPanel__duWLV:hover {
	text-indent: 0;
	width: var(--panel-width) !important;
}
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode3__gEr16
	.GbLeftMenu_leftMenuPanel__duWLV:hover
	.GbLeftMenu_selectCountry__PeG-i,
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode3__gEr16
	.GbLeftMenu_leftMenuPanel__duWLV:hover
	.GbLeftMenu_selectLanguage__oHPIF {
	display: block;
	text-indent: 0;
}
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode3__gEr16
	.GbLeftMenu_leftMenuPanel__duWLV:hover
	.game-search-icon {
	flex-shrink: 1;
	margin-left: 0;
}
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode3__gEr16
	.GbLeftMenu_leftMenuPanel__duWLV
	.game-search-icon {
	flex-shrink: 0;
	margin-left: 0.27rem;
}
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode3__gEr16
	.GbLeftMenu_leftMenuPanel__duWLV
	.GbLeftMenu_selectCountry__PeG-i,
.GbLeftMenu_rootPc__VxWHk.GbLeftMenu_mode3__gEr16
	.GbLeftMenu_leftMenuPanel__duWLV
	.GbLeftMenu_selectLanguage__oHPIF {
	display: none;
	text-indent: 0;
}
.GbLeftMenu_rootPhone__BbmfZ .GbLeftMenu_leftMenuPanelMask__Zrqig {
	-webkit-backdrop-filter: blur(5px) brightness(0.75);
	backdrop-filter: blur(5px) brightness(0.75);
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 310;
}
.GbLeftMenu_rootPhone__BbmfZ .GbLeftMenu_leftMenuPanelMask__Zrqig.active {
	display: block;
}
.GbLeftMenu_leftMenuPanel__duWLV {
	background-color: #1a1222;
	bottom: 64px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 16px;
	position: absolute;
	top: 0;
	transition: all 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 0;
	z-index: 320;
}
.GbLeftMenu_leftMenuPanel__duWLV.active {
	box-shadow: var(--design-box-shadow);
}
.GbLeftMenu_leftMenuPanel__duWLV .GbLeftMenu_selectLanguage__oHPIF {
	width: 100%;
}
.GbLeftMenu_leftMenuPanel__duWLV
	.GbLeftMenu_selectLanguage__oHPIF
	.ant-select-selector {
	background-color: var(--design-button-bg);
	border: none;
	border-radius: 10px;
	border-radius: var(--design-border-radius, 10px);
	box-shadow: none !important;
	color: #fff;
	color: var(--design-text-color, #fff);
}
.GbLeftMenu_leftMenuPanel__duWLV
	.GbLeftMenu_selectLanguage__oHPIF
	.ant-select-dropdown {
	background: var(--design-button-bg);
	border-radius: 10px;
	border-radius: var(--design-border-radius, 10px);
	color: #fff;
	color: var(--design-text-color, #fff);
}
.GbLeftMenu_leftMenuPanel__duWLV
	.GbLeftMenu_selectLanguage__oHPIF
	.ant-select-arrow {
	color: #fff;
	color: var(--design-text-color, #fff);
}
.GbLeftMenu_leftMenuPanel__duWLV
	.GbLeftMenu_selectLanguage__oHPIF
	.ant-select-single.ant-select-open
	.ant-select-selection-item {
	color: #fff;
	color: var(--design-text-color, #fff);
	opacity: 0.3;
}
.GbLeftMenu_leftMenuPanel__duWLV
	.GbLeftMenu_selectLanguage__oHPIF
	.GbLeftMenu_selectLanguageDropdown__bTSlu
	.ant-select-item-option-selected {
	background: #121b2a;
	background: var(--design-button-active-bg, #121b2a);
}
.GbLeftMenu_leftMenuPanel__duWLV
	.GbLeftMenu_selectLanguage__oHPIF
	.GbLeftMenu_selectLanguageDropdown__bTSlu
	.ant-select-item-option {
	color: #fff;
	color: var(--design-text-color, #fff);
}
.GbLeftMenu_menuContent__9XvHC::-webkit-scrollbar {
	display: none;
}
.GbAntSelect_root__n\+9CY {
	border: var(--design-border);
	border-radius: 0;
	border-radius: var(--design-border-radius, 0);
	overflow: hidden;
}
.GbAntSelect_root__n\+9CY .ant-select {
	width: 100%;
}
.GbAntSelect_root__n\+9CY .ant-select-selector {
	background-color: var(--design-button-bg);
	border: none !important;
	border-radius: 10px !important;
	border-radius: var(--design-border-radius, 10px) !important;
	box-shadow: none !important;
	color: #fff;
	color: var(--design-text-color, #fff);
}
.GbAntSelect_root__n\+9CY .ant-select-dropdown {
	background: var(--design-button-bg);
	border-radius: 10px;
	border-radius: var(--design-border-radius, 10px);
	color: #fff;
	color: var(--design-text-color, #fff);
}
.GbAntSelect_root__n\+9CY .ant-select-arrow {
	color: #fff;
	color: var(--design-text-color, #fff);
}
.GbAntSelect_root__n\+9CY
	.ant-select-single.ant-select-open
	.ant-select-selection-item {
	color: #fff;
	color: var(--design-text-color, #fff);
	opacity: 0.3;
}
.GbAntSelect_root__n\+9CY
	.GbAntSelect_selectDropdown__xXoKy
	.ant-select-item-option-selected {
	background: #121b2a;
	background: var(--design-button-active-bg, #121b2a);
	color: var(--adm-color-primary) !important;
}
.GbAntSelect_root__n\+9CY
	.GbAntSelect_selectDropdown__xXoKy
	.ant-select-item-option {
	color: #fff;
	color: var(--design-text-color, #fff);
}
.AntdCus_antdCusRoot__R\+0ct .ant-btn-circle {
	min-width: 2rem;
}
.AntdCus_antdCusRoot__R\+0ct .ant-btn-icon-only {
	border-radius: 50%;
	font-size: 1rem;
	height: 2rem;
	padding: 0.15rem 0;
	vertical-align: middle;
	width: 2rem;
}
.AntdCus_antdCusRoot__R\+0ct .ant-pagination {
	font-size: 0.875rem;
}
.AntdCus_antdCusRoot__R\+0ct .ant-pagination-jump-next,
.AntdCus_antdCusRoot__R\+0ct .ant-pagination-jump-prev,
.AntdCus_antdCusRoot__R\+0ct .ant-pagination-next,
.AntdCus_antdCusRoot__R\+0ct .ant-pagination-prev {
	border-radius: 0.125rem;
	height: 2rem;
	line-height: 2rem;
	min-width: 2rem;
}
.AntdCus_antdCusRoot__R\+0ct .ant-pagination-jump-next,
.AntdCus_antdCusRoot__R\+0ct .ant-pagination-jump-prev,
.AntdCus_antdCusRoot__R\+0ct .ant-pagination-prev {
	margin-right: 0.5rem;
}
.AntdCus_antdCusRoot__R\+0ct .ant-pagination-item {
	border-radius: 0.125rem;
	height: 2rem;
	line-height: 1.875rem;
	margin-right: 0.5rem;
	min-width: 2rem;
}
.AntdCus_antdCusRoot__R\+0ct .ant-tabs-tab {
	background: var(--design-block-bg);
	border-radius: 5px;
	padding: 10px;
}
.AntdCus_antdCusRoot__R\+0ct .ant-tabs-tab + .ant-tabs-tab {
	margin-left: 10px;
}
.AntdCus_antdCusRoot__R\+0ct .ant-tabs-tab.ant-tabs-tab-active {
	color: #fff;
	color: var(--design-text-color, #fff);
}
.AntdCus_antdCusRoot__R\+0ct
	.ant-tabs-tab.ant-tabs-tab-active
	.ant-tabs-tab-btn {
	color: var(--adm-color-primary);
}
.AntdCus_antdCusRoot__R\+0ct .ant-tabs-bottom > .ant-tabs-nav:before,
.AntdCus_antdCusRoot__R\+0ct .ant-tabs-bottom > div > .ant-tabs-nav:before,
.AntdCus_antdCusRoot__R\+0ct .ant-tabs-top > .ant-tabs-nav:before,
.AntdCus_antdCusRoot__R\+0ct .ant-tabs-top > div > .ant-tabs-nav:before {
	border-bottom: 1px solid #303030;
	border-bottom: 1px solid var(--design-blur-color, #303030);
}
.AntdCus_antdCusRoot__R\+0ct .ant-tabs-ink-bar {
	background: #7a0707;
	background: var(--adm-color-primary, #7a0707);
}
.AntdCus_antdCusRoot__R\+0ct .ant-select-item {
	color: hsla(0, 0%, 100%, 0.85);
	color: var(--design-text-color, hsla(0, 0%, 100%, 0.85));
}
.AntdCus_antdCusRoot__R\+0ct .ant-select-selection-item {
	color: #fff;
	color: var(--design-text-color, #fff);
}
.AntdCus_antdCusRoot__R\+0ct
	.ant-select:not(.ant-select-disabled):hover
	.ant-select-selector {
	border-color: #1d5ca7;
	border-color: var(--adm-color-primary-light, #1d5ca7);
}
.AntdCus_antdCusRoot__R\+0ct
	.ant-select-focused:not(.ant-select-disabled).ant-select:not(
		.ant-select-customize-input
	)
	.ant-select-selector {
	border-color: #7a0707;
	border-color: var(--adm-color-primary, #7a0707);
}
.AntdCus_antdCusRoot__R\+0ct .ant-checkbox-inner {
	border-color: #434343;
}
.AntdCus_antdCusRoot__R\+0ct .ant-checkbox-input:focus + .ant-checkbox-inner,
.AntdCus_antdCusRoot__R\+0ct .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.AntdCus_antdCusRoot__R\+0ct .ant-checkbox:hover .ant-checkbox-inner {
	border-color: #7a0707;
	border-color: var(--adm-color-primary, #7a0707);
}
.AntdCus_antdCusRoot__R\+0ct .ant-checkbox-checked .ant-checkbox-inner {
	background: #7a0707;
	background: var(--adm-color-primary, #7a0707);
}
.AntdCus_antdCusRoot__R\+0ct .ant-checkbox-checked:after {
	border-color: #7a0707;
	border-color: var(--adm-color-primary, #7a0707);
}
.BbBackTop_root__AHRxK .BbBackTop_backTop__WAf2p {
	bottom: 168px;
	right: 24px;
}
.BbBackTop_root__AHRxK .ant-back-top-content {
	background: var(--design-button-bg);
	color: #fff;
	color: var(--design-text-color, #fff);
}
.BbBackTop_root__AHRxK .BbBackTop_box__uyolL {
	align-items: center;
	background: var(--design-button-bg);
	border: 1px solid var(--design-button-bg);
	border-radius: 4px;
	border-radius: var(--design-border-radius, 4px);
	box-shadow: 4px 0 12px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4px 12px;
}
.BbBackTop_root__AHRxK .BbBackTop_box__uyolL .BbBackTop_icon__w4ABg {
	height: 24px;
	margin-bottom: 4px;
	object-fit: contain;
	width: 24px;
}
.BbBackTop_root__AHRxK .BbBackTop_box__uyolL .BbBackTop_text__txzhJ {
	color: #fff;
	color: var(--design-text-color, #fff);
	font-size: 12px;
}
.BbClosePopupButton_root__xevk4 {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	position: absolute;
	z-index: 100;
}
.PopupPlayer_root__0mio4 {
	background-color: #1a1222;
	background-color: var(--design-block-bg, #1a1222);
	border-radius: 20px;
	border-radius: var(--design-big-border-radius, 20px);
	max-width: 28rem;
	padding: 1rem;
	width: 95vw;
	width: var(--vw, 95vw);
}
.PopupPlayer_root__0mio4 .PopupPlayer_title__j20Um {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
}
.PopupPlayer_root__0mio4 .PopupPlayer_box__QvYWP,
.PopupPlayer_root__0mio4 .PopupPlayer_controlBox__QL3Xh,
.PopupPlayer_root__0mio4 .PopupPlayer_musicBox__uOhYF,
.PopupPlayer_root__0mio4 .PopupPlayer_volumeBox__gOPiH {
	background: var(--design-button-bg);
	border-radius: 20px;
	border-radius: var(--design-big-border-radius, 20px);
	margin-top: 1rem;
	padding: 1rem;
}
.PopupPlayer_root__0mio4 .PopupPlayer_volumeBox__gOPiH {
	align-items: center;
	display: flex;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_volumeBox__gOPiH
	.PopupPlayer_label__o\+cNg {
	font-size: 0.875rem;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_volumeBox__gOPiH
	.PopupPlayer_slider__AdkqQ {
	flex: 1 1;
	height: 0.75rem;
	margin: 0 1rem;
	padding: 0;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_volumeBox__gOPiH
	.PopupPlayer_slider__AdkqQ
	.ant-slider-rail {
	background: var(--design-block-bg);
	border-radius: 1rem;
	height: 100%;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_volumeBox__gOPiH
	.PopupPlayer_slider__AdkqQ
	.ant-slider-track {
	background: var(--adm-color-primary);
	border-radius: 1rem;
	height: 100%;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_volumeBox__gOPiH
	.PopupPlayer_slider__AdkqQ
	.ant-slider-handle {
	height: 1.5rem;
	top: -0.15rem;
	width: 1.5rem;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_volumeBox__gOPiH
	.PopupPlayer_volumeButton__-KupV {
	color: var(--adm-color-primary);
	cursor: pointer;
	font-size: 1rem;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_controlBox__QL3Xh
	.PopupPlayer_name__uLkDn {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.5rem;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_controlBox__QL3Xh
	.PopupPlayer_name__uLkDn.PopupPlayer_hide__PP60i {
	display: none !important;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_controlBox__QL3Xh
	.PopupPlayer_sliderBox__DeDnE {
	align-items: center;
	display: flex;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_controlBox__QL3Xh
	.PopupPlayer_sliderBox__DeDnE
	.PopupPlayer_slider__AdkqQ {
	flex: 1 1;
	margin: 0 1rem;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_controlBox__QL3Xh
	.PopupPlayer_sliderBox__DeDnE
	.PopupPlayer_slider__AdkqQ
	.ant-slider-rail {
	background: var(--design-block-bg);
}
.PopupPlayer_root__0mio4
	.PopupPlayer_controlBox__QL3Xh
	.PopupPlayer_sliderBox__DeDnE
	.PopupPlayer_slider__AdkqQ
	.ant-slider-track {
	background: var(--adm-color-primary);
}
.PopupPlayer_root__0mio4
	.PopupPlayer_controlBox__QL3Xh
	.PopupPlayer_sliderBox__DeDnE
	.PopupPlayer_time__NvaNd {
	font-size: 0.75rem;
	opacity: 0.8;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_controlBox__QL3Xh
	.PopupPlayer_controlBottom__2XJK\+ {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_controlBox__QL3Xh
	.PopupPlayer_controlBottom__2XJK\+
	.PopupPlayer_btn__JaXI- {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_controlBox__QL3Xh
	.PopupPlayer_controlBottom__2XJK\+
	.PopupPlayer_btn__JaXI-
	.PopupPlayer_btnTop__mVl8g {
	color: var(--adm-color-primary);
	font-size: 1.2rem;
	height: 1.5rem;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_controlBox__QL3Xh
	.PopupPlayer_controlBottom__2XJK\+
	.PopupPlayer_btn__JaXI-
	.PopupPlayer_btnLabel__oKvHx {
	font-size: 0.75rem;
	margin-top: 0.25rem;
	min-width: 4rem;
	opacity: 0.6;
	text-align: center;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_controlBox__QL3Xh
	.PopupPlayer_controlBottom__2XJK\+
	.PopupPlayer_actions__DEltl {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin: 0 1rem;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_controlBox__QL3Xh
	.PopupPlayer_controlBottom__2XJK\+
	.PopupPlayer_actions__DEltl
	.PopupPlayer_action__WzCoK {
	align-items: center;
	background: hsla(0, 0%, 100%, 0.1);
	background: var(--design-button-active-bg, hsla(0, 0%, 100%, 0.1));
	border-radius: 100%;
	color: var(--adm-color-primary);
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	height: 2rem;
	justify-content: center;
	width: 2rem;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_controlBox__QL3Xh
	.PopupPlayer_controlBottom__2XJK\+
	.PopupPlayer_actions__DEltl
	.PopupPlayer_action__WzCoK:nth-of-type(2) {
	font-size: 1.2rem;
	height: 2.5rem;
	width: 2.5rem;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_musicBox__uOhYF
	.PopupPlayer_tabs__6dFMY
	.ant-tabs-nav {
	margin-bottom: 0;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_musicBox__uOhYF
	.PopupPlayer_tabs__6dFMY
	.ant-tabs-tab-btn {
	color: #fff;
	color: var(--design-text-color, #fff);
	font-size: 0.875rem;
	font-weight: 500;
	opacity: 0.8;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_musicBox__uOhYF
	.PopupPlayer_tabs__6dFMY
	.ant-tabs-tab {
	margin: 0 1.5rem;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_musicBox__uOhYF
	.PopupPlayer_tabs__6dFMY
	.ant-tabs-tab-active
	.ant-tabs-tab-btn {
	opacity: 1;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_musicBox__uOhYF
	.PopupPlayer_musicList__e5EKp {
	max-height: 20rem;
	overflow-y: auto;
	padding: 0 0.5rem 0.5rem;
	width: 100%;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_musicBox__uOhYF
	.PopupPlayer_musicList__e5EKp
	.PopupPlayer_musicItem__L34BT {
	align-items: center;
	border-bottom: 0.03125rem solid hsla(0, 0%, 100%, 0.1);
	color: #fff;
	color: var(--design-text-color, #fff);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 0.75rem 0;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_musicBox__uOhYF
	.PopupPlayer_musicList__e5EKp
	.PopupPlayer_musicItem__L34BT.PopupPlayer_playing__9Rh9h
	.PopupPlayer_index__JPhbB {
	color: var(--adm-color-primary);
	opacity: 1;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_musicBox__uOhYF
	.PopupPlayer_musicList__e5EKp
	.PopupPlayer_musicItem__L34BT
	.PopupPlayer_index__JPhbB {
	font-size: 1rem;
	opacity: 0.8;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_musicBox__uOhYF
	.PopupPlayer_musicList__e5EKp
	.PopupPlayer_musicItem__L34BT
	.PopupPlayer_name__uLkDn {
	flex: 1 1;
	font-size: 1rem;
	margin: 0 0.5rem;
	max-width: 13rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_musicBox__uOhYF
	.PopupPlayer_musicList__e5EKp
	.PopupPlayer_musicItem__L34BT
	.PopupPlayer_size__lLLdV {
	opacity: 0.8;
}
.PopupPlayer_root__0mio4
	.PopupPlayer_musicBox__uOhYF
	.PopupPlayer_musicList__e5EKp
	.PopupPlayer_musicItem__L34BT
	.PopupPlayer_status__glP45 {
	color: var(--adm-color-primary);
	flex-shrink: 0;
	font-size: 1rem;
	margin-left: 1rem;
}
.GbIcons_icon__P8dvB {
	font-size: 16px;
	height: 24px;
	object-fit: contain;
	width: 20px;
}
.DesignArticle_root__yLujo {
	padding: 8px 10px;
}
.Hash_root__3d41N {
	display: flex;
	justify-content: center;
	margin-bottom: 0.625rem;
	width: 100%;
}
.Hash_root__3d41N .Hash_content__iOcsW {
	max-width: 30rem;
	padding: 0.625rem;
}
.Hash_root__3d41N .Hash_content__iOcsW .Hash_header__QRtvL {
	background: #232f41;
	background: var(--design-button-bg, #232f41);
	border-radius: 0.625rem;
	margin-bottom: 0.625rem;
	padding: 0.625rem;
	width: 100%;
}
.rePhone .Hash_root__3d41N .Hash_content__iOcsW {
	max-width: none;
	width: 100%;
}
.ExampleCard_root__3Mize {
	display: flex;
	gap: 0.625rem;
	overflow-x: auto;
	width: 100%;
}
.ExampleCard_root__3Mize .ExampleCard_example__pEoti {
	background: #304065;
	border-radius: 0.625rem;
	min-width: 12rem;
	padding-bottom: 0.625rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
}
.ExampleCard_root__3Mize .ExampleCard_example__pEoti .ExampleCard_title__2ZRY9 {
	align-items: center;
	color: #fcbf48;
	display: flex;
	font-size: 0.8rem;
	font-weight: bolder;
	justify-content: center;
	line-height: 0.8rem;
	padding: 0.625rem;
	width: 100%;
}
.ExampleCard_root__3Mize
	.ExampleCard_example__pEoti
	.ExampleCard_content__eQJST {
	display: flex;
	flex-direction: column;
	font-size: 0.7rem;
	font-weight: 400;
	gap: 0.625rem;
	line-height: 1rem;
	padding: 0 0.625rem;
}
.QrcodeBetBtn_root__X9KF\+ {
	background: #56ae85;
	cursor: pointer;
	font-size: 1rem;
	font-weight: bolder;
	height: 3rem;
	text-align: center;
}
.QrcodeBetBtn_qrcodeBox__FkV-N,
.QrcodeBetBtn_root__X9KF\+ {
	align-items: center;
	border-radius: 0.625rem;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	width: 100%;
}
.QrcodeBetBtn_qrcodeBox__FkV-N {
	background: #263150;
	flex-direction: column;
	height: 100%;
	padding: 0.625rem;
	position: relative;
}
.QrcodeBetBtn_qrcodeBox__FkV-N .QrcodeBetBtn_close__F0fMg {
	color: hsla(0, 0%, 100%, 0.522);
	cursor: pointer;
	font-size: 1rem;
	position: absolute;
	right: 0.625rem;
	top: 0.625rem;
}
.QrcodeBetBtn_qrcodeBox__FkV-N .QrcodeBetBtn_title__Yu0VN {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: bolder;
	gap: 0.625rem;
	height: 2rem;
	justify-content: center;
	width: 100%;
}
.QrcodeBetBtn_qrcodeBox__FkV-N .QrcodeBetBtn_qrcode__pGFfi {
	background: #fff;
	border-radius: 0.625rem;
	padding: 1.5rem;
}
.QrcodeBetBtn_qrcodeBox__FkV-N .QrcodeBetBtn_info__SWGf3 {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	font-weight: 600;
	justify-content: center;
	width: 100%;
}
.QrcodeBetBtn_qrcodeBox__FkV-N
	.QrcodeBetBtn_info__SWGf3
	.QrcodeBetBtn_odds__S3Oxi {
	margin-bottom: 0.625rem;
}
.QrcodeBetBtn_qrcodeBox__FkV-N
	.QrcodeBetBtn_info__SWGf3
	.QrcodeBetBtn_limit__FaQXq {
	align-items: center;
	background: #303d5c;
	border-radius: 50rem;
	display: flex;
	height: 2rem;
	justify-content: space-around;
	width: 100%;
}
.reTabletOrDesktop .QrcodeBetBtn_root__X9KF\+ .QrcodeBetBtn_qrcode__pGFfi {
	width: 30vw;
}
.TipsText_root__oYTrF {
	width: 100%;
}
.TipsText_root__oYTrF .TipsText_text__RY80D {
	color: #7987a7;
	font-size: 0.8rem;
	opacity: 0.85;
	width: 100%;
}
.TransferBetAddress_root__n2HfF {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	width: 100%;
}
.TransferBetAddress_root__n2HfF .TransferBetAddress_row__\+d-U- {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	height: 2.5rem;
	justify-content: center;
	width: 100%;
}
.TransferBetAddress_root__n2HfF
	.TransferBetAddress_row__\+d-U-
	.TransferBetAddress_content__J64N2 {
	height: 100%;
	width: 100%;
}
.TransferBetAddress_root__n2HfF
	.TransferBetAddress_row__\+d-U-
	.TransferBetAddress_content__J64N2
	.TransferBetAddress_title__ANeJ4 {
	color: #fff;
	font-size: 1rem;
	font-weight: bolder;
}
.TransferBetAddress_root__n2HfF
	.TransferBetAddress_row__\+d-U-
	.TransferBetAddress_content__J64N2
	.TransferBetAddress_title__ANeJ4
	img {
	height: 1rem;
	width: 1rem;
}
.TransferBetAddress_root__n2HfF
	.TransferBetAddress_row__\+d-U-
	.TransferBetAddress_content__J64N2
	.TransferBetAddress_tips__dcKbU {
	color: #a3b6d3;
	font-size: 0.8rem;
	font-weight: 400;
}
.TransferBetAddress_root__n2HfF
	.TransferBetAddress_row__\+d-U-
	.TransferBetAddress_address__9Z3lT {
	align-items: center;
	border: 1px solid #304065;
	border-radius: 0.625rem;
	display: flex;
	font-size: 0.7rem;
	gap: 0.625rem;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.TransferBetAddress_root__n2HfF
	.TransferBetAddress_row__\+d-U-
	.TransferBetAddress_btn__igYzV {
	align-items: center;
	background: #304065;
	border-radius: 0.625rem;
	cursor: pointer;
	display: flex;
	font-size: 0.7rem;
	font-weight: bolder;
	gap: 0.625rem;
	height: 100%;
	justify-content: center;
	padding: 0 0.4rem;
	text-align: center;
	width: 6rem;
}
.TransferBetAddress_root__n2HfF
	.TransferBetAddress_row__\+d-U-
	.TransferBetAddress_animation__yUTh\+ {
	animation: TransferBetAddress_shockwaveJump__1-\+ Tg 1s ease-out infinite;
}
.TransferBetAddress_root__n2HfF
	.TransferBetAddress_row__\+d-U-
	.TransferBetAddress_animation__yUTh\+:before {
	animation: TransferBetAddress_shockwave__KzCNQ 1s ease-out 0.5s infinite;
	border-radius: 0.625rem;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.TransferBetAddress_root__n2HfF
	.TransferBetAddress_row__\+d-U-
	.TransferBetAddress_animation__yUTh\+:after {
	animation: TransferBetAddress_shockwave__KzCNQ 1s ease-out 0.65s infinite;
	border-radius: 6px;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
@keyframes TransferBetAddress_shockwaveJump__1-\+Tg {
	0% {
		transform: scale(1);
	}
	40% {
		transform: scale(1.08);
	}
	50% {
		transform: scale(0.98);
	}
	55% {
		transform: scale(1.02);
	}
	60% {
		transform: scale(0.98);
	}
	to {
		transform: scale(1);
	}
}
@keyframes TransferBetAddress_shockwave__KzCNQ {
	0% {
		box-shadow:
			0 0 2px rgba(250, 202, 70, 0.651),
			inset 0 0 1px rgba(250, 202, 70, 0.949);
		transform: scale(1);
	}
	95% {
		box-shadow:
			0 0 16px rgba(250, 202, 70, 0.149),
			inset 0 0 16px rgba(250, 202, 70, 0.149);
	}
	to {
		transform: scale(1.3);
	}
}
.Input_root__A1xze {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	height: 100%;
	width: 100%;
}
.Input_root__A1xze span {
	color: hsla(0, 0%, 100%, 0.522);
	font-size: 0.8rem;
}
.Input_root__A1xze .Input_input__5yw-I {
	background: transparent;
	border: 0.125rem solid #424e6a;
	border-radius: 0.625rem;
	color: hsla(0, 0%, 100%, 0.627);
	font-size: 0.8rem;
	font-weight: bolder;
	height: 100%;
	min-height: 2.5rem;
	text-align: center;
	width: 100%;
}
.Input_root__A1xze .Input_btn__byGYj {
	background: #3f4452;
	border-bottom-right-radius: 0.625rem;
	border-top-right-radius: 0.625rem;
	height: auto;
}
.Input_root__A1xze .Input_btn__byGYj span {
	color: #fff;
	font-size: 0.8rem;
	font-weight: bolder;
}
.Input_root__A1xze .Input_addBtn__fqLCY {
	background: #16c45e;
}
.ActiveWallet_root__RNt0L {
	align-items: center;
	background: #263150;
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	height: 100%;
	justify-content: center;
	padding: 0.625rem;
	position: relative;
	width: 80vw;
}
.ActiveWallet_root__RNt0L .ActiveWallet_title__gRxvP {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: bolder;
	gap: 0.625rem;
	height: 2rem;
	justify-content: center;
	width: 100%;
}
.ActiveWallet_root__RNt0L .ActiveWallet_btn__m\+3zh {
	align-items: center;
	background: #16c45e;
	border-radius: 0.625rem;
	display: flex;
	font-size: 0.8rem;
	font-weight: bolder;
	height: 2.5rem;
	justify-content: center;
	width: 100%;
}
.ActiveWallet_root__RNt0L .ActiveWallet_close__t4h08 {
	color: hsla(0, 0%, 100%, 0.522);
	cursor: pointer;
	font-size: 1rem;
	position: absolute;
	right: 0.625rem;
	top: 0.625rem;
}
.reTabletOrDesktop .ActiveWallet_root__RNt0L {
	width: 30vw;
}
.GbAntButton_root__4Jy-K {
	background: var(--background-color);
}
.GbTable_root__aRhLC {
	overflow-x: auto;
	width: 100%;
}
.GbTable_root__aRhLC .GbTable_table__moqvH th {
	border: none;
	color: #fff;
	color: var(--design-text-color, #fff);
	font-weight: bolder;
	text-align: center;
}
.GbTable_root__aRhLC .GbTable_table__moqvH .ant-table-thead {
	background-color: #233856;
	background-color: var(--design-table-head-bg, #233856);
}
.GbTable_root__aRhLC .GbTable_table__moqvH .ant-table-tbody {
	background-color: #202b3c;
	background-color: var(--design-table-body-bg, #202b3c);
}
.GbTable_root__aRhLC .GbTable_table__moqvH td {
	border: none;
	color: #fff;
	color: var(--design-text-color, #fff);
	text-align: center;
}
.GbTable_root__aRhLC .GbTable_table__moqvH .ant-table ::-webkit-scrollbar {
	display: none;
}
.GbTable_root__aRhLC
	.GbTable_table__moqvH
	.ant-table-tbody
	> tr.ant-table-row:hover
	> td,
.GbTable_root__aRhLC
	.GbTable_table__moqvH
	.ant-table-tbody
	> tr
	> td.ant-table-cell-row-hover {
	background: rgba(72, 108, 165, 0.51) !important;
	background: var(
		--design-button-active-bg,
		rgba(72, 108, 165, 0.51)
	) !important;
}
.GbTable_root__aRhLC .GbTable_table__moqvH.GbTable_noMinWidth__x6WNj th {
	min-width: 0 !important;
	min-width: auto !important;
}
.GbTable_root__aRhLC .GbTable_table__moqvH.GbTable_embed__4zjkB {
	height: 100%;
}
.GbTable_root__aRhLC
	.GbTable_table__moqvH.GbTable_embed__4zjkB
	.ant-table-tbody,
.GbTable_root__aRhLC
	.GbTable_table__moqvH.GbTable_embed__4zjkB
	.ant-table-thead {
	background-color: transparent !important;
}
.GbTable_root__aRhLC
	.GbTable_table__moqvH.GbTable_embed__4zjkB
	.ant-table-tbody
	> tr.ant-table-placeholder:hover
	> td,
.GbTable_root__aRhLC
	.GbTable_table__moqvH.GbTable_embed__4zjkB
	.ant-table-tbody
	> tr.ant-table-row:hover
	> td,
.GbTable_root__aRhLC
	.GbTable_table__moqvH.GbTable_embed__4zjkB
	.ant-table-tbody
	> tr
	> td.ant-table-cell-row-hover {
	background: transparent !important;
}
.GbTable_root__aRhLC .GbTable_lightMode__m\+k2w .ant-table {
	font-size: 0.75rem;
}
.GbTable_root__aRhLC .GbTable_lightMode__m\+k2w .ant-table,
.GbTable_root__aRhLC .GbTable_lightMode__m\+k2w .ant-table-container,
.GbTable_root__aRhLC .GbTable_lightMode__m\+k2w table {
	border-color: #ededed !important;
	border-color: var(--adm-border-color, #ededed) !important;
}
.GbTable_root__aRhLC .GbTable_lightMode__m\+k2w th {
	border: none;
	border-color: #ededed !important;
	border-color: var(--adm-border-color, #ededed) !important;
	color: #fff;
	font-weight: bolder;
	min-width: 6.25rem;
	padding: 1rem 0 !important;
	text-align: center;
}
.GbTable_root__aRhLC .GbTable_lightMode__m\+k2w td {
	border-bottom: 1px solid !important;
	border-color: #ededed !important;
	border-color: var(--adm-border-color, #ededed) !important;
	color: #333 !important;
	padding: 1rem 0;
}
.GbTable_root__aRhLC .GbTable_lightMode__m\+k2w .ant-table-thead {
	background: var(--adm-color-primary) !important;
	border-color: #ededed !important;
	border-color: var(--adm-border-color, #ededed) !important;
}
.GbTable_root__aRhLC .GbTable_lightMode__m\+k2w .ant-table-tbody {
	background-color: #fff !important;
	background-color: var(--adm-background-color, #fff) !important;
	border-color: #ededed !important;
	border-color: var(--adm-border-color, #ededed) !important;
	color: #333 !important;
	font-weight: 500;
	text-align: center;
}
.GbTable_root__aRhLC .GbTable_lightMode__m\+k2w .ant-table-content {
	border-color: #ededed !important;
	border-color: var(--adm-border-color, #ededed) !important;
	overflow-x: auto;
}
.GbTable_root__aRhLC
	.GbTable_lightMode__m\+k2w
	.ant-table-content::-webkit-scrollbar {
	display: none;
}
.GbTable_root__aRhLC .GbTable_lightMode__m\+k2w .ant-table-measure-row {
	border-color: #ededed !important;
	border-color: var(--adm-border-color, #ededed) !important;
	display: none;
}
.GbTable_root__aRhLC
	.GbTable_lightMode__m\+k2w
	.ant-table-tbody
	> tr.ant-table-placeholder:hover
	> td {
	background: #ededed !important;
	border-color: #ededed !important;
	border-color: var(--adm-border-color, #ededed) !important;
}
.TransferLimit_root__aG1HK {
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
	width: 100%;
}
.TransferLimit_root__aG1HK .TransferLimit_block__t90qp {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}
.TransferLimit_root__aG1HK
	.TransferLimit_block__t90qp
	.TransferLimit_label__6Udo0 {
	color: hsla(0, 0%, 100%, 0.588);
	font-size: 0.8rem;
	font-weight: bolder;
	line-height: 0.8rem;
}
.TransferLimit_root__aG1HK
	.TransferLimit_block__t90qp
	.TransferLimit_content__pO7zP {
	align-items: center;
	background: #304065;
	border-radius: 0.25rem;
	display: flex;
	flex: 1 1;
	flex-direction: column;
	font-size: 0.8rem;
	height: 3rem;
	justify-content: center;
	padding: 0 0.5rem;
	white-space: nowrap;
	width: 100%;
}
.TransferLimit_root__aG1HK
	.TransferLimit_block__t90qp
	.TransferLimit_content__pO7zP
	span {
	display: flex;
	font-family:
		Segoe UI,
		Tahoma,
		Geneva,
		Verdana,
		sans-serif;
	font-weight: 900;
	gap: 0.625rem;
}
.TransferLimit_root__aG1HK
	.TransferLimit_block__t90qp
	.TransferLimit_content__pO7zP
	span
	p {
	color: #fcbf48;
}
.TransferLimit_root__aG1HK
	.TransferLimit_block__t90qp.TransferLimit_right__EFD4h {
	flex: 1 1;
}
.TransferRulesCard_root__LsMmu {
	align-items: center;
	background: linear-gradient(0deg, #184e68, #47ab7d);
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	justify-content: center;
	padding: 0.625rem 2rem;
	text-align: center;
	width: 100%;
}
.TransferRulesCard_root__LsMmu .TransferRulesCard_title__oRdKQ {
	-webkit-text-fill-color: transparent;
	align-items: center;
	background: #ffeb3b;
	background-clip: text;
	-webkit-background-clip: text;
	display: flex;
	font-family:
		Segoe UI,
		Tahoma,
		Geneva,
		Verdana,
		sans-serif;
	font-size: 1rem;
	font-weight: bolder;
	justify-content: center;
}
.TransferRulesCard_root__LsMmu .TransferRulesCard_tips__6\+cxq {
	color: #fff;
	font-size: 0.8rem;
	font-weight: bolder;
}
.TransferRulesCard_root__LsMmu .TransferRulesCard_exp__UcjM3 {
	align-items: center;
	background: rgba(0, 0, 0, 0.502);
	border-radius: 0.5rem;
	color: #fff;
	display: flex;
	font-size: 0.8rem;
	font-weight: bolder;
	justify-content: center;
	min-width: 70%;
	padding: 0.5rem;
	word-break: break-all;
}
.TransferRulesCard_root__LsMmu
	.TransferRulesCard_exp__UcjM3
	.TransferRulesCard_end__Cy6zb {
	color: #fcbf48;
	font-size: 1.2rem;
	margin-left: 1rem;
	position: relative;
}
.TransferRulesCard_root__LsMmu
	.TransferRulesCard_exp__UcjM3
	.TransferRulesCard_end__Cy6zb
	img {
	left: -1.3rem;
	position: absolute;
	top: -0.7rem;
	width: 5rem;
}
.TransferRulesCard_root__LsMmu
	.TransferRulesCard_exp__UcjM3
	.TransferRulesCard_min__JZL7c {
	font-size: 0.8rem;
}
.TransferRulesCard_root__LsMmu
	.TransferRulesCard_exp__UcjM3
	.TransferRulesCard_min__JZL7c
	img {
	left: -0.9rem;
	position: absolute;
	top: -1.3rem;
	width: 6rem;
}
.TransferRulesCard_root__LsMmu .TransferRulesCard_content__a4iNZ {
	align-items: center;
	background: rgba(0, 0, 0, 0.502);
	border-radius: 0.625rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 0.8rem;
	justify-content: center;
	opacity: 0.8;
	padding: 0.625rem;
	width: 100%;
}
.TransferTab_root__YX9cx {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}
.TransferTab_root__YX9cx .TransferTab_main__6JSAa {
	background: #002744;
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	padding: 0.625rem;
}
.TransferTab_root__BwZoZ {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}
.TransferTab_root__BwZoZ .TransferTab_main__mMWsk {
	background: #002744;
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	padding: 0.625rem;
}
.TransferTab_root__IH3oA {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}
.TransferTab_root__IH3oA .TransferTab_main__udNbu {
	background: #002744;
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	padding: 0.625rem;
}
.GamePlayTabs_root__e7txL .GamePlayTabs_tabs__ZLcmK {
	align-items: center;
	background: #283654;
	border-radius: 0.625rem 0.625rem 0 0;
	display: flex;
	height: 3.25rem;
	justify-content: center;
	overflow: hidden;
	width: 100%;
}
.GamePlayTabs_root__e7txL .GamePlayTabs_tabs__ZLcmK .GamePlayTabs_tab__a--yN {
	align-items: center;
	color: #7582a2;
	cursor: pointer;
	display: flex;
	font-size: 0.8rem;
	gap: 0.5rem;
	height: 100%;
	justify-content: center;
	width: 100%;
}
.GamePlayTabs_root__e7txL
	.GamePlayTabs_tabs__ZLcmK
	.GamePlayTabs_tab__a--yN
	.GamePlayTabs_icon__kb8gM {
	font-size: 0.9rem;
}
.GamePlayTabs_root__e7txL .GamePlayTabs_tabs__ZLcmK .GamePlayTabs_on__YPjPt {
	background: #253d6f;
	color: #fff;
	font-weight: bolder;
}
.GbHeaderTool_root__Q\+LBh {
	width: 100%;
}
.GbHeaderTool_root__Q\+LBh .GbHeaderTool_toolAreaXs__GmhSC {
	display: flex;
	justify-content: end;
}
.GbHeaderTool_root__Q\+LBh .GbHeaderTool_toolAreaSm__cSo\+L {
	display: flex;
	justify-content: space-between;
}
.GbHeaderTool_root__Q\+LBh .GbHeaderTool_toolAreaSmLeft__Pmq5k {
	align-items: center;
	display: flex;
	flex: 1 1;
}
.GbHeaderTool_root__Q\+LBh
	.GbHeaderTool_toolAreaSmLeft__Pmq5k
	.GbHeaderTool_name__Dlmgn {
	flex: 1 1;
	font-size: 1rem;
	font-weight: bolder;
}
.GbHeaderTool_root__Q\+LBh
	.GbHeaderTool_toolAreaSmLeft__Pmq5k
	.GbHeaderTool_span__nO\+Xq {
	font-size: 0.875rem;
	font-weight: 700;
	margin-left: 3px;
}
.GbHeaderTool_root__Q\+LBh .GbHeaderTool_toolAreaSmRight__Ki\+1\+ {
	display: flex;
	overflow-x: hidden;
}
.GbHeaderTool_root__Q\+LBh .GbHeaderTool_tool__gXE7N {
	align-items: center;
	background-color: #232f41;
	background-color: var(--design-button-bg, #232f41);
	border-radius: 0.3125rem;
	cursor: pointer;
	display: flex;
	font-size: 1.375rem;
	height: 30px;
	justify-content: center;
	margin: 0 0 0.625rem 0.625rem;
	padding: 5px;
}
.GbHeaderTool_root__Q\+LBh .GbHeaderTool_toolIcons__wXqtA {
	font-size: 1.125rem;
}
.GbHeaderTool_root__Q\+LBh
	.GbHeaderTool_tool__gXE7N
	.GbHeaderTool_span__nO\+Xq {
	font-size: 14px;
	font-weight: bolder;
	margin-left: 0.625rem;
}
.GbHeaderTool_root__Q\+LBh
	.GbHeaderTool_tool__gXE7N
	.GbHeaderTool_battle__wFOdA {
	margin-left: 0.25rem;
}
.GbHeaderTool_root__Q\+LBh
	.GbHeaderTool_tool__gXE7N
	.GbHeaderTool_battle__wFOdA
	.ant-progress {
	font-size: 0.625rem;
	font-weight: bolder;
}
.GbHeaderTool_root__Q\+LBh
	.GbHeaderTool_tool__gXE7N
	.GbHeaderTool_battle__wFOdA
	.ant-progress-text {
	color: #fff;
}
.GbHeaderTool_root__Q\+LBh .GbHeaderTool_tool__gXE7N .GbHeaderTool_user__TDDgy {
	font-size: 1rem;
}
.GbHeaderTool_root__Q\+LBh .GbHeaderTool_collect__oVpnk {
	align-items: center;
	background-color: #232f41;
	background-color: var(--design-button-bg, #232f41);
	border-radius: 0.3125rem;
	cursor: pointer;
	display: flex;
	height: 1.875rem;
	justify-content: center;
	margin: 0 0 0.625rem 0.625rem;
	padding: 0.625rem;
}
.GbHeaderTool_root__Q\+LBh .GbHeaderTool_collectIcons__p0NXN {
	font-size: 1.125rem;
}
.GbHeaderTool_root__Q\+LBh
	.GbHeaderTool_collect__oVpnk
	.GbHeaderTool_span__nO\+Xq {
	font-weight: bolder;
	margin-left: 0.625rem;
}
.GbHeaderTool_root__Q\+LBh .GbHeaderTool_rule__a2voE {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 1.875rem;
	margin: 0.625rem;
}
.GbHeaderTool_root__Q\+LBh .GbHeaderTool_ruleIcons__mhrBP {
	font-size: 1.125rem;
}
.GbHeaderTool_root__Q\+LBh .GbHeaderTool_table__dJgFr {
	color: #fff;
	color: var(--design-text-color, #fff);
	font-weight: 500;
	margin-bottom: 6.875rem;
}
.GbHeaderTool_root__Q\+LBh
	.GbHeaderTool_table__dJgFr
	.ant-table-thead
	.ant-table-cell {
	color: #fff;
	color: var(--design-text-color, #fff);
	font-weight: 600;
}
.GbHeaderTool_root__Q\+LBh .GbHeaderTool_table__dJgFr .ant-table-tbody {
	color: #fff;
	color: var(--design-text-color, #fff);
}
.GbHeaderTool_site-drawer-render-in-current-wrapper__iv6ye {
	background: #fafafa;
	border: 1px solid #ebedf0;
	border-radius: 2px;
	height: 12.5rem;
	overflow: hidden;
	padding: 3rem;
	position: relative;
	text-align: center;
}
.GbHeaderTool_mydrawer__LYO7- {
	padding-top: 4rem;
}
.GbHeaderTool_mydrawer__LYO7- .ant-drawer-title {
	color: #fff;
	color: var(--design-text-color, #fff);
	font-weight: bolder;
}
.GbHeaderTool_mydrawer__LYO7- .ant-drawer-header,
.GbHeaderTool_mydrawer__LYO7- .ant-drawer-wrapper-body {
	background: var(--design-block-bg) !important;
}
.GbHeaderTool_mydrawerButton__RpBVq {
	background-color: #323043;
	background-color: var(--design-button-bg, #323043);
	border: 0;
	border-radius: 0.625rem;
	border-radius: var(--design-border-radius, 0.625rem);
	color: #fff;
	color: var(--design-text-color, #fff);
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0.5rem 1rem;
}
.rePhone
	.GbHeaderTool_root__Q\+LBh
	.GbHeaderTool_toolAreaSmLeft__Pmq5k
	.GbHeaderTool_name__Dlmgn {
	flex: 1 1;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.BattleIcon_battleIcon__jgHyv {
	transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.BattleIcon_battleIcon__jgHyv img {
	max-height: 20px;
	max-width: 20px;
}
.BattleIcon_shake__mV33l {
	animation: BattleIcon_shake__mV33l 2s ease-in-out infinite;
}
@keyframes BattleIcon_shake__mV33l {
	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}
	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}
	30%,
	70% {
		transform: translate3d(-5px, 0, 0);
	}
	40%,
	60% {
		transform: translate3d(5px, 0, 0);
	}
	50% {
		transform: translate3d(-5px, 0, 0);
	}
}
.BattleIcon_transform__WKDS5 {
	transform: scale(2.5);
}
.GbPopup_root__tPOkO {
	background-color: #1a1222;
	background-color: var(--design-block-bg, #1a1222);
	border-radius: 10px;
	border-radius: var(--design-border-radius, 10px);
	color: #fff;
	width: 100%;
}
.GbPopup_root__tPOkO .GbPopup_head__Q8VKf {
	align-items: center;
	background: linear-gradient(#00326d, #1a1222);
	background: var(
		--design-popup-gradient-bg,
		linear-gradient(#00326d, #1a1222)
	);
	border-top-left-radius: 10px;
	border-top-left-radius: var(--design-border-radius, 10px);
	border-top-right-radius: 10px;
	border-top-right-radius: var(--design-border-radius, 10px);
	display: flex;
	justify-content: space-between;
	padding: 20px;
	width: 100%;
}
.GbPopup_root__tPOkO .GbPopup_head__Q8VKf .GbPopup_icon__twYZ1 {
	height: 24px;
	margin-right: 10px;
	width: 24px;
}
.GbPopup_root__tPOkO .GbPopup_head__Q8VKf .GbPopup_title__VYsYG {
	color: #fff;
	color: var(--design-text-color, #fff);
	font-size: 24px;
	font-weight: 700;
}
.GbPopup_root__tPOkO .GbPopup_head__Q8VKf .GbPopup_subTitle__r8bEt {
	color: #93acd3;
	font-size: 14px;
	font-weight: 600;
}
.GbPopup_root__tPOkO .GbPopup_head__Q8VKf .GbPopup_close__z7cUw a {
	color: #fff;
	color: var(--design-text-color, #fff);
}
.GbPopup_root__tPOkO .GbPopup_body__9QCgj {
	height: auto;
	overflow-y: auto;
	padding: 0 24px;
	width: 100%;
}
.GbPopup_root__tPOkO .GbPopup_body__9QCgj .GbPopup_button__MR-69 {
	margin: 16px 24px;
}
.GbPopup_root__tPOkO
	.GbPopup_body__9QCgj
	.GbPopup_button__MR-69
	.ant-btn-primary {
	background: linear-gradient(180deg, #3483fa, #2c62b5);
	background: linear-gradient(
		to bottom,
		var(--adm-color-primary-light, #3483fa),
		var(--adm-color-primary, #2c62b5)
	);
	border-radius: 10px;
	border-radius: var(--design-border-radius, 10px);
	color: #fff;
	color: var(--design-button-text-color, #fff);
	font-weight: 600;
	height: 48px;
	width: 100%;
}
.rePhone .GbPopup_root__tPOkO .GbPopup_body__9QCgj {
	width: 999px;
}
.HistoryTable_root__EZZVB .ant-collapse {
	border-radius: 0.625rem;
	overflow: hidden;
}
.HistoryTable_root__EZZVB .ant-collapse-content-box {
	padding: 0 !important;
}
.HistoryTable_root__EZZVB .ant-pagination {
	display: none !important;
}
.HistoryTable_root__EZZVB .ant-table-expanded-row-fixed {
	background: #2b3652 !important;
}
.HistoryTable_root__EZZVB .HistoryTable_content__kUVen {
	color: #7987a7;
	display: flex;
	font-weight: 700;
	justify-content: center;
	padding: 0 0.625rem;
}
.HistoryIcon_root__WRB4t .HistoryIcon_icon__pVQM8 {
	background: #232f41;
	background: var(--design-button-bg, #232f41);
	border-radius: 0.25rem;
	cursor: pointer;
	height: 1.875rem;
	margin-left: 0.625rem;
	padding: 0.3rem 0.5rem;
}
.HashGameTab_root__l9Vwa {
	display: flex;
	gap: 0.625rem;
	overflow-x: auto;
	width: 100%;
}
.HashGameTab_root__l9Vwa .HashGameTab_tab__XhE0v {
	align-items: center;
	border-radius: 50rem;
	cursor: pointer;
	display: flex;
	gap: 0.625rem;
	padding: 0.3rem 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.HashGameTab_root__l9Vwa .HashGameTab_tab__XhE0v .HashGameTab_name__Il42A {
	font-family:
		Segoe UI,
		Tahoma,
		Geneva,
		Verdana,
		sans-serif;
	font-size: 0.8rem;
	font-weight: bolder;
	white-space: nowrap;
}
.HashGameTab_root__l9Vwa .HashGameTab_tab__XhE0v .HashGameTab_icon__PYGrf {
	border-radius: 50rem;
	height: 1.5rem;
	overflow: hidden;
	width: 1.5rem;
}
.HashGameTab_root__l9Vwa .HashGameTab_tab__XhE0v img {
	width: 100%;
}
.HashGameTab_root__l9Vwa .HashGameTab_on__faz4H {
	background: #fcbf48;
}
.HashGameTab_root__l9Vwa .HashGameTab_on__faz4H .HashGameTab_name__Il42A {
	color: #000;
}
.HashGameTab_root__l9Vwa::-webkit-scrollbar {
	display: none;
}
.BetbyLayout_root__xJIHG {
	background-color: #0e131b;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	height: 100vh;
	width: 100vw;
	width: var(--vw, 100vw);
}
.BetbyLayout_root__xJIHG .BetbyLayout_betbyContainer__ihJkf {
	height: calc(100vh - 64px);
	margin-top: 64px;
	width: 100%;
}
.BetbyLayout_root__xJIHG .BetbyLayout_rootBg__F5sou {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.BetbyLayout_root__xJIHG .BetbyLayout_body__JJOC0 {
	display: flex;
	flex-direction: row;
	height: calc(100vh - 64px);
	justify-content: center;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 64px;
	position: static;
	width: 100%;
}
.BetbyLayout_root__xJIHG .BetbyLayout_bodyContainer__yWL7F {
	margin: 0 auto;
	max-width: 1024px;
	padding-top: 10px;
}
.GooglePlayLayout_root__ZbuKY {
	background: #f5f5f5;
	display: flex;
	height: 100%;
}
.GbGooglePlayV3_root__CMTHt {
	background-color: #fff;
	color: #202124;
	font-family:
		Google Sans,
		Roboto,
		Arial,
		sans-serif;
	height: 100vh;
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 100vw;
	width: var(--vw, 100vw);
	z-index: 100000;
}
.GbGooglePlayV3_root__CMTHt ::-webkit-scrollbar {
	width: 0 !important;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_downloadOverlay__z\+zF1 {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0;
	pointer-events: auto;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 100006;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_downloadModal__1lWiL {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
	max-width: 360px;
	padding: 24px 20px;
	text-align: center;
	width: 90%;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_downloadTitle__dcqBf {
	color: #202124;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 24px;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_downloadProgress__uARzc {
	margin-bottom: 0;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_downloadPercent__cHVYt {
	color: #01875f;
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_quickInstall__k7Mgm {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_qiHeader__rcUmA {
	align-items: center;
	display: flex;
	gap: 10px;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_qiLogo__J-d6K {
	height: 40px;
	width: 40px;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_qiTitle__hj0EU {
	color: #202124;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_qiBadges__pAtNE {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_qiProgressRow__dy9Bc {
	align-items: center;
	display: flex;
	gap: 8px;
	width: 100%;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_qiProgressRow__dy9Bc
	.GbGooglePlayV3_downloadProgress__uARzc {
	flex: 1 1;
	margin-bottom: 0;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_qiProgressRow__dy9Bc
	.GbGooglePlayV3_downloadPercent__cHVYt {
	margin-top: 0;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_qiBadgeLight__4qWxl {
	background: #f1f3f4;
	border-radius: 24px;
	color: #3c4043;
	font-size: 14px;
	padding: 8px 14px;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_qiBadgeGreen__XBHnE {
	align-items: center;
	background: #d7efe6;
	border-radius: 24px;
	color: #008a5f;
	display: inline-flex;
	font-size: 14px;
	gap: 6px;
	padding: 8px 14px;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_qiPlay__TW4Xj {
	background: #01875f;
	border: none;
	border-radius: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 16px;
	width: 100%;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_qiPlay__TW4Xj:disabled {
	opacity: 0.5;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_progressBar__LnCnl {
	background: #fff;
	border: 1px solid #056449;
	border-radius: inherit;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_progressBar__LnCnl
	.GbGooglePlayV3_progress__87VDk {
	animation: GbGooglePlayV3_progressShimmer__m-pMF 2s ease-in-out infinite;
	background: linear-gradient(90deg, #01875f, #00a86b 50%, #01875f);
	background-size: 200% 100%;
	height: 100%;
	position: relative;
	transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_progressBar__LnCnl
	.GbGooglePlayV3_progress__87VDk:after {
	animation: GbGooglePlayV3_progressGlow__eUe09 1.5s ease-in-out infinite;
	background: linear-gradient(
		90deg,
		transparent,
		hsla(0, 0%, 100%, 0.3) 50%,
		transparent
	);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_progressBar__LnCnl
	.GbGooglePlayV3_progressText__G1zeO {
	color: #eccc68;
	font-weight: 600;
	left: 50%;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}
@keyframes GbGooglePlayV3_progressShimmer__m-pMF {
	0% {
		background-position: -200% 0;
	}
	to {
		background-position: 200% 0;
	}
}
@keyframes GbGooglePlayV3_progressGlow__eUe09 {
	0% {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(100%);
	}
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_pageLogo__9GhgS {
	align-items: center;
	display: flex;
	height: 100%;
	margin: 0 14px 0 28px;
	white-space: nowrap;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_pageLogo__9GhgS img {
	height: 40px;
	margin-right: 8px;
	object-fit: contain;
	width: 40px;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_pageLogo__9GhgS span {
	color: #5f6368;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_header__5DmxA {
	background-color: #fff;
	position: fixed;
	top: 0;
	transition: box-shadow 0.2s ease-in-out;
	width: 100%;
	z-index: 100003;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_header__5DmxA.GbGooglePlayV3_shadow__TUhO1 {
	box-shadow:
		0 4px 5px 0 rgba(0, 0, 0, 0.14),
		0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_header__5DmxA nav {
	align-items: center;
	display: flex;
	height: 64px;
	justify-content: space-between;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_header__5DmxA
	nav
	.GbGooglePlayV3_nav__NCrIt {
	display: flex;
	flex: 1 0 auto;
	position: relative;
	transform: none;
	will-change: transform;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_header__5DmxA
	nav
	.GbGooglePlayV3_nav__NCrIt
	.GbGooglePlayV3_navItem__i2dCA {
	color: #5f6368;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.0178571429em;
	line-height: 1.25rem;
	min-width: auto;
	padding-left: 16px;
	padding-right: 16px;
	transition: color 0.15s linear;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_header__5DmxA
	nav
	.GbGooglePlayV3_nav__NCrIt
	.GbGooglePlayV3_navItem__i2dCA:hover {
	color: #202124;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_header__5DmxA
	nav
	.GbGooglePlayV3_nav__NCrIt
	.GbGooglePlayV3_navItem__i2dCA.GbGooglePlayV3_active__QneUE {
	color: #01875f;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_header__5DmxA
	nav
	.GbGooglePlayV3_nav__NCrIt
	.GbGooglePlayV3_navItem__i2dCA.GbGooglePlayV3_active__QneUE
	.GbGooglePlayV3_navItemMask__I\+HgB
	.GbGooglePlayV3_navItemBar__jAePl {
	opacity: 1;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_header__5DmxA
	nav
	.GbGooglePlayV3_nav__NCrIt
	.GbGooglePlayV3_navItem__i2dCA
	.GbGooglePlayV3_navItemMask__I\+HgB {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_header__5DmxA
	nav
	.GbGooglePlayV3_nav__NCrIt
	.GbGooglePlayV3_navItem__i2dCA
	.GbGooglePlayV3_navItemMask__I\+HgB
	.GbGooglePlayV3_navItemBar__jAePl {
	border-top: 3px solid;
	border-color: #01875f;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin: 0 2px;
	min-width: 24px;
	opacity: 0;
	transform-origin: left;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_header__5DmxA
	nav
	.GbGooglePlayV3_headerRight__dkjZo {
	align-items: center;
	display: flex;
	margin: 0 10px 0 auto;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_header__5DmxA
	nav
	.GbGooglePlayV3_rightImg__fNwEi {
	height: 64%;
	width: auto;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_content__KyPrk {
	margin: 64px auto 0;
	max-width: 1296px;
	width: calc(100% - 96px);
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_info__om8DA {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	padding-bottom: 32px;
	padding-top: 48px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_info__om8DA
	.GbGooglePlayV3_detail__O0pPW {
	align-items: center;
	display: flex;
	margin: 1rem 0 1.5rem;
	padding: 0.75rem 0;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_info__om8DA
	.GbGooglePlayV3_detail__O0pPW
	.GbGooglePlayV3_detailItem__wwL7h {
	align-items: center;
	color: #202124;
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25rem;
	margin-right: 1rem;
	padding: 0 1rem;
	position: relative;
	white-space: nowrap;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_info__om8DA
	.GbGooglePlayV3_detail__O0pPW
	.GbGooglePlayV3_detailItem__wwL7h:last-of-type:after {
	display: none;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_info__om8DA
	.GbGooglePlayV3_detail__O0pPW
	.GbGooglePlayV3_detailItem__wwL7h:after {
	background: #e8eaed;
	content: '';
	display: block;
	height: 1.875rem;
	position: absolute;
	right: -0.5rem;
	top: 0.5rem;
	width: 1px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_info__om8DA
	.GbGooglePlayV3_detail__O0pPW
	.GbGooglePlayV3_detailItem__wwL7h
	.GbGooglePlayV3_top__2Abhc {
	line-height: 1.25rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_info__om8DA
	.GbGooglePlayV3_detail__O0pPW
	.GbGooglePlayV3_detailItem__wwL7h
	.GbGooglePlayV3_bottom__ex5GN {
	color: #5f6368;
	font-size: 0.75rem;
	font-weight: 400;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_info__om8DA
	.GbGooglePlayV3_detail__O0pPW
	.GbGooglePlayV3_detailItem__wwL7h
	.GbGooglePlayV3_ageTag__RbZCZ {
	background: #fff;
	border: 1px solid #202124;
	color: #202124;
	font-size: 0.625rem;
	font-weight: 900;
	line-height: 1.5;
	padding: 0 0.1rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_info__om8DA
	.GbGooglePlayV3_detailButtons__5yno- {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_info__om8DA
	.GbGooglePlayV3_device__h3gU7 {
	fill: #5f6368;
	stop-color: #5f6368;
	color: #5f6368;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0142857143em;
	line-height: 1.25rem;
	margin-top: 16px;
	padding: 4px 0;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_info__om8DA
	.GbGooglePlayV3_device__h3gU7
	.GbGooglePlayV3_deviceIcon__5y\+us {
	flex-shrink: 0;
	font-size: 20px;
	height: 20px;
	margin-right: 12px;
	width: 20px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_info__om8DA
	.GbGooglePlayV3_appLogo__E1zlj {
	margin-left: 20px;
	position: relative;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_info__om8DA
	.GbGooglePlayV3_appLogo__E1zlj
	img {
	border-radius: 20%;
	border-width: 0;
	box-shadow:
		0 1px 2px 0 rgba(60, 64, 67, 0.3),
		0 1px 3px 1px rgba(60, 64, 67, 0.15);
	object-fit: contain;
	width: 240px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_info__om8DA
	.GbGooglePlayV3_appLogo__E1zlj
	.GbGooglePlayV3_appLogoShadow__I5bhp {
	bottom: -10px;
	filter: blur(10px);
	left: 50%;
	opacity: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 83.333%;
	z-index: -1;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_appDetail__a9JNi {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_appDetailLeft__IueDd {
	flex: 1 1;
	padding-right: 72px;
	width: calc(100% - 364px);
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_appDetailRight__L1IF7 {
	flex-shrink: 0;
	width: 364px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_title__fDfhY {
	align-items: center;
	display: flex;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 4px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_title__fDfhY
	span {
	margin-right: 2px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_title__fDfhY
	i {
	fill: #5f6368;
	color: #5f6368;
	font-size: 20px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_recommend__MOzQU {
	margin-bottom: 24px;
	padding-top: 20px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_recommend__MOzQU
	.GbGooglePlayV3_appItem__OmRyD {
	grid-column-gap: 16px;
	border-radius: 8px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	cursor: pointer;
	display: grid;
	grid-template-columns: -webkit-max-content auto;
	grid-template-columns: max-content auto;
	margin: -12px;
	padding: 16px 12px;
	position: relative;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_recommend__MOzQU
	.GbGooglePlayV3_appItem__OmRyD:hover
	.GbGooglePlayV3_appItemEffect__823BI:before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_recommend__MOzQU
	.GbGooglePlayV3_appItem__OmRyD
	.GbGooglePlayV3_appItemEffect__823BI {
	border-radius: 8px;
	box-sizing: initial;
	height: 100%;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_recommend__MOzQU
	.GbGooglePlayV3_appItem__OmRyD
	.GbGooglePlayV3_appItemEffect__823BI:after,
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_recommend__MOzQU
	.GbGooglePlayV3_appItem__OmRyD
	.GbGooglePlayV3_appItemEffect__823BI:before {
	background-color: #000;
	background-color: var(--mdc-ripple-color, #000);
	border-radius: 50%;
	content: '';
	height: 200%;
	left: -50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: -50%;
	width: 200%;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_recommend__MOzQU
	.GbGooglePlayV3_appItem__OmRyD
	.GbGooglePlayV3_appItemEffect__823BI:before {
	transition:
		opacity 15ms linear,
		background-color 15ms linear;
	z-index: 1;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_recommend__MOzQU
	.GbGooglePlayV3_appItem__OmRyD
	.GbGooglePlayV3_appItemEffect__823BI:after {
	transition: opacity 0.15s linear;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_recommend__MOzQU
	.GbGooglePlayV3_appItem__OmRyD
	.GbGooglePlayV3_appItemLogo__kYd2- {
	border-radius: 12px;
	box-shadow:
		0 1px 2px 0 rgba(60, 64, 67, 0.3),
		0 1px 3px 1px rgba(60, 64, 67, 0.15);
	height: 64px;
	width: 64px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_recommend__MOzQU
	.GbGooglePlayV3_appItem__OmRyD
	.GbGooglePlayV3_appItemTitle__54sW2 {
	color: #202124;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_recommend__MOzQU
	.GbGooglePlayV3_appItem__OmRyD
	.GbGooglePlayV3_appItemDesc__UVYqT {
	color: #202124;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.25rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_recommend__MOzQU
	.GbGooglePlayV3_appItem__OmRyD
	.GbGooglePlayV3_appItemRate__k\+96k {
	align-items: center;
	color: #5f6368;
	display: flex;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.25rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_recommend__MOzQU
	.GbGooglePlayV3_appItem__OmRyD
	.GbGooglePlayV3_appItemRate__k\+96k
	i {
	font-size: 0.75rem;
	padding-left: 2px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_desc__HEIPm {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	display: -webkit-box;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0142857143em;
	line-height: 1.25rem;
	max-height: 7.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre-line;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_update__O1GKO {
	color: #202124;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.0178571429em;
	line-height: 1.25rem;
	margin-top: 24px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_update__O1GKO
	.GbGooglePlayV3_updateDate__eHMwW {
	color: #5f6368;
	font-weight: 400;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_tags__z-yri {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 0.75rem;
	margin-bottom: 1.75rem;
	margin-top: 1.75rem;
	width: 100%;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_tags__z-yri
	.GbGooglePlayV3_tag__H2JLx {
	border: 1px solid #dadce0;
	border-radius: 1rem;
	color: #5f6368;
	font-size: 0.875rem;
	font-weight: 500;
	height: 2rem;
	letter-spacing: 0.0107142857em;
	margin-bottom: 0;
	margin-top: 0;
	min-height: auto;
	padding: 0 1rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_tags__z-yri
	.GbGooglePlayV3_tag__H2JLx
	.GbGooglePlayV3_textButtonEffect__Hpzwe {
	border-radius: 1rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_screenshots__WU8ds {
	margin-top: 2rem;
	padding-bottom: 1rem;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_screenshots__WU8ds
	.GbGooglePlayV3_screenshotButton__KKqaR {
	align-items: center;
	background-color: #fff;
	border-radius: 100%;
	box-shadow:
		0 1px 2px 0 rgba(60, 64, 67, 0.3),
		0 1px 3px 1px rgba(60, 64, 67, 0.15);
	display: flex;
	height: 56px;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 56px;
	z-index: 3;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_screenshots__WU8ds
	.GbGooglePlayV3_screenshotButton__KKqaR
	.GbGooglePlayV3_screenshotButtonInner__ZjZvY {
	height: 56px;
	width: 56px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_screenshots__WU8ds
	.GbGooglePlayV3_swiper__pYcOh {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	scrollbar-width: none;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_screenshots__WU8ds
	.GbGooglePlayV3_swiper__pYcOh::-webkit-scrollbar {
	display: none;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_screenshots__WU8ds
	.GbGooglePlayV3_screenshot__oWlHh {
	padding-right: 1.25rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_screenshots__WU8ds
	.GbGooglePlayV3_screenshot__oWlHh
	img {
	border-radius: 8px;
	border-width: 0;
	box-shadow:
		0 1px 2px 0 rgba(60, 64, 67, 0.3),
		0 1px 3px 1px rgba(60, 64, 67, 0.15);
	cursor: pointer;
	height: 18.5rem;
	min-width: 92px;
	width: auto;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_privacyBox__3VbmH {
	border: 1px solid #dadce0;
	border-radius: 8px;
	margin-top: 30px;
	padding: 20px 20px 0;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_privacyBox__3VbmH
	.GbGooglePlayV3_privacyItem__7J9Ow {
	align-items: flex-start;
	display: flex;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_privacyBox__3VbmH
	.GbGooglePlayV3_privacyItem__7J9Ow:not(:first-child) {
	margin-top: 20px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_privacyBox__3VbmH
	.GbGooglePlayV3_privacyItem__7J9Ow
	.GbGooglePlayV3_privacyIcon__Pk6T\+ {
	flex-shrink: 0;
	height: 20px;
	margin-right: 20px;
	object-fit: contain;
	width: 20px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_privacyBox__3VbmH
	.GbGooglePlayV3_privacyItem__7J9Ow
	.GbGooglePlayV3_privacyContent__661bj {
	color: #5f6368;
	flex: 1 1;
	font-size: 0.875rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_privacyBox__3VbmH
	.GbGooglePlayV3_privacyItem__7J9Ow
	.GbGooglePlayV3_privacyContent__661bj
	.GbGooglePlayV3_privacyDesc__MlZ33 {
	font-family: Roboto, Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_privacyBox__3VbmH
	.GbGooglePlayV3_privacyButton__lOow5 {
	margin: 10px 0;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewBoxTitle__UWysE {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
	width: 100%;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewVerified__OzVdu {
	color: #5f6368;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewVerified__OzVdu:hover {
	color: #202124;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_deviceTypes__zuhgK {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 12px;
	margin-top: 20px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_deviceTypes__zuhgK
	.GbGooglePlayV3_deviceType__4nKqi {
	border: 1px solid #dadce0;
	border-radius: 1rem;
	color: #5f6368;
	font-size: 0.875rem;
	font-weight: 500;
	height: 2rem;
	letter-spacing: 0.0107142857em;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0 1rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_deviceTypes__zuhgK
	.GbGooglePlayV3_deviceType__4nKqi
	.GbGooglePlayV3_deviceTypeIcon__8\+264 {
	font-size: 16px;
	margin-right: 4px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_deviceTypes__zuhgK
	.GbGooglePlayV3_deviceType__4nKqi
	.GbGooglePlayV3_textButtonEffect__Hpzwe {
	border-radius: 1rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_deviceTypes__zuhgK
	.GbGooglePlayV3_deviceType__4nKqi.GbGooglePlayV3_active__QneUE {
	background-color: #e6f3ef;
	border-color: #e6f3ef;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewRateBox__AUtB5 {
	grid-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	display: grid;
	flex-grow: 1;
	grid-template-columns: -webkit-max-content auto;
	grid-template-columns: max-content auto;
	margin-top: 24px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewRateBox__AUtB5
	.GbGooglePlayV3_reviewRate__VfzTv {
	color: #202124;
	font-family:
		Google Sans Display,
		Roboto,
		Arial,
		sans-serif;
	font-size: 3.5rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 4rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewRateBox__AUtB5
	.GbGooglePlayV3_reviewStar__T3Iqq {
	color: #01875f;
	font-size: 0.75rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewRateBox__AUtB5
	.GbGooglePlayV3_reviewStar__T3Iqq
	.ant-rate-star:not(:last-child) {
	margin-right: 4px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewRateBox__AUtB5
	.GbGooglePlayV3_reviewStar__T3Iqq
	.ant-rate-star-half
	.ant-rate-star-second,
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewRateBox__AUtB5
	.GbGooglePlayV3_reviewStar__T3Iqq
	.ant-rate-star-zero
	.ant-rate-star-second {
	color: #f1f3f4;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewRateBox__AUtB5
	.GbGooglePlayV3_reviewCountNumber__TNU5r {
	color: #5f6368;
	font-family: Roboto, Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1rem;
	margin-top: 0.5rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewRateBox__AUtB5
	.GbGooglePlayV3_reviewPercent__jUW9H
	.GbGooglePlayV3_reviewPercentItem__D9m5O {
	align-items: center;
	display: flex;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewRateBox__AUtB5
	.GbGooglePlayV3_reviewPercent__jUW9H
	.GbGooglePlayV3_reviewPercentItem__D9m5O
	.GbGooglePlayV3_reviewPercentItemLabel__nb44v {
	font-family: Roboto, Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1rem;
	padding-right: 16px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewRateBox__AUtB5
	.GbGooglePlayV3_reviewPercent__jUW9H
	.GbGooglePlayV3_reviewPercentItem__D9m5O
	.GbGooglePlayV3_reviewPercentItemProgress__UqmPi {
	flex: 1 1;
	line-height: 1;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewRateBox__AUtB5
	.GbGooglePlayV3_reviewPercent__jUW9H
	.GbGooglePlayV3_reviewPercentItem__D9m5O
	.GbGooglePlayV3_reviewPercentItemProgress__UqmPi
	.ant-progress {
	font-size: 0.75rem;
	line-height: 1;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewRateBox__AUtB5
	.GbGooglePlayV3_reviewPercent__jUW9H
	.GbGooglePlayV3_reviewPercentItem__D9m5O
	.GbGooglePlayV3_reviewPercentItemProgress__UqmPi
	.ant-progress-inner {
	vertical-align: initial;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewContent__Ar8GX
	.GbGooglePlayV3_reviewContentItem__liFQn {
	padding: 24px 0;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewContent__Ar8GX
	.GbGooglePlayV3_reviewContentItem__liFQn
	.GbGooglePlayV3_itemHeader__UNr2c {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewContent__Ar8GX
	.GbGooglePlayV3_reviewContentItem__liFQn
	.GbGooglePlayV3_itemHeader__UNr2c
	.GbGooglePlayV3_avatar__K7hXI {
	border-radius: 100%;
	height: 32px;
	margin-right: 16px;
	width: 32px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewContent__Ar8GX
	.GbGooglePlayV3_reviewContentItem__liFQn
	.GbGooglePlayV3_itemHeader__UNr2c
	.GbGooglePlayV3_name__dGVSn {
	color: #202124;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0142857143em;
	line-height: 1.25rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewContent__Ar8GX
	.GbGooglePlayV3_reviewContentItem__liFQn
	.GbGooglePlayV3_itemContent__KO-eG {
	margin-top: 8px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewContent__Ar8GX
	.GbGooglePlayV3_reviewContentItem__liFQn
	.GbGooglePlayV3_itemContent__KO-eG
	.GbGooglePlayV3_reviewStar__T3Iqq {
	color: #01875f;
	font-size: 0.75rem;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewContent__Ar8GX
	.GbGooglePlayV3_reviewContentItem__liFQn
	.GbGooglePlayV3_itemContent__KO-eG
	.GbGooglePlayV3_reviewStar__T3Iqq
	.ant-rate-star:not(:last-child) {
	margin-right: 4px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewContent__Ar8GX
	.GbGooglePlayV3_reviewContentItem__liFQn
	.GbGooglePlayV3_itemContent__KO-eG
	.GbGooglePlayV3_reviewStar__T3Iqq
	.ant-rate-star-half
	.ant-rate-star-second,
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewContent__Ar8GX
	.GbGooglePlayV3_reviewContentItem__liFQn
	.GbGooglePlayV3_itemContent__KO-eG
	.GbGooglePlayV3_reviewStar__T3Iqq
	.ant-rate-star-zero
	.ant-rate-star-second {
	color: #f1f3f4;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewContent__Ar8GX
	.GbGooglePlayV3_reviewContentItem__liFQn
	.GbGooglePlayV3_itemContent__KO-eG
	.GbGooglePlayV3_date__8cdlu {
	color: #5f6368;
	font-family: Roboto, Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1rem;
	margin-left: 1ch;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewContent__Ar8GX
	.GbGooglePlayV3_reviewContentItem__liFQn
	.GbGooglePlayV3_itemContent__KO-eG
	.GbGooglePlayV3_contentText__gZRTh {
	font-size: 0.875rem;
	letter-spacing: 0.0142857143em;
	line-height: 1.25rem;
	margin-top: 8px;
	overflow-wrap: anywhere;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewContent__Ar8GX
	.GbGooglePlayV3_reviewContentItem__liFQn
	.GbGooglePlayV3_itemContent__KO-eG
	.GbGooglePlayV3_useful__Vt7N8 {
	font-family: Roboto, Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1rem;
	margin-top: 16px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewContent__Ar8GX
	.GbGooglePlayV3_reviewContentItem__liFQn
	.GbGooglePlayV3_itemContent__KO-eG
	.GbGooglePlayV3_help__JktaW {
	align-items: center;
	display: flex;
	margin-top: 12px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewContent__Ar8GX
	.GbGooglePlayV3_reviewContentItem__liFQn
	.GbGooglePlayV3_itemContent__KO-eG
	.GbGooglePlayV3_help__JktaW
	.GbGooglePlayV3_helpText__Q5Loz {
	font-family: Roboto, Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1rem;
	margin-right: 24px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewContent__Ar8GX
	.GbGooglePlayV3_reviewContentItem__liFQn
	.GbGooglePlayV3_itemContent__KO-eG
	.GbGooglePlayV3_help__JktaW
	.GbGooglePlayV3_helpButton__uaW7E {
	border: 1px solid #dadce0;
	border-radius: 9999px;
	height: 24px;
	line-height: 10px;
	margin-right: 8px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewContent__Ar8GX
	.GbGooglePlayV3_reviewContentItem__liFQn
	.GbGooglePlayV3_itemContent__KO-eG
	.GbGooglePlayV3_help__JktaW
	.GbGooglePlayV3_helpButton__uaW7E
	.GbGooglePlayV3_textButtonEffect__Hpzwe {
	border-radius: 9999px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_mobileRecommends__wddIX {
	display: none;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_newsBox__4evkA {
	padding-top: 20px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_newsBox__4evkA
	.GbGooglePlayV3_newsTitle__XpfOl {
	color: #202124;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.75rem;
	padding-bottom: 20px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_newsBox__4evkA
	.GbGooglePlayV3_newsContent__STtLo {
	color: #5f6368;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0142857143em;
	line-height: 1.25rem;
	margin-bottom: 24px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_newsBox__4evkA
	.GbGooglePlayV3_newsFlag__EU7uD {
	align-items: center;
	color: #202124;
	cursor: pointer;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.0178571429em;
	line-height: 1.25rem;
	margin-bottom: 24px;
	padding-top: 20px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_newsBox__4evkA
	.GbGooglePlayV3_newsFlag__EU7uD
	i {
	color: #5f6368;
	font-size: 18px;
	margin-right: 16px;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_iconButton__0dvtH {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	fill: currentColor;
	align-items: center;
	background-color: transparent;
	border: none;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	font-size: 24px;
	height: 48px;
	justify-content: center;
	outline: none;
	overflow: visible;
	padding: 12px;
	position: relative;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 48px;
	will-change: transform, opacity;
	z-index: 0;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_iconButton__0dvtH
	.GbGooglePlayV3_iconButtonEffect__W828o {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_iconButton__0dvtH
	.GbGooglePlayV3_iconButtonEffect__W828o:after,
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_iconButton__0dvtH
	.GbGooglePlayV3_iconButtonEffect__W828o:before {
	border-radius: 50%;
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_iconButton__0dvtH
	.GbGooglePlayV3_iconButtonEffect__W828o:before {
	background-color: #000;
	background-color: var(--mdc-ripple-color, #000);
	opacity: 0;
	transition:
		opacity 15ms linear,
		background-color 15ms linear;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_iconButton__0dvtH
	.GbGooglePlayV3_iconButtonEffect__W828o:after {
	background-color: #000;
	background-color: var(--mdc-ripple-color, #000);
	transition: opacity 0.15s linear;
	z-index: -1;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_footerWrapper__Y3a5E {
	padding-bottom: 16px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_footerWrapper__Y3a5E
	.GbGooglePlayV3_footer__d1H8e {
	margin: 64px auto 0;
	max-width: 1296px;
	width: calc(100% - 96px);
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_footerWrapper__Y3a5E
	.GbGooglePlayV3_footer__d1H8e
	.GbGooglePlayV3_footerDivider__2uchI {
	border-bottom: 1px solid #e8eaed;
	margin-bottom: 36px;
	padding-top: 36px;
	width: 100%;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_footerWrapper__Y3a5E
	.GbGooglePlayV3_footer__d1H8e
	.GbGooglePlayV3_link__RiprG {
	color: #5f6368;
	cursor: pointer;
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.0142857143em;
	line-height: 32px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_footerWrapper__Y3a5E
	.GbGooglePlayV3_footer__d1H8e
	.GbGooglePlayV3_link__RiprG
	img {
	height: 18px;
	margin-right: 12px;
	object-fit: contain;
	width: 24px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_footerWrapper__Y3a5E
	.GbGooglePlayV3_footer__d1H8e
	.GbGooglePlayV3_linkGrid__YDqjT {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	display: grid;
	grid-template-columns: 266px auto;
	row-gap: 24px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_footerWrapper__Y3a5E
	.GbGooglePlayV3_footer__d1H8e
	.GbGooglePlayV3_linkGrid__YDqjT
	.GbGooglePlayV3_links__fCTPk
	.GbGooglePlayV3_linksTitle__nUTIJ {
	color: #5f6368;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.0178571429em;
	line-height: 32px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_footerWrapper__Y3a5E
	.GbGooglePlayV3_footer__d1H8e
	.GbGooglePlayV3_terms__UQfci {
	display: flex;
	flex-wrap: wrap;
	margin-top: 32px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_footerWrapper__Y3a5E
	.GbGooglePlayV3_footer__d1H8e
	.GbGooglePlayV3_terms__UQfci
	.GbGooglePlayV3_link__RiprG {
	font-size: 0.75rem;
	line-height: 48px;
	margin-right: 32px;
}
.GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_tabBar__UliuM {
	background-color: #fff;
	border-top: 1px solid #dadce0;
	bottom: 0;
	display: none;
	height: 56px;
	justify-content: center;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 3;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_tabBar__UliuM
	.GbGooglePlayV3_tab__GU-wC {
	fill: #5f6368;
	stop-color: #5f6368;
	align-items: center;
	color: #5f6368;
	cursor: pointer;
	display: flex;
	flex: 1 1;
	flex-direction: column;
	justify-content: center;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_tabBar__UliuM
	.GbGooglePlayV3_tab__GU-wC.GbGooglePlayV3_on__-RAOI {
	fill: #01875f;
	stop-color: #01875f;
	color: #01875f;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_tabBar__UliuM
	.GbGooglePlayV3_tab__GU-wC
	.GbGooglePlayV3_tabIcon__L3Rdu {
	height: 24px;
	width: 24px;
}
.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_tabBar__UliuM
	.GbGooglePlayV3_tab__GU-wC
	.GbGooglePlayV3_tabText__hjw\+e {
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-family:
		Google Sans,
		Roboto,
		Arial,
		sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.0178571429em;
	line-height: 1.25rem;
}
.GbGooglePlayV3_textButton__T8JZv {
	fill: #01875f;
	align-items: center;
	background-color: transparent;
	background: transparent;
	border: none;
	border-radius: 4px;
	box-sizing: border-box;
	color: #01875f;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.0107142857em;
	line-height: inherit;
	min-height: 36px;
	min-width: 64px;
	outline: none;
	overflow: visible;
	overflow: hidden;
	padding: 0 8px;
	position: relative;
	text-transform: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
}
.GbGooglePlayV3_textButton__T8JZv:hover {
	fill: #056449;
	color: #056449;
}
.GbGooglePlayV3_textButton__T8JZv:hover
	.GbGooglePlayV3_textButtonEffect__Hpzwe:before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.GbGooglePlayV3_textButton__T8JZv .GbGooglePlayV3_textButtonEffect__Hpzwe {
	border-radius: 4px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 0;
}
.GbGooglePlayV3_textButton__T8JZv .GbGooglePlayV3_textButtonEffect__Hpzwe:after,
.GbGooglePlayV3_textButton__T8JZv
	.GbGooglePlayV3_textButtonEffect__Hpzwe:before {
	border-radius: 50%;
	content: '';
	height: 200%;
	left: -50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: -50%;
	width: 200%;
}
.GbGooglePlayV3_installButton__dorQ- {
	background-color: #01875f;
	border-radius: 8px;
	color: #ffe336;
	font-size: 1rem;
	margin-right: 8px;
	min-height: 44px;
	min-width: 200px;
	padding: 10px 16px;
}
.GbGooglePlayV3_installButton__dorQ- .GbGooglePlayV3_installIcon__ZabCS {
	height: 24px;
	margin-right: 0.25rem;
	object-fit: contain;
	width: 12px;
}
.GbGooglePlayV3_installButton__dorQ-:hover {
	background-color: #056449;
	box-shadow:
		0 1px 2px 0 rgba(60, 64, 67, 0.3),
		0 1px 3px 1px rgba(60, 64, 67, 0.15);
	box-shadow:
		0 1px 2px 0 var(--gm-fillbutton-keyshadow-color, rgba(60, 64, 67, 0.3)),
		0 1px 3px 1px
			var(--gm-fillbutton-ambientshadow-color, rgba(60, 64, 67, 0.15));
	color: #fff;
}
.GbGooglePlayV3_installButton__dorQ- .GbGooglePlayV3_installSubTitle__uUOV8 {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 17px;
}
.GbGooglePlayV3_appCard__C-STX .GbGooglePlayV3_logoWrapper__lykqM {
	margin: 7px 24px 0 0;
}
.GbGooglePlayV3_appCard__C-STX .GbGooglePlayV3_mobileLogo__Yz5H9 {
	display: none;
}
.GbGooglePlayV3_appCard__C-STX .GbGooglePlayV3_title__fDfhY {
	color: inherit;
	font-size: 4rem;
	font-weight: 400;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 4.75rem;
	margin-bottom: 0;
}
.GbGooglePlayV3_appCard__C-STX .GbGooglePlayV3_company__UNw6l {
	color: #01875f;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.00625em;
	line-height: 1.5rem;
	margin-top: 16px;
}
.GbGooglePlayV3_appCard__C-STX .GbGooglePlayV3_inAppPurchase__kSY5B {
	align-items: center;
	color: #333;
	display: flex;
	font-family: Roboto, Arial, sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1rem;
}
.GbGooglePlayV3_appCard__C-STX .GbGooglePlayV3_inAppPurchase__kSY5B img {
	height: auto;
	margin-right: 0.25rem;
	width: 0.625rem;
}
.GbGooglePlayV3_popupDownload__tRsGY {
	align-items: center;
	background: #fff;
	border-radius: 1.125rem;
	color: #202124;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.5625rem 1.25rem;
	width: 30vw;
}
.GbGooglePlayV3_popupDownload__tRsGY
	.GbGooglePlayV3_appCard__C-STX
	.GbGooglePlayV3_mobileLogo__Yz5H9 {
	border-radius: 20%;
	display: block;
	height: 72px;
	width: 72px;
}
.GbGooglePlayV3_popupDownload__tRsGY
	.GbGooglePlayV3_appCard__C-STX
	.GbGooglePlayV3_title__fDfhY {
	font-size: 1.5rem;
	line-height: 2rem;
}
.GbGooglePlayV3_popupDownload__tRsGY
	.GbGooglePlayV3_appCard__C-STX
	.GbGooglePlayV3_company__UNw6l {
	margin-top: 2px;
}
.GbGooglePlayV3_popupDownload__tRsGY .GbGooglePlayV3_collectingTips__jwYas {
	font-size: 1.0625rem;
	line-height: 1.5rem;
	margin-top: 2rem;
	text-align: center;
}
.GbGooglePlayV3_popupDownload__tRsGY .GbGooglePlayV3_introductionCard__CzIU6 {
	display: flex;
	gap: 0.625rem;
	padding-bottom: 1rem;
}
.GbGooglePlayV3_popupDownload__tRsGY
	.GbGooglePlayV3_introductionCard__CzIU6
	.GbGooglePlayV3_introductionImg__uHBy4 {
	width: 28%;
}
.GbGooglePlayV3_popupDownload__tRsGY
	.GbGooglePlayV3_introductionCard__CzIU6
	.GbGooglePlayV3_tips__\+b8hc {
	align-items: center;
	display: flex;
}
.GbGooglePlayV3_popupDownload__tRsGY
	.GbGooglePlayV3_introductionCard__CzIU6
	.GbGooglePlayV3_tips__\+b8hc
	span {
	color: #000;
	font-size: 0.9375rem;
	line-height: 1.125rem;
}
.GbGooglePlayV3_popupDownload__tRsGY .GbGooglePlayV3_appBlock__yBAz\+ {
	background-color: #fff;
	border-radius: 0.9375rem;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.23);
	display: flex;
	margin: 0.9375rem 0;
	padding: 1.25rem;
	width: 100%;
}
.GbGooglePlayV3_popupDownload__tRsGY .GbGooglePlayV3_installButton__dorQ- {
	width: 100%;
}
.GbGooglePlayV3_popupDownload__tRsGY .GbGooglePlayV3_popupTopImage__FZZNy {
	height: auto;
	max-width: 10.375rem;
	width: 60%;
}
.reTablet
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_info__om8DA
	.GbGooglePlayV3_appLogo__E1zlj
	img {
	width: 180px;
}
.reTablet
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_appDetailLeft__IueDd {
	width: calc(100% - 276px);
}
.reTablet
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_appDetailRight__L1IF7 {
	width: 276px;
}
.rePhone .GbGooglePlayV3_popupDownload__tRsGY {
	width: 85vw;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appCard__C-STX
	.GbGooglePlayV3_logoWrapper__lykqM {
	position: relative;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appCard__C-STX
	.GbGooglePlayV3_logoWrapper__lykqM.GbGooglePlayV3_progressing__S6tmg
	.GbGooglePlayV3_mobileLogo__Yz5H9 {
	transform: scale(0.6);
	transition: all 0.5s;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appCard__C-STX
	.GbGooglePlayV3_mobileLogo__Yz5H9 {
	border-radius: 20%;
	box-shadow:
		0 1px 2px 0 rgba(60, 64, 67, 0.3),
		0 1px 3px 1px rgba(60, 64, 67, 0.15);
	display: block;
	height: 72px;
	width: 72px;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appCard__C-STX
	.GbGooglePlayV3_circleProgress__PRwlW {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appCard__C-STX
	.GbGooglePlayV3_circleProgress__PRwlW
	.ant-progress-circle-path {
	transition: stroke-dasharray 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appCard__C-STX
	.GbGooglePlayV3_circleProgress__PRwlW
	.ant-progress-text {
	font-weight: 600;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appCard__C-STX
	.GbGooglePlayV3_title__fDfhY {
	font-size: 1.5rem;
	line-height: 2rem;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appCard__C-STX
	.GbGooglePlayV3_company__UNw6l {
	margin-top: 2px;
}
.rePhone .GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_installButton__dorQ- {
	margin-right: 0;
	width: 100%;
}
.rePhone .GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_content__KyPrk {
	width: calc(100% - 48px);
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_footerWrapper__Y3a5E
	.GbGooglePlayV3_footer__d1H8e {
	margin-top: 0;
	width: calc(100% - 48px);
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_footerWrapper__Y3a5E
	.GbGooglePlayV3_footer__d1H8e
	.GbGooglePlayV3_linkGrid__YDqjT {
	grid-template-columns: 1fr;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_header__5DmxA
	.GbGooglePlayV3_pageLogo__9GhgS {
	margin: 0 16px;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_header__5DmxA
	.GbGooglePlayV3_nav__NCrIt,
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_info__om8DA
	.GbGooglePlayV3_appLogo__E1zlj {
	display: none;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_info__om8DA
	.GbGooglePlayV3_detailButtons__5yno- {
	justify-content: center;
}
.rePhone .GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_appDetail__a9JNi {
	margin-top: 16px;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_appDetailLeft__IueDd {
	padding-right: 0;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_appDetailRight__L1IF7 {
	display: none;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_title__fDfhY {
	justify-content: space-between;
	width: 100%;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_title__fDfhY
	.GbGooglePlayV3_iconButton__0dvtH {
	margin-right: -12px;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_screenshots__WU8ds
	.GbGooglePlayV3_screenshot__oWlHh {
	padding-right: 0.75rem;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_screenshots__WU8ds
	.GbGooglePlayV3_screenshot__oWlHh
	img {
	height: 12.75rem;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_screenshots__WU8ds
	.GbGooglePlayV3_screenshotButton__KKqaR {
	display: none;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewBoxTitle__UWysE {
	align-items: flex-start;
	flex-direction: column;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_reviewBox__sgfAz
	.GbGooglePlayV3_reviewBoxTitle__UWysE
	.GbGooglePlayV3_reviewVerified__OzVdu {
	margin-left: -6px;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_mobileRecommends__wddIX {
	display: block;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_recommend__MOzQU
	.GbGooglePlayV3_recommendGrid__to8tM {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_recommend__MOzQU
	.GbGooglePlayV3_appItem__OmRyD {
	overflow: hidden;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_recommend__MOzQU
	.GbGooglePlayV3_appItem__OmRyD
	.GbGooglePlayV3_appItemTitle__54sW2 {
	font-size: 0.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rePhone
	.GbGooglePlayV3_root__CMTHt
	.GbGooglePlayV3_appDetail__a9JNi
	.GbGooglePlayV3_newsBox__4evkA
	.GbGooglePlayV3_newsFlag__EU7uD {
	padding-top: 0;
}
.rePhone .GbGooglePlayV3_root__CMTHt .GbGooglePlayV3_tabBar__UliuM {
	display: flex;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2)
		format('woff2');
	unicode-range:
		u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2)
		format('woff2');
	unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2)
		format('woff2');
	unicode-range: u+1f??;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2)
		format('woff2');
	unicode-range: u+0370-03ff;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2)
		format('woff2');
	unicode-range:
		u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1,
		u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329,
		u+1ea0-1ef9, u+20ab;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2)
		format('woff2');
	unicode-range:
		u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020,
		u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxIIzI.woff2)
		format('woff2');
	unicode-range:
		u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304,
		u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212,
		u+2215, u+feff, u+fffd;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2)
		format('woff2');
	unicode-range:
		u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2)
		format('woff2');
	unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2)
		format('woff2');
	unicode-range: u+1f??;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2)
		format('woff2');
	unicode-range: u+0370-03ff;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2)
		format('woff2');
	unicode-range:
		u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1,
		u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329,
		u+1ea0-1ef9, u+20ab;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2)
		format('woff2');
	unicode-range:
		u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020,
		u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc4.woff2)
		format('woff2');
	unicode-range:
		u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304,
		u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212,
		u+2215, u+feff, u+fffd;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xKOzY.woff2)
		format('woff2');
	unicode-range:
		u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2)
		format('woff2');
	unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7mxKOzY.woff2)
		format('woff2');
	unicode-range: u+1f??;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2)
		format('woff2');
	unicode-range: u+0370-03ff;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2)
		format('woff2');
	unicode-range:
		u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1,
		u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329,
		u+1ea0-1ef9, u+20ab;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2)
		format('woff2');
	unicode-range:
		u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020,
		u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2)
		format('woff2');
	unicode-range:
		u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304,
		u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212,
		u+2215, u+feff, u+fffd;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2)
		format('woff2');
	unicode-range:
		u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2)
		format('woff2');
	unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2)
		format('woff2');
	unicode-range: u+1f??;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2)
		format('woff2');
	unicode-range: u+0370-03ff;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2)
		format('woff2');
	unicode-range:
		u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1,
		u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329,
		u+1ea0-1ef9, u+20ab;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2)
		format('woff2');
	unicode-range:
		u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020,
		u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2)
		format('woff2');
	unicode-range:
		u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304,
		u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212,
		u+2215, u+feff, u+fffd;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2)
		format('woff2');
	unicode-range:
		u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2)
		format('woff2');
	unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2)
		format('woff2');
	unicode-range: u+1f??;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2)
		format('woff2');
	unicode-range: u+0370-03ff;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2)
		format('woff2');
	unicode-range:
		u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1,
		u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329,
		u+1ea0-1ef9, u+20ab;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2)
		format('woff2');
	unicode-range:
		u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020,
		u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4.woff2)
		format('woff2');
	unicode-range:
		u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304,
		u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212,
		u+2215, u+feff, u+fffd;
}
@font-face {
	font-family: Material Icons Extended;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/materialiconsextended/v149/kJEjBvgX7BgnkSrUwT8UnLVc38YydejYY-oE_LvJ.woff2)
		format('woff2');
}
.material-icons-extended {
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	font-family: Material Icons Extended;
}
@font-face {
	font-family: Google Material Icons;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/googlematerialicons/v137/Gw6kwdfw6UnXLJCcmafZyFRXb3BL9rvi0QZG3Q.woff2)
		format('woff2');
}
.google-material-icons,
.material-icons-extended {
	word-wrap: normal;
	direction: ltr;
	display: inline-block;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
	white-space: nowrap;
}
.google-material-icons {
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	font-family: Google Material Icons;
}
@font-face {
	font-family: Product Sans;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/productsans/v9/pxiDypQkot1TnFhsFMOfGShVGdeOcEg.woff2)
		format('woff2');
	unicode-range:
		u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020,
		u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
	font-family: Product Sans;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/productsans/v9/pxiDypQkot1TnFhsFMOfGShVF9eO.woff2)
		format('woff2');
	unicode-range:
		u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304,
		u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212,
		u+2215, u+feff, u+fffd;
}
@font-face {
	font-family: Google Sans;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2ugCIlsw.woff2)
		format('woff2');
	unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
	font-family: Google Sans;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vQCIlsw.woff2)
		format('woff2');
	unicode-range: u+0370-03ff;
}
@font-face {
	font-family: Google Sans;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vACIlsw.woff2)
		format('woff2');
	unicode-range: u+0590-05ff, u+200c-2010, u+20aa, u+25cc, u+fb1d-fb4f;
}
@font-face {
	font-family: Google Sans;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2sQCIlsw.woff2)
		format('woff2');
	unicode-range:
		u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1,
		u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329,
		u+1ea0-1ef9, u+20ab;
}
@font-face {
	font-family: Google Sans;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2sACIlsw.woff2)
		format('woff2');
	unicode-range:
		u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020,
		u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
	font-family: Google Sans;
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vgCI.woff2)
		format('woff2');
	unicode-range:
		u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304,
		u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212,
		u+2215, u+feff, u+fffd;
}
@font-face {
	font-family: Google Sans;
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2ugCIlsw.woff2)
		format('woff2');
	unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
	font-family: Google Sans;
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vQCIlsw.woff2)
		format('woff2');
	unicode-range: u+0370-03ff;
}
@font-face {
	font-family: Google Sans;
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vACIlsw.woff2)
		format('woff2');
	unicode-range: u+0590-05ff, u+200c-2010, u+20aa, u+25cc, u+fb1d-fb4f;
}
@font-face {
	font-family: Google Sans;
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2sQCIlsw.woff2)
		format('woff2');
	unicode-range:
		u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1,
		u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329,
		u+1ea0-1ef9, u+20ab;
}
@font-face {
	font-family: Google Sans;
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2sACIlsw.woff2)
		format('woff2');
	unicode-range:
		u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020,
		u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
	font-family: Google Sans;
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vgCI.woff2)
		format('woff2');
	unicode-range:
		u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304,
		u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212,
		u+2215, u+feff, u+fffd;
}
.GbDownloadPopup1_root__5anAc {
	align-items: flex-end;
	display: flex;
	height: 100%;
	position: relative;
	width: 100%;
}
.GbDownloadPopup1_root__5anAc .GbDownloadPopup1_box__mUVsb {
	background: #dfdfdf;
	border-radius: 16px 16px 0 0;
	display: flex;
	flex-direction: column;
	font-family:
		-apple-system,
		system-ui,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Helvetica Neue,
		Arial,
		sans-serif;
	height: 100%;
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.4, 0.24, 0.3, 1);
	width: 100%;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_header__DI6sD {
	align-items: center;
	background: #dfdfdf;
	display: flex;
	flex-shrink: 0;
	justify-content: space-between;
	padding: 16px 20px;
	position: relative;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_header__DI6sD
	.GbDownloadPopup1_headerLeft__x5PTT {
	width: 24px;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_header__DI6sD
	.GbDownloadPopup1_title__Z5aeh {
	color: #000;
	flex: 1 1;
	font-size: 4.266667vw;
	font-weight: 500;
	left: 50%;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_header__DI6sD
	.GbDownloadPopup1_close__MBrIz {
	align-items: center;
	background: none;
	border: none;
	color: #000;
	display: flex;
	font-size: 20px;
	font-weight: 400;
	height: 24px;
	justify-content: center;
	padding: 0;
	width: 24px;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_header__DI6sD
	.GbDownloadPopup1_close__MBrIz:hover {
	color: #666;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_subtitle__hRsKq {
	padding: 0 20px 16px;
	text-align: center;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_subtitle__hRsKq
	.GbDownloadPopup1_subtitleText__Ji6Zu {
	color: #007aff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_body__UC7M3 {
	display: flex;
	width: 100%;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_body__UC7M3
	.GbDownloadPopup1_desc__jwnLM {
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
	color: #666;
	font-size: 14px;
	line-height: 20px;
	margin: 0 20px;
	padding: 16px 0;
	text-align: center;
	width: 100%;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u {
	-webkit-overflow-scrolling: touch;
	flex: 1 1;
	overflow-y: auto;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7 {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
	padding: 0 20px;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_stepImageContainer__kCD1U {
	max-width: 333px;
	position: relative;
	width: 100%;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_stepImage__pQkLd {
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	height: auto;
	margin-top: 16px;
	max-width: 333px;
	width: 100%;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlay__Q9YOu {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlay__Q9YOu
	.GbDownloadPopup1_menuLine__lRJGg {
	color: #000;
	font-size: 11px;
	font-weight: 400;
	left: 66px;
	position: absolute;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlay__Q9YOu
	.GbDownloadPopup1_menuLine__lRJGg:first-child {
	top: 13%;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlay__Q9YOu
	.GbDownloadPopup1_menuLine__lRJGg:nth-child(2) {
	top: 30%;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlay__Q9YOu
	.GbDownloadPopup1_menuLine__lRJGg:nth-child(3) {
	top: 46%;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlay__Q9YOu
	.GbDownloadPopup1_menuLine__lRJGg:nth-child(4) {
	top: 63%;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlay__Q9YOu
	.GbDownloadPopup1_menuLineHighlight__Psp42 {
	align-items: center;
	color: #000;
	display: flex;
	font-size: 15px;
	font-weight: 500;
	left: 48px;
	position: absolute;
	top: 80%;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlayStep3__lGPfv {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlayStep3__lGPfv
	.GbDownloadPopup1_topRow__dy\+fA {
	align-items: center;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 0 16px;
	position: absolute;
	right: 0;
	top: 24%;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlayStep3__lGPfv
	.GbDownloadPopup1_topRow__dy\+fA
	.GbDownloadPopup1_cancelText__V4DcS {
	color: #16aaff;
	font-size: 14px;
	font-weight: 400;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlayStep3__lGPfv
	.GbDownloadPopup1_topRow__dy\+fA
	.GbDownloadPopup1_titleText__2zXKr {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlayStep3__lGPfv
	.GbDownloadPopup1_topRow__dy\+fA
	.GbDownloadPopup1_addText__V7oQZ {
	color: #16aaff;
	font-size: 14px;
	font-weight: 400;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlayStep3__lGPfv
	.GbDownloadPopup1_bottomRow__gmTjz {
	align-items: center;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 0 16px;
	position: absolute;
	right: 0;
	top: 81%;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlayStep3__lGPfv
	.GbDownloadPopup1_bottomRow__gmTjz
	.GbDownloadPopup1_descriptionText__xGLPT {
	color: #929292;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlayStep3__lGPfv
	.GbDownloadPopup1_appInfo__QoZ4C {
	align-items: center;
	display: flex;
	left: 14px;
	margin: 1rem 0 1.5rem;
	padding: 0.75rem 0;
	position: absolute;
	right: 0;
	top: 33%;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlayStep3__lGPfv
	.GbDownloadPopup1_appInfo__QoZ4C
	.GbDownloadPopup1_mobileLogo__mGbA3 {
	height: 54px;
	height: 4rem;
	margin-right: 1rem;
	object-fit: contain;
	width: 54px;
	width: 4rem;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlayStep3__lGPfv
	.GbDownloadPopup1_appInfo__QoZ4C
	.GbDownloadPopup1_appName__0GBrv {
	color: #000;
	font-size: 11px;
	font-weight: 400;
	left: 84px;
	position: absolute;
	top: 16%;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_textOverlayStep3__lGPfv
	.GbDownloadPopup1_appInfo__QoZ4C
	.GbDownloadPopup1_link__PczBs {
	color: #a6a6a6;
	font-size: 11px;
	font-weight: 400;
	left: 84px;
	max-width: calc(100% - 100px);
	overflow: hidden;
	position: absolute;
	right: 16px;
	text-overflow: ellipsis;
	top: 55%;
	white-space: nowrap;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_box__mUVsb
	.GbDownloadPopup1_steps__trF2u
	.GbDownloadPopup1_stepItem__fLmk7
	.GbDownloadPopup1_stepText__ivesZ {
	color: #16aaff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	text-align: center;
}
.GbDownloadPopup1_root__5anAc .GbDownloadPopup1_floatingIcon__SqQbM {
	animation: GbDownloadPopup1_floatUpDown__bbSOl 0.8s ease-in-out infinite;
	left: 50%;
	position: fixed;
	transform: translateX(-50%);
	z-index: 10000;
}
.GbDownloadPopup1_root__5anAc
	.GbDownloadPopup1_floatingIcon__SqQbM
	.GbDownloadPopup1_floatingIconImage__-9seP {
	display: block;
	height: 50px;
	transform: rotate(180deg);
}
@keyframes GbDownloadPopup1_floatUpDown__bbSOl {
	0%,
	to {
		transform: translateX(-50%) translateY(0);
	}
	50% {
		transform: translateX(-50%) translateY(-25px);
	}
}
.GbDownloadPopup_root__sad\+V .GbDownloadPopup_box__oydrb {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(65, 65, 65, 0.7);
	border-radius: 10px;
	border-radius: var(--design-border-radius, 10px);
	filter: brightness(1.1);
	font-family:
		-apple-system,
		system-ui,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Helvetica Neue,
		Arial,
		sans-serif;
	margin: 0 8px 10px;
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.4, 0.24, 0.3, 1);
	width: calc(100vw - 16px);
	width: calc(var(--vw, 100vw) - 16px);
	z-index: 999999;
}
.GbDownloadPopup_root__sad\+V
	.GbDownloadPopup_box__oydrb
	.GbDownloadPopup_header__bIYAM {
	align-items: center;
	border-bottom: 0.5px solid hsla(0, 0%, 100%, 0.1);
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 13px 16px;
}
.GbDownloadPopup_root__sad\+V
	.GbDownloadPopup_box__oydrb
	.GbDownloadPopup_header__bIYAM
	.GbDownloadPopup_title__Zp4Ut {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.125;
	margin: 0;
	padding: 0;
}
.GbDownloadPopup_root__sad\+V
	.GbDownloadPopup_box__oydrb
	.GbDownloadPopup_header__bIYAM
	.GbDownloadPopup_cancel__soisj {
	font-size: 16px;
}
.GbDownloadPopup_root__sad\+V
	.GbDownloadPopup_box__oydrb
	.GbDownloadPopup_body__MzBPl {
	display: flex;
	width: 100%;
}
.GbDownloadPopup_root__sad\+V
	.GbDownloadPopup_box__oydrb
	.GbDownloadPopup_body__MzBPl
	.GbDownloadPopup_desc__oi34t {
	border-bottom: 0.5px solid hsla(0, 0%, 100%, 0.1);
	color: rgba(235, 235, 245, 0.6);
	font-size: 13px;
	line-height: 17px;
	margin: 0 16px;
	padding: 16px;
	width: 100%;
}
.GbDownloadPopup_root__sad\+V
	.GbDownloadPopup_box__oydrb
	.GbDownloadPopup_step__h99z1 {
	margin: 0 16px;
	padding: 16px;
}
.GbDownloadPopup_root__sad\+V
	.GbDownloadPopup_box__oydrb
	.GbDownloadPopup_stepItem__YuQ\+G {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	margin-bottom: 16px;
	text-align: left;
}
.GbDownloadPopup_root__sad\+V
	.GbDownloadPopup_box__oydrb
	.GbDownloadPopup_stepItemIcon__h9zz\+ {
	fill: #0984ff;
	color: #0984ff;
	flex: 0 0 auto;
	height: 30px;
	margin-right: 32px;
	width: 25px;
}
.GbDownloadPopup_root__sad\+V
	.GbDownloadPopup_box__oydrb
	.GbDownloadPopup_stepItemText__kmLml {
	color: rgba(235, 235, 245, 0.6);
	font-size: 13px;
	font-weight: 600;
	line-height: 17px;
	margin-bottom: 0;
}
