
:root {
    --color-black: #333;
    --color-theme: #eb9023;
    --color-theme-opacity: #eb902350;
    --color-white: #FFF;
    --color-dark: #000;
    --color-background: #F5F5F5;
    --color-lines: #DDD;
    --color-link: #17538F;
    --color-gray: #999;
    --color-lightgray: #DDD;
    --color-darkgray: #666;
    --color-success: #3F9C35;
    --color-warning: #B48E4D;
    --color-error: #F14244;
    --color-agent: #377BDB;
    --color-seller: #0EBC31;
    --color-featured: #D0021B;
    --main-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --list-nav-title-font-size-raw: 16;
    --list-nav-title-line-height: calc(var(--list-nav-title-font-size-raw) * 1.5px);                                /* Converting percentage to pixels (150%) */
    --secondary-subtitle-font-size-raw: 18;
    --secondary-subtitle-line-height: calc(var(--secondary-subtitle-font-size-raw) * 1.5px);                        /* Converting percentage to pixels (150%) */
    --body-font-size-raw: 13;
    --body-line-height: calc(var(--body-font-size-raw) * 1.8px);                                                    /* Converting percentage to pixels (180%) */
    --login-page-primary-background-color: #eb9023;
    --login-page-secondary-background-color: #030404;
    --header-background-color: #eb9023;
    --header-border-color: #ffffff40;
    --header-text-color: #ffffff;
    --header-submenu-background-color: #ffffff;
    --header-submenu-text-color: #333333;
    --main-background-color: #FFF;
    --footer-background-color: #030404;
    --footer-title-color: #eb9023;
    --footer-text-color: #ffffff;
    --primary-button-text-color: #ffffff;
    --primary-button-border-color: #333333;
    --primary-button-background-color: #333333;
    --primary-button-text-color-hover: #333333;
    --primary-button-border-color-hover: #333333;
    --primary-button-background-color-hover: #ffffff;
    --secondary-button-text-color: #333333;
    --secondary-button-border-color: #333333;
    --secondary-button-background-color: #ffffff;
    --secondary-button-text-color-hover: #ffffff;
    --secondary-button-border-color-hover: #333333;
    --secondary-button-background-color-hover: #333333;
    --tertiary-button-height: 30px;
    --tertiary-button-text-color: #333;
    --tertiary-button-border-color: #DDD;
    --tertiary-button-background-color: #FFF;
    --tertiary-button-text-color-hover: #333;
    --tertiary-button-border-color-hover: #999;
    --tertiary-button-background-color-hover: #FFF;
    --tertiary-button-box-shadow: 0 2px 5px 0 rgba(213, 217, 217, 0.5);
    --tertiary-button-border-radius: 6px;
    --quaternary-button-text-color: #333;
    --quaternary-button-border-color: #D5D9D9;
    --quaternary-button-background-color: #F5F5F5;
    --quaternary-button-text-color-hover: #333;
    --quaternary-button-border-color-hover: #999;
    --quaternary-button-background-color-hover: #FFF;
    --quaternary-button-box-shadow: 0 2px 5px 0 rgba(213, 217, 217, 0.5);
    --quaternary-button-border-radius: 20px;
    --cart-button-text-color: #ffffff;
    --cart-button-border-color: #eb9023;
    --cart-button-background-color: #eb9023;
    --cart-button-text-color-hover: #ffffff;
    --cart-button-border-color-hover: #dc8114;
    --cart-button-background-color-hover: #dc8114;
    --input-button-height: 38px;
    --input-checkbox-radio-size-raw: 20;
    --input-checkbox-radio-size: calc(var(--input-checkbox-radio-size-raw) * 1px);
    --toggle-switch-size-raw: 24;
    --toggle-switch-size: calc(var(--toggle-switch-size-raw) * 1px);
    --slideout-animation-duration: 300ms;
}







/*
*
* Tipography
*
*/
body, .paragraph, body .ui-widget, .gm-style, p, .page-content {
    font-family: var(--main-font-family);
    font-weight: 400;
    font-size: calc(var(--body-font-size-raw) * 1px);
    color: var(--color-black);
}

/* PARAGRAPH */
.paragraph, .gm-style, p, .page-content {
    line-height: var(--body-line-height);
}

/* SMALL */
.small, .small::before, .small::after {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: var(--color-darkgray);
}

/* STRONG */
strong, b, .rdc-bold {font-weight: 600;}

/* A */
a, .a, a.small, .a.small {color: var(--color-link);}
a, .a {text-decoration: none;}
a:not([disabled]):hover, .a:not([disabled]):hover {text-decoration: underline;}
a[disabled], .a[disabled] {cursor: default !important;opacity: 0.6;}


/* MEGA-TITLE */
.mega-title, .home-slider-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    color: var(--color-black);
}

/* TITLE */
h1:not(.nostyle), .h1:not(.nostyle), .title:not(.home-slider-title) {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: var(--color-black);
}

/* SECONDARY-TITLE */
h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: var(--color-black);
}

/* SUBTITLE */
h3:not(.short-content-heading-titles), .h3:not(.short-content-heading-titles), .subtitle:not(.home-slider-subtitle), .home-slider-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--color-black);
}

/* SECONDARY-SUBTITLE */
h4, .h4, .secondary-subtitle, .home-slider-subtitle, .cat-title, #datepickerAgenda .ui-datepicker-title, #datepickerAgenda .ui-datepicker-title * {
    font-weight: 700;
    font-size: calc(var(--secondary-subtitle-font-size-raw) * 1px);
    line-height: var(--secondary-subtitle-line-height);
    color: var(--color-black);
}

/* LIST-NAV-TITLE */
.list-nav-title {
    font-weight: 700;
    font-size: calc(var(--list-nav-title-font-size-raw) * 1px);
    line-height: var(--list-nav-title-line-height);
    color: var(--color-black);
}

/* SIGNATURE */
.signature {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--color-black);
    letter-spacing: 1px;
}

/* LIST-NAV-SUBTITLE */
.list-nav-subtitle {
    font-weight: 600;
    font-size: 13px;
    line-height: 180%;
    text-transform: uppercase;
    color: var(--color-black);
}

@media screen and (max-width: 767px) {
    /* MEGA-TITLE */
    .mega-title, .home-slider-title {
        font-size: 34px;
    }

    /* TITLE */
    h1:not(.nostyle), .h1:not(.nostyle), .title:not(.home-slider-title) {
        font-size: 26px;
    }

    /* SECONDARY-TITLE */
    h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
        font-size: 22px;
    }

    /* SIGNATURE */
    .signature {
        font-size: 13px;
    }
}






/*
*
* Elements & Components
*
*/

/* Primary Button */
    /* Normal */
    .button, button, input[type=submit], input[type=button] {
        font-family: var(--main-font-family);
        font-weight: 600;
        font-size: 14px;
        line-height: calc(var(--input-button-height) - 2px);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: var(--input-button-height);
        padding: 0 45px;
        border-radius: calc(var(--input-button-height) / 2);
        color: var(--primary-button-text-color);
        border: 1px solid var(--primary-button-border-color);
        background-color: var(--primary-button-background-color);
    }
    .button .rdc-icon-svg,
    button .rdc-icon-svg {filter: brightness(0%) invert(100%);}

    /* Normal Icon */
    button.rdc-button-icon,
    .button.rdc-button-icon {
        width: var(--input-button-height);
        padding: 0;
        border-radius: 4px;
    }
    button.rdc-button-icon .rdc-icon-svg-mask,
    .button.rdc-button-icon .rdc-icon-svg-mask {
        width: 24px;
        height: 24px;
    }

    /* Normal Hover */
    @media screen and (hover: hover) and (pointer: fine) {
        .button:not([disabled]):not(.btn-cart-esgotado):not(.loader):hover, button:not([disabled]):not(.btn-cart-esgotado):not(.loader):hover, input[type=submit]:not([disabled]):not(.btn-cart-esgotado):hover, input[type=button]:not([disabled]):not(.btn-cart-esgotado):hover {
            color: var(--primary-button-text-color-hover);
            border-color: var(--primary-button-border-color-hover);
            background-color: var(--primary-button-background-color-hover);
        }
        .button:not([disabled]):not(.loader):hover .rdc-icon-svg, button:not([disabled]):not(.loader):hover .rdc-icon-svg {filter: invert(0%);}
    }

    /* Normal Loading */
    .button.loader, button.loader {
        color: var(--primary-button-background-color);
    }
    .button.loader::before, button.loader::before {
        border-color: var(--primary-button-text-color);
    }
    .button.loader::after, button.loader::after {
        border-color: var(--primary-button-text-color) transparent transparent;
    }

    /* Normal Disabled */
    .button[disabled], button[disabled], input[type=submit][disabled], input[type=button][disabled] {
        cursor: default !important;
        color: var(--color-darkgray);
        border-color: var(--color-lightgray);
        background-color: var(--color-lightgray);
    }

    /* White */
    .button.btn-light, .button.white, button.btn-light, button.white, input[type=submit].btn-light, input[type=submit].white, input[type=button].btn-light, input[type=button].white {
        color: var(--primary-button-background-color);
        border-color: var(--color-white);
        background-color: var(--color-white);
    }

    /* White Hover */
    @media screen and (hover: hover) and (pointer: fine) {
        .button.btn-light:not([disabled]):not(.loader):hover, .button.white:not([disabled]):not(.loader):hover, button.btn-light:not([disabled]):not(.loader):hover, button.white:not([disabled]):not(.loader):hover, input[type=submit].btn-light:not([disabled]):not(.loader):hover, input[type=submit].white:not([disabled]):not(.loader):hover, input[type=button].btn-light:not([disabled]):not(.loader):hover, input[type=button].white:not([disabled]):not(.loader):hover {
            color: var(--color-white);
            border-color: var(--color-white);
            background-color: transparent;
        }
    }

    /* White Loading */
    .button.btn-light.loader, .button.white.loader, button.btn-light.loader, button.white.loader {
        color: var(--color-white);
    }
    .button.btn-light.loader::before, .button.white.loader::before, button.btn-light.loader::before, button.white.loader::before {
        border-color: var(--primary-button-background-color);
    }
    .button.btn-light.loader::after, .button.white.loader::after, button.btn-light.loader::after, button.white.loader::after {
        border-color: var(--primary-button-background-color) transparent transparent;
    }

    /* White Disabled */
    .button.white[disabled], button.white[disabled], input[type=submit].white[disabled], input[type=button].white[disabled] {
        cursor: default !important;
        color: var(--color-white);
        border-color: var(--color-lightgray);
        background-color: var(--color-lightgray);
    }

/* Secondary Button */
    /* Normal */
    .button.btn2, button.btn2, input[type=submit].btn2, input[type=button].btn2 {
        color: var(--secondary-button-text-color);
        border-color: var(--secondary-button-border-color);
        background-color: var(--secondary-button-background-color);
    }

    /* Normal Hover */
    @media screen and (hover: hover) and (pointer: fine) {
        .button.btn2:not([disabled]):not(.loader):hover, button.btn2:not([disabled]):not(.loader):hover, input[type=submit].btn2:not([disabled]):not(.loader):hover, input[type=button].btn2:not([disabled]):not(.loader):hover, .buttonBlocks:not([disabled]):not(.loader):hover{
            color: var(--secondary-button-text-color-hover);
            border-color: var(--secondary-button-border-color-hover);
            background-color: var(--secondary-button-background-color-hover);
        }
    }

    /* Normal Loading */
    .button.btn2.loader, button.btn2.loader {
        color: var(--secondary-button-background-color);
    }
    .button.btn2.loader::before, button.btn2.loader::before {
        border-color: var(--secondary-button-text-color);
    }
    .button.btn2.loader::after, button.btn2.loader::after {
        border-color: var(--secondary-button-text-color) transparent transparent;
    }
    
    /* Normal Disabled */
    .button.btn2[disabled], button.btn2[disabled], input[type=submit].btn2[disabled], input[type=button].btn2[disabled], .buttonBlocks[disabled]{
        cursor: default !important;
        color: var(--color-lightgray);
        border-color: var(--color-lightgray);
        background-color: var(--color-white);
    }

    /* 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 */
    @media screen and (hover: hover) and (pointer: fine) {
        .button.btn2.btn-light:not([disabled]):not(.loader):hover, .button.btn2.white:not([disabled]):not(.loader):hover, button.btn2.btn-light:not([disabled]):not(.loader):hover, button.btn2.white:not([disabled]):not(.loader):hover, input[type=submit].btn2.btn-light:not([disabled]):not(.loader):hover, input[type=submit].btn2.white:not([disabled]):not(.loader):hover, input[type=button].btn2.btn-light:not([disabled]):not(.loader):hover, input[type=button].btn2.white:not([disabled]):not(.loader):hover {
            color: var(--secondary-button-text-color);
            border-color: var(--color-white);
            background-color: var(--color-white);
        }
    }

    /* White Loading */
    .button.btn2.btn-light.loader, .button.btn2.white.loader, button.btn2.btn-light.loader, button.btn2.white.loader, body #main .contentTitles_button.btn-light.loader {
        color: transparent;
    }
    .button.btn2.btn-light.loader::before, .button.btn2.white.loader::before, button.btn2.btn-light.loader::before, button.btn2.white.loader::before, body #main .contentTitles_button.btn-light.loader::before {
        border-color: var(--color-white);
    }
    .button.btn2.btn-light.loader::after, .button.btn2.white.loader::after, button.btn2.btn-light.loader::after, button.btn2.white.loader::after, body #main .contentTitles_button.btn-light.loader::after {
        border-color: var(--color-white) transparent transparent;
    }

    /* White Disable */
    .button.btn2.btn-light[disabled], .button.btn2.white[disabled], button.btn2.btn-light[disabled], button.btn2.white[disabled], input[type=submit].btn2.btn-light[disabled], input[type=submit].btn2.white[disabled], input[type=button].btn2.btn-light[disabled], input[type=button].btn2.white[disabled] {
        cursor: default !important;
        color: var(--color-lightgray);
        border-color: var(--color-lightgray);
        background-color: transparent;
    }

/* Tertiary Button */
    /* Normal */
    .button.btn3, button.btn3, input[type=submit].btn3, input[type=button].btn3 {
        font-weight: 400;
        font-size: 13px;
        line-height: calc(var(--tertiary-button-height) - 2px);
        height: var(--tertiary-button-height);
        padding: 0 20px;
        color: var(--tertiary-button-text-color);
        border-color: var(--tertiary-button-border-color);
        background-color: var(--tertiary-button-background-color);
        box-shadow: var(--tertiary-button-box-shadow);
        border-radius: var(--tertiary-button-border-radius);
    }

    /* Normal Icon */
    button.btn3.rdc-button-icon,
    .button.btn3.rdc-button-icon {
        width: var(--tertiary-button-height);
        padding: 4px;
    }
    button.btn3.rdc-button-icon .rdc-icon-svg-mask,
    .button.btn3.rdc-button-icon .rdc-icon-svg-mask {
        width: 100%;
        height: 100%;
    }

    /* Normal Hover */
    @media screen and (hover: hover) and (pointer: fine) {
        .button.btn3:not([disabled]):not(.loader):hover, button.btn3:not([disabled]):not(.loader):hover, input[type=submit].btn3:not([disabled]):not(.loader):hover, input[type=button].btn3:not([disabled]):not(.loader):hover, .buttonBlocks:not([disabled]):not(.loader):hover{
            color: var(--tertiary-button-text-color-hover);
            border-color: var(--tertiary-button-border-color-hover);
            background-color: var(--tertiary-button-background-color-hover);
        }
    }

    /* Normal Loading */
    .button.btn3.loader, button.btn3.loader {
        color: var(--tertiary-button-background-color);
    }
    .button.btn3.loader::before, button.btn3.loader::before {
        border-color: var(--tertiary-button-text-color);
    }
    .button.btn3.loader::after, button.btn3.loader::after {
        border-color: var(--tertiary-button-text-color) transparent transparent;
    }

    /* Normal Disabled */
    .button.btn3[disabled], button.btn3[disabled], input[type=submit].btn3[disabled], input[type=button].btn3[disabled], .buttonBlocks[disabled]{
        cursor: default !important;
        color: var(--color-lightgray);
        border-color: var(--color-lightgray);
        background-color: var(--color-white);
    }

/* Quaternary Button */
    /* Normal */
    .button.btn4, button.btn4, input[type=submit].btn4, input[type=button].btn4 {
        font-weight: 400;
        font-size: 13px;
        line-height: 28px;
        height: 30px;
        padding: 0 20px;
        color: var(--quaternary-button-text-color);
        border-color: var(--quaternary-button-border-color);
        background-color: var(--quaternary-button-background-color);
        box-shadow: var(--quaternary-button-box-shadow);
        border-radius: var(--quaternary-button-border-radius);
    }

    /* Normal Hover */
    @media screen and (hover: hover) and (pointer: fine) {
        .button.btn4:not([disabled]):not(.loader):hover, button.btn4:not([disabled]):not(.loader):hover, input[type=submit].btn4:not([disabled]):not(.loader):hover, input[type=button].btn4:not([disabled]):not(.loader):hover, .buttonBlocks:not([disabled]):not(.loader):hover{
            color: var(--quaternary-button-text-color-hover);
            border-color: var(--quaternary-button-border-color-hover);
            background-color: var(--quaternary-button-background-color-hover);
        }
    }

    /* Normal Loading */
    .button.btn4.loader, button.btn4.loader {
        color: var(--quaternary-button-background-color);
    }
    .button.btn4.loader::before, button.btn4.loader::before {
        border-color: var(--quaternary-button-text-color);
    }
    .button.btn4.loader::after, button.btn4.loader::after {
        border-color: var(--quaternary-button-text-color) transparent transparent;
    }

    /* Normal Disabled */
    .button.btn4[disabled], button.btn4[disabled], input[type=submit].btn4[disabled], input[type=button].btn4[disabled], .buttonBlocks[disabled]{
        cursor: default !important;
        color: var(--color-lightgray);
        border-color: var(--color-lightgray);
        background-color: var(--color-white);
    }

/* Button Link */
    /* Normal */
    .button.link, .link {
        font-family: var(--main-font-family);
        font-weight: 500;
        font-size: 14px;
        line-height: 115%;
        color: var(--color-link);
        text-decoration: none;
        text-underline-offset: 3px;
    }

    /* Normal Hover */
    @media screen and (hover: hover) and (pointer: fine) {
        a:hover .button.link:not([disabled]), a:hover .link:not([disabled]),
        .a:hover .button.link:not([disabled]), .a:hover .link:not([disabled]),
        .button.link:not([disabled]):hover, .link:not([disabled]):hover {
            text-decoration: underline;
            text-decoration-thickness: 2px;
        }
    }

    /* Normal Disabled */
    .button.link[disabled], .link[disabled] {
        cursor: default !important;
        color: var(--color-lightgray);
    }

    /* White */
    .button.link.white, .link.white {
        color: var(--color-white);
    }

    /* White Disable */
    .button.link.white[disabled], .link.white[disabled] {
        cursor: default !important;
        color: var(--color-lightgray);
    }

/* Button Card */
    /* Normal */
    .button-card {
        transition: border-color 0.15s,
        box-shadow 0.15s;
        border-radius: 6px;
    }

    /* Active */
    .button-card.active {
        box-shadow: 0px 0px 0px 2px var(--color-theme);
    }

    /* Normal hover e active */
    @media screen and (hover: hover) and (pointer: fine) {
        .button-card:not(.disabled):not(.esgotado):hover {
            border-color: var(--color-gray);
        }
    }

    /* Disable */
    .button-card.disabled {}

    /* Esgotado */
    .button-card.esgotado {}

    /* Title */
    .button-card-title {}

    /* Description */ 
    .button-card-desc {
        color: var(--color-gray);
    }

/* Buttons Cart */
    /* Normal */
    .btn-cart {
        font-family: var(--main-font-family);
        font-weight: 600;
        font-size: 12px;
        line-height: normal;
        text-transform: uppercase;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: var(--input-button-height);
        padding: 0 4px;
        border-radius: calc(var(--input-button-height) / 2);
        cursor: pointer;
        color: var(--cart-button-text-color);
        border: 2px solid var(--cart-button-border-color);
        background-color: var(--cart-button-background-color);
    }
    .btn-cart span {
        display: block;
        font-weight: 400;
        font-size: 10px;
        line-height: 140%;
        text-transform: capitalize;
    }

    /* Normal hover */
    @media screen and (hover: hover) and (pointer: fine) {
        .btn-cart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{
            color: var(--cart-button-text-color-hover);
            border-color: var(--cart-button-border-color-hover);
            background-color: var(--cart-button-background-color-hover);
        }
    }

    /* Normal Loading */
    .btn-cart.loader {
        color: var(--cart-button-background-color);
    }
    .btn-cart::before {
        border-color: var(--cart-button-text-color);
    }
    .btn-cart::after {
        border-color: var(--cart-button-text-color) transparent transparent;
    }

    /* Normal Disabled */
    .btn-cart[disabled]{
        color: var(--color-white);
        border-color: var(--color-lightgray);
        background-color: var(--color-lightgray);
    }

/* Button Esgotado */
    /* Normal */
    .btn-cart-esgotado {
        font-family: var(--main-font-family);
        font-weight: 600;
        font-size: 12px;
        line-height: normal;
        text-transform: uppercase;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: var(--input-button-height);
        padding: 0 4px;
        border-radius: calc(var(--input-button-height) / 2);
        cursor: default;
        color: dimgray;
        border: 2px solid var(--color-lightgray);
        background-color: var(--color-lightgray);
    }

/* Button Loading */
.button.loader, button.loader,
.btn-cart.loader {
    position: relative;
    cursor: default;
}

.button.loader::before, button.loader::before,
.btn-cart.loader::before,
.button.loader::after, button.loader::after,
.btn-cart.loader::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(var(--input-button-height) / 2);
    height: calc(var(--input-button-height) / 2);
    border-radius: calc(var(--input-button-height) / 2);
    margin: calc(calc(calc(var(--input-button-height) / 2) / 2) * -1) 0 0 calc(calc(calc(var(--input-button-height) / 2) / 2) * -1);
    border-width: 2px;
    border-style: solid;
}

.button.loader::before, button.loader::before,
.btn-cart.loader::before {
    opacity: 0.25;
}

.button.loader::after, button.loader::after,
.btn-cart.loader::after {
    -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);}
}

.button-radius {
    border-radius: 60px;
}






/*
*
* Accordions
*
*/
.accordion > li {
    border-color: var(--color-lines);
}

.accordion > li.active {
    border-color: #24303C;
}

.accordion > li.active + li {
    border-top-color: #24303C;
}

.accordion .accordion-head {
    padding: 9px 40px 9px 15px; 
}

.accordion .accordion-icon .rdc-icon-svg-mask {
    width: 24px;
    height: 24px;
    background-color: var(--color-black);
}

.accordion .accordion-content {
    padding: 0 15px 34px;
}

.accordion .accordion-head > a,
.accordion .accordion-head > .a {
    text-decoration: none;
}






/*
*
* Tabs
*
*/
.tabs-container:not(.vertical) .tabs {
    text-align: center;
}

.tabs-container:not(.vertical) .tabs li {
    margin-left: 15px;
}

.tabs-container:not(.vertical) .tabs-item {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: var(--color-black);
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 7px 20px;
    border-radius: 6px;
    border: 1px solid var(--color-lines);
}

.tabs-container:not(.vertical) li:hover .tabs-item,
.tabs-container:not(.vertical) li.sel .tabs-item {
    color: var(--color-theme);
    border-color: var(--color-theme);
}

@media screen and (hover: hover) and (pointer: fine) {
    .tabs-container:not(.vertical) li:hover .tabs-item {
        color: var(--color-theme);
        border-color: var(--color-theme);
    }
}

@media screen and (min-width: 992px){
    .tabs-container:not(.vertical) .tabs-item {
        box-shadow: 0px 2px 5px rgba(213, 217, 217, 0.5);
    }
    .tabs-container:not(.vertical) .tabs-content .tab {
        padding-top: 50px;
    }
}

@media screen and (max-width: 991px){
    .tabs-container:not(.vertical) .tabs-content .tab {
        padding-top: 30px;
    }
}






/*
*
* Form
*
*/

/* Input Text / Number / Email / Password / Tel / Search / Date / File / Textarea / Select */
    /* Normal */
    input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=date], input[type=file], textarea, select, body .ui-widget input, body .ui-widget select, body .ui-widget textarea, body .ui-widget button {
        font-family: var(--main-font-family);
        font-weight: 400;
        font-size: 14px;
        line-height: normal;
        color: var(--color-black);
        height: var(--input-button-height);
        padding: 8px 15px;
        border: 1px solid var(--color-lines);
        background-color: var(--color-white);
    }

    /* Normal Hover */
    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=date]:hover, input[type=file]:hover, textarea:hover, div.select:not(.disabled):not([readonly]):hover,
    input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=date]:focus, input[type=file]:focus, textarea:focus {
        border-color: var(--color-black);
    }

    /* Normal Readonly */
    input[type=text][readonly], input[type=number][readonly], input[type=email][readonly], input[type=password][readonly], input[type=tel][readonly], input[type=search][readonly], input[type=date][readonly], input[type=file][readonly], textarea[readonly] {
        cursor: default;
        border-color: var(--color-lines) !important;
        background-color: var(--color-background) !important;
    }

    /* Normal Disabled */
    input[type=text]:disabled, input[type=number]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=search]:disabled, input[type=date]:disabled, input[type=file]:disabled, textarea:disabled, div.select[disabled],
    input[type=text].disabled, input[type=number].disabled, input[type=email].disabled, input[type=password].disabled, input[type=tel].disabled, input[type=search].disabled, input[type=date].disabled, input[type=file].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-gray);
        -webkit-opacity: 1;
        cursor: default;
    }

    /* Normal Placeholder */
    ::-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);}

/* Input Password */
    /* Normal */
    input[data-type=password] {
        padding-right: calc(var(--input-button-height) + 15px);
    }

    input[data-type=password] + .rdc-button-toggle-password {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: var(--input-button-height);
        height: var(--input-button-height);
        cursor: pointer;
    }

    input[data-type=password] + .rdc-button-toggle-password .rdc-icon-svg-mask {
        width: 18px;
        height: 18px;
        background-color: var(--color-black);
    }

    input[data-type=password] + .rdc-button-toggle-password:not(.active) .rdc-icon-eye,
    input[data-type=password] + .rdc-button-toggle-password.active .rdc-icon-eye-off {
        display: none;
    }

/* Input File */
    /* Normal */
    input[type=file] {
        padding: 7px 15px;
    }

/* Input Date */
    /* Normal */
    input[type=date] {
        -webkit-appearance: none;
        appearance: none;
    }

/* Input Radio */
    /* Normal */
    input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        width: var(--input-checkbox-radio-size);
        height: var(--input-checkbox-radio-size);
        border-radius: 50%;
        border-width: 1px;
        border-style: solid;
        vertical-align: top;
    }

    input[type="radio"]:not(:disabled) {
        cursor: pointer;
    }

    input[type="radio"]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(var(--input-checkbox-radio-size) / 2);
        height: calc(var(--input-checkbox-radio-size) / 2);
        border-radius: 50%;
        box-sizing: border-box;
    }

    input[type="radio"]:not(:checked) {
        border-color: var(--color-lines);
    }

    input[type="radio"]:not(:disabled) {
        background-color: var(--color-white);
    }

    input[type="radio"] + label {
        line-height: calc(var(--input-checkbox-radio-size-raw) / var(--body-font-size-raw) * 100%);
        display: inline-block;
        max-width: calc(100% - var(--input-checkbox-radio-size));
        padding-left: 12px;
        vertical-align: top;
    }

    input[type="radio"]:not(:disabled) + label {
        cursor: pointer;
    }

    /* Normal Checked */
    input[type="radio"]:checked:not(:disabled) {
        border-color: var(--color-black);
    }

    input[type="radio"]:checked:not(:disabled):before {
        background-color: var(--color-black);
    }

    /* Normal Disabled */
    input[type="radio"]:disabled {
        cursor: not-allowed;
        background-color: var(--color-background);
    }

    input[type="radio"]:disabled:checked {
        border-color: var(--color-gray);
    }

    input[type="radio"]:disabled:checked::before {
        background-color: var(--color-gray);
    }

    input[type="radio"]:disabled + label {
        color: var(--color-gray);
        cursor: not-allowed;
    }

/* Input Checkbox */    
    /* Normal */
    input[type="checkbox"]:not(.toggle-switch) {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        width: var(--input-checkbox-radio-size);
        height: var(--input-checkbox-radio-size);
        border-width: 1px;
        border-style: solid;
        vertical-align: top;
    }

    input[type="checkbox"]:not(.toggle-switch):not(:disabled) {
        cursor: pointer;
    }

    input[type="checkbox"]:not(.toggle-switch)::before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        width: calc(var(--input-checkbox-radio-size) / 3.33);   /* 3.33 is a multiple of the width (e.g., in an input with 20px, set the checkmark width to 6px) */
        height: calc(var(--input-checkbox-radio-size) / 1.67);  /* 1.67 is a multiple of the height (e.g., in an input with 20px, set the checkmark height to 12px) */
        border-width: 0 1px 1px 0;
        border-style: solid;
        border-color: transparent;
        box-sizing: border-box;
    }

    input[type="checkbox"]:not(.toggle-switch):not(:checked) {
        border-color: var(--color-lines);
    }

    input[type="checkbox"]:not(.toggle-switch):not(:disabled) {
        background-color: var(--color-white);
    }

    input[type="checkbox"]:not(.toggle-switch) + label {
        line-height: calc(var(--input-checkbox-radio-size-raw) / var(--body-font-size-raw) * 100%);
        display: inline-block;
        max-width: calc(100% - var(--input-checkbox-radio-size));
        padding-left: 12px;
        vertical-align: top;
    }
    
    input[type="checkbox"]:not(.toggle-switch):not(:disabled) + label {
        cursor: pointer;
    }

    /* Normal Checked */
    input[type="checkbox"]:not(.toggle-switch):checked:not(:disabled) {
        border-color: var(--color-black);
    }

    input[type="checkbox"]:not(.toggle-switch):checked:not(:disabled):before {
        border-color: var(--color-black);
    }

    /* Normal Disabled */
    input[type="checkbox"]:not(.toggle-switch):disabled {
        cursor: not-allowed;
        background-color: var(--color-background);
    }

    input[type="checkbox"]:not(.toggle-switch):disabled:checked {
        border-color: var(--color-gray);
    }

    input[type="checkbox"]:not(.toggle-switch):disabled:checked::before {
        border-color: var(--color-gray);
    }

    input[type="checkbox"]:not(.toggle-switch):disabled + label {
        color: var(--color-gray);
        cursor: not-allowed;
    }

/* Input Checkbox Toggle Switch */    
    /* Normal */
    input[type="checkbox"].toggle-switch {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        width: calc(var(--toggle-switch-size) * 2);
        height: var(--toggle-switch-size);
        border-radius: calc(var(--toggle-switch-size) / 2);
        border: 0;
        vertical-align: top;
    }

    input[type="checkbox"].toggle-switch:not(:disabled) {
        cursor: pointer;
    }

    input[type="checkbox"].toggle-switch:not(:checked):not(:disabled) {
        background-color: #C5C5C5;
    }

    input[type="checkbox"].toggle-switch::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: var(--toggle-switch-size);
        height: var(--toggle-switch-size);
        border-radius: var(--toggle-switch-size);
        border: 3px solid transparent;
        background-color: var(--color-white);
        background-clip: content-box;
        transition: all 300ms ease;
        box-sizing: border-box;
    }

    input[type="checkbox"].toggle-switch + label {
        line-height: calc(var(--toggle-switch-size-raw) / var(--body-font-size-raw) * 100%);
        display: inline-block;
        max-width: calc(100% - calc(var(--toggle-switch-size) * 2));
        padding-left: 12px;
        vertical-align: top;
    }

    input[type="checkbox"].toggle-switch:not(:disabled) + label {
        cursor: pointer;
    }

    /* Normal Checked */
    input[type="checkbox"].toggle-switch:not(:disabled):checked {
        background-color: var(--color-theme);
    }

    input[type="checkbox"].toggle-switch:checked::before {
        left: 100%;
        transform: translateX(-100%);
    }

    input[type="checkbox"].toggle-switch:active:before {
        width: calc(var(--toggle-switch-size) + calc(var(--toggle-switch-size) / 3));
    }

    /* Normal Disabled */
    input[type="checkbox"].toggle-switch:not(:checked):disabled {
        background-color: var(--color-lightgray);
    }

    input[type="checkbox"].toggle-switch:checked:disabled {
        background-color: var(--color-theme-opacity);
    }

    input[type="checkbox"]:disabled + label {
        color: var(--color-gray);
        cursor: not-allowed;
    }

