/*
 *
 * CSS VARS
 *
*/

:root {
	--color-dark: #937599;
	--color-theme: #B68BBE;
	--color-black: #333;
	--color-darkgray: #666;
	--color-gray: #999;
	--color-lightgray: #CCC;
	--color-white: #FFF;
	--color-overlay: rgba(0,0,0,0.5);
	--color-background: #F5F5F5;
	--color-lines: #CCC;
	--color-link: #333;
	--color-help: #8B8D8F;
	--color-helplight: #E6E6E6;
	--color-error: #F14244;
	--color-errorlight: #FFF1F0;
	--color-success: #3F9C35;
	--color-successlight: #F6FFED;
	--color-warning: #FAAD14;
	--color-warninglight: #FFFBE6;
	--color-info: #1890FF;
	--color-infolight: #E6F7FF;
	--color-lightpink: #E7D9EA;

	--base-fontfamily: 'Poppins', sans-serif;
	--container-padding: 10px;
	--container-padding-n: -10px;
}


@media screen and (max-width: 1599px) {
	:root {
		--container-padding: 15px;
		--container-padding-n: -15px;
	}
}



/*
 *
 * Tipography
 *
*/
body, .paragraph, .gm-style, .page-content {
	/* Do not add styles */
	font-family: var(--base-fontfamily);
	font-weight: 300;
	font-size: 14px;
	color: var(--color-black);
}

/* A */
a, .a {
	color: currentColor;
	text-decoration: underline;
}

/* PARAGRAPH */
.paragraph, .gm-style, .page-content {
	line-height: 143%;
}

/* PARAGRAPH - A */
.paragraph a, .paragraph .a,
a.paragraph, .paragraph.a {
	color: var(--color-link);
	text-decoration: underline;
	line-height: 143%;
}

/* A - Hover */
a:hover, .a:hover,
.paragraph a:hover, .paragraph .a:hover,
a.paragraph:hover, .paragraph.a:hover {
	text-decoration: none;
}

.paragraph a:hover, a.paragraph:hover {
	color: var(--color-link);
	text-decoration: none;
}

/* PARAGRAPH - B (For mozilla) */
body b, body strong {font-weight: bold;}

/* SMALL */
a.small, .a.small, .small, small, .small, .small::before, .small::after {
	font-weight: 300; /* Required font-weight  */
	font-size: 14px;
	color: var(--color-black);
}

/* MEGA-TITLE */
.mega-title {
	font-family: var(--base-fontfamily);
	font-weight: 600;
	font-size: 54px;
	line-height: 124%;
}

/* TITLE */
h1:not(.nostyle), .h1:not(.nostyle), .title {
	font-family: var(--base-fontfamily);
	font-weight: 300;
	font-size: 46px;
	line-height: 139%;
}

/* SECONDARY-TITLE */
h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
	font-family: var(--base-fontfamily);
	font-weight: 600;
	font-size: 34px;
	line-height: 129%;
}

/* SUBTITLE */
h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
	font-family: var(--base-fontfamily);
	font-weight: 500;
	font-size: 22px;
	line-height: 141%;
}

/* SECONDARY-SUBTITLE */
h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
	font-family: var(--base-fontfamily);
	font-weight: 400;
	font-size: 19px;
	line-height: 147%;
}

/* LIST-NAV-TITLE */
.list-nav-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
}

.list-nav-title.active {
	text-decoration: underline;
}

/* SIGNATURE */
.signature {
	font-size: 15px;
	text-transform: uppercase;
}

/* LIST-NAV-SUBTITLE */
.list-nav-subtitle {
	font-weight: 500;
	font-size: 14px;
	line-height: 143%;
}

.list-nav-subtitle.active {
	text-decoration: underline;
}

/* PRODUCT ITEM */
	/* Brand */
	.brand-list-product {
		font-weight: 400;
		font-size: 14px;
	} 

	/* Name */
	.product-item .desc .name {
		font-weight: 300;
		font-size: 14px;
		line-height: 150%;
		color: var(--color-darkgray);
	}

	/* Price */
	.rdc-product-price.price,
	.price {
		display: flex;
		align-items: center;
		grid-gap: 10px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.rdc-product-price.price, .rdc-product-price.price p,
	.price, .price p {
		font-weight: 300;
		font-size: 15px;
	}

	/* Price Old */
	.rdc-product-price.price .old,
	.price .old {
		color: var(--color-gray);
		text-decoration: line-through;
		margin-right: 0 !important;
	}

	body .rdc-product-packs .rdc-pack .rdc-pack-price .old{margin-bottom: 0;}

	/* Price Discount */
	.rdc-product-price.price .discount,
	.price .discount {
		background-color: var(--color-dark); /* Required */
		color: var(--color-white); /* Required */
		padding: 2px 4px;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 600;
		font-size: 10px;
	}

	/* Price Current */
	.rdc-product-price.price .current,
	.price .current {font-weight: 600;color: var(--color-theme);}

	/* Price Desde, Price Type, Price Date */
	.rdc-product-price.price .desde, .rdc-product-price.price .type, .rdc-product-price.price .date, .rdc-product-price.price .packageType,
	.price .desde, .price .type, .price .date, .price .packageType {
		font-weight: 400;
		font-size: 9px;
		line-height: normal;
	}

	/* Price Desde, Price Type */
	.rdc-product-price.price .desde, .rdc-product-price.price .type, .rdc-product-price.price .packageType,
	.price .desde, .price .type, .price .packageType {
		color: var(--color-gray);
	}

	.rdc-product-price.price .desde,
	.price .desde{text-transform: capitalize;}

	/* Promo Date */
	.rdc-promo-date {
		color: var(--color-gray);
	}

	/* Promoção ultimos 30 dias */
	.rdc-promo-30days {
		color: var(--color-gray);	
	}

@media screen and (max-width: 1199px) {
	/* MEGA-TITLE */
	.mega-title {
		font-size: 38px;
		line-height: 126%;
	}

	/* TITLE */
	h1:not(.nostyle), .h1:not(.nostyle), .title { 			/* (1) */
		font-size: 34px;
		line-height: 124%;
	}

	/* SECONDARY-TITLE */
	h2:not(.nostyle), .h2:not(.nostyle), .secondary-title { /* (1) */
		font-size: 26px;
		line-height: 146%;
	}

	/* SUBTITLE */
	h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
		font-size: 20px;
		line-height: 150%;
	}

	/* SECONDARY-SUBTITLE */
	h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
		font-size: 18px;
		line-height: 144%;
	}

	/* LIST-NAV-TITLE */
	.list-nav-title {
		font-size: 16px;
		line-height: 150%;
	}

	/* LIST-NAV-SUBTITLE - Required for accordion contains secondary-subtitle */
	.list-nav-subtitle {
		font-size: 14px;
		line-height: 157%;
	}

	/* SIGNATURE */
	.signature {
		font-size: 14px;
	}

	/* PRODUCT ITEM */
	.product-item .desc .name,
	.product-item .price p {
		font-size: 13px;
	}
	
	.product-item .price p.discount {
		font-size: 10px;
	}

	/* PRODUCT ITEM - Promo date */
	/* .product-item .price .type, .product-item .price .date {
		font-size: 13px;
		line-height: normal;
	} */
}

@media screen and (min-width: 1200px) {
	/* Colocar igual aos estilos anteriores de mobile */
	/* PRODUCT ITEM (SMALL) == MOBILE */
	.rdc-product-item-size-small .desc .name ,
	.rdc-product-item-size-small .price p {
		font-size: 13px;
	}

	/* PRODUCT ITEM - Promo date */
	.product-item .price .type, .product-item .price .date {
		font-size: 10px;
		line-height: 150%;
	}
}

/* (1) - REQUIRED - Mobile styles to be used on desktop */
	/* TITLE */
	.rdc-popup-right-bar .title {
		font-size: 38px;
	}

	/* SECONDARY-TITLE */
	.rdc-popup-right-bar .secondary-title {
		font-size: 30px;
	}





/*
 *
 * Elements & Components
 *
*/

/* Primary Button */
	/* Normal */
	.button, button, input[type=submit], input[type=button],
	body .account .button, body .account button, body .account input[type=submit], body .account input[type=button], body .account button[type=submit], body .account button[type=button] {
		font-weight: 600;
		font-size: 13px;
		color: var(--color-white);
		text-transform: uppercase;
		line-height: 154%;
		padding: 11px 20px 9px;
		border: 1px solid var(--color-black);
		background-color: var(--color-black);
		border-radius: 6px;
	}

	body .account .button, body .account button, body .account input[type=submit], body .account input[type=button], body .account button[type=submit], body .account button[type=button]{
		font-family: var(--base-fontfamily);
	}

	
	/* Normal Disabled */
	.button[disabled], button[disabled], input[type=submit][disabled], input[type=button][disabled] {
		cursor: default !important;
		color: var(--color-lightgray);
		background-color: var(--color-background);
		border-color: var(--color-background);
	}
	
	/* White */
	.button.btn-light, .button.white, button.btn-light, button.white, input[type=submit].btn-light, input[type=submit].white, input[type=button].btn-light, input[type=button].white {
		color: var(--color-black);
		border-color: var(--color-white);
		background-color: var(--color-white);
	}

	/* White Hover */
	.button.btn-light:not([disabled]):hover, .button.white:not([disabled]):hover, button.btn-light:not([disabled]):hover, button.white:not([disabled]):hover, input[type=submit].btn-light:not([disabled]):hover, input[type=submit].white:not([disabled]):hover, input[type=button].btn-light:not([disabled]):hover, input[type=button].white:not([disabled]):hover {
		color: var(--color-white);
		border-color: var(--color-white);
		background-color: transparent;
	}
	
	/* White Disabled */
	.button.btn-light[disabled], .button.white[disabled], button.btn-light[disabled], button.white[disabled], input[type=submit].btn-light[disabled], input[type=submit].white[disabled], input[type=button].btn-light[disabled], input[type=button].white[disabled] {
		cursor: default !important;
		opacity: 0.3;
	}
	
	/* Secondary Button */
	/* Normal */
	.button.btn2, button.btn2, input[type=submit].btn2, input[type=button].btn2 {
		color: var(--color-black);
		border-color: var(--color-black);
		background-color: transparent;
	}

	/* Normal Hover */
	@media screen and (min-width:1200px) {
		/* Normal Hover */
		.button:not([disabled]):hover, button:not([disabled]):hover, input[type=submit]:not([disabled]):hover, input[type=button]:not([disabled]):hover,
		body .account .button:not([disabled]):hover, body .account button:not([disabled]):hover, body .account input[type=submit]:not([disabled]):hover, body .account input[type=button]:not([disabled]):hover {
			color: var(--color-black);
			border-color: var(--color-black);
			background-color: transparent;
		}
		.button.btn2:not([disabled]):hover, button.btn2:not([disabled]):hover, input[type=submit].btn2:not([disabled]):hover, input[type=button].btn2:not([disabled]):hover, .buttonBlocks:not([disabled]):hover{
			color: var(--color-white);
			border-color: var(--color-black);
			background-color: var(--color-black);
		}
		/* White Hover */
		.button.btn2.btn-light:not([disabled]):hover, .button.btn2.white:not([disabled]):hover, button.btn2.btn-light:not([disabled]):hover, button.btn2.white:not([disabled]):hover, input[type=submit].btn2.btn-light:not([disabled]):hover, input[type=submit].btn2.white:not([disabled]):hover, input[type=button].btn2.btn-light:not([disabled]):hover, input[type=button].btn2.white:not([disabled]):hover {
			color: var(--color-black); 
			border-color: var(--color-white);
			background-color: var(--color-white);
		}
	}

	/* Normal Disable */
	.button.btn2[disabled], button.btn2[disabled], input[type=submit].btn2[disabled], input[type=button].btn2[disabled], .buttonBlocks[disabled]{
		cursor: default !important;
		color: var(--color-lightgray);
		background-color: var(--color-background);
		border-color: var(--color-background);
	}

	/* White */
	.button.btn2.btn-light, .button.btn2.white, button.btn2.btn-light, button.btn2.white, input[type=submit].btn2.btn-light, input[type=submit].btn2.white, input[type=button].btn2.btn-light, input[type=button].btn2.white,
	body #main .contentTitles_button.btn-light {
		color: var(--color-white);
		border-color: var(--color-white);
		background-color: transparent;
	}


	/* White Disable */
	.button.btn2.btn-light[disabled], .button.btn2.white[disabled], button.btn2.btn-light[disabled], button.btn2.white[disabled], input[type=submit].btn2.btn-light[disabled], input[type=submit].btn2.white[disabled], input[type=button].btn2.btn-light[disabled], input[type=button].btn2.white[disabled] {
		cursor: default !important;
		color: var(--color-lightgray);
		background-color: var(--color-background);
		border-color: var(--color-background);
	}

/* Button Link */
	/* Normal */
	.button.link, .link {
		font-weight: 600;
		font-size: 13px;
		line-height: 154%;
		/*text-decoration: underline !important;*/
		padding: 1px 0;
		border: 0;
		background: transparent;
		display: inline;
		border-bottom: 1px solid currentColor;
	}

	.button.link:not(.cursor-default), .link:not(.cursor-default) {
		border-bottom: 0;
	}

	/* Normal Hover */
	.button.link:not([disabled]):hover, .link:not([disabled]):hover {
		border-color: transparent;
		color: currentColor;
	}

	/* Normal Disable */
	.button.link[disabled], .link[disabled] {
		color: var(--color-black);
		cursor: default !important;
		opacity: 0.3;
	}

	/* White */
	.button.link.white, .link.white {
		color: var(--color-white);
	}

	/* White Hover */
	.button.link.white:not([disabled]):hover, .link.white:not([disabled]):hover {

	}

	/* White Disable */
	.button.link.white[disabled], .link.white[disabled] {
		cursor: default !important;
		opacity: 0.3;
	}

/* Button Card */
	/* Normal */
	.button-card {
		transition: border-color 0.15s;
		/*box-shadow 0.15s;*/
		border: 1px solid var(--color-lines);
		border-radius: 6px;
	}

	/* Normal hover e active */
	.button-card:not(.disabled):not(.esgotado):hover {
		border-color: var(--color-gray);
	}

	/* Active */
	.button-card.active {
		border-color: var(--color-theme);
	}

	/* Disable */
	.button-card.disabled {}

	/* Esgotado */
	.button-card.esgotado {}

	/* Title */
	.button-card-title {}

	/* Description */
	.button-card-desc {
		color: var(--color-gray);
	}

/* Buttons Cart */
	/* Normal */
	.addCart, .btn-cart, .btn-cart-esgotado {
		font-weight: 600;
		font-size: 13px;
		color: var(--color-white);
		text-transform: uppercase;
		padding: 10px 30px;
		border: 1px solid var(--color-theme);
		background-color: var(--color-theme);
		white-space: nowrap;
		border-radius: 6px;
		line-height: 154%;
	}

	/* Normal hover */
	.addCart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover, .btn-cart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{
		color: var(--color-white);
		border-color: #CBAFCF;
		background-color: #CBAFCF;
	}

	/* Normal Disable */
	.addCart[disabled], .btn-cart[disabled] {
		cursor: default !important;
	}

/* Button Esgotado */
body .btn-cart-esgotado{
	color: var(--color-lightgray) !important;
	border-color: var(--color-background) !important;
	background-color: var(--color-background) !important;
	cursor: default !important;
	opacity: 1 !important;
}

/* Button Loading */
.button.loader, button.loader, .btn-cart.loader {
	position: relative;
	color: var(--color-black) !important;
	background: var(--color-black) !important;
	border-color: var(--color-black) !important;
}

.button.loader::before, button.loader::before, .btn-cart.loader::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	margin: -13px 0 0 -13px;
	background: url("data:image/svg+xml,%3C!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL --%3E%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/24px;
}





/*
 *
 * Accordions
 *
*/
body .accordion > li {
	border-color: var(--color-lines);
}

body .accordion > li.active {
	border-color: var(--color-darkgray);
}

body .accordion > li.active + li {
	border-top-color: var(--color-darkgray);
}

.accordion .accordion-head, .accordion .accordion-content {
	padding-left: 15px;
	padding-right: 4em;
}






/*
 *
 * Tabs
 *
*/
body .tabs-container:not(.vertical) .tabs li {
	margin: 0 7px;
}

body .tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) {
	text-align: center;
}

body .tabs-container .tabs:not(.rdc-fixed-styles) .tabs-item {
	font-weight: 300;
	font-size: 14px;
	line-height: 143%;
	text-decoration: none;
	color: var(--color-black);
	cursor: pointer;
	display: block;
	padding: 7px 21px;
	border: 1px solid var(--color-lines);
	background-color: var(--color-white);
	border-radius: 6px;
}

body .tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li:not(.sel) .tabs-item:hover {
	opacity: 0.5;
}

body .tabs-container .tabs:not(.rdc-fixed-styles) li.sel .tabs-item {
	color: var(--color-black);
	border-color: var(--color-black);
}

body .tabs-container.vertical .tabs:not(.rdc-fixed-styles) .tabs-item {
	display: inline-block;
	padding-bottom: 0;
	border-bottom-width: 1px;
}

@media screen and (max-width: 767px) {
	body .tabs-container .tabs:not(.rdc-fixed-styles) {
		margin: 0 -15px;
	}

	body .tabs-container .tabs:not(.rdc-fixed-styles) li:first-child {
		padding-left: 15px;
	}

	body .tabs-container .tabs:not(.rdc-fixed-styles) li:last-child {
		padding-right: 10px;
	}
}






/*
 *
 * Form
 *
*/
/* Label (forms, filters, etc) */
.label-title, .label-subtitle, .label-desc {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 6px;
}

textarea,  input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=file], select,
body .account textarea,  body .account input[type=text], body .account input[type=number], body .account input[type=email], body .account input[type=password], body .account input[type=tel], body .account input[type=search], body .account input[type=file], body .account select {
	font-family: var(--base-fontfamily);
	padding: 9px 15px;
	border: 1px solid var(--color-lines);
	min-height: 42px;
	background-color: white;
	border-radius: 4px !important;
	color: var(--color-black);
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	-o-border-radius: 4px !important;
	font-size: 12px;
	line-height: 184%;
	font-weight: 300;
}

input[type=file],
body .account input[type=file] {
	padding: 10px 15px;
}

input[type=text]:hover, input[type=number]:hover, input[type=email]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=search]:hover, input[type=file]:hover, textarea:hover, div.select:not(.disabled):hover,
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=search]:focus, textarea:focus,
body .account input[type=text]:hover, body .account input[type=number]:hover, body .account input[type=email]:hover, body .account input[type=password]:hover, body .account input[type=tel]:hover, body .account input[type=search]:hover, body .account input[type=file]:hover, body .account textarea:hover, body .account div.select:not(.disabled):hover,
body .account input[type=text]:focus, body .account input[type=email]:focus, body .account input[type=password]:focus, body .account input[type=tel]:focus, body .account input[type=search]:focus, body .account textarea:focus {
	border-color: var(--color-gray); 
}

body .magic-checkbox+label:after, body .magic-checkbox+span:after, .magic-checkbox:checked+label:before, .magic-radio:checked+label:before,
body .account .magic-checkbox+label:after, body .account .magic-checkbox+span:after, body .account .magic-checkbox:checked+label:before, body .account .magic-radio:checked+label:before { border-color: var(--color-theme); }
body .magic-radio+label:after,
body .account .magic-radio+label:after { background-color: var(--color-theme); }

body .magic-checkbox+label:after { width: 6px;height: 13px;top: calc(50% - 1px);left: 8px;border-width: 1px; }
body .magic-checkbox+label::before { border-color: var(--color-lines); }
body .magic-checkbox:checked+label:hover:before { border-color: var(--color-theme); }

body .magic-checkbox+label:before, body .magic-checkbox+span { border-radius: 3px; }
.magic-checkbox+label:hover:before, body .account .magic-checkbox+label:hover:before, body .account .magic-radio+label:hover:before, .magic-radio+label:hover:before  { border-color: var(--color-gray); }
input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=search]:disabled, textarea:disabled, div.select[disabled],
input[type=text].disabled, input[type=email].disabled, input[type=password].disabled, input[type=tel].disabled, input[type=search].disabled, textarea.disabled, div.select.disabled,
body .account input[type=text]:disabled, body .account input[type=email]:disabled, body .account input[type=password]:disabled, body .account input[type=tel]:disabled, body .account input[type=search]:disabled, body .account textarea:disabled, body .account div.select[disabled],
body .account input[type=text].disabled, body .account input[type=email].disabled, body .account input[type=password].disabled, body .account input[type=tel].disabled, body .account input[type=search].disabled, body .account textarea.disabled, body .account div.select.disabled {
	background-color: var(--color-background) !important;
	border: 1px solid var(--color-lines)!important;
	-webkit-text-fill-color: var(--color-darkgray);
	-webkit-opacity: 1; 
	cursor: default;
}

div.select,
body .account div.select {
	position: relative;
	z-index: 0;
	display: block;
	border: 1px solid var(--color-lines);
	overflow-x: hidden;
	border-radius: 6px;
}

div.select select,
body .account div.select select {
	position: relative;
	width: 100%;
	padding: 10px 40px 10px 15px;
	min-height: 40px;
	height: auto;
	appearance:none;
	border: 0px !important;
	border-radius: 0 !important;
	background: transparent;
	z-index: 10;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 0 !important;
	line-height: 184%; /* Mozilla */
}
@media screen and (max-width: 767px) {
	div.select select,
	body .account div.select select {
		padding: 8px 40px 6px 15px;
	}
}

div.select::after,
body .account div.select::after{
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	right: 15px;
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32px' height='32px' viewBox='0 0 32 32'%3E%3Cpath d='m22.5 6.055-10.018 10.445 10.018 10.445-1.491 1.555-11.509-12 11.509-12z' transform='matrix(0 -1 -1 0 32.5 32.5)'%3E%3C/path%3E%3C/svg%3E") left top/100% no-repeat;
}

div.select.loading::after,
body .account div.select.loading::after {
	background: url(/sysimages/variantsloader.gif) center center/18px no-repeat;
	width: 20px;
	right: 8px;
}

div.select select:disabled,
body .account div.select select:disabled{
	background-color: var(--color-background);
}

div.select select::-ms-expand,
body .account div.select select::-ms-expand{
	display: none;
}

div.select[disabled]::after,
body .account div.select[disabled]::after{
	opacity: 0.3;
}

::-webkit-input-placeholder {color: var(--color-gray);}
::-moz-placeholder {color: var(--color-gray);}
:-ms-input-placeholder {color: var(--color-gray);}
:-moz-placeholder {color: var(--color-gray);}






/*
 *
 * Messages Bar
 *
*/
.form-message .help,
.form-message .success,
.form-message .info,
.form-message .warning,
.form-message .error,
body .form-stock-message .help,
body .form-stock-message .success,
body .form-stock-message .info,
body .form-stock-message .warning,
body .form-stock-message .error {
	background-repeat: no-repeat;
	background-position: left 6px center;
	background-size: 20px;
	line-height: 142%;
	padding: 6px 8px 6px 32px;
	border-radius: 4px;
	border: 1px solid;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	color: var(--color-black);
}

.form-message .help a,
.form-message .success a,
.form-message .info a,
.form-message .warning a,
.form-message .error a,
body .form-stock-message .help a,
body .form-stock-message .success a,
body .form-stock-message .info a,
body .form-stock-message .warning a,
body .form-stock-message .error a{color: var(--color-black);}

.form-message .help,
body .form-stock-message .help {
	background-color: var(--color-helplight);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3e%3cpath d='M9.60662 12.1544C9.60662 12.2744 9.57104 12.3917 9.50439 12.4914C9.43773 12.5912 9.34299 12.6689 9.23214 12.7149C9.1213 12.7608 8.99933 12.7728 8.88166 12.7494C8.76398 12.726 8.6559 12.6682 8.57106 12.5834C8.48622 12.4985 8.42845 12.3904 8.40504 12.2728C8.38163 12.1551 8.39365 12.0331 8.43956 11.9223C8.48547 11.8114 8.56323 11.7167 8.66298 11.65C8.76274 11.5834 8.88002 11.5478 9 11.5478C9.16089 11.5478 9.31518 11.6117 9.42895 11.7255C9.54271 11.8392 9.60662 11.9935 9.60662 12.1544ZM9 5.72426C7.7261 5.72426 6.69485 6.64936 6.69485 7.78676V8.02941C6.69485 8.12594 6.7332 8.21852 6.80146 8.28678C6.86972 8.35503 6.96229 8.39338 7.05883 8.39338C7.15536 8.39338 7.24793 8.35503 7.31619 8.28678C7.38445 8.21852 7.4228 8.12594 7.4228 8.02941V7.78676C7.4228 7.05094 8.13011 6.45221 9 6.45221C9.86989 6.45221 10.5772 7.05094 10.5772 7.78676C10.5772 8.52259 9.86989 9.12132 9 9.12132C8.90347 9.12132 8.81089 9.15967 8.74264 9.22793C8.67438 9.29618 8.63603 9.38876 8.63603 9.48529V9.97059C8.63603 10.0671 8.67438 10.1597 8.74264 10.228C8.81089 10.2962 8.90347 10.3346 9 10.3346C9.09653 10.3346 9.18911 10.2962 9.25737 10.228C9.32563 10.1597 9.36397 10.0671 9.36397 9.97059V9.82379C10.4626 9.66728 11.3051 8.81316 11.3051 7.78676C11.3051 6.64936 10.2739 5.72426 9 5.72426ZM15.1875 9C15.1875 10.2238 14.8246 11.4201 14.1447 12.4376C13.4648 13.4551 12.4985 14.2482 11.3679 14.7165C10.2372 15.1848 8.99314 15.3074 7.79288 15.0686C6.59262 14.8299 5.49012 14.2406 4.62478 13.3752C3.75944 12.5099 3.17014 11.4074 2.93139 10.2071C2.69265 9.00686 2.81518 7.76276 3.2835 6.63215C3.75182 5.50153 4.54488 4.53517 5.56241 3.85528C6.57994 3.17539 7.77623 2.8125 9 2.8125C10.6404 2.81443 12.2131 3.46694 13.3731 4.6269C14.5331 5.78687 15.1856 7.35956 15.1875 9ZM14.4596 9C14.4596 7.9202 14.1394 6.86465 13.5395 5.96683C12.9396 5.06901 12.0869 4.36925 11.0893 3.95603C10.0917 3.5428 8.99395 3.43469 7.93489 3.64534C6.87584 3.856 5.90304 4.37598 5.13951 5.13951C4.37598 5.90304 3.85601 6.87584 3.64535 7.93489C3.43469 8.99394 3.54281 10.0917 3.95603 11.0893C4.36925 12.0869 5.06901 12.9396 5.96683 13.5395C6.86465 14.1394 7.9202 14.4596 9 14.4596C10.4475 14.458 11.8352 13.8822 12.8587 12.8587C13.8822 11.8352 14.458 10.4475 14.4596 9Z' fill='%238B8D8F'/%3e%3c/svg%3e");	border-color: var(--color-help);
}

.form-message .success,
body .form-stock-message .success {
	background-color: var(--color-successlight);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3e%3cpath d='M11.6837 7.28691C11.7518 7.35516 11.7901 7.44766 11.7901 7.54412C11.7901 7.64057 11.7518 7.73308 11.6837 7.80132L8.28662 11.1984C8.21837 11.2665 8.12587 11.3048 8.02941 11.3048C7.93296 11.3048 7.84045 11.2665 7.77221 11.1984L6.31633 9.7425C6.25203 9.6735 6.21703 9.58224 6.2187 9.48795C6.22036 9.39366 6.25856 9.30369 6.32524 9.23701C6.39193 9.17032 6.4819 9.13212 6.57619 9.13046C6.67048 9.12879 6.76174 9.16379 6.83074 9.22809L8.02941 10.4262L11.1693 7.28691C11.2375 7.21875 11.33 7.18047 11.4265 7.18047C11.5229 7.18047 11.6154 7.21875 11.6837 7.28691ZM15.1875 9C15.1875 10.2238 14.8246 11.4201 14.1447 12.4376C13.4648 13.4551 12.4985 14.2482 11.3679 14.7165C10.2372 15.1848 8.99314 15.3074 7.79288 15.0686C6.59262 14.8299 5.49012 14.2406 4.62478 13.3752C3.75944 12.5099 3.17014 11.4074 2.93139 10.2071C2.69265 9.00686 2.81518 7.76276 3.2835 6.63215C3.75182 5.50153 4.54488 4.53517 5.56241 3.85528C6.57994 3.17539 7.77623 2.8125 9 2.8125C10.6404 2.81443 12.2131 3.46694 13.3731 4.6269C14.5331 5.78687 15.1856 7.35956 15.1875 9ZM14.4596 9C14.4596 7.9202 14.1394 6.86465 13.5395 5.96683C12.9396 5.06901 12.0869 4.36925 11.0893 3.95603C10.0917 3.5428 8.99395 3.43469 7.93489 3.64534C6.87584 3.856 5.90304 4.37598 5.13951 5.13951C4.37598 5.90304 3.85601 6.87584 3.64535 7.93489C3.43469 8.99394 3.54281 10.0917 3.95603 11.0893C4.36925 12.0869 5.06901 12.9396 5.96683 13.5395C6.86465 14.1394 7.9202 14.4596 9 14.4596C10.4475 14.458 11.8352 13.8822 12.8587 12.8587C13.8822 11.8352 14.458 10.4475 14.4596 9Z' fill='%233F9C35'/%3e%3c/svg%3e");
	border-color: var(--color-success);
}

