/*
 *
 * CSS VARS
 *
*/

:root {
	--color-dark: #000000;
	--color-theme: #000000;
	--color-black: #000000;
	--color-darkgray: #666;
	--color-gray: #666666;
	--color-lightgray: #999999;
	--color-white: #FFF;
	--color-overlay: rgba(0,0,0,0.5);
	--color-background: #F7F7F7;
	--color-lines: #E9E9E9;
	--color-link: #027AFF;
	--color-help: #8B8D8F;
	--color-helplight: #E6E6E6;
	--color-error: #D0021B;
	--color-errorlight: #FFF1F0;
	--color-success: #3F9C35;
	--color-successlight: #F6FFED;
	--color-warning: #EC7A09;
	--color-warninglight: #FFFBE6;
	--color-info: #0088DF;
	--color-infolight: #1890FF;

	--container-padding: 24px;
	--container-padding-n: -24px;
}


@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: -apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif;*/
	font-family: -apple-system, BlinkMacsystemFontFamily, "ProximaNova", "Segoe UI", Roboto, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: var(--color-black);
}

body .systemFontFamily {
	font-family: -apple-system, BlinkMacsystemFontFamily, "ProximaNova", "Segoe UI", Roboto, Arial, sans-serif;
}

/* A */
a, .a {
	color: var(--color-darkgray);
	text-decoration: underline;
}

a:hover, .a:hover {
	text-decoration: none;
}

/* PARAGRAPH */
.paragraph, .gm-style, .page-content {
	line-height: 160%;
	font-weight: 300;
}

/* PARAGRAPH - A */
.paragraph a {
	color: var(--color-black);
	text-decoration: underline;
}

.paragraph a:hover, a.paragraph:hover {
	color: var(--color-black);
	text-decoration: none;
}

/* SMALL */
a.small, .a.small, .small, small, .small, .small::before, .small::after { /* Igual ao Paragraph  */
	font-weight: 300; /* Required font-weight  */
	font-size: 13px;
}

/* MEGA-TITLE */
.mega-title {
	font-weight: 900;
	font-size: 64px;
	line-height: 120%;
}

/* TITLE */
h1:not(.nostyle), .h1:not(.nostyle), .title {
	font-weight: 300;
	font-size: 58px;
}

.h1{
	font-weight: 700!important;
	font-size: 44px!important;
}

/* SECONDARY-TITLE */
h2:not(.nostyle), .h2:not(.nostyle), .secondary-title,
	.title-related > p,
	.rdc-heading-wrapper-title .title-heading-titles,
	body #rdc-productlist-top-image-wrap h1 {
	font-weight: 700;
	font-size: 44px;
}

.h2{
	font-weight: 700;
	font-size: 34px;
}


/* SUBTITLE */
h3:not(.nostyle), .h3:not(.nostyle), .subtitle,
	.empty-notice-desc .secondary-subtitle {
	font-weight: 700;
	font-size: 26px;
	line-height: 130%;
}

.h3{
	font-weight: 700!important;
	font-size: 26px!important;
}

/* SECONDARY-SUBTITLE */
h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle,
	.rdc-heading-wrapper-title .short-content-heading-titles{
	font-weight: 300;
	font-size: 16px;
	line-height: 138%;
}

.h4{
	font-weight: 300!important;
	font-size: 16px!important;
}

/* LIST-NAV-TITLE */
.list-nav-title {
	font-weight: 600;
	font-size: 20px;
}
/*
.list-nav-title.active {
	text-decoration: underline;
}*/

/* SIGNATURE */
.signature {
	font-size: 14px;
}

/* LIST-NAV-SUBTITLE */
.list-nav-subtitle,
#rdc-mini-cart .list-nav-title {
	font-weight: 600;
	font-size: 15px;
}
/*
.list-nav-subtitle.active {
	text-decoration: underline;
}*/

/* PRODUCT ITEM */
	 /*Brand */
	.product-item .rdc-product-item-brand {
		font-weight: 300; font-size: 14px;
	}

	/* Name */
	.product-item .rdc-product-item-name {
		font-weight: 600;
	}

	/* Price */
	.price, .price p {
		font-weight: 500;
		font-size: 13px;
		line-height: 100%;
	}

	/* Price Discount */
	.price .discount {
		background: var(--color-error);
		color: var(--color-white);
		border-radius: 4px;
	}
	article.product-item .price .discount, .price .discount {padding: 4px 6px 5px !important;font-size: 11px;font-weight: 700;}

	/* Price Old */
	.price .old {
		color: var(--color-lightgray);
		text-decoration: line-through;
	}

	.rdc-product-price .old + .current, .product-item .price .old + .current {
	 	color: var(--color-error);
	}

	/* Price Current */
	.price .current {}
	.price .discount + .current, .prod-info-cb-disc-price + .prod-info-cb-price {color: var(--color-error);}

	/* Price Desde, Price Type, Price Date */
	.price .desde, .price .type, .price .date {
		font-size: 12px;
	}

	/* Price Desde, Price Type */
	.price .desde, .price .type {
		color: var(--color-gray);
	}

	/* Promo Date */
	.rdc-promo-date {
		color: var(--color-error);
		line-height: normal !important;
	}

	.rdc-product-promo-date{
		font-size: 12px;
	}

@media screen and (max-width: 1199px) {
	/* MEGA-TITLE */
	.mega-title {
		font-weight: 800;
		font-size: 38px;
	}

	/* TITLE */
	h1:not(.nostyle), .h1:not(.nostyle), .title { 			/* (1) */
		font-size: 38px;
	}

	/* SECONDARY-TITLE */
	h2:not(.nostyle), .h2:not(.nostyle), .secondary-title,
		.title-related > p,
		.rdc-heading-wrapper-title .title-heading-titles,
		body #rdc-productlist-top-image-wrap h1 { /* (1) */
		font-size: 30px;
	}

	/* SUBTITLE */
	h3:not(.nostyle), .h3:not(.nostyle), .subtitle,
		.empty-notice-desc .secondary-subtitle {
		font-size: 22px;
	}

	/* SECONDARY-SUBTITLE */
	h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle,
		.rdc-heading-wrapper-title .short-content-heading-titles{
		font-size: 16px;
	}

	/* LIST-NAV-TITLE */
	.list-nav-title {
		font-size: 18px;
	}

	/* LIST-NAV-SUBTITLE - Required for accordion contains secondary-subtitle */
	.list-nav-subtitle {
		font-size: 13px;
		font-weight: 600;
	}

	/* SIGNATURE
	.signature {
		font-size: 13px;
	} */

	/* PRODUCT ITEM 
	.product-item .desc .name ,
	.product-item .price p {
	}*/
}
/*
@media screen and (min-width: 1200px) {
	 PRODUCT ITEM (SMALL) == MOBILE 
	.rdc-product-item-size-small .desc .name ,
	.rdc-product-item-size-small .price p {
		font-size: 10px;
	}
}*/

/* (1) - REQUIRED - Mobile styles to be used on desktop */
	/* TITLE */
	.rdc-popup-right-bar .title {
		font-size: 38px;
	}





/*
 *
 * Elements & Components
 *
*/

/* Primary Button */
	/* Normal */
	.button, button, input[type=submit], input[type=button] {
		font-weight: 700;
		font-size: 12px;
		color: var(--color-white);
		line-height: normal;
		text-transform: uppercase;
		padding: 11px 30px;
		border: 1px solid var(--color-black);
		background-color: var(--color-black);
		border-radius: 3px;
	}

	/* Normal Hover */
	.button:not([disabled]):hover, button:not([disabled]):hover, input[type=submit]:not([disabled]):hover, input[type=button]:not([disabled]):hover {
		color: var(--color-black);
		border-color: var(--color-black);
		background-color: transparent;
	}

	/* Normal Disabled */
	.button[disabled], button[disabled], input[type=submit][disabled], input[type=button][disabled] {
		cursor: default !important;
		opacity: 0.3;
		color: var(--color-white);
	}

	/* 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: #333;
		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 */
	.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);
	}

	/* Normal Disable */
	.button.btn2[disabled], button.btn2[disabled], input[type=submit].btn2[disabled], input[type=button].btn2[disabled], .buttonBlocks[disabled]{
		cursor: default !important;
		opacity: 0.3;
	}

	/* 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 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);
	}

	/* 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;
		opacity: 0.3;
	}

/* Button Link */
	/* Normal */
	.button.link, .link {
		font-weight: 500;
		font-size: 14px;
		line-height: normal;
		text-transform: none;
		text-decoration: none !important;
		padding: 2px 0;
		border: 0;
		background: transparent;
		display: inline-block;
	}

	/*.button.link:not(.cursor-default), .link:not(.cursor-default) {
		border-bottom: 1px solid;
	}*/

	/* Normal Hover */
	.button.link:not([disabled]):hover, .link:not([disabled]):hover {
		border-color: transparent;
		color: var(--color-gray);
	}

	/* 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;
	}

/* Buttons Cart */
	/* Normal */
	.btn-cart, .btn-cart-esgotado {
		font-weight: 700;
		font-size: 12px;
		color: var(--color-white);
		line-height: normal;
		text-transform: uppercase;
		padding: 14px 30px;
		border: 1px solid var(--color-black);
		background-color: var(--color-black);
		border-radius: 3px;
	}

	/* Normal hover */
	.btn-cart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{
		color: var(--color-white);
		border-color: #1A1A1A;
		background-color: #1A1A1A;
	}

	/* Normal Disable */
	.btn-cart[disabled] {
		cursor: default !important;
		opacity: 0.3;
	}

/* Button Esgotado */
body .btn-cart-esgotado{
	color: var(--color-gray) !important;
	border-color: #E6E6E6 !important;
	background-color: #E6E6E6 !important;
	cursor: default !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;
	border-radius: 24px;
	border: rgba(255, 255, 255, 0.25) 2px solid;
	border-top-color: var(--color-white);
	-webkit-animation: loader 750ms linear infinite;
	-moz-animation: loader 750ms linear infinite;animation: loader 750ms linear infinite;
}

@-moz-keyframes loader{ 100% { -moz-transform: rotate(360deg);}}
@-webkit-keyframes loader{ 100% { -webkit-transform: rotate(360deg);}}
@keyframes loader{ 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg);}}






/*
 *
 * Accordions
 *
*/
#main .accordion > li {
	border-color: var(--color-lines);
}

#main .accordion > li.active {
	border-color: var(--color-dark);
}

#main .accordion > li.active + li {
	border-top-color: var(--color-dark);
}

.accordion .accordion-head, .accordion .accordion-content {
	padding-left: 15px;
	padding-right: 4em;
}
@media screen and (max-width: 767px) {
	#main.product .accordion > li {border-color: transparent;}
}






/*
 *
 * Tabs
 *
*/
body .tabs-container:not(.vertical) .tabs li {
	margin: 0 5px;
}

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: 100%;
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	border: 1px solid var(--color-black);
	background-color: var(--color-white);
	border-radius: 6px;	
}

body .tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li:not(.sel) .tabs-item:hover {
	background-color: var(--color-background);
}

body .tabs-container .tabs:not(.rdc-fixed-styles) li.sel .tabs-item {
	color: var(--color-white);
	border-color: var(--color-dark);
	background-color: var(--color-dark);
}

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-desc { /*, .label-subtitle*/
	font-weight: 500;
	padding-bottom: 0.45em;
}

textarea,  [type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=file], select {
	padding: 11px 14px;
	border: 1px solid var(--color-lines);
	font-size: 12px;
	min-height: 40px;
	color: currentColor; /* Required */
	border-radius: 2px;
	font-weight: 500;
}