/* Select */
    /* Normal */
    div.select {
        position: relative;
        display: block;
        border: 1px solid var(--color-lines);
        overflow-x: hidden;
        background: var(--color-white);
    }

    div.select select,
    .multi-select-button {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        width: 100%;
        height: calc(var(--input-button-height) - 2px);
        padding: 8px 30px 8px 15px;
        appearance: none;
        border: 0px !important;
        background: transparent;
    }

    div.select select::-ms-expand {
        display: none;
    }

    div.select:not([readonly])::after {
        content: '';
        position: absolute;
        top: calc(50% - 4px);
        right: 15px;
        width: 8px;
        height: 8px;
        background: url(/sysimages/icon-arrow-select.png) left top/8px no-repeat;
    }

    /* Normal Loading */
    div.select.loading::after {
        right: 8px;
        width: 20px;
        background: url(/sysimages/variantsloader.gif) center center/18px no-repeat;
    }

    /* Normal Readonly */
    select[readonly] {
        pointer-events: none;
    }

    /* Normal Disabled */
    div.select[disabled]::after {
        opacity: 0.3;
    }

    div.select select:disabled {
        background: none;
    }

    select option[disabled] {
        color: var(--color-lightgray);
    }



/* Multiple - Select */
.multi-select-container{position: relative;width: 100%;display: table;table-layout: fixed;}
.multi-select-container .multi-select-menu{display: none;position: absolute;left: -1px;right: -1px;top: 100%;background: #FFF;z-index: 11;border: 1px solid var(--color-lines);border-top: 1px dashed var(--color-lines);z-index: 50;overflow-x: auto !important;max-height: 350px !important;}
.multi-select-container:hover .multi-select-menu{border-color: var(--color-black);border-top: 1px dashed var(--color-lines);}
.multi-select-container .multi-select-menuitems{width: 100%;overflow: hidden;}
.multi-select-container .multi-select-menuitems .multi-select-menuitem:not(:first-child){margin-top: 1px;}
.multi-select-container .multi-select-menuitem{display: inline-block;position: relative;width: 100%;padding: 8px 15px;white-space: nowrap;cursor: pointer;}
.multi-select-container .multi-select-menuitem p {margin: 0;padding: 0;font-family: var(--main-font-family);font-size: 13px;font-weight: 600;}/*required*/
.multi-select-container .multi-select-menuitem input[type=radio], .multi-select-menuitem input[type=checkbox]{margin-right: 12px;}
.multi-select-container .multi-select-menuitem:hover{background: #F7F7F7;}
.form-field label.multi-select-menuitem p {margin: 0;padding: 0;}
.multi-select-button{display: table-cell;vertical-align: middle;line-height: normal;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;cursor: default;}
.multi-select-container--open .multi-select-menu{display: block;}
.multi-select-menuitem input[type="checkbox"] {width: 18px;height: 18px;}

.form-field .label-title,
.form-field .label-subtitle,
.content-radio label, .content-check label, .checkbox-uni label {
    font-family: var(--main-font-family);
    color: var(--color-black);
    font-size: 13px;
    font-weight: 500;
}

.form-field .label-title {
    line-height: normal;
}

.label-title, .label-desc {padding-bottom: 5px;}
.form-field input:not([type="radio"]):not([type="checkbox"]) {display: inline-grid;}
.form-field textarea {min-height: 90px;}

.form-field .required-policy {
    font-family: var(--main-font-family);
    font-weight: 400;
}

.form-field.displayError textarea {
    background-position: right top 6px;
}

.form-field .asterisk {
    color: var(--color-error);
}

#policy_page_link {
    text-decoration: underline;
}

#policy_page_link:hover {
    text-decoration: none;
}

.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,
.dataTables_filter.displayError textarea {
    background-color: #FAE5E7;
    border-color: var(--color-error) !important;
}

.form-field.displayError input,
.form-field.displayError textarea {
    background: #FAE5E7 !important;
}

body .form-field.left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body .rdc-input-qtd {position: relative;width: var(--input-button-height);border: 1px solid lightgray;}
body .rdc-input-qtd > input[type="text"] {width: 100%;height: calc(var(--input-button-height) - 2px);padding: 0 4px 5px;border: 0 !important;font-size: 11px;text-align: center;}
body .rdc-input-qtd .rdc-input-qtd-label {position: absolute;top: 0;left: 3px;transform: translateY(-50%);padding: 0 1px;background-color: var(--color-white);}
body .rdc-input-qtd .inputAvailability {position: absolute;right: 1px;bottom: 1px;left: 1px;height: 4px;}

body .rdc-input-qtd-with-controls {display: grid;grid-template-columns: 30px 32px 30px;align-items: center;width: 94px;height: var(--input-button-height);border-radius: 4px;border: 1px solid lightgray;background-color: var(--color-white);}
body .rdc-input-qtd-with-controls > :only-child {grid-column: span 3;}
body .rdc-input-qtd-with-controls > input[type="number"] {height: calc(var(--input-button-height) - 2px);padding: 4px;border: 0 !important;text-align: center;}
body .rdc-input-qtd-with-controls .rdc-input-qtd-controls {height: calc(var(--input-button-height) - 2px);background-color: var(--color-darkgray);-webkit-mask-size: 14px;}
body .rdc-input-qtd-with-controls[disabled] * {pointer-events: none;}
body .rdc-input-qtd-with-controls[disabled],
body .rdc-input-qtd-with-controls .rdc-input-qtd-controls[disabled] {opacity: 0.5;}
body .rdc-input-qtd-with-controls .rdc-input-qtd-controls:not([disabled]) {cursor: pointer;}
body .rdc-input-qtd-with-controls .rdc-input-qtd-controls:not([disabled]):hover {opacity: .5;}

.bottom-form .bottom-bottom-form .required-notice {font-size: 13px;}

@media screen and (min-width: 768px) {
    .bottom-bottom-form {display: flex;align-items: center;}
    .bottom-form .bottom-bottom-form .required-notice,
    .bottom-form .bottom-bottom-form button {display: inline-flex;}
    .bottom-form .bottom-bottom-form button {width: auto;}
}






/*
*
* Messages Bar
*
*/
.form-message .success,
.form-message .error,
.form-message .warning {
    font-weight: 400;
    font-size: 13px;
    line-height: 180%;
    border-radius: 2px;
    padding: 5px 8px 5px 35px;
    background-repeat: no-repeat;
    background-position: left 7px top 7px;
    background-size: 18px;
}

.form-message .success {
    color: var(--color-black);
    border-color: var(--color-success);
    background-color: #ECF5EB;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.90757 12.7743L13.0826 7.59934L12.2714 6.78817L7.90757 11.152L5.71381 8.95824L4.90264 9.76941L7.90757 12.7743ZM9.00129 16.8125C7.9899 16.8125 7.03925 16.6206 6.14933 16.2367C5.2594 15.8529 4.48528 15.332 3.82699 14.674C3.16868 14.016 2.64752 13.2422 2.26351 12.3527C1.87951 11.4631 1.6875 10.5127 1.6875 9.50129C1.6875 8.4899 1.87942 7.53925 2.26326 6.64933C2.64711 5.7594 3.16803 4.98528 3.82603 4.32699C4.48404 3.66868 5.25781 3.14752 6.14735 2.76351C7.03687 2.3795 7.98732 2.1875 8.99871 2.1875C10.0101 2.1875 10.9608 2.37942 11.8507 2.76326C12.7406 3.14711 13.5147 3.66803 14.173 4.32603C14.8313 4.98404 15.3525 5.75781 15.7365 6.64735C16.1205 7.53687 16.3125 8.48732 16.3125 9.49871C16.3125 10.5101 16.1206 11.4607 15.7367 12.3507C15.3529 13.2406 14.832 14.0147 14.174 14.673C13.516 15.3313 12.7422 15.8525 11.8527 16.2365C10.9631 16.6205 10.0127 16.8125 9.00129 16.8125ZM9 15.6579C10.7191 15.6579 12.1752 15.0614 13.3683 13.8683C14.5614 12.6752 15.1579 11.2191 15.1579 9.5C15.1579 7.78092 14.5614 6.32483 13.3683 5.13173C12.1752 3.93864 10.7191 3.34209 9 3.34209C7.28092 3.34209 5.82483 3.93864 4.63173 5.13173C3.43864 6.32483 2.84209 7.78092 2.84209 9.5C2.84209 11.2191 3.43864 12.6752 4.63173 13.8683C5.82483 15.0614 7.28092 15.6579 9 15.6579Z' fill='%233F9C35'/%3E%3C/svg%3E%0A");
}

.form-message .error {
    color: var(--color-black);
    border-color: #CC0201;
    background-color: #FAE6E6;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.22894 13.0822L9 10.3112L11.7711 13.0822L12.5822 12.2711L9.81117 9.5L12.5822 6.72894L11.7711 5.91777L9 8.68883L6.22894 5.91777L5.41777 6.72894L8.18883 9.5L5.41777 12.2711L6.22894 13.0822ZM9.00129 16.8125C7.9899 16.8125 7.03925 16.6206 6.14933 16.2367C5.2594 15.8529 4.48528 15.332 3.82699 14.674C3.16868 14.016 2.64752 13.2422 2.26351 12.3527C1.87951 11.4631 1.6875 10.5127 1.6875 9.50129C1.6875 8.4899 1.87942 7.53925 2.26326 6.64933C2.64711 5.7594 3.16803 4.98528 3.82603 4.32699C4.48404 3.66868 5.25781 3.14752 6.14735 2.76351C7.03687 2.3795 7.98732 2.1875 8.99871 2.1875C10.0101 2.1875 10.9608 2.37942 11.8507 2.76326C12.7406 3.14711 13.5147 3.66803 14.173 4.32603C14.8313 4.98404 15.3525 5.75781 15.7365 6.64735C16.1205 7.53687 16.3125 8.48732 16.3125 9.49871C16.3125 10.5101 16.1206 11.4607 15.7367 12.3507C15.3529 13.2406 14.832 14.0147 14.174 14.673C13.516 15.3313 12.7422 15.8525 11.8527 16.2365C10.9631 16.6205 10.0127 16.8125 9.00129 16.8125ZM9 15.6579C10.7191 15.6579 12.1752 15.0614 13.3683 13.8683C14.5614 12.6752 15.1579 11.2191 15.1579 9.5C15.1579 7.78092 14.5614 6.32483 13.3683 5.13173C12.1752 3.93864 10.7191 3.34209 9 3.34209C7.28092 3.34209 5.82483 3.93864 4.63173 5.13173C3.43864 6.32483 2.84209 7.78092 2.84209 9.5C2.84209 11.2191 3.43864 12.6752 4.63173 13.8683C5.82483 15.0614 7.28092 15.6579 9 15.6579Z' fill='%23CC0201'/%3E%3C/svg%3E%0A");
}

.form-message .warning {
    color: var(--color-warning);
    border-color: var(--color-warning);
    background-color: #FCF8E3;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6.4925L14.6475 16.25H3.3525L9 6.4925ZM9 3.5L0.75 17.75H17.25L9 3.5ZM9.75 14H8.25V15.5H9.75V14ZM9.75 9.5H8.25V12.5H9.75V9.5Z' fill='%23B48E4D'/%3E%3C/svg%3E%0A");
}






/*
*
* Geral
*
*/
html:not(.rdc-platform-only-content) {background-color: var(--footer-background-color);}
html:not(.rdc-platform-only-content) #main {background-color: var(--main-background-color);}
html:not(.rdc-platform-only-content) .rdc-page {padding-top: var(--sp-small);padding-bottom: var(--sp-large);}
body.rdc-rrp-active .rdc-hidden-rrpprices {visibility: hidden !important; opacity: 0 !important;}
body.rdc-user-logged-disabled .rdc-hidden-prices {display: none !important;}
body.rdc-user-logged-disabled .rdc-show-hidden-prices {display: block !important;}






/*
*
* Sliders
*
*/
.slick-slider button.slick-arrow {
    border-color: var(--color-lines);
    background-color: var(--color-white);
}
.slick-slider button.slick-arrow::before {
    background-color: var(--color-black);
}
.slick-slider button.slick-arrow.slick-prev::before {
    -webkit-mask: 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='M19.4328 24L21 22.5133L14.1343 16L21 9.48672L19.4328 8L11 16L19.4328 24Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: 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='M19.4328 24L21 22.5133L14.1343 16L21 9.48672L19.4328 8L11 16L19.4328 24Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.slick-slider button.slick-arrow.slick-next::before {
    -webkit-mask: 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='M12.5672 24L11 22.5133L17.8657 16L11 9.48672L12.5672 8L21 16L12.5672 24Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: 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='M12.5672 24L11 22.5133L17.8657 16L11 9.48672L12.5672 8L21 16L12.5672 24Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}

@media screen and (min-width: 992px){
    .slick-slider button.slick-arrow {box-shadow: 0px 2px 5px rgba(213, 217, 217, 0.5);}
}

@media screen and (hover: hover) and (pointer: fine) {
    .slick-slider button.slick-arrow:not([disabled]):hover {border-color: var(--color-theme);background-color: var(--color-white);}
    .slick-slider button.slick-arrow:not([disabled]):hover::before {background-color: var(--color-theme);}
}






/*
*
* Popups
*
*/
@media screen and (min-width: 768px) {
    :root {
        --modal-vertical-spacing: 30px;
        --modal-horizontal-spacing: 20px;
        --modal-header-footer-vertical-spacing: 20px;
    }
}
@media screen and (max-width: 767px) {
    :root {
        --modal-vertical-spacing: 20px;
        --modal-horizontal-spacing: 15px;
    }
}






/*
*
* Old Popups
*
*/
.popUp {position: relative;display: flex;flex-direction: column;overflow: hidden;}
.popUp.rdc-popup-loader::after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: var(--color-white) url(/sysimages/listloader.gif) no-repeat center center/64px;z-index: 20;}
.popUp.rdc-popup-loader .mfp-close {display: none;}
.popUp .wrapper-popup {display: flex;flex-direction: column;flex-grow: 1;flex-shrink: 1;height: auto;padding: 0;overflow: hidden auto;-webkit-overflow-scrolling: touch;}
.popUp .wrapper-popup .rdc-wrapper-popup-header,
.popUp .wrapper-popup .rdc-wrapper-popup-body,
.popUp .wrapper-popup .rdc-wrapper-popup-footer {flex-shrink: 0;padding-left: var(--popup-horizontal-spacing);padding-right: var(--popup-horizontal-spacing);margin-left: 0;margin-right: 0;}
.popUp .wrapper-popup .rdc-wrapper-popup-header,
.popUp .wrapper-popup .rdc-wrapper-popup-body,
.popUp .wrapper-popup .rdc-wrapper-popup-footer:not(.rdc-wrapper-popup-footer-with-bg) {background-color: var(--color-white);}
.popUp .wrapper-popup .rdc-wrapper-popup-header,
.popUp .wrapper-popup .rdc-wrapper-popup-footer {position: sticky;z-index: 10;}
.popUp .wrapper-popup .rdc-wrapper-popup-footer-with-bg {padding-top: var(--popup-vertical-spacing);}
.popUp .wrapper-popup .rdc-wrapper-popup-header {top: 0;}
.popUp .wrapper-popup .rdc-wrapper-popup-header-desc {padding-top: 0;}
.popUp .wrapper-popup .rdc-wrapper-popup-body {flex-grow: 1;overflow: visible;}
.popUp .wrapper-popup .rdc-wrapper-popup-footer {bottom: 0;padding-bottom: calc(var(--popup-vertical-spacing) + env(safe-area-inset-bottom, 0));}
.popUp .wrapper-popup .rdc-wrapper-popup-footer-with-bg {border-top: 1px solid var(--color-lines);background-color: var(--color-background);}
.popUp .wrapper-popup .rdc-wrapper-popup-footer:not(.rdc-wrapper-popup-footer-with-bg) {padding-top: 0;}
.popUp .wrapper-popup-message {display: flex;flex-direction: column;flex-grow: 1;flex-shrink: 1;justify-content: center;height: auto;padding-bottom: env(safe-area-inset-bottom, 0);text-align: center;}
.popUp .wrapper-popup-message .rdc-wrapper-popup-header,
.popUp .wrapper-popup-message .rdc-wrapper-popup-footer {padding: var(--popup-vertical-spacing) var(--popup-horizontal-spacing);}
.popUp .wrapper-popup-message .rdc-wrapper-popup-header-icon {width: 38px;height: 38px;margin: 0 auto var(--popup-vertical-spacing);}
.popUp .wrapper-popup-message .rdc-wrapper-popup-header-desc {padding-top: 0;margin-top: 8px;}

@media screen and (min-width: 768px){
    :root {
        --popup-vertical-spacing: 20px;
        --popup-horizontal-spacing: 40px;
        --popup-body-vertical-spacing: 30px;
    }
    body .popUp {max-width: 685px;}
    .popUp .wrapper-popup .rdc-wrapper-popup-header,
    .popUp .wrapper-popup .rdc-wrapper-popup-body {margin-bottom: var(--popup-body-vertical-spacing);}
    .popUp .wrapper-popup .rdc-wrapper-popup-header {padding-top: var(--popup-vertical-spacing);padding-bottom: var(--popup-vertical-spacing);}
    .popUp .wrapper-popup .rdc-wrapper-popup-header-desc {margin-top: 1px;}
    .popUp .wrapper-popup .rdc-wrapper-popup-body {overflow: visible;}
}

@media screen and (max-width: 767px){
    :root {
        --popup-height: var(--window-inner-height, 100vh);
        --popup-max-height: calc(var(--window-inner-height, 100vh) - max(30px, env(safe-area-inset-top)) - 10px);
        --popup-vertical-spacing: 15px;
        --popup-horizontal-spacing: 15px;
        --popup-body-vertical-spacing: 20px;
    }
    .popUp:not(.rdc-popup-full-height):not(.rdc-modal-fullscreen) {max-height: var(--popup-max-height);border-radius: 15px 15px 0 0;}
    .popUp.rdc-popup-full-height {height: var(--window-inner-height);max-height: 100vh;}
    .popUp .mfp-close {top: 10px;}
    .popUp .wrapper-popup .rdc-wrapper-popup-header {padding-top: 10px;padding-bottom: 10px;}
    .popUp .wrapper-popup .rdc-wrapper-popup-header:not(.rdc-wrapper-popup-header-title-only) {margin-bottom: 5px;}
    .popUp .wrapper-popup .rdc-wrapper-popup-header-title-only,
    .popUp .wrapper-popup .rdc-wrapper-popup-header-desc,
    .popUp .wrapper-popup .rdc-wrapper-popup-body {margin-bottom: var(--popup-body-vertical-spacing);}
    .popUp .wrapper-popup .rdc-wrapper-popup-header-title {max-width: calc(100% - 32px);}
    .popUp .wrapper-popup .rdc-popup-sticky-shadow {box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);}
    .popUp .wrapper-popup .rdc-popup-sticky-shadow::before {content: '';position: absolute;left: 0;right: 0;bottom: 100%;height: 8px;background-color: var(--color-white);}
}






/*
*
* Autocomplete
*
*/
body .ui-widget.ui-widget-content {text-align: left;max-height: 250px;padding: 4px 0;margin-top: -2px;border-top: 0;border-color: var(--color-black);}
body .ui-widget.ui-widget-content:not(.ui-slider-horizontal) {overflow: hidden auto;}
body .ui-menu .ui-menu-item-wrapper {padding: 5px 15px;margin: 0 !important;border-width: 0 !important;}
body .ui-menu .ui-menu-item:not(:first-child) {padding-top: 2px;}
body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active,
body a.ui-button:active,
body .ui-button:active,
body .ui-button.ui-state-active:hover {color: var(--color-link);border: 0;background: var(--color-background);}

@media screen and (max-width: 767px){
    .ui-autocomplete-input:hover, .ui-autocomplete-input:focus {border-color: var(--color-black) !important;}
}





/*
*
* Icons
*
*/
body .im {font-size: 10px;}
body .im.im-care-down {font-size: 7px;}