.form-message .info,
body .form-stock-message .info {
	background-color: var(--color-infolight);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3e%3cpath d='M9 15.1875C10.2238 15.1875 11.4201 14.8246 12.4376 14.1447C13.4551 13.4648 14.2482 12.4985 14.7165 11.3679C15.1848 10.2372 15.3074 8.99314 15.0686 7.79288C14.8299 6.59262 14.2406 5.49012 13.3752 4.62478C12.5099 3.75944 11.4074 3.17014 10.2071 2.93139C9.00686 2.69265 7.76276 2.81518 6.63215 3.2835C5.50153 3.75181 4.53517 4.54488 3.85528 5.56241C3.17539 6.57994 2.8125 7.77623 2.8125 9C2.81443 10.6404 3.46694 12.2131 4.6269 13.3731C5.78687 14.5331 7.35956 15.1856 9 15.1875ZM9 3.54044C10.0798 3.54044 11.1353 3.86064 12.0332 4.46054C12.931 5.06045 13.6308 5.91311 14.044 6.91072C14.4572 7.90832 14.5653 9.00606 14.3547 10.0651C14.144 11.1242 13.624 12.097 12.8605 12.8605C12.097 13.624 11.1242 14.144 10.0651 14.3547C9.00605 14.5653 7.90832 14.4572 6.91072 14.044C5.91311 13.6308 5.06045 12.931 4.46054 12.0332C3.86064 11.1353 3.54044 10.0798 3.54044 9C3.54205 7.55253 4.11776 6.1648 5.14128 5.14128C6.1648 4.11777 7.55253 3.54205 9 3.54044ZM9.36397 8.51471L9.36397 11.9118C9.36397 12.0083 9.32562 12.1009 9.25736 12.1691C9.18911 12.2374 9.09653 12.2757 9 12.2757C8.90347 12.2757 8.81089 12.2374 8.74263 12.1691C8.67437 12.1009 8.63603 12.0083 8.63603 11.9118L8.63603 8.51471C8.63603 8.41818 8.67437 8.3256 8.74263 8.25734C8.81089 8.18908 8.90347 8.15074 9 8.15074C9.09653 8.15074 9.18911 8.18908 9.25736 8.25734C9.32562 8.3256 9.36397 8.41818 9.36397 8.51471ZM8.39338 6.33088C8.39338 6.21091 8.42896 6.09362 8.49561 5.99386C8.56227 5.89411 8.65701 5.81636 8.76786 5.77044C8.8787 5.72453 9.00067 5.71252 9.11834 5.73592C9.23602 5.75933 9.34411 5.8171 9.42894 5.90194C9.51378 5.98678 9.57155 6.09487 9.59496 6.21254C9.61837 6.33021 9.60635 6.45218 9.56044 6.56303C9.51453 6.67387 9.43678 6.76861 9.33702 6.83527C9.23726 6.90192 9.11998 6.9375 9 6.9375C8.83911 6.9375 8.68482 6.87359 8.57106 6.75983C8.45729 6.64607 8.39338 6.49177 8.39338 6.33088Z' fill='%231890FF'/%3e%3c/svg%3e");
	border-color: var(--color-info);
}

.form-message .warning,
body .form-stock-message .warning {
	background-color: var(--color-warninglight);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3e%3cpath d='M16.1178 13.1095L10.3039 3.52072C10.1704 3.30507 9.97985 3.12628 9.75121 3.00206C9.52257 2.87784 9.26373 2.8125 9.00033 2.8125C8.73693 2.8125 8.4781 2.87784 8.24945 3.00206C8.02081 3.12628 7.8303 3.30507 7.69677 3.52072L1.88291 13.1095C1.75494 13.3176 1.6875 13.5542 1.6875 13.7952C1.6875 14.0362 1.75494 14.2728 1.88291 14.4809C2.01466 14.6981 2.20492 14.878 2.43415 15.0021C2.66337 15.1263 2.92327 15.1903 3.18714 15.1874H14.8135C15.0772 15.19 15.3368 15.126 15.5658 15.0018C15.7947 14.8777 15.9848 14.6979 16.1164 14.4809C16.2446 14.2729 16.3123 14.0364 16.3125 13.7954C16.3127 13.5544 16.2455 13.3177 16.1178 13.1095ZM15.4258 14.1014C15.3636 14.2029 15.2742 14.2868 15.1665 14.3445C15.0589 14.4022 14.9371 14.4316 14.8135 14.4297H3.18714C3.06358 14.4316 2.94173 14.4022 2.83412 14.3445C2.72651 14.2868 2.63704 14.2029 2.57491 14.1014C2.5168 14.0086 2.48613 13.9026 2.48613 13.7946C2.48613 13.6866 2.5168 13.5806 2.57491 13.4877L8.3881 3.89892C8.45165 3.79865 8.54143 3.71568 8.6487 3.65809C8.75598 3.6005 8.87711 3.57024 9.00033 3.57024C9.12356 3.57024 9.24469 3.6005 9.35196 3.65809C9.45924 3.71568 9.54901 3.79865 9.61256 3.89892L15.4264 13.4877C15.4844 13.5806 15.515 13.6867 15.5149 13.7947C15.5148 13.9027 15.484 14.0086 15.4258 14.1014ZM8.60148 10.2626V7.73709C8.60148 7.63662 8.64351 7.54027 8.7183 7.46922C8.7931 7.39818 8.89455 7.35826 9.00033 7.35826C9.10611 7.35826 9.20756 7.39818 9.28236 7.46922C9.35716 7.54027 9.39918 7.63662 9.39918 7.73709V10.2626C9.39918 10.3631 9.35716 10.4595 9.28236 10.5305C9.20756 10.6015 9.10611 10.6415 9.00033 10.6415C8.89455 10.6415 8.7931 10.6015 8.7183 10.5305C8.64351 10.4595 8.60148 10.3631 8.60148 10.2626ZM9.66508 12.5356C9.66508 12.6605 9.62609 12.7825 9.55305 12.8864C9.48 12.9902 9.37618 13.0711 9.25472 13.1189C9.13325 13.1667 8.99959 13.1792 8.87065 13.1549C8.7417 13.1305 8.62325 13.0704 8.53029 12.9821C8.43732 12.8938 8.37401 12.7813 8.34836 12.6588C8.32271 12.5363 8.33588 12.4094 8.38619 12.294C8.4365 12.1786 8.5217 12.08 8.63102 12.0106C8.74034 11.9412 8.86886 11.9042 9.00033 11.9042C9.17663 11.9042 9.34571 11.9707 9.47038 12.0891C9.59504 12.2076 9.66508 12.3681 9.66508 12.5356Z' fill='%23FAAD14'/%3e%3c/svg%3e");
	border-color: var(--color-warning);
}

.form-message .error,
body .form-stock-message .error {
	background-color: var(--color-errorlight);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3e%3cpath d='M11.1984 7.31603L9.51441 9L11.1984 10.684C11.2341 10.7173 11.2628 10.7575 11.2827 10.8021C11.3026 10.8468 11.3133 10.895 11.3142 10.9438C11.315 10.9927 11.306 11.0412 11.2877 11.0866C11.2694 11.1319 11.2422 11.1731 11.2076 11.2076C11.1731 11.2422 11.1319 11.2694 11.0866 11.2877C11.0412 11.306 10.9927 11.315 10.9438 11.3142C10.895 11.3133 10.8468 11.3026 10.8021 11.2827C10.7575 11.2628 10.7173 11.2341 10.684 11.1984L9 9.51441L7.31603 11.1984C7.24703 11.2627 7.15578 11.2977 7.06148 11.296C6.96719 11.2943 6.87722 11.2561 6.81054 11.1895C6.74385 11.1228 6.70565 11.0328 6.70399 10.9385C6.70233 10.8442 6.73733 10.753 6.80162 10.684L8.48559 9L6.80162 7.31603C6.73733 7.24703 6.70233 7.15577 6.70399 7.06148C6.70565 6.96719 6.74385 6.87722 6.81054 6.81054C6.87722 6.74385 6.96719 6.70565 7.06148 6.70399C7.15578 6.70232 7.24703 6.73733 7.31603 6.80162L9 8.48559L10.684 6.80162C10.753 6.73733 10.8442 6.70232 10.9385 6.70399C11.0328 6.70565 11.1228 6.74385 11.1895 6.81054C11.2562 6.87722 11.2943 6.96719 11.296 7.06148C11.2977 7.15577 11.2627 7.24703 11.1984 7.31603ZM15.1875 9C15.1875 10.2238 14.8246 11.4201 14.1447 12.4376C13.4648 13.4551 12.4985 14.2482 11.3679 14.7165C10.2372 15.1848 8.99314 15.3074 7.79288 15.0686C6.59262 14.8299 5.49012 14.2406 4.62478 13.3752C3.75944 12.5099 3.17014 11.4074 2.93139 10.2071C2.69265 9.00686 2.81518 7.76276 3.2835 6.63215C3.75182 5.50153 4.54488 4.53517 5.56241 3.85528C6.57994 3.17539 7.77623 2.8125 9 2.8125C10.6404 2.81443 12.2131 3.46694 13.3731 4.6269C14.5331 5.78687 15.1856 7.35956 15.1875 9ZM14.4596 9C14.4596 7.9202 14.1394 6.86465 13.5395 5.96683C12.9396 5.06901 12.0869 4.36925 11.0893 3.95603C10.0917 3.5428 8.99395 3.43469 7.93489 3.64534C6.87584 3.856 5.90304 4.37598 5.13951 5.13951C4.37598 5.90304 3.85601 6.87584 3.64535 7.93489C3.43469 8.99394 3.54281 10.0917 3.95603 11.0893C4.36925 12.0869 5.06901 12.9396 5.96683 13.5395C6.86465 14.1394 7.9202 14.4596 9 14.4596C10.4475 14.458 11.8352 13.8822 12.8587 12.8587C13.8822 11.8352 14.458 10.4475 14.4596 9Z' fill='%23F14244'/%3e%3c/svg%3e");
	border-color: var(--color-error);
}

.form-field.displayError .label-title,
.form-field.displayError .checkbox-uni label {
	color: var(--color-error);
}

.form-field.displayError input,
.form-field.displayError div.select,
.form-field.displayError textarea,
.form-field.displayError .checkbox-uni .magic-checkbox+label:before{
	border-color: var(--color-error) !important;
}






/*
 *
 * Slim Scrollbar (Minicart, Product List Filters)
 * Customizar se necessário
 *
*/
/* Firefox used (scrollbar-width and scrollbar-color) */
/*
	body:not(.MacOS) .slim-scrollbar {
		scrollbar-width: thin;
		scrollbar-color: #AAA lightgray;
	}
	.slim-scrollbar::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
	.slim-scrollbar::-webkit-scrollbar-track {
		background: lightgray;
	}
	.slim-scrollbar::-webkit-scrollbar-thumb {
		background-color: #AAA;
		border-radius: 8px;
	}
*/






/*
 *
 * Geral
 *
*/
.overlay::before {background-color: var(--color-overlay);content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 90;}
#containerSite-mask {background-color: transparent;}
.border-color {border-color: lightgray;}

/* CONTAINER => max-width: (1902px | 1600px | 1440px) + (--container-padding * 2) */
.container {max-width: calc(1600px + var(--container-padding) * 2);padding-left: var(--container-padding);padding-right: var(--container-padding);}
/* Se o max-width do container for (1902px), colocar o CSS abaixo */
/*.rdc-container-fullscreen {max-width: 1920px;padding-left: 0;padding-right: 0;}*/

body #header-search-input { color: var(--color-black); }
@media screen and (min-width: 1200px) {
	#header .container { max-width: calc(2560px + var(--container-padding) * 2);padding-left: 40px;padding-right: 40px; }
}
@media screen and (max-width: 1440px) {
	.container {max-width: 1404px}
}
@media screen and (max-width: 1366px) {
	.container {max-width: 1332px}
}
@media screen and (max-width: 1280px) {
	.container {max-width: 1242px}
}



/*
 *
 * Sliders
 *
*/
.slider .slick-arrow.slick-prev {
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='22 5.555 11.982 16 22 26.445 20.509 28 9 16 20.509 4' transform='matrix(1 0 0 -1 0 32)'%3E%3C/polygon%3E%3C/svg%3E");
}

.slider .slick-arrow.slick-next {
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='23 5.555 12.982 16 23 26.445 21.509 28 10 16 21.509 4' transform='rotate(180 16.5 16)'%3E%3C/polygon%3E%3C/svg%3E");
}

body .slick-dots { bottom: 20px; }
body .slick-dots li{ margin: 0 6px; background-color: var(--color-background); padding: 1px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; }
body .slick-dots li button{background-color: var(--color-background);border-color: var(--color-theme);}
body .slick-dots li.slick-active button{background-color: var(--color-theme);border-color: var(--color-theme);}

@media screen and (max-width: 767px) {
	body .slick-dots { bottom: 15px; }
	body .slick-dots li { margin: 0 5px; }
	body .slick-dots li button{width: 8px;height: 8px;}
}

@media screen and (min-width: 1200px) {
	body .slick-dots li:hover button{background-color: var(--color-theme);border-color: var(--color-lightpink);}
}





/*
 *
 * Icons SVG
 *
*/
@media (hover) {
	a:not(.disabled):hover .rdc-icon-svg, .a:not(.disabled):hover .rdc-icon-svg, .rdc-icon-hover:hover {
		opacity: 0.5;
	}
}

