.eioAsi {
	text-align: left;
	flex-grow: 1;
}
.hkdyym {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-grow: 1;
}
.dvWgfx {
	display: flex;
	flex-direction: column;
	gap: 8px;
	scrollbar-width: none;
}
.dvWgfx::-webkit-scrollbar {
	display: none;
}
.klHMJW {
	background-image:;
	background-position-x:;
	background-position-y:;
	background-origin:;
	background-clip:;
	background-color:;
	background-repeat: no-repeat;
	background-size:
		100% 32px,
		100% 16px;
	background-attachment: local, scroll;
	max-height: 400px;
	overflow-y: auto;
	scrollbar-width: none;
	padding: 3px;
}
.kZTMdi.kZTMdi {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	min-height: 56px;
	display: flex;
	gap: 12px;
	align-items: center;
	color: var(--privy-color-foreground);
	padding: 10px 12px;
	border-radius: var(--privy-border-radius-md);
	transition: background-color 200ms;
	cursor: pointer;
	border: 1px solid var(--privy-color-foreground-4) !important;
}
@media (min-width: 440px) {
	.kZTMdi.kZTMdi {
		font-size: 14px;
	}
}
.kZTMdi.kZTMdi:hover {
	background-color: var(--privy-color-background-2);
}
.kZTMdi.kZTMdi:disabled {
	cursor: pointer;
	background-color: var(--privy-color-background-2);
}
.hIUbzP {
	width: 32px;
	height: 32px;
	border-radius: 4px;
	background: var(--privy-color-background-2);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.hIUbzP svg {
	width: 18px;
	height: 18px;
	color: var(--privy-color-icon-muted);
}
.jpDnxC {
	width: 32px;
	height: 32px;
	border-radius: 0px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.jpDnxC svg {
	width: 32px;
	height: 32px;
	color: inherit;
}
.eMIxAB {
	width: 100%;
	height: 100%;
	min-height: inherit;
	display: flex;
	flex-direction: column;
}
.iHchTo {
	width: 100%;
	height: 100%;
	min-height: inherit;
	flex-direction: column;
	display: none;
}
.eeTdXF.eeTdXF {
	width: 82px;
	height: 82px;
	border-width: 4px;
	border-style: solid;
	border-top-color:;
	border-right-color:;
	border-left-color:;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: 1.2s linear 0s infinite normal none running rotation;
	transition: border-color 800ms;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.eeTdXF.eeTdXF.eeTdXF.success {
	border-top-color:;
	border-right-color:;
	border-left-color:;
	border-bottom-color: var(--privy-color-icon-success);
}
.eeTdXF.eeTdXF.eeTdXF.fail {
	border-top-color:;
	border-right-color:;
	border-left-color:;
	border-bottom-color: var(--privy-color-icon-error);
}
.eChfsb.eChfsb {
	width: 82px;
	height: 82px;
	border-width: 4px;
	border-style: solid;
	border-top-color:;
	border-right-color:;
	border-left-color:;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: 1.2s linear 0s infinite normal none running rotation;
	transition: border-color 800ms;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.eChfsb.eChfsb.eChfsb.success {
	border-top-color:;
	border-right-color:;
	border-left-color:;
	border-bottom-color: var(--privy-color-icon-success);
}
.eChfsb.eChfsb.eChfsb.fail {
	border-top-color:;
	border-right-color:;
	border-left-color:;
	border-bottom-color: var(--privy-color-icon-error);
}
.gkvGBF.gkvGBF {
	height: 1rem;
	width: 1rem;
	margin: 2px 0px;
	border-width: 1.5px;
	transition: border-color 200ms;
}
:root {
	--privy-color-background: #020713;
	--privy-color-background-2: #1a2230;
	--privy-color-background-3: #8b86ff;
	--privy-color-foreground: #f8f8f8;
	--privy-color-foreground-2: #9ba2ae;
	--privy-color-foreground-3: #7b8491;
	--privy-color-foreground-4: #1f2937;
	--privy-color-foreground-accent: hsl(0, 0%, 97%);
	--privy-color-accent: hsl(237, 100%, 70%);
	--privy-color-accent-light: hsl(237, 100%, 85%);
	--privy-color-accent-hover: hsl(0, 0%, 100%);
	--privy-color-accent-dark: hsl(237, 100%, 64%);
	--privy-color-accent-darkest: hsl(237, 100%, 10%);
	--privy-color-success: #0e3e2d;
	--privy-color-success-dark: #aceecb;
	--privy-color-success-light: #0e3e2d;
	--privy-color-success-bg: #0e3e2d;
	--privy-color-error: #fca5a5;
	--privy-color-error-light: #2e0c18;
	--privy-color-error-bg: #2e0c18;
	--privy-color-error-bg-hover: #441821;
	--privy-color-warn: #373827;
	--privy-color-warn-light: #373827;
	--privy-color-warn-bg: #373827;
	--privy-color-warning-dark: #fef9a0;
	--privy-color-error-dark: #fca5a5;
	--privy-color-info-bg: #1f2937;
	--privy-color-info-bg-hover: #141824;
	--privy-color-border-default: #1f2937;
	--privy-color-border-hover: #34304a;
	--privy-color-border-focus: #f8f8fc;
	--privy-color-border-error: #f87171;
	--privy-color-border-success: #317056;
	--privy-color-border-warning: #fbbf24;
	--privy-color-border-info: #5b83d3;
	--privy-color-border-interactive: #88b0ff;
	--privy-color-border-interactive-hover: #88b0ff;
	--privy-color-background-hover: #101724;
	--privy-color-background-clicked: #1a2230;
	--privy-color-background-disabled: #020713;
	--privy-color-background-interactive: #8b86ff;
	--privy-color-background-interactive-hover: #7b73e5;
	--privy-color-background-interactive-clicked: #6560cc;
	--privy-color-background-interactive-disabled: #141824;
	--privy-color-foreground-hover: #f8f8f8;
	--privy-color-foreground-clicked: #f8f8f8;
	--privy-color-foreground-disabled: #404452;
	--privy-color-foreground-interactive: #a29eff;
	--privy-color-foreground-interactive-hover: #8c88e5;
	--privy-link-navigation-color: hsl(237, 100%, 70%);
	--privy-link-navigation-decoration: none;
	--privy-accent-has-good-contrast: 1;
	--privy-color-icon-default: #f8f8f8;
	--privy-color-icon-muted: #9ba2ae;
	--privy-color-icon-subtle: #7b8491;
	--privy-color-icon-inverse: #020713;
	--privy-color-icon-success: #88e3b5;
	--privy-color-icon-warning: #fdf27b;
	--privy-color-icon-error: #ef4444;
	--privy-color-icon-interactive: #88b6ff;
	--privy-color-icon-default-hover: #f8f8f8;
	--privy-color-icon-muted-hover: #aeb3bd;
	--privy-color-icon-subtle-hover: #8b939e;
	--privy-color-icon-default-clicked: #f8f8f8;
	--privy-color-icon-muted-clicked: #9097a5;
	--privy-color-icon-subtle-clicked: #78818e;
	--privy-color-icon-default-disabled: #404452;
	--privy-color-icon-muted-disabled: #404452;
	--privy-color-icon-subtle-disabled: #404452;
	--privy-color-icon-error-hover: #f05555;
	--privy-color-icon-interactive-hover: #7b73e5;
	--privy-color-icon-error-clicked: #ef4444;
	--privy-color-icon-interactive-clicked: #6560cc;
	--privy-color-icon-muted-disabled-alt: #404452;
	--privy-color-icon-subtle-disabled-alt: #404452;
	--privy-border-radius-xs: 6px;
	--privy-border-radius-sm: 8px;
	--privy-border-radius-md: 12px;
	--privy-border-radius-mdlg: 16px;
	--privy-border-radius-lg: 24px;
	--privy-border-radius-full: 9999px;
	--privy-height-modal-full: 620px;
	--privy-height-modal-compact: 480px;
}
.icxWRU {
	line-height: 1.15;
	text-size-adjust: 100%;
	tab-size: 4;
	font-feature-settings: normal;
	margin: 0px;
	font-family:
		system-ui,
		-apple-system,
		"Segoe UI",
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		"Apple Color Emoji",
		"Segoe UI Emoji";
	color: var(--privy-color-foreground-2);
}
.icxWRU *,
.icxWRU ::before,
.icxWRU ::after {
	box-sizing: border-box;
	border-width: 0px;
	border-style: solid;
}
.icxWRU hr {
	height: 0px;
	color: inherit;
	border-top-width: 1px;
}
.icxWRU abbr:where([title]) {
	text-decoration: underline dotted;
}
.icxWRU h1,
.icxWRU h2,
.icxWRU h3,
.icxWRU h4,
.icxWRU h5,
.icxWRU h6 {
	font-size: inherit;
	font-weight: inherit;
	font-family:
		system-ui,
		-apple-system,
		"Segoe UI",
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		"Apple Color Emoji",
		"Segoe UI Emoji";
	display: inline;
}
.icxWRU a {
	color: inherit;
	text-decoration: inherit;
}
.icxWRU b,
.icxWRU strong {
	font-weight: bolder;
}
.icxWRU code,
.icxWRU kbd,
.icxWRU samp,
.icxWRU pre {
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
	font-size: 1em;
}
.icxWRU small {
	font-size: 80%;
}
.icxWRU sub,
.icxWRU sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.icxWRU sub {
	bottom: -0.25em;
}
.icxWRU sup {
	top: -0.5em;
}
.icxWRU table {
	text-indent: 0px;
	border-color: inherit;
	border-collapse: collapse;
}
.icxWRU button,
.icxWRU input,
.icxWRU optgroup,
.icxWRU select,
.icxWRU textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0px;
	padding: 0px;
}
.icxWRU button,
.icxWRU select {
	text-transform: none;
}
.icxWRU button,
.icxWRU [type="button"],
.icxWRU [type="reset"],
.icxWRU [type="submit"] {
	appearance: button;
	background-color: transparent;
	background-image: none;
}
.icxWRU legend {
	padding: 0px;
}
.icxWRU progress {
	vertical-align: baseline;
}
.icxWRU ::-webkit-inner-spin-button,
.icxWRU ::-webkit-outer-spin-button {
	height: auto;
}
.icxWRU [type="search"] {
	appearance: textfield;
	outline-offset: -2px;
}
.icxWRU ::-webkit-search-decoration {
	appearance: none;
}
.icxWRU ::-webkit-file-upload-button {
	appearance: button;
	font: inherit;
}
.icxWRU summary {
	display: list-item;
}
.icxWRU blockquote,
.icxWRU dl,
.icxWRU dd,
.icxWRU h1,
.icxWRU h2,
.icxWRU h3,
.icxWRU h4,
.icxWRU h5,
.icxWRU h6,
.icxWRU hr,
.icxWRU figure,
.icxWRU p,
.icxWRU pre {
	margin: 0px;
}
.icxWRU fieldset {
	margin: 0px;
	padding: 0px;
}
.icxWRU legend {
	padding: 0px;
}
.icxWRU ol,
.icxWRU ul,
.icxWRU menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.icxWRU textarea {
	resize: vertical;
}
.icxWRU input::placeholder,
.icxWRU textarea::placeholder {
	opacity: 1;
	color: rgb(156, 163, 175);
}
.icxWRU button,
.icxWRU [role="button"] {
	cursor: pointer;
}
.icxWRU :disabled {
	cursor: default;
}
.icxWRU img,
.icxWRU svg,
.icxWRU video,
.icxWRU canvas,
.icxWRU audio,
.icxWRU iframe,
.icxWRU embed,
.icxWRU object {
	display: block;
}
.icxWRU img,
.icxWRU video {
	max-width: 100%;
	height: auto;
}
.icxWRU [hidden] {
	display: none;
}
.icxWRU h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: var(--privy-color-foreground-2);
}
.icxWRU h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: var(--privy-color-foreground);
}
.icxWRU p {
	font-size: 13px;
	line-height: 20px;
	color: var(--privy-color-foreground-2);
}
.icxWRU button:focus,
.icxWRU input:focus,
.icxWRU optgroup:focus,
.icxWRU select:focus,
.icxWRU textarea:focus {
	outline: none;
	border-color: var(--privy-color-accent-light);
	box-shadow: 0 0 0 3px var(--privy-color-border-focus);
}
@media (min-width: 441px) {
	.icxWRU .mobile-only {
		display: none;
	}
}
@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.eDHZZj {
	position: fixed;
	inset: 0px;
	transition: backdrop-filter 100ms;
	backdrop-filter: blur(3px);
}
.eDHZZj.entering,
.eDHZZj.leaving {
	backdrop-filter: unset;
}
.faagqC {
	position: relative;
	z-index: 999999;
}
.egZerx {
	position: fixed;
	inset: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	min-height: 100dvh;
	overflow-y: auto;
}
@media (max-width: 440px) {
	.egZerx {
		align-items: flex-end;
	}
}
.glUgLp {
	padding: 0px;
	background: transparent;
	border-width: medium;
	border-style: none;
	border-color: currentcolor;
	border-image: none;
	width: 100%;
	pointer-events: auto;
	outline: none;
	display: block;
}
@media (max-width: 440px) {
	.glUgLp {
		opacity: 1;
		transform: translate3d(0px, 0px, 0px);
		transition: transform 200ms ease-in;
		position: sticky;
		bottom: 0px;
	}
	.glUgLp.entering,
	.glUgLp.leaving {
		opacity: 0;
		transform: translate3d(0px, 100%, 0px);
		transition:
			transform 150ms ease-in,
			opacity 150ms;
	}
}
@media (min-width: 441px) {
	.glUgLp {
		opacity: 1;
		transition: opacity 100ms ease-in;
		margin: auto;
		width: 360px;
		box-shadow: rgba(55, 65, 81, 0.15) 0px 8px 36px;
		border-radius: var(--privy-border-radius-lg);
	}
	.glUgLp.entering,
	.glUgLp.leaving {
		opacity: 0;
		transition-delay: 5ms;
	}
}
.hJNCrr {
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background: var(--privy-color-background);
	padding: 0px 16px;
}
.bHGaSJ {
	transition: height 150ms ease-out;
	overflow: hidden auto;
	scrollbar-width: none;
	max-height: calc(-32px + 100svh);
	border-radius: var(--privy-border-radius-lg) var(--privy-border-radius-lg) 0 0;
	box-shadow: rgba(55, 65, 81, 0.15) 0px 0px 36px;
}
@media (min-width: 441px) {
	.bHGaSJ {
		box-shadow: rgba(55, 65, 81, 0.15) 0px 8px 36px;
		border-radius: var(--privy-border-radius-lg);
	}
}
.bhyhck {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
	padding: 2rem;
}
.cpLQM {
	margin-top: 16px;
	font-size: 13px;
	text-align: center;
	color: var(--privy-color-foreground-3);
	display: block;
}
.cpLQM.cpLQM > a {
	color: var(--privy-color-accent);
}
.eUTqOc.eUTqOc {
	padding: 0px;
	color: var(--privy-color-foreground-3);
}
.cczTpm {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 8px;
	padding-bottom: 12px;
	gap: 8px;
	font-size: 13px;
}
.cczTpm.cczTpm a {
	padding: 0.5rem 0px;
}
.cczTpm.cczTpm a:hover {
	text-decoration: none;
}
@media (display-mode: standalone) {
	.cczTpm {
		padding-bottom: 30px;
	}
}
.gCQVjE.gCQVjE {
	color: var(--privy-color-accent);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	cursor: pointer;
	border-radius: 0px var(--privy-border-radius-mdlg) var(--privy-border-radius-mdlg) 0px;
	border-width: medium;
	border-style: none;
	border-color: currentcolor;
	border-image: none;
	transition: color 200ms;
}
@media (min-width: 441px) {
	.gCQVjE.gCQVjE {
		font-size: 14px;
	}
}
.gCQVjE.gCQVjE :hover {
	color: var(--privy-color-accent-dark);
}
.gCQVjE.gCQVjE.gCQVjE.gCQVjE > :first-child {
	opacity: 1;
}
.gCQVjE.gCQVjE.gCQVjE.gCQVjE > :last-child {
	position: absolute;
	display: flex;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0px);
	opacity: 0;
}
.gCQVjE.gCQVjE :disabled,
.gCQVjE.gCQVjE :hover:disabled {
	color: var(--privy-color-foreground-disabled);
	cursor: not-allowed;
}
.dlXKzS.dlXKzS {
	cursor: pointer;
	display: flex;
	opacity: 0.6;
	background-color: var(--privy-color-background-2);
	border-radius: var(--privy-border-radius-full);
	padding: 4px;
}
.dlXKzS.dlXKzS > svg {
	margin: auto;
	color: var(--privy-color-foreground);
}
.dlXKzS.dlXKzS :hover {
	opacity: 1;
}
.kwraFI {
	padding: 16px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kwraFI h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: var(--privy-color-foreground);
}
.hTucUV {
	flex: 1 1 0%;
	align-items: center;
	display: flex;
	gap: 8px;
}
.iOKqTi {
	display: flex;
	justify-content: flex-end;
}
.gDhozc {
	color: var(--privy-color-foreground);
	font-kerning: none;
	font-feature-settings: "calt" 0;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2rem;
	text-align: left;
	margin-left: 0.5rem;
}
.guXJRO.guXJRO {
	color: var(--privy-link-navigation-color, var(--privy-color-accent));
	font-weight: 400;
	text-decoration-line:;
	text-decoration-style:;
	text-decoration-color:;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
	cursor: pointer;
	opacity: 1;
	font-size: 14px;
	line-height: 22px;
	transition:
		color 200ms,
		text-decoration-color 200ms,
		opacity 200ms;
}
.guXJRO.guXJRO:hover {
	color: var(--privy-link-navigation-color, var(--privy-color-accent));
	text-decoration: underline;
	text-underline-offset: 4px;
}
.guXJRO.guXJRO:active {
	color: var(--privy-color-foreground);
}
.guXJRO.guXJRO:focus {
	outline: none;
	box-shadow: rgb(148, 157, 249) 0px 0px 0px 3px;
	border-radius: 2px;
}
.jKokIA {
	display: block;
	position: relative;
	width: 100%;
	height: 56px;
}
.jKokIA.jKokIA > :first-child {
	position: absolute;
	left: 0.75em;
	top: 50%;
	transform: translate(0px, -50%);
}
.jKokIA.jKokIA > input {
	font-size: 16px;
	line-height: 24px;
	color: var(--privy-color-foreground);
	padding: 12px 88px 12px 52px;
	flex-grow: 1;
	background: var(--privy-color-background);
	border: 1px solid var(--privy-color-foreground-4);
	border-radius: var(--privy-border-radius-md);
	width: 100%;
	height: 100%;
}
@media (min-width: 441px) {
	.jKokIA.jKokIA > input {
		font-size: 14px;
		padding-right: 78px;
	}
}
.jKokIA.jKokIA > input :focus {
	outline: none;
	border-color: var(--privy-color-accent-light);
	box-shadow: 0 0 0 1px var(--privy-color-accent-light);
}
.jKokIA.jKokIA > input :autofill,
.jKokIA.jKokIA > input :-webkit-autofill {
	background: var(--privy-color-background);
}
.jKokIA.jKokIA > input.jKokIA.jKokIA > input > input::placeholder {
	color: var(--privy-color-foreground-3);
}
.jKokIA.jKokIA > input:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}
.jKokIA.jKokIA > input:disabled,
.jKokIA.jKokIA > input:disabled:hover,
.jKokIA.jKokIA > input:disabled > span {
	color: var(--privy-color-foreground-3);
}
.jKokIA.jKokIA > button:last-child {
	right: 0px;
	line-height: 24px;
	padding: 13px 17px;
}
.jKokIA.jKokIA > button:last-child :focus {
	outline: none;
}
.jKokIA.jKokIA > button:last-child:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}
.jKokIA.jKokIA > button:last-child:disabled,
.jKokIA.jKokIA > button:last-child:disabled:hover,
.jKokIA.jKokIA > button:last-child:disabled > span {
	color: var(--privy-color-foreground-3);
}
.fEopAV.fEopAV > input {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 88px;
	border: 1px solid var(--privy-color-foreground-4);
}
.fEopAV.fEopAV > input.fEopAV.fEopAV > input > input::placeholder {
	color: var(--privy-color-foreground-3);
}
.fEopAV.fEopAV > :last-child {
	right: 16px;
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
}
.fEopAV.fEopAV > button:last-child {
	right: 0px;
	line-height: 24px;
	padding: 13px 17px;
}
.fEopAV.fEopAV > button:last-child :focus {
	outline: none;
}
.fSartU {
	width: 100%;
}
.fSartU.fSartU > .sc-eKtgwR {
	display: block;
	text-align: left;
	padding-left: var(--privy-border-radius-md);
	padding-bottom: 5px;
}
.eCUxAo {
	position: relative;
	display: inline-flex;
	align-items: center;
}
.eCUxAo::after {
	content: " ";
	border-radius: var(--privy-border-radius-full);
	height: 6px;
	width: 6px;
	background-color: var(--privy-color-icon-success);
	position: absolute;
	right: -3px;
	top: -3px;
}
.eaCSSf {
	width: 32px;
	height: 32px;
	border-radius: 0.25rem;
	object-fit: contain;
}
.ejPwvx.ejPwvx {
	gap: 0.5rem;
	align-items: center;
	display: flex;
	position: relative;
	text-align: left;
	font-weight: 500;
	transition: background 200ms ease-in;
	width: calc(100% - 4px);
	border-radius: var(--privy-border-radius-md);
	padding: 0.75em;
	border: 1px solid var(--privy-color-foreground-4);
	justify-content: space-between;
}
.ejPwvx:hover {
	background: var(--privy-color-background-2);
}
.bRjlsB {
	display: flex;
	align-items: center;
	justify-content: end;
	position: relative;
}
.bRjlsB > svg {
	border-radius: var(--privy-border-radius-full);
	stroke-width: 2.5;
	width: 100%;
	max-height: 1rem;
	max-width: 1rem;
	flex-shrink: 0;
}
.bRjlsB > svg:not(:last-child) {
	border-radius: var(--privy-border-radius-full);
	margin-right: -0.375rem;
}
.bbgkXL {
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--privy-color-foreground);
	font-weight: 400;
	flex: 1 1 0%;
}
.fiImVp {
	display: inline-flex;
}
.iGLCQS {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 0px;
	flex-grow: 1;
	justify-content: center;
}
.bznSHi {
	margin-bottom: 16px;
}
