body {
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
	--wp--preset--duotone--dark-grayscale: url(../fonts/e8b9d11cd5734ecea979acc2df86caef.woff);
	color: RGBA(0, 0, 0, 0.54);
}

div.nsl-container .nsl-button-apple .nsl-button-svg-container {
	padding: 0 6px;
}

div.nsl-container .nsl-button-apple .nsl-button-svg-container svg {
	height: 40px;
	width: auto;
}

div.nsl-container .nsl-button-apple[data-skin=&quot;
light&quot;

] {
	color: #000;
	box-shadow: 0 0 0 1px #000;
}

div.nsl-container .nsl-button-facebook[data-skin=&quot;
white&quot;

] {
	color: #000;
	box-shadow: inset 0 0 0 1px #000;
}

div.nsl-container .nsl-button-facebook[data-skin=&quot;
light&quot;

] {
	color: #1877F2;
	box-shadow: inset 0 0 0 1px #1877F2;
}

div.nsl-container .nsl-button-apple div.nsl-button-label-container {
	font-size: 17px;
	font-family: -apple-system, BlinkMacSystemFont, &quot;
	Segoe UI&quot;
	,
	Roboto,
	Helvetica,
	Arial,
	sans-serif,
	&quot;
	Apple Color Emoji&quot;
	,
	&quot;
	Segoe UI Emoji&quot;
	,
	&quot;
	Segoe UI Symbol&quot;
	;
}

div.nsl-container .nsl-button-slack div.nsl-button-label-container {
	font-size: 17px;
	font-family: -apple-system, BlinkMacSystemFont, &quot;
	Segoe UI&quot;
	,
	Roboto,
	Helvetica,
	Arial,
	sans-serif,
	&quot;
	Apple Color Emoji&quot;
	,
	&quot;
	Segoe UI Emoji&quot;
	,
	&quot;
	Segoe UI Symbol&quot;
	;
}

div.nsl-container .nsl-button-slack[data-skin=&quot;
light&quot;

] {
	color: #000000;
	box-shadow: inset 0 0 0 1px #DDDDDD;
}

.nsl-clear {
	clear: both;
}

.nsl-container {
	clear: both;
}

/*Button align start*/

div.nsl-container-inline[data-align=&quot;
left&quot;

] .nsl-container-buttons {
	justify-content: flex-start;
}

div.nsl-container-inline[data-align=&quot;
center&quot;

] .nsl-container-buttons {
	justify-content: center;
}

div.nsl-container-inline[data-align=&quot;
right&quot;

] .nsl-container-buttons {
	justify-content: flex-end;
}


div.nsl-container-grid[data-align=&quot;
left&quot;

] .nsl-container-buttons {
	justify-content: flex-start;
}

div.nsl-container-grid[data-align=&quot;
center&quot;

] .nsl-container-buttons {
	justify-content: center;
}

div.nsl-container-grid[data-align=&quot;
right&quot;

] .nsl-container-buttons {
	justify-content: flex-end;
}

div.nsl-container-grid[data-align=&quot;
space-around&quot;

] .nsl-container-buttons {
	justify-content: space-around;
}

div.nsl-container-grid[data-align=&quot;
space-between&quot;

] .nsl-container-buttons {
	justify-content: space-between;
}

/* Button align end*/

/* Redirect */

#nsl-redirect-overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 1000000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(1px);
	background-color: RGBA(0, 0, 0, .32);
	;
}

#nsl-redirect-overlay-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: white;
	padding: 30px;
	border-radius: 10px;
}

#nsl-redirect-overlay-spinner {
	content: &#x27;
	&#x27;
	;
	display: block;
	margin: 20px;
	border: 9px solid RGBA(0, 0, 0, .6);
	border-top: 9px solid #fff;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6);
	width: 40px;
	height: 40px;
	animation: nsl-loader-spin 2s linear infinite;
}

@keyframes nsl-loader-spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

#nsl-redirect-overlay-title {
	font-family: -apple-system, BlinkMacSystemFont, &quot;
	Segoe UI&quot;
	,
	Roboto,
	Oxygen-Sans,
	Ubuntu,
	Cantarell,
	&quot;
	Helvetica Neue&quot;
	,
	sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3C434A;
}

#nsl-redirect-overlay-text {
	font-family: -apple-system, BlinkMacSystemFont, &quot;
	Segoe UI&quot;
	,
	Roboto,
	Oxygen-Sans,
	Ubuntu,
	Cantarell,
	&quot;
	Helvetica Neue&quot;
	,
	sans-serif;
	text-align: center;
	font-size: 14px;
	color: #3C434A;
}