input[type=file] {
	padding: 10px 14px;
}

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,
.magic-checkbox+label:hover:before, .magic-radio+label:hover:before {
	border-color: var(--color-black);
}

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 {
	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 {
	position: relative;
	display: block;
	border: 1px solid var(--color-lines);
	overflow-x: hidden;
}

div.select select {
	position: relative;
	width: 100%;
	padding: 9px 40px 9px 14px;
	height: 34px;
	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;
	min-height: 38px;
}

div.select::after{
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
	width: 10px;
	height: 10px;
	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 {
	background: url(/sysimages/variantsloader.gif) center center/18px no-repeat;
	width: 20px;
	right: 8px;
}

div.select select:disabled{
	background-color: var(--color-background);
}

div.select select::-ms-expand{
	display: none;
}

div.select[disabled]::after{
	opacity: 0.5;
}

::-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 {
	background-repeat: no-repeat;
	background-position: left 6px center;
	background-size: 20px;
	line-height: 140%;
	padding: 5px 10px 5px 35px;
	border-radius: 2px;
	border: 1px solid;
}

.form-message .help {
	background-color: var(--color-helplight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%238b8d8f' fill-rule='evenodd'%3E%3Cpath d='m16 4c6.63 0 12 5.37 12 12s-5.37 12-12 12-12-5.37-12-12 5.37-12 12-12zm0 1.6875c-5.6980195 0-10.3125 4.6144805-10.3125 10.3125s4.6144805 10.3125 10.3125 10.3125 10.3125-4.6144805 10.3125-10.3125-4.6144805-10.3125-10.3125-10.3125z' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='m16.8556542 22.6708224c-.2787156.2480277-.6017256.3726806-.9676406.3726806-.3785865 0-.7088214-.12243-.9907049-.3677345-.2823281-.24486-.42377-.5876973-.42377-1.0281785 0-.3907422.1368847-.7196304.4097648-.9861643s.6076167-.3998008 1.0047101-.3998008c.3907576 0 .7196587.1332669.9866477.3998008.2665444.2665339.4002612.5953665.4002612.9861643-.0005001.4341458-.1401081.7752603-.4192683 1.0232324zm3.4753588-8.6155585c-.2141358.3970777-.4684534.7394704-.7634529 1.0281785-.2941103.2886524-.8230865.7738152-1.586595 1.4559331-.2105234.1924535-.3799203.3613991-.5068568.5068368-.1269364.1459378-.2218054.2791492-.2837175.4002454-.0623567.1210407-.110208.2421369-.1441096.3631775-.0339016.120596-.0849207.3333897-.1540577.6373806-.117433.6451054-.4865158.9676025-1.106804.9676025-.3225654 0-.5936115-.1052575-.8145276-.3162172-.220027-.2109597-.3297904-.5240092-.3297904-.9395932 0-.5208415.0808637-.9721596.2421464-1.3538433.1603935-.3817392.3749739-.7164627.6415183-1.0051151.266989-.2886525.6265683-.6311007 1.0796827-1.0281785.3970933-.3473943.6839787-.6093712.8606005-.7860416.1770664-.1770594.3257333-.3740144.446334-.590865.1215456-.2172951.1811791-.4526519.1811791-.7069595 0-.4964444-.1838467-.9147514-.5533742-1.2558104-.3690828-.3410589-.8452614-.5118384-1.4284801-.5118384-.6825893 0-1.1849444.1721133-1.5075098.5163399-.3225654.3442267-.5949453.8510635-.8185847 1.5210106-.2114126.7011242-.6116738 1.0516307-1.200339 1.0516307-.3474081 0-.6405736-.12243-.8795521-.3672899-.2385339-.24486-.3578008-.5100045-.3578008-.7954892 0-.5890867.1892932-1.1862871.567435-1.7911568.3785864-.6048697.9306267-1.10587118 1.6565656-1.50250431.7254943-.39707773 1.5725898-.59586667 2.5397858-.59586667.8994484 0 1.6931905.16622246 2.3816709.49827835.6884804.33155574 1.2206244.78287393 1.5960429 1.35384333.374974.5705248.5628833 1.1907886.5628833 1.8607356.0008837.5263434-.1061564.9884985-.3202923 1.3855762z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	border-color: var(--color-help);
}

.form-message .success {
	background-color: var(--color-successlight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 4c6.63 0 12 5.37 12 12s-5.37 12-12 12-12-5.37-12-12 5.37-12 12-12zm0 1.6875c-5.6980195 0-10.3125 4.6144805-10.3125 10.3125s4.6144805 10.3125 10.3125 10.3125 10.3125-4.6144805 10.3125-10.3125-4.6144805-10.3125-10.3125-10.3125zm6.1588512 5.8627863c.0025742.0025545.005134.0051234.0076794.0077066.3826574.3883299.3815551 1.01228-.002472 1.3992554l-7.5148374 7.572533c-.3334527.3360127-.8761615.338088-1.2121742.0046354-.0015511-.0015392-.0030963-.0030844-.0046355-.0046354l-3.59894211-3.6265732c-.38226603-.3852009-.38226603-1.006628 0-1.3918289.37903691-.3819469.99593611-.384306 1.37788311-.0052691l.0043113.0043053 2.8251525 2.8389128 6.7420178-6.7937799c.3785236-.3814297.9945874-.3837856 1.3760171-.005262z' fill='%2338ca73'%3E%3C/path%3E%3C/svg%3E");
	border-color: var(--color-success);
}

.form-message .info {
	background-color: var(--color-infolight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230088df'%3E%3Cpath d='m16 4c6.63 0 12 5.37 12 12s-5.37 12-12 12-12-5.37-12-12 5.37-12 12-12zm0 1.6875c-5.6980195 0-10.3125 4.6144805-10.3125 10.3125s4.6144805 10.3125 10.3125 10.3125 10.3125-4.6144805 10.3125-10.3125-4.6144805-10.3125-10.3125-10.3125z'%3E%3C/path%3E%3Cpath d='m0 0h2.400017v2.400023h-2.400017z' transform='matrix(1 0 0 -1 15 12.400022)'%3E%3C/path%3E%3Cpath d='m0 4.799989h2.400017v7.200011h-2.400017z' transform='matrix(1 0 0 -1 15 26.799988)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	border-color: var(--color-info);
}

.form-message .warning {
	background-color: var(--color-warninglight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.51175785 27c-1.21116724 0-2.32813258-.669486-2.96063102-1.7215355-.71324293-1.1886792-.71324293-2.6096291-.12111672-3.8529603l7.84567219-14.03448273c.8881893-1.32530904 2.0455269-2.39102147 3.7277036-2.39102147s2.8395143 1.06571243 3.7277036 2.39102147l7.8053 13.96616783c.6459558 1.2160052.619041 2.746259-.0942019 3.9212752-.6324985 1.0520495-1.7360064 1.7215355-2.9606311 1.7215355zm8.49162805-6.804164c.7132429 0 1.2784543.5875082 1.2784543 1.3116461s-.5652114 1.2979831-1.2784543 1.2979831-1.2919117-.5738452-1.2919117-1.2979831.5786688-1.3116461 1.2919117-1.3116461zm0-1.297983c-.4710095 0-.8074448-.3962265-.8612745-.8744307l-.4306372-3.9212753c-.0672871-.669486.6324984-1.297983 1.2919117-1.297983s1.3591988.628497 1.2784543 1.297983l-.4306372 3.9212753c-.0403723.4645413-.3633502.8744307-.8478171.8744307zm-8.49162805 6.3669486h16.96979865c.6324985 0 1.170795-.3552375 1.5072304-.9017567.390265-.655823.3768076-1.4482759.067287-2.1314249l-7.7514703-13.87052696c-.5517539-.81977879-1.238082-1.6258946-2.3012177-1.6258946s-1.7629212.80611581-2.3146752 1.6258946l-7.73801284 13.87052696c-.32297793.696812-.33643535 1.4756019.06728706 2.1314249.32297793.5465192.86127448.9017567 1.49377293.9017567z' fill='%23ec7a09'%3E%3C/path%3E%3C/svg%3E");
	border-color: var(--color-warning);
}

.form-message .error {
	background-color: var(--color-errorlight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f60000'%3E%3Cpath d='m16 4c6.6274416 0 12 5.37261464 12 12 0 6.6273854-5.3726146 12-12 12-6.62738536 0-12-5.3726146-12-12 0-6.62738536 5.37261464-12 12-12zm0 1.7c-5.6885013 0-10.3 4.6114987-10.3 10.3s4.6114987 10.3 10.3 10.3 10.3-4.6114987 10.3-10.3c0-5.6885219-4.6114631-10.3-10.3-10.3z'%3E%3C/path%3E%3Cpath d='m20.2792452 11.8792201-.1584717-.1584665c-.4260336-.4260195-1.116759-.4260081-1.5427785.0000254-.000455.0004551-.0009096.0009105-.0013638.0013663l-2.5766312 2.5858521-2.5766185-2.5858393c-.4252649-.4267867-1.1159892-.4280205-1.5427759-.0027556-.0004601.0004585-.0009198.0009173-.0013791.0013766l-.1584474.1584474c-.4260265.4260265-.4260265 1.116752 0 1.5427785.0004593.0004592.0009189.0009181.001379.0013765l2.5858393 2.5766185-2.5858521 2.5766312c-.4267867.4252649-.4280204 1.1159892-.0027555 1.542776.0004542.0004558.0009088.0009112.0013638.0013663l.1584665.1584717c.4260194.4260335 1.1167449.4260449 1.5427784.0000254.0004657-.0004656.0009309-.0009317.0013957-.0013982l2.5766058-2.5858698 2.5766185 2.5858826c.4252613.4267903 1.1159856.4280298 1.5427759.0027685.0004623-.0004606.0009241-.0009216.0013855-.001383l.1584908-.1584908c.4260265-.4260265.4260265-1.1167519 0-1.5427784-.0004614-.0004614-.0009233-.0009224-.0013855-.001383l-2.5858826-2.5766185 2.5858698-2.5766058c.4267903-.4252613.4280298-1.1159856.0027685-1.5427759-.0004648-.0004665-.0009301-.0009326-.0013957-.0013982z'%3E%3C/path%3E%3C/g%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;padding-left: var(--container-padding);padding-right: var(--container-padding);} /* If the container is max 1920px, use 1902px */
@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");
}






/*
 *
 * 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) {
	body .rdc-icon-circle {background-size: 24px;}
}
@media screen and (min-width: 768px) {
	body .rdc-icon-circle {background-size: 16px;}
}*/
body .rdc-icon-circle:not(.rdc-icon-close) {background-size: 16px;}
body .rdc-icon-svg.rdc-icon-menu {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.3 24H6.7a.71.71 0 0 1-.495-.2.673.673 0 0 1 0-.964.71.71 0 0 1 .495-.2h19.6a.71.71 0 0 1 .495.2.673.673 0 0 1 0 .965.71.71 0 0 1-.495.2ZM26.3 17.182H6.7a.71.71 0 0 1-.495-.2.673.673 0 0 1 0-.964.71.71 0 0 1 .495-.2h19.6a.71.71 0 0 1 .495.2.673.673 0 0 1 0 .964.71.71 0 0 1-.495.2ZM26.3 10.364H6.7a.71.71 0 0 1-.495-.2.673.673 0 0 1 0-.964A.71.71 0 0 1 6.7 9h19.6a.71.71 0 0 1 .495.2.673.673 0 0 1 0 .964.71.71 0 0 1-.495.2Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-menu-close{background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.235 16 25 23.765 23.765 25 16 17.235 8.235 25 7 23.765 14.765 16 7 8.235 8.235 7 16 14.765 23.765 7 25 8.235 17.235 16Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-share {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.855 21.777a4.878 4.878 0 0 1 4.27-2.527A4.88 4.88 0 0 1 29 24.125 4.88 4.88 0 0 1 24.125 29a4.88 4.88 0 0 1-4.875-4.875c0-.266.027-.525.068-.78l-7.56-4.41a4.865 4.865 0 0 1-3.883 1.94A4.88 4.88 0 0 1 3 16a4.88 4.88 0 0 1 4.875-4.875c1.586 0 2.992.764 3.883 1.94l7.56-4.41a4.875 4.875 0 0 1-.068-.78A4.88 4.88 0 0 1 24.125 3 4.88 4.88 0 0 1 29 7.875a4.88 4.88 0 0 1-4.875 4.875 4.878 4.878 0 0 1-4.27-2.527l-7.341 4.283a4.853 4.853 0 0 1 0 2.988l7.341 4.283Zm7.52-13.902a3.253 3.253 0 0 0-3.25-3.25 3.253 3.253 0 0 0-3.25 3.25 3.253 3.253 0 0 0 3.25 3.25 3.253 3.253 0 0 0 3.25-3.25ZM7.875 19.25A3.253 3.253 0 0 1 4.625 16a3.253 3.253 0 0 1 3.25-3.25 3.253 3.253 0 0 1 3.25 3.25 3.253 3.253 0 0 1-3.25 3.25Zm13 4.875a3.253 3.253 0 0 0 3.25 3.25 3.253 3.253 0 0 0 3.25-3.25 3.253 3.253 0 0 0-3.25-3.25 3.253 3.253 0 0 0-3.25 3.25Z' fill='%23000'/%3E%3C/svg%3E");}
/*body .rdc-icon-svg.rdc-icon-social-fb {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 23.2c0 .484-.244.8-.738.8h-4.15v-6.054h2.11l.32-2.595h-2.43v-1.349c0-.692.19-1.245 1.212-1.245h1.454v-2.063c-.445-.03-1.134-.095-2.036-.095-1.875 0-3.298 1.116-3.298 3.165v1.587h-2.222v2.595h2.222V24H8.747C8.249 24 8 23.684 8 23.2V9.077C8 8.592 8.249 8 8.747 8h14.515c.494 0 .738.592.738 1.077V23.2Z' fill='%23000'/%3E%3C/svg%3E");}*/
body .rdc-icon-svg.rdc-icon-social-in {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.576 24h-9.152A3.428 3.428 0 0 1 8 20.576v-9.152A3.428 3.428 0 0 1 11.424 8h9.152A3.428 3.428 0 0 1 24 11.425v9.15A3.428 3.428 0 0 1 20.576 24ZM11.424 9.868c-.858 0-1.556.698-1.556 1.556v9.152c0 .858.698 1.556 1.556 1.556h9.152c.858 0 1.556-.698 1.556-1.556v-9.152c0-.858-.698-1.556-1.556-1.556h-9.152ZM13.448 16A2.555 2.555 0 0 1 16 13.448 2.555 2.555 0 0 1 18.552 16 2.555 2.555 0 0 1 16 18.552 2.555 2.555 0 0 1 13.448 16ZM16 20.42A4.425 4.425 0 0 1 11.58 16 4.425 4.425 0 0 1 16 11.58 4.425 4.425 0 0 1 20.42 16 4.425 4.425 0 0 1 16 20.42Zm4.524-7.906a.796.796 0 1 0 0-1.592.796.796 0 0 0 0 1.592Z' fill='%23000'/%3E%3C/svg%3E");}
/*body .rdc-icon-svg.rdc-icon-social-lk {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.556 12.035c-.945 0-1.556-.68-1.556-1.52C9 9.66 9.63 9 10.595 9s1.556.659 1.574 1.516c0 .84-.61 1.519-1.613 1.519ZM12.071 23H9.078v-9.766h2.993V23Zm7.937 0H23v-5.774c0-2.876-1.476-4.214-3.445-4.214-1.615 0-2.58.94-2.974 1.577h-.06l-.137-1.357h-2.6c.04.878.079 1.897.079 3.116v6.65h2.994v-5.63c0-.28.02-.56.1-.76.217-.556.708-1.136 1.534-1.136 1.082 0 1.517.856 1.517 2.116V23Z' fill='%23000'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-social-pi {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.003 19.602c-.94-.075-1.334-.558-2.07-1.02-.405 2.202-.9 4.314-2.364 5.418-.454-3.331.662-5.83 1.18-8.485-.883-1.543.106-4.648 1.971-3.885 2.295.943-1.987 5.74.887 6.34 3.001.623 4.227-5.403 2.366-7.36-2.69-2.83-7.826-.065-7.194 3.985.153.99 1.14 1.29.394 2.657-1.72-.396-2.234-1.803-2.167-3.68.105-3.071 2.66-5.223 5.221-5.519 3.241-.373 6.282 1.234 6.703 4.397.471 3.569-1.464 7.43-4.927 7.152Z' fill='%23000'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-social-tm {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.999 22.235a7.485 7.485 0 0 1-1.507.595c-.45.111-.936.17-1.457.17-.594 0-1.118-.083-1.575-.244a3.305 3.305 0 0 1-1.167-.691c-.323-.297-.546-.617-.67-.953-.125-.34-.187-.827-.187-1.466v-4.912H12v-1.978a3.74 3.74 0 0 0 1.31-.771 3.78 3.78 0 0 0 .875-1.2c.22-.467.372-1.065.455-1.785h1.848v3.539h3.08v2.195h-3.08v3.592c0 .811.04 1.332.12 1.561.079.232.227.415.445.553.288.185.618.279.985.279.659 0 1.312-.232 1.962-.695v2.211h-.001Z' fill='%23000'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-social-tw {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.363 12.487c.007.154.008.307.008.456 0 4.673-3.3 10.057-9.34 10.057A8.794 8.794 0 0 1 8 21.411a6.286 6.286 0 0 0 4.86-1.465c-1.436-.03-2.648-1.05-3.066-2.452a3.079 3.079 0 0 0 1.481-.062c-1.502-.325-2.634-1.753-2.634-3.464v-.043c.442.263.95.424 1.488.442-.882-.635-1.46-1.715-1.46-2.943 0-.647.16-1.256.444-1.777 1.62 2.138 4.037 3.543 6.766 3.694a3.738 3.738 0 0 1-.085-.807c0-1.95 1.47-3.534 3.284-3.534.942 0 1.797.43 2.396 1.118a6.318 6.318 0 0 0 2.083-.858 3.517 3.517 0 0 1-1.443 1.957 6.234 6.234 0 0 0 1.886-.56 6.962 6.962 0 0 1-1.637 1.83Z' fill='%23000'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-social-vm {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.93 12.88c-.782 4.329-5.154 7.997-6.467 8.834-1.315.835-2.515-.337-2.95-1.223-.498-1.012-1.99-6.492-2.38-6.947-.392-.455-1.565.455-1.565.455L9 13.266s2.382-2.795 4.193-3.142c1.922-.372 1.918 2.896 2.38 4.711.448 1.756.748 2.76 1.138 2.76.391 0 1.138-.977 1.954-2.48.819-1.501-.034-2.829-1.634-1.884.64-3.77 6.681-4.68 5.9-.35Z' fill='%23000'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-social-yt {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16c0 5.319.138 6 8 6s8-.681 8-6-.138-6-8-6-8 .681-8 6Zm6.971-1.87 3.594 1.613c.313.142.313.372-.002.514l-3.592 1.612c-.313.14-.571-.017-.571-.35v-3.037c0-.334.258-.491.571-.351Z' fill='%23000'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-social-wa {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.001 7A9 9 0 0 0 8.18 20.455l-.81 2.844a1.08 1.08 0 0 0 1.332 1.332l2.844-.81A9 9 0 1 0 16.001 7Zm0 17.28a8.218 8.218 0 0 1-4.23-1.161.415.415 0 0 0-.18-.045h-.099l-2.988.855a.36.36 0 0 1-.441-.441l.855-2.988a.369.369 0 0 0-.036-.279 8.28 8.28 0 1 1 7.119 4.059Zm4.545-6.615-1.836-1.044a1.089 1.089 0 0 0-1.098.009l-1.242.747a4.086 4.086 0 0 1-1.746-1.746l.747-1.242a1.09 1.09 0 0 0 .009-1.098l-1.044-1.836a.99.99 0 0 0-.855-.495 2.88 2.88 0 0 0-2.88 2.871 7.56 7.56 0 0 0 7.56 7.569h.009a2.88 2.88 0 0 0 2.871-2.88.99.99 0 0 0-.495-.855ZM18.17 20.68h-.009a6.85 6.85 0 0 1-6.84-6.849 2.16 2.16 0 0 1 2.16-2.151.261.261 0 0 1 .225.135l1.053 1.836a.387.387 0 0 1 0 .369l-.846 1.404a.343.343 0 0 0-.018.333 4.67 4.67 0 0 0 2.349 2.349.34.34 0 0 0 .333-.018l1.404-.846a.387.387 0 0 1 .369 0l1.836 1.053a.261.261 0 0 1 .135.225 2.16 2.16 0 0 1-2.151 2.16Z' fill='%23000'/%3E%3C/svg%3E");}*/
body .rdc-icon-svg.rdc-icon-social-ms {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.015 7a8.999 8.999 0 0 0-7.853 13.394l-.776 2.709a1.227 1.227 0 0 0 1.526 1.526l2.709-.776a8.999 8.999 0 0 0 11.517-13.357A9 9 0 0 0 16.015 7Zm0 16.941a7.94 7.94 0 0 1-4.05-1.112.599.599 0 0 0-.274-.07.362.362 0 0 0-.14.017l-2.93.839a.176.176 0 0 1-.22-.22l.838-2.93a.53.53 0 0 0-.053-.415 7.942 7.942 0 1 1 6.829 3.891Zm4.605-9.723a.512.512 0 0 1 0 .74l-2.823 2.824a.513.513 0 0 1-.741 0l-2.453-2.444-2.453 2.444a.524.524 0 0 1-.741-.74l2.823-2.824a.513.513 0 0 1 .741 0l2.453 2.444 2.453-2.444a.513.513 0 0 1 .741 0Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-em {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 9h13a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3H10a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3Zm0 1c-.47 0-.924.164-1.283.466L16.5 15.52l7.783-5.054A1.992 1.992 0 0 0 23 10H10Zm6.5 6.712L8.134 11.28c-.089.23-.134.474-.134.72v9a2 2 0 0 0 2 2h13a2 2 0 0 0 2-2v-9c0-.254-.047-.497-.134-.72L16.5 16.711v.001Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-phone {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.919 25c-.176 0-.35-.02-.521-.059a17.541 17.541 0 0 1-8.659-4.661 17.537 17.537 0 0 1-4.688-8.657 2.493 2.493 0 0 1 .06-1.235c.123-.399.344-.76.643-1.046l2.084-2.05a1.038 1.038 0 0 1 .802-.288 1.026 1.026 0 0 1 .755.463L14 11.404a.867.867 0 0 1-.057 1.012l-1.308 1.599a10.094 10.094 0 0 0 2.173 3.138 10.024 10.024 0 0 0 3.162 2.178l1.62-1.315a.843.843 0 0 1 .969-.064l3.933 2.6c.135.082.25.195.337.329a1.081 1.081 0 0 1-.123 1.327l-2.032 2.057c-.23.235-.505.42-.806.547-.301.126-.624.19-.95.188ZM10.557 8.059l-2.084 2.05a1.383 1.383 0 0 0-.39 1.279 16.463 16.463 0 0 0 4.38 8.13 16.501 16.501 0 0 0 8.148 4.384c.232.05.473.04.7-.029.227-.069.434-.194.602-.365l2.032-2.056-3.797-2.51-1.74 1.418a.515.515 0 0 1-.48.09 10.428 10.428 0 0 1-3.834-2.53 10.399 10.399 0 0 1-2.537-3.836.545.545 0 0 1 .125-.506l1.406-1.721-2.531-3.798Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-notification {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m26.847 20.96-2.31-4.32v-4.497C24.538 7.653 20.933 4 16.5 4s-8.037 3.653-8.037 8.143v4.497l-2.31 4.319a1.3 1.3 0 0 0 .489 1.73c.191.11.407.168.627.168h4.597a4.746 4.746 0 0 0 1.344 3.762A4.623 4.623 0 0 0 16.5 28a4.623 4.623 0 0 0 3.29-1.38 4.746 4.746 0 0 0 1.344-3.763h4.597a1.257 1.257 0 0 0 1.09-.628 1.297 1.297 0 0 0 .026-1.27Zm-7.386 2.326a3.034 3.034 0 0 1-.942 2.197 2.927 2.927 0 0 1-3.392.462 2.97 2.97 0 0 1-.934-.776 3.013 3.013 0 0 1-.623-2.312h5.86c.02.142.031.285.031.429ZM7.98 21.143l2.176-4.069v-4.931c0-1.705.668-3.34 1.858-4.546A6.304 6.304 0 0 1 16.5 5.714c1.683 0 3.297.678 4.487 1.883a6.472 6.472 0 0 1 1.859 4.546v4.931l2.175 4.069H7.979Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-help {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 16c0-6.63-5.37-12-12-12S4 9.37 4 16s5.37 12 12 12 12-5.37 12-12ZM5.687 16A10.31 10.31 0 0 1 16 5.687 10.31 10.31 0 0 1 26.313 16 10.31 10.31 0 0 1 16 26.313 10.31 10.31 0 0 1 5.687 16Z' fill='%238B8D8F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.856 22.67a1.414 1.414 0 0 1-.968.374c-.379 0-.709-.123-.99-.368-.283-.245-.425-.588-.425-1.028 0-.391.137-.72.41-.986.273-.267.608-.4 1.005-.4.39 0 .72.133.987.4.266.266.4.595.4.986 0 .434-.14.775-.42 1.023ZM20.331 14.056c-.214.397-.468.739-.763 1.028-.295.288-.824.774-1.587 1.456-.21.192-.38.361-.507.506-.127.146-.222.28-.284.4-.062.122-.11.243-.144.364-.034.12-.085.333-.154.637-.117.645-.486.968-1.107.968-.322 0-.593-.105-.814-.316-.22-.211-.33-.524-.33-.94 0-.52.081-.972.242-1.354a3.42 3.42 0 0 1 .642-1.005 14.67 14.67 0 0 1 1.08-1.028c.396-.348.683-.61.86-.786.177-.177.326-.374.446-.591.122-.217.182-.453.182-.707 0-.496-.184-.915-.554-1.256-.369-.34-.845-.512-1.428-.512-.683 0-1.185.172-1.508.517-.322.344-.595.85-.818 1.52-.212.702-.612 1.052-1.2 1.052-.348 0-.641-.122-.88-.367s-.358-.51-.358-.795c0-.59.19-1.187.567-1.792.379-.604.931-1.105 1.657-1.502.725-.397 1.572-.596 2.54-.596.9 0 1.693.166 2.381.498.689.332 1.221.783 1.596 1.354.375.57.563 1.19.563 1.86.001.527-.106.99-.32 1.386Z' fill='%238B8D8F'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-info {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 16c0-6.63-5.37-12-12-12S4 9.37 4 16s5.37 12 12 12 12-5.37 12-12ZM5.687 16A10.31 10.31 0 0 1 16 5.687 10.31 10.31 0 0 1 26.313 16 10.31 10.31 0 0 1 16 26.313 10.31 10.31 0 0 1 5.687 16Z' fill='%230088DF'/%3E%3Crect width='2.4' height='2.4' rx='1.091' transform='matrix(1 0 0 -1 15 12.4)' fill='%230088DF'/%3E%3Crect width='2.4' height='7.2' rx='1.091' transform='matrix(1 0 0 -1 15 22)' fill='%230088DF'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-success {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 4c6.63 0 12 5.37 12 12s-5.37 12-12 12S4 22.63 4 16 9.37 4 16 4Zm0 1.688A10.31 10.31 0 0 0 5.687 16 10.31 10.31 0 0 0 16 26.313 10.31 10.31 0 0 0 26.313 16 10.31 10.31 0 0 0 16 5.687Zm-6.171 11.21 3.603 3.632a.857.857 0 0 0 1.217 0l7.523-7.58a.984.984 0 0 0-1.397-1.387l-6.734 6.786-2.82-2.834a.981.981 0 0 0-1.392 1.383Z' fill='%2338CA73'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-error {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16s5.373 12 12 12 12-5.373 12-12ZM5.7 16c0-5.688 4.612-10.3 10.3-10.3 5.689 0 10.3 4.612 10.3 10.3 0 5.689-4.611 10.3-10.3 10.3-5.688 0-10.3-4.611-10.3-10.3Z' fill='%23F60000'/%3E%3Cpath d='M20.278 13.424a1.09 1.09 0 0 0 .001-1.544l-.158-.159a1.091 1.091 0 0 0-1.544.001L16 14.308l-2.577-2.586a1.091 1.091 0 0 0-1.544-.001l-.158.159a1.09 1.09 0 0 0 .001 1.544L14.308 16l-2.586 2.577a1.09 1.09 0 0 0-.001 1.544l.158.159a1.091 1.091 0 0 0 1.544-.002L16 17.692l2.577 2.586a1.091 1.091 0 0 0 1.544.002l.158-.159a1.09 1.09 0 0 0-.001-1.544L17.692 16l2.586-2.576Z' fill='%23F60000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-warning {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.551 25.279C5.184 26.33 6.301 27 7.511 27h16.97c1.225 0 2.329-.67 2.961-1.721.713-1.176.74-2.706.094-3.922L19.731 7.391C18.843 6.066 17.686 5 16.003 5c-1.682 0-2.84 1.066-3.727 2.391L4.43 21.425c-.592 1.244-.592 2.665.121 3.854Zm12.73-3.771c0-.725-.564-1.312-1.278-1.312-.713 0-1.292.587-1.292 1.311a1.29 1.29 0 0 0 1.292 1.298 1.28 1.28 0 0 0 1.279-1.297Zm-1.278-2.61c-.47 0-.807-.396-.86-.875l-.432-3.92c-.067-.67.633-1.299 1.292-1.299.66 0 1.36.629 1.279 1.298l-.43 3.921c-.041.465-.364.875-.849.875Zm8.479 6.367H7.512c-.633 0-1.171-.355-1.494-.902-.404-.656-.39-1.435-.067-2.131l7.738-13.87c.552-.82 1.251-1.627 2.314-1.627 1.064 0 1.75.806 2.302 1.626l7.751 13.87c.31.684.323 1.476-.067 2.132-.337.547-.875.902-1.507.902Z' fill='%23EC7A09'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-close {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23F5F5F5'/%3E%3Cpath d='M17.392 16.5 23 22.108l-.892.892-5.608-5.608L10.892 23 10 22.108l5.608-5.608L10 10.892l.892-.892 5.608 5.608L22.108 10l.892.892-5.608 5.608Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-delete {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.328 22.5v-8.667c0-.127.05-.25.142-.34a.494.494 0 0 1 .84.34V22.5a.48.48 0 0 1-.143.34.495.495 0 0 1-.697 0 .48.48 0 0 1-.142-.34ZM18.182 13.35c.132 0 .257.052.349.143a.48.48 0 0 1 .142.34V22.5a.48.48 0 0 1-.142.34.495.495 0 0 1-.697 0 .48.48 0 0 1-.143-.34v-8.667c0-.127.051-.25.143-.34a.495.495 0 0 1 .348-.143Z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.764 7.333v.6h7.146c.131 0 .256.052.348.143a.48.48 0 0 1 0 .68.495.495 0 0 1-.348.144h-1.744l-1.7 15.214a4.804 4.804 0 0 1-1.586 3.057 4.877 4.877 0 0 1-3.24 1.229h-5.28a4.876 4.876 0 0 1-3.24-1.23 4.804 4.804 0 0 1-1.585-3.056L6.832 8.9h-1.74a.495.495 0 0 1-.35-.143.48.48 0 0 1 0-.681.495.495 0 0 1 .35-.143h7.145v-.6c0-.989.395-1.938 1.1-2.638A3.78 3.78 0 0 1 16 3.6c1 0 1.958.394 2.663 1.095.706.7 1.101 1.65 1.101 2.638Zm-6.545 0v.6h5.563v-.6a2.76 2.76 0 0 0-.816-1.958 2.79 2.79 0 0 0-3.931 0 2.76 2.76 0 0 0-.816 1.958ZM24.18 8.9H7.821l1.69 15.11a3.843 3.843 0 0 0 1.268 2.444c.71.63 1.63.98 2.582.979h5.28c.951 0 1.87-.35 2.58-.98a3.843 3.843 0 0 0 1.267-2.444L24.18 8.9Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-search {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.823 13.911a5.911 5.911 0 1 1-11.823 0 5.911 5.911 0 0 1 11.823 0ZM24 24l-5.906-5.906' stroke='%23000' stroke-width='.788' stroke-miterlimit='10'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-wishlist {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6785 8.0003C10.4765 8.0003 9.28089 8.47261 8.36966 9.42072C6.54722 11.3169 6.5421 14.3604 8.36239 16.2581L15.6537 23.8609C15.8302 24.0464 16.1656 24.0464 16.342 23.8609C18.7741 21.33 21.2007 18.7963 23.6333 16.2652C25.4556 14.3688 25.4556 11.3238 23.6333 9.42787C21.811 7.53148 18.8308 7.53148 17.0086 9.42787L16.0019 10.4657L14.9952 9.42047C14.0127 8.39417 12.7955 7.99492 11.6789 8.00005L11.6785 8.0003ZM11.6785 8.92772C12.6258 8.92772 13.5779 9.31035 14.3137 10.0759L15.661 11.4818C15.8374 11.6673 16.1728 11.6673 16.3493 11.4818L17.6891 10.0833C19.1606 8.55219 21.4805 8.55219 22.9522 10.0833C24.4235 11.6145 24.4235 14.087 22.9522 15.6182C20.6357 18.0288 18.3181 20.4426 16.0018 22.853L9.05146 15.6106C7.58111 14.0776 7.58013 11.6069 9.05146 10.0758C9.78723 9.31019 10.732 8.92755 11.6792 8.92755L11.6785 8.92772Z' fill='black'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-wishlist.active,
body .rdc-icon-svg.rdc-icon-wishlist-active {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6785 8.0003C10.4765 8.0003 9.28089 8.47261 8.36966 9.42072C6.54722 11.3169 6.5421 14.3604 8.36239 16.2581L15.6537 23.8609C15.8302 24.0464 16.1656 24.0464 16.342 23.8609C18.7741 21.33 21.2007 18.7963 23.6333 16.2652C25.4556 14.3688 25.4556 11.3238 23.6333 9.42787C21.811 7.53148 18.8308 7.53148 17.0086 9.42787L16.0019 10.4657L14.9952 9.42047C14.0127 8.39417 12.7955 7.99492 11.6789 8.00005L11.6785 8.0003ZM11.6785 8.92772C12.6258 8.92772 13.5779 9.31035 14.3137 10.0759L15.661 11.4818C15.8374 11.6673 16.1728 11.6673 16.3493 11.4818L17.6891 10.0833C19.1606 8.55219 21.4805 8.55219 22.9522 10.0833C24.4235 11.6145 24.4235 14.087 22.9522 15.6182C20.6357 18.0288 18.3181 20.4426 16.0018 22.853L9.05146 15.6106C7.58111 14.0776 7.58013 11.6069 9.05146 10.0758C9.78723 9.31019 10.732 8.92755 11.6792 8.92755L11.6785 8.92772Z' fill='black'/%3E%3Ccircle cx='27' cy='8' r='2' fill='black'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-cart:not(.active) {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.39198 25H24.6083H24.6082C24.7121 25 24.8118 24.9577 24.8852 24.8823C24.9588 24.8069 25 24.7046 25 24.5979V11.0419C25 10.9353 24.9588 10.833 24.8852 10.7576C24.8118 10.6822 24.7121 10.6397 24.6082 10.6397H20.2861C20.2011 9.31171 19.4615 8.12019 18.3249 7.48008C17.1883 6.83997 15.8119 6.83997 14.6751 7.48008C13.5385 8.12019 12.7989 9.31171 12.7139 10.6397H8.39178C8.2879 10.6397 8.18822 10.6822 8.11477 10.7576C8.04119 10.833 8 10.9353 8 11.0419V24.5979C8 24.7046 8.04119 24.8069 8.11477 24.8823C8.18822 24.9577 8.2879 25 8.39178 25H8.39198ZM16.5 7.80431C17.2554 7.80539 17.9828 8.0973 18.5388 8.62228C19.0947 9.14726 19.4386 9.8671 19.5024 10.6397H13.4974C13.5613 9.8671 13.9052 9.14726 14.4611 8.62228C15.0171 8.0973 15.7445 7.80538 16.4999 7.80431H16.5ZM8.7835 11.444H12.701V12.1804C12.701 12.4024 12.8765 12.5824 13.0928 12.5824C13.3092 12.5824 13.4846 12.4024 13.4846 12.1804V11.444H19.5151V12.1804C19.5151 12.4024 19.6905 12.5824 19.9069 12.5824C20.1232 12.5824 20.2987 12.4024 20.2987 12.1804V11.444H24.2162V24.1958H8.78323L8.7835 11.444Z' fill='black'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-cart.active,
body .rdc-icon-svg.rdc-icon-cart-active {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.39198 25H24.6083H24.6082C24.7121 25 24.8118 24.9577 24.8852 24.8823C24.9588 24.8069 25 24.7046 25 24.5979V11.0419C25 10.9353 24.9588 10.833 24.8852 10.7576C24.8118 10.6822 24.7121 10.6397 24.6082 10.6397H20.2861C20.2011 9.31171 19.4615 8.12019 18.3249 7.48008C17.1883 6.83997 15.8119 6.83997 14.6751 7.48008C13.5385 8.12019 12.7989 9.31171 12.7139 10.6397H8.39178C8.2879 10.6397 8.18822 10.6822 8.11477 10.7576C8.04119 10.833 8 10.9353 8 11.0419V24.5979C8 24.7046 8.04119 24.8069 8.11477 24.8823C8.18822 24.9577 8.2879 25 8.39178 25H8.39198ZM16.5 7.80431C17.2554 7.80539 17.9828 8.0973 18.5388 8.62228C19.0947 9.14726 19.4386 9.8671 19.5024 10.6397H13.4974C13.5613 9.8671 13.9052 9.14726 14.4611 8.62228C15.0171 8.0973 15.7445 7.80538 16.4999 7.80431H16.5ZM8.7835 11.444H12.701V12.1804C12.701 12.4024 12.8765 12.5824 13.0928 12.5824C13.3092 12.5824 13.4846 12.4024 13.4846 12.1804V11.444H19.5151V12.1804C19.5151 12.4024 19.6905 12.5824 19.9069 12.5824C20.1232 12.5824 20.2987 12.4024 20.2987 12.1804V11.444H24.2162V24.1958H8.78323L8.7835 11.444Z' fill='black'/%3E%3Ccircle cx='27' cy='8' r='2' fill='black'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-comparator:not(.active) {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.318 4.605a.358.358 0 0 1 .507.506l-2.82 2.818h4.28a3.786 3.786 0 0 1 3.786 3.786v8.207l.4.082a3.786 3.786 0 1 1-1.514 0l.4-.082v-8.207a3.071 3.071 0 0 0-3.071-3.072h-4.282l2.82 2.819a.358.358 0 0 1-.506.506L14.89 8.539a.357.357 0 0 1 0-.506l3.43-3.428ZM7.829 4.53a3.786 3.786 0 0 1 1.214 7.466l-.4.082v8.207a3.07 3.07 0 0 0 3.071 3.072h4.282l-2.82-2.819a.358.358 0 1 1 .506-.506l3.429 3.429a.357.357 0 0 1 0 .506l-3.43 3.428a.358.358 0 0 1-.506-.506l2.82-2.818h-4.28a3.786 3.786 0 0 1-3.786-3.786v-8.207l-.4-.082a3.786 3.786 0 0 1 .3-7.466Z' fill='%23000'/%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,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.318 4.605a.358.358 0 0 1 .507.506l-2.82 2.818h4.28a3.786 3.786 0 0 1 3.786 3.786v8.207l.4.082a3.786 3.786 0 1 1-1.514 0l.4-.082v-8.207a3.071 3.071 0 0 0-3.071-3.072h-4.282l2.82 2.819a.358.358 0 0 1-.506.506L14.89 8.539a.357.357 0 0 1 0-.506l3.43-3.428ZM7.829 4.53a3.786 3.786 0 0 1 1.214 7.466l-.4.082v8.207a3.07 3.07 0 0 0 3.071 3.072h4.282l-2.82-2.819a.358.358 0 1 1 .506-.506l3.429 3.429a.357.357 0 0 1 0 .506l-3.43 3.428a.358.358 0 0 1-.506-.506l2.82-2.818h-4.28a3.786 3.786 0 0 1-3.786-3.786v-8.207l-.4-.082a3.786 3.786 0 0 1 .3-7.466Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-location {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.519 7.225C19.979 5.855 18.096 5 15.872 5c-2.225 0-4.278.856-5.647 2.225-5.116 4.973-.202 11.952 3.572 17.312.77 1.095 1.494 2.122 2.075 3.051.58-.929 1.303-1.956 2.074-3.05 3.774-5.36 8.688-12.34 3.573-17.313Zm-5.647-.856c1.71 0 3.422.684 4.62 1.882 4.262 4.116-.06 10.25-3.207 14.72a74.897 74.897 0 0 0-1.413 2.05 75.236 75.236 0 0 0-1.436-2.082c-3.15-4.466-7.461-10.582-3.356-14.688 1.198-1.198 2.91-1.882 4.792-1.882Z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.636 12.53c0-2.054-1.71-3.594-3.764-3.594s-3.765 1.54-3.765 3.593c0 2.225 1.711 3.765 3.765 3.765 2.053 0 3.764-1.54 3.764-3.765Zm-6.16 0c0-1.199 1.027-2.225 2.396-2.225 1.198 0 2.224 1.026 2.224 2.224 0 1.37-1.026 2.396-2.224 2.396-1.37 0-2.396-1.027-2.396-2.396Z' fill='%23000'/%3E%3C/svg%3E");~}
body .rdc-icon-svg.rdc-icon-tracking {background-image: url("data:image/svg+xml,'%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.4131 24.3546L23.2446 19.8832C23.9755 18.4504 24.1521 16.7919 23.7393 15.2337C23.6369 14.8487 23.247 14.6209 22.8679 14.7245C22.4889 14.8284 22.2642 15.2243 22.3663 15.6091C22.4924 16.0845 22.5488 16.5764 22.5341 17.0685C22.5086 17.9712 22.2471 18.8507 21.776 19.617L21.7184 19.7025C21.6989 19.732 21.6806 19.7619 21.6266 19.8339C21.5462 19.9554 21.4584 20.0719 21.3637 20.1822C21.3056 20.2547 21.2435 20.3199 21.1812 20.3869L21.1171 20.4559C21.0186 20.5569 20.9204 20.6511 20.8157 20.7451L20.8093 20.7538V20.754C20.5984 20.9429 20.3683 21.1079 20.1226 21.2466C20.115 21.2509 20.1083 21.256 20.1007 21.2611L20.0931 21.264V21.2637C19.6538 21.5372 19.1739 21.7358 18.6716 21.8522C18.2638 21.9413 17.8472 21.9819 17.43 21.9732C17.2642 21.9667 17.0983 21.9534 16.9396 21.9346C16.6841 21.9017 16.4314 21.8491 16.1837 21.7766C15.123 21.4691 14.1938 20.8111 13.5433 19.9069C12.8925 19.0027 12.5577 17.9038 12.5915 16.7846C12.5977 16.5726 12.6162 16.3609 12.6476 16.151C12.7821 15.2637 13.1478 14.4291 13.707 13.7334C13.8219 13.5887 13.9473 13.4527 14.0822 13.3266C14.0875 13.3218 14.0936 13.3145 14.1003 13.3073C14.1146 13.2942 14.1277 13.2805 14.1405 13.266H14.1403C14.195 13.2104 14.2531 13.1585 14.3142 13.1107C14.8734 12.6099 15.5401 12.249 16.2615 12.0574C16.2898 12.0497 16.3177 12.0403 16.3451 12.0294C16.3793 12.0154 16.4152 12.0053 16.4517 11.9995C16.5956 11.9678 16.7393 11.9425 16.9311 11.9152L16.9313 11.9154C16.9789 11.9067 17.027 11.9009 17.0753 11.8978C17.2859 11.8792 17.4974 11.8726 17.7089 11.8784C18.9778 11.9127 20.1851 12.4418 21.0803 13.3554C21.3575 13.6375 21.8077 13.638 22.0856 13.3566C22.3635 13.0749 22.364 12.6182 22.0866 12.336C20.9347 11.1615 19.3822 10.4812 17.7501 10.4356C17.6671 10.4327 17.5848 10.4428 17.5024 10.4428V4.72156C17.5024 4.53024 17.4277 4.34665 17.2945 4.21137C17.161 4.0761 16.9804 4 16.7919 4H4.71049C4.31812 4 4 4.32322 4 4.72156V16.2654C4 16.4567 4.07472 16.6401 4.20796 16.7756C4.34145 16.9109 4.52204 16.9867 4.71049 16.9867H8.97128C9.36388 16.9867 9.68201 16.6638 9.68201 16.2654C9.68201 15.8668 9.36388 15.5439 8.97128 15.5439H5.42122V5.44338H8.2639V8.32937V8.32913C8.2639 8.52045 8.33862 8.70404 8.47187 8.83932C8.60535 8.9746 8.78594 9.05069 8.9744 9.05069H11.8171C12.0055 9.05069 12.1864 8.9746 12.3196 8.83932C12.4529 8.70404 12.5278 8.52045 12.5278 8.32913V5.44338H16.081V10.6108C16.0065 10.6267 15.9332 10.6472 15.8614 10.6724C14.9446 10.9221 14.0968 11.3833 13.3841 12.0201C13.2873 12.0986 13.1955 12.1831 13.1093 12.2735L13.0879 12.2942C13.0015 12.373 12.9195 12.4566 12.8424 12.5447C12.7505 12.6387 12.6653 12.7392 12.5873 12.8453C11.877 13.735 11.4128 14.801 11.2422 15.9332C11.2022 16.2011 11.1782 16.4712 11.1704 16.742C11.1273 18.1824 11.5589 19.5963 12.3967 20.7597C13.2343 21.9229 14.4307 22.7693 15.7957 23.1645C16.1153 23.2575 16.4415 23.3252 16.7715 23.367C16.9674 23.3906 17.1713 23.4063 17.3823 23.4148C17.4435 23.4165 17.5044 23.4177 17.5658 23.4177C18.0424 23.417 18.5173 23.3641 18.9827 23.26C19.381 23.1609 19.7679 23.0191 20.1367 22.8375L24.3254 27.3441H24.3257C24.4508 27.476 24.5945 27.5886 24.7521 27.6782C25.0861 27.8891 25.4718 28.0007 25.8651 28C26.4238 28.0029 26.9613 27.7818 27.3608 27.3852C27.7603 26.9885 27.9899 26.4482 27.9997 25.881C28.0092 25.3135 27.7984 24.7654 27.4127 24.3547L27.4131 24.3546ZM11.1067 7.60742H9.68551V5.44298H11.1067V7.60742ZM26.3581 26.3632C26.1078 26.5881 25.7401 26.6147 25.461 26.4282C25.4189 26.4042 25.3804 26.3745 25.3466 26.3398L21.4139 22.1082C21.5238 22.0249 21.6342 21.9406 21.7266 21.8563C21.802 21.7954 21.8738 21.7297 21.9417 21.6601C22.0145 21.5975 22.082 21.5287 22.1434 21.4548L22.2122 21.3809C22.2974 21.2895 22.3799 21.2002 22.4425 21.1219L26.3788 25.344V25.3437C26.6417 25.6343 26.6327 26.0839 26.3581 26.3631L26.3581 26.3632ZM17.6865 12.5986C18.7178 12.6266 19.7038 13.0342 20.4612 13.7453C20.602 13.8748 20.6858 14.056 20.6941 14.2485C20.7024 14.4413 20.6344 14.6292 20.5054 14.7705C20.3762 14.9119 20.1968 14.9949 20.0072 15.0012C19.8173 15.0075 19.6329 14.9362 19.4951 14.8036C18.9902 14.3304 18.333 14.0594 17.6461 14.041C17.032 14.0193 16.4283 14.2038 15.9279 14.5659C15.6089 14.7928 15.1692 14.7162 14.9424 14.3944C14.7159 14.0724 14.7868 13.6252 15.1016 13.3922C15.8535 12.8453 16.7624 12.5663 17.6866 12.5986L17.6865 12.5986Z' fill='black'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-user:not(.active) {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 24.5499C24 24.7985 23.8024 25 23.559 25C23.3153 25 23.1177 24.7985 23.1177 24.5499C23.1177 20.8221 20.1548 17.7999 16.5 17.7999C12.8452 17.7999 9.8823 20.8221 9.8823 24.5499C9.8823 24.7985 9.68473 25 9.441 25C9.19758 25 9 24.7985 9 24.5499C9 20.3252 12.3578 16.9 16.5 16.9C20.6422 16.9 24 20.3252 24 24.5499H24ZM16.5 15.9999C14.0633 15.9999 12.0882 13.9854 12.0882 11.5C12.0882 9.01454 14.0633 7 16.5 7C18.9368 7 20.9118 9.01454 20.9118 11.5C20.9118 13.9854 18.9368 15.9999 16.5 15.9999ZM16.5 15.1C18.4493 15.1 20.0295 13.4882 20.0295 11.5C20.0295 9.51179 18.4493 7.89991 16.5 7.89991C14.5508 7.89991 12.9705 9.51179 12.9705 11.5C12.9705 13.4882 14.5508 15.1 16.5 15.1Z' fill='black'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-user.active,
body .rdc-icon-svg.rdc-icon-user-active {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 24.5499C24 24.7985 23.8024 25 23.559 25C23.3153 25 23.1177 24.7985 23.1177 24.5499C23.1177 20.8221 20.1548 17.7999 16.5 17.7999C12.8452 17.7999 9.8823 20.8221 9.8823 24.5499C9.8823 24.7985 9.68473 25 9.441 25C9.19758 25 9 24.7985 9 24.5499C9 20.3252 12.3578 16.9 16.5 16.9C20.6422 16.9 24 20.3252 24 24.5499H24ZM16.5 15.9999C14.0633 15.9999 12.0882 13.9854 12.0882 11.5C12.0882 9.01454 14.0633 7 16.5 7C18.9368 7 20.9118 9.01454 20.9118 11.5C20.9118 13.9854 18.9368 15.9999 16.5 15.9999ZM16.5 15.1C18.4493 15.1 20.0295 13.4882 20.0295 11.5C20.0295 9.51179 18.4493 7.89991 16.5 7.89991C14.5508 7.89991 12.9705 9.51179 12.9705 11.5C12.9705 13.4882 14.5508 15.1 16.5 15.1Z' fill='black'/%3E%3Ccircle cx='24' cy='7' r='2' fill='black'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-logout {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.676 26.737H4.259V5.263h14.417v3.474h1.259V4H3v24h16.935v-4.737h-1.26v3.474Z' fill='%23000'/%3E%3Cpath d='m23.208 10.253-.881.884 4.25 4.232H10.018v1.263h16.557l-4.25 4.231.882.885L29 16l-5.792-5.747Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowup {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.445 22 16 11.982 5.555 22 4 20.509 16 9l12 11.509L26.445 22Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowdown {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.555 10 16 20.017 26.445 10 28 11.491 16 23 4 11.491 5.555 10Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowleft {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 5.555 11.982 16 22 26.445 20.509 28 9 16 20.509 4 22 5.555Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowright {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 26.445 20.017 16 10 5.555 11.491 4 23 16 11.491 28 10 26.445Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-up {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 22h22L16 10 5 22Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-down {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 10H5l11 12 11-12Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-left {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 27V5L10 16l12 11Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-right {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 5v22l12-11L10 5Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-scroll-up {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='.75' width='32' height='32' rx='16' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 11.432 21.351 17 23 15.284 16 8l-7 7.284L10.649 17 16 11.432Zm0 7L21.351 24 23 22.284 16 15l-7 7.284L10.649 24 16 18.432Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-scroll-down {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='.75' width='32' height='32' rx='16' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 20.568 21.351 15 23 16.716 16 24l-7-7.284L10.649 15 16 20.568Zm0-7L21.351 8 23 9.716 16 17 9 9.716 10.649 8 16 13.568Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-equal {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.21 10h17.58c.14 0 .21.07.21.21v1.58c0 .14-.07.21-.21.21H7.21c-.14 0-.21-.07-.21-.21v-1.58c0-.14.07-.21.21-.21ZM7.21 20h17.58c.14 0 .21.07.21.21v1.58c0 .14-.07.21-.21.21H7.21c-.14 0-.21-.07-.21-.21v-1.58c0-.14.07-.21.21-.21Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-plus {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.21 7h1.58c.14 0 .21.067.21.2v17.6c0 .133-.07.2-.21.2h-1.58c-.14 0-.21-.067-.21-.2V7.2c0-.133.07-.2.21-.2Z' fill='%23000'/%3E%3Cpath d='M7.21 15h17.58c.14 0 .21.07.21.21v1.58c0 .14-.07.21-.21.21H7.21c-.14 0-.21-.07-.21-.21v-1.58c0-.14.07-.21.21-.21Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-minus {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.21 15h17.58c.14 0 .21.07.21.21v1.58c0 .14-.07.21-.21.21H7.21c-.14 0-.21-.07-.21-.21v-1.58c0-.14.07-.21.21-.21Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-chat {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.022 4C22.637 4 28 9.362 28 15.976c0 6.614-5.363 11.976-11.978 11.976-2 0-3.931-.491-5.655-1.416l-4.691 1.41a1.302 1.302 0 0 1-1.621-1.622l1.41-4.69a11.924 11.924 0 0 1-1.42-5.658C4.045 9.362 9.408 4 16.022 4Zm0 1.562c-5.752 0-10.415 4.663-10.415 10.414 0 1.844.479 3.616 1.377 5.18l.166.29-1.46 4.864 4.865-1.46.292.166a10.37 10.37 0 0 0 5.175 1.374c5.753 0 10.416-4.662 10.416-10.414S21.775 5.562 16.022 5.562Zm-3.905 11.976H16.8a.78.78 0 0 1 .107 1.555l-.107.008h-4.684a.781.781 0 0 1-.107-1.555l.107-.008H16.8h-4.684Zm0-4.686h7.815a.781.781 0 0 1 .107 1.555l-.107.007h-7.815a.78.78 0 0 1-.107-1.555l.107-.007h7.815-7.815Z' fill='%23000'/%3E%3Cpath d='M12.117 12.852h7.815a.781.781 0 0 1 .107 1.555l-.107.007h-7.815a.78.78 0 0 1-.107-1.555l.107-.007Zm0 0h7.815-7.815ZM16.021 4C22.637 4 28 9.362 28 15.976c0 6.614-5.363 11.976-11.978 11.976-2 0-3.931-.491-5.655-1.416l-4.691 1.41a1.302 1.302 0 0 1-1.621-1.622l1.41-4.69a11.924 11.924 0 0 1-1.42-5.658C4.045 9.362 9.408 4 16.022 4Zm0 1.562c-5.752 0-10.415 4.663-10.415 10.414 0 1.844.479 3.616 1.377 5.18l.166.29-1.46 4.864 4.865-1.46.292.166a10.37 10.37 0 0 0 5.175 1.374c5.753 0 10.416-4.662 10.416-10.414S21.775 5.562 16.022 5.562Zm-3.905 11.976H16.8a.78.78 0 0 1 .107 1.555l-.107.008h-4.684a.781.781 0 0 1-.107-1.555l.107-.008H16.8h-4.684Z' stroke='%23E5E5E5' stroke-width='.6'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-helpdesk {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.693 21.326A11.55 11.55 0 0 1 4.4 16C4.4 9.594 9.593 4.4 16 4.4S27.6 9.593 27.6 16c0 6.406-5.194 11.6-11.6 11.6a11.553 11.553 0 0 1-5.32-1.29l-.14-.073-4.743 1.323a1.1 1.1 0 0 1-1.355-1.355l1.324-4.74-.073-.139ZM20.67 6.485a10.6 10.6 0 0 0-13.93 14.674l.099.18-1.481 5.305 5.31-1.48.18.1a10.599 10.599 0 1 0 9.822-18.78Z' fill='%23000'/%3E%3Cpath d='M16 20.6a.8.8 0 1 1 0 1.6.8.8 0 0 1 0-1.6ZM18.646 14.349c-.175.379-.455.745-.893 1.202l-.2.202c-.373.373-.645.675-.817.991-.182.337-.236.663-.236 1.056a.5.5 0 0 1-1 0c0-.564.083-.976.255-1.35.175-.378.454-.745.893-1.202l.2-.201v-.001c.373-.373.645-.675.816-.99.182-.337.236-.663.236-1.056v-.001a1.9 1.9 0 0 0-3.79-.195v.01l-.01.175v.01a.5.5 0 0 1-1 0 2.9 2.9 0 0 1 5.8 0c0 .565-.082.977-.254 1.35Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-sendmessage {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.137 5.083a.786.786 0 0 0-1.122.856l2.205 7.622a.786.786 0 0 0 .624.556l8.941 1.498c.422.083.422.687 0 .77l-8.941 1.498a.786.786 0 0 0-.624.556L5.015 26.06a.786.786 0 0 0 1.122.856l20.43-10.215a.785.785 0 0 0 0-1.404L6.136 5.083Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-play {background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.75' d='M17 1C8.16 1 1 8.16 1 17s7.16 16 16 16 16-7.16 16-16S25.84 1 17 1Z' fill='%23fff' stroke='%23E9E9E9'/%3E%3Cpath d='m13.32 24.52 10.08-7.84-10.08-7.84v15.68Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-pause {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.75' d='M16 0C7.16 0 0 7.16 0 16s7.16 16 16 16 16-7.16 16-16S24.84 0 16 0Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.44 23.52V7.84h-3.36v15.68h3.36Zm7.84 0V7.84h-3.36v15.68h3.36Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-calendar {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.133 15.524a.993.993 0 1 1 1.403 1.404.993.993 0 0 1-1.403-1.404ZM15.798 15.524a.992.992 0 1 1 1.404 1.404.992.992 0 0 1-1.404-1.404ZM20.464 15.524a.993.993 0 1 1 1.403 1.404.993.993 0 0 1-1.403-1.404ZM11.133 19.915a.992.992 0 1 1 1.403 1.403.992.992 0 0 1-1.403-1.403ZM15.798 19.915a.992.992 0 1 1 1.404 1.403.992.992 0 0 1-1.404-1.403Z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.934 7.934A3.188 3.188 0 0 1 10.188 7h12.624A3.188 3.188 0 0 1 26 10.188v12.624A3.188 3.188 0 0 1 22.812 26H10.188A3.188 3.188 0 0 1 7 22.812V10.188c0-.846.336-1.657.934-2.254Zm2.254-.047a2.301 2.301 0 0 0-2.301 2.3v1.204h17.226v-1.203a2.301 2.301 0 0 0-2.3-2.301H10.187Zm14.925 4.39H7.887v10.535c0 1.27 1.03 2.301 2.3 2.301h12.625a2.301 2.301 0 0 0 2.301-2.3V12.277Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-checked {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.084 16.595c2.3 1.783 4.527 3.493 6.754 5.277C16.934 16.223 21.03 10.574 25.126 5c.934.743 1.868 1.412 2.874 2.155L13.557 27C10.395 24.473 7.162 22.02 4 19.493c.719-.966 1.365-1.932 2.084-2.898Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-clear {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.662 8h-16.58a.34.34 0 0 0-.175.048l-.217.13-11.547 8.05a.331.331 0 0 0 0 .544l11.664 8.13a.342.342 0 0 0 .052.03l.079.036c.045.021.094.032.143.032h16.58a.336.336 0 0 0 .339-.333V8.333A.335.335 0 0 0 29.662 8Z' fill='%23F5F5F5'/%3E%3Cpath d='M22.118 16.5 26 20.382l-.618.618-3.882-3.882L17.618 21 17 20.382l3.882-3.882L17 12.618l.618-.618 3.882 3.882L25.382 12l.618.618-3.882 3.882Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-download {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.49 4.844a.675.675 0 0 1 .403-.234l.125-.01a.66.66 0 0 1 .425.174c.122.11.207.266.234.44l.01.14v15.133l4.897-5.076a.652.652 0 0 1 .863-.08l.105.094a.77.77 0 0 1 .064.942l-.093.113-6.046 6.268a.652.652 0 0 1-.86.082l-.108-.097-6.048-6.27a.757.757 0 0 1-.209-.498.764.764 0 0 1 .173-.516.65.65 0 0 1 .899-.118l.109.096 4.882 5.065V5.334c0-.184.064-.358.176-.49Zm-7.183 21.09h15.408c.167 0 .332.065.46.19a.766.766 0 0 1 .065 1.014.677.677 0 0 1-.417.253l-.13.01H8.287a.662.662 0 0 1-.46-.19.767.767 0 0 1-.065-1.014.677.677 0 0 1 .417-.254l.129-.01Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-empty {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.706 1.442c.211-.432.538-.797.944-1.052a2.54 2.54 0 0 1 2.703 0c.406.255.733.62.944 1.052l3.558 7.281 7.953 1.167c.473.07.917.271 1.282.583.366.31.637.72.785 1.178a2.613 2.613 0 0 1-.65 2.652l-5.755 5.668 1.36 8.005c.08.475.028.964-.151 1.41-.18.448-.48.835-.866 1.119a2.543 2.543 0 0 1-2.695.2L16 26.921l-7.116 3.782a2.537 2.537 0 0 1-2.694-.199 2.582 2.582 0 0 1-.866-1.118 2.611 2.611 0 0 1-.15-1.412l1.356-8.004-5.756-5.668a2.613 2.613 0 0 1-.648-2.653c.147-.46.42-.867.785-1.178.366-.311.81-.513 1.283-.582l7.954-1.164 3.555-7.284h.003Z' fill='%23CCC'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-half {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.706 1.442c.211-.432.538-.797.944-1.052a2.54 2.54 0 0 1 2.703 0c.406.255.733.62.944 1.052l3.558 7.281 7.953 1.167c.473.07.917.271 1.282.583.366.31.637.72.785 1.178a2.613 2.613 0 0 1-.65 2.652l-5.755 5.668 1.36 8.005c.08.475.028.964-.151 1.41-.18.448-.48.835-.866 1.119a2.543 2.543 0 0 1-2.695.2L16 26.921l-7.116 3.782a2.537 2.537 0 0 1-2.694-.199 2.582 2.582 0 0 1-.866-1.118 2.611 2.611 0 0 1-.15-1.412l1.356-8.004-5.756-5.668a2.613 2.613 0 0 1-.648-2.653c.147-.46.42-.867.785-1.178.366-.311.81-.513 1.283-.582l7.954-1.164 3.555-7.284h.003Z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='16' y1='15.525' x2='16.052' y2='15.525' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4CC49'/%3E%3Cstop offset='1' stop-color='%23CCC'/%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,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.706 1.442c.211-.432.538-.797.944-1.052a2.54 2.54 0 0 1 2.703 0c.406.255.733.62.944 1.052l3.558 7.281 7.953 1.167c.473.07.917.271 1.282.583.366.31.637.72.785 1.178a2.613 2.613 0 0 1-.65 2.652l-5.755 5.668 1.36 8.005c.08.475.028.964-.151 1.41-.18.448-.48.835-.866 1.119a2.543 2.543 0 0 1-2.695.2L16 26.921l-7.116 3.782a2.537 2.537 0 0 1-2.694-.199 2.582 2.582 0 0 1-.866-1.118 2.611 2.611 0 0 1-.15-1.412l1.356-8.004-5.756-5.668a2.613 2.613 0 0 1-.648-2.653c.147-.46.42-.867.785-1.178.366-.311.81-.513 1.283-.582l7.954-1.164 3.555-7.284h.003Z' fill='%23F4CC49'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 0c3.58 0 7.014 1.445 9.546 4.017A13.825 13.825 0 0 1 29 13.714c0 5.678-4.26 11.627-12.6 17.981a1.484 1.484 0 0 1-1.8 0C6.26 25.341 2 19.392 2 13.715c0-3.638 1.422-7.126 3.954-9.698A13.394 13.394 0 0 1 15.5 0Zm0 9.143a4.465 4.465 0 0 0-3.182 1.339A4.609 4.609 0 0 0 11 13.714c0 1.213.474 2.376 1.318 3.233a4.465 4.465 0 0 0 3.182 1.339 4.465 4.465 0 0 0 3.182-1.34A4.609 4.609 0 0 0 20 13.715a4.609 4.609 0 0 0-1.318-3.232 4.465 4.465 0 0 0-3.182-1.34Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker-success {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 0c3.58 0 7.014 1.445 9.546 4.017A13.825 13.825 0 0 1 29 13.714c0 5.678-4.26 11.627-12.6 17.981a1.484 1.484 0 0 1-1.8 0C6.26 25.341 2 19.392 2 13.715c0-3.638 1.422-7.126 3.954-9.698A13.394 13.394 0 0 1 15.5 0Zm0 9.143a4.465 4.465 0 0 0-3.182 1.339A4.609 4.609 0 0 0 11 13.714c0 1.213.474 2.376 1.318 3.233a4.465 4.465 0 0 0 3.182 1.339 4.465 4.465 0 0 0 3.182-1.34A4.609 4.609 0 0 0 20 13.715a4.609 4.609 0 0 0-1.318-3.232 4.465 4.465 0 0 0-3.182-1.34Z' fill='%2338CA73'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker-error {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 0c3.58 0 7.014 1.445 9.546 4.017A13.825 13.825 0 0 1 29 13.714c0 5.678-4.26 11.627-12.6 17.981a1.484 1.484 0 0 1-1.8 0C6.26 25.341 2 19.392 2 13.715c0-3.638 1.422-7.126 3.954-9.698A13.394 13.394 0 0 1 15.5 0Zm0 9.143a4.465 4.465 0 0 0-3.182 1.339A4.609 4.609 0 0 0 11 13.714c0 1.213.474 2.376 1.318 3.233a4.465 4.465 0 0 0 3.182 1.339 4.465 4.465 0 0 0 3.182-1.34A4.609 4.609 0 0 0 20 13.715a4.609 4.609 0 0 0-1.318-3.232 4.465 4.465 0 0 0-3.182-1.34Z' fill='%23F60000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-clustering {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-microphone {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.778 9.583c0-1.215.497-2.381 1.383-3.24A4.796 4.796 0 0 1 16.5 5c1.252 0 2.453.483 3.34 1.342a4.516 4.516 0 0 1 1.382 3.241V16a4.516 4.516 0 0 1-1.383 3.24 4.796 4.796 0 0 1-3.339 1.343 4.796 4.796 0 0 1-3.34-1.342A4.516 4.516 0 0 1 11.779 16V9.583Zm4.722-2.75c-.751 0-1.472.29-2.004.806a2.71 2.71 0 0 0-.83 1.944V16c0 .73.3 1.429.83 1.945a2.877 2.877 0 0 0 2.004.805c.751 0 1.472-.29 2.003-.805a2.71 2.71 0 0 0 .83-1.945V9.583a2.71 2.71 0 0 0-.83-1.944 2.878 2.878 0 0 0-2.003-.806Zm-7.556 8.25c.25 0 .491.097.668.269A.903.903 0 0 1 9.89 16c0 1.702.696 3.334 1.936 4.537a6.715 6.715 0 0 0 4.675 1.88 6.715 6.715 0 0 0 4.675-1.88A6.323 6.323 0 0 0 23.11 16c0-.243.1-.476.277-.648a.96.96 0 0 1 .668-.269c.25 0 .49.097.667.269A.903.903 0 0 1 25 16c0 2.03-.77 3.988-2.164 5.501a8.588 8.588 0 0 1-5.392 2.7v1.882c0 .243-.1.477-.276.649A.96.96 0 0 1 16.5 27a.96.96 0 0 1-.668-.268.903.903 0 0 1-.276-.649v-1.882a8.588 8.588 0 0 1-5.392-2.7A8.114 8.114 0 0 1 8 16c0-.243.1-.476.277-.648a.96.96 0 0 1 .667-.269Z' fill='%23000' stroke='%23E5E5E5' stroke-width='.8'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-nomicrophone {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.977 5.767a4.242 4.242 0 0 1 6.265 3.734v6.238l-1.056-1.058v-5.18a3.185 3.185 0 0 0-6.207-1.026l-.807-.807a4.242 4.242 0 0 1 1.805-1.9ZM23.054 15.627a.529.529 0 0 1 .902.373 7.917 7.917 0 0 1-.547 2.905l-.828-.828A6.86 6.86 0 0 0 22.899 16c0-.14.056-.274.155-.373Z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.727 3.44a.53.53 0 0 1 .577.116l24.14 24.14a.53.53 0 0 1-.748.75l-6.45-6.453-.28.224a7.92 7.92 0 0 1-4.082 1.692l-.355.04v2.265a.529.529 0 0 1-1.057 0v-2.265l-.356-.04A7.956 7.956 0 0 1 8.044 16 .528.528 0 1 1 9.1 16a6.9 6.9 0 0 0 11.03 5.526l.37-.277-1.888-1.889-.273.18A4.242 4.242 0 0 1 11.758 16v-3.495l-8.203-8.2a.53.53 0 0 1 .172-.864Zm14.157 15.192-.51.244A3.187 3.187 0 0 1 12.814 16v-2.438l5.07 5.07Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-payment {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.538 8C6.693 8 6 8.703 6 9.561v9.366c0 .858.693 1.56 1.538 1.56h5.405C13.137 22.457 14.78 24 16.769 24c1.99 0 3.633-1.544 3.827-3.512h3.866c.845 0 1.538-.703 1.538-1.561V9.56C26 8.703 25.307 8 24.462 8H7.538Zm0 .78h16.923c.433 0 .77.342.77.781v.78H6.769v-.78c0-.439.337-.78.77-.78Zm-.769 2.342h18.462v.78H6.769v-.78Zm0 1.56h18.462v6.245c0 .439-.337.78-.77.78h-3.865c-.194-1.969-1.837-3.512-3.827-3.512s-3.633 1.543-3.826 3.512H7.538a.765.765 0 0 1-.769-.78v-6.244Zm1.115 2.342a.389.389 0 0 0-.365.41c.01.216.192.382.404.37h4.23a.382.382 0 0 0 .276-.111.392.392 0 0 0-.275-.669H7.883Zm.006 1.561a.389.389 0 0 0-.365.41c.01.216.192.382.404.37h2.743a.383.383 0 0 0 .276-.111.393.393 0 0 0 0-.556.382.382 0 0 0-.276-.113H7.89Zm4.225 0a.389.389 0 0 0-.365.41c.01.216.191.382.404.37h.39a.383.383 0 0 0 .276-.111.393.393 0 0 0 0-.556.382.382 0 0 0-.276-.113h-.43Zm4.654.39c1.704 0 3.077 1.394 3.077 3.123 0 1.729-1.373 3.122-3.077 3.122s-3.077-1.393-3.077-3.122c0-1.73 1.373-3.122 3.077-3.122Zm1.462 1.732a.345.345 0 0 0-.239.105l-1.827 1.83-.62-.62a.344.344 0 0 0-.6.249.354.354 0 0 0 .114.25l.863.865a.343.343 0 0 0 .487 0l2.07-2.073a.355.355 0 0 0 .08-.39.346.346 0 0 0-.328-.216Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-secure {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 4c-.253 0-.422.099-.61.206a6.906 6.906 0 0 0-.564.374c-.186.133-.364.265-.516.367-.151.1-.29.168-.298.17-.01.002-.161.016-.34.008-.18-.008-.4-.028-.625-.046a6.847 6.847 0 0 0-.669-.031c-.213.004-.41.008-.628.14-.219.132-.32.304-.43.494-.11.19-.21.408-.306.62-.098.212-.191.421-.273.588a2.257 2.257 0 0 1-.176.3 2.194 2.194 0 0 1-.291.186c-.16.086-.362.183-.565.285a6.755 6.755 0 0 0-.59.319c-.183.115-.353.22-.48.448-.126.228-.13.432-.134.654-.004.223.013.459.03.693.018.234.037.463.045.65.009.188-.005.346-.007.356-.003.01-.063.153-.16.31-.098.158-.228.349-.356.542a7.276 7.276 0 0 0-.355.588c-.103.195-.202.372-.202.635 0 .264.099.44.202.635.103.195.228.394.355.588.128.194.258.38.355.537.097.158.158.302.16.311.003.01.017.168.008.355-.008.187-.027.416-.045.65a7.654 7.654 0 0 0-.03.698c.004.223.008.426.135.654.126.228.296.328.479.443.182.116.387.222.59.324.203.1.405.198.565.284.16.086.284.177.29.184.007.006.094.136.176.303.083.166.176.376.273.588.098.212.196.425.307.615.11.19.211.367.43.499.219.131.414.131.628.136.214.004.444-.01.669-.027.224-.018.445-.042.624-.051.18-.008.332.01.34.012.01.002.148.066.3.167.15.101.33.233.515.366.186.133.377.267.564.375.188.107.357.206.61.206s.422-.1.609-.206c.187-.108.379-.242.565-.375.186-.133.365-.265.516-.366a2.02 2.02 0 0 1 .298-.167c.01-.002.161-.02.34-.012.18.008.4.032.625.05.225.019.455.033.669.028.214-.004.41-.004.628-.136.219-.132.316-.308.427-.499.11-.19.213-.403.31-.615.097-.212.19-.422.273-.588a2.44 2.44 0 0 1 .175-.303c.007-.008.131-.098.291-.184.16-.086.362-.183.565-.284.203-.102.408-.208.59-.324.183-.115.353-.215.48-.443.126-.229.126-.432.13-.654a7.504 7.504 0 0 0-.026-.698c-.018-.234-.037-.462-.045-.65a2.46 2.46 0 0 1 .008-.355c.002-.01.063-.153.16-.31.097-.159.227-.345.355-.538.127-.194.252-.393.355-.588.103-.196.202-.372.202-.635s-.099-.44-.202-.635a7.162 7.162 0 0 0-.355-.588c-.127-.193-.258-.384-.355-.541a2.14 2.14 0 0 1-.16-.312 2.481 2.481 0 0 1-.008-.354c.008-.188.028-.417.045-.651.017-.234.03-.47.026-.693-.004-.222-.004-.426-.13-.655-.127-.227-.296-.332-.48-.447a6.73 6.73 0 0 0-.59-.32c-.203-.1-.405-.198-.565-.284a2.132 2.132 0 0 1-.29-.187 2.337 2.337 0 0 1-.176-.3c-.083-.166-.176-.375-.273-.587a7.42 7.42 0 0 0-.31-.62c-.111-.19-.208-.362-.427-.494s-.414-.136-.628-.14a6.564 6.564 0 0 0-.668.031c-.225.018-.445.037-.625.046a2.37 2.37 0 0 1-.34-.008 2.188 2.188 0 0 1-.299-.17c-.151-.102-.33-.234-.516-.367a6.917 6.917 0 0 0-.565-.374C16.922 4.1 16.753 4 16.5 4Zm0 .83c.026.01.122.04.229.1.141.081.317.203.496.332.18.128.365.265.539.381.174.117.32.217.52.273.199.055.376.045.582.035.207-.01.434-.033.651-.05.217-.019.425-.032.587-.028.12.003.22.03.248.034.017.022.085.095.148.203.084.144.179.341.273.546.094.205.185.42.28.611.095.192.175.354.322.506.146.153.306.237.49.335.183.1.386.198.582.296.197.098.385.197.524.285.104.065.175.136.197.154.004.028.029.128.031.255.003.168-.01.389-.026.615-.017.226-.035.459-.045.674-.01.215-.02.399.033.607.054.208.15.364.262.546.111.18.243.373.366.56.124.187.236.37.314.518.06.111.086.21.097.237-.01.028-.038.127-.096.238-.078.148-.191.33-.315.518-.123.187-.254.38-.366.56-.112.182-.208.334-.262.542-.053.208-.043.392-.033.607.01.216.028.452.045.678.017.227.03.443.026.611-.002.127-.027.228-.03.256-.023.018-.094.092-.198.157a6.464 6.464 0 0 1-.524.28c-.197.099-.399.198-.583.297-.184.098-.343.182-.49.335-.145.152-.226.319-.321.51-.095.192-.186.402-.28.607-.094.205-.19.402-.273.546-.063.108-.131.182-.148.205-.029.004-.127.03-.248.032-.162.004-.37-.01-.587-.027-.217-.018-.444-.041-.65-.051-.207-.01-.384-.02-.584.035-.2.056-.345.16-.52.277-.173.116-.358.249-.538.377-.18.129-.355.25-.497.332-.106.06-.202.09-.228.1-.026-.01-.122-.04-.228-.1a6.491 6.491 0 0 1-.497-.332c-.18-.128-.364-.26-.538-.377-.175-.117-.32-.22-.52-.277-.2-.055-.376-.045-.583-.035-.207.01-.433.033-.65.05-.217.019-.43.032-.59.028-.122-.003-.218-.027-.245-.031-.017-.023-.085-.098-.148-.207a6.861 6.861 0 0 1-.273-.545c-.094-.205-.185-.415-.28-.607-.095-.191-.176-.358-.322-.51-.147-.152-.306-.236-.49-.335-.184-.1-.386-.198-.583-.296a6.426 6.426 0 0 1-.523-.28c-.104-.066-.176-.14-.198-.158v-.001c-.004-.028-.028-.128-.03-.255-.004-.168.009-.384.026-.61.016-.227.035-.463.045-.679.01-.215.02-.399-.034-.607-.053-.208-.15-.36-.261-.541-.112-.182-.244-.374-.367-.561a6.68 6.68 0 0 1-.314-.518c-.059-.111-.086-.211-.096-.238.01-.027.037-.126.096-.237.078-.148.19-.33.314-.518.123-.187.255-.38.367-.56.112-.182.208-.338.261-.546.054-.208.043-.392.034-.607-.01-.216-.028-.448-.045-.674a7.117 7.117 0 0 1-.027-.615c.003-.127.027-.227.031-.255.022-.017.094-.089.198-.154.138-.088.327-.187.523-.285.197-.098.399-.197.583-.296.184-.099.343-.183.49-.335.146-.152.227-.314.322-.506s.186-.406.28-.611c.094-.205.189-.401.273-.545.063-.109.13-.181.148-.203.027-.005.123-.033.244-.035.162-.004.373.01.59.027.218.018.445.041.651.051.207.01.383.02.583-.035.2-.056.345-.156.52-.273.174-.116.359-.253.538-.381.18-.129.355-.25.497-.332.106-.06.202-.09.228-.1ZM16.5 7.512c-2.827 0-5.126 2.396-5.126 5.343 0 2.946 2.299 5.342 5.126 5.342 2.826 0 5.13-2.396 5.13-5.342 0-2.947-2.304-5.343-5.13-5.343Zm0 .827c2.4 0 4.336 2.017 4.336 4.515 0 2.498-1.937 4.515-4.336 4.515-2.4 0-4.334-2.016-4.334-4.514 0-2.499 1.934-4.515 4.334-4.515Zm2.007 2.626a.387.387 0 0 0-.314.123l-2.491 2.647-.887-.99a.384.384 0 0 0-.558-.022.423.423 0 0 0-.02.586l1.166 1.305a.389.389 0 0 0 .573.007l2.781-2.951a.424.424 0 0 0-.003-.587.389.389 0 0 0-.247-.118Zm-7.44 10.55a.386.386 0 0 0-.28.12.423.423 0 0 0-.118.292v5.66c0 .148.076.284.198.358a.381.381 0 0 0 .395 0l5.238-3.143 5.24 3.143a.381.381 0 0 0 .393-.002.417.417 0 0 0 .198-.355v-5.661a.405.405 0 0 0-.394-.412.405.405 0 0 0-.396.412v4.945l-4.842-2.905a.382.382 0 0 0-.395 0l-4.842 2.902v-4.942a.405.405 0 0 0-.395-.412Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-shipping {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.715 10a.43.43 0 0 0-.433.428v12.144a.43.43 0 0 0 .433.428H28.57a.43.43 0 0 0 .429-.428V10.428a.43.43 0 0 0-.43-.428H16.716Zm.43.86h3.723v3.696a.43.43 0 0 0 .68.35l1.095-.778 1.091.778a.432.432 0 0 0 .681-.35V10.86h3.723v11.28H17.145V10.86Zm4.585 0h1.823v2.858l-.663-.47a.432.432 0 0 0-.499 0l-.661.47V10.86ZM9.848 13.346a.431.431 0 0 0-.305.736.43.43 0 0 0 .305.125h3.033a.43.43 0 1 0 0-.86H9.848Zm-3.016 2.82a.432.432 0 0 0-.306.735.43.43 0 0 0 .306.126h6.049a.431.431 0 1 0 0-.861H6.83Zm-2.4 2.817a.432.432 0 0 0-.432.429.43.43 0 0 0 .433.431h8.448a.431.431 0 1 0 0-.86H4.433Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-exchange {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.145 21.77h-9.29c-.308 0-.603-.122-.821-.338a1.151 1.151 0 0 1-.34-.816v-9.23c0-.307.122-.6.34-.817.218-.216.513-.338.821-.338h9.29c.308 0 .603.122.821.338.218.217.34.51.34.816v9.23c0 .307-.122.6-.34.817a1.166 1.166 0 0 1-.821.338ZM11.855 11a.386.386 0 0 0-.387.385v9.23a.383.383 0 0 0 .387.386h9.29a.389.389 0 0 0 .387-.385v-9.23a.384.384 0 0 0-.387-.385h-9.29Z' fill='%23000'/%3E%3Cpath d='M16.886 13.693h-.774c-.308 0-.603-.122-.821-.338a1.15 1.15 0 0 1-.34-.816v-2.308h3.096v2.308c0 .306-.122.6-.34.816a1.165 1.165 0 0 1-.82.338ZM15.725 11v1.538a.384.384 0 0 0 .387.385h.774a.389.389 0 0 0 .387-.385v-1.538h-1.548ZM7.21 16h-.774a9.969 9.969 0 0 1 2.948-7.071A10.097 10.097 0 0 1 16.5 6v.77a9.32 9.32 0 0 0-6.569 2.703A9.2 9.2 0 0 0 7.211 16ZM16.5 26v-.77a9.32 9.32 0 0 0 6.569-2.703A9.2 9.2 0 0 0 25.789 16h.775a9.969 9.969 0 0 1-2.948 7.071A10.097 10.097 0 0 1 16.5 26Z' fill='%23000'/%3E%3Cpath d='M6.761 16.87 5 15.12l.55-.547L6.885 15.9l1.672-1 .403.662-2.199 1.307ZM27.45 17.427 26.115 16.1l-1.672 1-.403-.662 2.199-1.307 1.76 1.75-.549.546Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-copy {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.161 5.162A2.6 2.6 0 0 1 13 4.4h10A2.6 2.6 0 0 1 25.6 7v14a2.6 2.6 0 0 1-2.6 2.6H13a2.6 2.6 0 0 1-2.6-2.6V7c0-.69.274-1.35.761-1.838ZM13 5.6A1.4 1.4 0 0 0 11.6 7v14a1.4 1.4 0 0 0 1.4 1.4h10a1.4 1.4 0 0 0 1.4-1.4V7A1.4 1.4 0 0 0 23 5.6H13Z' fill='%23000'/%3E%3Cpath d='M6.876 9.498a2.6 2.6 0 0 1 .724-.69V21a5.4 5.4 0 0 0 5.045 5.39l.343.01h8.202A2.6 2.6 0 0 1 19 27.6h-7A5.6 5.6 0 0 1 6.4 22V11a2.6 2.6 0 0 1 .476-1.502ZM8 8.17Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-cursor-zoom, body .rdc-icon-svg.rdc-icon-cursor-zoom * {cursor: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m23.066 21.75 8.661 8.662a.93.93 0 1 1-1.315 1.316l-8.662-8.662a13.083 13.083 0 0 1-8.606 3.222C5.896 26.288 0 20.392 0 13.144 0 5.897 5.896 0 13.144 0s13.144 5.897 13.144 13.144c0 3.29-1.218 6.299-3.222 8.607ZM13.144 1.862C6.923 1.861 1.86 6.922 1.86 13.144c0 6.221 5.062 11.283 11.283 11.283 6.222 0 11.283-5.062 11.283-11.283 0-6.221-5.061-11.283-11.283-11.283Z' fill='%23999'/%3E%3C/svg%3E"), default;}
body .rdc-icon-svg.rdc-icon-tag {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.268 9.055c.366-.371.86-.578 1.373-.578.514 0 1.008.207 1.373.578.366.372.573.878.573 1.407s-.207 1.035-.573 1.406c-.366.372-.86.58-1.373.58a1.926 1.926 0 0 1-1.373-.58 2.006 2.006 0 0 1-.573-1.406c0-.53.207-1.035.573-1.407Z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.58 5.435a3.38 3.38 0 0 1 2.328-.935h6.668c.773 0 1.516.312 2.065.87.549.558.859 1.317.859 2.11v6.717c0 .458-.089.91-.261 1.333a3.481 3.481 0 0 1-.742 1.128L14.931 28.412a3.625 3.625 0 0 1-2.584 1.088c-.967 0-1.897-.39-2.583-1.088l-6.189-6.288a3.731 3.731 0 0 1-.807-1.237 3.786 3.786 0 0 1 .048-2.914c.2-.458.487-.869.846-1.21L15.58 5.435Zm2.328.053c-.46 0-.906.131-1.29.372l-.036-.037L4.31 17.491a2.737 2.737 0 0 0-.852 1.95 2.769 2.769 0 0 0 .788 1.978l6.188 6.289a2.697 2.697 0 0 0 1.913.804 2.67 2.67 0 0 0 1.913-.804l11.566-11.754a2.49 2.49 0 0 0 .717-1.757V7.479c0-.525-.205-1.03-.573-1.405a1.956 1.956 0 0 0-1.394-.586h-6.668Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-points{background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 9.053a6.839 6.839 0 0 0-4.861 2.034A6.985 6.985 0 0 0 9.625 16c0 1.843.724 3.61 2.014 4.913a6.839 6.839 0 0 0 4.861 2.035 6.84 6.84 0 0 0 4.861-2.035 6.992 6.992 0 0 0-.002-9.823A6.847 6.847 0 0 0 16.5 9.053Zm4.186 6.187-1.64 1.615.388 2.28a.635.635 0 0 1-.249.618.619.619 0 0 1-.658.049L16.5 18.725 14.473 19.8a.619.619 0 0 1-.658-.048.634.634 0 0 1-.249-.617l.388-2.28-1.64-1.616a.636.636 0 0 1-.159-.648.627.627 0 0 1 .505-.43l2.266-.332 1.013-2.075a.65.65 0 0 1 1.122 0l1.013 2.075 2.266.332a.627.627 0 0 1 .505.43.637.637 0 0 1-.159.648Zm-3.117-.208 1.338.197-.968.953a.637.637 0 0 0-.18.56l.228 1.346-1.196-.636a.619.619 0 0 0-.582 0l-1.197.636.229-1.347a.638.638 0 0 0-.18-.559l-.968-.954 1.338-.196c.204-.03.38-.16.47-.346l.599-1.225.598 1.225a.626.626 0 0 0 .47.346Zm10.242-1.564a2.042 2.042 0 0 1-.667-2.049 3.294 3.294 0 0 0-2.98-4.087 2.045 2.045 0 0 1-1.06-.382 2.077 2.077 0 0 1-.701-.888 3.292 3.292 0 0 0-2.027-1.895 3.294 3.294 0 0 0-2.783.335 2.082 2.082 0 0 1-2.186 0 3.295 3.295 0 0 0-2.783-.335c-.919.3-1.66.993-2.027 1.895a2.076 2.076 0 0 1-.704.89c-.312.224-.68.356-1.062.381a3.294 3.294 0 0 0-2.973 4.092c.09.371.075.76-.045 1.123-.12.362-.337.683-.63.925A3.28 3.28 0 0 0 4 16.004c.001.98.438 1.908 1.189 2.528a2.042 2.042 0 0 1 .667 2.049 3.294 3.294 0 0 0 2.98 4.087c.381.025.748.158 1.06.382.31.224.553.532.701.888a3.292 3.292 0 0 0 2.027 1.895c.931.308 1.95.186 2.783-.335a2.08 2.08 0 0 1 2.186 0l.328-.537-.328.538c.834.52 1.852.642 2.783.334.919-.299 1.66-.992 2.027-1.894.148-.357.392-.665.704-.89.312-.225.68-.357 1.062-.382a3.294 3.294 0 0 0 2.973-4.092c-.09-.371-.075-.76.045-1.123.12-.362.337-.683.63-.925A3.28 3.28 0 0 0 29 15.997a3.281 3.281 0 0 0-1.189-2.529ZM16.501 24.21a8.082 8.082 0 0 1-5.746-2.404A8.255 8.255 0 0 1 8.375 16c0-2.178.856-4.266 2.38-5.806A8.082 8.082 0 0 1 16.5 7.789c2.155 0 4.222.865 5.745 2.405a8.265 8.265 0 0 1-.003 11.61A8.093 8.093 0 0 1 16.5 24.21Z' fill='%23000'/%3E%3Ccircle cx='16' cy='16' r='16' fill='%23000'/%3E%3Cpath d='M11 23.998V8h6.947c2.82 0 4.716 1.736 4.716 4.182 0 1.897-1.083 3.246-2.618 3.68 1.714.23 2.955 1.601 2.955 3.841C23 22.216 20.925 24 18.173 24H11v-.002Zm6.542-9.301c1.533 0 2.414-.777 2.414-2.126 0-1.371-.88-2.125-2.414-2.125h-3.836v4.25h3.836Zm.18 6.857c1.578 0 2.572-.777 2.572-2.24s-.993-2.24-2.573-2.24h-4.015v4.48h4.015Z' fill='%23fff'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-gift{}
body .rdc-icon-svg.rdc-icon-home{background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.538 26h5.21V15.476c0-.276.228-.5.51-.5h1.899L15.999 5.171 4.842 14.975h1.9c.28 0 .51.224.51.5V26h5.21v-4.67c0-1.911 1.586-3.467 3.537-3.467 1.951 0 3.539 1.556 3.539 3.468V26Zm5.72 1h-6.23a.505.505 0 0 1-.51-.5v-5.168c0-1.361-1.13-2.469-2.518-2.469-1.389 0-2.519 1.108-2.519 2.469V26.5c0 .276-.228.5-.51.5h-6.23a.505.505 0 0 1-.51-.5V15.975H3.51a.51.51 0 0 1-.476-.321.493.493 0 0 1 .136-.551L15.66 4.128a.518.518 0 0 1 .68 0l12.49 10.975a.493.493 0 0 1 .136.55.51.51 0 0 1-.476.322h-2.722V26.5c0 .276-.228.5-.51.5Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view1:not(.active) {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23999' d='M4.5 4.5h23v23h-23z'/%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,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M4 4h24v24H4z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view2:not(.active) {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 4.5h10v10h-10v-10Zm10 23h-10v-10h10v10Zm13 0h-10v-10h10v10Zm-10-23h10v10h-10v-10Z' stroke='%23999'/%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,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h11v11H4V4ZM4 17v11h11V17H4ZM17 17v11h11V17H17ZM28 15V4H17v11h11Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-address{background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.722 8.058a.488.488 0 0 0-.484.013.494.494 0 0 0-.238.423V20.74c0 .191.11.366.283.447l5.875 2.765a.488.488 0 0 0 .428-.005l5.274-2.66 6.444 2.667a.494.494 0 0 0 .696-.448V11.653a.494.494 0 0 0-.283-.447L19.056 8.44a.488.488 0 0 0-.425.006l-5.257 2.651-5.652-3.04Zm.26 12.369V9.317l4.894 2.633v10.78L7.98 20.427Zm11.359-.004V9.656l5.678 2.316V22.74l-5.678-2.316Zm-5.484 2.283V11.96l4.503-2.27v10.747l-4.503 2.27Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-size-guide{width: 15px; height: 15px; background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4419 9.62024L5.41415 2.59099C5.3457 2.52252 5.26441 2.4682 5.17493 2.43114C5.08546 2.39408 4.98955 2.375 4.89269 2.375C4.79583 2.375 4.69992 2.39408 4.61044 2.43114C4.52096 2.4682 4.43967 2.52252 4.37122 2.59099L2.55808 4.40629C2.4208 4.54427 2.34375 4.73092 2.34375 4.92548C2.34375 5.12004 2.4208 5.30669 2.55808 5.44467L9.58585 12.4739C9.65472 12.5422 9.7364 12.5962 9.8262 12.6328C9.916 12.6695 10.0122 12.688 10.1092 12.6875C10.3038 12.6876 10.4906 12.6109 10.6288 12.4739L12.4419 10.6586C12.5792 10.5206 12.6562 10.334 12.6562 10.1394C12.6562 9.94487 12.5792 9.75822 12.4419 9.62024ZM10.1092 11.9511L3.0777 4.92548L4.89084 3.11385L6.28755 4.50939L5.45837 5.32315L5.97799 5.84234L6.80717 5.02858L8.32918 6.54932L7.5 7.3778L8.02331 7.90067L8.85249 7.07218L10.3745 8.59292L9.54531 9.42141L10.0797 9.94059L10.9089 9.1121L11.9223 10.1394L10.1092 11.9511Z' fill='%23000'/%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) {}