/* SVG icons Ex: {background-image: url("data:image/svg+xml,%3Csvg ... ");} */
@media screen and (max-width: 767px) {
	.rdc-icon-circle {background-size: 24px;}
}
@media screen and (min-width: 768px) {
	.rdc-icon-circle {background-size: 16px;}
}
body .rdc-icon-svg.rdc-icon-menu {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M26.2979 15.2941H5.70213C5.51591 15.2941 5.33732 15.3639 5.20565 15.488C5.07397 15.6121 5 15.7804 5 15.9559C5 16.1314 5.07397 16.2997 5.20565 16.4238C5.33732 16.5479 5.51591 16.6177 5.70213 16.6177H26.2979C26.4841 16.6177 26.6627 16.5479 26.7944 16.4238C26.926 16.2997 27 16.1314 27 15.9559C27 15.7804 26.926 15.6121 26.7944 15.488C26.6627 15.3639 26.4841 15.2941 26.2979 15.2941ZM26.2979 21.6765H5.70213C5.51591 21.6765 5.33732 21.7462 5.20565 21.8703C5.07397 21.9944 5 22.1627 5 22.3382C5 22.5137 5.07397 22.6821 5.20565 22.8062C5.33732 22.9303 5.51591 23 5.70213 23H26.2979C26.4841 23 26.6627 22.9303 26.7944 22.8062C26.926 22.6821 27 22.5137 27 22.3382C27 22.1627 26.926 21.9944 26.7944 21.8703C26.6627 21.7462 26.4841 21.6765 26.2979 21.6765Z' fill='%23333333'/%3e%3cpath d='M26.2979 9H5.70213C5.51591 9 5.33732 9.06972 5.20565 9.19383C5.07397 9.31793 5 9.48625 5 9.66176C5 9.83727 5.07397 10.0056 5.20565 10.1297C5.33732 10.2538 5.51591 10.3235 5.70213 10.3235H26.2979C26.4841 10.3235 26.6627 10.2538 26.7944 10.1297C26.926 10.0056 27 9.83727 27 9.66176C27 9.48625 26.926 9.31793 26.7944 9.19383C26.6627 9.06972 26.4841 9 26.2979 9Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-menu-close{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M25.7552 24.668C25.8307 24.7384 25.8914 24.8233 25.9334 24.9177C25.9755 25.0121 25.9981 25.1139 25.9999 25.2172C26.0017 25.3205 25.9827 25.4231 25.944 25.5189C25.9053 25.6146 25.8477 25.7017 25.7747 25.7747C25.7017 25.8477 25.6146 25.9053 25.5189 25.944C25.4231 25.9827 25.3205 26.0017 25.2172 25.9999C25.1139 25.9981 25.0121 25.9755 24.9177 25.9334C24.8233 25.8914 24.7384 25.8307 24.668 25.7552L15.9808 17.0693L7.29363 25.7552C7.14781 25.8911 6.95494 25.965 6.75566 25.9615C6.55638 25.958 6.36624 25.8773 6.2253 25.7363C6.08437 25.5954 6.00364 25.4052 6.00012 25.206C5.9966 25.0067 6.07058 24.8138 6.20645 24.668L14.8924 15.9808L6.20645 7.29363C6.07058 7.14781 5.9966 6.95494 6.00012 6.75566C6.00364 6.55638 6.08437 6.36624 6.2253 6.2253C6.36624 6.08437 6.55638 6.00364 6.75566 6.00012C6.95494 5.9966 7.14781 6.07058 7.29363 6.20645L15.9808 14.8924L24.668 6.20645C24.8138 6.07058 25.0067 5.9966 25.206 6.00012C25.4052 6.00364 25.5954 6.08437 25.7363 6.2253C25.8773 6.36624 25.958 6.55638 25.9615 6.75566C25.965 6.95494 25.8911 7.14781 25.7552 7.29363L17.0693 15.9808L25.7552 24.668Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-social-share {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M21.9572 20.0558C21.3888 20.0556 20.8268 20.1735 20.3081 20.4018C19.7893 20.63 19.3255 20.9634 18.9471 21.3802L13.746 18.0949C13.9705 17.5928 14.0864 17.0503 14.0864 16.5019C14.0864 15.9534 13.9705 15.411 13.746 14.9089L18.9471 11.6235C19.6257 12.3674 20.5645 12.8326 21.5765 12.9266C22.5885 13.0205 23.5994 12.7362 24.4077 12.1304C25.2159 11.5245 25.7622 10.6416 25.9377 9.65764C26.1131 8.67364 25.9048 7.66079 25.3543 6.82098C24.8038 5.98116 23.9515 5.37604 22.9673 5.12621C21.9831 4.87639 20.9392 5.00021 20.0437 5.473C19.1483 5.94579 18.4669 6.73283 18.1356 7.67725C17.8042 8.62167 17.8471 9.65413 18.2558 10.5689L13.0546 13.8542C12.509 13.2545 11.7909 12.8318 10.9954 12.6419C10.1999 12.4521 9.36453 12.5042 8.5998 12.7912C7.83507 13.0782 7.17704 13.5867 6.7128 14.2493C6.24857 14.9119 6 15.6974 6 16.5019C6 17.3064 6.24857 18.0919 6.7128 18.7545C7.17704 19.4171 7.83507 19.9256 8.5998 20.2126C9.36453 20.4996 10.1999 20.5516 10.9954 20.3618C11.7909 20.172 12.509 19.7493 13.0546 19.1496L18.2558 22.4349C17.9066 23.2187 17.8243 24.0923 18.0211 24.9257C18.2178 25.7592 18.6832 26.5079 19.3479 27.0605C20.0125 27.613 20.841 27.9399 21.71 27.9925C22.5789 28.0451 23.4419 27.8205 24.1705 27.3522C24.8991 26.8839 25.4544 26.1969 25.7537 25.3934C26.053 24.59 26.0803 23.713 25.8315 22.8931C25.5828 22.0732 25.0713 21.3541 24.3733 20.8429C23.6752 20.3317 22.8278 20.0556 21.9572 20.0558ZM21.9572 6.2581C22.5041 6.2581 23.0388 6.4175 23.4935 6.71612C23.9483 7.01475 24.3028 7.43921 24.5121 7.93581C24.7214 8.43241 24.7761 8.97885 24.6694 9.50604C24.5627 10.0332 24.2994 10.5175 23.9126 10.8976C23.5259 11.2777 23.0331 11.5365 22.4967 11.6414C21.9602 11.7462 21.4042 11.6924 20.8989 11.4867C20.3936 11.281 19.9617 10.9327 19.6578 10.4857C19.3539 10.0388 19.1917 9.51336 19.1917 8.97584C19.1917 8.25505 19.4831 7.56378 20.0017 7.05411C20.5203 6.54444 21.2237 6.2581 21.9572 6.2581ZM10.0446 19.2196C9.49764 19.2196 8.96297 19.0602 8.5082 18.7616C8.05343 18.463 7.69898 18.0385 7.48967 17.5419C7.28036 17.0453 7.2256 16.4989 7.3323 15.9717C7.43901 15.4445 7.70239 14.9602 8.08914 14.5801C8.47589 14.2001 8.96864 13.9412 9.50508 13.8364C10.0415 13.7315 10.5976 13.7853 11.1029 13.991C11.6082 14.1967 12.0401 14.5451 12.3439 14.992C12.6478 15.4389 12.81 15.9644 12.81 16.5019C12.81 17.2227 12.5186 17.9139 12 18.4236C11.4814 18.9333 10.778 19.2196 10.0446 19.2196ZM21.9572 26.7457C21.4102 26.7457 20.8755 26.5863 20.4208 26.2876C19.966 25.989 19.6116 25.5646 19.4022 25.068C19.1929 24.5714 19.1382 24.0249 19.2449 23.4977C19.3516 22.9705 19.615 22.4863 20.0017 22.1062C20.3885 21.7261 20.8812 21.4673 21.4177 21.3624C21.9541 21.2575 22.5101 21.3114 23.0154 21.5171C23.5208 21.7228 23.9527 22.0711 24.2565 22.518C24.5604 22.965 24.7226 23.4904 24.7226 24.0279C24.7226 24.3848 24.651 24.7382 24.5121 25.068C24.3731 25.3977 24.1694 25.6973 23.9126 25.9496C23.6558 26.202 23.351 26.4022 23.0154 26.5388C22.6799 26.6754 22.3203 26.7457 21.9572 26.7457Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-social-fb {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M24 23.2C24 23.6843 23.7556 24 23.2622 24H19.1111V17.9459H21.2222L21.5422 15.3514H19.1111V14.0022C19.1111 13.3103 19.3022 12.7568 20.3244 12.7568H21.7778V10.6941C21.3333 10.6638 20.6444 10.5989 19.7422 10.5989C17.8667 10.5989 16.4444 11.7146 16.4444 13.7643V15.3514H14.2222V17.9459H16.4444V24H8.74667C8.24889 24 8 23.6843 8 23.2V9.07676C8 8.59243 8.24889 8 8.74667 8H23.2622C23.7556 8 24 8.59243 24 9.07676V23.2Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-social-in {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5756 24H11.4244C9.53616 24 8 22.4637 8 20.5755V11.4245C8 9.53616 9.53616 8 11.4244 8H20.5756C22.4638 8 24 9.53616 24 11.4245V20.5755C24 22.4637 22.4638 24 20.5756 24ZM11.4244 9.86779C10.566 9.86779 9.86779 10.5662 9.86779 11.4245V20.5755C9.86779 21.4339 10.566 22.1321 11.4244 22.1321H20.5756C21.4339 22.1321 22.1322 21.4339 22.1322 20.5755V11.4245C22.1322 10.5662 21.4339 9.86779 20.5756 9.86779H11.4244ZM13.4479 16.0001C13.4479 14.5929 14.5927 13.4481 15.9999 13.4481C17.4073 13.4481 18.5521 14.5929 18.5521 16.0001C18.5521 17.4073 17.4073 18.552 15.9999 18.552C14.5927 18.552 13.4479 17.4073 13.4479 16.0001ZM15.9999 20.4199C13.5628 20.4199 11.5801 18.4371 11.5801 16.0001C11.5801 13.5631 13.5628 11.5802 15.9999 11.5802C18.4371 11.5802 20.42 13.5631 20.42 16.0001C20.42 18.4371 18.4371 20.4199 15.9999 20.4199ZM20.5237 12.5141C20.9631 12.5141 21.3195 12.1578 21.3195 11.7184C21.3195 11.279 20.9631 10.9228 20.5237 10.9228C20.0843 10.9228 19.728 11.279 19.728 11.7184C19.728 12.1578 20.0843 12.5141 20.5237 12.5141Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-social-lk {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5562 12.0348C9.6111 12.0348 9 11.3557 9 10.5158C9 9.65879 9.62958 9 10.5947 9C11.5599 9 12.151 9.65879 12.1694 10.5158C12.1694 11.3557 11.5599 12.0348 10.5562 12.0348ZM12.0709 23H9.07849V13.2337H12.0709V23ZM20.0076 23H23V17.2255C23 14.3499 21.5238 13.012 19.555 13.012C17.9403 13.012 16.9752 13.9518 16.5811 14.5888H16.5211L16.3841 13.2322H13.7842C13.8242 14.1095 13.8627 15.1289 13.8627 16.3481V22.9984H16.8566V17.3675C16.8566 17.0881 16.8766 16.8071 16.9567 16.6088C17.1737 16.0515 17.6648 15.4723 18.4914 15.4723C19.5735 15.4723 20.0076 16.3278 20.0076 17.5876V23Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-social-pi {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M17.0027 19.6017C16.0624 19.5272 15.6686 19.0443 14.9329 18.582C14.5284 20.7844 14.0338 22.8965 12.5685 24C12.1152 20.6688 13.231 18.1704 13.7499 15.5152C12.8662 13.9715 13.8553 10.8667 15.7205 11.6299C18.0147 12.5735 13.7331 17.3692 16.6073 17.9693C19.6082 18.5931 20.8339 12.5672 18.9732 10.6102C16.2837 7.78091 11.1474 10.5453 11.7794 14.5953C11.932 15.5849 12.9196 15.8857 12.1732 17.2521C10.4529 16.8563 9.93854 15.4487 10.0057 13.5725C10.111 10.501 12.6662 8.3493 15.2275 8.05323C18.468 7.67958 21.5086 9.2866 21.9298 12.45C22.4015 16.0187 20.466 19.8803 17.0027 19.6017Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-social-tm {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M19.9986 22.235C19.4431 22.5181 18.9413 22.7139 18.4919 22.8298C18.0424 22.9413 17.5562 23 17.0346 23C16.441 23 15.9166 22.9172 15.4601 22.7561C15.0035 22.5949 14.6148 22.3645 14.2926 22.0649C13.9703 21.7682 13.747 21.4475 13.6226 21.1116C13.4982 20.7728 13.436 20.2849 13.436 19.6464V14.7343H12V12.7556C12.5074 12.5764 12.947 12.3204 13.3102 11.9846C13.6735 11.6518 13.9661 11.2528 14.1852 10.7844C14.4057 10.3176 14.5569 9.7198 14.6403 9H16.4876V12.5388H19.5689V14.7343H16.4876V18.3258C16.4876 19.1375 16.5272 19.6585 16.6078 19.8874C16.6869 20.1193 16.8353 20.3015 17.053 20.44C17.3413 20.6253 17.6707 20.7186 18.0382 20.7186C18.6968 20.7186 19.3498 20.4867 20 20.0244V22.235H19.9986Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-social-tw {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M20.6009 9H23.0544L17.6943 14.9303L24 23H19.0627L15.1957 18.1057L10.7709 23H8.31595L14.049 16.6569L8 9H13.0626L16.5581 13.4735L20.6009 9ZM19.7399 21.5785H21.0993L12.3239 10.3469H10.8651L19.7399 21.5785Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-social-vm {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M22.9303 12.8802C22.1483 17.2089 17.7763 20.877 16.4632 21.7142C15.1485 22.5485 13.9477 21.3772 13.5136 20.491C13.0148 19.4786 11.5231 13.9995 11.1321 13.5438C10.7411 13.0895 9.56805 13.9995 9.56805 13.9995L9 13.2662C9 13.2662 11.3815 10.471 13.1934 10.1236C15.1146 9.75249 15.1115 13.0198 15.5734 14.8353C16.0213 16.5914 16.3215 17.5949 16.711 17.5949C17.102 17.5949 17.8486 16.6181 18.6645 15.1158C19.4835 13.6136 18.6307 12.2864 17.0312 13.2306C17.6701 9.46005 23.7123 8.55157 22.9303 12.8802Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-social-yt {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C8 21.3185 8.1376 22 16 22C23.8624 22 24 21.3185 24 16C24 10.6815 23.8624 10 16 10C8.1376 10 8 10.6815 8 16ZM14.9712 14.1308L18.5648 15.7431C18.8784 15.8846 18.8784 16.1154 18.5632 16.2569L14.9712 17.8692C14.6576 18.0092 14.4 17.8523 14.4 17.5185V14.4815C14.4 14.1477 14.6576 13.9908 14.9712 14.1308Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-social-wa {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 15.7682C25 20.6108 21.0442 24.5364 16.1636 24.5364C14.6142 24.5364 13.1586 24.1404 11.8922 23.4454L7 25L8.595 20.2956C7.7904 18.9744 7.327 17.4248 7.327 15.7682C7.327 10.9256 11.2832 7 16.1636 7C21.0446 7 25 10.9256 25 15.7682ZM16.1643 8.39643C12.0675 8.39643 8.73506 11.7034 8.73506 15.7682C8.73506 17.3812 9.26086 18.875 10.1503 20.0902L9.22206 22.828L12.0771 21.9206C13.2501 22.6908 14.6553 23.14 16.1645 23.14C20.2607 23.14 23.5937 19.8334 23.5937 15.7686C23.5937 11.7038 20.2609 8.39643 16.1643 8.39643ZM20.3281 17.5938C20.4796 17.6665 20.582 17.7156 20.626 17.7877C20.6798 17.8773 20.6798 18.3075 20.4998 18.8099C20.3186 19.3115 19.4342 19.7955 19.0374 19.8313C18.9694 19.8374 18.913 19.851 18.8552 19.8648C18.5756 19.9319 18.263 20.007 16.438 19.2941C14.4031 18.4988 13.0618 16.5247 12.7846 16.1168C12.7618 16.0833 12.7462 16.0603 12.738 16.0495L12.7377 16.049C12.6277 15.904 11.8536 14.8833 11.8536 13.8269C11.8536 12.8375 12.3434 12.3186 12.5689 12.0796C12.5844 12.0632 12.5987 12.0481 12.6114 12.0343C12.81 11.8193 13.0448 11.7655 13.1892 11.7655C13.2639 11.7655 13.3385 11.7703 13.4107 11.7749C13.4782 11.7793 13.5435 11.7835 13.6044 11.7835C13.6196 11.7835 13.6355 11.7825 13.6521 11.7814C13.7741 11.7735 13.9328 11.7633 14.0916 12.1419C14.1495 12.2798 14.2333 12.4822 14.3223 12.6971C14.511 13.1526 14.7229 13.6643 14.7596 13.7373C14.814 13.8451 14.8502 13.9705 14.7776 14.1139C14.7673 14.1345 14.7577 14.154 14.7486 14.1727C14.694 14.2839 14.6542 14.3649 14.5612 14.4725C14.5254 14.514 14.4883 14.5588 14.4512 14.6036C14.3764 14.6939 14.3015 14.7844 14.2362 14.8489C14.128 14.9559 14.015 15.0721 14.1412 15.2871C14.2676 15.5025 14.7024 16.2057 15.3462 16.7753C16.0388 17.388 16.6405 17.647 16.9452 17.7782C17.0045 17.8037 17.0526 17.8244 17.0878 17.8419C17.3046 17.9495 17.4308 17.9315 17.5572 17.7877C17.6838 17.6443 18.099 17.1605 18.2432 16.9453C18.3874 16.7303 18.5322 16.7663 18.7308 16.8379C18.9288 16.9093 19.994 17.4295 20.2108 17.5369C20.2527 17.5576 20.2918 17.5764 20.3281 17.5938Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-social-ms {background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='889101'%3e%3cpath id='Shape' fill-rule='evenodd' clip-rule='evenodd' d='M9 0.00175021L8.60752 0.00257854C3.92125 0.115066 0.108057 3.89412 0 8.6259C0.0126914 11.1015 1.10897 13.4474 2.99999 15.0453V17.625L3.01338 17.7247C3.05705 17.8834 3.20241 18 3.375 18C3.44528 18 3.51415 17.9802 3.57374 17.943L5.66399 16.6374L6.12427 16.7997C7.05224 17.0997 8.0227 17.252 9 17.2501C13.864 17.346 17.8889 13.4892 18 8.62594C17.8889 3.76268 13.864 -0.0941467 9 0.00175021ZM10.5455 8.17222L14.4455 6.04618C14.6093 5.95689 14.8139 6.00164 14.9255 6.15118C15.0377 6.29995 15.0236 6.50851 14.8925 6.64086L10.3925 11.1404C10.2539 11.279 10.032 11.2875 9.88325 11.1599L7.45477 9.07889L3.55478 11.2049C3.4092 11.2839 3.22909 11.258 3.11163 11.1413C2.96471 10.9953 2.96401 10.7579 3.11002 10.611L7.61002 6.11142C7.74857 5.97285 7.97047 5.96438 8.11925 6.09191L10.5455 8.17222Z' fill='%23333333'/%3e%3c/g%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-social-em {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.091' d='M6 10.143c0-.568.234-1.114.65-1.515A2.265 2.265 0 0 1 8.223 8h15.556c.59 0 1.154.226 1.571.628.417.401.651.947.651 1.515v10.714c0 .569-.234 1.114-.65 1.515a2.265 2.265 0 0 1-1.572.628H8.222c-.59 0-1.154-.226-1.571-.628A2.105 2.105 0 0 1 6 20.857V10.143Z'/%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.091' d='m6 10.143 10 6.428 10-6.428'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-phone {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M25.1854 19.7038L20.6058 17.5436C20.3983 17.45 20.1719 17.4123 19.9471 17.4341C19.7224 17.4558 19.5063 17.5362 19.3184 17.6681C19.2994 17.6809 19.2812 17.6953 19.2641 17.7109L16.8707 19.8538C16.8458 19.8681 16.8182 19.8761 16.7899 19.8771C16.7616 19.8782 16.7335 19.8723 16.7078 19.86C15.1693 19.0783 13.5756 17.4109 12.8301 15.8139C12.8177 15.7872 12.8112 15.7579 12.8112 15.7282C12.8112 15.6985 12.8177 15.6692 12.8301 15.6425L14.8727 13.0914C14.8873 13.0725 14.9009 13.0527 14.9134 13.0322C15.0369 12.8337 15.1115 12.606 15.1304 12.3696C15.1494 12.1332 15.1121 11.8955 15.022 11.678L12.9842 6.86562C12.8685 6.58154 12.6684 6.34462 12.4139 6.19044C12.1594 6.03625 11.8643 5.97311 11.5728 6.01049C10.306 6.1858 9.14312 6.84066 8.30158 7.8527C7.46003 8.86474 6.99736 10.1647 7.00001 11.5097C7.00001 19.4998 13.1752 26 20.7658 26C22.0434 26.0026 23.2783 25.5155 24.2397 24.6297C25.2011 23.7439 25.8232 22.52 25.99 21.1865C26.0254 20.8812 25.9663 20.5719 25.8213 20.3047C25.6763 20.0376 25.4533 19.8268 25.1854 19.7038ZM20.7658 24.7755C13.817 24.7755 8.16332 18.8242 8.16332 11.5097C8.16008 10.4626 8.5191 9.45014 9.1733 8.66141C9.82751 7.87268 10.7321 7.36165 11.7182 7.2238H11.7405C11.7795 7.22456 11.8175 7.23774 11.8493 7.26159C11.8811 7.28545 11.9054 7.31887 11.9189 7.35747L13.9643 12.1648C13.976 12.1915 13.982 12.2206 13.982 12.25C13.982 12.2794 13.976 12.3085 13.9643 12.3352L11.9179 14.8924C11.9026 14.9107 11.8887 14.9301 11.8762 14.9506C11.7481 15.1564 11.6727 15.3935 11.6573 15.6389C11.6418 15.8844 11.6868 16.1299 11.788 16.3517C12.6479 18.2048 14.4219 20.0579 16.2017 20.9631C16.4137 21.0689 16.648 21.1152 16.882 21.0973C17.1159 21.0794 17.3415 20.998 17.5366 20.861C17.5551 20.8478 17.5735 20.8335 17.5909 20.8182L19.9835 18.6752C20.0071 18.6619 20.0332 18.654 20.06 18.6523C20.0867 18.6505 20.1135 18.6549 20.1386 18.665L24.7191 20.8253C24.7565 20.8421 24.788 20.8708 24.809 20.9074C24.8301 20.9441 24.8396 20.9867 24.8364 21.0294C24.7061 22.0678 24.2211 23.0208 23.472 23.7102C22.7228 24.3996 21.7608 24.7783 20.7658 24.7755Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-notification {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M24.818 20.8085C24.276 19.8529 23.4706 17.1579 23.4706 13.6524C23.4706 11.6229 22.6836 9.67645 21.2828 8.24133C19.882 6.80622 17.982 5.99998 16.0009 5.99998C14.0199 5.99998 12.1199 6.80622 10.7191 8.24133C9.3183 9.67645 8.53131 11.6229 8.53131 13.6524C8.53131 17.1588 7.72497 19.8529 7.18295 20.8085C7.06402 21.0171 7.00092 21.2542 7 21.4958C6.99908 21.7374 7.06039 21.975 7.17773 22.1845C7.29506 22.3941 7.46429 22.5683 7.66831 22.6894C7.87234 22.8106 8.10396 22.8745 8.33978 22.8746H12.4079C12.5474 23.7473 12.9852 24.5407 13.643 25.1132C14.3008 25.6857 15.1359 26 15.999 26C16.8622 26 17.6972 25.6857 18.355 25.1132C19.0129 24.5407 19.4506 23.7473 19.5902 22.8746H23.6621C23.8978 22.8741 24.1292 22.81 24.3329 22.6887C24.5367 22.5674 24.7056 22.3932 24.8227 22.1837C24.9398 21.9742 25.001 21.7367 25 21.4953C24.999 21.2539 24.9359 21.017 24.817 20.8085H24.818ZM16.0009 24.8368C15.4406 24.8366 14.8968 24.6428 14.4573 24.2868C14.0178 23.9307 13.7084 23.4332 13.5791 22.8746H18.4228C18.2935 23.4332 17.9841 23.9307 17.5446 24.2868C17.1051 24.6428 16.5613 24.8366 16.0009 24.8368Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-help {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M17.0784 21.6078C17.0784 21.8211 17.0152 22.0296 16.8967 22.207C16.7782 22.3843 16.6098 22.5226 16.4127 22.6042C16.2156 22.6858 15.9988 22.7072 15.7896 22.6655C15.5804 22.6239 15.3883 22.5212 15.2374 22.3704C15.0866 22.2196 14.9839 22.0274 14.9423 21.8182C14.9007 21.609 14.922 21.3922 15.0037 21.1951C15.0853 20.9981 15.2235 20.8297 15.4009 20.7112C15.5782 20.5927 15.7867 20.5294 16 20.5294C16.286 20.5294 16.5603 20.643 16.7626 20.8453C16.9648 21.0475 17.0784 21.3218 17.0784 21.6078ZM16 10.1765C13.7353 10.1765 11.902 11.8211 11.902 13.8431V14.2745C11.902 14.4461 11.9701 14.6107 12.0915 14.732C12.2128 14.8534 12.3774 14.9216 12.549 14.9216C12.7206 14.9216 12.8852 14.8534 13.0066 14.732C13.1279 14.6107 13.1961 14.4461 13.1961 14.2745V13.8431C13.1961 12.535 14.4535 11.4706 16 11.4706C17.5465 11.4706 18.8039 12.535 18.8039 13.8431C18.8039 15.1513 17.5465 16.2157 16 16.2157C15.8284 16.2157 15.6638 16.2839 15.5425 16.4052C15.4211 16.5265 15.3529 16.6911 15.3529 16.8627V17.7255C15.3529 17.8971 15.4211 18.0617 15.5425 18.183C15.6638 18.3044 15.8284 18.3725 16 18.3725C16.1716 18.3725 16.3362 18.3044 16.4575 18.183C16.5789 18.0617 16.6471 17.8971 16.6471 17.7255V17.4645C18.6001 17.1863 20.098 15.6678 20.098 13.8431C20.098 11.8211 18.2647 10.1765 16 10.1765ZM27 16C27 18.1756 26.3549 20.3023 25.1462 22.1113C23.9375 23.9202 22.2195 25.3301 20.2095 26.1627C18.1995 26.9952 15.9878 27.2131 13.854 26.7886C11.7202 26.3642 9.76021 25.3165 8.22183 23.7782C6.68345 22.2398 5.6358 20.2798 5.21137 18.146C4.78693 16.0122 5.00477 13.8005 5.83733 11.7905C6.66989 9.78049 8.07979 8.06253 9.88873 6.85383C11.6977 5.64514 13.8244 5 16 5C18.9163 5.00342 21.7122 6.16345 23.7744 8.22561C25.8365 10.2878 26.9966 13.0837 27 16ZM25.7059 16C25.7059 14.0804 25.1366 12.2038 24.0701 10.6077C23.0037 9.01158 21.4878 7.76755 19.7143 7.03293C17.9408 6.29832 15.9892 6.10611 14.1065 6.48061C12.2237 6.85512 10.4943 7.77951 9.13691 9.1369C7.77952 10.4943 6.85512 12.2237 6.48062 14.1065C6.10611 15.9892 6.29832 17.9408 7.03294 19.7143C7.76755 21.4878 9.01158 23.0036 10.6077 24.0701C12.2038 25.1366 14.0804 25.7059 16 25.7059C18.5733 25.703 21.0404 24.6795 22.8599 22.8599C24.6795 21.0404 25.703 18.5733 25.7059 16Z' fill='%238B8D8F'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-info {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M16 27C18.1756 27 20.3023 26.3549 22.1113 25.1462C23.9202 23.9375 25.3301 22.2195 26.1627 20.2095C26.9952 18.1995 27.2131 15.9878 26.7886 13.854C26.3642 11.7202 25.3165 9.76021 23.7782 8.22183C22.2398 6.68345 20.2798 5.6358 18.146 5.21137C16.0122 4.78693 13.8005 5.00476 11.7905 5.83733C9.78049 6.66989 8.06253 8.07979 6.85383 9.88873C5.64514 11.6977 5 13.8244 5 16C5.00342 18.9163 6.16345 21.7122 8.22561 23.7744C10.2878 25.8365 13.0837 26.9966 16 27ZM16 6.29412C17.9196 6.29412 19.7962 6.86336 21.3923 7.92986C22.9884 8.99635 24.2324 10.5122 24.9671 12.2857C25.7017 14.0592 25.8939 16.0108 25.5194 17.8935C25.1449 19.7763 24.2205 21.5057 22.8631 22.8631C21.5057 24.2205 19.7763 25.1449 17.8935 25.5194C16.0108 25.8939 14.0592 25.7017 12.2857 24.9671C10.5122 24.2324 8.99635 22.9884 7.92985 21.3923C6.86336 19.7962 6.29412 17.9196 6.29412 16C6.29697 13.4267 7.32047 10.9596 9.14006 9.14006C10.9596 7.32047 13.4267 6.29697 16 6.29412ZM16.6471 15.1373L16.6471 21.1765C16.6471 21.3481 16.5789 21.5127 16.4575 21.634C16.3362 21.7554 16.1716 21.8235 16 21.8235C15.8284 21.8235 15.6638 21.7554 15.5425 21.634C15.4211 21.5127 15.3529 21.3481 15.3529 21.1765L15.3529 15.1373C15.3529 14.9656 15.4211 14.8011 15.5425 14.6797C15.6638 14.5584 15.8284 14.4902 16 14.4902C16.1716 14.4902 16.3362 14.5584 16.4575 14.6797C16.5789 14.8011 16.6471 14.9656 16.6471 15.1373ZM14.9216 11.2549C14.9216 11.0416 14.9848 10.8331 15.1033 10.6558C15.2218 10.4784 15.3902 10.3402 15.5873 10.2586C15.7844 10.1769 16.0012 10.1556 16.2104 10.1972C16.4196 10.2388 16.6117 10.3415 16.7626 10.4923C16.9134 10.6432 17.0161 10.8353 17.0577 11.0445C17.0993 11.2537 17.078 11.4705 16.9963 11.6676C16.9147 11.8647 16.7765 12.0331 16.5991 12.1516C16.4218 12.2701 16.2133 12.3333 16 12.3333C15.714 12.3333 15.4397 12.2197 15.2374 12.0175C15.0352 11.8152 14.9216 11.5409 14.9216 11.2549Z' fill='%231890FF'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-success {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M20.771 12.9545C20.8922 13.0758 20.9602 13.2403 20.9602 13.4118C20.9602 13.5832 20.8922 13.7477 20.771 13.869L14.7318 19.9082C14.6104 20.0294 14.446 20.0975 14.2745 20.0975C14.103 20.0975 13.9386 20.0294 13.8173 19.9082L11.229 17.32C11.1147 17.1973 11.0525 17.0351 11.0555 16.8675C11.0584 16.6998 11.1263 16.5399 11.2449 16.4213C11.3634 16.3028 11.5234 16.2349 11.691 16.2319C11.8586 16.229 12.0209 16.2912 12.1435 16.4055L14.2745 18.5354L19.8565 12.9545C19.9778 12.8333 20.1423 12.7653 20.3137 12.7653C20.4852 12.7653 20.6497 12.8333 20.771 12.9545ZM27 16C27 18.1756 26.3549 20.3023 25.1462 22.1113C23.9375 23.9202 22.2195 25.3301 20.2095 26.1627C18.1995 26.9952 15.9878 27.2131 13.854 26.7886C11.7202 26.3642 9.76021 25.3165 8.22183 23.7782C6.68345 22.2398 5.6358 20.2798 5.21137 18.146C4.78693 16.0122 5.00477 13.8005 5.83733 11.7905C6.66989 9.78049 8.07979 8.06253 9.88873 6.85383C11.6977 5.64514 13.8244 5 16 5C18.9163 5.00342 21.7122 6.16345 23.7744 8.22561C25.8365 10.2878 26.9966 13.0837 27 16ZM25.7059 16C25.7059 14.0804 25.1366 12.2038 24.0701 10.6077C23.0037 9.01158 21.4878 7.76755 19.7143 7.03293C17.9408 6.29832 15.9892 6.10611 14.1065 6.48061C12.2237 6.85512 10.4943 7.77951 9.13691 9.1369C7.77952 10.4943 6.85512 12.2237 6.48062 14.1065C6.10611 15.9892 6.29832 17.9408 7.03294 19.7143C7.76755 21.4878 9.01158 23.0036 10.6077 24.0701C12.2038 25.1366 14.0804 25.7059 16 25.7059C18.5733 25.703 21.0404 24.6795 22.8599 22.8599C24.6795 21.0404 25.703 18.5733 25.7059 16Z' fill='%233F9C35'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-error {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M19.9082 13.0063L16.9145 16L19.9082 18.9937C19.9718 19.053 20.0228 19.1244 20.0582 19.2038C20.0935 19.2831 20.1125 19.3688 20.1141 19.4557C20.1156 19.5426 20.0996 19.6289 20.0671 19.7095C20.0345 19.79 19.9861 19.8632 19.9247 19.9247C19.8632 19.9861 19.79 20.0345 19.7095 20.0671C19.6289 20.0996 19.5426 20.1156 19.4557 20.1141C19.3688 20.1125 19.2831 20.0935 19.2038 20.0582C19.1244 20.0228 19.053 19.9718 18.9937 19.9082L16 16.9145L13.0063 19.9082C12.8836 20.0225 12.7214 20.0848 12.5537 20.0818C12.3861 20.0788 12.2262 20.0109 12.1076 19.8924C11.9891 19.7738 11.9212 19.6139 11.9182 19.4463C11.9152 19.2786 11.9775 19.1164 12.0918 18.9937L15.0855 16L12.0918 13.0063C11.9775 12.8836 11.9152 12.7214 11.9182 12.5537C11.9212 12.3861 11.9891 12.2262 12.1076 12.1076C12.2262 11.9891 12.3861 11.9212 12.5537 11.9182C12.7214 11.9152 12.8836 11.9775 13.0063 12.0918L16 15.0855L18.9937 12.0918C19.1164 11.9775 19.2786 11.9152 19.4463 11.9182C19.6139 11.9212 19.7738 11.9891 19.8924 12.1076C20.0109 12.2262 20.0788 12.3861 20.0818 12.5537C20.0848 12.7214 20.0225 12.8836 19.9082 13.0063ZM27 16C27 18.1756 26.3549 20.3023 25.1462 22.1113C23.9375 23.9202 22.2195 25.3301 20.2095 26.1627C18.1995 26.9952 15.9878 27.2131 13.854 26.7886C11.7202 26.3642 9.76021 25.3165 8.22183 23.7782C6.68345 22.2398 5.6358 20.2798 5.21137 18.146C4.78693 16.0122 5.00477 13.8005 5.83733 11.7905C6.66989 9.78049 8.07979 8.06253 9.88873 6.85383C11.6977 5.64514 13.8244 5 16 5C18.9163 5.00342 21.7122 6.16345 23.7744 8.22561C25.8365 10.2878 26.9966 13.0837 27 16ZM25.7059 16C25.7059 14.0804 25.1366 12.2038 24.0701 10.6077C23.0037 9.01158 21.4878 7.76755 19.7143 7.03293C17.9408 6.29832 15.9892 6.10611 14.1065 6.48061C12.2237 6.85512 10.4943 7.77951 9.13691 9.1369C7.77952 10.4943 6.85512 12.2237 6.48062 14.1065C6.10611 15.9892 6.29832 17.9408 7.03294 19.7143C7.76755 21.4878 9.01158 23.0036 10.6077 24.0701C12.2038 25.1366 14.0804 25.7059 16 25.7059C18.5733 25.703 21.0404 24.6795 22.8599 22.8599C24.6795 21.0404 25.703 18.5733 25.7059 16Z' fill='%23F14244'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-warning {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M28.6538 23.3058L18.318 6.25906C18.0806 5.87568 17.742 5.55784 17.3355 5.337C16.929 5.11617 16.4689 5 16.0006 5C15.5323 5 15.0722 5.11617 14.6657 5.337C14.2592 5.55784 13.9205 5.87568 13.6831 6.25906L3.3474 23.3058C3.11989 23.6757 3 24.0964 3 24.5248C3 24.9532 3.11989 25.3739 3.3474 25.7438C3.58162 26.1299 3.91987 26.4497 4.32737 26.6705C4.73488 26.8912 5.19693 27.0049 5.66603 26.9998H26.3352C26.8038 27.0045 27.2654 26.8906 27.6725 26.6699C28.0795 26.4492 28.4174 26.1295 28.6514 25.7438C28.8793 25.3741 28.9996 24.9535 29 24.5251C29.0004 24.0967 28.8809 23.6759 28.6538 23.3058ZM27.4236 25.0692C27.3131 25.2496 27.1541 25.3987 26.9627 25.5013C26.7714 25.6039 26.5548 25.6562 26.3352 25.6529H5.66603C5.44637 25.6562 5.22973 25.6039 5.03843 25.5013C4.84713 25.3987 4.68806 25.2496 4.57762 25.0692C4.47431 24.9042 4.41978 24.7157 4.41978 24.5237C4.41978 24.3317 4.47431 24.1432 4.57762 23.9782L14.9122 6.93141C15.0252 6.75315 15.1848 6.60566 15.3755 6.50328C15.5662 6.40089 15.7815 6.34709 16.0006 6.34709C16.2197 6.34709 16.435 6.40089 16.6257 6.50328C16.8164 6.60566 16.976 6.75315 17.089 6.93141L27.4247 23.9782C27.5279 24.1433 27.5822 24.3318 27.582 24.5238C27.5818 24.7159 27.5271 24.9043 27.4236 25.0692ZM15.2915 18.2447V13.7548C15.2915 13.5762 15.3662 13.4049 15.4992 13.2786C15.6322 13.1523 15.8125 13.0814 16.0006 13.0814C16.1886 13.0814 16.369 13.1523 16.502 13.2786C16.6349 13.4049 16.7097 13.5762 16.7097 13.7548V18.2447C16.7097 18.4233 16.6349 18.5946 16.502 18.7209C16.369 18.8472 16.1886 18.9181 16.0006 18.9181C15.8125 18.9181 15.6322 18.8472 15.4992 18.7209C15.3662 18.5946 15.2915 18.4233 15.2915 18.2447ZM17.1824 22.2855C17.1824 22.5075 17.113 22.7245 16.9832 22.9091C16.8533 23.0937 16.6688 23.2376 16.4528 23.3225C16.2369 23.4075 15.9993 23.4297 15.77 23.3864C15.5408 23.3431 15.3302 23.2362 15.165 23.0792C14.9997 22.9222 14.8871 22.7222 14.8415 22.5045C14.7959 22.2868 14.8193 22.0611 14.9088 21.856C14.9982 21.6509 15.1497 21.4756 15.344 21.3522C15.5384 21.2289 15.7669 21.1631 16.0006 21.1631C16.314 21.1631 16.6146 21.2813 16.8362 21.4918C17.0579 21.7023 17.1824 21.9878 17.1824 22.2855Z' fill='%23FAAD14'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-close {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M24.7797 23.8012C24.8477 23.8646 24.9022 23.941 24.9401 24.0259C24.9779 24.1108 24.9983 24.2025 24.9999 24.2955C25.0015 24.3884 24.9844 24.4808 24.9496 24.567C24.9148 24.6532 24.863 24.7315 24.7972 24.7972C24.7315 24.863 24.6532 24.9148 24.567 24.9496C24.4808 24.9844 24.3884 25.0015 24.2955 24.9999C24.2025 24.9983 24.1108 24.9779 24.0259 24.9401C23.941 24.9022 23.8646 24.8477 23.8012 24.7797L15.9827 16.9623L8.16427 24.7797C8.03303 24.9019 7.85945 24.9685 7.68009 24.9654C7.50074 24.9622 7.32961 24.8895 7.20277 24.7627C7.07593 24.6358 7.00327 24.4647 7.00011 24.2854C6.99694 24.106 7.06352 23.9324 7.18581 23.8012L15.0031 15.9827L7.18581 8.16427C7.06352 8.03303 6.99694 7.85945 7.00011 7.68009C7.00327 7.50074 7.07593 7.32961 7.20277 7.20277C7.32961 7.07593 7.50074 7.00327 7.68009 7.00011C7.85945 6.99694 8.03303 7.06352 8.16427 7.18581L15.9827 15.0031L23.8012 7.18581C23.9324 7.06352 24.106 6.99694 24.2854 7.00011C24.4647 7.00327 24.6358 7.07593 24.7627 7.20277C24.8895 7.32961 24.9622 7.50074 24.9654 7.68009C24.9685 7.85945 24.9019 8.03303 24.7797 8.16427L16.9623 15.9827L24.7797 23.8012Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-delete {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M24.4255 9.13725H20.4043V8.15686C20.4043 7.58483 20.1823 7.03622 19.7873 6.63173C19.3923 6.22724 18.8565 6 18.2979 6H13.7021C13.1435 6 12.6077 6.22724 12.2127 6.63173C11.8177 7.03622 11.5957 7.58483 11.5957 8.15686V9.13725H7.57447C7.42211 9.13725 7.27599 9.19923 7.16826 9.30955C7.06052 9.41986 7 9.56948 7 9.72549C7 9.8815 7.06052 10.0311 7.16826 10.1414C7.27599 10.2518 7.42211 10.3137 7.57447 10.3137H8.53191V24.6275C8.53191 24.9915 8.67314 25.3406 8.92452 25.598C9.1759 25.8554 9.51684 26 9.87234 26H22.1277C22.4832 26 22.8241 25.8554 23.0755 25.598C23.3269 25.3406 23.4681 24.9915 23.4681 24.6275V10.3137H24.4255C24.5779 10.3137 24.724 10.2518 24.8317 10.1414C24.9395 10.0311 25 9.8815 25 9.72549C25 9.56948 24.9395 9.41986 24.8317 9.30955C24.724 9.19923 24.5779 9.13725 24.4255 9.13725ZM12.7447 8.15686C12.7447 7.89685 12.8456 7.64748 13.0251 7.46362C13.2047 7.27976 13.4482 7.17647 13.7021 7.17647H18.2979C18.5518 7.17647 18.7953 7.27976 18.9749 7.46362C19.1544 7.64748 19.2553 7.89685 19.2553 8.15686V9.13725H12.7447V8.15686ZM22.3191 24.6275C22.3191 24.6795 22.299 24.7293 22.2631 24.7661C22.2272 24.8029 22.1784 24.8235 22.1277 24.8235H9.87234C9.82155 24.8235 9.77285 24.8029 9.73694 24.7661C9.70103 24.7293 9.68085 24.6795 9.68085 24.6275V10.3137H22.3191V24.6275ZM14.2766 14.4314V20.7059C14.2766 20.8619 14.2161 21.0115 14.1083 21.1218C14.0006 21.2321 13.8545 21.2941 13.7021 21.2941C13.5498 21.2941 13.4037 21.2321 13.2959 21.1218C13.1882 21.0115 13.1277 20.8619 13.1277 20.7059V14.4314C13.1277 14.2754 13.1882 14.1257 13.2959 14.0154C13.4037 13.9051 13.5498 13.8431 13.7021 13.8431C13.8545 13.8431 14.0006 13.9051 14.1083 14.0154C14.2161 14.1257 14.2766 14.2754 14.2766 14.4314ZM18.8723 14.4314V20.7059C18.8723 20.8619 18.8118 21.0115 18.7041 21.1218C18.5963 21.2321 18.4502 21.2941 18.2979 21.2941C18.1455 21.2941 17.9994 21.2321 17.8917 21.1218C17.7839 21.0115 17.7234 20.8619 17.7234 20.7059V14.4314C17.7234 14.2754 17.7839 14.1257 17.8917 14.0154C17.9994 13.9051 18.1455 13.8431 18.2979 13.8431C18.4502 13.8431 18.5963 13.9051 18.7041 14.0154C18.8118 14.1257 18.8723 14.2754 18.8723 14.4314Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-search {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M25.8501 25.0609L21.0682 20.279C22.4319 18.7108 23.1334 16.6745 23.0248 14.5992C22.9163 12.5239 22.0063 10.5718 20.4865 9.1544C18.9668 7.737 16.9561 6.96503 14.8783 7.00122C12.8004 7.03741 10.8178 7.87892 9.34839 9.34839C7.87892 10.8178 7.03741 12.8004 7.00122 14.8783C6.96503 16.9561 7.737 18.9668 9.1544 20.4865C10.5718 22.0063 12.5239 22.9163 14.5992 23.0248C16.6745 23.1334 18.7108 22.4319 20.279 21.0682L25.0609 25.8501C25.1668 25.9488 25.3068 26.0025 25.4514 25.9999C25.5961 25.9974 25.7341 25.9388 25.8364 25.8364C25.9388 25.7341 25.9974 25.5961 25.9999 25.4514C26.0025 25.3068 25.9488 25.1668 25.8501 25.0609ZM8.1447 15.0318C8.1447 13.6697 8.54862 12.3381 9.30539 11.2055C10.0622 10.073 11.1378 9.19022 12.3962 8.66895C13.6547 8.14768 15.0394 8.0113 16.3754 8.27704C17.7114 8.54278 18.9385 9.19871 19.9017 10.1619C20.8649 11.1251 21.5208 12.3522 21.7866 13.6882C22.0523 15.0242 21.9159 16.4089 21.3946 17.6674C20.8734 18.9258 19.9906 20.0014 18.8581 20.7582C17.7255 21.515 16.3939 21.9189 15.0318 21.9189C13.2059 21.9167 11.4554 21.1904 10.1643 19.8993C8.87323 18.6082 8.14692 16.8577 8.1447 15.0318Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-wishlist {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M21 7C18.9 7 17.074 7.90658 16 9.42585C14.926 7.90658 13.1 7 11 7C9.40927 7.00177 7.88422 7.60751 6.75941 8.68432C5.63459 9.76113 5.00185 11.2211 5 12.7439C5 15.5393 6.82 18.4486 10.41 21.3895C12.055 22.7314 13.832 23.9177 15.716 24.9316C15.8033 24.9765 15.9009 25 16 25C16.0991 25 16.1967 24.9765 16.284 24.9316C18.168 23.9177 19.945 22.7314 21.59 21.3895C25.18 18.4486 27 15.5393 27 12.7439C26.9981 11.2211 26.3654 9.76113 25.2406 8.68432C24.1158 7.60751 22.5907 7.00177 21 7ZM16 23.7636C14.359 22.8571 6.2 18.0781 6.2 12.7439C6.20132 11.5256 6.70746 10.3576 7.60735 9.49607C8.50724 8.63459 9.72737 8.15005 11 8.14879C13.028 8.14879 14.731 9.18556 15.445 10.8551C15.4902 10.9605 15.5671 11.0506 15.6659 11.114C15.7647 11.1774 15.881 11.2113 16 11.2113C16.119 11.2113 16.2353 11.1774 16.3341 11.114C16.4329 11.0506 16.5098 10.9605 16.555 10.8551C17.269 9.18556 18.972 8.14879 21 8.14879C22.2726 8.15005 23.4928 8.63459 24.3927 9.49607C25.2925 10.3576 25.7987 11.5256 25.8 12.7439C25.8 18.0781 17.641 22.8571 16 23.7636Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-wishlist.active,
body .rdc-icon-svg.rdc-icon-wishlist-active {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M21 7C18.9 7 17.074 7.90658 16 9.42585C14.926 7.90658 13.1 7 11 7C9.40927 7.00177 7.88422 7.60751 6.75941 8.68432C5.63459 9.76113 5.00185 11.2211 5 12.7439C5 15.5393 6.82 18.4486 10.41 21.3895C12.055 22.7314 13.832 23.9177 15.716 24.9316C15.8033 24.9765 15.9009 25 16 25C16.0991 25 16.1967 24.9765 16.284 24.9316C18.168 23.9177 19.945 22.7314 21.59 21.3895C25.18 18.4486 27 15.5393 27 12.7439C26.9981 11.2211 26.3654 9.76113 25.2406 8.68432C24.1158 7.60751 22.5907 7.00177 21 7ZM16 23.7636C14.359 22.8571 6.2 18.0781 6.2 12.7439C6.20132 11.5256 6.70746 10.3576 7.60735 9.49607C8.50724 8.63459 9.72737 8.15005 11 8.14879C13.028 8.14879 14.731 9.18556 15.445 10.8551C15.4902 10.9605 15.5671 11.0506 15.6659 11.114C15.7647 11.1774 15.881 11.2113 16 11.2113C16.119 11.2113 16.2353 11.1774 16.3341 11.114C16.4329 11.0506 16.5098 10.9605 16.555 10.8551C17.269 9.18556 18.972 8.14879 21 8.14879C22.2726 8.15005 23.4928 8.63459 24.3927 9.49607C25.2925 10.3576 25.7987 11.5256 25.8 12.7439C25.8 18.0781 17.641 22.8571 16 23.7636Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-cart:not(.active){background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M25.9894 23.5636L24.6942 12.5433C24.6563 12.2295 24.5059 11.9406 24.2714 11.7314C24.0368 11.5222 23.7345 11.4072 23.4216 11.4082H20.1812V11.2245C20.1812 10.1041 19.7407 9.02957 18.9566 8.23732C18.1724 7.44508 17.1089 7 16 7C14.8911 7 13.8276 7.44508 13.0434 8.23732C12.2593 9.02957 11.8188 10.1041 11.8188 11.2245V11.4082H8.57656C8.2637 11.4072 7.96136 11.5222 7.72682 11.7314C7.49229 11.9406 7.34185 12.2295 7.30403 12.5433L6.00876 23.5636C5.98762 23.7447 6.00483 23.9282 6.05925 24.102C6.11366 24.2758 6.20404 24.436 6.32438 24.5718C6.44472 24.7076 6.59228 24.8161 6.75726 24.8899C6.92224 24.9637 7.10087 25.0012 7.2813 25H24.7187C24.8991 25.0012 25.0778 24.9637 25.2427 24.8899C25.4077 24.8161 25.5553 24.7076 25.6756 24.5718C25.796 24.436 25.8863 24.2758 25.9408 24.102C25.9952 23.9282 26.0124 23.7447 25.9912 23.5636H25.9894ZM12.9096 11.2245C12.9096 10.3964 13.2352 9.60215 13.8147 9.01658C14.3943 8.43101 15.1804 8.10204 16 8.10204C16.8196 8.10204 17.6057 8.43101 18.1853 9.01658C18.7648 9.60215 19.0904 10.3964 19.0904 11.2245V11.4082H12.9096V11.2245ZM24.8623 23.8336C24.8444 23.8542 24.8223 23.8706 24.7975 23.8817C24.7727 23.8927 24.7458 23.8983 24.7187 23.8979H7.2813C7.25419 23.8983 7.22733 23.8927 7.20254 23.8817C7.17775 23.8706 7.15563 23.8542 7.13769 23.8336C7.12066 23.8149 7.10786 23.7926 7.10017 23.7683C7.09248 23.7441 7.09009 23.7184 7.09315 23.6931L8.38932 12.6727C8.39455 12.6268 8.41674 12.5846 8.45144 12.5544C8.48615 12.5243 8.53083 12.5085 8.57656 12.5102H23.4234C23.4692 12.5085 23.5138 12.5243 23.5486 12.5544C23.5833 12.5846 23.6054 12.6268 23.6107 12.6727L24.9069 23.6931C24.9099 23.7184 24.9075 23.7441 24.8998 23.7683C24.8921 23.7926 24.8793 23.8149 24.8623 23.8336Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-cart.active,
body .rdc-icon-svg.rdc-icon-cart-active {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M25.9894 23.5636L24.6942 12.5433C24.6563 12.2295 24.5059 11.9406 24.2714 11.7314C24.0368 11.5222 23.7345 11.4072 23.4216 11.4082H20.1812V11.2245C20.1812 10.1041 19.7407 9.02957 18.9566 8.23732C18.1724 7.44508 17.1089 7 16 7C14.8911 7 13.8276 7.44508 13.0434 8.23732C12.2593 9.02957 11.8188 10.1041 11.8188 11.2245V11.4082H8.57656C8.2637 11.4072 7.96136 11.5222 7.72682 11.7314C7.49229 11.9406 7.34185 12.2295 7.30403 12.5433L6.00876 23.5636C5.98762 23.7447 6.00483 23.9282 6.05925 24.102C6.11366 24.2758 6.20404 24.436 6.32438 24.5718C6.44472 24.7076 6.59228 24.8161 6.75726 24.8899C6.92224 24.9637 7.10087 25.0012 7.2813 25H24.7187C24.8991 25.0012 25.0778 24.9637 25.2427 24.8899C25.4077 24.8161 25.5553 24.7076 25.6756 24.5718C25.796 24.436 25.8863 24.2758 25.9408 24.102C25.9952 23.9282 26.0124 23.7447 25.9912 23.5636H25.9894ZM12.9096 11.2245C12.9096 10.3964 13.2352 9.60215 13.8147 9.01658C14.3943 8.43101 15.1804 8.10204 16 8.10204C16.8196 8.10204 17.6057 8.43101 18.1853 9.01658C18.7648 9.60215 19.0904 10.3964 19.0904 11.2245V11.4082H12.9096V11.2245ZM24.8623 23.8336C24.8444 23.8542 24.8223 23.8706 24.7975 23.8817C24.7727 23.8927 24.7458 23.8983 24.7187 23.8979H7.2813C7.25419 23.8983 7.22733 23.8927 7.20254 23.8817C7.17775 23.8706 7.15563 23.8542 7.13769 23.8336C7.12066 23.8149 7.10786 23.7926 7.10017 23.7683C7.09248 23.7441 7.09009 23.7184 7.09315 23.6931L8.38932 12.6727C8.39455 12.6268 8.41674 12.5846 8.45144 12.5544C8.48615 12.5243 8.53083 12.5085 8.57656 12.5102H23.4234C23.4692 12.5085 23.5138 12.5243 23.5486 12.5544C23.5833 12.5846 23.6054 12.6268 23.6107 12.6727L24.9069 23.6931C24.9099 23.7184 24.9075 23.7441 24.8998 23.7683C24.8921 23.7926 24.8793 23.8149 24.8623 23.8336Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-comparator:not(.active) {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M25.7954 21.0972C25.926 21.2283 25.9994 21.4059 25.9994 21.5911C25.9994 21.7763 25.926 21.954 25.7954 22.085L22.0744 25.8124C21.9422 25.9359 21.7672 26.0031 21.5865 25.9999C21.4057 25.9967 21.2333 25.9233 21.1055 25.7953C20.9776 25.6673 20.9044 25.4945 20.9012 25.3134C20.898 25.1324 20.9651 24.9571 21.0884 24.8247L23.6174 22.29H6.69767C6.51264 22.29 6.33518 22.2164 6.20434 22.0853C6.0735 21.9543 6 21.7765 6 21.5911C6 21.4058 6.0735 21.228 6.20434 21.0969C6.33518 20.9659 6.51264 20.8922 6.69767 20.8922H23.6174L21.0884 18.3576C20.9651 18.2251 20.898 18.0499 20.9012 17.8688C20.9044 17.6878 20.9776 17.515 21.1055 17.387C21.2333 17.2589 21.4057 17.1856 21.5865 17.1824C21.7672 17.1792 21.9422 17.2464 22.0744 17.3698L25.7954 21.0972ZM9.92558 14.6302C10.0578 14.7536 10.2328 14.8208 10.4135 14.8176C10.5943 14.8144 10.7667 14.7411 10.8945 14.613C11.0224 14.485 11.0956 14.3122 11.0988 14.1312C11.102 13.9501 11.0349 13.7749 10.9116 13.6424L8.38256 11.1078H25.3023C25.4874 11.1078 25.6648 11.0341 25.7957 10.9031C25.9265 10.772 26 10.5942 26 10.4089C26 10.2235 25.9265 10.0458 25.7957 9.91468C25.6648 9.78362 25.4874 9.70998 25.3023 9.70998H8.38256L10.9116 7.17534C11.0349 7.04285 11.102 6.86762 11.0988 6.68656C11.0956 6.5055 11.0224 6.33275 10.8945 6.2047C10.7667 6.07665 10.5943 6.0033 10.4135 6.00011C10.2328 5.99691 10.0578 6.06412 9.92558 6.18757L6.20465 9.91499C6.074 10.046 6.00061 10.2237 6.00061 10.4089C6.00061 10.5941 6.074 10.7717 6.20465 10.9028L9.92558 14.6302Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-comparator.active,
body .rdc-icon-svg.rdc-icon-comparator-active {background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='Group 1853'%3e%3cpath id='Vector' d='M0.000612259 4.40889C0.000612259 4.22368 0.0739975 4.04605 0.204649 3.915L3.92559 0.187574C4.05785 0.0641216 4.23277 -0.00308572 4.41352 0.000108886C4.59427 0.00330349 4.76672 0.0766519 4.89454 0.204701C5.02237 0.33275 4.99682 0.454981 5.00001 0.636041C5.0032 0.817102 5.00001 1.09059 5.00001 1.16682V3.70999H19.3024C19.4874 3.70999 19.6649 3.78363 19.7957 3.91469C19.9265 4.04576 20.0001 4.22353 20.0001 4.40889C20.0001 4.59424 19.9265 4.77201 19.7957 4.90308C19.6649 5.03415 19.4874 5.10778 19.3024 5.10778H5.00001V7.45424C5.00001 7.45424 5.0032 7.72773 5.00001 7.90879C4.99389 8.25657 5.02237 8.48502 4.89454 8.61307C4.76672 8.74112 4.59427 8.81447 4.41352 8.81766C4.23277 8.82086 4.05785 8.75365 3.92559 8.6302L0.204649 4.90277C0.0739975 4.77173 0.000612259 4.59409 0.000612259 4.40889Z' fill='%23333333'/%3e%3cpath id='Vector_2' d='M19.7954 15.0976C19.9261 15.2287 19.9994 15.4063 19.9994 15.5915C19.9994 15.7767 19.9261 15.9543 19.7954 16.0854L16.0745 19.8128C15.9422 19.9363 15.7673 20.0035 15.5865 20.0003C15.4058 19.9971 15.2333 19.9237 15.1055 19.7957C14.9777 19.6676 15.0062 19.4392 15 19.0914C14.9969 18.9103 15 18.6369 15 18.6369V16.2904H0.697676C0.512641 16.2904 0.335184 16.2168 0.204345 16.0857C0.0735049 15.9546 0 15.7769 0 15.5915C0 15.4061 0.0735049 15.2284 0.204345 15.0973C0.335184 14.9662 0.512641 14.8926 0.697676 14.8926H15V12.3494C15 12.2732 14.9969 11.9997 15 11.8187C15.0032 11.6376 14.9777 11.5154 15.1055 11.3873C15.2333 11.2593 15.4058 11.1859 15.5865 11.1827C15.7673 11.1795 15.9422 11.2467 16.0745 11.3702L19.7954 15.0976Z' fill='%23333333'/%3e%3c/g%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-location {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M16 6C14.0222 6 12.0888 6.58649 10.4443 7.6853C8.79981 8.78412 7.51809 10.3459 6.76121 12.1732C6.00433 14.0004 5.8063 16.0111 6.19215 17.9509C6.578 19.8907 7.53041 21.6725 8.92894 23.0711C10.3275 24.4696 12.1093 25.422 14.0491 25.8078C15.9889 26.1937 17.9996 25.9957 19.8268 25.2388C21.6541 24.4819 23.2159 23.2002 24.3147 21.5557C25.4135 19.9112 26 17.9778 26 16C25.9969 13.3488 24.9423 10.8071 23.0676 8.93237C21.1929 7.05768 18.6512 6.00311 16 6ZM23.9971 12.2745H20.0578C19.6292 10.4965 18.8473 8.82276 17.7588 7.35294C19.1101 7.63064 20.3779 8.22023 21.461 9.07471C22.5441 9.92919 23.4125 11.0249 23.9971 12.2745ZM24.8235 16C24.8242 16.8635 24.6977 17.7224 24.448 18.549H20.3C20.5798 16.8612 20.5798 15.1388 20.3 13.451H24.448C24.6977 14.2776 24.8242 15.1365 24.8235 16ZM16 24.8235C15.9756 24.8237 15.9514 24.8186 15.929 24.8086C15.9067 24.7986 15.8868 24.784 15.8706 24.7657C14.6078 23.4059 13.6804 21.6598 13.1569 19.7255H18.8431C18.3196 21.6598 17.3922 23.4059 16.1294 24.7657C16.1132 24.784 16.0933 24.7986 16.071 24.8086C16.0486 24.8186 16.0244 24.8237 16 24.8235ZM12.8931 18.549C12.5912 16.8631 12.5912 15.1369 12.8931 13.451H19.1069C19.4088 15.1369 19.4088 16.8631 19.1069 18.549H12.8931ZM7.17647 16C7.17581 15.1365 7.30234 14.2776 7.55197 13.451H11.7C11.4202 15.1388 11.4202 16.8612 11.7 18.549H7.55197C7.30234 17.7224 7.17581 16.8635 7.17647 16ZM16 7.17647C16.0244 7.17634 16.0486 7.18143 16.071 7.1914C16.0933 7.20138 16.1132 7.21601 16.1294 7.23431C17.3922 8.59412 18.3196 10.3402 18.8431 12.2745H13.1569C13.6804 10.3402 14.6078 8.59412 15.8706 7.23431C15.8868 7.21601 15.9067 7.20138 15.929 7.1914C15.9514 7.18143 15.9756 7.17634 16 7.17647ZM14.2412 7.35294C13.1527 8.82276 12.3708 10.4965 11.9422 12.2745H8.00295C8.58751 11.0249 9.45595 9.92919 10.539 9.07471C11.6221 8.22023 12.8899 7.63064 14.2412 7.35294ZM8.00295 19.7255H11.9422C12.3708 21.5035 13.1527 23.1772 14.2412 24.6471C12.8899 24.3694 11.6221 23.7798 10.539 22.9253C9.45595 22.0708 8.58751 20.9751 8.00295 19.7255ZM17.7588 24.6471C18.8473 23.1772 19.6292 21.5035 20.0578 19.7255H23.9971C23.4125 20.9751 22.5441 22.0708 21.461 22.9253C20.3779 23.7798 19.1101 24.3694 17.7588 24.6471Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-tracking {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 8.72261C23.5315 8.72261 23.0745 8.86573 22.6868 9.13251C22.2992 9.39918 21.9988 9.77706 21.8217 10.2172C21.6448 10.6572 21.5986 11.1408 21.6887 11.6072C21.7788 12.0737 22.0015 12.5037 22.3301 12.8421C22.6589 13.1807 23.0791 13.4125 23.5382 13.5066C23.9975 13.6007 24.4734 13.5523 24.9053 13.368C25.337 13.1839 25.7042 12.8728 25.9618 12.4758C26.2193 12.0789 26.3562 11.6134 26.3562 11.138C26.3562 10.5008 26.1105 9.88764 25.6699 9.43391C25.2289 8.97982 24.6285 8.72261 24 8.72261ZM23.774 9.94619C23.9986 9.90019 24.2315 9.92369 24.4437 10.0142C24.6561 10.1048 24.8394 10.259 24.9692 10.459C25.099 10.6591 25.1689 10.8954 25.1689 11.138C25.1689 11.4636 25.0432 11.7738 24.8227 12.0008C24.6026 12.2275 24.3064 12.3528 24 12.3528C23.7713 12.3528 23.5468 12.283 23.3548 12.1509C23.1626 12.0187 23.0113 11.8296 22.9215 11.6064C22.8317 11.3831 22.808 11.1368 22.8539 10.899C22.8999 10.6614 23.0129 10.4445 23.1773 10.2752C23.3415 10.1061 23.5494 9.9922 23.774 9.94619Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.9997 6C22.6706 6.00159 21.3986 6.54612 20.4623 7.51039C19.5262 8.47431 19.0015 9.77899 19 11.1377C19 12.9687 19.8239 14.8879 21.345 16.6894C22.0318 17.5067 22.8049 18.243 23.6502 18.8847L23.6555 18.8886C23.7553 18.9606 23.8756 19 24 19C24.1244 19 24.2447 18.9606 24.3445 18.8886L24.3498 18.8847C25.1951 18.2431 25.9682 17.5068 26.6549 16.6895C28.176 14.888 29 12.9707 29 11.138C28.9985 9.77928 28.4738 8.47431 27.5377 7.51039C26.6014 6.54612 25.3288 6.00159 23.9997 6ZM21.3078 8.35003C22.0238 7.61275 22.9924 7.20065 24 7.20065C25.0076 7.20065 25.9762 7.61275 26.6922 8.35003C27.4085 9.08768 27.8127 10.0904 27.8127 11.138C27.8127 12.7482 27.0373 14.238 26.1374 15.4214C25.3447 16.4636 24.4716 17.2469 24 17.637C23.5284 17.2469 22.6553 16.4636 21.8626 15.4214C20.9627 14.238 20.1873 12.7482 20.1873 11.138C20.1873 10.0904 20.5915 9.08768 21.3078 8.35003Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.8031 9.2971L18.5265 9.36533L11.8402 6.06714C11.7019 5.9991 11.5436 5.98212 11.3937 6.01926L4.49176 7.72155C4.35166 7.75573 4.22716 7.83513 4.13805 7.94713C4.04894 8.05914 4.00035 8.19732 4 8.3397V23.6603C3.99999 23.7574 4.02242 23.8532 4.06558 23.9404C4.10873 24.0276 4.17148 24.104 4.24905 24.1637C4.32661 24.2234 4.41696 24.2649 4.51321 24.2849C4.60946 24.305 4.70909 24.3032 4.80451 24.2796L11.4735 22.6347L18.1598 25.9329C18.2981 26.0009 18.4564 26.0179 18.6063 25.9808L25.5082 24.2785C25.6483 24.2443 25.7728 24.1649 25.8619 24.0529C25.9511 23.9409 25.9996 23.8027 26 23.6603V18.1253C25.5902 18.5224 25.1582 18.8953 24.7059 19.242V23.1624L19.098 24.5455V14.0149C18.7071 13.0609 18.5 12.0939 18.5 11.1377C18.5007 10.506 18.6048 9.88437 18.8031 9.2971ZM17.8039 10.4367L12.1961 7.67048V21.5633L17.8039 24.3296V10.4367ZM10.902 7.4577L5.29412 8.84081V22.8432L10.902 21.4601V7.4577Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-user:not(.active){background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.1926 26C26.3344 26 26.4737 25.9631 26.5966 25.8929C26.7194 25.8227 26.8214 25.7217 26.8923 25.6001C26.963 25.4784 27.0002 25.3404 27 25.2C26.9998 25.0596 26.9623 24.9217 26.8913 24.8002C25.6124 22.6107 23.7581 20.9364 21.5792 19.92C21.1382 19.7143 20.6839 19.5355 20.2184 19.3849C20.6375 19.1378 21.028 18.8511 21.3852 18.5301C22.1936 17.8035 22.8312 16.9015 23.2436 15.8872C23.838 14.4247 23.9312 12.8094 23.5089 11.2894C23.0866 9.76932 22.1722 8.42858 20.9059 7.47304C19.6397 6.51751 18.0917 6 16.4997 6C14.9078 6 13.3598 6.51751 12.0936 7.47304C10.8273 8.42858 9.91285 9.76932 9.49055 11.2894C9.06825 12.8094 9.16149 14.4247 9.75594 15.8872C10.1683 16.9015 10.8059 17.8035 11.6143 18.5301C11.9715 18.8511 12.362 19.1378 12.7811 19.3849C12.3156 19.5355 11.8613 19.7143 11.4203 19.92C9.24144 20.9364 7.3871 22.6107 6.10822 24.8002C6.03736 24.9217 6.00004 25.0596 6 25.1999C5.99996 25.3402 6.03721 25.4781 6.10801 25.5997C6.1788 25.7213 6.28065 25.8223 6.40333 25.8925C6.52601 25.9628 6.66519 25.9999 6.80691 26H26.1926ZM7.52379 24.8H25.4757C24.0908 22.7367 22.115 21.2599 19.8489 20.5266C19.3996 20.3812 19.0774 19.9859 19.0256 19.5165C18.9738 19.0471 19.2022 18.591 19.609 18.3512C20.7516 17.6775 21.6371 16.6525 22.1319 15.4353C22.6265 14.2183 22.704 12.8749 22.3527 11.6106C22.0014 10.3461 21.2401 9.22856 20.1831 8.43091C19.1259 7.63311 17.8319 7.2 16.4997 7.2C15.1676 7.2 13.8736 7.63311 12.8164 8.43091C11.7594 9.22856 10.9981 10.3461 10.6468 11.6106C10.2955 12.8749 10.373 14.2183 10.8676 15.4353C11.3624 16.6525 12.2479 17.6775 13.3905 18.3512C13.7973 18.591 14.0257 19.0471 13.9739 19.5165C13.9221 19.9859 13.5999 20.3812 13.1506 20.5266C10.8845 21.2599 8.90869 22.7367 7.52379 24.8Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-user.active,
body .rdc-icon-svg.rdc-icon-user-active {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.1926 26C26.3344 26 26.4737 25.9631 26.5966 25.8929C26.7194 25.8227 26.8214 25.7217 26.8923 25.6001C26.963 25.4784 27.0002 25.3404 27 25.2C26.9998 25.0596 26.9623 24.9217 26.8913 24.8002C25.6124 22.6107 23.7581 20.9364 21.5792 19.92C21.1382 19.7143 20.6839 19.5355 20.2184 19.3849C20.6375 19.1378 21.028 18.8511 21.3852 18.5301C22.1936 17.8035 22.8312 16.9015 23.2436 15.8872C23.838 14.4247 23.9312 12.8094 23.5089 11.2894C23.0866 9.76932 22.1722 8.42858 20.9059 7.47304C19.6397 6.51751 18.0917 6 16.4997 6C14.9078 6 13.3598 6.51751 12.0936 7.47304C10.8273 8.42858 9.91285 9.76932 9.49055 11.2894C9.06825 12.8094 9.16149 14.4247 9.75594 15.8872C10.1683 16.9015 10.8059 17.8035 11.6143 18.5301C11.9715 18.8511 12.362 19.1378 12.7811 19.3849C12.3156 19.5355 11.8613 19.7143 11.4203 19.92C9.24144 20.9364 7.3871 22.6107 6.10822 24.8002C6.03736 24.9217 6.00004 25.0596 6 25.1999C5.99996 25.3402 6.03721 25.4781 6.10801 25.5997C6.1788 25.7213 6.28065 25.8223 6.40333 25.8925C6.52601 25.9628 6.66519 25.9999 6.80691 26H26.1926ZM7.52379 24.8H25.4757C24.0908 22.7367 22.115 21.2599 19.8489 20.5266C19.3996 20.3812 19.0774 19.9859 19.0256 19.5165C18.9738 19.0471 19.2022 18.591 19.609 18.3512C20.7516 17.6775 21.6371 16.6525 22.1319 15.4353C22.6265 14.2183 22.704 12.8749 22.3527 11.6106C22.0014 10.3461 21.2401 9.22856 20.1831 8.43091C19.1259 7.63311 17.8319 7.2 16.4997 7.2C15.1676 7.2 13.8736 7.63311 12.8164 8.43091C11.7594 9.22856 10.9981 10.3461 10.6468 11.6106C10.2955 12.8749 10.373 14.2183 10.8676 15.4353C11.3624 16.6525 12.2479 17.6775 13.3905 18.3512C13.7973 18.591 14.0257 19.0471 13.9739 19.5165C13.9221 19.9859 13.5999 20.3812 13.1506 20.5266C10.8845 21.2599 8.90869 22.7367 7.52379 24.8Z' fill='%23333333'/%3e%3cpath d='M26.6743 2.13078L26.9301 2.99976C27.1017 3.58269 27.237 3.90357 27.6667 4.33324C28.0964 4.76291 28.4178 4.89877 29.0007 5.07033L29.8698 5.32608C30.0434 5.37694 30.0434 5.62324 29.8698 5.67447L29.0004 5.93022C28.4175 6.10182 28.0963 6.23682 27.6667 6.66649C27.237 7.09615 27.1016 7.4179 26.9301 8.00079L26.6743 8.86976C26.6231 9.04341 26.3768 9.04341 26.3256 8.86976L26.0698 8.00042C25.8982 7.4176 25.763 7.09609 25.3333 6.66649C24.9037 6.23688 24.5824 6.10179 23.9995 5.93022L23.1305 5.67447C22.9565 5.62361 22.9565 5.3773 23.1305 5.32571L23.9995 5.06996C24.5824 4.89844 24.9036 4.76285 25.3333 4.33324C25.763 3.90364 25.8986 3.58262 26.0702 2.99976L26.3256 2.13078C26.3366 2.09305 26.3595 2.05991 26.391 2.03633C26.4224 2.01275 26.4607 2 26.5 2C26.5393 2 26.5775 2.01275 26.6089 2.03633C26.6404 2.05991 26.6633 2.09305 26.6743 2.13078Z' fill='%23B68BBE'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-logout {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M14.0851 25.3617C14.0851 25.531 14.0179 25.6933 13.8982 25.813C13.7784 25.9328 13.6161 26 13.4468 26H7.48936C7.09436 26 6.71553 25.8431 6.43622 25.5638C6.15691 25.2845 6 24.9056 6 24.5106V7.48936C6 7.09436 6.15691 6.71553 6.43622 6.43622C6.71553 6.15691 7.09436 6 7.48936 6H13.4468C13.6161 6 13.7784 6.06725 13.8982 6.18695C14.0179 6.30666 14.0851 6.46901 14.0851 6.6383C14.0851 6.80759 14.0179 6.96994 13.8982 7.08964C13.7784 7.20935 13.6161 7.2766 13.4468 7.2766H7.48936C7.43293 7.2766 7.37881 7.29901 7.33891 7.33891C7.29901 7.37881 7.2766 7.43293 7.2766 7.48936V24.5106C7.2766 24.5671 7.29901 24.6212 7.33891 24.6611C7.37881 24.701 7.43293 24.7234 7.48936 24.7234H13.4468C13.6161 24.7234 13.7784 24.7907 13.8982 24.9104C14.0179 25.0301 14.0851 25.1924 14.0851 25.3617ZM25.8128 15.5489L21.5574 11.2936C21.4364 11.1809 21.2764 11.1195 21.111 11.1224C20.9457 11.1253 20.7879 11.1923 20.671 11.3093C20.554 11.4262 20.487 11.584 20.4841 11.7493C20.4812 11.9147 20.5426 12.0747 20.6553 12.1957L23.8202 15.3617H13.4468C13.2775 15.3617 13.1152 15.429 12.9955 15.5487C12.8758 15.6684 12.8085 15.8307 12.8085 16C12.8085 16.1693 12.8758 16.3316 12.9955 16.4513C13.1152 16.571 13.2775 16.6383 13.4468 16.6383H23.8202L20.6553 19.8043C20.5926 19.8627 20.5423 19.9332 20.5074 20.0115C20.4725 20.0898 20.4538 20.1743 20.4523 20.26C20.4508 20.3457 20.4665 20.4308 20.4986 20.5103C20.5307 20.5898 20.5785 20.662 20.6391 20.7226C20.6997 20.7832 20.7719 20.831 20.8514 20.8631C20.9309 20.8952 21.016 20.911 21.1017 20.9094C21.1874 20.9079 21.2719 20.8892 21.3502 20.8543C21.4285 20.8194 21.499 20.7691 21.5574 20.7064L25.8128 16.4511C25.9323 16.3314 25.9994 16.1691 25.9994 16C25.9994 15.8309 25.9323 15.6686 25.8128 15.5489Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrowup {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M25.7958 20.8092C25.6648 20.9314 25.4874 21 25.3023 21C25.1173 21 24.9398 20.9314 24.8088 20.8092L15.9916 12.5746L7.17435 20.8092C7.04198 20.9245 6.86689 20.9872 6.68598 20.9842C6.50508 20.9812 6.33247 20.9128 6.20453 20.7933C6.07659 20.6738 6.0033 20.5125 6.00011 20.3436C5.99692 20.1746 6.06407 20.011 6.18742 19.8874L15.4981 11.1908C15.6291 11.0686 15.8065 11 15.9916 11C16.1766 11 16.3541 11.0686 16.4851 11.1908L25.7958 19.8874C25.9265 20.0097 26 20.1755 26 20.3483C26 20.5212 25.9265 20.687 25.7958 20.8092Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.9322 20.9553C25.7629 21.1132 25.5361 21.1998 25.3023 21.1998C25.0685 21.1998 24.8417 21.1132 24.6724 20.9553L15.9916 12.8481L7.30574 20.96C7.13485 21.1087 6.9113 21.1877 6.68269 21.184C6.45407 21.1802 6.23347 21.0938 6.06801 20.9392C5.90212 20.7843 5.8044 20.5723 5.80014 20.3471C5.79589 20.1219 5.88559 19.9066 6.04583 19.746L6.05081 19.741L15.3616 11.0444C15.5309 10.8865 15.7578 10.7998 15.9916 10.7998C16.2254 10.7998 16.4522 10.8864 16.6215 11.0443L25.9323 19.741C26.1019 19.8996 26.2 20.1177 26.2 20.3481C26.2 20.5785 26.1018 20.7967 25.9322 20.9553ZM15.9916 12.5744L24.8088 20.8091C24.9398 20.9312 25.1173 20.9998 25.3023 20.9998C25.4874 20.9998 25.6648 20.9312 25.7958 20.8091C25.9265 20.6868 26 20.521 26 20.3481C26 20.1753 25.9265 20.0095 25.7958 19.8872L16.4851 11.1906C16.3541 11.0684 16.1766 10.9998 15.9916 10.9998C15.8065 10.9998 15.6291 11.0684 15.4981 11.1906L6.18742 19.8872C6.06407 20.0109 5.99692 20.1744 6.00011 20.3434C6.0033 20.5123 6.07659 20.6736 6.20453 20.7931C6.33247 20.9126 6.50508 20.981 6.68598 20.984C6.86689 20.987 7.04198 20.9243 7.17435 20.8091L15.9916 12.5744Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrowdown {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M25.8124 12.0986L16.4939 20.8089C16.3628 20.9313 16.1852 21 16 21C15.8148 21 15.6372 20.9313 15.5061 20.8089L6.18757 12.0986C6.06412 11.9748 5.99691 11.811 6.00011 11.6418C6.0033 11.4725 6.07665 11.311 6.2047 11.1913C6.33275 11.0716 6.5055 11.0031 6.68656 11.0001C6.86762 10.9971 7.04285 11.0599 7.17534 11.1753L16 19.4229L24.8247 11.1753C24.9571 11.0599 25.1324 10.9971 25.3134 11.0001C25.4945 11.0031 25.6673 11.0716 25.7953 11.1913C25.9233 11.311 25.9967 11.4725 25.9999 11.6418C26.0031 11.811 25.9359 11.9748 25.8124 12.0986Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.949 12.2445L16.6305 20.9549C16.461 21.113 16.234 21.1998 16 21.1998C15.766 21.1998 15.539 21.1131 15.3696 20.9549L6.04584 12.2397C5.88552 12.0789 5.79589 11.8632 5.80014 11.6378C5.8044 11.4124 5.90215 11.2002 6.06813 11.045C6.23369 10.8903 6.45444 10.8037 6.68326 10.7999C6.91207 10.7962 7.1357 10.8754 7.3067 11.0243L7.31199 11.0289L16 19.149L24.6932 11.0242C24.8642 10.8753 25.0879 10.7962 25.3167 10.7999C25.5456 10.8037 25.7663 10.8903 25.9319 11.045C26.0979 11.2002 26.1956 11.4124 26.1999 11.6378C26.2041 11.8632 26.1144 12.0788 25.9541 12.2396L25.949 12.2445ZM16 19.4227L7.17534 11.1751C7.04285 11.0597 6.86762 10.9969 6.68656 10.9999C6.5055 11.0029 6.33275 11.0715 6.2047 11.1911C6.07665 11.3108 6.0033 11.4723 6.00011 11.6416C5.99691 11.8108 6.06412 11.9746 6.18757 12.0984L15.5061 20.8088C15.6372 20.9311 15.8148 20.9998 16 20.9998C16.1852 20.9998 16.3628 20.9311 16.4939 20.8088L25.8124 12.0984C25.9359 11.9746 26.0031 11.8108 25.9999 11.6416C25.9967 11.4723 25.9233 11.3108 25.7953 11.1911C25.6673 11.0715 25.4945 11.0029 25.3134 10.9999C25.1324 10.9969 24.9571 11.0597 24.8247 11.1751L16 19.4227Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrowleft {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M20.8092 6.20422C20.9314 6.33515 21 6.51264 21 6.69769C21 6.88274 20.9314 7.06022 20.8092 7.19116L12.5746 16.0084L20.8092 24.8256C20.9245 24.958 20.9872 25.1331 20.9842 25.314C20.9812 25.4949 20.9128 25.6675 20.7933 25.7955C20.6738 25.9234 20.5125 25.9967 20.3436 25.9999C20.1746 26.0031 20.011 25.9359 19.8874 25.8126L11.1908 16.5019C11.0686 16.3709 11 16.1935 11 16.0084C11 15.8234 11.0686 15.6459 11.1908 15.5149L19.8874 6.20422C20.0097 6.07345 20.1755 6 20.3483 6C20.5212 6 20.6869 6.07345 20.8092 6.20422Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9555 6.06799C21.1134 6.2373 21.2 6.46406 21.2 6.69788C21.2 6.9317 21.1134 7.15847 20.9555 7.32778L12.8483 16.0086L20.9602 24.6945C21.1089 24.8653 21.1879 25.0889 21.1842 25.3175C21.1804 25.5461 21.094 25.7667 20.9394 25.9322C20.7845 26.0981 20.5725 26.1958 20.3473 26.2001C20.1221 26.2043 19.9068 26.1146 19.7461 25.9544L19.7412 25.9494L11.0446 16.6386C10.8866 16.4693 10.8 16.2424 10.8 16.0086C10.8 15.7748 10.8866 15.548 11.0445 15.3787L19.7412 6.0679C19.8998 5.89832 20.1179 5.80019 20.3483 5.80019C20.5787 5.80019 20.7969 5.89841 20.9555 6.06799ZM12.5746 16.0086L20.8092 7.19135C20.9314 7.06042 21 6.88293 21 6.69788C21 6.51283 20.9314 6.33535 20.8092 6.20441C20.6869 6.07364 20.5212 6.00019 20.3483 6.00019C20.1755 6.00019 20.0097 6.07364 19.8874 6.20441L11.1908 15.5151C11.0686 15.6461 11 15.8235 11 16.0086C11 16.1936 11.0686 16.3711 11.1908 16.5021L19.8874 25.8128C20.011 25.9361 20.1746 26.0033 20.3436 26.0001C20.5125 25.9969 20.6738 25.9236 20.7933 25.7957C20.9128 25.6677 20.9812 25.4951 20.9842 25.3142C20.9872 25.1333 20.9245 24.9582 20.8092 24.8258L12.5746 16.0086Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrowright {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M11.1908 6.20422C11.0686 6.33515 11 6.51264 11 6.69769C11 6.88274 11.0686 7.06022 11.1908 7.19116L19.4254 16.0084L11.1908 24.8256C11.0755 24.958 11.0128 25.1331 11.0158 25.314C11.0188 25.4949 11.0872 25.6675 11.2067 25.7955C11.3262 25.9234 11.4875 25.9967 11.6564 25.9999C11.8254 26.0031 11.989 25.9359 12.1126 25.8126L20.8092 16.5019C20.9314 16.3709 21 16.1935 21 16.0084C21 15.8234 20.9314 15.6459 20.8092 15.5149L12.1126 6.20422C11.9903 6.07345 11.8245 6 11.6517 6C11.4788 6 11.3131 6.07345 11.1908 6.20422Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0445 6.06799C10.8866 6.2373 10.8 6.46406 10.8 6.69788C10.8 6.9317 10.8866 7.15847 11.0445 7.32778L19.1517 16.0086L11.0398 24.6945C10.8911 24.8653 10.8121 25.0889 10.8158 25.3175C10.8196 25.5461 10.906 25.7667 11.0606 25.9322C11.2155 26.0981 11.4275 26.1958 11.6527 26.2001C11.8779 26.2043 12.0932 26.1146 12.2538 25.9544L12.2588 25.9494L20.9554 16.6386C21.1134 16.4693 21.2 16.2424 21.2 16.0086C21.2 15.7748 21.1134 15.548 20.9555 15.3787L12.2588 6.0679C12.1002 5.89832 11.8821 5.80019 11.6517 5.80019C11.4213 5.80019 11.2031 5.89841 11.0445 6.06799ZM19.4254 16.0086L11.1907 7.19135C11.0686 7.06042 11 6.88293 11 6.69788C11 6.51283 11.0686 6.33535 11.1908 6.20441C11.313 6.07364 11.4788 6.00019 11.6517 6.00019C11.8245 6.00019 11.9903 6.07364 12.1126 6.20441L20.8092 15.5151C20.9314 15.6461 21 15.8235 21 16.0086C21 16.1936 20.9314 16.3711 20.8092 16.5021L12.1126 25.8128C11.989 25.9361 11.8254 26.0033 11.6564 26.0001C11.4875 25.9969 11.3262 25.9236 11.2067 25.7957C11.0872 25.6677 11.0188 25.4951 11.0158 25.3142C11.0128 25.1333 11.0755 24.9582 11.1907 24.8258L19.4254 16.0086Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrow-full-up {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M25.9306 21.434C25.8618 21.6015 25.7453 21.7447 25.5959 21.8454C25.4464 21.9462 25.2707 22 25.0909 22H6.90977C6.72987 22.0001 6.55398 21.9465 6.40435 21.8458C6.25473 21.745 6.1381 21.6018 6.06924 21.4343C6.00037 21.2667 5.98237 21.0823 6.01751 20.9044C6.05264 20.7265 6.13934 20.5631 6.26661 20.4349L15.3572 11.2688C15.4416 11.1836 15.5418 11.116 15.6522 11.0699C15.7626 11.0237 15.8809 11 16.0003 11C16.1198 11 16.2381 11.0237 16.3484 11.0699C16.4588 11.116 16.559 11.1836 16.6435 11.2688L25.734 20.4349C25.8611 20.5632 25.9476 20.7265 25.9826 20.9044C26.0176 21.0822 25.9995 21.2665 25.9306 21.434Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrow-full-down {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M25.7334 12.5651L16.6431 21.7312C16.5587 21.8164 16.4585 21.884 16.3481 21.9301C16.2377 21.9763 16.1195 22 16 22C15.8805 22 15.7623 21.9763 15.6519 21.9301C15.5415 21.884 15.4413 21.8164 15.3569 21.7312L6.26661 12.5651C6.13933 12.4369 6.05264 12.2735 6.01751 12.0956C5.98237 11.9177 6.00037 11.7333 6.06924 11.5657C6.1381 11.3982 6.25472 11.255 6.40434 11.1542C6.55396 11.0535 6.72985 10.9999 6.90974 11H25.0903C25.2701 10.9999 25.446 11.0535 25.5957 11.1542C25.7453 11.255 25.8619 11.3982 25.9308 11.5657C25.9996 11.7333 26.0176 11.9177 25.9825 12.0956C25.9474 12.2735 25.8607 12.4369 25.7334 12.5651Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrow-full-left {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M22 6.90974V25.0903C22.0001 25.2701 21.9465 25.446 21.8458 25.5957C21.745 25.7453 21.6018 25.8619 21.4343 25.9308C21.2667 25.9996 21.0823 26.0176 20.9044 25.9825C20.7265 25.9474 20.5631 25.8607 20.4349 25.7334L11.2688 16.6431C11.1836 16.5587 11.116 16.4585 11.0699 16.3481C11.0237 16.2377 11 16.1195 11 16C11 15.8805 11.0237 15.7623 11.0699 15.6519C11.116 15.5415 11.1836 15.4413 11.2688 15.3569L20.4349 6.26661C20.5631 6.13933 20.7265 6.05264 20.9044 6.01751C21.0823 5.98237 21.2667 6.00037 21.4343 6.06924C21.6018 6.1381 21.745 6.25472 21.8458 6.40434C21.9465 6.55396 22.0001 6.72985 22 6.90974Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-arrow-full-right {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M21.7312 16.6431L12.5651 25.7334C12.4369 25.8607 12.2735 25.9474 12.0956 25.9825C11.9177 26.0176 11.7333 25.9996 11.5657 25.9308C11.3982 25.8619 11.255 25.7453 11.1542 25.5957C11.0535 25.446 10.9999 25.2701 11 25.0903V6.90974C10.9999 6.72985 11.0535 6.55396 11.1542 6.40434C11.255 6.25472 11.3982 6.1381 11.5657 6.06924C11.7333 6.00037 11.9177 5.98237 12.0956 6.01751C12.2735 6.05264 12.4369 6.13933 12.5651 6.26661L21.7312 15.3569C21.8164 15.4413 21.884 15.5415 21.9301 15.6519C21.9763 15.7623 22 15.8805 22 16C22 16.1195 21.9763 16.2377 21.9301 16.3481C21.884 16.4585 21.8164 16.5587 21.7312 16.6431Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-scroll-up {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M16 6C14.0222 6 12.0888 6.58649 10.4443 7.6853C8.79981 8.78412 7.51809 10.3459 6.76121 12.1732C6.00433 14.0004 5.8063 16.0111 6.19215 17.9509C6.578 19.8907 7.53041 21.6725 8.92894 23.0711C10.3275 24.4696 12.1093 25.422 14.0491 25.8078C15.9889 26.1937 17.9996 25.9957 19.8268 25.2388C21.6541 24.4819 23.2159 23.2002 24.3147 21.5557C25.4135 19.9112 26 17.9778 26 16C25.9969 13.3488 24.9423 10.8071 23.0676 8.93237C21.1929 7.05768 18.6512 6.00311 16 6ZM16 24.8235C14.2549 24.8235 12.5489 24.306 11.0979 23.3365C9.64689 22.367 8.51596 20.9889 7.84813 19.3766C7.18029 17.7643 7.00556 15.9902 7.34602 14.2786C7.68647 12.567 8.52683 10.9948 9.76083 9.76082C10.9948 8.52683 12.567 7.68647 14.2786 7.34601C15.9902 7.00555 17.7643 7.18029 19.3766 7.84812C20.9889 8.51595 22.367 9.64689 23.3365 11.0979C24.306 12.5489 24.8235 14.2549 24.8235 16C24.8209 18.3393 23.8905 20.5821 22.2363 22.2363C20.5821 23.8905 18.3394 24.8209 16 24.8235ZM19.5529 14.8C19.6107 14.8539 19.6571 14.9188 19.6892 14.9909C19.7214 15.0631 19.7387 15.141 19.7401 15.22C19.7415 15.299 19.7269 15.3774 19.6974 15.4507C19.6678 15.5239 19.6237 15.5904 19.5679 15.6463C19.512 15.7022 19.4455 15.7462 19.3722 15.7758C19.299 15.8054 19.2205 15.8199 19.1416 15.8185C19.0626 15.8171 18.9847 15.7998 18.9125 15.7677C18.8404 15.7355 18.7754 15.6892 18.7216 15.6314L16.5882 13.499V19.9216C16.5882 20.0776 16.5263 20.2272 16.4159 20.3375C16.3056 20.4478 16.156 20.5098 16 20.5098C15.844 20.5098 15.6944 20.4478 15.5841 20.3375C15.4737 20.2272 15.4118 20.0776 15.4118 19.9216V13.499L13.2784 15.6314C13.1669 15.7353 13.0194 15.7918 12.867 15.7892C12.7147 15.7865 12.5693 15.7247 12.4615 15.617C12.3537 15.5092 12.292 15.3638 12.2893 15.2114C12.2866 15.059 12.3432 14.9115 12.4471 14.8L15.5843 11.6627C15.6946 11.5526 15.8441 11.4907 16 11.4907C16.1559 11.4907 16.3054 11.5526 16.4157 11.6627L19.5529 14.8Z' fill='%23333333'/%3e%3cpath opacity='0.75' d='M16 7C11.0275 7 7 11.0275 7 16C7 20.9725 11.0275 25 16 25C20.9725 25 25 20.9725 25 16C25 11.0275 20.9725 7 16 7Z' fill='%23B68BBE' fill-opacity='0.1'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-scroll-down {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M16 6C14.0222 6 12.0888 6.58649 10.4443 7.6853C8.79981 8.78412 7.51809 10.3459 6.76121 12.1732C6.00433 14.0004 5.8063 16.0111 6.19215 17.9509C6.578 19.8907 7.53041 21.6725 8.92894 23.0711C10.3275 24.4696 12.1093 25.422 14.0491 25.8078C15.9889 26.1937 17.9996 25.9957 19.8268 25.2388C21.6541 24.4819 23.2159 23.2002 24.3147 21.5557C25.4135 19.9112 26 17.9778 26 16C25.9969 13.3488 24.9423 10.8071 23.0676 8.93237C21.1929 7.05768 18.6512 6.00311 16 6ZM16 24.8235C14.2549 24.8235 12.5489 24.306 11.0979 23.3365C9.64689 22.367 8.51596 20.9889 7.84813 19.3766C7.18029 17.7643 7.00556 15.9902 7.34602 14.2786C7.68647 12.567 8.52683 10.9948 9.76083 9.76082C10.9948 8.52683 12.567 7.68647 14.2786 7.34601C15.9902 7.00555 17.7643 7.18029 19.3766 7.84812C20.9889 8.51595 22.367 9.64689 23.3365 11.0979C24.306 12.5489 24.8235 14.2549 24.8235 16C24.8209 18.3393 23.8905 20.5821 22.2363 22.2363C20.5821 23.8905 18.3394 24.8209 16 24.8235ZM19.5529 16.3686C19.6631 16.4789 19.725 16.6284 19.725 16.7843C19.725 16.9402 19.6631 17.0897 19.5529 17.2L16.4157 20.3373C16.3054 20.4474 16.1559 20.5093 16 20.5093C15.8441 20.5093 15.6946 20.4474 15.5843 20.3373L12.4471 17.2C12.3432 17.0885 12.2866 16.941 12.2893 16.7886C12.292 16.6362 12.3537 16.4908 12.4615 16.383C12.5693 16.2753 12.7147 16.2135 12.867 16.2108C13.0194 16.2082 13.1669 16.2647 13.2784 16.3686L15.4118 18.501V12.0784C15.4118 11.9224 15.4737 11.7728 15.5841 11.6625C15.6944 11.5522 15.844 11.4902 16 11.4902C16.156 11.4902 16.3056 11.5522 16.4159 11.6625C16.5263 11.7728 16.5882 11.9224 16.5882 12.0784V18.501L18.7216 16.3686C18.8319 16.2585 18.9814 16.1966 19.1373 16.1966C19.2931 16.1966 19.4426 16.2585 19.5529 16.3686Z' fill='%23333333'/%3e%3cpath opacity='0.75' d='M16 7C11.0275 7 7 11.0275 7 16C7 20.9725 11.0275 25 16 25C20.9725 25 25 20.9725 25 16C25 11.0275 20.9725 7 16 7Z' fill='%23B68BBE' fill-opacity='0.1'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-equal {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3crect x='26' y='18' width='2' height='20' rx='1' transform='rotate(90 26 18)' fill='%23333333'/%3e%3crect x='26' y='12' width='2' height='20' rx='1' transform='rotate(90 26 12)' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-plus {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 6C15.4477 6 15 6.44772 15 7V15H7C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17H15V25C15 25.5523 15.4477 26 16 26C16.5523 26 17 25.5523 17 25V17H25C25.5523 17 26 16.5523 26 16C26 15.4477 25.5523 15 25 15H17V7C17 6.44772 16.5523 6 16 6Z' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-minus {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3crect x='26' y='15' width='2' height='20' rx='1' transform='rotate(90 26 15)' fill='%23333333'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-chat {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M26 15.997C26.0004 17.7307 25.5501 19.4347 24.6933 20.9419C23.8365 22.449 22.6027 23.7076 21.1129 24.594C19.6231 25.4804 17.9284 25.9643 16.1952 25.9981C14.462 26.0319 12.7498 25.6146 11.2265 24.787L7.80784 25.9263C7.56601 26.007 7.30648 26.0187 7.05837 25.9601C6.81025 25.9016 6.58335 25.7751 6.40308 25.5948C6.22282 25.4145 6.09632 25.1876 6.03777 24.9394C5.97921 24.6913 5.99092 24.4318 6.07157 24.1899L7.21078 20.771C6.48457 19.4326 6.07352 17.9461 6.00899 16.4248C5.94445 14.9035 6.22813 13.3875 6.83839 11.9924C7.44865 10.5974 8.36939 9.36012 9.53038 8.37499C10.6914 7.38986 12.062 6.68287 13.5377 6.30792C15.0133 5.93298 16.5552 5.89999 18.0455 6.21146C19.5359 6.52294 20.9355 7.17065 22.1376 8.10522C23.3396 9.03979 24.3124 10.2365 24.9818 11.6042C25.6512 12.9718 25.9994 14.4743 26 15.997ZM24.8235 15.997C24.8232 14.6434 24.5115 13.308 23.9125 12.0941C23.3136 10.8802 22.4434 9.82041 21.3693 8.9967C20.2952 8.17298 19.0461 7.60743 17.7185 7.34379C16.3909 7.08015 15.0204 7.1255 13.7132 7.47633C12.4059 7.82715 11.1969 8.47405 10.1796 9.36697C9.16233 10.2599 8.3641 11.3749 7.84667 12.6257C7.32924 13.8765 7.10648 15.2296 7.19563 16.5803C7.28478 17.931 7.68345 19.2431 8.36078 20.4151C8.40262 20.4872 8.42863 20.5675 8.43708 20.6505C8.44553 20.7335 8.43623 20.8173 8.4098 20.8965L7.18824 24.5615C7.17671 24.5961 7.17504 24.6331 7.18341 24.6686C7.19177 24.704 7.20984 24.7364 7.23559 24.7622C7.26135 24.788 7.29376 24.806 7.32921 24.8144C7.36465 24.8228 7.40173 24.8211 7.43627 24.8096L11.098 23.5879C11.1582 23.5681 11.221 23.5579 11.2843 23.5575C11.3876 23.5581 11.4889 23.5854 11.5784 23.6369C12.9199 24.4138 14.4423 24.8235 15.9924 24.8248C17.5425 24.8261 19.0656 24.4191 20.4084 23.6445C21.7511 22.87 22.8662 21.7554 23.6413 20.4128C24.4164 19.0703 24.8241 17.5473 24.8235 15.997Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-helpdesk {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M22.3944 8.73364C21.5663 7.87145 20.5813 7.18615 19.4956 6.71705C18.41 6.24795 17.2451 6.00428 16.0679 6H16C13.613 6 11.3239 6.97695 9.63603 8.71592C7.94821 10.4549 7 12.8134 7 15.2727V20.3636C7 20.8941 7.20452 21.4028 7.56856 21.7779C7.9326 22.1529 8.42634 22.3636 8.94117 22.3636H10.3529C10.8678 22.3636 11.3615 22.1529 11.7255 21.7779C12.0896 21.4028 12.2941 20.8941 12.2941 20.3636V16.7273C12.2941 16.1968 12.0896 15.6881 11.7255 15.3131C11.3615 14.938 10.8678 14.7273 10.3529 14.7273H8.07647C8.21077 12.6564 9.10395 10.7154 10.5751 9.29757C12.0463 7.87971 13.9855 7.0909 16 7.09091H16.06C18.066 7.10008 19.9939 7.89367 21.4538 9.31124C22.9136 10.7288 23.7967 12.6646 23.9244 14.7273H21.647C21.1322 14.7273 20.6384 14.938 20.2744 15.3131C19.9104 15.6881 19.7058 16.1968 19.7058 16.7273V20.3636C19.7058 20.8941 19.9104 21.4028 20.2744 21.7779C20.6384 22.1529 21.1322 22.3636 21.647 22.3636H23.9411V22.5455C23.9411 23.1723 23.6994 23.7735 23.2692 24.2168C22.839 24.6601 22.2554 24.9091 21.647 24.9091H16.7058C16.5654 24.9091 16.4308 24.9666 16.3315 25.0689C16.2322 25.1711 16.1764 25.3099 16.1764 25.4545C16.1764 25.5992 16.2322 25.7379 16.3315 25.8402C16.4308 25.9425 16.5654 26 16.7058 26H21.647C22.5363 26 23.3891 25.636 24.0179 24.9882C24.6467 24.3403 24.9999 23.4617 24.9999 22.5455V15.2727C25.0044 14.0598 24.7765 12.8578 24.3294 11.7358C23.8823 10.6137 23.2247 9.59349 22.3944 8.73364ZM10.3529 15.8182C10.5869 15.8182 10.8114 15.914 10.9768 16.0844C11.1423 16.2549 11.2353 16.4862 11.2353 16.7273V20.3636C11.2353 20.6047 11.1423 20.836 10.9768 21.0065C10.8114 21.1769 10.5869 21.2727 10.3529 21.2727H8.94117C8.70716 21.2727 8.48273 21.1769 8.31725 21.0065C8.15178 20.836 8.05882 20.6047 8.05882 20.3636V15.8182H10.3529ZM20.7647 20.3636V16.7273C20.7647 16.4862 20.8576 16.2549 21.0231 16.0844C21.1886 15.914 21.413 15.8182 21.647 15.8182H23.9411V21.2727H21.647C21.413 21.2727 21.1886 21.1769 21.0231 21.0065C20.8576 20.836 20.7647 20.6047 20.7647 20.3636Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-sendmessage {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M25.627 6.37505C25.468 6.2136 25.2683 6.09813 25.0491 6.04084C24.8298 5.98356 24.5992 5.98658 24.3815 6.0496H24.3715L6.9223 11.3431C6.67363 11.4143 6.45258 11.5596 6.28857 11.7596C6.12456 11.9596 6.02538 12.2048 6.00425 12.4626C5.98313 12.7204 6.04104 12.9785 6.17029 13.2025C6.29955 13.4266 6.49399 13.6059 6.72774 13.7167L14.5109 17.4029C14.5485 17.4214 14.5789 17.4518 14.5973 17.4893L18.2848 25.2727C18.3866 25.4907 18.5486 25.675 18.7518 25.8038C18.9549 25.9327 19.1907 26.0007 19.4312 26C19.4676 26 19.5049 26 19.5412 25.9954C19.7989 25.9752 20.0442 25.8764 20.244 25.7124C20.4438 25.5483 20.5885 25.327 20.6586 25.0782L25.9498 7.63047V7.62047C26.0132 7.40306 26.0166 7.17257 25.9598 6.95335C25.903 6.73414 25.788 6.53433 25.627 6.37505ZM24.8997 7.32048L19.613 24.7664V24.7764C19.6045 24.8129 19.5842 24.8455 19.5553 24.8693C19.5264 24.8931 19.4905 24.9068 19.453 24.9082C19.4155 24.9138 19.3771 24.9067 19.3442 24.8879C19.3112 24.8691 19.2855 24.8397 19.2712 24.8046L15.6346 17.1357L20.0203 12.7503C20.1227 12.648 20.1802 12.5092 20.1802 12.3644C20.1802 12.2197 20.1227 12.0809 20.0203 11.9785C19.918 11.8762 19.7792 11.8187 19.6344 11.8187C19.4897 11.8187 19.3508 11.8762 19.2485 11.9785L14.8664 16.3639L7.19595 12.7276C7.16225 12.7119 7.13417 12.6863 7.1155 12.6541C7.09683 12.6219 7.08847 12.5848 7.09154 12.5478C7.09462 12.5107 7.10897 12.4755 7.13268 12.4469C7.15639 12.4182 7.18831 12.3976 7.22413 12.3876H7.23413L24.6815 7.09867C24.7122 7.09006 24.7446 7.08991 24.7753 7.09823C24.8061 7.10655 24.834 7.12304 24.8561 7.14594C24.8785 7.16838 24.8947 7.19629 24.903 7.22691C24.9113 7.25753 24.9114 7.28979 24.9034 7.32048H24.8997Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-play {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath opacity='0.75' d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0Z' fill='%23B68BBE' fill-opacity='0.1'/%3e%3cpath d='M23.498 15.0738L12.6084 8.16203C12.4477 8.05979 12.2637 8.00392 12.0753 8.0002C11.8869 7.99648 11.7009 8.04503 11.5366 8.14085C11.3732 8.23396 11.2371 8.37115 11.1427 8.53791C11.0482 8.70468 10.9989 8.89482 11 9.08825V22.9118C10.9989 23.1052 11.0482 23.2953 11.1427 23.4621C11.2371 23.6288 11.3732 23.766 11.5366 23.8591C11.7009 23.955 11.8869 24.0035 12.0753 23.9998C12.2637 23.9961 12.4477 23.9402 12.6084 23.838L23.498 16.9262C23.6512 16.8296 23.7779 16.6936 23.8659 16.5313C23.9538 16.3691 24 16.1861 24 16C24 15.8139 23.9538 15.6309 23.8659 15.4687C23.7779 15.3064 23.6512 15.1704 23.498 15.0738ZM23.0248 16.1231L12.1337 23.0349C12.1102 23.0495 12.0833 23.0573 12.0559 23.0573C12.0284 23.0573 12.0015 23.0495 11.978 23.0349C11.9552 23.0234 11.9361 23.0054 11.9227 22.9831C11.9093 22.9607 11.9023 22.9349 11.9024 22.9086V9.08825C11.9023 9.06195 11.9093 9.03615 11.9227 9.01381C11.9361 8.99147 11.9552 8.97351 11.978 8.96198C12.0025 8.94783 12.0302 8.94079 12.0581 8.94159C12.085 8.94259 12.1111 8.95098 12.1337 8.9659L23.0248 15.8769C23.0455 15.8895 23.0627 15.9074 23.0746 15.929C23.0865 15.9506 23.0928 15.9751 23.0928 16C23.0928 16.0249 23.0865 16.0494 23.0746 16.071C23.0627 16.0926 23.0455 16.1105 23.0248 16.1231Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-pause {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath opacity='0.75' d='M16 0C7.16 0 0 7.16 0 16C0 24.84 7.16 32 16 32C24.84 32 32 24.84 32 16C32 7.16 24.84 0 16 0Z' fill='%23B68BBE' fill-opacity='0.1'/%3e%3cpath d='M21.7791 8H18.2907C17.9669 8 17.6563 8.12553 17.4274 8.34898C17.1984 8.57243 17.0698 8.87549 17.0698 9.19149V22.8085C17.0698 23.1245 17.1984 23.4276 17.4274 23.651C17.6563 23.8745 17.9669 24 18.2907 24H21.7791C22.1029 24 22.4134 23.8745 22.6424 23.651C22.8714 23.4276 23 23.1245 23 22.8085V9.19149C23 8.87549 22.8714 8.57243 22.6424 8.34898C22.4134 8.12553 22.1029 8 21.7791 8ZM21.9535 22.8085C21.9535 22.8537 21.9351 22.8969 21.9024 22.9289C21.8697 22.9608 21.8253 22.9787 21.7791 22.9787H18.2907C18.2444 22.9787 18.2001 22.9608 18.1674 22.9289C18.1347 22.8969 18.1163 22.8537 18.1163 22.8085V9.19149C18.1163 9.14635 18.1347 9.10305 18.1674 9.07113C18.2001 9.03921 18.2444 9.02128 18.2907 9.02128H21.7791C21.8253 9.02128 21.8697 9.03921 21.9024 9.07113C21.9351 9.10305 21.9535 9.14635 21.9535 9.19149V22.8085ZM13.7093 8H10.2209C9.89712 8 9.58657 8.12553 9.3576 8.34898C9.12863 8.57243 9 8.87549 9 9.19149V22.8085C9 23.1245 9.12863 23.4276 9.3576 23.651C9.58657 23.8745 9.89712 24 10.2209 24H13.7093C14.0331 24 14.3437 23.8745 14.5726 23.651C14.8016 23.4276 14.9302 23.1245 14.9302 22.8085V9.19149C14.9302 8.87549 14.8016 8.57243 14.5726 8.34898C14.3437 8.12553 14.0331 8 13.7093 8ZM13.8837 22.8085C13.8837 22.8537 13.8653 22.8969 13.8326 22.9289C13.7999 22.9608 13.7556 22.9787 13.7093 22.9787H10.2209C10.1747 22.9787 10.1303 22.9608 10.0976 22.9289C10.0649 22.8969 10.0465 22.8537 10.0465 22.8085V9.19149C10.0465 9.14635 10.0649 9.10305 10.0976 9.07113C10.1303 9.03921 10.1747 9.02128 10.2209 9.02128H13.7093C13.7556 9.02128 13.7999 9.03921 13.8326 9.07113C13.8653 9.10305 13.8837 9.14635 13.8837 9.19149V22.8085Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-calendar {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M23.6596 7.56863H21.1702V6.58824C21.1702 6.43223 21.1097 6.28261 21.002 6.17229C20.8942 6.06197 20.7481 6 20.5957 6C20.4434 6 20.2973 6.06197 20.1895 6.17229C20.0818 6.28261 20.0213 6.43223 20.0213 6.58824V7.56863H11.9787V6.58824C11.9787 6.43223 11.9182 6.28261 11.8105 6.17229C11.7027 6.06197 11.5566 6 11.4043 6C11.2519 6 11.1058 6.06197 10.998 6.17229C10.8903 6.28261 10.8298 6.43223 10.8298 6.58824V7.56863H8.34043C7.98492 7.56863 7.64398 7.71324 7.3926 7.97064C7.14122 8.22804 7 8.57715 7 8.94118V24.6275C7 24.9915 7.14122 25.3406 7.3926 25.598C7.64398 25.8554 7.98492 26 8.34043 26H23.6596C24.0151 26 24.356 25.8554 24.6074 25.598C24.8588 25.3406 25 24.9915 25 24.6275V8.94118C25 8.57715 24.8588 8.22804 24.6074 7.97064C24.356 7.71324 24.0151 7.56863 23.6596 7.56863ZM8.34043 8.7451H10.8298V9.72549C10.8298 9.8815 10.8903 10.0311 10.998 10.1414C11.1058 10.2518 11.2519 10.3137 11.4043 10.3137C11.5566 10.3137 11.7027 10.2518 11.8105 10.1414C11.9182 10.0311 11.9787 9.8815 11.9787 9.72549V8.7451H20.0213V9.72549C20.0213 9.8815 20.0818 10.0311 20.1895 10.1414C20.2973 10.2518 20.4434 10.3137 20.5957 10.3137C20.7481 10.3137 20.8942 10.2518 21.002 10.1414C21.1097 10.0311 21.1702 9.8815 21.1702 9.72549V8.7451H23.6596C23.7104 8.7451 23.7591 8.76576 23.795 8.80253C23.8309 8.8393 23.8511 8.88917 23.8511 8.94118V12.2745H8.14894V8.94118C8.14894 8.88917 8.16911 8.8393 8.20502 8.80253C8.24093 8.76576 8.28964 8.7451 8.34043 8.7451ZM23.6596 24.8235H8.34043C8.28964 24.8235 8.24093 24.8029 8.20502 24.7661C8.16911 24.7293 8.14894 24.6795 8.14894 24.6275V13.451H23.8511V24.6275C23.8511 24.6795 23.8309 24.7293 23.795 24.7661C23.7591 24.8029 23.7104 24.8235 23.6596 24.8235Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-checked {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M27.8025 8.29877L12.1051 24.7741C11.9671 24.9188 11.7801 25 11.5851 25C11.3901 25 11.2031 24.9188 11.0651 24.7741L4.19749 17.5662C4.06751 17.4198 3.99675 17.2261 4.00011 17.0261C4.00348 16.826 4.0807 16.6351 4.21552 16.4936C4.35033 16.3521 4.53221 16.2711 4.72284 16.2675C4.91346 16.264 5.09795 16.3383 5.23744 16.4747L11.5851 23.1356L26.7626 7.20727C26.902 7.07086 27.0865 6.99659 27.2772 7.00012C27.4678 7.00365 27.6497 7.0847 27.7845 7.2262C27.9193 7.36769 27.9965 7.55859 27.9999 7.75866C28.0033 7.95873 27.9325 8.15237 27.8025 8.29877Z' fill='%23333333'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.9474 8.43653L12.2499 24.9119C12.0753 25.095 11.8363 25.1998 11.5851 25.1998C11.3339 25.1998 11.0951 25.0951 10.9205 24.912L4.04788 17.6988C3.88384 17.5141 3.79601 17.2714 3.80019 17.0225C3.80438 16.7736 3.90041 16.5342 4.07077 16.3554C4.2414 16.1763 4.47365 16.0719 4.71918 16.0674C4.96474 16.0628 5.20056 16.1586 5.37733 16.3315L5.38237 16.3364L11.5851 22.8455L26.6227 7.064C26.7995 6.89112 27.0354 6.79541 27.2809 6.79996C27.5265 6.80451 27.7587 6.90895 27.9293 7.08804C28.0997 7.26684 28.1957 7.50615 28.1999 7.7551C28.2041 8.00404 28.1162 8.24658 27.9521 8.43135L27.9474 8.43653ZM11.5851 23.1354L5.23749 16.4745C5.098 16.3381 4.91351 16.2638 4.72289 16.2673C4.53226 16.2709 4.35038 16.3519 4.21556 16.4934C4.08075 16.6349 4.00353 16.8258 4.00016 17.0259C3.9968 17.2259 4.06756 17.4196 4.19753 17.566L11.0652 24.7739C11.2031 24.9186 11.3902 24.9998 11.5851 24.9998C11.7801 24.9998 11.9672 24.9186 12.1051 24.7739L27.8026 8.29857C27.9325 8.15217 28.0033 7.95854 27.9999 7.75847C27.9966 7.55839 27.9193 7.3675 27.7845 7.226C27.6497 7.08451 27.4678 7.00346 27.2772 6.99993C27.0866 6.9964 26.9021 7.07066 26.7626 7.20708L11.5851 23.1354Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-clear {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M26.5363 6H11.1188C10.8661 6.00013 10.6178 6.07303 10.3979 6.21159C10.178 6.35015 9.9942 6.54966 9.86424 6.7907L5.08958 15.6407C5.03097 15.7492 5 15.8734 5 16C5 16.1266 5.03097 16.2508 5.08958 16.3593L9.86424 25.2093C9.9942 25.4503 10.178 25.6498 10.3979 25.7884C10.6178 25.927 10.8661 25.9999 11.1188 26H26.5363C26.9245 26 27.2968 25.8285 27.5713 25.5232C27.8458 25.2179 28 24.8038 28 24.3721V7.62791C28 7.19616 27.8458 6.78209 27.5713 6.4768C27.2968 6.17151 26.9245 6 26.5363 6ZM26.7454 24.3721C26.7454 24.4338 26.7234 24.4929 26.6842 24.5365C26.645 24.5802 26.5918 24.6047 26.5363 24.6047H11.1188C11.0825 24.6042 11.0469 24.5932 11.0156 24.5729C10.9842 24.5525 10.9582 24.5234 10.94 24.4884L6.35878 16L10.94 7.51163C10.9582 7.47665 10.9842 7.44753 11.0156 7.42714C11.0469 7.40675 11.0825 7.3958 11.1188 7.39535H26.5363C26.5918 7.39535 26.645 7.41985 26.6842 7.46346C26.7234 7.50708 26.7454 7.56623 26.7454 7.62791V24.3721ZM21.125 13.7023L19.0591 16L21.125 18.2977C21.1866 18.3615 21.2361 18.4386 21.2703 18.5241C21.3046 18.6097 21.3231 18.7021 21.3245 18.7958C21.326 18.8895 21.3105 18.9825 21.279 19.0694C21.2474 19.1563 21.2005 19.2352 21.1409 19.3014C21.0814 19.3677 21.0104 19.4199 20.9323 19.455C20.8542 19.4901 20.7705 19.5073 20.6863 19.5057C20.6021 19.504 20.519 19.4835 20.4421 19.4454C20.3651 19.4072 20.2959 19.3523 20.2384 19.2837L18.1726 16.986L16.1067 19.2837C15.9878 19.407 15.8306 19.474 15.668 19.4709C15.5055 19.4677 15.3505 19.3945 15.2356 19.2666C15.1206 19.1388 15.0548 18.9663 15.0519 18.7856C15.0491 18.6049 15.1094 18.4299 15.2202 18.2977L17.286 16L15.2202 13.7023C15.1094 13.5701 15.0491 13.3951 15.0519 13.2144C15.0548 13.0337 15.1206 12.8612 15.2356 12.7334C15.3505 12.6055 15.5055 12.5323 15.668 12.5291C15.8306 12.526 15.9878 12.593 16.1067 12.7163L18.1726 15.014L20.2384 12.7163C20.3573 12.593 20.5146 12.526 20.6771 12.5291C20.8396 12.5323 20.9947 12.6055 21.1096 12.7334C21.2246 12.8612 21.2904 13.0337 21.2933 13.2144C21.2961 13.3951 21.2358 13.5701 21.125 13.7023Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-download {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M26 18.5532V24.5106C26 24.9056 25.8431 25.2845 25.5638 25.5638C25.2845 25.8431 24.9056 26 24.5106 26H7.48936C7.09436 26 6.71553 25.8431 6.43622 25.5638C6.15691 25.2845 6 24.9056 6 24.5106V18.5532C6 18.3839 6.06725 18.2216 6.18695 18.1018C6.30666 17.9821 6.46901 17.9149 6.6383 17.9149C6.80759 17.9149 6.96994 17.9821 7.08964 18.1018C7.20935 18.2216 7.2766 18.3839 7.2766 18.5532V24.5106C7.2766 24.5671 7.29901 24.6212 7.33891 24.6611C7.37881 24.701 7.43293 24.7234 7.48936 24.7234H24.5106C24.5671 24.7234 24.6212 24.701 24.6611 24.6611C24.701 24.6212 24.7234 24.5671 24.7234 24.5106V18.5532C24.7234 18.3839 24.7907 18.2216 24.9104 18.1018C25.0301 17.9821 25.1924 17.9149 25.3617 17.9149C25.531 17.9149 25.6933 17.9821 25.813 18.1018C25.9328 18.2216 26 18.3839 26 18.5532ZM15.5489 19.0043C15.6686 19.1238 15.8309 19.1909 16 19.1909C16.1691 19.1909 16.3314 19.1238 16.4511 19.0043L20.7064 14.7489C20.8191 14.6279 20.8805 14.4679 20.8776 14.3025C20.8747 14.1372 20.8077 13.9794 20.6907 13.8625C20.5738 13.7455 20.416 13.6785 20.2507 13.6756C20.0853 13.6727 19.9253 13.7341 19.8043 13.8468L16.6383 17.0117V6.6383C16.6383 6.46901 16.571 6.30666 16.4513 6.18695C16.3316 6.06725 16.1693 6 16 6C15.8307 6 15.6684 6.06725 15.5487 6.18695C15.429 6.30666 15.3617 6.46901 15.3617 6.6383V17.0117L12.1957 13.8468C12.0747 13.7341 11.9147 13.6727 11.7493 13.6756C11.584 13.6785 11.4262 13.7455 11.3093 13.8625C11.1923 13.9794 11.1253 14.1372 11.1224 14.3025C11.1195 14.4679 11.1809 14.6279 11.2936 14.7489L15.5489 19.0043Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-star-empty {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M30.9017 11.9238C30.7891 11.5649 30.5721 11.2481 30.2786 11.014C29.9851 10.7799 29.6285 10.6393 29.2547 10.6102L21.1479 9.9069C21.0989 9.90207 21.0521 9.88399 21.0125 9.8546C20.9729 9.8252 20.9419 9.78559 20.923 9.73997L17.7558 2.16488C17.6091 1.81932 17.3645 1.52465 17.0522 1.31754C16.74 1.11042 16.374 1 15.9997 1C15.6255 1 15.2595 1.11042 14.9473 1.31754C14.635 1.52465 14.3904 1.81932 14.2437 2.16488L11.0765 9.73997C11.0575 9.78559 11.0266 9.8252 10.987 9.8546C10.9474 9.88399 10.9006 9.90207 10.8515 9.9069L2.74477 10.6102C2.37099 10.6393 2.01441 10.7799 1.72091 11.014C1.4274 11.2481 1.21039 11.5649 1.09779 11.9238C0.978531 12.2832 0.968114 12.67 1.06785 13.0354C1.16759 13.4007 1.37301 13.7281 1.65814 13.9763L7.80844 19.3607C7.8461 19.3943 7.87407 19.4374 7.88942 19.4855C7.90477 19.5337 7.90694 19.5851 7.8957 19.6344L6.04693 27.6405C5.96075 28.0091 5.98533 28.3951 6.11758 28.7497C6.24983 29.1042 6.48382 29.4116 6.78998 29.6328C7.09139 29.856 7.45255 29.9834 7.82683 29.9985C8.2011 30.0136 8.5713 29.9158 8.88961 29.7176L15.8579 25.4758C15.8989 25.4503 15.9461 25.4369 15.9943 25.4369C16.0425 25.4369 16.0897 25.4503 16.1306 25.4758L23.099 29.7176C23.4206 29.9152 23.7933 30.0128 24.1702 29.998C24.547 29.9833 24.911 29.8568 25.2163 29.6346C25.5215 29.4124 25.7544 29.1044 25.8854 28.7495C26.0165 28.3946 26.0398 28.0087 25.9526 27.6405L24.1092 19.6316C24.098 19.5824 24.1002 19.531 24.1155 19.4828C24.1309 19.4347 24.1588 19.3915 24.1965 19.358L30.3468 13.9736C30.6304 13.725 30.8345 13.3977 30.9332 13.033C31.032 12.6682 31.021 12.2823 30.9017 11.9238Z' fill='%23CCCCCC'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-star-half {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M30.9017 11.9238C30.7891 11.5649 30.5721 11.2481 30.2786 11.014C29.9851 10.7799 29.6285 10.6393 29.2547 10.6102L21.1479 9.9069C21.0989 9.90207 21.0521 9.88399 21.0125 9.8546C20.9729 9.8252 20.9419 9.78559 20.923 9.73997L17.7558 2.16488C17.6091 1.81932 17.3645 1.52465 17.0522 1.31754C16.74 1.11042 16.374 1 15.9997 1C15.6255 1 15.2595 1.11042 14.9473 1.31754C14.635 1.52465 14.3904 1.81932 14.2437 2.16488L11.0765 9.73997C11.0575 9.78559 11.0266 9.8252 10.987 9.8546C10.9474 9.88399 10.9006 9.90207 10.8515 9.9069L2.74477 10.6102C2.37099 10.6393 2.01441 10.7799 1.72091 11.014C1.4274 11.2481 1.21039 11.5649 1.09779 11.9238C0.978531 12.2832 0.968114 12.67 1.06785 13.0354C1.16759 13.4007 1.37301 13.7281 1.65814 13.9763L7.80844 19.3607C7.8461 19.3943 7.87407 19.4374 7.88942 19.4855C7.90477 19.5337 7.90694 19.5851 7.8957 19.6344L6.04693 27.6405C5.96075 28.0091 5.98533 28.3951 6.11758 28.7497C6.24983 29.1042 6.48382 29.4116 6.78998 29.6328C7.09139 29.856 7.45255 29.9834 7.82683 29.9985C8.2011 30.0136 8.5713 29.9158 8.88961 29.7176L15.8579 25.4758C15.8989 25.4503 15.9461 25.4369 15.9943 25.4369C16.0425 25.4369 16.0897 25.4503 16.1306 25.4758L23.099 29.7176C23.4206 29.9152 23.7933 30.0128 24.1702 29.998C24.547 29.9833 24.911 29.8568 25.2163 29.6346C25.5215 29.4124 25.7544 29.1044 25.8854 28.7495C26.0165 28.3946 26.0398 28.0087 25.9526 27.6405L24.1092 19.6316C24.098 19.5824 24.1002 19.531 24.1155 19.4828C24.1309 19.4347 24.1588 19.3915 24.1965 19.358L30.3468 13.9736C30.6304 13.725 30.8345 13.3977 30.9332 13.033C31.032 12.6682 31.021 12.2823 30.9017 11.9238Z' fill='url(%23paint0_linear_16_3874)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_16_3874' x1='16' y1='15.5234' x2='16.0484' y2='15.5234' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23B68BBE'/%3e%3cstop offset='1' stop-color='%23CCCCCC'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-star-full {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M30.9017 11.9238C30.7891 11.5649 30.5721 11.2481 30.2786 11.014C29.9851 10.7799 29.6285 10.6393 29.2547 10.6102L21.1479 9.9069C21.0989 9.90207 21.0521 9.88399 21.0125 9.8546C20.9729 9.8252 20.9419 9.78559 20.923 9.73997L17.7558 2.16488C17.6091 1.81932 17.3644 1.52465 17.0522 1.31754C16.74 1.11042 16.374 1 15.9997 1C15.6255 1 15.2595 1.11042 14.9473 1.31754C14.635 1.52465 14.3904 1.81932 14.2437 2.16488L11.0765 9.73997C11.0575 9.78559 11.0266 9.8252 10.987 9.8546C10.9474 9.88399 10.9006 9.90207 10.8515 9.9069L2.74477 10.6102C2.37099 10.6393 2.01441 10.7799 1.72091 11.014C1.4274 11.2481 1.21039 11.5649 1.09779 11.9238C0.978531 12.2832 0.968114 12.67 1.06785 13.0354C1.16759 13.4007 1.37301 13.7281 1.65814 13.9763L7.80844 19.3607C7.8461 19.3943 7.87407 19.4374 7.88942 19.4855C7.90477 19.5337 7.90694 19.5851 7.89569 19.6344L6.04693 27.6405C5.96075 28.0091 5.98533 28.3951 6.11758 28.7497C6.24983 29.1042 6.48382 29.4116 6.78998 29.6328C7.09139 29.856 7.45255 29.9834 7.82683 29.9985C8.2011 30.0136 8.5713 29.9158 8.88961 29.7176L15.8579 25.4758C15.8989 25.4503 15.9461 25.4369 15.9943 25.4369C16.0425 25.4369 16.0897 25.4503 16.1306 25.4758L23.099 29.7176C23.4206 29.9152 23.7933 30.0128 24.1702 29.998C24.547 29.9833 24.911 29.8568 25.2163 29.6346C25.5215 29.4124 25.7544 29.1044 25.8854 28.7495C26.0165 28.3946 26.0398 28.0087 25.9526 27.6405L24.1092 19.6316C24.098 19.5824 24.1002 19.531 24.1155 19.4828C24.1309 19.4347 24.1588 19.3915 24.1965 19.358L30.3468 13.9736C30.6304 13.725 30.8345 13.3977 30.9332 13.033C31.032 12.6682 31.021 12.2823 30.9017 11.9238Z' fill='%23B68BBE'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-marker {background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='Icon / Marker / Default'%3e%3cpath id='Path' d='M16 0C10.4714 0 6 5.008 6 11.2C6 17.5519 11.7181 26.191 14.5064 30.0262C15.2563 31.0577 16.7437 31.0577 17.4936 30.0262C20.2819 26.191 26 17.5519 26 11.2C26 5.008 21.5286 0 16 0Z' fill='%23333333'/%3e%3c/g%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-marker-success {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M16 0C10.4714 0 6 5.008 6 11.2C6 17.5519 11.7181 26.191 14.5064 30.0262C15.2563 31.0577 16.7437 31.0577 17.4936 30.0262C20.2819 26.191 26 17.5519 26 11.2C26 5.008 21.5286 0 16 0Z' fill='%233F9C35'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-marker-error {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M16 0C10.4714 0 6 5.008 6 11.2C6 17.5519 11.7181 26.191 14.5064 30.0262C15.2563 31.0577 16.7437 31.0577 17.4936 30.0262C20.2819 26.191 26 17.5519 26 11.2C26 5.008 21.5286 0 16 0Z' fill='%23F14244'/%3e%3c/svg%3e ");}
body .rdc-icon-svg.rdc-icon-clustering {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3ccircle cx='16' cy='16' r='16' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-microphone {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M16.5 20.1818C17.6726 20.1804 18.7967 19.7393 19.6259 18.9554C20.4551 18.1715 20.9216 17.1086 20.9231 16V10.1818C20.9231 9.07273 20.4571 8.00907 19.6276 7.22483C18.7981 6.44058 17.6731 6 16.5 6C15.3269 6 14.2019 6.44058 13.3724 7.22483C12.5429 8.00907 12.0769 9.07273 12.0769 10.1818V16C12.0784 17.1086 12.5449 18.1715 13.3741 18.9554C14.2033 19.7393 15.3274 20.1804 16.5 20.1818ZM13.2308 10.1818C13.2308 9.36206 13.5752 8.57587 14.1883 7.99622C14.8014 7.41656 15.6329 7.09091 16.5 7.09091C17.3671 7.09091 18.1986 7.41656 18.8117 7.99622C19.4248 8.57587 19.7692 9.36206 19.7692 10.1818V16C19.7692 16.8198 19.4248 17.6059 18.8117 18.1856C18.1986 18.7653 17.3671 19.0909 16.5 19.0909C15.6329 19.0909 14.8014 18.7653 14.1883 18.1856C13.5752 17.6059 13.2308 16.8198 13.2308 16V10.1818ZM17.0769 23.0682V25.4545C17.0769 25.5992 17.0161 25.7379 16.9079 25.8402C16.7998 25.9425 16.653 26 16.5 26C16.347 26 16.2002 25.9425 16.0921 25.8402C15.9839 25.7379 15.9231 25.5992 15.9231 25.4545V23.0682C14.0405 22.9289 12.2825 22.1242 10.9994 20.8142C9.71637 19.5043 9.00247 17.7854 9 16C9 15.8553 9.06078 15.7166 9.16898 15.6143C9.27717 15.512 9.42391 15.4545 9.57692 15.4545C9.72993 15.4545 9.87668 15.512 9.98487 15.6143C10.0931 15.7166 10.1538 15.8553 10.1538 16C10.1538 17.5913 10.8225 19.1174 12.0126 20.2426C13.2027 21.3679 14.8169 22 16.5 22C18.1831 22 19.7973 21.3679 20.9874 20.2426C22.1775 19.1174 22.8462 17.5913 22.8462 16C22.8462 15.8553 22.9069 15.7166 23.0151 15.6143C23.1233 15.512 23.2701 15.4545 23.4231 15.4545C23.5761 15.4545 23.7228 15.512 23.831 15.6143C23.9392 15.7166 24 15.8553 24 16C23.9975 17.7854 23.2836 19.5043 22.0006 20.8142C20.7175 22.1242 18.9595 22.9289 17.0769 23.0682Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-nomicrophone {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M23.8634 23.6364L9.88105 7.63659C9.78506 7.5439 9.6592 7.49194 9.52824 7.49093C9.39727 7.48992 9.27069 7.53993 9.17338 7.63112C9.07608 7.72231 9.0151 7.84808 9.00245 7.98368C8.9898 8.11928 9.02639 8.2549 9.10503 8.36385L12.4643 12.2111V16.0001C12.4643 16.7638 12.6654 17.5128 13.0456 18.166C13.4258 18.8192 13.9708 19.3517 14.6213 19.7056C15.2718 20.0595 16.003 20.2213 16.7357 20.1735C17.4683 20.1258 18.1744 19.8702 18.7773 19.4346L19.9597 20.7882C19.1036 21.4607 18.0843 21.8714 17.0161 21.9743C15.948 22.0772 14.8734 21.8682 13.9132 21.3708C12.953 20.8734 12.1451 20.1073 11.5804 19.1585C11.0157 18.2098 10.7165 17.116 10.7165 16.0001C10.7165 15.8555 10.6613 15.7167 10.5629 15.6144C10.4646 15.5121 10.3312 15.4547 10.1922 15.4547C10.0531 15.4547 9.91972 15.5121 9.82139 15.6144C9.72306 15.7167 9.66782 15.8555 9.66782 16.0001C9.67006 17.7855 10.3189 19.5044 11.485 20.8143C12.6511 22.1242 14.2489 22.929 15.9599 23.0682V25.4546C15.9599 25.5992 16.0151 25.738 16.1135 25.8402C16.2118 25.9425 16.3452 26 16.4842 26C16.6233 26 16.7567 25.9425 16.855 25.8402C16.9533 25.738 17.0086 25.5992 17.0086 25.4546V23.0682C18.3405 22.963 19.613 22.4513 20.6667 21.5973L23.0874 24.3637C23.181 24.4707 23.3117 24.5347 23.4507 24.5415C23.5897 24.5483 23.7256 24.4974 23.8285 24.4C23.9314 24.3026 23.9929 24.1667 23.9994 24.0221C24.006 23.8775 23.9571 23.7362 23.8634 23.6291V23.6364ZM16.4842 19.091C15.6962 19.091 14.9404 18.7653 14.3832 18.1857C13.826 17.606 13.513 16.8199 13.513 16.0001V13.4111L18.0634 18.6183C17.5903 18.9275 17.0429 19.0914 16.4842 19.091ZM13.0638 7.98476C13.5234 7.21048 14.2132 6.61328 15.0286 6.28377C15.844 5.95427 16.7405 5.91045 17.582 6.15896C18.4236 6.40747 19.1642 6.93476 19.6915 7.6608C20.2189 8.38684 20.5042 9.27202 20.5042 10.182V15.6756C20.5042 15.8202 20.4489 15.959 20.3506 16.0613C20.2522 16.1636 20.1189 16.221 19.9798 16.221C19.8407 16.221 19.7074 16.1636 19.609 16.0613C19.5107 15.959 19.4555 15.8202 19.4555 15.6756V10.182C19.4557 9.50916 19.2449 8.85459 18.8551 8.3177C18.4652 7.78082 17.9176 7.39093 17.2953 7.20725C16.6731 7.02357 16.0102 7.05614 15.4074 7.29999C14.8045 7.54385 14.2947 7.98568 13.9552 8.55839C13.9201 8.62173 13.8732 8.67709 13.8172 8.72119C13.7611 8.76529 13.6972 8.79723 13.6291 8.81511C13.5609 8.83299 13.4901 8.83645 13.4206 8.82528C13.3512 8.81412 13.2846 8.78855 13.2249 8.7501C13.1652 8.71166 13.1134 8.66111 13.0728 8.60147C13.0322 8.54183 13.0036 8.47431 12.9886 8.40292C12.9735 8.33154 12.9724 8.25773 12.9854 8.1859C12.9983 8.11407 13.025 8.04567 13.0638 7.98476ZM21.8587 18.1819C22.12 17.4867 22.2534 16.7466 22.2519 16.0001C22.2519 15.8555 22.3072 15.7167 22.4055 15.6144C22.5039 15.5121 22.6372 15.4547 22.7763 15.4547C22.9153 15.4547 23.0487 15.5121 23.147 15.6144C23.2454 15.7167 23.3006 15.8555 23.3006 16.0001C23.302 16.8825 23.1443 17.7573 22.8357 18.5792C22.7974 18.6815 22.7302 18.7694 22.643 18.8313C22.5559 18.8933 22.4528 18.9265 22.3472 18.9264C22.2618 18.9265 22.1777 18.9049 22.1021 18.8634C22.0266 18.8219 21.9619 18.7619 21.9138 18.6885C21.8656 18.6151 21.8354 18.5306 21.8258 18.4423C21.8162 18.354 21.8275 18.2646 21.8587 18.1819Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-payment {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M26.5364 8H6.46364C6.07546 8 5.70317 8.15128 5.42869 8.42056C5.1542 8.68985 5 9.05507 5 9.4359V22.5641C5 22.9449 5.1542 23.3102 5.42869 23.5794C5.70317 23.8487 6.07546 24 6.46364 24H26.5364C26.9245 24 27.2968 23.8487 27.5713 23.5794C27.8458 23.3102 28 22.9449 28 22.5641V9.4359C28 9.05507 27.8458 8.68985 27.5713 8.42056C27.2968 8.15128 26.9245 8 26.5364 8ZM6.46364 9.23077H26.5364C26.5918 9.23077 26.645 9.25238 26.6842 9.29085C26.7234 9.32932 26.7455 9.38149 26.7455 9.4359V12.1026H6.25455V9.4359C6.25455 9.38149 6.27657 9.32932 6.31579 9.29085C6.355 9.25238 6.40818 9.23077 6.46364 9.23077ZM26.5364 22.7692H6.46364C6.40818 22.7692 6.355 22.7476 6.31579 22.7092C6.27657 22.6707 6.25455 22.6185 6.25455 22.5641V13.3333H26.7455V22.5641C26.7455 22.6185 26.7234 22.6707 26.6842 22.7092C26.645 22.7476 26.5918 22.7692 26.5364 22.7692ZM24.6545 20.1026C24.6545 20.2658 24.5885 20.4223 24.4708 20.5377C24.3532 20.6531 24.1936 20.7179 24.0273 20.7179H20.6818C20.5155 20.7179 20.3559 20.6531 20.2383 20.5377C20.1206 20.4223 20.0545 20.2658 20.0545 20.1026C20.0545 19.9394 20.1206 19.7828 20.2383 19.6674C20.3559 19.552 20.5155 19.4872 20.6818 19.4872H24.0273C24.1936 19.4872 24.3532 19.552 24.4708 19.6674C24.5885 19.7828 24.6545 19.9394 24.6545 20.1026ZM17.9636 20.1026C17.9636 20.2658 17.8975 20.4223 17.7799 20.5377C17.6623 20.6531 17.5027 20.7179 17.3364 20.7179H15.6636C15.4973 20.7179 15.3377 20.6531 15.2201 20.5377C15.1025 20.4223 15.0364 20.2658 15.0364 20.1026C15.0364 19.9394 15.1025 19.7828 15.2201 19.6674C15.3377 19.552 15.4973 19.4872 15.6636 19.4872H17.3364C17.5027 19.4872 17.6623 19.552 17.7799 19.6674C17.8975 19.7828 17.9636 19.9394 17.9636 20.1026Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-secure {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M24.5851 6H8.41489C8.03964 6 7.67976 6.15053 7.41441 6.41846C7.14907 6.6864 7 7.0498 7 7.42872V13.4263C7 22.4313 14.5474 25.4193 16.0604 25.9265C16.3454 26.0245 16.6546 26.0245 16.9396 25.9265C18.4556 25.4163 26 22.4313 26 13.4263V7.42872C26 7.0498 25.8509 6.6864 25.5856 6.41846C25.3202 6.15053 24.9604 6 24.5851 6ZM24.7872 13.4283C24.7872 21.5924 17.9311 24.3059 16.5566 24.7662C16.5202 24.7804 16.4798 24.7804 16.4434 24.7662C15.0689 24.3059 8.21277 21.5924 8.21277 13.4283V7.42872C8.21277 7.37459 8.23406 7.32267 8.27197 7.28439C8.30987 7.24612 8.36129 7.22461 8.41489 7.22461H24.5851C24.6387 7.22461 24.6901 7.24612 24.728 7.28439C24.7659 7.32267 24.7872 7.37459 24.7872 7.42872V13.4283ZM20.9711 11.8975C21.0846 12.0123 21.1484 12.168 21.1484 12.3302C21.1484 12.4925 21.0846 12.6481 20.9711 12.7629L15.3115 18.4778C15.1978 18.5925 15.0437 18.6569 14.883 18.6569C14.7223 18.6569 14.5682 18.5925 14.4545 18.4778L12.0289 16.0286C11.9218 15.9125 11.8635 15.759 11.8663 15.6003C11.8691 15.4417 11.9327 15.2904 12.0438 15.1782C12.1549 15.066 12.3048 15.0017 12.4619 14.9989C12.619 14.9961 12.771 15.055 12.886 15.1632L14.883 17.1756L20.114 11.8945C20.2277 11.7798 20.3819 11.7154 20.5426 11.7154C20.7032 11.7154 20.8574 11.7798 20.9711 11.8945V11.8975Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-shipping {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M28.9545 14.1956L27.4714 10.5682C27.3622 10.2984 27.1723 10.067 26.9267 9.90431C26.681 9.74162 26.3909 9.65514 26.0943 9.65616H22.2203V8.62184C22.2203 8.45692 22.1534 8.29875 22.0342 8.18213C21.915 8.06551 21.7533 8 21.5847 8H5.48305C5.08972 8 4.7125 8.15287 4.43438 8.42497C4.15625 8.69708 4 9.06614 4 9.45095V21.0586C4 21.4434 4.15625 21.8125 4.43438 22.0846C4.7125 22.3567 5.08972 22.5095 5.48305 22.5095H7.45339C7.59927 23.2124 7.98902 23.8443 8.55662 24.2982C9.12421 24.7521 9.83473 25 10.5678 25C11.3009 25 12.0114 24.7521 12.579 24.2982C13.1466 23.8443 13.5363 23.2124 13.6822 22.5095H19.3178C19.4637 23.2124 19.8534 23.8443 20.421 24.2982C20.9886 24.7521 21.6991 25 22.4322 25C23.1653 25 23.8758 24.7521 24.4434 24.2982C25.011 23.8443 25.4007 23.2124 25.5466 22.5095H27.517C27.9103 22.5095 28.2875 22.3567 28.5656 22.0846C28.8438 21.8125 29 21.4434 29 21.0586V14.4257C28.9999 14.3468 28.9844 14.2687 28.9545 14.1956ZM22.2203 10.9019H26.0953C26.1378 10.9019 26.1792 10.9143 26.2144 10.9376C26.2495 10.9609 26.2767 10.9939 26.2924 11.0325L27.4258 13.8038H22.2203V10.9019ZM5.27119 9.45095C5.27119 9.39598 5.29351 9.34326 5.33324 9.30438C5.37297 9.26551 5.42686 9.24367 5.48305 9.24367H20.9492V16.2912H5.27119V9.45095ZM10.5678 23.7532C10.1907 23.7532 9.82202 23.6438 9.50845 23.4388C9.19488 23.2338 8.95048 22.9425 8.80616 22.6016C8.66184 22.2607 8.62408 21.8856 8.69766 21.5238C8.77123 21.1619 8.95283 20.8295 9.2195 20.5686C9.48617 20.3077 9.82592 20.13 10.1958 20.058C10.5657 19.986 10.9491 20.023 11.2975 20.1642C11.6459 20.3054 11.9437 20.5445 12.1532 20.8513C12.3627 21.1581 12.4746 21.5187 12.4746 21.8877C12.4746 22.3825 12.2737 22.857 11.9161 23.2068C11.5585 23.5567 11.0735 23.7532 10.5678 23.7532ZM19.3178 21.2659H13.6822C13.5363 20.563 13.1466 19.9311 12.579 19.4772C12.0114 19.0233 11.3009 18.7754 10.5678 18.7754C9.83473 18.7754 9.12421 19.0233 8.55662 19.4772C7.98902 19.9311 7.59927 20.563 7.45339 21.2659H5.48305C5.42686 21.2659 5.37297 21.244 5.33324 21.2051C5.29351 21.1663 5.27119 21.1136 5.27119 21.0586V17.5348H20.9492V19.1392C20.5339 19.3542 20.1723 19.6563 19.8903 20.024C19.6083 20.3916 19.4128 20.8157 19.3178 21.2659ZM22.4322 23.7532C22.0551 23.7532 21.6864 23.6438 21.3729 23.4388C21.0593 23.2338 20.8149 22.9425 20.6706 22.6016C20.5262 22.2607 20.4885 21.8856 20.5621 21.5238C20.6356 21.1619 20.8172 20.8295 21.0839 20.5686C21.3506 20.3077 21.6903 20.13 22.0602 20.058C22.4301 19.986 22.8135 20.023 23.1619 20.1642C23.5103 20.3054 23.8081 20.5445 24.0176 20.8513C24.2272 21.1581 24.339 21.5187 24.339 21.8877C24.339 22.3825 24.1381 22.857 23.7805 23.2068C23.4229 23.5567 22.9379 23.7532 22.4322 23.7532ZM27.7288 21.0586C27.7288 21.1136 27.7065 21.1663 27.6668 21.2051C27.627 21.244 27.5731 21.2659 27.517 21.2659H25.5466C25.3992 20.564 25.0089 19.9334 24.4416 19.4803C23.8742 19.0272 23.1646 18.7793 22.4322 18.7785C22.3612 18.7785 22.2903 18.7785 22.2203 18.7858V15.0475H27.7288V21.0586Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-exchange {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M27 18.506C26.998 20.2277 26.2929 21.8784 25.0394 23.0958C23.7859 24.3132 22.0863 24.9981 20.3136 25H10.8231C10.6515 25 10.4869 24.9338 10.3656 24.8159C10.2442 24.6981 10.176 24.5382 10.176 24.3715C10.176 24.2049 10.2442 24.045 10.3656 23.9272C10.4869 23.8093 10.6515 23.7431 10.8231 23.7431H20.3136C21.7437 23.7431 23.1152 23.1913 24.1265 22.2092C25.1377 21.227 25.7058 19.8949 25.7058 18.506C25.7058 17.117 25.1377 15.7849 24.1265 14.8028C23.1152 13.8206 21.7437 13.2689 20.3136 13.2689H7.20919L11.2804 17.2239C11.344 17.2815 11.3949 17.3508 11.4303 17.4279C11.4657 17.505 11.4847 17.5882 11.4862 17.6726C11.4878 17.757 11.4718 17.8408 11.4392 17.9191C11.4067 17.9973 11.3582 18.0684 11.2968 18.1281C11.2354 18.1878 11.1622 18.2348 11.0816 18.2664C11.001 18.298 10.9147 18.3136 10.8278 18.3121C10.741 18.3106 10.6553 18.2921 10.5759 18.2578C10.4965 18.2234 10.4251 18.1739 10.3658 18.1121L5.18924 13.0845C5.06806 12.9667 5 12.8069 5 12.6404C5 12.4739 5.06806 12.3141 5.18924 12.1963L10.3658 7.16867C10.4885 7.05766 10.6507 6.99723 10.8184 7.0001C10.986 7.00297 11.146 7.06893 11.2645 7.18407C11.3831 7.29921 11.451 7.45455 11.4539 7.61737C11.4569 7.78018 11.3947 7.93775 11.2804 8.05688L7.20919 12.012H20.3136C22.0863 12.0139 23.7859 12.6987 25.0394 13.9162C26.2929 15.1336 26.998 16.7843 27 18.506Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-copy {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M21.9574 9.40426H6.6383C6.46901 9.40426 6.30666 9.4715 6.18695 9.59121C6.06725 9.71091 6 9.87327 6 10.0426V25.3617C6 25.531 6.06725 25.6933 6.18695 25.813C6.30666 25.9328 6.46901 26 6.6383 26H21.9574C22.1267 26 22.2891 25.9328 22.4088 25.813C22.5285 25.6933 22.5957 25.531 22.5957 25.3617V10.0426C22.5957 9.87327 22.5285 9.71091 22.4088 9.59121C22.2891 9.4715 22.1267 9.40426 21.9574 9.40426ZM21.3191 24.7234H7.2766V10.6809H21.3191V24.7234ZM26 6.6383V21.9574C26 22.1267 25.9328 22.2891 25.813 22.4088C25.6933 22.5285 25.531 22.5957 25.3617 22.5957C25.1924 22.5957 25.0301 22.5285 24.9104 22.4088C24.7907 22.2891 24.7234 22.1267 24.7234 21.9574V7.2766H10.0426C9.87327 7.2766 9.71091 7.20935 9.59121 7.08964C9.4715 6.96994 9.40426 6.80759 9.40426 6.6383C9.40426 6.46901 9.4715 6.30666 9.59121 6.18695C9.71091 6.06725 9.87327 6 10.0426 6H25.3617C25.531 6 25.6933 6.06725 25.813 6.18695C25.9328 6.30666 26 6.46901 26 6.6383Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-points{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M16.4483 7.33631L17.106 9.57091C17.5471 11.0699 17.8951 11.8951 19 13C20.1049 14.1049 20.9315 14.4543 22.4305 14.8954L24.6651 15.5531C25.1116 15.6839 25.1116 16.3173 24.6651 16.449L22.4296 17.1067C20.9307 17.548 20.1047 17.8951 19 19C17.8953 20.1049 17.547 20.9323 17.106 22.4312L16.4483 24.6658C16.3166 25.1123 15.6832 25.1123 15.5515 24.6658L14.8938 22.4303C14.4526 20.9315 14.1047 20.1047 13 19C11.8953 17.8953 11.0689 17.5479 9.57021 17.1067L7.33561 16.449C6.88813 16.3182 6.88813 15.6848 7.33561 15.5522L9.57021 14.8945C11.0691 14.4534 11.8951 14.1047 13 13C14.1049 11.8953 14.4534 11.0698 14.8947 9.57091L15.5515 7.33631C15.5798 7.23929 15.6388 7.15406 15.7196 7.09342C15.8005 7.03278 15.8988 7 15.9999 7C16.1009 7 16.1993 7.03278 16.2801 7.09342C16.361 7.15406 16.42 7.23929 16.4483 7.33631Z' fill='%23B68BBE'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-gift{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M24.6275 11.7152H20.5824C20.7899 11.5796 20.9867 11.4267 21.1706 11.2581C21.448 11.0009 21.6714 10.6869 21.8269 10.3358C21.9824 9.98469 22.0667 9.60397 22.0745 9.21742C22.0865 8.79219 22.015 8.36889 21.8644 7.97343C21.7137 7.57798 21.487 7.2187 21.1983 6.9176C20.9095 6.61651 20.5648 6.37993 20.1851 6.22237C19.8054 6.06481 19.3988 5.98959 18.9902 6.0013C18.6188 6.0094 18.253 6.09712 17.9156 6.25898C17.5782 6.42085 17.2765 6.65338 17.0294 6.94205C16.5753 7.49982 16.2261 8.14156 16 8.83377C15.7744 8.14208 15.4259 7.5007 14.9725 6.94307C14.7253 6.65397 14.4233 6.4211 14.0856 6.25905C13.7479 6.09699 13.3816 6.00925 13.0098 6.0013C12.601 5.98903 12.194 6.06381 11.814 6.22105C11.4339 6.37829 11.0887 6.61469 10.7995 6.91573C10.5103 7.21678 10.2833 7.57613 10.1323 7.97174C9.98137 8.36736 9.90965 8.7909 9.92157 9.2164C9.92935 9.60294 10.0136 9.98367 10.1692 10.3348C10.3247 10.6859 10.5481 10.9999 10.8255 11.2571C11.0092 11.4259 11.206 11.5788 11.4137 11.7142H7.37255C7.19222 11.7142 7.01366 11.7512 6.84707 11.823C6.68048 11.8949 6.52913 12.0002 6.40166 12.1329C6.2742 12.2657 6.17312 12.4233 6.1042 12.5967C6.03528 12.7702 5.99987 12.956 6 13.1437V16.4088C6 16.7876 6.14461 17.151 6.40201 17.4189C6.65941 17.6868 7.00853 17.8373 7.37255 17.8373H7.56863V24.5715C7.56863 24.9504 7.71324 25.3137 7.97064 25.5816C8.22804 25.8495 8.57715 26 8.94118 26H23.0588C23.4228 26 23.772 25.8495 24.0294 25.5816C24.2868 25.3137 24.4314 24.9504 24.4314 24.5715V17.8373H24.6275C24.9915 17.8373 25.3406 17.6868 25.598 17.4189C25.8554 17.151 26 16.7876 26 16.4088V13.1437C26 12.7648 25.8554 12.4015 25.598 12.1336C25.3406 11.8657 24.9915 11.7152 24.6275 11.7152ZM16.7618 10.5928C16.9824 9.35618 17.3784 8.37359 17.9078 7.75119C18.0495 7.58846 18.2219 7.45783 18.4141 7.36743C18.6064 7.27702 18.8145 7.22878 19.0255 7.22571H19.0794C19.3233 7.22574 19.5647 7.27669 19.7894 7.37556C20.014 7.47442 20.2174 7.61918 20.3873 7.80128C20.5572 7.98337 20.6903 8.19909 20.7787 8.43568C20.8671 8.67227 20.909 8.9249 20.902 9.17864C20.8986 9.39844 20.8518 9.61516 20.7644 9.81529C20.6771 10.0154 20.551 10.1947 20.3941 10.3418C19.3431 11.3071 17.5608 11.5958 16.6216 11.6795C16.6461 11.3846 16.6863 11.0091 16.7618 10.5928ZM11.6324 7.7818C11.9745 7.42695 12.4375 7.2271 12.9206 7.22571H12.9745C13.1857 7.22917 13.3939 7.27789 13.5862 7.36883C13.7785 7.45976 13.9507 7.59096 14.0922 7.75425C15.0196 8.84805 15.2971 10.703 15.3775 11.6805C15.0941 11.655 14.7333 11.6111 14.3373 11.5346C13.149 11.3071 12.2049 10.8928 11.6069 10.3408C11.4497 10.194 11.3234 10.015 11.2359 9.81501C11.1483 9.61503 11.1014 9.39838 11.098 9.17864C11.0913 8.92025 11.1352 8.66313 11.227 8.42297C11.3189 8.18281 11.4568 7.96465 11.6324 7.7818ZM7.17647 16.4088V13.1437C7.17647 13.0896 7.19713 13.0377 7.2339 12.9994C7.27067 12.9611 7.32055 12.9396 7.37255 12.9396H15.4118V16.6129H7.37255C7.32055 16.6129 7.27067 16.5914 7.2339 16.5531C7.19713 16.5148 7.17647 16.4629 7.17647 16.4088ZM8.7451 24.5715V17.8373H15.4118V24.7756H8.94118C8.88917 24.7756 8.8393 24.7541 8.80253 24.7158C8.76576 24.6775 8.7451 24.6256 8.7451 24.5715ZM23.2549 24.5715C23.2549 24.6256 23.2342 24.6775 23.1975 24.7158C23.1607 24.7541 23.1108 24.7756 23.0588 24.7756H16.5882V17.8373H23.2549V24.5715ZM24.8235 16.4088C24.8235 16.4629 24.8029 16.5148 24.7661 16.5531C24.7293 16.5914 24.6795 16.6129 24.6275 16.6129H16.5882V12.9396H24.6275C24.6795 12.9396 24.7293 12.9611 24.7661 12.9994C24.8029 13.0377 24.8235 13.0896 24.8235 13.1437V16.4088Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-home{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M25.5422 14.0857L17.4571 6.38162L17.448 6.37345C17.1882 6.13324 16.8487 6 16.4965 6C16.1442 6 15.8047 6.13324 15.545 6.37345L15.5359 6.38162L7.45076 14.0857C7.30775 14.2201 7.19387 14.383 7.1163 14.5641C7.03872 14.7451 6.99913 14.9405 7.00001 15.1377V24.5714C7.00001 24.9503 7.14908 25.3137 7.41443 25.5816C7.67977 25.8495 8.03965 26 8.41491 26H13.266C13.6412 26 14.0011 25.8495 14.2664 25.5816C14.5318 25.3137 14.6809 24.9503 14.6809 24.5714V19.6735C14.6809 19.6193 14.7022 19.5674 14.7401 19.5292C14.778 19.4909 14.8294 19.4694 14.883 19.4694H18.117C18.1706 19.4694 18.222 19.4909 18.26 19.5292C18.2979 19.5674 18.3192 19.6193 18.3192 19.6735V24.5714C18.3192 24.9503 18.4682 25.3137 18.7336 25.5816C18.9989 25.8495 19.3588 26 19.734 26H24.5851C24.9604 26 25.3202 25.8495 25.5856 25.5816C25.8509 25.3137 26 24.9503 26 24.5714V15.1377C26 14.9399 25.9593 14.7443 25.8805 14.5632C25.8017 14.3821 25.6865 14.2195 25.5422 14.0857ZM24.7872 24.5714C24.7872 24.6256 24.7659 24.6775 24.728 24.7157C24.6901 24.754 24.6387 24.7755 24.5851 24.7755H19.734C19.6804 24.7755 19.629 24.754 19.5911 24.7157C19.5532 24.6775 19.5319 24.6256 19.5319 24.5714V19.6735C19.5319 19.2946 19.3829 18.9312 19.1175 18.6633C18.8522 18.3954 18.4923 18.2449 18.117 18.2449H14.883C14.5077 18.2449 14.1479 18.3954 13.8825 18.6633C13.6172 18.9312 13.4681 19.2946 13.4681 19.6735V24.5714C13.4681 24.6256 13.4468 24.6775 13.4089 24.7157C13.371 24.754 13.3196 24.7755 13.266 24.7755H8.41491C8.3613 24.7755 8.30989 24.754 8.27198 24.7157C8.23408 24.6775 8.21278 24.6256 8.21278 24.5714V15.1377C8.21272 15.1093 8.21853 15.0812 8.22984 15.0552C8.24115 15.0292 8.25772 15.0059 8.27847 14.9867L8.28757 14.9786L16.3666 7.27652C16.4034 7.24408 16.4506 7.2262 16.4995 7.2262C16.5484 7.2262 16.5956 7.24408 16.6324 7.27652L24.7124 14.9796L24.7205 14.9877C24.7415 15.0068 24.7582 15.0301 24.7697 15.0561C24.7812 15.0821 24.7872 15.1103 24.7872 15.1388V24.5714Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-view1:not(.active) {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M24.5106 6H7.48936C7.09436 6 6.71553 6.15691 6.43622 6.43622C6.15691 6.71553 6 7.09436 6 7.48936V24.5106C6 24.9056 6.15691 25.2845 6.43622 25.5638C6.71553 25.8431 7.09436 26 7.48936 26H24.5106C24.9056 26 25.2845 25.8431 25.5638 25.5638C25.8431 25.2845 26 24.9056 26 24.5106V7.48936C26 7.09436 25.8431 6.71553 25.5638 6.43622C25.2845 6.15691 24.9056 6 24.5106 6ZM24.7234 24.5106C24.7234 24.5671 24.701 24.6212 24.6611 24.6611C24.6212 24.701 24.5671 24.7234 24.5106 24.7234H7.48936C7.43293 24.7234 7.37881 24.701 7.33891 24.6611C7.29901 24.6212 7.2766 24.5671 7.2766 24.5106V7.48936C7.2766 7.43293 7.29901 7.37881 7.33891 7.33891C7.37881 7.29901 7.43293 7.2766 7.48936 7.2766H24.5106C24.5671 7.2766 24.6212 7.29901 24.6611 7.33891C24.701 7.37881 24.7234 7.43293 24.7234 7.48936V24.5106Z' fill='%23999999'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-view1.active,
body .rdc-icon-svg.rdc-icon-view1-active {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M24.5106 6H7.48936C7.09436 6 6.71553 6.15692 6.43622 6.43622C6.15691 6.71553 6 7.09436 6 7.48936V24.5106C6 24.9056 6.15691 25.2845 6.43622 25.5638C6.71553 25.8431 7.09436 26 7.48936 26H24.5106C24.9056 26 25.2845 25.8431 25.5638 25.5638C25.8431 25.2845 26 24.9056 26 24.5106V7.48936C26 7.09436 25.8431 6.71553 25.5638 6.43622C25.2845 6.15692 24.9056 6 24.5106 6Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-view2:not(.active) {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M13.2093 6H7.62791C7.19616 6 6.78209 6.17151 6.4768 6.4768C6.17151 6.78209 6 7.19616 6 7.62791V13.2093C6 13.4231 6.04211 13.6348 6.12392 13.8323C6.20573 14.0298 6.32564 14.2092 6.4768 14.3604C6.62797 14.5116 6.80743 14.6315 7.00493 14.7133C7.20244 14.7951 7.41413 14.8372 7.62791 14.8372H13.2093C13.4231 14.8372 13.6348 14.7951 13.8323 14.7133C14.0298 14.6315 14.2092 14.5116 14.3604 14.3604C14.5116 14.2092 14.6315 14.0298 14.7133 13.8323C14.7951 13.6348 14.8372 13.4231 14.8372 13.2093V7.62791C14.8372 7.41413 14.7951 7.20244 14.7133 7.00493C14.6315 6.80743 14.5116 6.62797 14.3604 6.4768C14.2092 6.32564 14.0298 6.20573 13.8323 6.12392C13.6348 6.04211 13.4231 6 13.2093 6ZM13.4419 13.2093C13.4419 13.271 13.4174 13.3301 13.3737 13.3737C13.3301 13.4174 13.271 13.4419 13.2093 13.4419H7.62791C7.56623 13.4419 7.50708 13.4174 7.46346 13.3737C7.41985 13.3301 7.39535 13.271 7.39535 13.2093V7.62791C7.39535 7.56623 7.41985 7.50708 7.46346 7.46346C7.50708 7.41985 7.56623 7.39535 7.62791 7.39535H13.2093C13.271 7.39535 13.3301 7.41985 13.3737 7.46346C13.4174 7.50708 13.4419 7.56623 13.4419 7.62791V13.2093ZM24.3721 6H18.7907C18.359 6 17.9449 6.17151 17.6396 6.4768C17.3343 6.78209 17.1628 7.19616 17.1628 7.62791V13.2093C17.1628 13.4231 17.2049 13.6348 17.2867 13.8323C17.3685 14.0298 17.4884 14.2092 17.6396 14.3604C17.7908 14.5116 17.9702 14.6315 18.1677 14.7133C18.3652 14.7951 18.5769 14.8372 18.7907 14.8372H24.3721C24.5859 14.8372 24.7976 14.7951 24.9951 14.7133C25.1926 14.6315 25.372 14.5116 25.5232 14.3604C25.6744 14.2092 25.7943 14.0298 25.8761 13.8323C25.9579 13.6348 26 13.4231 26 13.2093V7.62791C26 7.19616 25.8285 6.78209 25.5232 6.4768C25.2179 6.17151 24.8038 6 24.3721 6ZM24.6047 13.2093C24.6047 13.271 24.5802 13.3301 24.5365 13.3737C24.4929 13.4174 24.4338 13.4419 24.3721 13.4419H18.7907C18.729 13.4419 18.6699 13.4174 18.6263 13.3737C18.5826 13.3301 18.5581 13.271 18.5581 13.2093V7.62791C18.5581 7.56623 18.5826 7.50708 18.6263 7.46346C18.6699 7.41985 18.729 7.39535 18.7907 7.39535H24.3721C24.4338 7.39535 24.4929 7.41985 24.5365 7.46346C24.5802 7.50708 24.6047 7.56623 24.6047 7.62791V13.2093ZM13.2093 17.1628H7.62791C7.19616 17.1628 6.78209 17.3343 6.4768 17.6396C6.17151 17.9449 6 18.359 6 18.7907V24.3721C6 24.8038 6.17151 25.2179 6.4768 25.5232C6.78209 25.8285 7.19616 26 7.62791 26H13.2093C13.4231 26 13.6348 25.9579 13.8323 25.8761C14.0298 25.7943 14.2092 25.6744 14.3604 25.5232C14.5116 25.372 14.6315 25.1926 14.7133 24.9951C14.7951 24.7976 14.8372 24.5859 14.8372 24.3721V18.7907C14.8372 18.5769 14.7951 18.3652 14.7133 18.1677C14.6315 17.9702 14.5116 17.7908 14.3604 17.6396C14.2092 17.4884 14.0298 17.3685 13.8323 17.2867C13.6348 17.2049 13.4231 17.1628 13.2093 17.1628ZM13.4419 24.3721C13.4419 24.4338 13.4174 24.4929 13.3737 24.5365C13.3301 24.5802 13.271 24.6047 13.2093 24.6047H7.62791C7.56623 24.6047 7.50708 24.5802 7.46346 24.5365C7.41985 24.4929 7.39535 24.4338 7.39535 24.3721V18.7907C7.39535 18.729 7.41985 18.6699 7.46346 18.6263C7.50708 18.5826 7.56623 18.5581 7.62791 18.5581H13.2093C13.271 18.5581 13.3301 18.5826 13.3737 18.6263C13.4174 18.6699 13.4419 18.729 13.4419 18.7907V24.3721ZM24.3721 17.1628H18.7907C18.359 17.1628 17.9449 17.3343 17.6396 17.6396C17.3343 17.9449 17.1628 18.359 17.1628 18.7907V24.3721C17.1628 24.8038 17.3343 25.2179 17.6396 25.5232C17.9449 25.8285 18.359 26 18.7907 26H24.3721C24.8038 26 25.2179 25.8285 25.5232 25.5232C25.8285 25.2179 26 24.8038 26 24.3721V18.7907C26 18.359 25.8285 17.9449 25.5232 17.6396C25.2179 17.3343 24.8038 17.1628 24.3721 17.1628ZM24.6047 24.3721C24.6047 24.4338 24.5802 24.4929 24.5365 24.5365C24.4929 24.5802 24.4338 24.6047 24.3721 24.6047H18.7907C18.729 24.6047 18.6699 24.5802 18.6263 24.5365C18.5826 24.4929 18.5581 24.4338 18.5581 24.3721V18.7907C18.5581 18.729 18.5826 18.6699 18.6263 18.6263C18.6699 18.5826 18.729 18.5581 18.7907 18.5581H24.3721C24.4338 18.5581 24.4929 18.5826 24.5365 18.6263C24.5802 18.6699 24.6047 18.729 24.6047 18.7907V24.3721Z' fill='%23999999'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-view2.active,
body .rdc-icon-svg.rdc-icon-view2-active {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M13.2093 6H7.62791C7.19616 6 6.7821 6.17151 6.4768 6.4768C6.17151 6.78209 6 7.19616 6 7.62791V13.2093C6 13.4231 6.04211 13.6348 6.12392 13.8323C6.20573 14.0298 6.32564 14.2092 6.4768 14.3604C6.62797 14.5116 6.80743 14.6315 7.00493 14.7133C7.20244 14.7951 7.41413 14.8372 7.62791 14.8372H13.2093C13.4231 14.8372 13.6348 14.7951 13.8323 14.7133C14.0298 14.6315 14.2092 14.5116 14.3604 14.3604C14.5116 14.2092 14.6315 14.0298 14.7133 13.8323C14.7951 13.6348 14.8372 13.4231 14.8372 13.2093V7.62791C14.8372 7.41413 14.7951 7.20244 14.7133 7.00493C14.6315 6.80743 14.5116 6.62797 14.3604 6.4768C14.2092 6.32564 14.0298 6.20573 13.8323 6.12392C13.6348 6.04211 13.4231 6 13.2093 6ZM24.3721 6H18.7907C18.359 6 17.9449 6.17151 17.6396 6.4768C17.3343 6.78209 17.1628 7.19616 17.1628 7.62791V13.2093C17.1628 13.4231 17.2049 13.6348 17.2867 13.8323C17.3685 14.0298 17.4884 14.2092 17.6396 14.3604C17.7908 14.5116 17.9702 14.6315 18.1677 14.7133C18.3652 14.7951 18.5769 14.8372 18.7907 14.8372H24.3721C24.5859 14.8372 24.7976 14.7951 24.9951 14.7133C25.1926 14.6315 25.372 14.5116 25.5232 14.3604C25.6744 14.2092 25.7943 14.0298 25.8761 13.8323C25.9579 13.6348 26 13.4231 26 13.2093V7.62791C26 7.19616 25.8285 6.78209 25.5232 6.4768C25.2179 6.17151 24.8038 6 24.3721 6ZM13.2093 17.1628H7.62791C7.19616 17.1628 6.7821 17.3343 6.4768 17.6396C6.17151 17.9449 6 18.359 6 18.7907V24.3721C6 24.8038 6.17151 25.2179 6.4768 25.5232C6.7821 25.8285 7.19616 26 7.62791 26H13.2093C13.4231 26 13.6348 25.9579 13.8323 25.8761C14.0298 25.7943 14.2092 25.6744 14.3604 25.5232C14.5116 25.372 14.6315 25.1926 14.7133 24.9951C14.7951 24.7976 14.8372 24.5859 14.8372 24.3721V18.7907C14.8372 18.5769 14.7951 18.3652 14.7133 18.1677C14.6315 17.9702 14.5116 17.7908 14.3604 17.6396C14.2092 17.4884 14.0298 17.3685 13.8323 17.2867C13.6348 17.2049 13.4231 17.1628 13.2093 17.1628ZM24.3721 17.1628H18.7907C18.359 17.1628 17.9449 17.3343 17.6396 17.6396C17.3343 17.9449 17.1628 18.359 17.1628 18.7907V24.3721C17.1628 24.8038 17.3343 25.2179 17.6396 25.5232C17.9449 25.8285 18.359 26 18.7907 26H24.3721C24.8038 26 25.2179 25.8285 25.5232 25.5232C25.8285 25.2179 26 24.8038 26 24.3721V18.7907C26 18.359 25.8285 17.9449 25.5232 17.6396C25.2179 17.3343 24.8038 17.1628 24.3721 17.1628Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-size-guide{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M25.6272 11.1628L20.8377 6.37282C20.7195 6.25462 20.5792 6.16086 20.4248 6.09689C20.2704 6.03292 20.1049 6 19.9378 6C19.7707 6 19.6052 6.03292 19.4508 6.09689C19.2963 6.16086 19.156 6.25462 19.0379 6.37282L6.37278 19.0372C6.2546 19.1554 6.16085 19.2957 6.09688 19.4502C6.03292 19.6046 6 19.7701 6 19.9372C6 20.1044 6.03292 20.2699 6.09688 20.4243C6.16085 20.5787 6.2546 20.719 6.37278 20.8372L11.1623 25.6272C11.2805 25.7454 11.4208 25.8391 11.5752 25.9031C11.7296 25.9671 11.8951 26 12.0622 26C12.2293 26 12.3948 25.9671 12.5492 25.9031C12.7037 25.8391 12.8439 25.7454 12.9621 25.6272L25.6272 12.9628C25.7454 12.8446 25.8392 12.7043 25.9031 12.5498C25.9671 12.3954 26 12.2299 26 12.0628C26 11.8956 25.9671 11.7301 25.9031 11.5757C25.8392 11.4213 25.7454 11.281 25.6272 11.1628ZM24.8555 12.1909L12.1913 24.8554C12.1744 24.8723 12.1544 24.8857 12.1323 24.8948C12.1102 24.904 12.0866 24.9087 12.0627 24.9087C12.0388 24.9087 12.0151 24.904 11.993 24.8948C11.971 24.8857 11.9509 24.8723 11.934 24.8554L7.14452 20.0663C7.12762 20.0494 7.11421 20.0294 7.10506 20.0073C7.09591 19.9852 7.0912 19.9616 7.0912 19.9377C7.0912 19.9138 7.09591 19.8901 7.10506 19.8681C7.11421 19.846 7.12762 19.8259 7.14452 19.8091L10.1824 16.7709L12.7058 19.2945C12.7557 19.3481 12.8159 19.3911 12.8828 19.4209C12.9497 19.4507 13.022 19.4667 13.0952 19.468C13.1684 19.4693 13.2412 19.4559 13.3091 19.4284C13.377 19.401 13.4387 19.3602 13.4905 19.3084C13.5423 19.2566 13.5831 19.1949 13.6105 19.127C13.6379 19.059 13.6514 18.9863 13.6501 18.913C13.6488 18.8398 13.6328 18.7676 13.603 18.7007C13.5732 18.6338 13.5302 18.5735 13.4766 18.5236L10.9532 16L13.0912 13.8618L15.6146 16.3855C15.718 16.4818 15.8547 16.5343 15.996 16.5318C16.1373 16.5293 16.2721 16.472 16.3721 16.3721C16.472 16.2721 16.5292 16.1373 16.5317 15.996C16.5342 15.8547 16.4818 15.7179 16.3854 15.6145L13.862 13.0909L16 10.9537L18.5234 13.4764C18.6268 13.5727 18.7635 13.6252 18.9048 13.6227C19.0461 13.6202 19.1809 13.563 19.2808 13.463C19.3808 13.3631 19.438 13.2283 19.4405 13.087C19.443 12.9456 19.3906 12.8089 19.2942 12.7055L16.7717 10.1819L19.8087 7.14463C19.8256 7.12772 19.8456 7.11431 19.8677 7.10516C19.8898 7.09601 19.9134 7.0913 19.9373 7.0913C19.9612 7.0913 19.9849 7.09601 20.007 7.10516C20.029 7.11431 20.0491 7.12772 20.066 7.14463L24.8555 11.9337C24.8724 11.9506 24.8858 11.9706 24.8949 11.9927C24.9041 12.0148 24.9088 12.0384 24.9088 12.0623C24.9088 12.0862 24.9041 12.1099 24.8949 12.1319C24.8858 12.154 24.8724 12.1741 24.8555 12.1909Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-timer{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M16 6C14.0222 6 12.0888 6.58649 10.4443 7.6853C8.79981 8.78412 7.51809 10.3459 6.76121 12.1732C6.00433 14.0004 5.8063 16.0111 6.19215 17.9509C6.578 19.8907 7.53041 21.6725 8.92894 23.0711C10.3275 24.4696 12.1093 25.422 14.0491 25.8078C15.9889 26.1937 17.9996 25.9957 19.8268 25.2388C21.6541 24.4819 23.2159 23.2002 24.3147 21.5557C25.4135 19.9112 26 17.9778 26 16C25.9969 13.3488 24.9423 10.8071 23.0676 8.93237C21.1929 7.05768 18.6512 6.00311 16 6ZM16 24.8235C14.2549 24.8235 12.5489 24.306 11.0979 23.3365C9.64689 22.367 8.51596 20.9889 7.84813 19.3766C7.18029 17.7643 7.00556 15.9902 7.34602 14.2786C7.68647 12.567 8.52683 10.9948 9.76083 9.76082C10.9948 8.52683 12.567 7.68647 14.2786 7.34601C15.9902 7.00555 17.7643 7.18029 19.3766 7.84812C20.9889 8.51595 22.367 9.64689 23.3365 11.0979C24.306 12.5489 24.8235 14.2549 24.8235 16C24.8209 18.3393 23.8905 20.5821 22.2363 22.2363C20.5821 23.8905 18.3394 24.8209 16 24.8235ZM22.0784 16C22.0784 16.156 22.0165 16.3056 21.9061 16.4159C21.7958 16.5263 21.6462 16.5882 21.4902 16.5882H16C15.844 16.5882 15.6944 16.5263 15.5841 16.4159C15.4737 16.3056 15.4118 16.156 15.4118 16V10.5098C15.4118 10.3538 15.4737 10.2042 15.5841 10.0939C15.6944 9.98354 15.844 9.92157 16 9.92157C16.156 9.92157 16.3056 9.98354 16.4159 10.0939C16.5263 10.2042 16.5882 10.3538 16.5882 10.5098V15.4118H21.4902C21.6462 15.4118 21.7958 15.4737 21.9061 15.5841C22.0165 15.6944 22.0784 15.844 22.0784 16Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-address{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M26.7509 7.83644C26.6733 7.77673 26.583 7.73525 26.4868 7.71516C26.3905 7.69506 26.2909 7.69688 26.1955 7.72047L19.5265 9.36531L12.8402 6.06712C12.7019 5.99908 12.5436 5.9821 12.3937 6.01924L5.49176 7.72153C5.35166 7.75571 5.22716 7.83511 5.13805 7.94711C5.04894 8.05912 5.00035 8.1973 5 8.33968V23.6603C4.99999 23.7574 5.02242 23.8532 5.06558 23.9404C5.10873 24.0276 5.17148 24.104 5.24905 24.1637C5.32661 24.2234 5.41696 24.2648 5.51321 24.2849C5.60946 24.305 5.70909 24.3032 5.80451 24.2795L12.4735 22.6347L19.1598 25.9329C19.2981 26.0009 19.4564 26.0179 19.6063 25.9808L26.5082 24.2785C26.6483 24.2443 26.7728 24.1649 26.8619 24.0529C26.9511 23.9409 26.9996 23.8027 27 23.6603V8.33968C27 8.24263 26.9775 8.14687 26.9344 8.05967C26.8912 7.97247 26.8284 7.89612 26.7509 7.83644ZM13.1961 7.67046L18.8039 10.4367V24.3295L13.1961 21.5633V7.67046ZM6.29412 8.84079L11.902 7.45768V21.4601L6.29412 22.8432V8.84079ZM25.7059 23.1624L20.098 24.5455V10.5399L25.7059 9.15678V23.1624Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-svg.rdc-icon-filter{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M9.06162 13.7234V6.6383C9.06162 6.46901 8.99036 6.30666 8.86351 6.18695C8.73667 6.06725 8.56463 6 8.38524 6C8.20586 6 8.03382 6.06725 7.90698 6.18695C7.78013 6.30666 7.70887 6.46901 7.70887 6.6383V13.7234C6.94438 13.8699 6.25706 14.2613 5.76338 14.8313C5.26969 15.4013 5 16.1149 5 16.8511C5 17.5872 5.26969 18.3008 5.76338 18.8708C6.25706 19.4408 6.94438 19.8322 7.70887 19.9787V25.3617C7.70887 25.531 7.78013 25.6933 7.90698 25.813C8.03382 25.9328 8.20586 26 8.38524 26C8.56463 26 8.73667 25.9328 8.86351 25.813C8.99036 25.6933 9.06162 25.531 9.06162 25.3617V19.9787C9.82611 19.8322 10.5134 19.4408 11.0071 18.8708C11.5008 18.3008 11.7705 17.5872 11.7705 16.8511C11.7705 16.1149 11.5008 15.4013 11.0071 14.8313C10.5134 14.2613 9.82611 13.8699 9.06162 13.7234ZM8.38524 18.766C7.98392 18.766 7.59162 18.6537 7.25793 18.4432C6.92424 18.2328 6.66417 17.9338 6.51059 17.5839C6.35701 17.234 6.31683 16.8489 6.39512 16.4775C6.47341 16.106 6.66667 15.7648 6.95045 15.497C7.23422 15.2292 7.59577 15.0469 7.98938 14.973C8.38299 14.8991 8.79098 14.937 9.16175 15.0819C9.53252 15.2269 9.84943 15.4723 10.0724 15.7872C10.2954 16.1021 10.4144 16.4723 10.4144 16.8511C10.4144 17.3589 10.2006 17.846 9.82004 18.2051C9.43951 18.5642 8.9234 18.766 8.38524 18.766ZM17.1781 8.61702V6.6383C17.1781 6.46901 17.1068 6.30666 16.98 6.18695C16.8531 6.06725 16.6811 6 16.5017 6C16.3223 6 16.1503 6.06725 16.0234 6.18695C15.8966 6.30666 15.8253 6.46901 15.8253 6.6383V8.61702C15.0608 8.76352 14.3735 9.15493 13.8798 9.72494C13.3861 10.2949 13.1165 11.0085 13.1165 11.7447C13.1165 12.4809 13.3861 13.1944 13.8798 13.7644C14.3735 14.3344 15.0608 14.7258 15.8253 14.8723V25.3617C15.8253 25.531 15.8966 25.6933 16.0234 25.813C16.1503 25.9328 16.3223 26 16.5017 26C16.6811 26 16.8531 25.9328 16.98 25.813C17.1068 25.6933 17.1781 25.531 17.1781 25.3617V14.8723C17.9426 14.7258 18.6299 14.3344 19.1236 13.7644C19.6172 13.1944 19.8869 12.4809 19.8869 11.7447C19.8869 11.0085 19.6172 10.2949 19.1236 9.72494C18.6299 9.15493 17.9426 8.76352 17.1781 8.61702ZM16.5017 13.6596C16.1004 13.6596 15.7081 13.5473 15.3744 13.3369C15.0407 13.1264 14.7806 12.8274 14.627 12.4775C14.4735 12.1276 14.4333 11.7426 14.5116 11.3711C14.5899 10.9997 14.7831 10.6584 15.0669 10.3906C15.3507 10.1228 15.7122 9.94047 16.1058 9.86658C16.4994 9.79269 16.9074 9.83062 17.2782 9.97555C17.649 10.1205 17.9659 10.3659 18.1888 10.6808C18.4118 10.9957 18.5308 11.366 18.5308 11.7447C18.5308 12.2525 18.317 12.7396 17.9365 13.0987C17.556 13.4578 17.0398 13.6596 16.5017 13.6596ZM28 20.2553C27.9991 19.5198 27.7295 18.8072 27.2367 18.2374C26.7438 17.6677 26.0579 17.2757 25.2945 17.1277V6.6383C25.2945 6.46901 25.2233 6.30666 25.0964 6.18695C24.9696 6.06725 24.7975 6 24.6181 6C24.4388 6 24.2667 6.06725 24.1399 6.18695C24.013 6.30666 23.9418 6.46901 23.9418 6.6383V17.1277C23.1773 17.2742 22.49 17.6656 21.9963 18.2356C21.5026 18.8056 21.2329 19.5191 21.2329 20.2553C21.2329 20.9915 21.5026 21.7051 21.9963 22.2751C22.49 22.8451 23.1773 23.2365 23.9418 23.383V25.3617C23.9418 25.531 24.013 25.6933 24.1399 25.813C24.2667 25.9328 24.4388 26 24.6181 26C24.7975 26 24.9696 25.9328 25.0964 25.813C25.2233 25.6933 25.2945 25.531 25.2945 25.3617V23.383C26.0579 23.2349 26.7438 22.843 27.2367 22.2732C27.7295 21.7035 27.9991 20.9908 28 20.2553ZM24.6181 22.1702C24.2168 22.1702 23.8245 22.0579 23.4908 21.8475C23.1571 21.6371 22.8971 21.338 22.7435 20.9881C22.5899 20.6382 22.5497 20.2532 22.628 19.8817C22.7063 19.5103 22.8996 19.1691 23.1833 18.9013C23.4671 18.6335 23.8287 18.4511 24.2223 18.3772C24.6159 18.3033 25.0239 18.3413 25.3947 18.4862C25.7654 18.6311 26.0823 18.8766 26.3053 19.1915C26.5283 19.5064 26.6473 19.8766 26.6473 20.2553C26.6473 20.7632 26.4335 21.2502 26.0529 21.6094C25.6724 21.9685 25.1563 22.1702 24.6181 22.1702Z' fill='%23333333'/%3e%3c/svg%3e");}

/* SVG icons cursor Ex: {cursor: url("data:image/svg+xml,%3Csvg ... "), default;} */
body .rdc-icon-svg.rdc-icon-cursor-zoom, body .rdc-icon-svg.rdc-icon-cursor-zoom * {cursor: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M19.4699 13.5177C19.4699 13.7669 19.3709 14.006 19.1946 14.1822C19.0184 14.3585 18.7793 14.4575 18.5301 14.4575H14.4575V18.5301C14.4575 18.7793 14.3585 19.0184 14.1822 19.1946C14.006 19.3709 13.7669 19.4699 13.5177 19.4699C13.2684 19.4699 13.0294 19.3709 12.8531 19.1946C12.6769 19.0184 12.5779 18.7793 12.5779 18.5301V14.4575H8.5053C8.25605 14.4575 8.017 14.3585 7.84075 14.1822C7.6645 14.006 7.56548 13.7669 7.56548 13.5177C7.56548 13.2684 7.6645 13.0294 7.84075 12.8531C8.017 12.6769 8.25605 12.5779 8.5053 12.5779H12.5779V8.5053C12.5779 8.25605 12.6769 8.017 12.8531 7.84075C13.0294 7.6645 13.2684 7.56548 13.5177 7.56548C13.7669 7.56548 14.006 7.6645 14.1822 7.84075C14.3585 8.017 14.4575 8.25605 14.4575 8.5053V12.5779H18.5301C18.7793 12.5779 19.0184 12.6769 19.1946 12.8531C19.3709 13.0294 19.4699 13.2684 19.4699 13.5177ZM31.7251 31.7251C31.5489 31.9011 31.3101 32 31.061 32C30.812 32 30.5731 31.9011 30.3969 31.7251L22.3489 23.6771C19.7096 25.9721 16.2824 27.1528 12.7896 26.9701C9.29682 26.7875 6.01141 25.2558 3.6259 22.6981C1.24038 20.1403 -0.0588571 16.7563 0.00204854 13.2593C0.0629542 9.76227 1.47925 6.42551 3.95238 3.95238C6.42551 1.47925 9.76227 0.0629542 13.2593 0.00204854C16.7563 -0.0588571 20.1403 1.24038 22.6981 3.6259C25.2558 6.01141 26.7875 9.29682 26.9701 12.7896C27.1528 16.2824 25.9721 19.7096 23.6771 22.3489L31.7251 30.3969C31.9011 30.5731 32 30.812 32 31.061C32 31.3101 31.9011 31.5489 31.7251 31.7251ZM13.5177 25.1088C15.8102 25.1088 18.0512 24.429 19.9574 23.1553C21.8635 21.8817 23.3492 20.0714 24.2265 17.9534C25.1038 15.8354 25.3333 13.5048 24.8861 11.2564C24.4388 9.00791 23.3349 6.94257 21.7138 5.32152C20.0928 3.70047 18.0275 2.59653 15.779 2.14928C13.5305 1.70203 11.2 1.93158 9.08195 2.80888C6.96395 3.68619 5.15366 5.17185 3.88002 7.078C2.60637 8.98415 1.92656 11.2252 1.92656 13.5177C1.93029 16.5907 3.15269 19.5368 5.32564 21.7097C7.49859 23.8827 10.4447 25.1051 13.5177 25.1088Z' fill='%23666666'/%3e%3c/svg%3e");}

/* SVG icons MASK Ex: {-webkit-mask: url("data:image/svg+xml,%3Csvg ... ");} */
body .rdc-icon-svg.rdc-icon-tag {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M25.6325 15.7561L16.7316 6.38677C16.6153 6.26389 16.477 6.16645 16.3247 6.10007C16.1725 6.03369 16.0092 5.99968 15.8444 6H7.53771C7.3951 6 7.25833 6.05964 7.15749 6.16578C7.05665 6.27193 7 6.4159 7 6.56601V15.3099C6.9997 15.4834 7.032 15.6552 7.09507 15.8155C7.15813 15.9758 7.25069 16.1213 7.36744 16.2438L16.2683 25.6131C16.3848 25.7358 16.5231 25.8331 16.6753 25.8995C16.8276 25.9658 16.9907 26 17.1555 26C17.3203 26 17.4834 25.9658 17.6357 25.8995C17.7879 25.8331 17.9262 25.7358 18.0427 25.6131L25.6325 17.6239C25.749 17.5013 25.8414 17.3557 25.9045 17.1954C25.9675 17.0352 26 16.8635 26 16.69C26 16.5166 25.9675 16.3448 25.9045 16.1846C25.8414 16.0243 25.749 15.8787 25.6325 15.7561ZM24.8716 16.823L17.2819 24.8122C17.2652 24.8298 17.2455 24.8437 17.2237 24.8532C17.2019 24.8627 17.1786 24.8676 17.1551 24.8676C17.1315 24.8676 17.1082 24.8627 17.0864 24.8532C17.0647 24.8437 17.0449 24.8298 17.0283 24.8122L8.12829 15.4429C8.09463 15.4077 8.07562 15.3599 8.07542 15.3099V7.13202H15.8444C15.8919 7.13223 15.9373 7.15225 15.9708 7.18768L24.8716 16.5561C24.8883 16.5736 24.9015 16.5944 24.9105 16.6173C24.9195 16.6402 24.9242 16.6647 24.9242 16.6895C24.9242 16.7143 24.9195 16.7389 24.9105 16.7618C24.9015 16.7847 24.8883 16.8055 24.8716 16.823ZM12.3771 10.7167C12.3771 10.9033 12.3245 11.0857 12.226 11.2408C12.1276 11.396 11.9876 11.5169 11.8239 11.5883C11.6601 11.6597 11.4799 11.6784 11.3061 11.642C11.1322 11.6056 10.9725 11.5157 10.8472 11.3838C10.7219 11.2519 10.6365 11.0838 10.6019 10.9008C10.5674 10.7178 10.5851 10.5281 10.6529 10.3557C10.7208 10.1834 10.8356 10.036 10.983 9.93237C11.1304 9.82872 11.3037 9.77339 11.4809 9.77339C11.7186 9.77339 11.9465 9.87278 12.1146 10.0497C12.2827 10.2266 12.3771 10.4665 12.3771 10.7167Z' fill='%23333333'/%3e%3c/svg%3e");}
body .rdc-icon-shipping-express {background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M23.9862 15.2062C23.9666 15.1248 23.9266 15.0494 23.8699 14.9866C23.8132 14.9237 23.7414 14.8755 23.6609 14.8461L18.4955 12.9639L19.8036 6.60814C19.8259 6.49966 19.8112 6.38707 19.7618 6.28744C19.7123 6.18781 19.6307 6.10659 19.5294 6.05608C19.4281 6.00558 19.3126 5.98855 19.2005 6.00758C19.0884 6.02661 18.9857 6.08066 18.908 6.16154L9.1406 16.3308C9.08194 16.3919 9.03969 16.4661 9.01758 16.5469C8.99548 16.6276 8.9942 16.7124 9.01385 16.7938C9.03351 16.8752 9.07351 16.9506 9.1303 17.0133C9.18709 17.0761 9.25892 17.1243 9.33944 17.1536L14.5048 19.0358L13.1967 25.3915C13.1742 25.5001 13.1888 25.6127 13.2382 25.7124C13.2877 25.8122 13.3692 25.8935 13.4705 25.9441C13.5446 25.9807 13.6264 25.9998 13.7095 26C13.7813 26 13.8524 25.9856 13.9182 25.9578C13.9841 25.9299 14.0434 25.8892 14.0923 25.8381L23.8597 15.6689C23.9183 15.6078 23.9604 15.5336 23.9825 15.4529C24.0045 15.3722 24.0058 15.2875 23.9862 15.2062ZM14.5816 23.8357L15.615 18.8121C15.6395 18.6937 15.6199 18.5708 15.5596 18.4652C15.4994 18.3596 15.4025 18.2783 15.2862 18.2358L10.4374 16.4689L18.4135 8.16403L17.3827 13.1885C17.3582 13.3068 17.3778 13.4298 17.438 13.5354C17.4983 13.6409 17.5952 13.7222 17.7115 13.7647L22.5603 15.5316L14.5816 23.8357Z' fill='%23333333'/%3e%3c/svg%3e");}


/* Mobile (Portrait) */
@media screen and (max-width: 767px) {}

/* Mobile (Landscape), Tablet (Portrait) */
@media screen and (min-width: 768px) and (max-width: 991px) {}

/* Tablet (Landscape) */
@media screen and (min-width: 992px) and (max-width: 1199px) {}

/* Desktop */
@media screen and (min-width: 1200px) {}

body #header-nav .featured, .header-nav-item-4.featured span::after,
body .mobile-menu .featured,
body header .featured,
body .header-nav-item-4.featured span::after,
body .mobile-nav-item-4.featured span::after { color: var(--color-theme); }
body .mobile-nav-item-4.featured span::after{font-size: 11px;line-height: 100%;font-weight: 400;letter-spacing: 0.5px;right: 6px;}

body .header-submenu-nav .header-nav-item-3{font-size: 16px;font-weight: 500;line-height: 24px;letter-spacing: 0;}
body .header-submenu-nav .header-nav-item-4{font-size: 14px;line-height: 20px;color: var(--color-darkgray);}
body .header-submenu-nav.header-submenu-inst .header-nav-item-3 { font-weight: 300;font-size: 14px;line-height: 143%;color: var(--color-darkgray); } 

body .header-nav-item-4.featured span::after { font-size: 11px;font-weight: 400; }

body #header-nav .header-nav-item.active.featured span::after, 
body header:not(.header-nav-itemsub-active) #header-nav .header-nav-item.sel.featured span::after{background-color: var(--color-theme);}
body #header-search-input{font-size: 14px;line-height: 20px;font-weight: 300 !important;}
body #header-search-icon-close{right: 40px;width: 26px;height: 26px;min-width: 26px;min-height: 26px;justify-content: center;}
body #header-search-icon-close .rdc-icon-svg{background-color: transparent;width: 26px !important;height: 26px !important;background-size: 100%;}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	body #header-search-icon-close{right: 25px;}
}

/* Mobile (Portrait) */
@media screen and (max-width: 767px) {
	body #header-search-icon-close{right: 12px;}
	body #header-search-icon-close .rdc-icon-svg{width: 18px !important;height: 18px !important;background-size: 18px;}
	
}

body #mobile-main-menu .mobile-menu-group .mobile-nav-wrapper-item a { font-size: 14px;line-height: 171%;text-transform: uppercase; }
body #mobile-holder .return a span { font-size: 14px; }



/* banner homepage */
.home .home-slider .description .content .home-slider-title.secondary-subtitle { font-weight: 500;font-size: 22px; }
@media screen and (max-width: 991px) {
    .home .home-slider .description .content .home-slider-title.secondary-subtitle { font-size: 18px; }
}

/* Footer */
body #footer .newsletter-footer-column-right input { font-size: 14px;line-height: 143%; }
#footer .country-change-footer p.paragraph span { font-weight: 500 !important; }
#footer .bottom-footer-column.bottom-footer-column-copy p a { text-decoration: underline; }
@media screen and (min-width: 1200px) {
	#footer .bottom-footer-column.bottom-footer-column-copy p a:hover { text-decoration: none; }
}



/* Footer */
body #footer .newsletter-footer-social #footer-share-icons-social-hashtag{color: var(--color-theme);}
body #footer .footer-menu-list #rdc-footer-menu-list_time p,
body #footer .footer-menu-list #rdc-footer-menu-list_phone > .rdc-footer-menu-list_desc p{font-size: 12px !important;line-height: 22px !important;color: rgb(51, 51, 51, 0.5) !important;}

/* Listagem */
body .breadcrumb ul li span{color: var(--color-theme);line-height: 20px;}

/* Product-item */
body article.product-item .rdc-product-item-resume p{color: var(--color-darkgray) !important;}

/* Detalhe */
	/* Area B */
	.rdc-product-back{margin-bottom: 10px !important;}
	.rdc-product-back > a > div > .paragraph{text-transform: uppercase;}
	.rdc-product-back > a > div:last-child{padding-left: 8px !important;}
	.rdc-product-back > a > div:first-child{min-width: 14px;min-height: 14px;}

	#rdc-productdetail-area-b .flags .flag:first-child{margin-left: 0;}

	body #rdc-productdetail-area-b .rdc-product-name .title{
		font-size: 34px;
		line-height: 129%;
		font-weight: 500 !important;
	}

	.list-technologies .technology-desc .list-nav-subtitle { font-size: 14px !important;text-transform: none !important; }

	body .rdc-product-info1-wrapper .paragraph{line-height: 25px;}
	body .rdc-product-info1-wrapper .rdc-product-brand .paragraph { font-size: 15px; }

	#rdc-productdetail-area-b .rdc-product-price.price p:not(.desde){font-size: 20px;}
	#rdc-productdetail-area-b .rdc-product-price.price .discount:not(.desde){font-size: 12px;line-height: 150%;padding: 3px 10px 2px;}

	#rdc-productdetail-area-b .systemFontFamily{font-size: 12px !important;line-height: 183%;font-family: var(--base-fontfamily);}

	#rdc-productdetail-area-b .tab-size-item,
	.wrapper-tab-sizes .tab-size-item{padding: 11px 0px 9px;font-size: 12px;font-weight: 400;line-height: 100%;min-width: 84px; justify-content: center; align-items: center;}
	@media screen and (min-width: 992px) and (max-width: 1199px) {
		#rdc-productdetail-area-b .tab-size-item,
		.wrapper-tab-sizes .tab-size-item {min-width: 83px;}
	}

	#rdc-productdetail-area-b .tab-size-item[alert_stock],
	.wrapper-tab-sizes .tab-size-item[alert_stock]{padding-top: 9px;padding-bottom: 7px;}
	#rdc-productdetail-area-b .tab-size-item:hover, 
	#rdc-productdetail-area-b .tab-size-item.selected{border-color: var(--color-dark);color: var(--color-dark);}
	#rdc-productdetail-area-b .wrapper-tabs-sizes .tabs_new .list-nav-subtitle,
	body .wrapper-tabs-sizes .tabs_new .list-nav-subtitle{font-size: 13px;font-weight: 400;line-height: 100%;letter-spacing: 0.5px;padding: 5px 13px;}

	#rdc-productdetail-area-b .rdc-size-guide-link-icon span,
	#rdc-product-sizes .rdc-size-guide-link-icon span{text-decoration: underline;font-size: 14px;line-height: 20px !important;color: var(--color-black) !important;}
	#rdc-productdetail-area-b .rdc-size-guide-link-icon:hover span{text-decoration: none;}

	#rdc-productdetail-area-b .rdc-product-tabs-container .rdc-product-tabs-wrap-container .tabs-item{font-size: 14px;line-height: 20px;padding: 4px 21px;font-weight: 500;text-transform: none;}
	#rdc-productdetail-area-b .rdc-product-tabs-container.number-tabs-1 .rdc-product-tabs-wrap-container .tabs-item{padding: 0;}
	#rdc-productdetail-area-d article.product-item .rdc-product-item-variants-layout-2 > div:not(:last-child){padding-bottom: 0;}
	#rdc-productdetail-area-d article.product-item .rdc-product-item-variants-layout-2 > div:not(:last-child) .select{margin-bottom: 8px;}
	#rdc-productdetail-area-d article.product-item .rdc-product-item-variants-layout-2 > div:not(:last-child) .select.select-unseen{display: none;}
	#rdc-productdetail-area-b .keyfeatures li{font-size: 12px;}

	#rdc-productdetail-area-b .stock-alert .stock-alert-item{border-radius: 6px;background-color: var(--color-black);padding: 11px 25px;font-size: 13px;font-weight: 600;line-height: 154%;text-transform: uppercase;display: flex;align-items: center;justify-content: center;gap: 10px;}
	#rdc-productdetail-area-b .stock-alert .stock-alert-item .rdc-icon-svg{ filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3823%) hue-rotate(241deg) brightness(132%) contrast(117%); width: 20px; height: 20px; position: relative; top: auto; left: auto; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }

	#rdc-productdetail-area-b .stock-alert .stock-alert-item::before,
	#rdc-productdetail-area-b .stock-alert .stock-alert-item::after{ content: ''; position: absolute; bottom: 4px; width: 20px; height: 20px; background-color: var(--color-black); transition: all .5ms; -webkit-transition: all .5ms; -moz-transition: all .5ms; -ms-transition: all .5ms; -o-transition: all .5ms; }
	#rdc-productdetail-area-b .stock-alert .stock-alert-item::before{left: 0;display: block !important;}
	#rdc-productdetail-area-b .stock-alert .stock-alert-item::after{right: 0;}

	#rdc-productdetail-area-b .stock-alert .stock-alert-item.active::before,
	#rdc-productdetail-area-b .stock-alert .stock-alert-item.active::after{bottom: 0;}

	#rdc-productdetail-area-b .stock-alert .form-stock-alert{ border-color: var(--color-black); border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -ms-border-radius: 0 0 10px 10px; -o-border-radius: 0 0 10px 10px; }
	#rdc-productdetail-area-b .stock-alert .form-field .btn-stock{width: 64px;height: 40px;background-color: var(--color-darkgray);border-color: var(--color-darkgray);border-radius: 6px;padding-top: 2px;}
	#rdc-productdetail-area-b .stock-alert .form-field .btn-stock:hover{background-color: var(--color-black);border-color: var(--color-black);color: var(--color-white);}
	#rdc-productdetail-area-b #stock-alert-el-2348{padding: 14px 10px!important;}

	/* Product-bar */
	.rdc-product-detail-bar-title{font-size: 20px;line-height: 150%;}

	@media screen and (min-width: 1200px){
		#product-bar .price p{font-size: 20px;color: var(--color-theme);}
		#product-bar .price p.discount{font-size: 12px;line-height: 150%;padding: 3px 10px 2px;color: var(--color-white);}
		#product-bar .price p.old{color: var(--color-gray);}
	}
	@media screen and (max-width: 767px){
		/* Area A */
		body .product-gallery{padding-left: 0;padding-right: 0;}

		/* Area B */
		body #rdc-productdetail-area-b{padding-top: 13px;}
		body #rdc-productdetail-area-b .rdc-product-name .title{font-size: 17px;}
		body .rdc-product-info1-wrapper .paragraph{line-height: 20px;}

		#rdc-productdetail-area-b .rdc-product-price.price p:not(.desde){font-size: 14px;}
		#rdc-productdetail-area-b .rdc-product-price.price .discount:not(.desde){font-size: 10px;padding: 2px 10px 1px;}
		#rdc-productdetail-area-b .keyfeatures li{font-size: 8px;}
		body #mobile-open-sizeguide{margin-top: 20px;}
		body #rdc-product-sizes .rdc-wrapper-popup-body{padding-bottom: 20px;}

		body #rdc-product-colors .rdc-wrapper-popup-body label .paragraph{font-size: 14px;line-height: 20px;}
	}

	/* Mini Carrinho */
	body #rdc-mini-cart .item-desc .item-price .current{color: var(--color-theme);}
	body #rdc-mini-cart .item-desc .item-color-size-wrapp .item-color p{font-weight: 400;}


	/* Whislist */
	.share-wishlist .rdc-tooltip{ border: 0; filter: drop-shadow(0px 4px 12px rgba(51, 51, 51, 0.50)); border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; }
	.share-wishlist .rdc-tooltip-arrow{border: 0;}
	.share-wishlist .rdc-tooltip .mfp-close{top: 10px !important;right: 10px !important;}
	.share-wishlist .rdc-tooltip .mfp-close .rdc-icon-close{background-size: 14px !important;}
	#share-wish .clipboard{color: #3F9912;text-transform: none !important;padding-bottom: 6px;line-height: 20px;} 
	#share-wish > div{padding: 45px 20px 22px !important;}


/* SPACING */
.sp-small {
    height: 40px;
}
.sp-medium {
    height: 80px;
}
.sp-large {
    height: 120px;
}

@media screen and (max-width: 767px) {
    .sp-small {
        height: 30px;
    }
    .sp-medium {
        height: 50px;
    }
    .sp-large {
        height: 80px;
    }
}