/*
*
* Icons SVG
*
*/
.rdc-icon-svg.rdc-icon-social-fb {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m27 25.9c0 .6659-.3361 1.1-1.0144 1.1h-5.7078v-8.3243h2.9028l.44-3.5676h-3.3428v-1.8551c0-.9514.2628-1.7125 1.6683-1.7125h1.9983v-2.83618c-.6111-.04162-1.5583-.13081-2.7988-.13081-2.5789 0-4.5345 1.53409-4.5345 4.35239v2.1822h-3.0555v3.5676h3.0555v8.3243h-10.58443c-.68445 0-1.02667-.4341-1.02667-1.1v-19.41946c0-.66595.34222-1.48054 1.02667-1.48054h19.95893c.6783 0 1.0144.81459 1.0144 1.48054z' fill='%23333'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-social-in {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m22.2915 27h-12.58296c-2.59632 0-4.70854-2.1124-4.70854-4.7087v-12.5826c0-2.59648 2.11222-4.7087 4.70854-4.7087h12.58296c2.5963 0 4.7085 2.11222 4.7085 4.7087v12.5826c0 2.5963-2.1122 4.7087-4.7085 4.7087zm-12.58183-19.43176c-1.18035 0-2.14033.9603-2.14033 2.14049v12.58257c0 1.1804.95998 2.1404 2.14033 2.1404h12.58293c1.1802 0 2.1403-.96 2.1403-2.1404v-12.58257c0-1.18019-.9601-2.14049-2.1403-2.14049zm2.78153 8.43186c0-1.9349 1.5742-3.509 3.5091-3.509 1.9351 0 3.5092 1.5741 3.5092 3.509s-1.5741 3.5089-3.5092 3.5089c-1.9349 0-3.5091-1.574-3.5091-3.5089zm3.5089 6.0773c-3.351 0-6.07725-2.7265-6.07725-6.0773 0-3.3509 2.72625-6.07731 6.07725-6.07731 3.3511 0 6.0776 2.72641 6.0776 6.07731 0 3.3508-2.7265 6.0773-6.0776 6.0773zm6.221-10.8706c.604 0 1.094-.4898 1.094-1.0941 0-.60419-.49-1.0939-1.094-1.0939-.6043 0-1.0941.48971-1.0941 1.0939 0 .6043.4898 1.0941 1.0941 1.0941z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-social-lk {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m7.44555 9.76901c-1.48523 0-2.44555-1.06714-2.44555-2.38696 0-1.3468.98935-2.38205 2.50602-2.38205s2.44555 1.03525 2.47457 2.38205c0 1.31982-.9579 2.38696-2.53504 2.38696zm2.37991 17.23109h-4.70241v-15.3471h4.70241zm12.47184.0001h4.7025v-9.0744c0-4.5188-2.3198-6.6212-5.4136-6.6212-2.5375 0-4.0542 1.4769-4.6734 2.4778h-.0944l-.2152-2.1319h-4.0856c.0629 1.3787.1233 2.9807.1233 4.8966v10.4506h4.7049v-8.8487c0-.4391.0314-.8807.1572-1.1922.3411-.8758 1.1127-1.7859 2.4117-1.7859 1.7005 0 2.3826 1.3443 2.3826 3.324z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-social-pi {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.9204 20.9523c-1.332-.1023-1.8899-.7663-2.9322-1.402-.573 3.0282-1.2736 5.9323-3.3495 7.4497-.6422-4.5804.9385-8.0157 1.6737-11.6666-1.252-2.1226.1492-6.39167 2.7916-5.34235 3.2501 1.29745-2.8154 7.89165 1.2564 8.71675 4.2512.8577 5.9876-7.428 3.3517-10.11874-3.8101-3.89032-11.08656-.08926-10.1913 5.47954.2162 1.3606 1.6153 1.7742.5579 3.653-2.43704-.5443-3.16577-2.4796-3.07062-5.0594.1492-4.22336 3.76902-7.18191 7.39752-7.58901 4.5907-.51377 8.8982 1.69589 9.495 6.04551.6682 4.907-2.0737 10.2167-6.9802 9.8336z' fill='%23333'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-social-tm {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.9977 25.7979c-.9026.4449-1.718.7525-2.4484.9347-.7304.1751-1.5205.2674-2.368.2674-.9647 0-1.8168-.1301-2.5587-.3834-.7419-.2532-1.3735-.6152-1.8972-1.0861-.5236-.4662-.8865-.9702-1.0887-1.4979-.2021-.5324-.3031-1.2991-.3031-2.3025v-7.719h-2.3336v-3.1094c.8246-.2816 1.5389-.6839 2.1292-1.21159.5902-.52296 1.0657-1.15004 1.4217-1.88598.3583-.73357.604-1.67301.7396-2.80413h3.0019v5.5609h5.0071v3.4502h-5.0071v5.6437c0 1.2755.0643 2.0943.1952 2.4539.1287.3645.3698.6508.7235.8685.4686.2911 1.0037.4378 1.6009.4378 1.0703 0 2.1315-.3644 3.188-1.0909v3.4738z' fill='%23333'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-social-tw {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.689 5h3.8335l-8.3751 9.319 9.8526 12.681h-7.7157l-6.0422-7.691-6.91377 7.691h-3.83582l8.95799-9.9677-9.4505-12.0323h7.9092l5.4617 7.0298zm-1.3455 19.7662h2.1242l-13.7116-17.64969h-2.27944z' fill='%23333'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-social-vm {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m26.8905 11.5604c-1.2289 6.8537-8.0992 12.6615-10.1627 13.9871-2.0659 1.3209-3.9528-.5335-4.635-1.9367-.7838-1.603-3.12789-10.2782-3.74234-10.9998-.61446-.7192-2.45781.7216-2.45781.7216l-.89265-1.1611s3.74235-4.42581 6.5896-4.9758c3.0191-.58759 3.0142 4.5856 3.74 7.4601.7039 2.7805 1.1756 4.3694 1.7877 4.3694.6144 0 1.7877-1.5466 3.0698-3.9252 1.287-2.3785-.0532-4.4798-2.5666-2.9849 1.0039-5.97002 10.4989-7.40845 9.27-.5547z' fill='%23333'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-social-yt {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m5 16.5c0 7.5345.1892 8.5 11 8.5s11-.9655 11-8.5c0-7.53449-.1892-8.5-11-8.5s-11 .96551-11 8.5zm9.5862-2.648 4.9412 2.2841c.4312.2005.4312.5274-.0022.7279l-4.939 2.2841c-.4312.1983-.7854-.024-.7854-.4969v-4.3023c0-.473.3542-.6953.7854-.4969z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-social-wa {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m27 15.7167c0 5.9187-4.8349 10.7167-10.8 10.7167-1.8938 0-3.6728-.484-5.2206-1.3335l-5.9794 1.9001 1.94944-5.7498c-.9834-1.6148-1.54977-3.5088-1.54977-5.5335 0-5.91874 4.83533-10.7167 10.80033-10.7167 5.9656 0 10.8 4.79796 10.8 10.7167zm-10.7988-9.00997c-5.0072 0-9.08011 4.04187-9.08011 9.00997 0 1.9714.64265 3.7972 1.72969 5.2824l-1.13446 3.3462 3.48948-1.109c1.4336.9414 3.1511 1.4904 4.9957 1.4904 5.0064 0 9.0801-4.0414 9.0801-9.0095s-4.0734-9.01047-9.0804-9.01047zm5.0891 11.24127c.1852.0889.3103.1488.3641.237.0658.1095.0658.6353-.1542 1.2493-.2215.6131-1.3024 1.2047-1.7874 1.2484-.0831.0076-.152.0241-.2227.041-.3417.0821-.7238.1737-2.9543-.6976-2.4872-.972-4.1266-3.3847-4.4654-3.8833-.0278-.041-.0468-.069-.0568-.0823l-.0005-.0006c-.1344-.1771-1.0805-1.4247-1.0805-2.7159 0-1.2092.5986-1.8435.8743-2.1355.0189-.0201.0363-.0385.0519-.0554.2428-.2628.5297-.3286.7062-.3286.0912 0 .1825.0059.2707.0116.0825.0053.1623.0104.2368.0104.0185 0 .0379-.0012.0582-.0025.1492-.0096.3431-.0221.5372.4406.0707.1686.1732.416.282.6786.2306.5568.4897 1.1821.5345 1.2713.0665.1318.1107.285.022.4603-.0126.0252-.0243.049-.0355.0719-.0667.1359-.1153.2349-.229.3664-.0438.0508-.0891.1055-.1344.1602-.0915.1105-.1831.221-.2628.2998-.1323.1308-.2704.2728-.1161.5356.1545.2633.6859 1.1227 1.4727 1.8189.8465.7489 1.582 1.0655 1.9543 1.2258.0725.0312.1313.0564.1744.0778.2649.1315.4192.1095.5737-.0662.1547-.1753.6622-.7666.8384-1.0296.1763-.2628.3532-.2188.596-.1313.242.0873 1.5439.7231 1.8089.8544.0511.0253.0989.0483.1433.0695z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-social-ms {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 fill-rule='evenodd' clip-rule='evenodd' d='M16 9.00136L15.6947 9.00201C12.0499 9.0895 9.08404 12.0288 9 15.709C9.00987 17.6345 9.86253 19.4591 11.3333 20.7019V22.7084L11.3437 22.7859C11.3777 22.9093 11.4908 23 11.625 23C11.6797 23 11.7332 22.9846 11.7796 22.9557L13.4053 21.9402L13.7633 22.0664C14.4851 22.2998 15.2399 22.4183 16 22.4167C19.7831 22.4913 22.9136 19.4916 23 15.7091C22.9136 11.9265 19.7831 8.92677 16 9.00136ZM17.2015 15.3561L20.2349 13.7026C20.3623 13.6331 20.5214 13.6679 20.6082 13.7842C20.6955 13.8999 20.6845 14.0621 20.5825 14.1651L17.0825 17.6647C16.9748 17.7725 16.8022 17.7791 16.6865 17.6799L14.7976 16.0613L11.7643 17.7149C11.6511 17.7763 11.511 17.7562 11.4196 17.6654C11.3054 17.5518 11.3048 17.3672 11.4184 17.253L14.9184 13.7533C15.0261 13.6455 15.1987 13.6389 15.3145 13.7381L17.2015 15.3561Z' fill='black'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-social-em {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 fill-rule='evenodd' clip-rule='evenodd' d='M23.8217 9.273L15.9994 15.8639L8.17775 9.273C8.49745 9.10378 8.85903 9 9.24944 9H22.7493C23.1392 9 23.5007 9.10378 23.8217 9.273ZM24.7107 20.8754C24.8885 20.5655 24.9995 20.2132 24.9995 19.8332V11.1667C24.9995 10.7425 24.8678 10.35 24.6491 10.0158L19.0275 14.7521L24.7107 20.8754ZM18.1807 15.4652L16.3701 16.9918C16.2642 17.0807 16.1323 17.125 15.9999 17.125C15.8675 17.125 15.7356 17.0807 15.6297 16.9918L13.8186 15.4652L8.06349 21.6667C8.40845 21.8752 8.81273 22 9.24995 22H22.7498C23.187 22 23.5915 21.8752 23.9363 21.6667L18.1807 15.4652ZM7 11.1667C7 10.7425 7.13184 10.3499 7.35049 10.0157L12.9715 14.751L7.28895 20.8754C7.11047 20.5655 7 20.2132 7 19.8333V11.1667Z' fill='black'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-arrowright {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='M12.9028 8L11 9.88L17.1808 16L11 22.12L12.9028 24L21 16L12.9028 8Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
.rdc-icon-svg.rdc-icon-arrowleft {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='M21 9.88L19.0972 8L11 16L19.0972 24L21 22.12L14.8192 16L21 9.88Z' fill='%23333333'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-zoomout {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.6667 18.6667h-1.0534l-.3733-.36c1.3067-1.52 2.0933-3.4934 2.0933-5.64 0-4.7867-3.88-8.6667-8.6666-8.6667-4.7867 0-8.6667 3.88-8.6667 8.6667 0 4.7866 3.88 8.6666 8.6667 8.6666 2.1466 0 4.12-.7866 5.64-2.0933l.36.3733v1.0534l6.6666 6.6533 1.9867-1.9867zm-8 0c-3.32003 0-6.00003-2.68-6.00003-6 0-3.32003 2.68-6.00003 6.00003-6.00003 3.32 0 6 2.68 6 6.00003 0 3.32-2.68 6-6 6zm-3.33337-6.6667h6.66667v1.3333h-6.66667z' fill='%23333'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-zoomin {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='M20.6667 18.6667H19.6133L19.24 18.3067C20.5467 16.7867 21.3333 14.8133 21.3333 12.6667C21.3333 7.88 17.4533 4 12.6667 4C7.88 4 4 7.88 4 12.6667C4 17.4533 7.88 21.3333 12.6667 21.3333C14.8133 21.3333 16.7867 20.5467 18.3067 19.24L18.6667 19.6133V20.6667L25.3333 27.32L27.32 25.3333L20.6667 18.6667V18.6667ZM12.6667 18.6667C9.34667 18.6667 6.66667 15.9867 6.66667 12.6667C6.66667 9.34667 9.34667 6.66667 12.6667 6.66667C15.9867 6.66667 18.6667 9.34667 18.6667 12.6667C18.6667 15.9867 15.9867 18.6667 12.6667 18.6667ZM13.3333 9.33333H12V12H9.33333V13.3333H12V16H13.3333V13.3333H16V12H13.3333V9.33333Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
.rdc-icon-svg.rdc-icon-restore {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='M18.6667 16C18.6667 14.5333 17.4667 13.3333 16 13.3333C14.5333 13.3333 13.3333 14.5333 13.3333 16C13.3333 17.4667 14.5333 18.6667 16 18.6667C17.4667 18.6667 18.6667 17.4667 18.6667 16ZM16 4C9.37333 4 4 9.37333 4 16H0L5.33333 21.3333L10.6667 16H6.66667C6.66667 10.84 10.84 6.66667 16 6.66667C21.16 6.66667 25.3333 10.84 25.3333 16C25.3333 21.16 21.16 25.3333 16 25.3333C13.9867 25.3333 12.12 24.68 10.5867 23.6L8.69333 25.52C10.72 27.0667 13.2533 28 16 28C22.6267 28 28 22.6267 28 16C28 9.37333 22.6267 4 16 4Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
.rdc-icon-svg.rdc-icon-cart {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='M20.734 17.3333C21.734 17.3333 22.614 16.7866 23.0673 15.96L27.8406 7.30663C28.334 6.42663 27.694 5.33329 26.6807 5.33329H6.94732L5.69398 2.66663H1.33398V5.33329H4.00065L8.80065 15.4533L7.00065 18.7066C6.02732 20.4933 7.30732 22.6666 9.33398 22.6666H25.334V20H9.33398L10.8007 17.3333H20.734ZM8.21398 7.99996H24.414L20.734 14.6666H11.374L8.21398 7.99996ZM9.33398 24C7.86732 24 6.68065 25.2 6.68065 26.6666C6.68065 28.1333 7.86732 29.3333 9.33398 29.3333C10.8007 29.3333 12.0007 28.1333 12.0007 26.6666C12.0007 25.2 10.8007 24 9.33398 24ZM22.6673 24C21.2006 24 20.014 25.2 20.014 26.6666C20.014 28.1333 21.2006 29.3333 22.6673 29.3333C24.134 29.3333 25.334 28.1333 25.334 26.6666C25.334 25.2 24.134 24 22.6673 24Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
.rdc-icon-svg.rdc-icon-close {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M25 8.81286L23.1871 7L16 14.1871L8.81286 7L7 8.81286L14.1871 16L7 23.1871L8.81286 25L16 17.8129L23.1871 25L25 23.1871L17.8129 16L25 8.81286Z' fill='%23333333'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-plus {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='M25.3327 17.3334H17.3327V25.3334H14.666V17.3334H6.66602V14.6667H14.666V6.66669H17.3327V14.6667H25.3327V17.3334Z' fill='%23333333'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-minus {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m25.3327 17.3334h-18.66668v-2.6667h18.66668z' fill='%23333'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-trash {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='M21.3327 12V25.3333H10.666V12H21.3327ZM19.3327 4H12.666L11.3327 5.33333H6.66602V8H25.3327V5.33333H20.666L19.3327 4ZM23.9993 9.33333H7.99935V25.3333C7.99935 26.8 9.19935 28 10.666 28H21.3327C22.7993 28 23.9993 26.8 23.9993 25.3333V9.33333Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
.rdc-icon-svg.rdc-icon-options {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='M16.0007 10.6667C17.4673 10.6667 18.6673 9.46671 18.6673 8.00004C18.6673 6.53337 17.4673 5.33337 16.0007 5.33337C14.534 5.33337 13.334 6.53337 13.334 8.00004C13.334 9.46671 14.534 10.6667 16.0007 10.6667ZM16.0007 13.3334C14.534 13.3334 13.334 14.5334 13.334 16C13.334 17.4667 14.534 18.6667 16.0007 18.6667C17.4673 18.6667 18.6673 17.4667 18.6673 16C18.6673 14.5334 17.4673 13.3334 16.0007 13.3334ZM16.0007 21.3334C14.534 21.3334 13.334 22.5334 13.334 24C13.334 25.4667 14.534 26.6667 16.0007 26.6667C17.4673 26.6667 18.6673 25.4667 18.6673 24C18.6673 22.5334 17.4673 21.3334 16.0007 21.3334Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
.rdc-icon-search {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1066_20726' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1066_20726)'%3E%3Cpath d='M19.5494 20.575L13.2494 14.3C12.7494 14.7167 12.1744 15.0417 11.5244 15.275C10.8744 15.5083 10.2077 15.625 9.52441 15.625C7.80775 15.625 6.35775 15.0333 5.17441 13.85C3.99108 12.6667 3.39941 11.2167 3.39941 9.5C3.39941 7.8 3.99108 6.354 5.17441 5.162C6.35775 3.97067 7.80775 3.375 9.52441 3.375C11.2244 3.375 12.6661 3.96667 13.8494 5.15C15.0327 6.33333 15.6244 7.78333 15.6244 9.5C15.6244 10.2167 15.5077 10.9 15.2744 11.55C15.0411 12.2 14.7244 12.7667 14.3244 13.25L20.5994 19.525L19.5494 20.575ZM9.52441 14.125C10.8077 14.125 11.8954 13.675 12.7874 12.775C13.6787 11.875 14.1244 10.7833 14.1244 9.5C14.1244 8.21667 13.6787 7.125 12.7874 6.225C11.8954 5.325 10.8077 4.875 9.52441 4.875C8.22441 4.875 7.12875 5.325 6.23741 6.225C5.34541 7.125 4.89941 8.21667 4.89941 9.5C4.89941 10.7833 5.34541 11.875 6.23741 12.775C7.12875 13.675 8.22441 14.125 9.52441 14.125Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E%0A");}
.rdc-icon-svg.rdc-icon-arrowup {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2460_16367' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2460_16367)'%3E%3Cpath d='M7.40059 15.0497L6.35059 13.9747L12.0006 8.32471L17.6506 13.9747L16.6006 15.0497L12.0006 10.4497L7.40059 15.0497Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E%0A");}
.rdc-icon-svg.rdc-icon-arrowdown {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_933_18766' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_933_18766)'%3E%3Cpath d='M12.0006 15.0499L6.35059 9.37489L7.40059 8.32489L12.0006 12.9249L16.6006 8.32489L17.6506 9.37489L12.0006 15.0499Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E");}
.rdc-icon-clear {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_988_26391' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_988_26391)'%3E%3Cpath d='M11.2248 15.65L13.8248 13.05L16.4248 15.65L17.4748 14.6L14.8748 12L17.4748 9.4L16.4248 8.35L13.8248 10.95L11.2248 8.35L10.1748 9.4L12.7748 12L10.1748 14.6L11.2248 15.65ZM3.5498 12L7.5248 6.4C7.7248 6.11667 7.9748 5.89567 8.2748 5.737C8.5748 5.579 8.8998 5.5 9.2498 5.5H18.6248C19.1248 5.5 19.5541 5.675 19.9128 6.025C20.2708 6.375 20.4498 6.8 20.4498 7.3V16.7C20.4498 17.2 20.2708 17.625 19.9128 17.975C19.5541 18.325 19.1248 18.5 18.6248 18.5H9.2498C8.8998 18.5 8.5748 18.4167 8.2748 18.25C7.9748 18.0833 7.7248 17.8667 7.5248 17.6L3.5498 12ZM5.3998 12L8.7748 16.75C8.8248 16.8167 8.89147 16.875 8.9748 16.925C9.05814 16.975 9.1498 17 9.2498 17H18.6248C18.7081 17 18.7831 16.9667 18.8498 16.9C18.9165 16.8333 18.9498 16.7667 18.9498 16.7V7.3C18.9498 7.23333 18.9165 7.16667 18.8498 7.1C18.7831 7.03333 18.7081 7 18.6248 7H9.2498C9.1498 7 9.05814 7.025 8.9748 7.075C8.89147 7.125 8.8248 7.18333 8.7748 7.25L5.3998 12ZM18.9498 7.25C18.9498 7.18333 18.9498 7.125 18.9498 7.075C18.9498 7.025 18.9498 7 18.9498 7C18.9498 7 18.9498 7.03333 18.9498 7.1C18.9498 7.16667 18.9498 7.23333 18.9498 7.3V16.7C18.9498 16.7667 18.9498 16.8333 18.9498 16.9C18.9498 16.9667 18.9498 17 18.9498 17C18.9498 17 18.9498 16.975 18.9498 16.925C18.9498 16.875 18.9498 16.8167 18.9498 16.75V7.25Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E%0A");}
.rdc-icon-svg.rdc-icon-garage {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='M6 26V11.355L16 4L26 11.355V26H24V12.3314L16 6.44083L8 12.3314V26H6ZM11.6667 24.0473H20.3333V20.7929H11.6667V24.0473ZM11.6667 18.8402H20.3333V15.5858H11.6667V18.8402ZM9.66667 26V13.6331H22.3333V26H9.66667Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
.rdc-icon-svg.rdc-icon-eye {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.02 2.66666667c6.3346667 0 10.7506667 4.016 12.672 6.18133333-1.868 2.4493333-6.284 7.152-12.672 7.152-5.8933333 0-10.57333333-4.7146667-12.63733333-7.20933333 1.99066666-2.196 6.42266666-6.124 12.63733333-6.124zm0-2.66666667c-10.092 0-16.02 8.73466667-16.02 8.73466667s6.44666667 9.93200003 16.02 9.93200003c10.3106667 0 15.98-9.93200003 15.98-9.93200003s-5.7213333-8.73466667-15.98-8.73466667zm-.02 4c-2.9466667 0-5.3333333 2.388-5.3333333 5.33333333 0 2.94533337 2.3866666 5.33333337 5.3333333 5.33333337 2.9453333 0 5.3333333-2.388 5.3333333-5.33333337 0-2.94533333-2.388-5.33333333-5.3333333-5.33333333zm-.0053333 5.332c-.752.752-1.972.752-2.7253334 0-.7533333-.752-.7533333-1.97333333 0-2.72533333.752-.752 1.972-.752 2.7253334 0 .7533333.752.7533333 1.972 0 2.72533333z' fill='%23999' transform='translate(0 6.5)'/%3E%3C/svg%3E");}
.rdc-icon-svg.rdc-icon-play {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='M16.0003 2.66669C8.64032 2.66669 2.66699 8.64002 2.66699 16C2.66699 23.36 8.64032 29.3334 16.0003 29.3334C23.3603 29.3334 29.3337 23.36 29.3337 16C29.3337 8.64002 23.3603 2.66669 16.0003 2.66669Z' fill='%23F5F5F5' fill-opacity='0.75'/%3E%3Cpath d='M13.333 22.0001V10.0001L21.333 16.0001L13.333 22.0001Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
.rdc-icon-svg.rdc-icon-star-empty {background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2493_17750)'%3E%3Cpath d='M18 6.99276L11.529 6.44211L9 0.5625L6.471 6.45099L0 6.99276L4.914 11.1938L3.438 17.4375L9 14.1247L14.562 17.4375L13.095 11.1938L18 6.99276ZM9 12.4638L5.616 14.4799L6.516 10.6786L3.528 8.12072L7.47 7.78322L9 4.20395L10.539 7.79211L14.481 8.12961L11.493 10.6875L12.393 14.4888L9 12.4638Z' fill='%23CCCCCC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2493_17750'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.rdc-icon-svg.rdc-icon-star-half {background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2493_17749)'%3E%3Cpath d='M18 6.99276L11.529 6.44211L9 0.5625L6.471 6.45099L0 6.99276L4.914 11.1938L3.438 17.4375L9 14.1247L14.562 17.4375L13.095 11.1938L18 6.99276ZM9 12.4638V4.20395L10.539 7.79211L14.481 8.12961L11.493 10.6875L12.393 14.4888L9 12.4638Z' fill='url(%23paint0_linear_2493_17749)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2493_17749' x1='9' y1='9.01361' x2='9.02902' y2='9.01361' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4CC49'/%3E%3Cstop offset='1' stop-color='%23CCCCCC'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_2493_17749'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.rdc-icon-svg.rdc-icon-star-full {background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2493_17746)'%3E%3Cpath d='M9 14.1247L14.562 17.4375L13.086 11.1938L18 6.99276L11.529 6.45099L9 0.5625L6.471 6.45099L0 6.99276L4.914 11.1938L3.438 17.4375L9 14.1247Z' fill='%23F4CC49'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2493_17746'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}






/*
*
* Icons SVG Mask
*
*/
.rdc-icon-svg-mask.rdc-icon-arrowup {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2460_16367' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2460_16367)'%3E%3Cpath d='M7.40059 15.0497L6.35059 13.9747L12.0006 8.32471L17.6506 13.9747L16.6006 15.0497L12.0006 10.4497L7.40059 15.0497Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2460_16367' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2460_16367)'%3E%3Cpath d='M7.40059 15.0497L6.35059 13.9747L12.0006 8.32471L17.6506 13.9747L16.6006 15.0497L12.0006 10.4497L7.40059 15.0497Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-arrowright {
    -webkit-mask: 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='M12.9028 8L11 9.88L17.1808 16L11 22.12L12.9028 24L21 16L12.9028 8Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: 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='M12.9028 8L11 9.88L17.1808 16L11 22.12L12.9028 24L21 16L12.9028 8Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-arrowright-alt {
    -webkit-mask: 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%3Cg clip-path='url(%23clip0_728_2144)'%3E%3Cpath d='M21.3473 14.6667H5.33398V17.3334H21.3473V21.3334L26.6673 16L21.3473 10.6667V14.6667Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_728_2144'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: 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%3Cg clip-path='url(%23clip0_728_2144)'%3E%3Cpath d='M21.3473 14.6667H5.33398V17.3334H21.3473V21.3334L26.6673 16L21.3473 10.6667V14.6667Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_728_2144'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-arrowdown {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_933_18766' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_933_18766)'%3E%3Cpath d='M12.0006 15.0499L6.35059 9.37489L7.40059 8.32489L12.0006 12.9249L16.6006 8.32489L17.6506 9.37489L12.0006 15.0499Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_933_18766' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_933_18766)'%3E%3Cpath d='M12.0006 15.0499L6.35059 9.37489L7.40059 8.32489L12.0006 12.9249L16.6006 8.32489L17.6506 9.37489L12.0006 15.0499Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-social-fb {
    -webkit-mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m27 25.9c0 .6659-.3361 1.1-1.0144 1.1h-5.7078v-8.3243h2.9028l.44-3.5676h-3.3428v-1.8551c0-.9514.2628-1.7125 1.6683-1.7125h1.9983v-2.83618c-.6111-.04162-1.5583-.13081-2.7988-.13081-2.5789 0-4.5345 1.53409-4.5345 4.35239v2.1822h-3.0555v3.5676h3.0555v8.3243h-10.58443c-.68445 0-1.02667-.4341-1.02667-1.1v-19.41946c0-.66595.34222-1.48054 1.02667-1.48054h19.95893c.6783 0 1.0144.81459 1.0144 1.48054z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m27 25.9c0 .6659-.3361 1.1-1.0144 1.1h-5.7078v-8.3243h2.9028l.44-3.5676h-3.3428v-1.8551c0-.9514.2628-1.7125 1.6683-1.7125h1.9983v-2.83618c-.6111-.04162-1.5583-.13081-2.7988-.13081-2.5789 0-4.5345 1.53409-4.5345 4.35239v2.1822h-3.0555v3.5676h3.0555v8.3243h-10.58443c-.68445 0-1.02667-.4341-1.02667-1.1v-19.41946c0-.66595.34222-1.48054 1.02667-1.48054h19.95893c.6783 0 1.0144.81459 1.0144 1.48054z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-social-in {
    -webkit-mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m22.2915 27h-12.58296c-2.59632 0-4.70854-2.1124-4.70854-4.7087v-12.5826c0-2.59648 2.11222-4.7087 4.70854-4.7087h12.58296c2.5963 0 4.7085 2.11222 4.7085 4.7087v12.5826c0 2.5963-2.1122 4.7087-4.7085 4.7087zm-12.58183-19.43176c-1.18035 0-2.14033.9603-2.14033 2.14049v12.58257c0 1.1804.95998 2.1404 2.14033 2.1404h12.58293c1.1802 0 2.1403-.96 2.1403-2.1404v-12.58257c0-1.18019-.9601-2.14049-2.1403-2.14049zm2.78153 8.43186c0-1.9349 1.5742-3.509 3.5091-3.509 1.9351 0 3.5092 1.5741 3.5092 3.509s-1.5741 3.5089-3.5092 3.5089c-1.9349 0-3.5091-1.574-3.5091-3.5089zm3.5089 6.0773c-3.351 0-6.07725-2.7265-6.07725-6.0773 0-3.3509 2.72625-6.07731 6.07725-6.07731 3.3511 0 6.0776 2.72641 6.0776 6.07731 0 3.3508-2.7265 6.0773-6.0776 6.0773zm6.221-10.8706c.604 0 1.094-.4898 1.094-1.0941 0-.60419-.49-1.0939-1.094-1.0939-.6043 0-1.0941.48971-1.0941 1.0939 0 .6043.4898 1.0941 1.0941 1.0941z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m22.2915 27h-12.58296c-2.59632 0-4.70854-2.1124-4.70854-4.7087v-12.5826c0-2.59648 2.11222-4.7087 4.70854-4.7087h12.58296c2.5963 0 4.7085 2.11222 4.7085 4.7087v12.5826c0 2.5963-2.1122 4.7087-4.7085 4.7087zm-12.58183-19.43176c-1.18035 0-2.14033.9603-2.14033 2.14049v12.58257c0 1.1804.95998 2.1404 2.14033 2.1404h12.58293c1.1802 0 2.1403-.96 2.1403-2.1404v-12.58257c0-1.18019-.9601-2.14049-2.1403-2.14049zm2.78153 8.43186c0-1.9349 1.5742-3.509 3.5091-3.509 1.9351 0 3.5092 1.5741 3.5092 3.509s-1.5741 3.5089-3.5092 3.5089c-1.9349 0-3.5091-1.574-3.5091-3.5089zm3.5089 6.0773c-3.351 0-6.07725-2.7265-6.07725-6.0773 0-3.3509 2.72625-6.07731 6.07725-6.07731 3.3511 0 6.0776 2.72641 6.0776 6.07731 0 3.3508-2.7265 6.0773-6.0776 6.0773zm6.221-10.8706c.604 0 1.094-.4898 1.094-1.0941 0-.60419-.49-1.0939-1.094-1.0939-.6043 0-1.0941.48971-1.0941 1.0939 0 .6043.4898 1.0941 1.0941 1.0941z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-social-lk {
    -webkit-mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m7.44555 9.76901c-1.48523 0-2.44555-1.06714-2.44555-2.38696 0-1.3468.98935-2.38205 2.50602-2.38205s2.44555 1.03525 2.47457 2.38205c0 1.31982-.9579 2.38696-2.53504 2.38696zm2.37991 17.23109h-4.70241v-15.3471h4.70241zm12.47184.0001h4.7025v-9.0744c0-4.5188-2.3198-6.6212-5.4136-6.6212-2.5375 0-4.0542 1.4769-4.6734 2.4778h-.0944l-.2152-2.1319h-4.0856c.0629 1.3787.1233 2.9807.1233 4.8966v10.4506h4.7049v-8.8487c0-.4391.0314-.8807.1572-1.1922.3411-.8758 1.1127-1.7859 2.4117-1.7859 1.7005 0 2.3826 1.3443 2.3826 3.324z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m7.44555 9.76901c-1.48523 0-2.44555-1.06714-2.44555-2.38696 0-1.3468.98935-2.38205 2.50602-2.38205s2.44555 1.03525 2.47457 2.38205c0 1.31982-.9579 2.38696-2.53504 2.38696zm2.37991 17.23109h-4.70241v-15.3471h4.70241zm12.47184.0001h4.7025v-9.0744c0-4.5188-2.3198-6.6212-5.4136-6.6212-2.5375 0-4.0542 1.4769-4.6734 2.4778h-.0944l-.2152-2.1319h-4.0856c.0629 1.3787.1233 2.9807.1233 4.8966v10.4506h4.7049v-8.8487c0-.4391.0314-.8807.1572-1.1922.3411-.8758 1.1127-1.7859 2.4117-1.7859 1.7005 0 2.3826 1.3443 2.3826 3.324z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-social-pi {
    -webkit-mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.9204 20.9523c-1.332-.1023-1.8899-.7663-2.9322-1.402-.573 3.0282-1.2736 5.9323-3.3495 7.4497-.6422-4.5804.9385-8.0157 1.6737-11.6666-1.252-2.1226.1492-6.39167 2.7916-5.34235 3.2501 1.29745-2.8154 7.89165 1.2564 8.71675 4.2512.8577 5.9876-7.428 3.3517-10.11874-3.8101-3.89032-11.08656-.08926-10.1913 5.47954.2162 1.3606 1.6153 1.7742.5579 3.653-2.43704-.5443-3.16577-2.4796-3.07062-5.0594.1492-4.22336 3.76902-7.18191 7.39752-7.58901 4.5907-.51377 8.8982 1.69589 9.495 6.04551.6682 4.907-2.0737 10.2167-6.9802 9.8336z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.9204 20.9523c-1.332-.1023-1.8899-.7663-2.9322-1.402-.573 3.0282-1.2736 5.9323-3.3495 7.4497-.6422-4.5804.9385-8.0157 1.6737-11.6666-1.252-2.1226.1492-6.39167 2.7916-5.34235 3.2501 1.29745-2.8154 7.89165 1.2564 8.71675 4.2512.8577 5.9876-7.428 3.3517-10.11874-3.8101-3.89032-11.08656-.08926-10.1913 5.47954.2162 1.3606 1.6153 1.7742.5579 3.653-2.43704-.5443-3.16577-2.4796-3.07062-5.0594.1492-4.22336 3.76902-7.18191 7.39752-7.58901 4.5907-.51377 8.8982 1.69589 9.495 6.04551.6682 4.907-2.0737 10.2167-6.9802 9.8336z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-social-tm {
    -webkit-mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.9977 25.7979c-.9026.4449-1.718.7525-2.4484.9347-.7304.1751-1.5205.2674-2.368.2674-.9647 0-1.8168-.1301-2.5587-.3834-.7419-.2532-1.3735-.6152-1.8972-1.0861-.5236-.4662-.8865-.9702-1.0887-1.4979-.2021-.5324-.3031-1.2991-.3031-2.3025v-7.719h-2.3336v-3.1094c.8246-.2816 1.5389-.6839 2.1292-1.21159.5902-.52296 1.0657-1.15004 1.4217-1.88598.3583-.73357.604-1.67301.7396-2.80413h3.0019v5.5609h5.0071v3.4502h-5.0071v5.6437c0 1.2755.0643 2.0943.1952 2.4539.1287.3645.3698.6508.7235.8685.4686.2911 1.0037.4378 1.6009.4378 1.0703 0 2.1315-.3644 3.188-1.0909v3.4738z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.9977 25.7979c-.9026.4449-1.718.7525-2.4484.9347-.7304.1751-1.5205.2674-2.368.2674-.9647 0-1.8168-.1301-2.5587-.3834-.7419-.2532-1.3735-.6152-1.8972-1.0861-.5236-.4662-.8865-.9702-1.0887-1.4979-.2021-.5324-.3031-1.2991-.3031-2.3025v-7.719h-2.3336v-3.1094c.8246-.2816 1.5389-.6839 2.1292-1.21159.5902-.52296 1.0657-1.15004 1.4217-1.88598.3583-.73357.604-1.67301.7396-2.80413h3.0019v5.5609h5.0071v3.4502h-5.0071v5.6437c0 1.2755.0643 2.0943.1952 2.4539.1287.3645.3698.6508.7235.8685.4686.2911 1.0037.4378 1.6009.4378 1.0703 0 2.1315-.3644 3.188-1.0909v3.4738z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-social-tw {
    -webkit-mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.689 5h3.8335l-8.3751 9.319 9.8526 12.681h-7.7157l-6.0422-7.691-6.91377 7.691h-3.83582l8.95799-9.9677-9.4505-12.0323h7.9092l5.4617 7.0298zm-1.3455 19.7662h2.1242l-13.7116-17.64969h-2.27944z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.689 5h3.8335l-8.3751 9.319 9.8526 12.681h-7.7157l-6.0422-7.691-6.91377 7.691h-3.83582l8.95799-9.9677-9.4505-12.0323h7.9092l5.4617 7.0298zm-1.3455 19.7662h2.1242l-13.7116-17.64969h-2.27944z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-social-vm {
    -webkit-mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m26.8905 11.5604c-1.2289 6.8537-8.0992 12.6615-10.1627 13.9871-2.0659 1.3209-3.9528-.5335-4.635-1.9367-.7838-1.603-3.12789-10.2782-3.74234-10.9998-.61446-.7192-2.45781.7216-2.45781.7216l-.89265-1.1611s3.74235-4.42581 6.5896-4.9758c3.0191-.58759 3.0142 4.5856 3.74 7.4601.7039 2.7805 1.1756 4.3694 1.7877 4.3694.6144 0 1.7877-1.5466 3.0698-3.9252 1.287-2.3785-.0532-4.4798-2.5666-2.9849 1.0039-5.97002 10.4989-7.40845 9.27-.5547z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m26.8905 11.5604c-1.2289 6.8537-8.0992 12.6615-10.1627 13.9871-2.0659 1.3209-3.9528-.5335-4.635-1.9367-.7838-1.603-3.12789-10.2782-3.74234-10.9998-.61446-.7192-2.45781.7216-2.45781.7216l-.89265-1.1611s3.74235-4.42581 6.5896-4.9758c3.0191-.58759 3.0142 4.5856 3.74 7.4601.7039 2.7805 1.1756 4.3694 1.7877 4.3694.6144 0 1.7877-1.5466 3.0698-3.9252 1.287-2.3785-.0532-4.4798-2.5666-2.9849 1.0039-5.97002 10.4989-7.40845 9.27-.5547z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-social-yt {
    -webkit-mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m5 16.5c0 7.5345.1892 8.5 11 8.5s11-.9655 11-8.5c0-7.53449-.1892-8.5-11-8.5s-11 .96551-11 8.5zm9.5862-2.648 4.9412 2.2841c.4312.2005.4312.5274-.0022.7279l-4.939 2.2841c-.4312.1983-.7854-.024-.7854-.4969v-4.3023c0-.473.3542-.6953.7854-.4969z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m5 16.5c0 7.5345.1892 8.5 11 8.5s11-.9655 11-8.5c0-7.53449-.1892-8.5-11-8.5s-11 .96551-11 8.5zm9.5862-2.648 4.9412 2.2841c.4312.2005.4312.5274-.0022.7279l-4.939 2.2841c-.4312.1983-.7854-.024-.7854-.4969v-4.3023c0-.473.3542-.6953.7854-.4969z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-social-wa {
    -webkit-mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m27 15.7167c0 5.9187-4.8349 10.7167-10.8 10.7167-1.8938 0-3.6728-.484-5.2206-1.3335l-5.9794 1.9001 1.94944-5.7498c-.9834-1.6148-1.54977-3.5088-1.54977-5.5335 0-5.91874 4.83533-10.7167 10.80033-10.7167 5.9656 0 10.8 4.79796 10.8 10.7167zm-10.7988-9.00997c-5.0072 0-9.08011 4.04187-9.08011 9.00997 0 1.9714.64265 3.7972 1.72969 5.2824l-1.13446 3.3462 3.48948-1.109c1.4336.9414 3.1511 1.4904 4.9957 1.4904 5.0064 0 9.0801-4.0414 9.0801-9.0095s-4.0734-9.01047-9.0804-9.01047zm5.0891 11.24127c.1852.0889.3103.1488.3641.237.0658.1095.0658.6353-.1542 1.2493-.2215.6131-1.3024 1.2047-1.7874 1.2484-.0831.0076-.152.0241-.2227.041-.3417.0821-.7238.1737-2.9543-.6976-2.4872-.972-4.1266-3.3847-4.4654-3.8833-.0278-.041-.0468-.069-.0568-.0823l-.0005-.0006c-.1344-.1771-1.0805-1.4247-1.0805-2.7159 0-1.2092.5986-1.8435.8743-2.1355.0189-.0201.0363-.0385.0519-.0554.2428-.2628.5297-.3286.7062-.3286.0912 0 .1825.0059.2707.0116.0825.0053.1623.0104.2368.0104.0185 0 .0379-.0012.0582-.0025.1492-.0096.3431-.0221.5372.4406.0707.1686.1732.416.282.6786.2306.5568.4897 1.1821.5345 1.2713.0665.1318.1107.285.022.4603-.0126.0252-.0243.049-.0355.0719-.0667.1359-.1153.2349-.229.3664-.0438.0508-.0891.1055-.1344.1602-.0915.1105-.1831.221-.2628.2998-.1323.1308-.2704.2728-.1161.5356.1545.2633.6859 1.1227 1.4727 1.8189.8465.7489 1.582 1.0655 1.9543 1.2258.0725.0312.1313.0564.1744.0778.2649.1315.4192.1095.5737-.0662.1547-.1753.6622-.7666.8384-1.0296.1763-.2628.3532-.2188.596-.1313.242.0873 1.5439.7231 1.8089.8544.0511.0253.0989.0483.1433.0695z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m27 15.7167c0 5.9187-4.8349 10.7167-10.8 10.7167-1.8938 0-3.6728-.484-5.2206-1.3335l-5.9794 1.9001 1.94944-5.7498c-.9834-1.6148-1.54977-3.5088-1.54977-5.5335 0-5.91874 4.83533-10.7167 10.80033-10.7167 5.9656 0 10.8 4.79796 10.8 10.7167zm-10.7988-9.00997c-5.0072 0-9.08011 4.04187-9.08011 9.00997 0 1.9714.64265 3.7972 1.72969 5.2824l-1.13446 3.3462 3.48948-1.109c1.4336.9414 3.1511 1.4904 4.9957 1.4904 5.0064 0 9.0801-4.0414 9.0801-9.0095s-4.0734-9.01047-9.0804-9.01047zm5.0891 11.24127c.1852.0889.3103.1488.3641.237.0658.1095.0658.6353-.1542 1.2493-.2215.6131-1.3024 1.2047-1.7874 1.2484-.0831.0076-.152.0241-.2227.041-.3417.0821-.7238.1737-2.9543-.6976-2.4872-.972-4.1266-3.3847-4.4654-3.8833-.0278-.041-.0468-.069-.0568-.0823l-.0005-.0006c-.1344-.1771-1.0805-1.4247-1.0805-2.7159 0-1.2092.5986-1.8435.8743-2.1355.0189-.0201.0363-.0385.0519-.0554.2428-.2628.5297-.3286.7062-.3286.0912 0 .1825.0059.2707.0116.0825.0053.1623.0104.2368.0104.0185 0 .0379-.0012.0582-.0025.1492-.0096.3431-.0221.5372.4406.0707.1686.1732.416.282.6786.2306.5568.4897 1.1821.5345 1.2713.0665.1318.1107.285.022.4603-.0126.0252-.0243.049-.0355.0719-.0667.1359-.1153.2349-.229.3664-.0438.0508-.0891.1055-.1344.1602-.0915.1105-.1831.221-.2628.2998-.1323.1308-.2704.2728-.1161.5356.1545.2633.6859 1.1227 1.4727 1.8189.8465.7489 1.582 1.0655 1.9543 1.2258.0725.0312.1313.0564.1744.0778.2649.1315.4192.1095.5737-.0662.1547-.1753.6622-.7666.8384-1.0296.1763-.2628.3532-.2188.596-.1313.242.0873 1.5439.7231 1.8089.8544.0511.0253.0989.0483.1433.0695z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-social-ms {
    -webkit-mask: 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 fill-rule='evenodd' clip-rule='evenodd' d='M16 9.00136L15.6947 9.00201C12.0499 9.0895 9.08404 12.0288 9 15.709C9.00987 17.6345 9.86253 19.4591 11.3333 20.7019V22.7084L11.3437 22.7859C11.3777 22.9093 11.4908 23 11.625 23C11.6797 23 11.7332 22.9846 11.7796 22.9557L13.4053 21.9402L13.7633 22.0664C14.4851 22.2998 15.2399 22.4183 16 22.4167C19.7831 22.4913 22.9136 19.4916 23 15.7091C22.9136 11.9265 19.7831 8.92677 16 9.00136ZM17.2015 15.3561L20.2349 13.7026C20.3623 13.6331 20.5214 13.6679 20.6082 13.7842C20.6955 13.8999 20.6845 14.0621 20.5825 14.1651L17.0825 17.6647C16.9748 17.7725 16.8022 17.7791 16.6865 17.6799L14.7976 16.0613L11.7643 17.7149C11.6511 17.7763 11.511 17.7562 11.4196 17.6654C11.3054 17.5518 11.3048 17.3672 11.4184 17.253L14.9184 13.7533C15.0261 13.6455 15.1987 13.6389 15.3145 13.7381L17.2015 15.3561Z' fill='black'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: 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 fill-rule='evenodd' clip-rule='evenodd' d='M16 9.00136L15.6947 9.00201C12.0499 9.0895 9.08404 12.0288 9 15.709C9.00987 17.6345 9.86253 19.4591 11.3333 20.7019V22.7084L11.3437 22.7859C11.3777 22.9093 11.4908 23 11.625 23C11.6797 23 11.7332 22.9846 11.7796 22.9557L13.4053 21.9402L13.7633 22.0664C14.4851 22.2998 15.2399 22.4183 16 22.4167C19.7831 22.4913 22.9136 19.4916 23 15.7091C22.9136 11.9265 19.7831 8.92677 16 9.00136ZM17.2015 15.3561L20.2349 13.7026C20.3623 13.6331 20.5214 13.6679 20.6082 13.7842C20.6955 13.8999 20.6845 14.0621 20.5825 14.1651L17.0825 17.6647C16.9748 17.7725 16.8022 17.7791 16.6865 17.6799L14.7976 16.0613L11.7643 17.7149C11.6511 17.7763 11.511 17.7562 11.4196 17.6654C11.3054 17.5518 11.3048 17.3672 11.4184 17.253L14.9184 13.7533C15.0261 13.6455 15.1987 13.6389 15.3145 13.7381L17.2015 15.3561Z' fill='black'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-social-em {
    -webkit-mask: 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 fill-rule='evenodd' clip-rule='evenodd' d='M23.8217 9.273L15.9994 15.8639L8.17775 9.273C8.49745 9.10378 8.85903 9 9.24944 9H22.7493C23.1392 9 23.5007 9.10378 23.8217 9.273ZM24.7107 20.8754C24.8885 20.5655 24.9995 20.2132 24.9995 19.8332V11.1667C24.9995 10.7425 24.8678 10.35 24.6491 10.0158L19.0275 14.7521L24.7107 20.8754ZM18.1807 15.4652L16.3701 16.9918C16.2642 17.0807 16.1323 17.125 15.9999 17.125C15.8675 17.125 15.7356 17.0807 15.6297 16.9918L13.8186 15.4652L8.06349 21.6667C8.40845 21.8752 8.81273 22 9.24995 22H22.7498C23.187 22 23.5915 21.8752 23.9363 21.6667L18.1807 15.4652ZM7 11.1667C7 10.7425 7.13184 10.3499 7.35049 10.0157L12.9715 14.751L7.28895 20.8754C7.11047 20.5655 7 20.2132 7 19.8333V11.1667Z' fill='black'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: 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 fill-rule='evenodd' clip-rule='evenodd' d='M23.8217 9.273L15.9994 15.8639L8.17775 9.273C8.49745 9.10378 8.85903 9 9.24944 9H22.7493C23.1392 9 23.5007 9.10378 23.8217 9.273ZM24.7107 20.8754C24.8885 20.5655 24.9995 20.2132 24.9995 19.8332V11.1667C24.9995 10.7425 24.8678 10.35 24.6491 10.0158L19.0275 14.7521L24.7107 20.8754ZM18.1807 15.4652L16.3701 16.9918C16.2642 17.0807 16.1323 17.125 15.9999 17.125C15.8675 17.125 15.7356 17.0807 15.6297 16.9918L13.8186 15.4652L8.06349 21.6667C8.40845 21.8752 8.81273 22 9.24995 22H22.7498C23.187 22 23.5915 21.8752 23.9363 21.6667L18.1807 15.4652ZM7 11.1667C7 10.7425 7.13184 10.3499 7.35049 10.0157L12.9715 14.751L7.28895 20.8754C7.11047 20.5655 7 20.2132 7 19.8333V11.1667Z' fill='black'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-social-sp {
    -webkit-mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.08 14.68c-3.84-2.28-10.26-2.52-13.92-1.38-.6.18-1.2-.18-1.38-.72-.18-.6.18-1.2.72-1.38 4.26-1.26 11.28-1.02 15.72 1.62.54.3.72 1.02.42 1.56-.3.42-1.02.6-1.56.3zm-.12 3.36c-.3.42-.84.6-1.26.3-3.24-1.98-8.16-2.58-11.94-1.38-.48.12-1.02-.12-1.14-.6s.12-1.02.6-1.14c4.38-1.32 9.78-.66 13.5 1.62.36.18.54.78.24 1.2zm-1.44 3.3c-.24.36-.66.48-1.02.24-2.82-1.74-6.36-2.1-10.56-1.14-.42.12-.78-.18-.9-.54-.12-.42.18-.78.54-.9 4.56-1.02 8.52-.6 11.64 1.32.42.18.48.66.3 1.02zm-5.52-17.34c-1.5759 0-3.1363.31039-4.5922.91345-1.45591.60305-2.77878 1.48697-3.89308 2.60127-2.25044 2.25044-3.51472 5.30268-3.51472 8.48528s1.26428 6.2348 3.51472 8.4853c1.1143 1.1143 2.43717 1.9982 3.89308 2.6013 1.4559.603 3.0163.9134 4.5922.9134 3.1826 0 6.2348-1.2643 8.4853-3.5147 2.2504-2.2505 3.5147-5.3027 3.5147-8.4853 0-1.5759-.3104-3.1363-.9134-4.5922-.6031-1.45591-1.487-2.77878-2.6013-3.89308s-2.4372-1.99822-3.8931-2.60127c-1.4559-.60306-3.0163-.91345-4.5922-.91345z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.08 14.68c-3.84-2.28-10.26-2.52-13.92-1.38-.6.18-1.2-.18-1.38-.72-.18-.6.18-1.2.72-1.38 4.26-1.26 11.28-1.02 15.72 1.62.54.3.72 1.02.42 1.56-.3.42-1.02.6-1.56.3zm-.12 3.36c-.3.42-.84.6-1.26.3-3.24-1.98-8.16-2.58-11.94-1.38-.48.12-1.02-.12-1.14-.6s.12-1.02.6-1.14c4.38-1.32 9.78-.66 13.5 1.62.36.18.54.78.24 1.2zm-1.44 3.3c-.24.36-.66.48-1.02.24-2.82-1.74-6.36-2.1-10.56-1.14-.42.12-.78-.18-.9-.54-.12-.42.18-.78.54-.9 4.56-1.02 8.52-.6 11.64 1.32.42.18.48.66.3 1.02zm-5.52-17.34c-1.5759 0-3.1363.31039-4.5922.91345-1.45591.60305-2.77878 1.48697-3.89308 2.60127-2.25044 2.25044-3.51472 5.30268-3.51472 8.48528s1.26428 6.2348 3.51472 8.4853c1.1143 1.1143 2.43717 1.9982 3.89308 2.6013 1.4559.603 3.0163.9134 4.5922.9134 3.1826 0 6.2348-1.2643 8.4853-3.5147 2.2504-2.2505 3.5147-5.3027 3.5147-8.4853 0-1.5759-.3104-3.1363-.9134-4.5922-.6031-1.45591-1.487-2.77878-2.6013-3.89308s-2.4372-1.99822-3.8931-2.60127c-1.4559-.60306-3.0163-.91345-4.5922-.91345z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-social-tk {
    -webkit-mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.074 8.44667c-.8283-.9538-1.2848-2.1787-1.2845-3.44667h-3.7442v15.1556c-.0289.8201-.3722 1.5969-.9576 2.1669-.5854.5699-1.3672.8885-2.1808.8886-1.7207 0-3.1505-1.4178-3.1505-3.1778 0-2.1022 2.0115-3.6789 4.0835-3.0311v-3.8622c-4.1805-.5622-7.8399 2.7133-7.8399 6.8933 0 4.07 3.3444 6.9667 6.8948 6.9667 3.8048 0 6.8947-3.1167 6.8947-6.9667v-7.6877c1.5183 1.0998 3.3412 1.6899 5.2105 1.6866v-3.7766s-2.2781.11-3.926-1.80893z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.074 8.44667c-.8283-.9538-1.2848-2.1787-1.2845-3.44667h-3.7442v15.1556c-.0289.8201-.3722 1.5969-.9576 2.1669-.5854.5699-1.3672.8885-2.1808.8886-1.7207 0-3.1505-1.4178-3.1505-3.1778 0-2.1022 2.0115-3.6789 4.0835-3.0311v-3.8622c-4.1805-.5622-7.8399 2.7133-7.8399 6.8933 0 4.07 3.3444 6.9667 6.8948 6.9667 3.8048 0 6.8947-3.1167 6.8947-6.9667v-7.6877c1.5183 1.0998 3.3412 1.6899 5.2105 1.6866v-3.7766s-2.2781.11-3.926-1.80893z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-more {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2300_2738' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2300_2738)'%3E%3Cpath d='M12 19.2751C11.5833 19.2751 11.2293 19.1291 10.938 18.8371C10.646 18.5458 10.5 18.1918 10.5 17.7751C10.5 17.3584 10.646 17.0041 10.938 16.7121C11.2293 16.4208 11.5833 16.2751 12 16.2751C12.4167 16.2751 12.7707 16.4208 13.062 16.7121C13.354 17.0041 13.5 17.3584 13.5 17.7751C13.5 18.1918 13.354 18.5458 13.062 18.8371C12.7707 19.1291 12.4167 19.2751 12 19.2751ZM12 13.5001C11.5833 13.5001 11.2293 13.3541 10.938 13.0621C10.646 12.7708 10.5 12.4168 10.5 12.0001C10.5 11.5834 10.646 11.2294 10.938 10.9381C11.2293 10.6461 11.5833 10.5001 12 10.5001C12.4167 10.5001 12.7707 10.6461 13.062 10.9381C13.354 11.2294 13.5 11.5834 13.5 12.0001C13.5 12.4168 13.354 12.7708 13.062 13.0621C12.7707 13.3541 12.4167 13.5001 12 13.5001ZM12 7.7251C11.5833 7.7251 11.2293 7.5791 10.938 7.2871C10.646 6.99576 10.5 6.64176 10.5 6.2251C10.5 5.80843 10.646 5.4541 10.938 5.1621C11.2293 4.87076 11.5833 4.7251 12 4.7251C12.4167 4.7251 12.7707 4.87076 13.062 5.1621C13.354 5.4541 13.5 5.80843 13.5 6.2251C13.5 6.64176 13.354 6.99576 13.062 7.2871C12.7707 7.5791 12.4167 7.7251 12 7.7251Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2300_2738' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2300_2738)'%3E%3Cpath d='M12 19.2751C11.5833 19.2751 11.2293 19.1291 10.938 18.8371C10.646 18.5458 10.5 18.1918 10.5 17.7751C10.5 17.3584 10.646 17.0041 10.938 16.7121C11.2293 16.4208 11.5833 16.2751 12 16.2751C12.4167 16.2751 12.7707 16.4208 13.062 16.7121C13.354 17.0041 13.5 17.3584 13.5 17.7751C13.5 18.1918 13.354 18.5458 13.062 18.8371C12.7707 19.1291 12.4167 19.2751 12 19.2751ZM12 13.5001C11.5833 13.5001 11.2293 13.3541 10.938 13.0621C10.646 12.7708 10.5 12.4168 10.5 12.0001C10.5 11.5834 10.646 11.2294 10.938 10.9381C11.2293 10.6461 11.5833 10.5001 12 10.5001C12.4167 10.5001 12.7707 10.6461 13.062 10.9381C13.354 11.2294 13.5 11.5834 13.5 12.0001C13.5 12.4168 13.354 12.7708 13.062 13.0621C12.7707 13.3541 12.4167 13.5001 12 13.5001ZM12 7.7251C11.5833 7.7251 11.2293 7.5791 10.938 7.2871C10.646 6.99576 10.5 6.64176 10.5 6.2251C10.5 5.80843 10.646 5.4541 10.938 5.1621C11.2293 4.87076 11.5833 4.7251 12 4.7251C12.4167 4.7251 12.7707 4.87076 13.062 5.1621C13.354 5.4541 13.5 5.80843 13.5 6.2251C13.5 6.64176 13.354 6.99576 13.062 7.2871C12.7707 7.5791 12.4167 7.7251 12 7.7251Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-more-x {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2733_23655)'%3E%3Cpath d='M6.19368 13.5C5.78561 13.5 5.43891 13.354 5.15358 13.062C4.8676 12.7707 4.72461 12.4167 4.72461 12C4.72461 11.5833 4.8676 11.2293 5.15358 10.938C5.43891 10.646 5.78561 10.5 6.19368 10.5C6.60176 10.5 6.94879 10.646 7.23476 10.938C7.52009 11.2293 7.66275 11.5833 7.66275 12C7.66275 12.4167 7.52009 12.7707 7.23476 13.062C6.94879 13.354 6.60176 13.5 6.19368 13.5ZM11.8496 13.5C11.4415 13.5 11.0948 13.354 10.8095 13.062C10.5235 12.7707 10.3805 12.4167 10.3805 12C10.3805 11.5833 10.5235 11.2293 10.8095 10.938C11.0948 10.646 11.4415 10.5 11.8496 10.5C12.2577 10.5 12.6044 10.646 12.8897 10.938C13.1757 11.2293 13.3187 11.5833 13.3187 12C13.3187 12.4167 13.1757 12.7707 12.8897 13.062C12.6044 13.354 12.2577 13.5 11.8496 13.5ZM17.5055 13.5C17.0975 13.5 16.7508 13.354 16.4654 13.062C16.1795 12.7707 16.0365 12.4167 16.0365 12C16.0365 11.5833 16.1795 11.2293 16.4654 10.938C16.7508 10.646 17.0975 10.5 17.5055 10.5C17.9136 10.5 18.2606 10.646 18.5466 10.938C18.8319 11.2293 18.9746 11.5833 18.9746 12C18.9746 12.4167 18.8319 12.7707 18.5466 13.062C18.2606 13.354 17.9136 13.5 17.5055 13.5Z' fill='%23999999'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2733_23655'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2733_23655)'%3E%3Cpath d='M6.19368 13.5C5.78561 13.5 5.43891 13.354 5.15358 13.062C4.8676 12.7707 4.72461 12.4167 4.72461 12C4.72461 11.5833 4.8676 11.2293 5.15358 10.938C5.43891 10.646 5.78561 10.5 6.19368 10.5C6.60176 10.5 6.94879 10.646 7.23476 10.938C7.52009 11.2293 7.66275 11.5833 7.66275 12C7.66275 12.4167 7.52009 12.7707 7.23476 13.062C6.94879 13.354 6.60176 13.5 6.19368 13.5ZM11.8496 13.5C11.4415 13.5 11.0948 13.354 10.8095 13.062C10.5235 12.7707 10.3805 12.4167 10.3805 12C10.3805 11.5833 10.5235 11.2293 10.8095 10.938C11.0948 10.646 11.4415 10.5 11.8496 10.5C12.2577 10.5 12.6044 10.646 12.8897 10.938C13.1757 11.2293 13.3187 11.5833 13.3187 12C13.3187 12.4167 13.1757 12.7707 12.8897 13.062C12.6044 13.354 12.2577 13.5 11.8496 13.5ZM17.5055 13.5C17.0975 13.5 16.7508 13.354 16.4654 13.062C16.1795 12.7707 16.0365 12.4167 16.0365 12C16.0365 11.5833 16.1795 11.2293 16.4654 10.938C16.7508 10.646 17.0975 10.5 17.5055 10.5C17.9136 10.5 18.2606 10.646 18.5466 10.938C18.8319 11.2293 18.9746 11.5833 18.9746 12C18.9746 12.4167 18.8319 12.7707 18.5466 13.062C18.2606 13.354 17.9136 13.5 17.5055 13.5Z' fill='%23999999'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2733_23655'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-search {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1066_20726' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1066_20726)'%3E%3Cpath d='M19.5494 20.575L13.2494 14.3C12.7494 14.7167 12.1744 15.0417 11.5244 15.275C10.8744 15.5083 10.2077 15.625 9.52441 15.625C7.80775 15.625 6.35775 15.0333 5.17441 13.85C3.99108 12.6667 3.39941 11.2167 3.39941 9.5C3.39941 7.8 3.99108 6.354 5.17441 5.162C6.35775 3.97067 7.80775 3.375 9.52441 3.375C11.2244 3.375 12.6661 3.96667 13.8494 5.15C15.0327 6.33333 15.6244 7.78333 15.6244 9.5C15.6244 10.2167 15.5077 10.9 15.2744 11.55C15.0411 12.2 14.7244 12.7667 14.3244 13.25L20.5994 19.525L19.5494 20.575ZM9.52441 14.125C10.8077 14.125 11.8954 13.675 12.7874 12.775C13.6787 11.875 14.1244 10.7833 14.1244 9.5C14.1244 8.21667 13.6787 7.125 12.7874 6.225C11.8954 5.325 10.8077 4.875 9.52441 4.875C8.22441 4.875 7.12875 5.325 6.23741 6.225C5.34541 7.125 4.89941 8.21667 4.89941 9.5C4.89941 10.7833 5.34541 11.875 6.23741 12.775C7.12875 13.675 8.22441 14.125 9.52441 14.125Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1066_20726' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1066_20726)'%3E%3Cpath d='M19.5494 20.575L13.2494 14.3C12.7494 14.7167 12.1744 15.0417 11.5244 15.275C10.8744 15.5083 10.2077 15.625 9.52441 15.625C7.80775 15.625 6.35775 15.0333 5.17441 13.85C3.99108 12.6667 3.39941 11.2167 3.39941 9.5C3.39941 7.8 3.99108 6.354 5.17441 5.162C6.35775 3.97067 7.80775 3.375 9.52441 3.375C11.2244 3.375 12.6661 3.96667 13.8494 5.15C15.0327 6.33333 15.6244 7.78333 15.6244 9.5C15.6244 10.2167 15.5077 10.9 15.2744 11.55C15.0411 12.2 14.7244 12.7667 14.3244 13.25L20.5994 19.525L19.5494 20.575ZM9.52441 14.125C10.8077 14.125 11.8954 13.675 12.7874 12.775C13.6787 11.875 14.1244 10.7833 14.1244 9.5C14.1244 8.21667 13.6787 7.125 12.7874 6.225C11.8954 5.325 10.8077 4.875 9.52441 4.875C8.22441 4.875 7.12875 5.325 6.23741 6.225C5.34541 7.125 4.89941 8.21667 4.89941 9.5C4.89941 10.7833 5.34541 11.875 6.23741 12.775C7.12875 13.675 8.22441 14.125 9.52441 14.125Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-identity {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2300_2747' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2300_2747)'%3E%3Cpath d='M2.3 20.3C1.8 20.3 1.375 20.125 1.025 19.775C0.675 19.425 0.5 19 0.5 18.5V5.5C0.5 5 0.675 4.575 1.025 4.225C1.375 3.875 1.8 3.7 2.3 3.7H21.7C22.2 3.7 22.625 3.875 22.975 4.225C23.325 4.575 23.5 5 23.5 5.5V18.5C23.5 19 23.325 19.425 22.975 19.775C22.625 20.125 22.2 20.3 21.7 20.3H2.3ZM15.35 18.8H21.7C21.7667 18.8 21.8333 18.7707 21.9 18.712C21.9667 18.654 22 18.5833 22 18.5V5.5C22 5.41667 21.9667 5.34567 21.9 5.287C21.8333 5.229 21.7667 5.2 21.7 5.2H2.3C2.23333 5.2 2.16667 5.229 2.1 5.287C2.03333 5.34567 2 5.41667 2 5.5V18.5C2 18.5833 2.03333 18.654 2.1 18.712C2.16667 18.7707 2.23333 18.8 2.3 18.8H2.65C3.35 17.7333 4.25833 16.8833 5.375 16.25C6.49167 15.6167 7.7 15.3 9 15.3C10.3 15.3 11.5083 15.6167 12.625 16.25C13.7417 16.8833 14.65 17.7333 15.35 18.8ZM9 14.125C9.76667 14.125 10.4167 13.854 10.95 13.312C11.4833 12.7707 11.75 12.125 11.75 11.375C11.75 10.6083 11.4833 9.95833 10.95 9.425C10.4167 8.89167 9.76667 8.625 9 8.625C8.23333 8.625 7.58333 8.89167 7.05 9.425C6.51667 9.95833 6.25 10.6083 6.25 11.375C6.25 12.125 6.51667 12.7707 7.05 13.312C7.58333 13.854 8.23333 14.125 9 14.125ZM4.55 18.8H13.45C12.8833 18.1667 12.2127 17.675 11.438 17.325C10.6627 16.975 9.85 16.8 9 16.8C8.15 16.8 7.34167 16.975 6.575 17.325C5.80833 17.675 5.13333 18.1667 4.55 18.8ZM9 12.625C8.65 12.625 8.35433 12.5 8.113 12.25C7.871 12 7.75 11.7083 7.75 11.375C7.75 11.025 7.871 10.7293 8.113 10.488C8.35433 10.246 8.65 10.125 9 10.125C9.35 10.125 9.64567 10.246 9.887 10.488C10.129 10.7293 10.25 11.025 10.25 11.375C10.25 11.7083 10.129 12 9.887 12.25C9.64567 12.5 9.35 12.625 9 12.625Z' fill='%23333333'/%3E%3Cpath d='M20.2515 10.4999H16.2515V9.29992H20.2515V10.4999Z' fill='%23333333'/%3E%3Cpath d='M20.2515 13.1999H16.2515V11.9999H20.2515V13.1999Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2300_2747' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2300_2747)'%3E%3Cpath d='M2.3 20.3C1.8 20.3 1.375 20.125 1.025 19.775C0.675 19.425 0.5 19 0.5 18.5V5.5C0.5 5 0.675 4.575 1.025 4.225C1.375 3.875 1.8 3.7 2.3 3.7H21.7C22.2 3.7 22.625 3.875 22.975 4.225C23.325 4.575 23.5 5 23.5 5.5V18.5C23.5 19 23.325 19.425 22.975 19.775C22.625 20.125 22.2 20.3 21.7 20.3H2.3ZM15.35 18.8H21.7C21.7667 18.8 21.8333 18.7707 21.9 18.712C21.9667 18.654 22 18.5833 22 18.5V5.5C22 5.41667 21.9667 5.34567 21.9 5.287C21.8333 5.229 21.7667 5.2 21.7 5.2H2.3C2.23333 5.2 2.16667 5.229 2.1 5.287C2.03333 5.34567 2 5.41667 2 5.5V18.5C2 18.5833 2.03333 18.654 2.1 18.712C2.16667 18.7707 2.23333 18.8 2.3 18.8H2.65C3.35 17.7333 4.25833 16.8833 5.375 16.25C6.49167 15.6167 7.7 15.3 9 15.3C10.3 15.3 11.5083 15.6167 12.625 16.25C13.7417 16.8833 14.65 17.7333 15.35 18.8ZM9 14.125C9.76667 14.125 10.4167 13.854 10.95 13.312C11.4833 12.7707 11.75 12.125 11.75 11.375C11.75 10.6083 11.4833 9.95833 10.95 9.425C10.4167 8.89167 9.76667 8.625 9 8.625C8.23333 8.625 7.58333 8.89167 7.05 9.425C6.51667 9.95833 6.25 10.6083 6.25 11.375C6.25 12.125 6.51667 12.7707 7.05 13.312C7.58333 13.854 8.23333 14.125 9 14.125ZM4.55 18.8H13.45C12.8833 18.1667 12.2127 17.675 11.438 17.325C10.6627 16.975 9.85 16.8 9 16.8C8.15 16.8 7.34167 16.975 6.575 17.325C5.80833 17.675 5.13333 18.1667 4.55 18.8ZM9 12.625C8.65 12.625 8.35433 12.5 8.113 12.25C7.871 12 7.75 11.7083 7.75 11.375C7.75 11.025 7.871 10.7293 8.113 10.488C8.35433 10.246 8.65 10.125 9 10.125C9.35 10.125 9.64567 10.246 9.887 10.488C10.129 10.7293 10.25 11.025 10.25 11.375C10.25 11.7083 10.129 12 9.887 12.25C9.64567 12.5 9.35 12.625 9 12.625Z' fill='%23333333'/%3E%3Cpath d='M20.2515 10.4999H16.2515V9.29992H20.2515V10.4999Z' fill='%23333333'/%3E%3Cpath d='M20.2515 13.1999H16.2515V11.9999H20.2515V13.1999Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-garage {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M4.5 20.5V9.25L12 3.6l7.5 5.65V20.5H18V10l-6-4.525L6 10v10.5ZM8.75 19h6.5v-2.5h-6.5Zm0-4h6.5v-2.5h-6.5Zm-1.5 5.5V11h9.5v9.5Z'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M4.5 20.5V9.25L12 3.6l7.5 5.65V20.5H18V10l-6-4.525L6 10v10.5ZM8.75 19h6.5v-2.5h-6.5Zm0-4h6.5v-2.5h-6.5Zm-1.5 5.5V11h9.5v9.5Z'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-wishlist {
    -webkit-mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.33938 27c-.6454 0-1.19664-.2324-1.65372-.6971-.45711-.4648-.68566-1.0253-.68566-1.6815v-17.61126c0-.6562.22855-1.21668.68566-1.68141.45708-.46476 1.00832-.69714 1.65372-.69714h5.75882c.0813-.73042.3949-1.35162.9407-1.86359.5459-.512 1.1996-.768 1.9611-.768.7698 0 1.4277.256 1.9735.768.5459.51197.8553 1.13317.9283 1.86359h5.7588c.6454 0 1.1967.23238 1.6537.69714.4571.46473.6857 1.02521.6857 1.68141v17.61126c0 .6562-.2286 1.2167-.6857 1.6815-.457.4647-1.0083.6971-1.6537.6971zm0-1.9737h17.32122c.0996 0 .1908-.0421.2738-.1265.083-.0843.1244-.1771.1244-.2784v-17.61126c0-.10122-.0414-.19402-.1244-.27838-.083-.08435-.1742-.12652-.2738-.12652h-17.32122c-.09956 0-.19083.04217-.2738.12652-.08295.08436-.12443.17716-.12443.27838v17.61126c0 .1013.04148.1941.12443.2784.08297.0844.17424.1265.2738.1265zm2.51358-3.1123h8.41174v-1.9737h-8.41174zm0-5.1114h12.29404v-1.9736h-12.29404zm0-5.1113h12.29404v-1.97368h-12.29404zm6.14704-5.94639c.2804 0 .5123-.0932.6956-.2796.1833-.18641.275-.42216.275-.70724 0-.28509-.0917-.52084-.275-.70724-.1833-.18641-.4152-.27961-.6956-.27961s-.5123.0932-.6956.27961c-.1833.1864-.275.42215-.275.70724 0 .28508.0917.52083.275.70724.1833.1864.4152.2796.6956.2796z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.33938 27c-.6454 0-1.19664-.2324-1.65372-.6971-.45711-.4648-.68566-1.0253-.68566-1.6815v-17.61126c0-.6562.22855-1.21668.68566-1.68141.45708-.46476 1.00832-.69714 1.65372-.69714h5.75882c.0813-.73042.3949-1.35162.9407-1.86359.5459-.512 1.1996-.768 1.9611-.768.7698 0 1.4277.256 1.9735.768.5459.51197.8553 1.13317.9283 1.86359h5.7588c.6454 0 1.1967.23238 1.6537.69714.4571.46473.6857 1.02521.6857 1.68141v17.61126c0 .6562-.2286 1.2167-.6857 1.6815-.457.4647-1.0083.6971-1.6537.6971zm0-1.9737h17.32122c.0996 0 .1908-.0421.2738-.1265.083-.0843.1244-.1771.1244-.2784v-17.61126c0-.10122-.0414-.19402-.1244-.27838-.083-.08435-.1742-.12652-.2738-.12652h-17.32122c-.09956 0-.19083.04217-.2738.12652-.08295.08436-.12443.17716-.12443.27838v17.61126c0 .1013.04148.1941.12443.2784.08297.0844.17424.1265.2738.1265zm2.51358-3.1123h8.41174v-1.9737h-8.41174zm0-5.1114h12.29404v-1.9736h-12.29404zm0-5.1113h12.29404v-1.97368h-12.29404zm6.14704-5.94639c.2804 0 .5123-.0932.6956-.2796.1833-.18641.275-.42216.275-.70724 0-.28509-.0917-.52084-.275-.70724-.1833-.18641-.4152-.27961-.6956-.27961s-.5123.0932-.6956.27961c-.1833.1864-.275.42215-.275.70724 0 .28508.0917.52083.275.70724.1833.1864.4152.2796.6956.2796z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-comparator {
    -webkit-mask: 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 fill-rule='evenodd' clip-rule='evenodd' d='M11.0769 13.5L8 11.1667L8.86538 10L12.7115 12.9167C12.8931 13.0544 13 13.2705 13 13.5C13 13.7295 12.8931 13.9456 12.7115 14.0833L8.86538 17L8 15.8333L11.0769 13.5Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2885 18.9167L23.1346 16L24 17.1667L20.9231 19.5L24 21.8333L23.1346 23L19.2885 20.0833C19.1069 19.9456 19 19.7295 19 19.5C19 19.2705 19.1069 19.0544 19.2885 18.9167Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.4444 11.5385H19.9259V10H28.2222C28.6518 10 29 10.3444 29 10.7692V28.2307C29 28.4347 28.9181 28.6304 28.7722 28.7747C28.6263 28.919 28.4285 29 28.2222 29H15.7778C15.3482 29 15 28.6556 15 28.2308V26.1795H16.5556V27.4615H27.4444V11.5385Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5558 5.53849C4.55547 9.763 4.55553 12.9875 4.55559 17.212C4.55561 18.6285 4.55563 20.045 4.55564 21.4615H15.4444C15.4444 19.893 15.4444 18.3245 15.4444 16.7559C15.4445 12.6834 15.4445 9.61095 15.4443 5.53846L4.5558 5.53849ZM3.77809 4.00003L16.222 4C16.6516 4 16.9998 4.34437 16.9998 4.76919C17.0001 9.09812 17 12.4271 17 16.756C16.9999 18.5809 16.9999 20.4059 16.9999 22.2308C16.9999 22.6556 16.6517 23 16.2221 23H3.77787C3.57159 23 3.37376 22.919 3.2279 22.7747C3.08204 22.6304 3.0001 22.4348 3.0001 22.2308C3.0001 20.5579 3.00007 18.885 3.00005 17.2121C2.99998 12.7312 2.99992 9.25017 3.00031 4.76919C3.00035 4.34439 3.34856 4.00003 3.77809 4.00003Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: 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 fill-rule='evenodd' clip-rule='evenodd' d='M11.0769 13.5L8 11.1667L8.86538 10L12.7115 12.9167C12.8931 13.0544 13 13.2705 13 13.5C13 13.7295 12.8931 13.9456 12.7115 14.0833L8.86538 17L8 15.8333L11.0769 13.5Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2885 18.9167L23.1346 16L24 17.1667L20.9231 19.5L24 21.8333L23.1346 23L19.2885 20.0833C19.1069 19.9456 19 19.7295 19 19.5C19 19.2705 19.1069 19.0544 19.2885 18.9167Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.4444 11.5385H19.9259V10H28.2222C28.6518 10 29 10.3444 29 10.7692V28.2307C29 28.4347 28.9181 28.6304 28.7722 28.7747C28.6263 28.919 28.4285 29 28.2222 29H15.7778C15.3482 29 15 28.6556 15 28.2308V26.1795H16.5556V27.4615H27.4444V11.5385Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5558 5.53849C4.55547 9.763 4.55553 12.9875 4.55559 17.212C4.55561 18.6285 4.55563 20.045 4.55564 21.4615H15.4444C15.4444 19.893 15.4444 18.3245 15.4444 16.7559C15.4445 12.6834 15.4445 9.61095 15.4443 5.53846L4.5558 5.53849ZM3.77809 4.00003L16.222 4C16.6516 4 16.9998 4.34437 16.9998 4.76919C17.0001 9.09812 17 12.4271 17 16.756C16.9999 18.5809 16.9999 20.4059 16.9999 22.2308C16.9999 22.6556 16.6517 23 16.2221 23H3.77787C3.57159 23 3.37376 22.919 3.2279 22.7747C3.08204 22.6304 3.0001 22.4348 3.0001 22.2308C3.0001 20.5579 3.00007 18.885 3.00005 17.2121C2.99998 12.7312 2.99992 9.25017 3.00031 4.76919C3.00035 4.34439 3.34856 4.00003 3.77809 4.00003Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-cart {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2300_2770' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2300_2770)'%3E%3Cpath d='M7.15 21.55C6.66667 21.55 6.25433 21.3793 5.913 21.038C5.571 20.696 5.4 20.2833 5.4 19.8C5.4 19.3167 5.571 18.904 5.913 18.562C6.25433 18.2207 6.66667 18.05 7.15 18.05C7.63333 18.05 8.04567 18.2207 8.387 18.562C8.729 18.904 8.9 19.3167 8.9 19.8C8.9 20.2833 8.729 20.696 8.387 21.038C8.04567 21.3793 7.63333 21.55 7.15 21.55ZM16.85 21.55C16.3667 21.55 15.9543 21.3793 15.613 21.038C15.271 20.696 15.1 20.2833 15.1 19.8C15.1 19.3167 15.271 18.904 15.613 18.562C15.9543 18.2207 16.3667 18.05 16.85 18.05C17.3333 18.05 17.7457 18.2207 18.087 18.562C18.429 18.904 18.6 19.3167 18.6 19.8C18.6 20.2833 18.429 20.696 18.087 21.038C17.7457 21.3793 17.3333 21.55 16.85 21.55ZM6.025 5.75L8.55 11.05H15.375C15.425 11.05 15.475 11.0373 15.525 11.012C15.575 10.9873 15.6083 10.95 15.625 10.9L18.325 6.025C18.3583 5.95833 18.3583 5.896 18.325 5.838C18.2917 5.77933 18.2417 5.75 18.175 5.75H6.025ZM5.3 4.25H19.175C19.6417 4.25 19.971 4.42067 20.163 4.762C20.3543 5.104 20.35 5.46667 20.15 5.85L16.925 11.65C16.775 11.9333 16.5667 12.154 16.3 12.312C16.0333 12.4707 15.7333 12.55 15.4 12.55H8.1L6.95 14.675C6.9 14.7583 6.896 14.8417 6.938 14.925C6.97933 15.0083 7.05 15.05 7.15 15.05H18.6V16.55H7.15C6.48333 16.55 5.98333 16.2627 5.65 15.688C5.31667 15.1127 5.30833 14.5417 5.625 13.975L7.05 11.4L3.4 3.75H1.5V2.25H4.35L5.3 4.25Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2300_2770' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2300_2770)'%3E%3Cpath d='M7.15 21.55C6.66667 21.55 6.25433 21.3793 5.913 21.038C5.571 20.696 5.4 20.2833 5.4 19.8C5.4 19.3167 5.571 18.904 5.913 18.562C6.25433 18.2207 6.66667 18.05 7.15 18.05C7.63333 18.05 8.04567 18.2207 8.387 18.562C8.729 18.904 8.9 19.3167 8.9 19.8C8.9 20.2833 8.729 20.696 8.387 21.038C8.04567 21.3793 7.63333 21.55 7.15 21.55ZM16.85 21.55C16.3667 21.55 15.9543 21.3793 15.613 21.038C15.271 20.696 15.1 20.2833 15.1 19.8C15.1 19.3167 15.271 18.904 15.613 18.562C15.9543 18.2207 16.3667 18.05 16.85 18.05C17.3333 18.05 17.7457 18.2207 18.087 18.562C18.429 18.904 18.6 19.3167 18.6 19.8C18.6 20.2833 18.429 20.696 18.087 21.038C17.7457 21.3793 17.3333 21.55 16.85 21.55ZM6.025 5.75L8.55 11.05H15.375C15.425 11.05 15.475 11.0373 15.525 11.012C15.575 10.9873 15.6083 10.95 15.625 10.9L18.325 6.025C18.3583 5.95833 18.3583 5.896 18.325 5.838C18.2917 5.77933 18.2417 5.75 18.175 5.75H6.025ZM5.3 4.25H19.175C19.6417 4.25 19.971 4.42067 20.163 4.762C20.3543 5.104 20.35 5.46667 20.15 5.85L16.925 11.65C16.775 11.9333 16.5667 12.154 16.3 12.312C16.0333 12.4707 15.7333 12.55 15.4 12.55H8.1L6.95 14.675C6.9 14.7583 6.896 14.8417 6.938 14.925C6.97933 15.0083 7.05 15.05 7.15 15.05H18.6V16.55H7.15C6.48333 16.55 5.98333 16.2627 5.65 15.688C5.31667 15.1127 5.30833 14.5417 5.625 13.975L7.05 11.4L3.4 3.75H1.5V2.25H4.35L5.3 4.25Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-logout {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2300_2742' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2300_2742)'%3E%3Cpath d='M12 12C11.7833 12 11.6043 11.929 11.463 11.787C11.321 11.6457 11.25 11.4667 11.25 11.25V3.175C11.25 2.95833 11.321 2.779 11.463 2.637C11.6043 2.49567 11.7833 2.425 12 2.425C12.2167 2.425 12.396 2.49567 12.538 2.637C12.6793 2.779 12.75 2.95833 12.75 3.175V11.25C12.75 11.4667 12.6793 11.6457 12.538 11.787C12.396 11.929 12.2167 12 12 12ZM12 20.5C10.8167 20.5 9.71267 20.275 8.688 19.825C7.66267 19.375 6.76667 18.7667 6 18C5.23333 17.2333 4.625 16.3373 4.175 15.312C3.725 14.2873 3.5 13.1833 3.5 12C3.5 10.9833 3.675 10.0083 4.025 9.075C4.375 8.14167 4.86667 7.30833 5.5 6.575C5.63333 6.39167 5.80433 6.304 6.013 6.312C6.221 6.32067 6.40833 6.40833 6.575 6.575C6.70833 6.70833 6.76667 6.875 6.75 7.075C6.73333 7.275 6.66667 7.45833 6.55 7.625C6.05 8.225 5.66667 8.9 5.4 9.65C5.13333 10.4 5 11.1833 5 12C5 13.95 5.67933 15.604 7.038 16.962C8.396 18.3207 10.05 19 12 19C13.95 19 15.604 18.3207 16.962 16.962C18.3207 15.604 19 13.95 19 12C19 11.1667 18.8667 10.375 18.6 9.625C18.3333 8.875 17.95 8.2 17.45 7.6C17.3167 7.43333 17.2417 7.254 17.225 7.062C17.2083 6.87067 17.2667 6.70833 17.4 6.575C17.5667 6.40833 17.7543 6.325 17.963 6.325C18.171 6.325 18.3417 6.40833 18.475 6.575C19.1083 7.30833 19.604 8.14167 19.962 9.075C20.3207 10.0083 20.5 10.9833 20.5 12C20.5 13.1833 20.275 14.2873 19.825 15.312C19.375 16.3373 18.7667 17.2333 18 18C17.2333 18.7667 16.3373 19.375 15.312 19.825C14.2873 20.275 13.1833 20.5 12 20.5Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2300_2742' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2300_2742)'%3E%3Cpath d='M12 12C11.7833 12 11.6043 11.929 11.463 11.787C11.321 11.6457 11.25 11.4667 11.25 11.25V3.175C11.25 2.95833 11.321 2.779 11.463 2.637C11.6043 2.49567 11.7833 2.425 12 2.425C12.2167 2.425 12.396 2.49567 12.538 2.637C12.6793 2.779 12.75 2.95833 12.75 3.175V11.25C12.75 11.4667 12.6793 11.6457 12.538 11.787C12.396 11.929 12.2167 12 12 12ZM12 20.5C10.8167 20.5 9.71267 20.275 8.688 19.825C7.66267 19.375 6.76667 18.7667 6 18C5.23333 17.2333 4.625 16.3373 4.175 15.312C3.725 14.2873 3.5 13.1833 3.5 12C3.5 10.9833 3.675 10.0083 4.025 9.075C4.375 8.14167 4.86667 7.30833 5.5 6.575C5.63333 6.39167 5.80433 6.304 6.013 6.312C6.221 6.32067 6.40833 6.40833 6.575 6.575C6.70833 6.70833 6.76667 6.875 6.75 7.075C6.73333 7.275 6.66667 7.45833 6.55 7.625C6.05 8.225 5.66667 8.9 5.4 9.65C5.13333 10.4 5 11.1833 5 12C5 13.95 5.67933 15.604 7.038 16.962C8.396 18.3207 10.05 19 12 19C13.95 19 15.604 18.3207 16.962 16.962C18.3207 15.604 19 13.95 19 12C19 11.1667 18.8667 10.375 18.6 9.625C18.3333 8.875 17.95 8.2 17.45 7.6C17.3167 7.43333 17.2417 7.254 17.225 7.062C17.2083 6.87067 17.2667 6.70833 17.4 6.575C17.5667 6.40833 17.7543 6.325 17.963 6.325C18.171 6.325 18.3417 6.40833 18.475 6.575C19.1083 7.30833 19.604 8.14167 19.962 9.075C20.3207 10.0083 20.5 10.9833 20.5 12C20.5 13.1833 20.275 14.2873 19.825 15.312C19.375 16.3373 18.7667 17.2333 18 18C17.2333 18.7667 16.3373 19.375 15.312 19.825C14.2873 20.275 13.1833 20.5 12 20.5Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-exit {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1115_20329)'%3E%3Cmask id='mask0_1115_20329' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='22' height='22'%3E%3Crect width='22' height='22' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1115_20329)'%3E%3Cpath d='M8.36457 10.5417H16.0646L13.8417 8.31876L14.7812 7.31043L18.7 11.2292L14.7812 15.1479L13.8417 14.1396L16.0646 11.9167H8.36457V10.5417ZM11.1146 3.20834V4.58334H4.94999C4.88888 4.58334 4.82777 4.6139 4.76665 4.67501C4.70554 4.73612 4.67499 4.79723 4.67499 4.85834V17.6C4.67499 17.6611 4.70554 17.7222 4.76665 17.7833C4.82777 17.8445 4.88888 17.875 4.94999 17.875H11.1146V19.25H4.94999C4.49165 19.25 4.10207 19.0896 3.78124 18.7688C3.4604 18.4479 3.29999 18.0583 3.29999 17.6V4.85834C3.29999 4.40001 3.4604 4.01043 3.78124 3.68959C4.10207 3.36876 4.49165 3.20834 4.94999 3.20834H11.1146Z' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1115_20329'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1115_20329)'%3E%3Cmask id='mask0_1115_20329' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='22' height='22'%3E%3Crect width='22' height='22' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1115_20329)'%3E%3Cpath d='M8.36457 10.5417H16.0646L13.8417 8.31876L14.7812 7.31043L18.7 11.2292L14.7812 15.1479L13.8417 14.1396L16.0646 11.9167H8.36457V10.5417ZM11.1146 3.20834V4.58334H4.94999C4.88888 4.58334 4.82777 4.6139 4.76665 4.67501C4.70554 4.73612 4.67499 4.79723 4.67499 4.85834V17.6C4.67499 17.6611 4.70554 17.7222 4.76665 17.7833C4.82777 17.8445 4.88888 17.875 4.94999 17.875H11.1146V19.25H4.94999C4.49165 19.25 4.10207 19.0896 3.78124 18.7688C3.4604 18.4479 3.29999 18.0583 3.29999 17.6V4.85834C3.29999 4.40001 3.4604 4.01043 3.78124 3.68959C4.10207 3.36876 4.49165 3.20834 4.94999 3.20834H11.1146Z' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1115_20329'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-download {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1417_33661' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1417_33661)'%3E%3Cpath d='M5.92 20C5.38667 20 4.93333 19.8155 4.56 19.4465C4.18667 19.0774 4 18.6293 4 18.1021V15.2554H5.6V18.1021C5.6 18.1724 5.63556 18.2427 5.70667 18.313C5.77778 18.3833 5.84889 18.4185 5.92 18.4185H18.08C18.1511 18.4185 18.2222 18.3833 18.2933 18.313C18.3644 18.2427 18.4 18.1724 18.4 18.1021V15.2554H20V18.1021C20 18.6293 19.8133 19.0774 19.44 19.4465C19.0667 19.8155 18.6133 20 18.08 20H5.92ZM12 15.9143L7.44 11.4069L8.56 10.2471L11.2 12.8567V4H12.8V12.8567L15.44 10.2471L16.56 11.4069L12 15.9143Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1417_33661' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1417_33661)'%3E%3Cpath d='M5.92 20C5.38667 20 4.93333 19.8155 4.56 19.4465C4.18667 19.0774 4 18.6293 4 18.1021V15.2554H5.6V18.1021C5.6 18.1724 5.63556 18.2427 5.70667 18.313C5.77778 18.3833 5.84889 18.4185 5.92 18.4185H18.08C18.1511 18.4185 18.2222 18.3833 18.2933 18.313C18.3644 18.2427 18.4 18.1724 18.4 18.1021V15.2554H20V18.1021C20 18.6293 19.8133 19.0774 19.44 19.4465C19.0667 19.8155 18.6133 20 18.08 20H5.92ZM12 15.9143L7.44 11.4069L8.56 10.2471L11.2 12.8567V4H12.8V12.8567L15.44 10.2471L16.56 11.4069L12 15.9143Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-menu {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2534_8589)'%3E%3Cpath d='M3 18H21V16H3V18ZM3 13H21V11H3V13ZM3 6V8H21V6H3Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2534_8589'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2534_8589)'%3E%3Cpath d='M3 18H21V16H3V18ZM3 13H21V11H3V13ZM3 6V8H21V6H3Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2534_8589'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-close {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_3474_1089' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3474_1089)'%3E%3Cpath d='M6.39961 18.6501L5.34961 17.6001L10.9496 12.0001L5.34961 6.4001L6.39961 5.3501L11.9996 10.9501L17.5996 5.3501L18.6496 6.4001L13.0496 12.0001L18.6496 17.6001L17.5996 18.6501L11.9996 13.0501L6.39961 18.6501Z' fill='black%0A'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_3474_1089' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3474_1089)'%3E%3Cpath d='M6.39961 18.6501L5.34961 17.6001L10.9496 12.0001L5.34961 6.4001L6.39961 5.3501L11.9996 10.9501L17.5996 5.3501L18.6496 6.4001L13.0496 12.0001L18.6496 17.6001L17.5996 18.6501L11.9996 13.0501L6.39961 18.6501Z' fill='black%0A'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-location {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1115_20334)'%3E%3Cmask id='mask0_1115_20334' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='22' height='22'%3E%3Crect width='22' height='22' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1115_20334)'%3E%3Cpath d='M11 15.4C12.5889 14.1319 13.7882 12.9134 14.5979 11.7443C15.4076 10.5759 15.8125 9.45694 15.8125 8.3875C15.8125 7.48611 15.6481 6.71825 15.3193 6.08392C14.9912 5.45019 14.5866 4.93839 14.1057 4.5485C13.6241 4.15922 13.1007 3.87658 12.5354 3.70058C11.9701 3.52519 11.4583 3.4375 11 3.4375C10.5417 3.4375 10.0299 3.52519 9.46458 3.70058C8.89931 3.87658 8.37619 4.15922 7.89525 4.5485C7.41369 4.93839 7.00853 5.45019 6.67975 6.08392C6.35158 6.71825 6.1875 7.48611 6.1875 8.3875C6.1875 9.45694 6.59236 10.5759 7.40208 11.7443C8.21181 12.9134 9.41111 14.1319 11 15.4ZM11 17.1417C8.92222 15.5833 7.37153 14.0821 6.34792 12.6381C5.32431 11.1946 4.8125 9.77778 4.8125 8.3875C4.8125 7.34861 4.99981 6.43561 5.37442 5.6485C5.74842 4.862 6.22967 4.20139 6.81817 3.66667C7.40606 3.13194 8.07064 2.73106 8.81192 2.464C9.55258 2.19633 10.2819 2.0625 11 2.0625C11.7181 2.0625 12.4477 2.19633 13.189 2.464C13.9297 2.73106 14.5939 3.13194 15.1818 3.66667C15.7703 4.20139 16.2519 4.862 16.6265 5.6485C17.0005 6.43561 17.1875 7.34861 17.1875 8.3875C17.1875 9.77778 16.6757 11.1946 15.6521 12.6381C14.6285 14.0821 13.0778 15.5833 11 17.1417ZM11 9.85417C11.4431 9.85417 11.8213 9.69772 12.1348 9.38483C12.4477 9.07133 12.6042 8.69306 12.6042 8.25C12.6042 7.80694 12.4477 7.42867 12.1348 7.11517C11.8213 6.80228 11.4431 6.64583 11 6.64583C10.5569 6.64583 10.1787 6.80228 9.86517 7.11517C9.55228 7.42867 9.39583 7.80694 9.39583 8.25C9.39583 8.69306 9.55228 9.07133 9.86517 9.38483C10.1787 9.69772 10.5569 9.85417 11 9.85417ZM4.8125 19.9375V18.5625H17.1875V19.9375H4.8125Z' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1115_20334'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1115_20334)'%3E%3Cmask id='mask0_1115_20334' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='22' height='22'%3E%3Crect width='22' height='22' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1115_20334)'%3E%3Cpath d='M11 15.4C12.5889 14.1319 13.7882 12.9134 14.5979 11.7443C15.4076 10.5759 15.8125 9.45694 15.8125 8.3875C15.8125 7.48611 15.6481 6.71825 15.3193 6.08392C14.9912 5.45019 14.5866 4.93839 14.1057 4.5485C13.6241 4.15922 13.1007 3.87658 12.5354 3.70058C11.9701 3.52519 11.4583 3.4375 11 3.4375C10.5417 3.4375 10.0299 3.52519 9.46458 3.70058C8.89931 3.87658 8.37619 4.15922 7.89525 4.5485C7.41369 4.93839 7.00853 5.45019 6.67975 6.08392C6.35158 6.71825 6.1875 7.48611 6.1875 8.3875C6.1875 9.45694 6.59236 10.5759 7.40208 11.7443C8.21181 12.9134 9.41111 14.1319 11 15.4ZM11 17.1417C8.92222 15.5833 7.37153 14.0821 6.34792 12.6381C5.32431 11.1946 4.8125 9.77778 4.8125 8.3875C4.8125 7.34861 4.99981 6.43561 5.37442 5.6485C5.74842 4.862 6.22967 4.20139 6.81817 3.66667C7.40606 3.13194 8.07064 2.73106 8.81192 2.464C9.55258 2.19633 10.2819 2.0625 11 2.0625C11.7181 2.0625 12.4477 2.19633 13.189 2.464C13.9297 2.73106 14.5939 3.13194 15.1818 3.66667C15.7703 4.20139 16.2519 4.862 16.6265 5.6485C17.0005 6.43561 17.1875 7.34861 17.1875 8.3875C17.1875 9.77778 16.6757 11.1946 15.6521 12.6381C14.6285 14.0821 13.0778 15.5833 11 17.1417ZM11 9.85417C11.4431 9.85417 11.8213 9.69772 12.1348 9.38483C12.4477 9.07133 12.6042 8.69306 12.6042 8.25C12.6042 7.80694 12.4477 7.42867 12.1348 7.11517C11.8213 6.80228 11.4431 6.64583 11 6.64583C10.5569 6.64583 10.1787 6.80228 9.86517 7.11517C9.55228 7.42867 9.39583 7.80694 9.39583 8.25C9.39583 8.69306 9.55228 9.07133 9.86517 9.38483C10.1787 9.69772 10.5569 9.85417 11 9.85417ZM4.8125 19.9375V18.5625H17.1875V19.9375H4.8125Z' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1115_20334'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-arrowleft {
    -webkit-mask: var(--rdc-icon-arrowleft) no-repeat 50% 50%/100%;
    mask: var(--rdc-icon-arrowleft) no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-arrowRight {
    -webkit-mask: var(--rdc-icon-arrowright) no-repeat 50% 50%/100%;
    mask: var(--rdc-icon-arrowright) no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-zoomout {
    -webkit-mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.6667 18.6667h-1.0534l-.3733-.36c1.3067-1.52 2.0933-3.4934 2.0933-5.64 0-4.7867-3.88-8.6667-8.6666-8.6667-4.7867 0-8.6667 3.88-8.6667 8.6667 0 4.7866 3.88 8.6666 8.6667 8.6666 2.1466 0 4.12-.7866 5.64-2.0933l.36.3733v1.0534l6.6666 6.6533 1.9867-1.9867zm-8 0c-3.32003 0-6.00003-2.68-6.00003-6 0-3.32003 2.68-6.00003 6.00003-6.00003 3.32 0 6 2.68 6 6.00003 0 3.32-2.68 6-6 6zm-3.33337-6.6667h6.66667v1.3333h-6.66667z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.6667 18.6667h-1.0534l-.3733-.36c1.3067-1.52 2.0933-3.4934 2.0933-5.64 0-4.7867-3.88-8.6667-8.6666-8.6667-4.7867 0-8.6667 3.88-8.6667 8.6667 0 4.7866 3.88 8.6666 8.6667 8.6666 2.1466 0 4.12-.7866 5.64-2.0933l.36.3733v1.0534l6.6666 6.6533 1.9867-1.9867zm-8 0c-3.32003 0-6.00003-2.68-6.00003-6 0-3.32003 2.68-6.00003 6.00003-6.00003 3.32 0 6 2.68 6 6.00003 0 3.32-2.68 6-6 6zm-3.33337-6.6667h6.66667v1.3333h-6.66667z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-zoomin {
    -webkit-mask: 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='M20.6667 18.6667H19.6133L19.24 18.3067C20.5467 16.7867 21.3333 14.8133 21.3333 12.6667C21.3333 7.88 17.4533 4 12.6667 4C7.88 4 4 7.88 4 12.6667C4 17.4533 7.88 21.3333 12.6667 21.3333C14.8133 21.3333 16.7867 20.5467 18.3067 19.24L18.6667 19.6133V20.6667L25.3333 27.32L27.32 25.3333L20.6667 18.6667V18.6667ZM12.6667 18.6667C9.34667 18.6667 6.66667 15.9867 6.66667 12.6667C6.66667 9.34667 9.34667 6.66667 12.6667 6.66667C15.9867 6.66667 18.6667 9.34667 18.6667 12.6667C18.6667 15.9867 15.9867 18.6667 12.6667 18.6667ZM13.3333 9.33333H12V12H9.33333V13.3333H12V16H13.3333V13.3333H16V12H13.3333V9.33333Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: 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='M20.6667 18.6667H19.6133L19.24 18.3067C20.5467 16.7867 21.3333 14.8133 21.3333 12.6667C21.3333 7.88 17.4533 4 12.6667 4C7.88 4 4 7.88 4 12.6667C4 17.4533 7.88 21.3333 12.6667 21.3333C14.8133 21.3333 16.7867 20.5467 18.3067 19.24L18.6667 19.6133V20.6667L25.3333 27.32L27.32 25.3333L20.6667 18.6667V18.6667ZM12.6667 18.6667C9.34667 18.6667 6.66667 15.9867 6.66667 12.6667C6.66667 9.34667 9.34667 6.66667 12.6667 6.66667C15.9867 6.66667 18.6667 9.34667 18.6667 12.6667C18.6667 15.9867 15.9867 18.6667 12.6667 18.6667ZM13.3333 9.33333H12V12H9.33333V13.3333H12V16H13.3333V13.3333H16V12H13.3333V9.33333Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-restore {
    -webkit-mask: 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='M18.6667 16C18.6667 14.5333 17.4667 13.3333 16 13.3333C14.5333 13.3333 13.3333 14.5333 13.3333 16C13.3333 17.4667 14.5333 18.6667 16 18.6667C17.4667 18.6667 18.6667 17.4667 18.6667 16ZM16 4C9.37333 4 4 9.37333 4 16H0L5.33333 21.3333L10.6667 16H6.66667C6.66667 10.84 10.84 6.66667 16 6.66667C21.16 6.66667 25.3333 10.84 25.3333 16C25.3333 21.16 21.16 25.3333 16 25.3333C13.9867 25.3333 12.12 24.68 10.5867 23.6L8.69333 25.52C10.72 27.0667 13.2533 28 16 28C22.6267 28 28 22.6267 28 16C28 9.37333 22.6267 4 16 4Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: 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='M18.6667 16C18.6667 14.5333 17.4667 13.3333 16 13.3333C14.5333 13.3333 13.3333 14.5333 13.3333 16C13.3333 17.4667 14.5333 18.6667 16 18.6667C17.4667 18.6667 18.6667 17.4667 18.6667 16ZM16 4C9.37333 4 4 9.37333 4 16H0L5.33333 21.3333L10.6667 16H6.66667C6.66667 10.84 10.84 6.66667 16 6.66667C21.16 6.66667 25.3333 10.84 25.3333 16C25.3333 21.16 21.16 25.3333 16 25.3333C13.9867 25.3333 12.12 24.68 10.5867 23.6L8.69333 25.52C10.72 27.0667 13.2533 28 16 28C22.6267 28 28 22.6267 28 16C28 9.37333 22.6267 4 16 4Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-report {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M2.2623 18.0086L1 17.0776L5.84309 9.31897L8.93443 12.9397L13.0304 6.24138L15.5035 9.96552C15.2116 9.98276 14.9326 10.0214 14.6668 10.0814C14.4003 10.1421 14.1382 10.2241 13.8806 10.3276L13.1077 9.13793L9.16628 15.5517L6.04918 11.9052L2.2623 18.0086ZM21.8665 23L18.4918 19.6121C18.1655 19.8534 17.8048 20.0345 17.4098 20.1552C17.0148 20.2759 16.6112 20.3362 16.1991 20.3362C15.0484 20.3362 14.0739 19.9355 13.2757 19.1341C12.4768 18.3321 12.0773 17.3534 12.0773 16.1983C12.0773 15.0431 12.4768 14.0645 13.2757 13.2624C14.0739 12.461 15.0484 12.0603 16.1991 12.0603C17.3497 12.0603 18.3245 12.461 19.1235 13.2624C19.9217 14.0645 20.3208 15.0431 20.3208 16.1983C20.3208 16.6293 20.2607 17.0431 20.1405 17.4397C20.0203 17.8362 19.84 18.1983 19.5995 18.5259L22.9742 21.8879L21.8665 23ZM16.1991 18.7845C16.9204 18.7845 17.5301 18.5345 18.0281 18.0345C18.5262 17.5345 18.7752 16.9224 18.7752 16.1983C18.7752 15.4741 18.5262 14.8621 18.0281 14.3621C17.5301 13.8621 16.9204 13.6121 16.1991 13.6121C15.4778 13.6121 14.8681 13.8621 14.37 14.3621C13.872 14.8621 13.623 15.4741 13.623 16.1983C13.623 16.9224 13.872 17.5345 14.37 18.0345C14.8681 18.5345 15.4778 18.7845 16.1991 18.7845ZM18.2857 10.3276C18.0453 10.2241 17.7963 10.1421 17.5386 10.0814C17.281 10.0214 17.0062 9.98276 16.7143 9.96552L21.7377 2L23 2.93103L18.2857 10.3276Z' fill='%23999'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0H24V24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M2.2623 18.0086L1 17.0776L5.84309 9.31897L8.93443 12.9397L13.0304 6.24138L15.5035 9.96552C15.2116 9.98276 14.9326 10.0214 14.6668 10.0814C14.4003 10.1421 14.1382 10.2241 13.8806 10.3276L13.1077 9.13793L9.16628 15.5517L6.04918 11.9052L2.2623 18.0086ZM21.8665 23L18.4918 19.6121C18.1655 19.8534 17.8048 20.0345 17.4098 20.1552C17.0148 20.2759 16.6112 20.3362 16.1991 20.3362C15.0484 20.3362 14.0739 19.9355 13.2757 19.1341C12.4768 18.3321 12.0773 17.3534 12.0773 16.1983C12.0773 15.0431 12.4768 14.0645 13.2757 13.2624C14.0739 12.461 15.0484 12.0603 16.1991 12.0603C17.3497 12.0603 18.3245 12.461 19.1235 13.2624C19.9217 14.0645 20.3208 15.0431 20.3208 16.1983C20.3208 16.6293 20.2607 17.0431 20.1405 17.4397C20.0203 17.8362 19.84 18.1983 19.5995 18.5259L22.9742 21.8879L21.8665 23ZM16.1991 18.7845C16.9204 18.7845 17.5301 18.5345 18.0281 18.0345C18.5262 17.5345 18.7752 16.9224 18.7752 16.1983C18.7752 15.4741 18.5262 14.8621 18.0281 14.3621C17.5301 13.8621 16.9204 13.6121 16.1991 13.6121C15.4778 13.6121 14.8681 13.8621 14.37 14.3621C13.872 14.8621 13.623 15.4741 13.623 16.1983C13.623 16.9224 13.872 17.5345 14.37 18.0345C14.8681 18.5345 15.4778 18.7845 16.1991 18.7845ZM18.2857 10.3276C18.0453 10.2241 17.7963 10.1421 17.5386 10.0814C17.281 10.0214 17.0062 9.98276 16.7143 9.96552L21.7377 2L23 2.93103L18.2857 10.3276Z' fill='%23999'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0H24V24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-delete {
    -webkit-mask: 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%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Cpath fill='%23D9D9D9' d='M0 0h32v32H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='M11.067 25.334h9.866c.09 0 .178-.045.267-.134.089-.089.133-.177.133-.266V12H10.667v12.934c0 .088.044.177.133.266.089.09.178.134.267.134ZM7.5 8.4v-2h3.967L12.8 5.067h6.4L20.533 6.4H24.5v2h-17Zm3.567 18.934a2.315 2.315 0 0 1-1.7-.7 2.315 2.315 0 0 1-.7-1.7V10h14.666v14.934c0 .666-.233 1.233-.7 1.7-.466.466-1.033.7-1.7.7h-9.866Zm-.4-2h10.666-10.666Z' fill='%23333'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: 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%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Cpath fill='%23D9D9D9' d='M0 0h32v32H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='M11.067 25.334h9.866c.09 0 .178-.045.267-.134.089-.089.133-.177.133-.266V12H10.667v12.934c0 .088.044.177.133.266.089.09.178.134.267.134ZM7.5 8.4v-2h3.967L12.8 5.067h6.4L20.533 6.4H24.5v2h-17Zm3.567 18.934a2.315 2.315 0 0 1-1.7-.7 2.315 2.315 0 0 1-.7-1.7V10h14.666v14.934c0 .666-.233 1.233-.7 1.7-.466.466-1.033.7-1.7.7h-9.866Zm-.4-2h10.666-10.666Z' fill='%23333'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-edit {
    -webkit-mask: 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='M6.94675 25.0502H8.56904L20.574 13.0266L18.9842 11.4018L6.94675 23.4579V25.0502ZM24.7271 11.5968L20.3469 7.24225L22.0341 5.55244C22.4234 5.18415 22.8941 5 23.4461 5C23.9973 5 24.4567 5.18415 24.8244 5.55244L26.4143 7.14476C26.782 7.53471 26.9767 7.99486 26.9983 8.5252C27.0199 9.05641 26.8361 9.50615 26.4467 9.87445L24.7271 11.5968ZM23.3319 13.0266L9.38019 27H5V22.613L18.9517 8.63959L23.3319 13.0266ZM19.7629 12.2142L18.9842 11.4018L20.574 13.0266L19.7629 12.2142Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: 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='M6.94675 25.0502H8.56904L20.574 13.0266L18.9842 11.4018L6.94675 23.4579V25.0502ZM24.7271 11.5968L20.3469 7.24225L22.0341 5.55244C22.4234 5.18415 22.8941 5 23.4461 5C23.9973 5 24.4567 5.18415 24.8244 5.55244L26.4143 7.14476C26.782 7.53471 26.9767 7.99486 26.9983 8.5252C27.0199 9.05641 26.8361 9.50615 26.4467 9.87445L24.7271 11.5968ZM23.3319 13.0266L9.38019 27H5V22.613L18.9517 8.63959L23.3319 13.0266ZM19.7629 12.2142L18.9842 11.4018L20.574 13.0266L19.7629 12.2142Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-check {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2493_23901)'%3E%3Cmask id='mask0_2493_23901' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='14' height='15'%3E%3Crect y='0.5' width='14' height='14' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2493_23901)'%3E%3Cpath d='M5.57109 10.7959L2.46484 7.68964L3.07734 7.06256L5.57109 9.55631L10.9232 4.20422L11.5357 4.83131L5.57109 10.7959Z' fill='%23666666'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2493_23901'%3E%3Crect width='14' height='14' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2493_23901)'%3E%3Cmask id='mask0_2493_23901' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='14' height='15'%3E%3Crect y='0.5' width='14' height='14' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2493_23901)'%3E%3Cpath d='M5.57109 10.7959L2.46484 7.68964L3.07734 7.06256L5.57109 9.55631L10.9232 4.20422L11.5357 4.83131L5.57109 10.7959Z' fill='%23666666'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2493_23901'%3E%3Crect width='14' height='14' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-check-full {
    -webkit-mask: 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 0c8.8365888 0 16 7.16348619 16 16 0 8.8365138-7.1634862 16-16 16-8.83651381 0-16-7.1634862-16-16 0-8.83651381 7.16348619-16 16-16zm6.0000094 10.1280158-7.7439871 7.8879874-3.9680312-3.9840063-2.12797835 2.1280534 6.25598475 6.2400097 10.0480657-9.7440152z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: 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 0c8.8365888 0 16 7.16348619 16 16 0 8.8365138-7.1634862 16-16 16-8.83651381 0-16-7.1634862-16-16 0-8.83651381 7.16348619-16 16-16zm6.0000094 10.1280158-7.7439871 7.8879874-3.9680312-3.9840063-2.12797835 2.1280534 6.25598475 6.2400097 10.0480657-9.7440152z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-exchange {
    -webkit-mask: 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='m26.1818182 10.2857143-5.8181818 5.7142857h4.3636363c0 4.7285714-3.9127272 8.5714286-8.7272727 8.5714286-1.4690909 0-2.8654545-.3571429-4.0727273-1l-2.12363634 2.0857143c1.78909094 1.1142857 3.91272724 1.7714285 6.19636364 1.7714285 6.4290909 0 11.6363636-5.1142857 11.6363636-11.4285714h4.3636364zm-18.90909093 5.7142857c0-4.7285714 3.91272723-8.57142857 8.72727273-8.57142857 1.4690909 0 2.8654545.35714286 4.0727273 1l2.1236363-2.08571429c-1.7890909-1.11428571-3.9127272-1.77142857-6.1963636-1.77142857-6.42909091 0-11.63636364 5.11428572-11.63636364 11.42857143h-4.36363636l5.81818182 5.7142857 5.81818178-5.7142857z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: 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='m26.1818182 10.2857143-5.8181818 5.7142857h4.3636363c0 4.7285714-3.9127272 8.5714286-8.7272727 8.5714286-1.4690909 0-2.8654545-.3571429-4.0727273-1l-2.12363634 2.0857143c1.78909094 1.1142857 3.91272724 1.7714285 6.19636364 1.7714285 6.4290909 0 11.6363636-5.1142857 11.6363636-11.4285714h4.3636364zm-18.90909093 5.7142857c0-4.7285714 3.91272723-8.57142857 8.72727273-8.57142857 1.4690909 0 2.8654545.35714286 4.0727273 1l2.1236363-2.08571429c-1.7890909-1.11428571-3.9127272-1.77142857-6.1963636-1.77142857-6.42909091 0-11.63636364 5.11428572-11.63636364 11.42857143h-4.36363636l5.81818182 5.7142857 5.81818178-5.7142857z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-minus {
    -webkit-mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m25.3327 17.3334h-18.66668v-2.6667h18.66668z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m25.3327 17.3334h-18.66668v-2.6667h18.66668z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-plus {
    -webkit-mask: 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='M14.2632 5V14.2632H5V17.7368H14.2632V27H17.7368V17.7368H27V14.2632H17.7368V5L14.2632 5Z' fill='black'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: 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='M14.2632 5V14.2632H5V17.7368H14.2632V27H17.7368V17.7368H27V14.2632H17.7368V5L14.2632 5Z' fill='black'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-plus-circule {
    -webkit-mask: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.002 2c5.518 0 9.998 4.48 9.998 9.998 0 5.517-4.48 9.997-9.998 9.997-5.517 0-9.997-4.48-9.997-9.997 0-5.518 4.48-9.998 9.997-9.998zm0 1.5c-4.69 0-8.497 3.808-8.497 8.498s3.807 8.497 8.497 8.497 8.498-3.807 8.498-8.497-3.808-8.498-8.498-8.498zm-.747 7.75h-3.5c-.414 0-.75.336-.75.75s.336.75.75.75h3.5v3.5c0 .414.336.75.75.75s.75-.336.75-.75v-3.5h3.5c.414 0 .75-.336.75-.75s-.336-.75-.75-.75h-3.5v-3.5c0-.414-.336-.75-.75-.75s-.75.336-.75.75z' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.002 2c5.518 0 9.998 4.48 9.998 9.998 0 5.517-4.48 9.997-9.998 9.997-5.517 0-9.997-4.48-9.997-9.997 0-5.518 4.48-9.998 9.997-9.998zm0 1.5c-4.69 0-8.497 3.808-8.497 8.498s3.807 8.497 8.497 8.497 8.498-3.807 8.498-8.497-3.808-8.498-8.498-8.498zm-.747 7.75h-3.5c-.414 0-.75.336-.75.75s.336.75.75.75h3.5v3.5c0 .414.336.75.75.75s.75-.336.75-.75v-3.5h3.5c.414 0 .75-.336.75-.75s-.336-.75-.75-.75h-3.5v-3.5c0-.414-.336-.75-.75-.75s-.75.336-.75.75z' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-viewmodule {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2759_10806' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2759_10806)'%3E%3Cpath d='M3.52539 18.5V5.5H20.5004V18.5H3.52539ZM15.3504 11.25H19.0004V7H15.3504V11.25ZM10.1754 11.25H13.8504V7H10.1754V11.25ZM5.02539 11.25H8.67539V7H5.02539V11.25ZM5.02539 17H8.67539V12.75H5.02539V17ZM10.1754 17H13.8504V12.75H10.1754V17ZM15.3504 17H19.0004V12.75H15.3504V17Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2759_10806' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2759_10806)'%3E%3Cpath d='M3.52539 18.5V5.5H20.5004V18.5H3.52539ZM15.3504 11.25H19.0004V7H15.3504V11.25ZM10.1754 11.25H13.8504V7H10.1754V11.25ZM5.02539 11.25H8.67539V7H5.02539V11.25ZM5.02539 17H8.67539V12.75H5.02539V17ZM10.1754 17H13.8504V12.75H10.1754V17ZM15.3504 17H19.0004V12.75H15.3504V17Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-viewmodule-mobile {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.4375 10.1103V3.4375H10.1103V10.1103H3.4375ZM3.4375 18.5625V11.8897H10.1103V18.5625H3.4375ZM11.8897 10.1103V3.4375H18.5625V10.1103H11.8897ZM11.8897 18.5625V11.8897H18.5625V18.5625H11.8897ZM4.77204 8.77575H8.77575V4.77204H4.77204V8.77575ZM13.2242 8.77575H17.228V4.77204H13.2242V8.77575ZM13.2242 17.228H17.228V13.2242H13.2242V17.228ZM4.77204 17.228H8.77575V13.2242H4.77204V17.228Z' fill='%2324303C'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.4375 10.1103V3.4375H10.1103V10.1103H3.4375ZM3.4375 18.5625V11.8897H10.1103V18.5625H3.4375ZM11.8897 10.1103V3.4375H18.5625V10.1103H11.8897ZM11.8897 18.5625V11.8897H18.5625V18.5625H11.8897ZM4.77204 8.77575H8.77575V4.77204H4.77204V8.77575ZM13.2242 8.77575H17.228V4.77204H13.2242V8.77575ZM13.2242 17.228H17.228V13.2242H13.2242V17.228ZM4.77204 17.228H8.77575V13.2242H4.77204V17.228Z' fill='%2324303C'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-viewlist {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2759_2864' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2759_2864)'%3E%3Cpath d='M3.5 18.3V5.55H20.5V18.3H3.5ZM5 9.3H7.25V7.05H5V9.3ZM8.75 9.3H19V7.05H8.75V9.3ZM8.75 13.05H19V10.8H8.75V13.05ZM8.75 16.8H19V14.55H8.75V16.8ZM5 16.8H7.25V14.55H5V16.8ZM5 13.05H7.25V10.8H5V13.05Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2759_2864' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2759_2864)'%3E%3Cpath d='M3.5 18.3V5.55H20.5V18.3H3.5ZM5 9.3H7.25V7.05H5V9.3ZM8.75 9.3H19V7.05H8.75V9.3ZM8.75 13.05H19V10.8H8.75V13.05ZM8.75 16.8H19V14.55H8.75V16.8ZM5 16.8H7.25V14.55H5V16.8ZM5 13.05H7.25V10.8H5V13.05Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-viewlist-mobile {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.4375 18.5625V3.4375H18.5625V18.5625H3.4375ZM4.77204 17.228H17.228V4.77204H4.77204V17.228Z' fill='%23CCCCCC'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.4375 18.5625V3.4375H18.5625V18.5625H3.4375ZM4.77204 17.228H17.228V4.77204H4.77204V17.228Z' fill='%23CCCCCC'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-clear {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_988_26391' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_988_26391)'%3E%3Cpath d='M11.2248 15.65L13.8248 13.05L16.4248 15.65L17.4748 14.6L14.8748 12L17.4748 9.4L16.4248 8.35L13.8248 10.95L11.2248 8.35L10.1748 9.4L12.7748 12L10.1748 14.6L11.2248 15.65ZM3.5498 12L7.5248 6.4C7.7248 6.11667 7.9748 5.89567 8.2748 5.737C8.5748 5.579 8.8998 5.5 9.2498 5.5H18.6248C19.1248 5.5 19.5541 5.675 19.9128 6.025C20.2708 6.375 20.4498 6.8 20.4498 7.3V16.7C20.4498 17.2 20.2708 17.625 19.9128 17.975C19.5541 18.325 19.1248 18.5 18.6248 18.5H9.2498C8.8998 18.5 8.5748 18.4167 8.2748 18.25C7.9748 18.0833 7.7248 17.8667 7.5248 17.6L3.5498 12ZM5.3998 12L8.7748 16.75C8.8248 16.8167 8.89147 16.875 8.9748 16.925C9.05814 16.975 9.1498 17 9.2498 17H18.6248C18.7081 17 18.7831 16.9667 18.8498 16.9C18.9165 16.8333 18.9498 16.7667 18.9498 16.7V7.3C18.9498 7.23333 18.9165 7.16667 18.8498 7.1C18.7831 7.03333 18.7081 7 18.6248 7H9.2498C9.1498 7 9.05814 7.025 8.9748 7.075C8.89147 7.125 8.8248 7.18333 8.7748 7.25L5.3998 12ZM18.9498 7.25C18.9498 7.18333 18.9498 7.125 18.9498 7.075C18.9498 7.025 18.9498 7 18.9498 7C18.9498 7 18.9498 7.03333 18.9498 7.1C18.9498 7.16667 18.9498 7.23333 18.9498 7.3V16.7C18.9498 16.7667 18.9498 16.8333 18.9498 16.9C18.9498 16.9667 18.9498 17 18.9498 17C18.9498 17 18.9498 16.975 18.9498 16.925C18.9498 16.875 18.9498 16.8167 18.9498 16.75V7.25Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_988_26391' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_988_26391)'%3E%3Cpath d='M11.2248 15.65L13.8248 13.05L16.4248 15.65L17.4748 14.6L14.8748 12L17.4748 9.4L16.4248 8.35L13.8248 10.95L11.2248 8.35L10.1748 9.4L12.7748 12L10.1748 14.6L11.2248 15.65ZM3.5498 12L7.5248 6.4C7.7248 6.11667 7.9748 5.89567 8.2748 5.737C8.5748 5.579 8.8998 5.5 9.2498 5.5H18.6248C19.1248 5.5 19.5541 5.675 19.9128 6.025C20.2708 6.375 20.4498 6.8 20.4498 7.3V16.7C20.4498 17.2 20.2708 17.625 19.9128 17.975C19.5541 18.325 19.1248 18.5 18.6248 18.5H9.2498C8.8998 18.5 8.5748 18.4167 8.2748 18.25C7.9748 18.0833 7.7248 17.8667 7.5248 17.6L3.5498 12ZM5.3998 12L8.7748 16.75C8.8248 16.8167 8.89147 16.875 8.9748 16.925C9.05814 16.975 9.1498 17 9.2498 17H18.6248C18.7081 17 18.7831 16.9667 18.8498 16.9C18.9165 16.8333 18.9498 16.7667 18.9498 16.7V7.3C18.9498 7.23333 18.9165 7.16667 18.8498 7.1C18.7831 7.03333 18.7081 7 18.6248 7H9.2498C9.1498 7 9.05814 7.025 8.9748 7.075C8.89147 7.125 8.8248 7.18333 8.7748 7.25L5.3998 12ZM18.9498 7.25C18.9498 7.18333 18.9498 7.125 18.9498 7.075C18.9498 7.025 18.9498 7 18.9498 7C18.9498 7 18.9498 7.03333 18.9498 7.1C18.9498 7.16667 18.9498 7.23333 18.9498 7.3V16.7C18.9498 16.7667 18.9498 16.8333 18.9498 16.9C18.9498 16.9667 18.9498 17 18.9498 17C18.9498 17 18.9498 16.975 18.9498 16.925C18.9498 16.875 18.9498 16.8167 18.9498 16.75V7.25Z' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-select-arrowTop {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2733_21816)'%3E%3Cpath d='M14.0625 12.375H8.51971C8.15192 12.375 7.8393 12.2503 7.58185 12.0008C7.3244 11.7514 7.19567 11.4485 7.19567 11.0922V6.53111L5.83486 7.84955L5.0625 7.10124L7.74736 4.5L10.4322 7.10124L9.65986 7.84955L8.29904 6.53111V11.0922C8.29904 11.1516 8.32062 11.2019 8.36377 11.2433C8.40643 11.2851 8.45841 11.306 8.51971 11.306H14.0625V12.375Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2733_21816'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2733_21816)'%3E%3Cpath d='M14.0625 12.375H8.51971C8.15192 12.375 7.8393 12.2503 7.58185 12.0008C7.3244 11.7514 7.19567 11.4485 7.19567 11.0922V6.53111L5.83486 7.84955L5.0625 7.10124L7.74736 4.5L10.4322 7.10124L9.65986 7.84955L8.29904 6.53111V11.0922C8.29904 11.1516 8.32062 11.2019 8.36377 11.2433C8.40643 11.2851 8.45841 11.306 8.51971 11.306H14.0625V12.375Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2733_21816'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-email {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 3.75H2.5C2.16848 3.75 1.85054 3.8817 1.61612 4.11612C1.3817 4.35054 1.25 4.66848 1.25 5V15C1.25 15.3315 1.3817 15.6495 1.61612 15.8839C1.85054 16.1183 2.16848 16.25 2.5 16.25H17.5C17.8315 16.25 18.1495 16.1183 18.3839 15.8839C18.6183 15.6495 18.75 15.3315 18.75 15V5C18.75 4.66848 18.6183 4.35054 18.3839 4.11612C18.1495 3.8817 17.8315 3.75 17.5 3.75ZM16.125 5L10 9.2375L3.875 5H16.125ZM2.5 15V5.56875L9.64375 10.5125C9.74837 10.5851 9.87267 10.624 10 10.624C10.1273 10.624 10.2516 10.5851 10.3562 10.5125L17.5 5.56875V15H2.5Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 3.75H2.5C2.16848 3.75 1.85054 3.8817 1.61612 4.11612C1.3817 4.35054 1.25 4.66848 1.25 5V15C1.25 15.3315 1.3817 15.6495 1.61612 15.8839C1.85054 16.1183 2.16848 16.25 2.5 16.25H17.5C17.8315 16.25 18.1495 16.1183 18.3839 15.8839C18.6183 15.6495 18.75 15.3315 18.75 15V5C18.75 4.66848 18.6183 4.35054 18.3839 4.11612C18.1495 3.8817 17.8315 3.75 17.5 3.75ZM16.125 5L10 9.2375L3.875 5H16.125ZM2.5 15V5.56875L9.64375 10.5125C9.74837 10.5851 9.87267 10.624 10 10.624C10.1273 10.624 10.2516 10.5851 10.3562 10.5125L17.5 5.56875V15H2.5Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-link {
    -webkit-mask: 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='M14.9375 22H9.94758C8.30209 22 6.89945 21.4151 5.73967 20.2452C4.57989 19.0754 4 17.6605 4 16.0007C4 14.3409 4.57989 12.9258 5.73967 11.7555C6.89945 10.5852 8.30209 10 9.94758 10H14.9375V11.983H9.94758C8.8471 11.983 7.90833 12.375 7.13128 13.1589C6.35422 13.9428 5.9657 14.8898 5.9657 16C5.9657 17.1102 6.35422 18.0572 7.13128 18.8411C7.90833 19.625 8.8471 20.017 9.94758 20.017H14.9375V22ZM11.5857 16.9915V15.0085H21.4143V16.9915H11.5857ZM18.0625 22V20.017H23.0525C24.1529 20.017 25.0917 19.625 25.8688 18.8411C26.6458 18.0572 27.0343 17.1102 27.0343 16C27.0343 14.8898 26.6458 13.9428 25.8688 13.1589C25.0917 12.375 24.1529 11.983 23.0525 11.983H18.0625V10H23.0525C24.6979 10 26.1006 10.5849 27.2604 11.7548C28.4201 12.9246 29 14.3395 29 15.9993C29 17.6591 28.4201 19.0741 27.2604 20.2445C26.1006 21.4148 24.6979 22 23.0525 22H18.0625Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: 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='M14.9375 22H9.94758C8.30209 22 6.89945 21.4151 5.73967 20.2452C4.57989 19.0754 4 17.6605 4 16.0007C4 14.3409 4.57989 12.9258 5.73967 11.7555C6.89945 10.5852 8.30209 10 9.94758 10H14.9375V11.983H9.94758C8.8471 11.983 7.90833 12.375 7.13128 13.1589C6.35422 13.9428 5.9657 14.8898 5.9657 16C5.9657 17.1102 6.35422 18.0572 7.13128 18.8411C7.90833 19.625 8.8471 20.017 9.94758 20.017H14.9375V22ZM11.5857 16.9915V15.0085H21.4143V16.9915H11.5857ZM18.0625 22V20.017H23.0525C24.1529 20.017 25.0917 19.625 25.8688 18.8411C26.6458 18.0572 27.0343 17.1102 27.0343 16C27.0343 14.8898 26.6458 13.9428 25.8688 13.1589C25.0917 12.375 24.1529 11.983 23.0525 11.983H18.0625V10H23.0525C24.6979 10 26.1006 10.5849 27.2604 11.7548C28.4201 12.9246 29 14.3395 29 15.9993C29 17.6591 28.4201 19.0741 27.2604 20.2445C26.1006 21.4148 24.6979 22 23.0525 22H18.0625Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-copyplus {
    -webkit-mask: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 18h-3c-.48 0-1-.379-1-1v-14c0-.481.38-1 1-1h14c.621 0 1 .522 1 1v3h3c.621 0 1 .522 1 1v14c0 .621-.522 1-1 1h-14c-.48 0-1-.379-1-1zm1.5-10.5v13h13v-13zm5.75 5.75h-2.5c-.414 0-.75.336-.75.75s.336.75.75.75h2.5v2.5c0 .414.336.75.75.75s.75-.336.75-.75v-2.5h2.5c.414 0 .75-.336.75-.75s-.336-.75-.75-.75h-2.5v-2.5c0-.414-.336-.75-.75-.75s-.75.336-.75.75zm3.25-7.25v-2.5h-13v13h2.5v-9.5c0-.481.38-1 1-1z' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 18h-3c-.48 0-1-.379-1-1v-14c0-.481.38-1 1-1h14c.621 0 1 .522 1 1v3h3c.621 0 1 .522 1 1v14c0 .621-.522 1-1 1h-14c-.48 0-1-.379-1-1zm1.5-10.5v13h13v-13zm5.75 5.75h-2.5c-.414 0-.75.336-.75.75s.336.75.75.75h2.5v2.5c0 .414.336.75.75.75s.75-.336.75-.75v-2.5h2.5c.414 0 .75-.336.75-.75s-.336-.75-.75-.75h-2.5v-2.5c0-.414-.336-.75-.75-.75s-.75.336-.75.75zm3.25-7.25v-2.5h-13v13h2.5v-9.5c0-.481.38-1 1-1z' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-success {
    -webkit-mask: 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 fill-rule='evenodd' clip-rule='evenodd' d='M16 4C22.63 4 28 9.37 28 16C28 22.63 22.63 28 16 28C9.37 28 4 22.63 4 16C4 9.37 9.37 4 16 4ZM16 5.6875C10.302 5.6875 5.6875 10.302 5.6875 16C5.6875 21.698 10.302 26.3125 16 26.3125C21.698 26.3125 26.3125 21.698 26.3125 16C26.3125 10.302 21.698 5.6875 16 5.6875ZM9.82867 16.8984L13.4324 20.5298C13.7677 20.8676 14.314 20.8676 14.6492 20.5298L22.1718 12.9494C22.5515 12.5668 22.5526 11.9498 22.1743 11.5658C21.7898 11.1757 21.1609 11.1746 20.7751 11.5634L14.0408 18.3493L11.2205 15.5152C10.8366 15.1295 10.212 15.1299 9.82867 15.5162C9.44906 15.8987 9.44906 16.5158 9.82867 16.8984Z' fill='%2338CA73'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: 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 fill-rule='evenodd' clip-rule='evenodd' d='M16 4C22.63 4 28 9.37 28 16C28 22.63 22.63 28 16 28C9.37 28 4 22.63 4 16C4 9.37 9.37 4 16 4ZM16 5.6875C10.302 5.6875 5.6875 10.302 5.6875 16C5.6875 21.698 10.302 26.3125 16 26.3125C21.698 26.3125 26.3125 21.698 26.3125 16C26.3125 10.302 21.698 5.6875 16 5.6875ZM9.82867 16.8984L13.4324 20.5298C13.7677 20.8676 14.314 20.8676 14.6492 20.5298L22.1718 12.9494C22.5515 12.5668 22.5526 11.9498 22.1743 11.5658C21.7898 11.1757 21.1609 11.1746 20.7751 11.5634L14.0408 18.3493L11.2205 15.5152C10.8366 15.1295 10.212 15.1299 9.82867 15.5162C9.44906 15.8987 9.44906 16.5158 9.82867 16.8984Z' fill='%2338CA73'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-warning {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.13334 11.8493C2.42982 12.3424 2.9534 12.6563 3.52114 12.6563H11.4757C12.0498 12.6563 12.567 12.3424 12.8635 11.8493C13.1979 11.2985 13.2105 10.5812 12.9077 10.0112L9.24895 3.46454C8.83261 2.8433 8.29011 2.34375 7.50159 2.34375C6.71307 2.34375 6.17056 2.8433 5.75423 3.46454L2.07657 10.0432C1.79901 10.626 1.79901 11.2921 2.13334 11.8493ZM8.10089 10.0816C8.10089 9.7422 7.83594 9.4668 7.50161 9.4668C7.16728 9.4668 6.89603 9.7422 6.89603 10.0816C6.89603 10.4211 7.16728 10.6901 7.50161 10.6901C7.83594 10.6901 8.10089 10.4211 8.10089 10.0816ZM7.50167 8.85836C7.28088 8.85836 7.12318 8.67262 7.09794 8.44847L6.89608 6.61037C6.86454 6.29655 7.19257 6.00194 7.50167 6.00194C7.81077 6.00194 8.13879 6.29655 8.10094 6.61037L7.89908 8.44847C7.88016 8.66622 7.72876 8.85836 7.50167 8.85836ZM11.4758 11.8429H3.52121C3.22473 11.8429 2.9724 11.6764 2.82101 11.4202C2.63176 11.1128 2.63807 10.7477 2.78947 10.4211L6.41666 3.91925C6.6753 3.53498 7.00332 3.15712 7.50167 3.15712C8.00001 3.15712 8.32173 3.53498 8.58036 3.91925L12.2139 10.4211C12.359 10.7413 12.3653 11.1128 12.1823 11.4202C12.0246 11.6764 11.7723 11.8429 11.4758 11.8429Z' fill='%23D0021B'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.13334 11.8493C2.42982 12.3424 2.9534 12.6563 3.52114 12.6563H11.4757C12.0498 12.6563 12.567 12.3424 12.8635 11.8493C13.1979 11.2985 13.2105 10.5812 12.9077 10.0112L9.24895 3.46454C8.83261 2.8433 8.29011 2.34375 7.50159 2.34375C6.71307 2.34375 6.17056 2.8433 5.75423 3.46454L2.07657 10.0432C1.79901 10.626 1.79901 11.2921 2.13334 11.8493ZM8.10089 10.0816C8.10089 9.7422 7.83594 9.4668 7.50161 9.4668C7.16728 9.4668 6.89603 9.7422 6.89603 10.0816C6.89603 10.4211 7.16728 10.6901 7.50161 10.6901C7.83594 10.6901 8.10089 10.4211 8.10089 10.0816ZM7.50167 8.85836C7.28088 8.85836 7.12318 8.67262 7.09794 8.44847L6.89608 6.61037C6.86454 6.29655 7.19257 6.00194 7.50167 6.00194C7.81077 6.00194 8.13879 6.29655 8.10094 6.61037L7.89908 8.44847C7.88016 8.66622 7.72876 8.85836 7.50167 8.85836ZM11.4758 11.8429H3.52121C3.22473 11.8429 2.9724 11.6764 2.82101 11.4202C2.63176 11.1128 2.63807 10.7477 2.78947 10.4211L6.41666 3.91925C6.6753 3.53498 7.00332 3.15712 7.50167 3.15712C8.00001 3.15712 8.32173 3.53498 8.58036 3.91925L12.2139 10.4211C12.359 10.7413 12.3653 11.1128 12.1823 11.4202C12.0246 11.6764 11.7723 11.8429 11.4758 11.8429Z' fill='%23D0021B'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-error {
    -webkit-mask: 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='M11.0737 22.3684L16 17.4421L20.9263 22.3684L22.3684 20.9263L17.4421 16L22.3684 11.0737L20.9263 9.63159L16 14.5579L11.0737 9.63159L9.63159 11.0737L14.5579 16L9.63159 20.9263L11.0737 22.3684ZM16.0023 29C14.2043 29 12.5142 28.6588 10.9321 27.9764C9.35004 27.294 7.97384 26.368 6.80354 25.1982C5.63321 24.0284 4.70671 22.6528 4.02403 21.0714C3.34134 19.49 3 17.8003 3 16.0023C3 14.2043 3.34119 12.5142 4.02358 10.9321C4.70597 9.35004 5.63205 7.97384 6.80183 6.80354C7.97162 5.63321 9.34722 4.70671 10.9286 4.02403C12.51 3.34134 14.1997 3 15.9977 3C17.7957 3 19.4858 3.34119 21.0679 4.02358C22.65 4.70597 24.0262 5.63205 25.1965 6.80183C26.3668 7.97162 27.2933 9.34722 27.976 10.9286C28.6587 12.51 29 14.1997 29 15.9977C29 17.7957 28.6588 19.4858 27.9764 21.0679C27.294 22.65 26.368 24.0262 25.1982 25.1965C24.0284 26.3668 22.6528 27.2933 21.0714 27.976C19.49 28.6587 17.8003 29 16.0023 29ZM16 26.9474C19.0561 26.9474 21.6448 25.8869 23.7658 23.7658C25.8869 21.6448 26.9474 19.0561 26.9474 16C26.9474 12.9439 25.8869 10.3552 23.7658 8.23419C21.6448 6.11313 19.0561 5.0526 16 5.0526C12.9439 5.0526 10.3552 6.11313 8.23419 8.23419C6.11313 10.3552 5.0526 12.9439 5.0526 16C5.0526 19.0561 6.11313 21.6448 8.23419 23.7658C10.3552 25.8869 12.9439 26.9474 16 26.9474Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: 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='M11.0737 22.3684L16 17.4421L20.9263 22.3684L22.3684 20.9263L17.4421 16L22.3684 11.0737L20.9263 9.63159L16 14.5579L11.0737 9.63159L9.63159 11.0737L14.5579 16L9.63159 20.9263L11.0737 22.3684ZM16.0023 29C14.2043 29 12.5142 28.6588 10.9321 27.9764C9.35004 27.294 7.97384 26.368 6.80354 25.1982C5.63321 24.0284 4.70671 22.6528 4.02403 21.0714C3.34134 19.49 3 17.8003 3 16.0023C3 14.2043 3.34119 12.5142 4.02358 10.9321C4.70597 9.35004 5.63205 7.97384 6.80183 6.80354C7.97162 5.63321 9.34722 4.70671 10.9286 4.02403C12.51 3.34134 14.1997 3 15.9977 3C17.7957 3 19.4858 3.34119 21.0679 4.02358C22.65 4.70597 24.0262 5.63205 25.1965 6.80183C26.3668 7.97162 27.2933 9.34722 27.976 10.9286C28.6587 12.51 29 14.1997 29 15.9977C29 17.7957 28.6588 19.4858 27.9764 21.0679C27.294 22.65 26.368 24.0262 25.1982 25.1965C24.0284 26.3668 22.6528 27.2933 21.0714 27.976C19.49 28.6587 17.8003 29 16.0023 29ZM16 26.9474C19.0561 26.9474 21.6448 25.8869 23.7658 23.7658C25.8869 21.6448 26.9474 19.0561 26.9474 16C26.9474 12.9439 25.8869 10.3552 23.7658 8.23419C21.6448 6.11313 19.0561 5.0526 16 5.0526C12.9439 5.0526 10.3552 6.11313 8.23419 8.23419C6.11313 10.3552 5.0526 12.9439 5.0526 16C5.0526 19.0561 6.11313 21.6448 8.23419 23.7658C10.3552 25.8869 12.9439 26.9474 16 26.9474Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-equal {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 5.09961H2.25V7.34961H15.75V5.09961ZM2.25 14.0996H15.75V11.8496H2.25V14.0996Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 5.09961H2.25V7.34961H15.75V5.09961ZM2.25 14.0996H15.75V11.8496H2.25V14.0996Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-microphone {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 13.5513C11.2744 13.5513 10.6603 13.3027 10.1577 12.8055C9.65515 12.3083 9.40386 11.7007 9.40386 10.9829V4.81848C9.40386 4.10063 9.65515 3.49309 10.1577 2.99584C10.6603 2.49861 11.2744 2.25 12 2.25C12.7256 2.25 13.3397 2.49861 13.8423 2.99584C14.3448 3.49309 14.5961 4.10063 14.5961 4.81848V10.9829C14.5961 11.7007 14.3448 12.3083 13.8423 12.8055C13.3397 13.3027 12.7256 13.5513 12 13.5513ZM11.2212 21V17.6135C9.50771 17.4199 8.08415 16.6928 6.95049 15.4323C5.81683 14.1718 5.25 12.6886 5.25 10.9829H6.80767C6.80767 12.4041 7.31392 13.6156 8.32643 14.6173C9.33893 15.619 10.5635 16.1199 12 16.1199C13.4365 16.1199 14.6611 15.619 15.6736 14.6173C16.6861 13.6156 17.1923 12.4041 17.1923 10.9829H18.75C18.75 12.6886 18.1832 14.1718 17.0495 15.4323C15.9159 16.6928 14.4923 17.4199 12.7788 17.6135V21H11.2212ZM12 12.0103C12.2942 12.0103 12.5409 11.9118 12.7399 11.7149C12.9389 11.518 13.0385 11.274 13.0385 10.9829V4.81848C13.0385 4.52738 12.9389 4.28337 12.7399 4.08645C12.5409 3.88953 12.2942 3.79107 12 3.79107C11.7058 3.79107 11.4591 3.88953 11.2601 4.08645C11.0611 4.28337 10.9615 4.52738 10.9615 4.81848V10.9829C10.9615 11.274 11.0611 11.518 11.2601 11.7149C11.4591 11.9118 11.7058 12.0103 12 12.0103Z' fill='%23666666'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 13.5513C11.2744 13.5513 10.6603 13.3027 10.1577 12.8055C9.65515 12.3083 9.40386 11.7007 9.40386 10.9829V4.81848C9.40386 4.10063 9.65515 3.49309 10.1577 2.99584C10.6603 2.49861 11.2744 2.25 12 2.25C12.7256 2.25 13.3397 2.49861 13.8423 2.99584C14.3448 3.49309 14.5961 4.10063 14.5961 4.81848V10.9829C14.5961 11.7007 14.3448 12.3083 13.8423 12.8055C13.3397 13.3027 12.7256 13.5513 12 13.5513ZM11.2212 21V17.6135C9.50771 17.4199 8.08415 16.6928 6.95049 15.4323C5.81683 14.1718 5.25 12.6886 5.25 10.9829H6.80767C6.80767 12.4041 7.31392 13.6156 8.32643 14.6173C9.33893 15.619 10.5635 16.1199 12 16.1199C13.4365 16.1199 14.6611 15.619 15.6736 14.6173C16.6861 13.6156 17.1923 12.4041 17.1923 10.9829H18.75C18.75 12.6886 18.1832 14.1718 17.0495 15.4323C15.9159 16.6928 14.4923 17.4199 12.7788 17.6135V21H11.2212ZM12 12.0103C12.2942 12.0103 12.5409 11.9118 12.7399 11.7149C12.9389 11.518 13.0385 11.274 13.0385 10.9829V4.81848C13.0385 4.52738 12.9389 4.28337 12.7399 4.08645C12.5409 3.88953 12.2942 3.79107 12 3.79107C11.7058 3.79107 11.4591 3.88953 11.2601 4.08645C11.0611 4.28337 10.9615 4.52738 10.9615 4.81848V10.9829C10.9615 11.274 11.0611 11.518 11.2601 11.7149C11.4591 11.9118 11.7058 12.0103 12 12.0103Z' fill='%23666666'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-codebar {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_5304_47771' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5304_47771)'%3E%3Cpath d='M2.25 20.25V16.0072H3.66279V18.8358H6.48838V20.25H2.25ZM18.2617 20.25V18.8358H21.0873V16.0072H22.5V20.25H18.2617ZM4.84012 17.6572V6.34284H6.72384V17.6572H4.84012ZM7.6657 17.6572V6.34284H8.60757V17.6572H7.6657ZM10.4913 17.6572V6.34284H12.375V17.6572H10.4913ZM13.3169 17.6572V6.34284H16.1425V17.6572H13.3169ZM17.0843 17.6572V6.34284H18.0262V17.6572H17.0843ZM18.968 17.6572V6.34284H19.9099V17.6572H18.968ZM2.25 7.99282V3.75H6.48838V5.16424H3.66279V7.99282H2.25ZM21.0873 7.99282V5.16424H18.2617V3.75H22.5V7.99282H21.0873Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_5304_47771' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5304_47771)'%3E%3Cpath d='M2.25 20.25V16.0072H3.66279V18.8358H6.48838V20.25H2.25ZM18.2617 20.25V18.8358H21.0873V16.0072H22.5V20.25H18.2617ZM4.84012 17.6572V6.34284H6.72384V17.6572H4.84012ZM7.6657 17.6572V6.34284H8.60757V17.6572H7.6657ZM10.4913 17.6572V6.34284H12.375V17.6572H10.4913ZM13.3169 17.6572V6.34284H16.1425V17.6572H13.3169ZM17.0843 17.6572V6.34284H18.0262V17.6572H17.0843ZM18.968 17.6572V6.34284H19.9099V17.6572H18.968ZM2.25 7.99282V3.75H6.48838V5.16424H3.66279V7.99282H2.25ZM21.0873 7.99282V5.16424H18.2617V3.75H22.5V7.99282H21.0873Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-tire {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M16 5c6.075 0 11 4.925 11 11s-4.925 11-11 11S5 22.075 5 16 9.925 5 16 5Zm0 3.701c-4.024 0-7.299 3.275-7.299 7.299 0 4.024 3.275 7.299 7.299 7.299 4.024 0 7.299-3.275 7.299-7.299 0-4.024-3.275-7.299-7.299-7.299ZM16 18.9c.433 0 .86.23 1.118.601l1.045 1.81a5.703 5.703 0 0 1-2.163.425 5.704 5.704 0 0 1-2.163-.424l1.052-1.823c.238-.375.643-.59 1.111-.59Zm5.681-2.117a5.736 5.736 0 0 1-2.165 3.745l-1.044-1.808a1.41 1.41 0 0 1 .042-1.272c.233-.404.62-.646 1.062-.665Zm-9.257 0c.444.019.832.262 1.066.667.216.375.23.86.038 1.27l-1.044 1.808a5.736 5.736 0 0 1-2.165-3.745Zm4.416-2.248c.066.274.172.543.32.797.142.246.321.469.53.661-.205.194-.384.42-.53.673-.145.25-.249.521-.311.802a2.824 2.824 0 0 0-.849-.132 2.97 2.97 0 0 0-.849.122 2.823 2.823 0 0 0-.307-.79 2.97 2.97 0 0 0-.53-.673c.208-.193.388-.415.53-.661.146-.252.251-.518.317-.79.268.079.551.12.842.12.285 0 .567-.044.837-.129Zm-4.356-3.06 1.05 1.82c.206.394.19.851-.044 1.257-.217.375-.63.629-1.08.667h-2.091a5.736 5.736 0 0 1 2.165-3.745Zm7.032 0a5.736 5.736 0 0 1 2.165 3.744h-2.09a1.386 1.386 0 0 1-1.077-.67c-.235-.406-.253-.863-.049-1.254ZM16 10.264c.765 0 1.495.151 2.163.424l-1.045 1.81c-.258.37-.683.6-1.115.6-.47 0-.876-.214-1.114-.587l-1.052-1.823A5.703 5.703 0 0 1 16 10.265Z'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M16 5c6.075 0 11 4.925 11 11s-4.925 11-11 11S5 22.075 5 16 9.925 5 16 5Zm0 3.701c-4.024 0-7.299 3.275-7.299 7.299 0 4.024 3.275 7.299 7.299 7.299 4.024 0 7.299-3.275 7.299-7.299 0-4.024-3.275-7.299-7.299-7.299ZM16 18.9c.433 0 .86.23 1.118.601l1.045 1.81a5.703 5.703 0 0 1-2.163.425 5.704 5.704 0 0 1-2.163-.424l1.052-1.823c.238-.375.643-.59 1.111-.59Zm5.681-2.117a5.736 5.736 0 0 1-2.165 3.745l-1.044-1.808a1.41 1.41 0 0 1 .042-1.272c.233-.404.62-.646 1.062-.665Zm-9.257 0c.444.019.832.262 1.066.667.216.375.23.86.038 1.27l-1.044 1.808a5.736 5.736 0 0 1-2.165-3.745Zm4.416-2.248c.066.274.172.543.32.797.142.246.321.469.53.661-.205.194-.384.42-.53.673-.145.25-.249.521-.311.802a2.824 2.824 0 0 0-.849-.132 2.97 2.97 0 0 0-.849.122 2.823 2.823 0 0 0-.307-.79 2.97 2.97 0 0 0-.53-.673c.208-.193.388-.415.53-.661.146-.252.251-.518.317-.79.268.079.551.12.842.12.285 0 .567-.044.837-.129Zm-4.356-3.06 1.05 1.82c.206.394.19.851-.044 1.257-.217.375-.63.629-1.08.667h-2.091a5.736 5.736 0 0 1 2.165-3.745Zm7.032 0a5.736 5.736 0 0 1 2.165 3.744h-2.09a1.386 1.386 0 0 1-1.077-.67c-.235-.406-.253-.863-.049-1.254ZM16 10.264c.765 0 1.495.151 2.163.424l-1.045 1.81c-.258.37-.683.6-1.115.6-.47 0-.876-.214-1.114-.587l-1.052-1.823A5.703 5.703 0 0 1 16 10.265Z'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-locate-invoice {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32'%3E%3Cdefs%3E%3Cpath id='a' d='M14.9679144,26 C15.8983957,26 16.7219251,25.7886179 17.4385027,25.3658537 L17.4545455,22.9105691 C16.6096257,23.5934959 15.7860963,23.9349593 14.9839572,23.9349593 C13.7433155,23.9349593 12.9518717,23.0785908 12.6096257,21.3658537 L15.4010695,21.3658537 L15.8983957,20.195122 L12.4812834,20.195122 L12.4973262,19.5121951 L16.0909091,19.5121951 L16.5882353,18.3414634 L12.6737968,18.3414634 C13.0481283,16.8563686 13.7967914,16.1138211 14.9197861,16.1138211 C15.5721925,16.1138211 16.2727273,16.3577236 17.0213904,16.8455285 L18,14.8130081 C16.9518717,14.2710027 15.9786096,14 15.0802139,14 C13.8074866,14 12.7486631,14.4119241 11.9037433,15.2357724 C11.1016043,15.9945799 10.5721925,17.0298103 10.315508,18.3414634 L9.4973262,18.3414634 L9,19.5121951 L10.171123,19.5121951 C10.1631016,19.5284553 10.1580882,19.5813008 10.1560829,19.6707317 L10.1550802,20.195122 L9.51336898,20.195122 L9.01604278,21.3658537 L10.2513369,21.3658537 C10.4759358,22.7859079 10.9625668,23.8915989 11.7112299,24.6829268 C12.5347594,25.5609756 13.6203209,26 14.9679144,26 Z'/%3E%3C/defs%3E%3Cpath d='M26.9817707,7.93749987 C27.2612846,8.22916653 27.5008678,8.62500067 27.7005203,9.1250004 C27.9001737,9.62500013 28,10.083334 28,10.5 L28,28.5 C28,28.9166669 27.8602431,29.2708333 27.5807292,29.5625 C27.3012153,29.8541667 26.9618049,30 26.5624999,30 L6.43750011,30 C6.03819418,30 5.69878471,29.8541667 5.41927083,29.5625 C5.13975694,29.2708333 5,28.9166669 5,28.5 L5,3.5 C5,3.083334 5.13975694,2.72916667 5.41927083,2.4375 C5.69878471,2.14583333 6.03819418,2 6.43750011,2 L19.8541666,2 C20.2534717,2 20.6927083,2.10416653 21.1718747,2.31250053 C21.6510411,2.5208336 22.0303821,2.77083347 22.309896,3.06250013 L26.9817707,7.93749987 Z M20.333333,4.12500027 L20.333333,10.0000004 L25.9635414,10.0000004 C25.8637152,9.6979168 25.753906,9.48437573 25.634114,9.35937533 L20.9472654,4.46875067 C20.8274733,4.34375027 20.6228298,4.2291668 20.333333,4.12500027 Z M26.0833335,27.9999999 L26.0833335,11.9999999 L19.8541666,11.9999999 C19.4548607,11.9999999 19.1154512,11.8541669 18.8359373,11.5625003 C18.5564235,11.2708336 18.4166665,10.9166672 18.4166665,10.4999999 L18.4166665,3.99999987 L6.91666652,3.99999987 L6.91666652,27.9999999 L26.0833335,27.9999999 Z'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32'%3E%3Cdefs%3E%3Cpath id='a' d='M14.9679144,26 C15.8983957,26 16.7219251,25.7886179 17.4385027,25.3658537 L17.4545455,22.9105691 C16.6096257,23.5934959 15.7860963,23.9349593 14.9839572,23.9349593 C13.7433155,23.9349593 12.9518717,23.0785908 12.6096257,21.3658537 L15.4010695,21.3658537 L15.8983957,20.195122 L12.4812834,20.195122 L12.4973262,19.5121951 L16.0909091,19.5121951 L16.5882353,18.3414634 L12.6737968,18.3414634 C13.0481283,16.8563686 13.7967914,16.1138211 14.9197861,16.1138211 C15.5721925,16.1138211 16.2727273,16.3577236 17.0213904,16.8455285 L18,14.8130081 C16.9518717,14.2710027 15.9786096,14 15.0802139,14 C13.8074866,14 12.7486631,14.4119241 11.9037433,15.2357724 C11.1016043,15.9945799 10.5721925,17.0298103 10.315508,18.3414634 L9.4973262,18.3414634 L9,19.5121951 L10.171123,19.5121951 C10.1631016,19.5284553 10.1580882,19.5813008 10.1560829,19.6707317 L10.1550802,20.195122 L9.51336898,20.195122 L9.01604278,21.3658537 L10.2513369,21.3658537 C10.4759358,22.7859079 10.9625668,23.8915989 11.7112299,24.6829268 C12.5347594,25.5609756 13.6203209,26 14.9679144,26 Z'/%3E%3C/defs%3E%3Cpath d='M26.9817707,7.93749987 C27.2612846,8.22916653 27.5008678,8.62500067 27.7005203,9.1250004 C27.9001737,9.62500013 28,10.083334 28,10.5 L28,28.5 C28,28.9166669 27.8602431,29.2708333 27.5807292,29.5625 C27.3012153,29.8541667 26.9618049,30 26.5624999,30 L6.43750011,30 C6.03819418,30 5.69878471,29.8541667 5.41927083,29.5625 C5.13975694,29.2708333 5,28.9166669 5,28.5 L5,3.5 C5,3.083334 5.13975694,2.72916667 5.41927083,2.4375 C5.69878471,2.14583333 6.03819418,2 6.43750011,2 L19.8541666,2 C20.2534717,2 20.6927083,2.10416653 21.1718747,2.31250053 C21.6510411,2.5208336 22.0303821,2.77083347 22.309896,3.06250013 L26.9817707,7.93749987 Z M20.333333,4.12500027 L20.333333,10.0000004 L25.9635414,10.0000004 C25.8637152,9.6979168 25.753906,9.48437573 25.634114,9.35937533 L20.9472654,4.46875067 C20.8274733,4.34375027 20.6228298,4.2291668 20.333333,4.12500027 Z M26.0833335,27.9999999 L26.0833335,11.9999999 L19.8541666,11.9999999 C19.4548607,11.9999999 19.1154512,11.8541669 18.8359373,11.5625003 C18.5564235,11.2708336 18.4166665,10.9166672 18.4166665,10.4999999 L18.4166665,3.99999987 L6.91666652,3.99999987 L6.91666652,27.9999999 L26.0833335,27.9999999 Z'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-locate-ref {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32'%3E%3Cdefs%3E%3Cpath id='a' d='M11.7918367,26 L12.3061224,22.6057143 L14.0693878,22.6057143 L13.5734694,26 L15.355102,26 L15.8510204,22.6057143 L17.4489796,22.6057143 L17.4489796,21.0628571 L16.0897959,21.0628571 L16.4020408,18.9371429 L18,18.9371429 L18,17.3942857 L16.6408163,17.3942857 L17.1367347,14 L15.355102,14 L14.8591837,17.3942857 L13.077551,17.3942857 L13.5918367,14 L11.8102041,14 L11.2959184,17.3942857 L9.55102041,17.3942857 L9.55102041,18.9371429 L11.0755102,18.9371429 L10.744898,21.0628571 L9,21.0628571 L9,22.6057143 L10.5244898,22.6057143 L10.0102041,26 L11.7918367,26 Z M14.3081633,21.0628571 L12.5265306,21.0628571 L12.8571429,18.9371429 L14.6204082,18.9371429 L14.3081633,21.0628571 Z'/%3E%3C/defs%3E%3Cpath d='M26.9817707,7.93749987 C27.2612846,8.22916653 27.5008678,8.62500067 27.7005203,9.1250004 C27.9001737,9.62500013 28,10.083334 28,10.5 L28,28.5 C28,28.9166669 27.8602431,29.2708333 27.5807292,29.5625 C27.3012153,29.8541667 26.9618049,30 26.5624999,30 L6.43750011,30 C6.03819418,30 5.69878471,29.8541667 5.41927083,29.5625 C5.13975694,29.2708333 5,28.9166669 5,28.5 L5,3.5 C5,3.083334 5.13975694,2.72916667 5.41927083,2.4375 C5.69878471,2.14583333 6.03819418,2 6.43750011,2 L19.8541666,2 C20.2534717,2 20.6927083,2.10416653 21.1718747,2.31250053 C21.6510411,2.5208336 22.0303821,2.77083347 22.309896,3.06250013 L26.9817707,7.93749987 Z M20.333333,4.12500027 L20.333333,10.0000004 L25.9635414,10.0000004 C25.8637152,9.6979168 25.753906,9.48437573 25.634114,9.35937533 L20.9472654,4.46875067 C20.8274733,4.34375027 20.6228298,4.2291668 20.333333,4.12500027 Z M26.0833335,27.9999999 L26.0833335,11.9999999 L19.8541666,11.9999999 C19.4548607,11.9999999 19.1154512,11.8541669 18.8359373,11.5625003 C18.5564235,11.2708336 18.4166665,10.9166672 18.4166665,10.4999999 L18.4166665,3.99999987 L6.91666652,3.99999987 L6.91666652,27.9999999 L26.0833335,27.9999999 Z'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32'%3E%3Cdefs%3E%3Cpath id='a' d='M11.7918367,26 L12.3061224,22.6057143 L14.0693878,22.6057143 L13.5734694,26 L15.355102,26 L15.8510204,22.6057143 L17.4489796,22.6057143 L17.4489796,21.0628571 L16.0897959,21.0628571 L16.4020408,18.9371429 L18,18.9371429 L18,17.3942857 L16.6408163,17.3942857 L17.1367347,14 L15.355102,14 L14.8591837,17.3942857 L13.077551,17.3942857 L13.5918367,14 L11.8102041,14 L11.2959184,17.3942857 L9.55102041,17.3942857 L9.55102041,18.9371429 L11.0755102,18.9371429 L10.744898,21.0628571 L9,21.0628571 L9,22.6057143 L10.5244898,22.6057143 L10.0102041,26 L11.7918367,26 Z M14.3081633,21.0628571 L12.5265306,21.0628571 L12.8571429,18.9371429 L14.6204082,18.9371429 L14.3081633,21.0628571 Z'/%3E%3C/defs%3E%3Cpath d='M26.9817707,7.93749987 C27.2612846,8.22916653 27.5008678,8.62500067 27.7005203,9.1250004 C27.9001737,9.62500013 28,10.083334 28,10.5 L28,28.5 C28,28.9166669 27.8602431,29.2708333 27.5807292,29.5625 C27.3012153,29.8541667 26.9618049,30 26.5624999,30 L6.43750011,30 C6.03819418,30 5.69878471,29.8541667 5.41927083,29.5625 C5.13975694,29.2708333 5,28.9166669 5,28.5 L5,3.5 C5,3.083334 5.13975694,2.72916667 5.41927083,2.4375 C5.69878471,2.14583333 6.03819418,2 6.43750011,2 L19.8541666,2 C20.2534717,2 20.6927083,2.10416653 21.1718747,2.31250053 C21.6510411,2.5208336 22.0303821,2.77083347 22.309896,3.06250013 L26.9817707,7.93749987 Z M20.333333,4.12500027 L20.333333,10.0000004 L25.9635414,10.0000004 C25.8637152,9.6979168 25.753906,9.48437573 25.634114,9.35937533 L20.9472654,4.46875067 C20.8274733,4.34375027 20.6228298,4.2291668 20.333333,4.12500027 Z M26.0833335,27.9999999 L26.0833335,11.9999999 L19.8541666,11.9999999 C19.4548607,11.9999999 19.1154512,11.8541669 18.8359373,11.5625003 C18.5564235,11.2708336 18.4166665,10.9166672 18.4166665,10.4999999 L18.4166665,3.99999987 L6.91666652,3.99999987 L6.91666652,27.9999999 L26.0833335,27.9999999 Z'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-open {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4287 13.9917C13.4357 13.9917 13.4482 13.9904 13.4693 13.9693C13.4904 13.9482 13.4917 13.9357 13.4917 13.9287V9.92188H14.7656V13.9287C14.7656 14.2994 14.6356 14.6184 14.377 14.877C14.1184 15.1356 13.7994 15.2656 13.4287 15.2656H4.57128C4.20056 15.2656 3.88158 15.1356 3.62299 14.877C3.3644 14.6184 3.23438 14.2994 3.23438 13.9287V5.07128C3.23438 4.70056 3.3644 4.38158 3.62299 4.12299C3.88158 3.8644 4.20056 3.73438 4.57128 3.73438H8.57812V5.00826H4.57128C4.56426 5.00826 4.55182 5.00959 4.53071 5.03069C4.50962 5.0518 4.50826 5.06426 4.50826 5.07128V13.9287C4.50826 13.9357 4.50959 13.9482 4.53071 13.9693C4.55182 13.9904 4.56426 13.9917 4.57128 13.9917H13.4287Z' fill='%2317538F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49066 11.9056L6.5944 11.0093L12.5955 5.00826H10.1829V3.73438H14.7656V8.31709H13.4917V5.90452L7.49066 11.9056Z' fill='%2317538F'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4287 13.9917C13.4357 13.9917 13.4482 13.9904 13.4693 13.9693C13.4904 13.9482 13.4917 13.9357 13.4917 13.9287V9.92188H14.7656V13.9287C14.7656 14.2994 14.6356 14.6184 14.377 14.877C14.1184 15.1356 13.7994 15.2656 13.4287 15.2656H4.57128C4.20056 15.2656 3.88158 15.1356 3.62299 14.877C3.3644 14.6184 3.23438 14.2994 3.23438 13.9287V5.07128C3.23438 4.70056 3.3644 4.38158 3.62299 4.12299C3.88158 3.8644 4.20056 3.73438 4.57128 3.73438H8.57812V5.00826H4.57128C4.56426 5.00826 4.55182 5.00959 4.53071 5.03069C4.50962 5.0518 4.50826 5.06426 4.50826 5.07128V13.9287C4.50826 13.9357 4.50959 13.9482 4.53071 13.9693C4.55182 13.9904 4.56426 13.9917 4.57128 13.9917H13.4287Z' fill='%2317538F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49066 11.9056L6.5944 11.0093L12.5955 5.00826H10.1829V3.73438H14.7656V8.31709H13.4917V5.90452L7.49066 11.9056Z' fill='%2317538F'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-marker {
    -webkit-mask: 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%3Cg id='icons / marker / point'%3E%3Cpath id='location_on' d='M15.5029 15.7652C16.3268 15.7652 17.0312 15.4669 17.616 14.8705C18.2012 14.274 18.4938 13.557 18.4938 12.7195C18.4938 11.8821 18.2004 11.1659 17.6136 10.5711C17.0268 9.97663 16.3213 9.67937 15.4971 9.67937C14.6732 9.67937 13.9688 9.97761 13.384 10.5741C12.7988 11.1706 12.5062 11.8877 12.5062 12.7254C12.5062 13.5629 12.7996 14.2789 13.3864 14.8734C13.9732 15.4679 14.6787 15.7652 15.5029 15.7652ZM15.5 32C11.3322 28.3291 8.20695 24.9129 6.12417 21.7512C4.04139 18.5893 3 15.6865 3 13.0427C3 9.15809 4.23612 6.01313 6.70835 3.60788C9.18086 1.20263 12.1114 0 15.5 0C18.8886 0 21.8191 1.20263 24.2916 3.60788C26.7639 6.01313 28 9.15809 28 13.0427C28 15.6865 26.9586 18.5893 24.8758 21.7512C22.793 24.9129 19.6678 28.3291 15.5 32Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: 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%3Cg id='icons / marker / point'%3E%3Cpath id='location_on' d='M15.5029 15.7652C16.3268 15.7652 17.0312 15.4669 17.616 14.8705C18.2012 14.274 18.4938 13.557 18.4938 12.7195C18.4938 11.8821 18.2004 11.1659 17.6136 10.5711C17.0268 9.97663 16.3213 9.67937 15.4971 9.67937C14.6732 9.67937 13.9688 9.97761 13.384 10.5741C12.7988 11.1706 12.5062 11.8877 12.5062 12.7254C12.5062 13.5629 12.7996 14.2789 13.3864 14.8734C13.9732 15.4679 14.6787 15.7652 15.5029 15.7652ZM15.5 32C11.3322 28.3291 8.20695 24.9129 6.12417 21.7512C4.04139 18.5893 3 15.6865 3 13.0427C3 9.15809 4.23612 6.01313 6.70835 3.60788C9.18086 1.20263 12.1114 0 15.5 0C18.8886 0 21.8191 1.20263 24.2916 3.60788C26.7639 6.01313 28 9.15809 28 13.0427C28 15.6865 26.9586 18.5893 24.8758 21.7512C22.793 24.9129 19.6678 28.3291 15.5 32Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-delivery {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4560_213' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='25' height='24'%3E%3Crect x='0.123535' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4560_213)'%3E%3Cpath d='M7.37346 19.5C6.61063 19.5 5.96163 19.2323 5.42646 18.697C4.89113 18.1618 4.62346 17.5128 4.62346 16.75H2.25821L2.59271 15.25H5.13896C5.37096 14.8692 5.68346 14.5657 6.07646 14.3395C6.46929 14.1132 6.90163 14 7.37346 14C7.84529 14 8.27771 14.1132 8.67071 14.3395C9.06354 14.5657 9.37605 14.8692 9.60821 15.25H14.0042L16.1525 6H5.20246L5.26396 5.7385C5.33829 5.37433 5.51613 5.07692 5.79746 4.84625C6.07896 4.61542 6.41004 4.5 6.79071 4.5H18.0272L17.16 8.25H19.662L22.5177 12.0578L21.585 16.75H20.008C20.008 17.5128 19.7404 18.1618 19.2052 18.697C18.6699 19.2323 18.0209 19.5 17.2582 19.5C16.4954 19.5 15.8463 19.2323 15.311 18.697C14.7758 18.1618 14.5082 17.5128 14.5082 16.75H10.1235C10.1235 17.5128 9.85579 18.1618 9.32046 18.697C8.78529 19.2323 8.13629 19.5 7.37346 19.5ZM16.0292 13.125H20.7677L20.9062 12.4173L18.912 9.75H16.8157L16.0292 13.125ZM16.0062 6.5885L16.1525 6L14.0042 15.25L14.1505 14.6615L16.0062 6.5885ZM1.20996 13.1615L1.58496 11.6615H6.57546L6.20046 13.1615H1.20996ZM3.20996 9.5885L3.58496 8.0885H9.57546L9.20046 9.5885H3.20996ZM7.37346 18C7.72096 18 8.01613 17.8785 8.25896 17.6355C8.50196 17.3927 8.62346 17.0975 8.62346 16.75C8.62346 16.4025 8.50196 16.1073 8.25896 15.8645C8.01613 15.6215 7.72096 15.5 7.37346 15.5C7.02596 15.5 6.73079 15.6215 6.48796 15.8645C6.24496 16.1073 6.12346 16.4025 6.12346 16.75C6.12346 17.0975 6.24496 17.3927 6.48796 17.6355C6.73079 17.8785 7.02596 18 7.37346 18ZM17.2582 18C17.6055 18 17.9007 17.8785 18.1437 17.6355C18.3867 17.3927 18.5082 17.0975 18.5082 16.75C18.5082 16.4025 18.3867 16.1073 18.1437 15.8645C17.9007 15.6215 17.6055 15.5 17.2582 15.5C16.9107 15.5 16.6155 15.6215 16.3725 15.8645C16.1295 16.1073 16.008 16.4025 16.008 16.75C16.008 17.0975 16.1295 17.3927 16.3725 17.6355C16.6155 17.8785 16.9107 18 17.2582 18Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4560_213' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='25' height='24'%3E%3Crect x='0.123535' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4560_213)'%3E%3Cpath d='M7.37346 19.5C6.61063 19.5 5.96163 19.2323 5.42646 18.697C4.89113 18.1618 4.62346 17.5128 4.62346 16.75H2.25821L2.59271 15.25H5.13896C5.37096 14.8692 5.68346 14.5657 6.07646 14.3395C6.46929 14.1132 6.90163 14 7.37346 14C7.84529 14 8.27771 14.1132 8.67071 14.3395C9.06354 14.5657 9.37605 14.8692 9.60821 15.25H14.0042L16.1525 6H5.20246L5.26396 5.7385C5.33829 5.37433 5.51613 5.07692 5.79746 4.84625C6.07896 4.61542 6.41004 4.5 6.79071 4.5H18.0272L17.16 8.25H19.662L22.5177 12.0578L21.585 16.75H20.008C20.008 17.5128 19.7404 18.1618 19.2052 18.697C18.6699 19.2323 18.0209 19.5 17.2582 19.5C16.4954 19.5 15.8463 19.2323 15.311 18.697C14.7758 18.1618 14.5082 17.5128 14.5082 16.75H10.1235C10.1235 17.5128 9.85579 18.1618 9.32046 18.697C8.78529 19.2323 8.13629 19.5 7.37346 19.5ZM16.0292 13.125H20.7677L20.9062 12.4173L18.912 9.75H16.8157L16.0292 13.125ZM16.0062 6.5885L16.1525 6L14.0042 15.25L14.1505 14.6615L16.0062 6.5885ZM1.20996 13.1615L1.58496 11.6615H6.57546L6.20046 13.1615H1.20996ZM3.20996 9.5885L3.58496 8.0885H9.57546L9.20046 9.5885H3.20996ZM7.37346 18C7.72096 18 8.01613 17.8785 8.25896 17.6355C8.50196 17.3927 8.62346 17.0975 8.62346 16.75C8.62346 16.4025 8.50196 16.1073 8.25896 15.8645C8.01613 15.6215 7.72096 15.5 7.37346 15.5C7.02596 15.5 6.73079 15.6215 6.48796 15.8645C6.24496 16.1073 6.12346 16.4025 6.12346 16.75C6.12346 17.0975 6.24496 17.3927 6.48796 17.6355C6.73079 17.8785 7.02596 18 7.37346 18ZM17.2582 18C17.6055 18 17.9007 17.8785 18.1437 17.6355C18.3867 17.3927 18.5082 17.0975 18.5082 16.75C18.5082 16.4025 18.3867 16.1073 18.1437 15.8645C17.9007 15.6215 17.6055 15.5 17.2582 15.5C16.9107 15.5 16.6155 15.6215 16.3725 15.8645C16.1295 16.1073 16.008 16.4025 16.008 16.75C16.008 17.0975 16.1295 17.3927 16.3725 17.6355C16.6155 17.8785 16.9107 18 17.2582 18Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-eye {
    -webkit-mask: url("data:image/svg+xml,%0A%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 22.6923c5.4054 0 10.0811-2.9031 12.4865-7.1923-2.4054-4.2892-7.0811-7.19231-12.4865-7.19231s-10.08108 2.90311-12.48649 7.19231c2.40541 4.2892 7.08109 7.1923 12.48649 7.1923zm0-15.6923c6.1622 0 11.4865 3.4654 14 8.5-2.5135 5.0346-7.8378 8.5-14 8.5-6.16216 0-11.48649-3.4654-14-8.5 2.51351-5.0346 7.83784-8.5 14-8.5zm0 2.61538c3.3784 0 6.0811 2.61542 6.0811 5.88462s-2.7027 5.8846-6.0811 5.8846-6.08108-2.6154-6.08108-5.8846 2.70268-5.88462 6.08108-5.88462zm0 1.30772c-1.2544 0-2.4574.4822-3.3444 1.3405-.887.8584-1.3853 2.0225-1.3853 3.2364s.4983 2.378 1.3853 3.2364c.887.8583 2.09 1.3405 3.3444 1.3405s2.4574-.4822 3.3444-1.3405c.887-.8584 1.3853-2.0225 1.3853-3.2364s-.4983-2.378-1.3853-3.2364c-.887-.8583-2.09-1.3405-3.3444-1.3405z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%0A%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 22.6923c5.4054 0 10.0811-2.9031 12.4865-7.1923-2.4054-4.2892-7.0811-7.19231-12.4865-7.19231s-10.08108 2.90311-12.48649 7.19231c2.40541 4.2892 7.08109 7.1923 12.48649 7.1923zm0-15.6923c6.1622 0 11.4865 3.4654 14 8.5-2.5135 5.0346-7.8378 8.5-14 8.5-6.16216 0-11.48649-3.4654-14-8.5 2.51351-5.0346 7.83784-8.5 14-8.5zm0 2.61538c3.3784 0 6.0811 2.61542 6.0811 5.88462s-2.7027 5.8846-6.0811 5.8846-6.08108-2.6154-6.08108-5.8846 2.70268-5.88462 6.08108-5.88462zm0 1.30772c-1.2544 0-2.4574.4822-3.3444 1.3405-.887.8584-1.3853 2.0225-1.3853 3.2364s.4983 2.378 1.3853 3.2364c.887.8583 2.09 1.3405 3.3444 1.3405s2.4574-.4822 3.3444-1.3405c.887-.8584 1.3853-2.0225 1.3853-3.2364s-.4983-2.378-1.3853-3.2364c-.887-.8583-2.09-1.3405-3.3444-1.3405z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-eye-off {
    -webkit-mask: url("data:image/svg+xml,%0A%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3.89189 4.97595.95946-.97595 22.63515 23.0241-.9595.9759-4.5135-4.6048c-1.8513.7835-3.8784 1.2234-6.0135 1.2234-6.16216 0-11.48649-3.6427-14-8.9348 1.31081-2.7491 3.36486-5.0446 5.89189-6.62538zm12.10811 18.26805c1.7432 0 3.4189-.3162 4.9595-.9072l-1.5136-1.5533c-.9864.6873-2.1621 1.0859-3.4459 1.0859-3.3784 0-6.08108-2.7491-6.08108-6.1856 0-1.3058.39188-2.5017 1.06758-3.5051l-2.09461-2.1168c-2.26264 1.3408-4.12233 3.2847-5.37838 5.6219 2.40541 4.5086 7.08109 7.5602 12.48649 7.5602zm12.4865-7.5602c-2.4054-4.5085-7.0811-7.56009-12.4865-7.56009-1.5541 0-3.0676.26117-4.473.72852l-1.054-1.07216c1.7162-.67354 3.5811-1.03093 5.527-1.03093 6.1622 0 11.4865 3.64266 14 8.93466-1.228 2.5922-3.1301 4.7932-5.5 6.3643l-.973-1.0034c2.0676-1.3196 3.7838-3.1615 4.9595-5.3609zm-12.4865-6.18552c3.3784 0 6.0811 2.74912 6.0811 6.18552 0 1.1272-.2973 2.1719-.8108 3.0791l-1-1.0172c.2973-.6323.4594-1.3196.4594-2.0619 0-1.2759-.4983-2.4996-1.3853-3.4018-.887-.9023-2.09-1.4091-3.3444-1.4091-.7297 0-1.4054.1649-2.027.4673l-1-1.0172c.8919-.52231 1.9189-.82472 3.027-.82472zm-4.7297 6.18552c0 1.276.4983 2.4997 1.3853 3.4019.887.9023 2.09 1.4091 3.3444 1.4091.9054 0 1.7432-.2611 2.4595-.6872l-6.5136-6.6255c-.4189.7286-.6756 1.5808-.6756 2.5017z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
    mask: url("data:image/svg+xml,%0A%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3.89189 4.97595.95946-.97595 22.63515 23.0241-.9595.9759-4.5135-4.6048c-1.8513.7835-3.8784 1.2234-6.0135 1.2234-6.16216 0-11.48649-3.6427-14-8.9348 1.31081-2.7491 3.36486-5.0446 5.89189-6.62538zm12.10811 18.26805c1.7432 0 3.4189-.3162 4.9595-.9072l-1.5136-1.5533c-.9864.6873-2.1621 1.0859-3.4459 1.0859-3.3784 0-6.08108-2.7491-6.08108-6.1856 0-1.3058.39188-2.5017 1.06758-3.5051l-2.09461-2.1168c-2.26264 1.3408-4.12233 3.2847-5.37838 5.6219 2.40541 4.5086 7.08109 7.5602 12.48649 7.5602zm12.4865-7.5602c-2.4054-4.5085-7.0811-7.56009-12.4865-7.56009-1.5541 0-3.0676.26117-4.473.72852l-1.054-1.07216c1.7162-.67354 3.5811-1.03093 5.527-1.03093 6.1622 0 11.4865 3.64266 14 8.93466-1.228 2.5922-3.1301 4.7932-5.5 6.3643l-.973-1.0034c2.0676-1.3196 3.7838-3.1615 4.9595-5.3609zm-12.4865-6.18552c3.3784 0 6.0811 2.74912 6.0811 6.18552 0 1.1272-.2973 2.1719-.8108 3.0791l-1-1.0172c.2973-.6323.4594-1.3196.4594-2.0619 0-1.2759-.4983-2.4996-1.3853-3.4018-.887-.9023-2.09-1.4091-3.3444-1.4091-.7297 0-1.4054.1649-2.027.4673l-1-1.0172c.8919-.52231 1.9189-.82472 3.027-.82472zm-4.7297 6.18552c0 1.276.4983 2.4997 1.3853 3.4019.887.9023 2.09 1.4091 3.3444 1.4091.9054 0 1.7432-.2611 2.4595-.6872l-6.5136-6.6255c-.4189.7286-.6756 1.5808-.6756 2.5017z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-arrowfulldown {
    -webkit-mask: 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%3Cg id='icons / arrow full / down'%3E%3Cpath id='keyboard_arrow_down' d='M16 22L7 12.6765L9.58363 10L16 16.647L22.4164 10L25 12.6765L16 22Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: 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%3Cg id='icons / arrow full / down'%3E%3Cpath id='keyboard_arrow_down' d='M16 22L7 12.6765L9.58363 10L16 16.647L22.4164 10L25 12.6765L16 22Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-arrowlongleft {
    -webkit-mask: var(--rdc-icon-arrowlongleft) no-repeat 50% 50%/100%;
    mask: var(--rdc-icon-arrowlongleft) no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-arrowlongright {
    -webkit-mask: var(--rdc-icon-arrowlongright) no-repeat 50% 50%/100%;
    mask: var(--rdc-icon-arrowlongright) no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-arrowlongdown {
    -webkit-mask: 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%3Cg id='icons / arrow long / down'%3E%3Cpath id='arrow_downward' d='M15 6V22.1693L7.405 14.5743L6 16L16 26L26 16L24.595 14.5743L17 22.1693V6H15Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: 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%3Cg id='icons / arrow long / down'%3E%3Cpath id='arrow_downward' d='M15 6V22.1693L7.405 14.5743L6 16L16 26L26 16L24.595 14.5743L17 22.1693V6H15Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-calendar {
    -webkit-mask: 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%3Cg id='icons / calendar'%3E%3Cpath id='calendar_month' d='M7.33944 27C6.6857 27 6.13235 26.7711 5.67941 26.3134C5.22647 25.8556 5 25.2964 5 24.6357V7.13072C5 6.47003 5.22647 5.91082 5.67941 5.45307C6.13235 4.99532 6.6857 4.76644 7.33944 4.76644H9.13115V2H11.1221V4.76644H20.9277V2H22.8689V4.76644H24.6606C25.3143 4.76644 25.8676 4.99532 26.3206 5.45307C26.7735 5.91082 27 6.47003 27 7.13072V24.6357C27 25.2964 26.7735 25.8556 26.3206 26.3134C25.8676 26.7711 25.3143 27 24.6606 27H7.33944ZM7.33944 25.0382H24.6606C24.7602 25.0382 24.8514 24.9963 24.9343 24.9123C25.0173 24.8286 25.0588 24.7364 25.0588 24.6357V12.3621H6.94118V24.6357C6.94118 24.7364 6.9827 24.8286 7.06574 24.9123C7.14856 24.9963 7.23979 25.0382 7.33944 25.0382ZM6.94118 10.4004H25.0588V7.13072C25.0588 7.03001 25.0173 6.93781 24.9343 6.85411C24.8514 6.77019 24.7602 6.72823 24.6606 6.72823H7.33944C7.23979 6.72823 7.14856 6.77019 7.06574 6.85411C6.9827 6.93781 6.94118 7.03001 6.94118 7.13072V10.4004ZM16 17.2918C15.6832 17.2918 15.4131 17.179 15.1899 16.9534C14.9669 16.728 14.8554 16.4551 14.8554 16.1347C14.8554 15.8145 14.9669 15.5415 15.1899 15.3159C15.4131 15.0906 15.6832 14.9779 16 14.9779C16.3168 14.9779 16.5869 15.0906 16.8101 15.3159C17.0331 15.5415 17.1446 15.8145 17.1446 16.1347C17.1446 16.4551 17.0331 16.728 16.8101 16.9534C16.5869 17.179 16.3168 17.2918 16 17.2918ZM10.8235 17.2918C10.5067 17.2918 10.2366 17.179 10.0134 16.9534C9.79039 16.728 9.67888 16.4551 9.67888 16.1347C9.67888 15.8145 9.79039 15.5415 10.0134 15.3159C10.2366 15.0906 10.5067 14.9779 10.8235 14.9779C11.1404 14.9779 11.4104 15.0906 11.6336 15.3159C11.8567 15.5415 11.9682 15.8145 11.9682 16.1347C11.9682 16.4551 11.8567 16.728 11.6336 16.9534C11.4104 17.179 11.1404 17.2918 10.8235 17.2918ZM21.1765 17.2918C20.8596 17.2918 20.5896 17.179 20.3664 16.9534C20.1433 16.728 20.0318 16.4551 20.0318 16.1347C20.0318 15.8145 20.1433 15.5415 20.3664 15.3159C20.5896 15.0906 20.8596 14.9779 21.1765 14.9779C21.4933 14.9779 21.7634 15.0906 21.9866 15.3159C22.2096 15.5415 22.3211 15.8145 22.3211 16.1347C22.3211 16.4551 22.2096 16.728 21.9866 16.9534C21.7634 17.179 21.4933 17.2918 21.1765 17.2918ZM16 22.4225C15.6832 22.4225 15.4131 22.3097 15.1899 22.0841C14.9669 21.8587 14.8554 21.5859 14.8554 21.2657C14.8554 20.9453 14.9669 20.6724 15.1899 20.447C15.4131 20.2214 15.6832 20.1086 16 20.1086C16.3168 20.1086 16.5869 20.2214 16.8101 20.447C17.0331 20.6724 17.1446 20.9453 17.1446 21.2657C17.1446 21.5859 17.0331 21.8587 16.8101 22.0841C16.5869 22.3097 16.3168 22.4225 16 22.4225ZM10.8235 22.4225C10.5067 22.4225 10.2366 22.3097 10.0134 22.0841C9.79039 21.8587 9.67888 21.5859 9.67888 21.2657C9.67888 20.9453 9.79039 20.6724 10.0134 20.447C10.2366 20.2214 10.5067 20.1086 10.8235 20.1086C11.1404 20.1086 11.4104 20.2214 11.6336 20.447C11.8567 20.6724 11.9682 20.9453 11.9682 21.2657C11.9682 21.5859 11.8567 21.8587 11.6336 22.0841C11.4104 22.3097 11.1404 22.4225 10.8235 22.4225ZM21.1765 22.4225C20.8596 22.4225 20.5896 22.3097 20.3664 22.0841C20.1433 21.8587 20.0318 21.5859 20.0318 21.2657C20.0318 20.9453 20.1433 20.6724 20.3664 20.447C20.5896 20.2214 20.8596 20.1086 21.1765 20.1086C21.4933 20.1086 21.7634 20.2214 21.9866 20.447C22.2096 20.6724 22.3211 20.9453 22.3211 21.2657C22.3211 21.5859 22.2096 21.8587 21.9866 22.0841C21.7634 22.3097 21.4933 22.4225 21.1765 22.4225Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: 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%3Cg id='icons / calendar'%3E%3Cpath id='calendar_month' d='M7.33944 27C6.6857 27 6.13235 26.7711 5.67941 26.3134C5.22647 25.8556 5 25.2964 5 24.6357V7.13072C5 6.47003 5.22647 5.91082 5.67941 5.45307C6.13235 4.99532 6.6857 4.76644 7.33944 4.76644H9.13115V2H11.1221V4.76644H20.9277V2H22.8689V4.76644H24.6606C25.3143 4.76644 25.8676 4.99532 26.3206 5.45307C26.7735 5.91082 27 6.47003 27 7.13072V24.6357C27 25.2964 26.7735 25.8556 26.3206 26.3134C25.8676 26.7711 25.3143 27 24.6606 27H7.33944ZM7.33944 25.0382H24.6606C24.7602 25.0382 24.8514 24.9963 24.9343 24.9123C25.0173 24.8286 25.0588 24.7364 25.0588 24.6357V12.3621H6.94118V24.6357C6.94118 24.7364 6.9827 24.8286 7.06574 24.9123C7.14856 24.9963 7.23979 25.0382 7.33944 25.0382ZM6.94118 10.4004H25.0588V7.13072C25.0588 7.03001 25.0173 6.93781 24.9343 6.85411C24.8514 6.77019 24.7602 6.72823 24.6606 6.72823H7.33944C7.23979 6.72823 7.14856 6.77019 7.06574 6.85411C6.9827 6.93781 6.94118 7.03001 6.94118 7.13072V10.4004ZM16 17.2918C15.6832 17.2918 15.4131 17.179 15.1899 16.9534C14.9669 16.728 14.8554 16.4551 14.8554 16.1347C14.8554 15.8145 14.9669 15.5415 15.1899 15.3159C15.4131 15.0906 15.6832 14.9779 16 14.9779C16.3168 14.9779 16.5869 15.0906 16.8101 15.3159C17.0331 15.5415 17.1446 15.8145 17.1446 16.1347C17.1446 16.4551 17.0331 16.728 16.8101 16.9534C16.5869 17.179 16.3168 17.2918 16 17.2918ZM10.8235 17.2918C10.5067 17.2918 10.2366 17.179 10.0134 16.9534C9.79039 16.728 9.67888 16.4551 9.67888 16.1347C9.67888 15.8145 9.79039 15.5415 10.0134 15.3159C10.2366 15.0906 10.5067 14.9779 10.8235 14.9779C11.1404 14.9779 11.4104 15.0906 11.6336 15.3159C11.8567 15.5415 11.9682 15.8145 11.9682 16.1347C11.9682 16.4551 11.8567 16.728 11.6336 16.9534C11.4104 17.179 11.1404 17.2918 10.8235 17.2918ZM21.1765 17.2918C20.8596 17.2918 20.5896 17.179 20.3664 16.9534C20.1433 16.728 20.0318 16.4551 20.0318 16.1347C20.0318 15.8145 20.1433 15.5415 20.3664 15.3159C20.5896 15.0906 20.8596 14.9779 21.1765 14.9779C21.4933 14.9779 21.7634 15.0906 21.9866 15.3159C22.2096 15.5415 22.3211 15.8145 22.3211 16.1347C22.3211 16.4551 22.2096 16.728 21.9866 16.9534C21.7634 17.179 21.4933 17.2918 21.1765 17.2918ZM16 22.4225C15.6832 22.4225 15.4131 22.3097 15.1899 22.0841C14.9669 21.8587 14.8554 21.5859 14.8554 21.2657C14.8554 20.9453 14.9669 20.6724 15.1899 20.447C15.4131 20.2214 15.6832 20.1086 16 20.1086C16.3168 20.1086 16.5869 20.2214 16.8101 20.447C17.0331 20.6724 17.1446 20.9453 17.1446 21.2657C17.1446 21.5859 17.0331 21.8587 16.8101 22.0841C16.5869 22.3097 16.3168 22.4225 16 22.4225ZM10.8235 22.4225C10.5067 22.4225 10.2366 22.3097 10.0134 22.0841C9.79039 21.8587 9.67888 21.5859 9.67888 21.2657C9.67888 20.9453 9.79039 20.6724 10.0134 20.447C10.2366 20.2214 10.5067 20.1086 10.8235 20.1086C11.1404 20.1086 11.4104 20.2214 11.6336 20.447C11.8567 20.6724 11.9682 20.9453 11.9682 21.2657C11.9682 21.5859 11.8567 21.8587 11.6336 22.0841C11.4104 22.3097 11.1404 22.4225 10.8235 22.4225ZM21.1765 22.4225C20.8596 22.4225 20.5896 22.3097 20.3664 22.0841C20.1433 21.8587 20.0318 21.5859 20.0318 21.2657C20.0318 20.9453 20.1433 20.6724 20.3664 20.447C20.5896 20.2214 20.8596 20.1086 21.1765 20.1086C21.4933 20.1086 21.7634 20.2214 21.9866 20.447C22.2096 20.6724 22.3211 20.9453 22.3211 21.2657C22.3211 21.5859 22.2096 21.8587 21.9866 22.0841C21.7634 22.3097 21.4933 22.4225 21.1765 22.4225Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.rdc-icon-svg-mask.rdc-icon-openexternal {
    -webkit-mask: 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%3Cg id='icons / open external'%3E%3Cpath id='open_in_new' d='M7.33944 27C6.6857 27 6.13235 26.7735 5.67941 26.3206C5.22647 25.8676 5 25.3143 5 24.6606V7.33944C5 6.6857 5.22647 6.13235 5.67941 5.67941C6.13235 5.22647 6.6857 5 7.33944 5H15.5021V6.94118H7.33944C7.23979 6.94118 7.14856 6.9827 7.06574 7.06573C6.9827 7.14856 6.94118 7.23979 6.94118 7.33944V24.6606C6.94118 24.7602 6.9827 24.8514 7.06574 24.9343C7.14856 25.0173 7.23979 25.0588 7.33944 25.0588H24.6606C24.7602 25.0588 24.8514 25.0173 24.9343 24.9343C25.0173 24.8514 25.0588 24.7602 25.0588 24.6606V16.4979H27V24.6606C27 25.3143 26.7735 25.8676 26.3206 26.3206C25.8676 26.7735 25.3143 27 24.6606 27H7.33944ZM13.0484 20.3152L11.6848 18.9516L23.6951 6.94118H18.5882V5H27V13.4118H25.0588V8.30485L13.0484 20.3152Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
    mask: 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%3Cg id='icons / open external'%3E%3Cpath id='open_in_new' d='M7.33944 27C6.6857 27 6.13235 26.7735 5.67941 26.3206C5.22647 25.8676 5 25.3143 5 24.6606V7.33944C5 6.6857 5.22647 6.13235 5.67941 5.67941C6.13235 5.22647 6.6857 5 7.33944 5H15.5021V6.94118H7.33944C7.23979 6.94118 7.14856 6.9827 7.06574 7.06573C6.9827 7.14856 6.94118 7.23979 6.94118 7.33944V24.6606C6.94118 24.7602 6.9827 24.8514 7.06574 24.9343C7.14856 25.0173 7.23979 25.0588 7.33944 25.0588H24.6606C24.7602 25.0588 24.8514 25.0173 24.9343 24.9343C25.0173 24.8514 25.0588 24.7602 25.0588 24.6606V16.4979H27V24.6606C27 25.3143 26.7735 25.8676 26.3206 26.3206C25.8676 26.7735 25.3143 27 24.6606 27H7.33944ZM13.0484 20.3152L11.6848 18.9516L23.6951 6.94118H18.5882V5H27V13.4118H25.0588V8.30485L13.0484 20.3152Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}






/*
*
* Base Colors
*
*/
.rdc-check-base-color {position: relative;}
.rdc-base-color {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;border-radius: inherit;overflow: hidden;}
.rdc-base-color-silver {background: linear-gradient(90deg, #A7A7A7 0%, #CECECE 35%, #F7F7F7 100%);}
.rdc-base-color-gold {background: linear-gradient(90deg, #BB8E39 0%, #DBB866 35%, #FEF4B9 100%);}
.rdc-base-color-multicolor > span::before,
.rdc-base-color-multicolor > span::after {content: '';position: absolute;width: 50%;height: 50%;}
.rdc-base-color-multicolor > span:first-child::before {top: 0;left: 0;background-color: #128FBB;}
.rdc-base-color-multicolor > span:first-child::after {top: 0;right: 0;background-color: #4CAF50;}
.rdc-base-color-multicolor > span:last-child::before {bottom: 0;left: 0;background-color: #FFFF00;}
.rdc-base-color-multicolor > span:last-child::after {bottom: 0;right: 0;background-color: #FF0000;}
.rdc-base-color-transparent::before,
.rdc-base-color-transparent::after {content: '';position: absolute;top: 0;display: block;width: 0;height: 0;border-width: 30px;border-style: solid;}
.rdc-base-color-transparent::before {right: 1px;border-color: white red red white;}
.rdc-base-color-transparent::after {right: 0;border-color: transparent white white transparent;}






/*
*
* Block Search Form
*
*/
.rdc-block-search {position: relative;}
.rdc-block-search input[type="search"] {width: 100%;padding-left: 46px;padding-right: 46px;}
.rdc-block-search button,
.rdc-block-search .button {position: absolute;top: 50%;transform: translateY(-50%);width: 32px;height: 32px;border-radius: 32px;padding: 0;border: 0;background-color: transparent;}
.rdc-block-search .btn-search,
.rdc-block-search .btn-close-search {left: 10px;}
.rdc-block-search .btn-mic-search,
.rdc-block-search .btn-clear-search {right: 10px;}
.rdc-block-search .rdc-icon-svg-mask {width: 24px;height: 24px;background-color: var(--color-darkgray);}
.rdc-block-search .btn-mic-search.active .rdc-icon-svg-mask {animation: mic-active 2s infinite;}
.rdc-header .rdc-header-inline-search .rdc-block-search input[type="search"],
.rdc-menu-mobile .rdc-block-search input[type="search"] {border-radius: calc(var(--input-button-height) / 2);}



@keyframes mic-active {0%, 50%, 100% {transform: scale(1);background-color: var(--color-darkgray);} 25%, 75% {transform: scale(1.1);background-color: var(--color-error);}}






/*
*
* Block Select Style Menu Mobile
*
*/
.rdc-select-style-mobile-menu {position: relative;}
.rdc-select-style-mobile-menu > select {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;z-index: 10;}
.rdc-select-style-mobile-menu-selected {position: relative;padding: 12px 54px 12px 15px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color: var(--color-white);background-color: var(--color-theme);}
.rdc-select-style-mobile-menu-selected .rdc-icon-svg-mask {position: absolute;top: 50%;right: 15px;transform: translateY(-50%);width: 24px;height: 24px;background-color: var(--color-white);}






/*
*
* Header
*
*/
body header .menu > ul > li > .featured,
body header .submenu .featured,
.mobile-menu .featured,
.mobile-menu .featured > a {color: var(--color-featured);}

.container-search #search,
.container-search .autocompleter {font-family: var(--main-font-family);font-weight: 300;font-size: 25px;line-height: 135%;color: #000;}

.notifications .notification p {line-height: 120%;}
.notifications .notification p:not(.mobile-cart-notice) {color: #FFF;}

.rdc-header-submenu-version-3 .paragraph {font-size: 14px;}






/*
*
* Home
*
*/
body .home .home-slider .description .content {display: inline-flex;flex-direction: column;}
body .home .home-slider .description .content p.home-slider-subtitle {order: -1;}

@media screen and (min-width: 768px){
    body .home .home-slider .description .content {max-width: 610px;padding-top: 0;}
    body .home .home-slider .description .content p {padding-top: 15px;}
    body .home .home-slider .description .content p.home-slider-title,
    body .home .home-slider .description .content p.home-slider-description {padding: 5px 0;}
    body .home .home-slider .description .content p.home-slider-subtitle {padding: 10px 0;}
}






/*
*
* Blocks
*
*/
body.rdc-user-logged-disabled .productItemBlocos .prod-info-cb-price {display: none !important;}

@media screen and (max-width: 767px) {
    body .content_products.productItemAvailable .section-products .column.col-xs-6:nth-child(odd),
    body .content_products.productItemAvailable .section-products .column.col-xs-6:nth-child(even) {padding-left: 5px !important;padding-right: 5px !important}
}






/*
*
* Page
*
*/
.current-page {padding-bottom: 12px;}
.current-page .im-angle-left {font-size: 13px;}

@media screen and (max-width: 767px) {
    .page-content table,
    .page-content table thead,
    .page-content table tbody,
    .page-content table tr,
    .page-content table tr td {display: block;width: 100% !important;height: auto !important;}
}






/*
*
* Product item styles
*
*/
.product-item .desc .name,
.product-item-title {
    font-weight: 700;
    line-height: 150%;
    color: var(--color-black);
}

.product-item .desc .name:not(.small),
.product-item-title:not(.small) {
    font-size: 14px;
}

.product-item .desc .name.small,
.product-item-title.small {
    font-size: 12px;
}

.product-item-label {
    font-size: 12px;
    line-height: 150%;
    color: var(--color-darkgray);
}

.product-item-label.small {
    font-size: 10px;
}

.product-item-label.big {
    font-size: 14px;
}

.product-item-label b, .product-item-label .price-title {
    color: var(--color-black);
    font-weight: 600;
}

.product-item-price {
    font-size: 12px;
    line-height: 150%;
    color: var(--color-black);
}

.product-item-price-bold {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: var(--color-black);
}

.product-item-price-bold.small {
    font-size: 12px;
}

.product-item-price-bold.big {
    font-size: 16px;
}

.product-item-price.small {
    font-size: 10px;
}

.product-item-price-total-detail {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: var(--color-black);
}

.product-item-price-discount {
    font-size: 12px;
    line-height: 150%;
    border: 1px solid transparent;
}

.product-item-price-discount.small {
    font-size: 10px;
}

.product-item-description,
.product-item-description p {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: var(--color-darkgray);
}

.rdc-shop-prd-prop {font-weight: 600;line-height: 150%;}

@media screen and (min-width: 768px){
    .rdc-shop-prd-prop {font-size: 12px;}
}
@media screen and (max-width: 767px){
    .rdc-shop-prds-list .rdc-shop-prd-prop {font-size: 12px;}
}






/*
*
* Product
*
*/
.rdc-product-colors .select,
.rdc-product-variants .select {border-radius: 6px;}
.rdc-product-colors .select select,
.rdc-product-variants .select select {height: 40px;}






/*
*
* Account
*
*/
body .wrapper-steps .steps .step .line::after {border-color: #FBFBFB;}






/*
*
* Flags
*
*/
.flags{
    display: flex;
    flex-wrap: wrap;
    margin: -1px;
}

.flags .flag {
    font-family: var(--main-font-family);
    font-weight: 400;
    line-height: normal;
    font-size: 10px;
    color: var(--color-white);
    text-transform: uppercase;
    padding: 1px 8px;
    margin: 1px;
    border-radius: 2px;
    border: 1px solid var(--color-black);
    background-color: var(--color-black);
}






/*
*
* Colors
*
*/
.main-bg-color {background: black;}
.sec-bg-color {background: gray;}
.main-border-color {border-color: #232323;}
.sec-border-color {border-color: gray;}
.main-text-color {color: black;}
.sec-text-color {color: white;}
.inputInventoryGreen {background-color: #86D088;}
.inputInventoryYellow {background-color: #FFDC73;}
.inputInventoryOrange {background-color: #FF7F02;}
.inputInventoryRed {background-color: #FF3F02;}
.inputInventoryGray {background-color: #BFBFBF;}
.inputInventoryDarkGray {background-color: #666666;}






article.product-item.rdc-card-shadow .image img {border-radius: 5px;}
.rdc-card-image {border-radius: 6px;border: 1px solid var(--color-lines);}
.rdc-card-image img {border-radius: 6px;}

@media screen and (min-width: 992px) {
    .rdc-card-desktop {padding: 10px;border: 1px solid var(--color-lines);border-radius: 6px;}
}

@media screen and (max-width: 991px) {
    .rdc-card-mobile {padding: 10px;border: 1px solid var(--color-lines);border-radius: 6px;}
}






/*
*
* Pagination
*
*/
.rdc-pagination {display: flex;column-gap: 4px;}
.rdc-pagination a,
.rdc-pagination button,
.rdc-pagination .button {padding-left: 10px;padding-right: 10px;min-width: 32px;}
.rdc-pagination .previous {margin-right: 6px;}
.rdc-pagination .next {margin-left: 6px;}
.rdc-pagination .current,
.rdc-pagination .active {color: var(--tertiary-button-text-color-hover);border-color: var(--tertiary-button-border-color-hover);background-color: var(--tertiary-button-background-color-hover);}
.rdc-pagination .ellipsis {display: inline-flex;align-items: center;justify-content: center;min-width: 32px;}

@media screen and (min-width: 768px) {
    .rdc-pagination .disabled {display: none;}
}

@media screen and (max-width: 767px) {
    .rdc-pagination {display: flex;justify-content: center;}
    .rdc-pagination .disabled {visibility: hidden;}
    .rdc-pagination .previous,
    .rdc-pagination .next {flex-shrink: 1;flex-grow: 1;}
}
