.icon {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    margin: auto 0;
    padding: 6px;
    width: max-content;
    max-width: 100%;
}

.icon--clean {
    padding: 6px !important;
}

.icon::before {
    position: relative;
    margin: 0 0 auto 0;
    left: 0;
    top: 0;
    content: "";
    display: block;
    -webkit-mask-size: 80%;
    mask-size: 80%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-origin: view-box;
    mask-origin: view-box;
    -webkit-mask-position: center;
    mask-position: center;
    transition: mask-size 0.3s ease-in-out;
}


.icon:hover::before {
    -webkit-mask-size: 100%;
    mask-size: 100%;
}


.icon.icon--clean::before {
    -webkit-mask-size: 100% !important;
    mask-size: 100% !important;
}


.icon--tight::before {
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

/*Posiciones*/
.icon--right {
    display: flex;
    flex-direction: row-reverse;
}

.icon--top {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.icon--bottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
}

/*Formas*/
.icon-circle {
    border-radius: 100%;
    padding:8px;
}

.icon-square {
    border-radius: none;
}

/*Fondos*/
.icon-background-dark-blue {
    background-color: #001238;
}

.icon-background-white {
    background-color: var(--white)
}

.icon-background-light-blue {
    background-color: #DCE7FF;
}

/*Colores*/
.icon--dark-blue::before {
    background-color: var(--dark-blue);
}

.icon--blue::before {
    background-color: var(--primary);
}

.icon--white::before {
    background-color: var(--white);
}

.icon--light-blue::before {
    background-color: #DCE7FF;
}

.icon--red::before {
    background-color: var(--accent);
}

/*Tamaños*/
.icon--small::before {
    width: 24px;
    min-width: 24px;
    height: 24px;
    padding: 0;
}

.icon--medium::before {
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0;
}

.icon--large::before {
    width: 60px;
    min-width: 60px;
    padding: 20px;
    height: 60px;
}

.icon--medium-logo::before {
    width: 120px;
    min-width: 120px;
    height: 31.68px;
    padding: 0;
}

.icon--large-logo::before {
    width: 200px;
    min-width: 200px;
    height: 100px;
    padding: 0px;
}

.icon--square-logo::before {
    width: 150px;
    min-width: 150px;
    height: 150px;
    padding: 0px;
}

/* MUI */
.icon--search::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 28H29.42L28.86 27.46C31.26 24.66 32.5 20.84 31.82 16.78C30.88 11.22 26.24 6.78003 20.64 6.10003C12.18 5.06003 5.06003 12.18 6.10003 20.64C6.78003 26.24 11.22 30.88 16.78 31.82C20.84 32.5 24.66 31.26 27.46 28.86L28 29.42V31L36.5 39.5C37.32 40.32 38.66 40.32 39.48 39.5C40.3 38.68 40.3 37.34 39.48 36.52L31 28ZM19 28C14.02 28 10 23.98 10 19C10 14.02 14.02 10 19 10C23.98 10 28 14.02 28 19C28 23.98 23.98 28 19 28Z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 28H29.42L28.86 27.46C31.26 24.66 32.5 20.84 31.82 16.78C30.88 11.22 26.24 6.78003 20.64 6.10003C12.18 5.06003 5.06003 12.18 6.10003 20.64C6.78003 26.24 11.22 30.88 16.78 31.82C20.84 32.5 24.66 31.26 27.46 28.86L28 29.42V31L36.5 39.5C37.32 40.32 38.66 40.32 39.48 39.5C40.3 38.68 40.3 37.34 39.48 36.52L31 28ZM19 28C14.02 28 10 23.98 10 19C10 14.02 14.02 10 19 10C23.98 10 28 14.02 28 19C28 23.98 23.98 28 19 28Z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--search-filled::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.755 14.2549H14.965L14.685 13.9849C15.665 12.8449 16.255 11.3649 16.255 9.75488C16.255 6.16488 13.345 3.25488 9.755 3.25488C6.165 3.25488 3.255 6.16488 3.255 9.75488C3.255 13.3449 6.165 16.2549 9.755 16.2549C11.365 16.2549 12.845 15.6649 13.985 14.6849L14.255 14.9649V15.7549L19.255 20.7449L20.745 19.2549L15.755 14.2549ZM9.755 14.2549C7.26501 14.2549 5.255 12.2449 5.255 9.75488C5.255 7.26488 7.26501 5.25488 9.755 5.25488C12.245 5.25488 14.255 7.26488 14.255 9.75488C14.255 12.2449 12.245 14.2549 9.755 14.2549Z' fill='%23001238'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.755 14.2549H14.965L14.685 13.9849C15.665 12.8449 16.255 11.3649 16.255 9.75488C16.255 6.16488 13.345 3.25488 9.755 3.25488C6.165 3.25488 3.255 6.16488 3.255 9.75488C3.255 13.3449 6.165 16.2549 9.755 16.2549C11.365 16.2549 12.845 15.6649 13.985 14.6849L14.255 14.9649V15.7549L19.255 20.7449L20.745 19.2549L15.755 14.2549ZM9.755 14.2549C7.26501 14.2549 5.255 12.2449 5.255 9.75488C5.255 7.26488 7.26501 5.25488 9.755 5.25488C12.245 5.25488 14.255 7.26488 14.255 9.75488C14.255 12.2449 12.245 14.2549 9.755 14.2549Z' fill='%23001238' /%3E%3C/svg%3E");
}

.icon--cleaning::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22' fill='none'%3E%3Cpath d='M13 10H12V3C12 1.34 10.66 0 9 0C7.34 0 6 1.34 6 3V10H5C2.24 10 0 12.24 0 15V20C0 21.1 0.9 22 2 22H16C17.1 22 18 21.1 18 20V15C18 12.24 15.76 10 13 10ZM16 20H14V17C14 16.45 13.55 16 13 16C12.45 16 12 16.45 12 17V20H10V17C10 16.45 9.55 16 9 16C8.45 16 8 16.45 8 17V20H6V17C6 16.45 5.55 16 5 16C4.45 16 4 16.45 4 17V20H2V15C2 13.35 3.35 12 5 12H13C14.65 12 16 13.35 16 15V20Z' fill='black' /%3E%3C/svg%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22' fill='none'%3E%3Cpath d='M13 10H12V3C12 1.34 10.66 0 9 0C7.34 0 6 1.34 6 3V10H5C2.24 10 0 12.24 0 15V20C0 21.1 0.9 22 2 22H16C17.1 22 18 21.1 18 20V15C18 12.24 15.76 10 13 10ZM16 20H14V17C14 16.45 13.55 16 13 16C12.45 16 12 16.45 12 17V20H10V17C10 16.45 9.55 16 9 16C8.45 16 8 16.45 8 17V20H6V17C6 16.45 5.55 16 5 16C4.45 16 4 16.45 4 17V20H2V15C2 13.35 3.35 12 5 12H13C14.65 12 16 13.35 16 15V20Z' fill='black' /%3E%3C/svg%3E%3C/svg%3E");
}

.icon--replay::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5.00003V2.21003C12 1.76003 11.46 1.54003 11.15 1.86003L7.35003 5.65003C7.15003 5.85003 7.15003 6.16003 7.35003 6.36003L11.14 10.15C11.46 10.46 12 10.24 12 9.79003V7.00003C15.73 7.00003 18.68 10.42 17.86 14.29C17.39 16.56 15.55 18.39 13.29 18.86C9.72003 19.61 6.54003 17.16 6.06003 13.85C5.99003 13.37 5.57003 13 5.08003 13C4.48003 13 4.00003 13.53 4.08003 14.13C4.70003 18.52 8.88003 21.77 13.61 20.85C16.73 20.24 19.24 17.73 19.85 14.61C20.84 9.48003 16.94 5.00003 12 5.00003Z' fill='black' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5.00003V2.21003C12 1.76003 11.46 1.54003 11.15 1.86003L7.35003 5.65003C7.15003 5.85003 7.15003 6.16003 7.35003 6.36003L11.14 10.15C11.46 10.46 12 10.24 12 9.79003V7.00003C15.73 7.00003 18.68 10.42 17.86 14.29C17.39 16.56 15.55 18.39 13.29 18.86C9.72003 19.61 6.54003 17.16 6.06003 13.85C5.99003 13.37 5.57003 13 5.08003 13C4.48003 13 4.00003 13.53 4.08003 14.13C4.70003 18.52 8.88003 21.77 13.61 20.85C16.73 20.24 19.24 17.73 19.85 14.61C20.84 9.48003 16.94 5.00003 12 5.00003Z' fill='black' /%3E%3C/svg%3E");
}

.icon--tune::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M0 15C0 15.55 0.45 16 1 16H6V14H1C0.45 14 0 14.45 0 15ZM0 3C0 3.55 0.45 4 1 4H10V2H1C0.45 2 0 2.45 0 3ZM10 17V16H17C17.55 16 18 15.55 18 15C18 14.45 17.55 14 17 14H10V13C10 12.45 9.55 12 9 12C8.45 12 8 12.45 8 13V17C8 17.55 8.45 18 9 18C9.55 18 10 17.55 10 17ZM4 7V8H1C0.45 8 0 8.45 0 9C0 9.55 0.45 10 1 10H4V11C4 11.55 4.45 12 5 12C5.55 12 6 11.55 6 11V7C6 6.45 5.55 6 5 6C4.45 6 4 6.45 4 7ZM18 9C18 8.45 17.55 8 17 8H8V10H17C17.55 10 18 9.55 18 9ZM13 6C13.55 6 14 5.55 14 5V4H17C17.55 4 18 3.55 18 3C18 2.45 17.55 2 17 2H14V1C14 0.45 13.55 0 13 0C12.45 0 12 0.45 12 1V5C12 5.55 12.45 6 13 6Z' fill='%23001238' /%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M0 15C0 15.55 0.45 16 1 16H6V14H1C0.45 14 0 14.45 0 15ZM0 3C0 3.55 0.45 4 1 4H10V2H1C0.45 2 0 2.45 0 3ZM10 17V16H17C17.55 16 18 15.55 18 15C18 14.45 17.55 14 17 14H10V13C10 12.45 9.55 12 9 12C8.45 12 8 12.45 8 13V17C8 17.55 8.45 18 9 18C9.55 18 10 17.55 10 17ZM4 7V8H1C0.45 8 0 8.45 0 9C0 9.55 0.45 10 1 10H4V11C4 11.55 4.45 12 5 12C5.55 12 6 11.55 6 11V7C6 6.45 5.55 6 5 6C4.45 6 4 6.45 4 7ZM18 9C18 8.45 17.55 8 17 8H8V10H17C17.55 10 18 9.55 18 9ZM13 6C13.55 6 14 5.55 14 5V4H17C17.55 4 18 3.55 18 3C18 2.45 17.55 2 17 2H14V1C14 0.45 13.55 0 13 0C12.45 0 12 0.45 12 1V5C12 5.55 12.45 6 13 6Z' fill='%23001238' /%3E%3C/svg%3E%0A");
}

.icon--calculate-outlined-icon::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='CalculateOutlinedIcon' tabindex='-1' title='CalculateOutlined'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H5V5h14z'%3E%3C/path%3E%3Cpath d='M6.25 7.72h5v1.5h-5zM13 15.75h5v1.5h-5zm0-2.5h5v1.5h-5zM8 18h1.5v-2h2v-1.5h-2v-2H8v2H6V16h2zm6.09-7.05 1.41-1.41 1.41 1.41 1.06-1.06-1.41-1.42 1.41-1.41L16.91 6 15.5 7.41 14.09 6l-1.06 1.06 1.41 1.41-1.41 1.42z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='CalculateOutlinedIcon' tabindex='-1' title='CalculateOutlined'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H5V5h14z'%3E%3C/path%3E%3Cpath d='M6.25 7.72h5v1.5h-5zM13 15.75h5v1.5h-5zm0-2.5h5v1.5h-5zM8 18h1.5v-2h2v-1.5h-2v-2H8v2H6V16h2zm6.09-7.05 1.41-1.41 1.41 1.41 1.06-1.06-1.41-1.42 1.41-1.41L16.91 6 15.5 7.41 14.09 6l-1.06 1.06 1.41 1.41-1.41 1.42z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--lightbulb-outlined::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='LightbulbOutlinedIcon'%3E%3Cpath d='M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7m2.85 11.1-.85.6V16h-4v-2.3l-.85-.6C7.8 12.16 7 10.63 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.16-2.15 4.1'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='LightbulbOutlinedIcon'%3E%3Cpath d='M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7m2.85 11.1-.85.6V16h-4v-2.3l-.85-.6C7.8 12.16 7 10.63 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.16-2.15 4.1'%3E%3C/path%3E%3C/svg%3E");
}

.icon--currency-exchange-outlined::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='CurrencyExchangeOutlinedIcon'%3E%3Cpath d='M12.89 11.1c-1.78-.59-2.64-.96-2.64-1.9 0-1.02 1.11-1.39 1.81-1.39 1.31 0 1.79.99 1.9 1.34l1.58-.67c-.15-.45-.82-1.92-2.54-2.24V5h-2v1.26c-2.48.56-2.49 2.86-2.49 2.96 0 2.27 2.25 2.91 3.35 3.31 1.58.56 2.28 1.07 2.28 2.03 0 1.13-1.05 1.61-1.98 1.61-1.82 0-2.34-1.87-2.4-2.09l-1.66.67c.63 2.19 2.28 2.78 2.9 2.96V19h2v-1.24c.4-.09 2.9-.59 2.9-3.22 0-1.39-.61-2.61-3.01-3.44M3 21H1v-6h6v2H4.52c1.61 2.41 4.36 4 7.48 4 4.97 0 9-4.03 9-9h2c0 6.08-4.92 11-11 11-3.72 0-7.01-1.85-9-4.67zm-2-9C1 5.92 5.92 1 12 1c3.72 0 7.01 1.85 9 4.67V3h2v6h-6V7h2.48C17.87 4.59 15.12 3 12 3c-4.97 0-9 4.03-9 9z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='CurrencyExchangeOutlinedIcon'%3E%3Cpath d='M12.89 11.1c-1.78-.59-2.64-.96-2.64-1.9 0-1.02 1.11-1.39 1.81-1.39 1.31 0 1.79.99 1.9 1.34l1.58-.67c-.15-.45-.82-1.92-2.54-2.24V5h-2v1.26c-2.48.56-2.49 2.86-2.49 2.96 0 2.27 2.25 2.91 3.35 3.31 1.58.56 2.28 1.07 2.28 2.03 0 1.13-1.05 1.61-1.98 1.61-1.82 0-2.34-1.87-2.4-2.09l-1.66.67c.63 2.19 2.28 2.78 2.9 2.96V19h2v-1.24c.4-.09 2.9-.59 2.9-3.22 0-1.39-.61-2.61-3.01-3.44M3 21H1v-6h6v2H4.52c1.61 2.41 4.36 4 7.48 4 4.97 0 9-4.03 9-9h2c0 6.08-4.92 11-11 11-3.72 0-7.01-1.85-9-4.67zm-2-9C1 5.92 5.92 1 12 1c3.72 0 7.01 1.85 9 4.67V3h2v6h-6V7h2.48C17.87 4.59 15.12 3 12 3c-4.97 0-9 4.03-9 9z'%3E%3C/path%3E%3C/svg%3E");
}


.icon--payment-outlined::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='PaymentOutlinedIcon'%3E%3Cpath d='M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2m0 14H4v-6h16zm0-10H4V6h16z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='PaymentOutlinedIcon'%3E%3Cpath d='M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2m0 14H4v-6h16zm0-10H4V6h16z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--payments-outlined::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='PaymentsOutlinedIcon'%3E%3Cpath d='M19 14V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2m-2 0H3V6h14zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m13 0v11c0 1.1-.9 2-2 2H4v-2h17V7z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='PaymentsOutlinedIcon'%3E%3Cpath d='M19 14V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2m-2 0H3V6h14zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m13 0v11c0 1.1-.9 2-2 2H4v-2h17V7z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--atm::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='8' viewBox='0 0 22 8' fill='none'%3E%3Cpath d='M6.66699 0.851562V2.47656H9.10449V7.35156H10.7295V2.47656H13.167V0.851562H6.66699ZM4.50033 0.851562H1.25033C0.654492 0.851562 0.166992 1.33906 0.166992 1.9349V7.35156H1.79199V5.72656H3.95866V7.35156H5.58366V1.9349C5.58366 1.33906 5.09616 0.851562 4.50033 0.851562ZM3.95866 4.10156H1.79199V2.47656H3.95866V4.10156ZM20.7503 0.851562H15.8753C15.2795 0.851562 14.792 1.33906 14.792 1.9349V7.35156H16.417V2.47656H17.5003V6.26823H19.1253V2.46573H20.2087V7.35156H21.8337V1.9349C21.8337 1.33906 21.3462 0.851562 20.7503 0.851562Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='8' viewBox='0 0 22 8' fill='none'%3E%3Cpath d='M6.66699 0.851562V2.47656H9.10449V7.35156H10.7295V2.47656H13.167V0.851562H6.66699ZM4.50033 0.851562H1.25033C0.654492 0.851562 0.166992 1.33906 0.166992 1.9349V7.35156H1.79199V5.72656H3.95866V7.35156H5.58366V1.9349C5.58366 1.33906 5.09616 0.851562 4.50033 0.851562ZM3.95866 4.10156H1.79199V2.47656H3.95866V4.10156ZM20.7503 0.851562H15.8753C15.2795 0.851562 14.792 1.33906 14.792 1.9349V7.35156H16.417V2.47656H17.5003V6.26823H19.1253V2.46573H20.2087V7.35156H21.8337V1.9349C21.8337 1.33906 21.3462 0.851562 20.7503 0.851562Z' fill='white'/%3E%3C/svg%3E");
}

.icon--savings-outlined::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='SavingsOutlinedIcon'%3E%3Cpath d='M15 10c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1M8 9h5V7H8zm14-1.5v6.97l-2.82.94L17.5 21H12v-2h-2v2H4.5S2 12.54 2 9.5 4.46 4 7.5 4h5c.91-1.21 2.36-2 4-2 .83 0 1.5.67 1.5 1.5 0 .21-.04.4-.12.58-.14.34-.26.73-.32 1.15l2.27 2.27zm-2 2h-1L15.5 6c0-.65.09-1.29.26-1.91-.97.25-1.76.97-2.09 1.91H7.5C5.57 6 4 7.57 4 9.5c0 1.88 1.22 6.65 2.01 9.5H8v-2h6v2h2.01l1.55-5.15 2.44-.82z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='SavingsOutlinedIcon'%3E%3Cpath d='M15 10c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1M8 9h5V7H8zm14-1.5v6.97l-2.82.94L17.5 21H12v-2h-2v2H4.5S2 12.54 2 9.5 4.46 4 7.5 4h5c.91-1.21 2.36-2 4-2 .83 0 1.5.67 1.5 1.5 0 .21-.04.4-.12.58-.14.34-.26.73-.32 1.15l2.27 2.27zm-2 2h-1L15.5 6c0-.65.09-1.29.26-1.91-.97.25-1.76.97-2.09 1.91H7.5C5.57 6 4 7.57 4 9.5c0 1.88 1.22 6.65 2.01 9.5H8v-2h6v2h2.01l1.55-5.15 2.44-.82z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--verified-user-outlined::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='VerifiedUserOutlinedIcon'%3E%3Cpath d='M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5zm7 10c0 4.52-2.98 8.69-7 9.93-4.02-1.24-7-5.41-7-9.93V6.3l7-3.11 7 3.11zm-11.59.59L6 13l4 4 8-8-1.41-1.42L10 14.17z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='VerifiedUserOutlinedIcon'%3E%3Cpath d='M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5zm7 10c0 4.52-2.98 8.69-7 9.93-4.02-1.24-7-5.41-7-9.93V6.3l7-3.11 7 3.11zm-11.59.59L6 13l4 4 8-8-1.41-1.42L10 14.17z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--elderly-outlined::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ElderlyOutlinedIcon'%3E%3Cpath d='M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m6.5 7V23h-1V12.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v1h-1v-.69c-1.46-.38-2.7-1.29-3.51-2.52-.31.87-.49 1.78-.49 2.71 0 .23.02.46.03.69L15 16.5V23h-2v-5l-1.78-2.54L11 19l-3 4-1.6-1.2L9 18.33V13c0-1.15.18-2.29.5-3.39l-1.5.85V14H6V9.3l5.4-3.07v.01c.59-.31 1.32-.33 1.94.03.36.21.63.51.8.85l.79 1.67C15.58 10.1 16.94 11 18.5 11c.83 0 1.5.67 1.5 1.5'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ElderlyOutlinedIcon'%3E%3Cpath d='M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m6.5 7V23h-1V12.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v1h-1v-.69c-1.46-.38-2.7-1.29-3.51-2.52-.31.87-.49 1.78-.49 2.71 0 .23.02.46.03.69L15 16.5V23h-2v-5l-1.78-2.54L11 19l-3 4-1.6-1.2L9 18.33V13c0-1.15.18-2.29.5-3.39l-1.5.85V14H6V9.3l5.4-3.07v.01c.59-.31 1.32-.33 1.94.03.36.21.63.51.8.85l.79 1.67C15.58 10.1 16.94 11 18.5 11c.83 0 1.5.67 1.5 1.5'%3E%3C/path%3E%3C/svg%3E");
}

.icon--account-balance-wallet-outlined::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='AccountBalanceWalletOutlinedIcon'%3E%3Cpath d='M21 7.28V5c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-2.28c.59-.35 1-.98 1-1.72V9c0-.74-.41-1.37-1-1.72M20 9v6h-7V9zM5 19V5h14v2h-6c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h6v2z'%3E%3C/path%3E%3Ccircle cx='16' cy='12' r='1.5'%3E%3C/circle%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='AccountBalanceWalletOutlinedIcon'%3E%3Cpath d='M21 7.28V5c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-2.28c.59-.35 1-.98 1-1.72V9c0-.74-.41-1.37-1-1.72M20 9v6h-7V9zM5 19V5h14v2h-6c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h6v2z'%3E%3C/path%3E%3Ccircle cx='16' cy='12' r='1.5'%3E%3C/circle%3E%3C/svg%3E");
}

.icon--cori::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 962.69 1014'%3E%3Ccircle cx='481.35' cy='532.65' r='459.35' style='fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 50px;'/%3E%3Crect x='35.44' y='300.84' width='891.91' height='444.09' rx='84.34' ry='84.34' style='fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 44px;'/%3E%3Ccircle cx='475.24' cy='64.76' r='42.76' style='fill: %23fff; stroke: %23000; stroke-miterlimit: 10; stroke-width: 44px;'/%3E%3Cline x1='475.24' y1='107.52' x2='475.24' y2='304.2' style='fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 44px;'/%3E%3Ccircle cx='273.66' cy='522.88' r='59.86' style='fill: %23000; stroke: %23000; stroke-miterlimit: 10; stroke-width: 44px;'/%3E%3Ccircle cx='675.59' cy='522.88' r='59.86' style='fill: %23000; stroke: %23000; stroke-miterlimit: 10; stroke-width: 44px;'/%3E%3Cpath d='M489.62,889.22h-30.09c-29.53,0-53.47-23.94-53.47-53.47v-.29h137.01v.3c0,29.52-23.93,53.45-53.45,53.45Z' style='fill: %23000; stroke-width: 0px;'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-30 -30 1020 1060'%3E%3Ccircle cx='481.35' cy='532.65' r='459.35' style='fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 80px;'/%3E%3Crect x='35.44' y='300.84' width='891.91' height='444.09' rx='84.34' ry='84.34' style='fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 80px;'/%3E%3Ccircle cx='475.24' cy='64.76' r='42.76' style='fill: %23fff; stroke: %23000; stroke-miterlimit: 10; stroke-width: 80px;'/%3E%3Cline x1='475.24' y1='107.52' x2='475.24' y2='304.2' style='fill: none; stroke: %23000; stroke-miterlimit: 10; stroke-width: 60px;'/%3E%3Ccircle cx='273.66' cy='522.88' r='59.86' style='fill: %23000; stroke: %23000; stroke-miterlimit: 10; stroke-width: 44px;'/%3E%3Ccircle cx='675.59' cy='522.88' r='59.86' style='fill: %23000; stroke: %23000; stroke-miterlimit: 10; stroke-width: 44px;'/%3E%3Cpath d='M489.62,889.22h-30.09c-29.53,0-53.47-23.94-53.47-53.47v-.29h137.01v.3c0,29.52-23.93,53.45-53.45,53.45Z' style='fill: %23000; stroke-width: 0px;'/%3E%3C/svg%3E");
}

/*Redes Sociales*/
.icon--facebook::before {
    -webkit-mask-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 13 25' fill='none'%3E%3Cpath d='M8.43608 25V13.5972H12.262L12.836 9.15195H8.43608V6.31434C8.43608 5.02775 8.79189 4.15095 10.6389 4.15095L12.9909 4.14999V0.174037C12.5841 0.121182 11.188 0 9.56298 0C6.16973 0 3.84665 2.07121 3.84665 5.87409V9.15195H0.00912476V13.5972H3.84665V25H8.43608Z' fill='%23001238' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 13 25' fill='none'%3E%3Cpath d='M8.43608 25V13.5972H12.262L12.836 9.15195H8.43608V6.31434C8.43608 5.02775 8.79189 4.15095 10.6389 4.15095L12.9909 4.14999V0.174037C12.5841 0.121182 11.188 0 9.56298 0C6.16973 0 3.84665 2.07121 3.84665 5.87409V9.15195H0.00912476V13.5972H3.84665V25H8.43608Z' fill='%23001238' /%3E%3C/svg%3E");
}

.icon--facebook-outline::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-5zsjn4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' tabindex='-1' title='FacebookOutlined'%3E%3Cpath d='M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-5zsjn4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' tabindex='-1' title='FacebookOutlined'%3E%3Cpath d='M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--instagram::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cg clip-path='url(%23clip0_285_813)'%3E%3Cpath d='M24.9755 7.35007C24.917 6.02172 24.7022 5.1085 24.3945 4.31717C24.077 3.4772 23.5886 2.72518 22.9488 2.10002C22.3236 1.46513 21.5666 0.971793 20.7364 0.659308C19.9405 0.351593 19.032 0.136784 17.7037 0.0782166C16.3654 0.0146894 15.9406 0 12.5464 0C9.15214 0 8.72729 0.0146894 7.39398 0.0732565C6.06564 0.131824 5.15241 0.346824 4.36128 0.654348C3.52112 0.971793 2.76909 1.46017 2.14393 2.10002C1.50904 2.72518 1.0159 3.48216 0.703223 4.3124C0.395508 5.1085 0.180698 6.01676 0.122131 7.34511C0.0586042 8.68338 0.0439148 9.10822 0.0439148 12.5024C0.0439148 15.8967 0.0586042 16.3215 0.117171 17.6548C0.175738 18.9832 0.390739 19.8964 0.698454 20.6877C1.0159 21.5277 1.50904 22.2797 2.14393 22.9049C2.76909 23.5398 3.52608 24.0331 4.35632 24.3456C5.15241 24.6533 6.06068 24.8681 7.38921 24.9267C8.72233 24.9854 9.14737 24.9999 12.5416 24.9999C15.9358 24.9999 16.3607 24.9854 17.694 24.9267C19.0223 24.8681 19.9355 24.6533 20.7267 24.3456C22.4068 23.696 23.7351 22.3677 24.3847 20.6877C24.6922 19.8916 24.9072 18.9832 24.9658 17.6548C25.0244 16.3215 25.0391 15.8967 25.0391 12.5024C25.0391 9.10822 25.0341 8.68338 24.9755 7.35007ZM22.7242 17.5571C22.6704 18.7781 22.4654 19.4374 22.2944 19.8769C21.8744 20.966 21.01 21.8304 19.9208 22.2505C19.4813 22.4214 18.8172 22.6265 17.6011 22.6801C16.2824 22.7389 15.887 22.7534 12.5513 22.7534C9.21567 22.7534 8.81524 22.7389 7.50139 22.6801C6.28045 22.6265 5.62114 22.4214 5.1816 22.2505C4.63962 22.0502 4.14628 21.7328 3.74585 21.3176C3.33073 20.9123 3.01328 20.4239 2.81297 19.8819C2.64204 19.4424 2.43696 18.7781 2.38335 17.5621C2.3246 16.2435 2.3101 15.8478 2.3101 12.5122C2.3101 9.17652 2.3246 8.77609 2.38335 7.46243C2.43696 6.24149 2.64204 5.58218 2.81297 5.14264C3.01328 4.60047 3.33073 4.10732 3.75081 3.7067C4.15601 3.29158 4.64438 2.97414 5.18656 2.77402C5.6261 2.60309 6.29037 2.39801 7.50635 2.34421C8.82497 2.28564 9.22063 2.27095 12.5561 2.27095C15.8967 2.27095 16.2922 2.28564 17.606 2.34421C18.827 2.39801 19.4863 2.60309 19.9258 2.77402C20.4678 2.97414 20.9611 3.29158 21.3616 3.7067C21.7767 4.11209 22.0941 4.60047 22.2944 5.14264C22.4654 5.58218 22.6704 6.24626 22.7242 7.46243C22.7828 8.78105 22.7975 9.17652 22.7975 12.5122C22.7975 15.8478 22.7828 16.2385 22.7242 17.5571Z' fill='%23001238' /%3E%3Cpath d='M12.5464 6.08032C9.00086 6.08032 6.12421 8.95678 6.12421 12.5025C6.12421 16.0482 9.00086 18.9246 12.5464 18.9246C16.0921 18.9246 18.9685 16.0482 18.9685 12.5025C18.9685 8.95678 16.0921 6.08032 12.5464 6.08032ZM12.5464 16.6684C10.2462 16.6684 8.38047 14.8028 8.38047 12.5025C8.38047 10.2021 10.2462 8.33658 12.5464 8.33658C14.8467 8.33658 16.7123 10.2021 16.7123 12.5025C16.7123 14.8028 14.8467 16.6684 12.5464 16.6684Z' fill='%23001238' /%3E%3Cpath d='M20.7219 5.82643C20.7219 6.65438 20.0506 7.3257 19.2224 7.3257C18.3945 7.3257 17.7231 6.65438 17.7231 5.82643C17.7231 4.99828 18.3945 4.32715 19.2224 4.32715C20.0506 4.32715 20.7219 4.99828 20.7219 5.82643Z' fill='%23001238' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_285_813'%3E%3Crect width='25' height='25' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cg clip-path='url(%23clip0_285_813)'%3E%3Cpath d='M24.9755 7.35007C24.917 6.02172 24.7022 5.1085 24.3945 4.31717C24.077 3.4772 23.5886 2.72518 22.9488 2.10002C22.3236 1.46513 21.5666 0.971793 20.7364 0.659308C19.9405 0.351593 19.032 0.136784 17.7037 0.0782166C16.3654 0.0146894 15.9406 0 12.5464 0C9.15214 0 8.72729 0.0146894 7.39398 0.0732565C6.06564 0.131824 5.15241 0.346824 4.36128 0.654348C3.52112 0.971793 2.76909 1.46017 2.14393 2.10002C1.50904 2.72518 1.0159 3.48216 0.703223 4.3124C0.395508 5.1085 0.180698 6.01676 0.122131 7.34511C0.0586042 8.68338 0.0439148 9.10822 0.0439148 12.5024C0.0439148 15.8967 0.0586042 16.3215 0.117171 17.6548C0.175738 18.9832 0.390739 19.8964 0.698454 20.6877C1.0159 21.5277 1.50904 22.2797 2.14393 22.9049C2.76909 23.5398 3.52608 24.0331 4.35632 24.3456C5.15241 24.6533 6.06068 24.8681 7.38921 24.9267C8.72233 24.9854 9.14737 24.9999 12.5416 24.9999C15.9358 24.9999 16.3607 24.9854 17.694 24.9267C19.0223 24.8681 19.9355 24.6533 20.7267 24.3456C22.4068 23.696 23.7351 22.3677 24.3847 20.6877C24.6922 19.8916 24.9072 18.9832 24.9658 17.6548C25.0244 16.3215 25.0391 15.8967 25.0391 12.5024C25.0391 9.10822 25.0341 8.68338 24.9755 7.35007ZM22.7242 17.5571C22.6704 18.7781 22.4654 19.4374 22.2944 19.8769C21.8744 20.966 21.01 21.8304 19.9208 22.2505C19.4813 22.4214 18.8172 22.6265 17.6011 22.6801C16.2824 22.7389 15.887 22.7534 12.5513 22.7534C9.21567 22.7534 8.81524 22.7389 7.50139 22.6801C6.28045 22.6265 5.62114 22.4214 5.1816 22.2505C4.63962 22.0502 4.14628 21.7328 3.74585 21.3176C3.33073 20.9123 3.01328 20.4239 2.81297 19.8819C2.64204 19.4424 2.43696 18.7781 2.38335 17.5621C2.3246 16.2435 2.3101 15.8478 2.3101 12.5122C2.3101 9.17652 2.3246 8.77609 2.38335 7.46243C2.43696 6.24149 2.64204 5.58218 2.81297 5.14264C3.01328 4.60047 3.33073 4.10732 3.75081 3.7067C4.15601 3.29158 4.64438 2.97414 5.18656 2.77402C5.6261 2.60309 6.29037 2.39801 7.50635 2.34421C8.82497 2.28564 9.22063 2.27095 12.5561 2.27095C15.8967 2.27095 16.2922 2.28564 17.606 2.34421C18.827 2.39801 19.4863 2.60309 19.9258 2.77402C20.4678 2.97414 20.9611 3.29158 21.3616 3.7067C21.7767 4.11209 22.0941 4.60047 22.2944 5.14264C22.4654 5.58218 22.6704 6.24626 22.7242 7.46243C22.7828 8.78105 22.7975 9.17652 22.7975 12.5122C22.7975 15.8478 22.7828 16.2385 22.7242 17.5571Z' fill='%23001238' /%3E%3Cpath d='M12.5464 6.08032C9.00086 6.08032 6.12421 8.95678 6.12421 12.5025C6.12421 16.0482 9.00086 18.9246 12.5464 18.9246C16.0921 18.9246 18.9685 16.0482 18.9685 12.5025C18.9685 8.95678 16.0921 6.08032 12.5464 6.08032ZM12.5464 16.6684C10.2462 16.6684 8.38047 14.8028 8.38047 12.5025C8.38047 10.2021 10.2462 8.33658 12.5464 8.33658C14.8467 8.33658 16.7123 10.2021 16.7123 12.5025C16.7123 14.8028 14.8467 16.6684 12.5464 16.6684Z' fill='%23001238' /%3E%3Cpath d='M20.7219 5.82643C20.7219 6.65438 20.0506 7.3257 19.2224 7.3257C18.3945 7.3257 17.7231 6.65438 17.7231 5.82643C17.7231 4.99828 18.3945 4.32715 19.2224 4.32715C20.0506 4.32715 20.7219 4.99828 20.7219 5.82643Z' fill='%23001238' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_285_813'%3E%3Crect width='25' height='25' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon--linkedin::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M22.5 22.5V15.175C22.5 11.575 21.725 8.82495 17.525 8.82495C15.5 8.82495 14.15 9.92495 13.6 10.975H13.55V9.14995H9.57501V22.5H13.725V15.875C13.725 14.125 14.05 12.45 16.2 12.45C18.325 12.45 18.35 14.425 18.35 15.975V22.475H22.5V22.5Z' fill='%23001238' /%3E%3Cpath d='M2.82501 9.1499H6.97501V22.4999H2.82501V9.1499Z' fill='%23001238' /%3E%3Cpath d='M4.9 2.5C3.575 2.5 2.5 3.575 2.5 4.9C2.5 6.225 3.575 7.325 4.9 7.325C6.225 7.325 7.3 6.225 7.3 4.9C7.3 3.575 6.225 2.5 4.9 2.5Z' fill='%23001238' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M22.5 22.5V15.175C22.5 11.575 21.725 8.82495 17.525 8.82495C15.5 8.82495 14.15 9.92495 13.6 10.975H13.55V9.14995H9.57501V22.5H13.725V15.875C13.725 14.125 14.05 12.45 16.2 12.45C18.325 12.45 18.35 14.425 18.35 15.975V22.475H22.5V22.5Z' fill='%23001238' /%3E%3Cpath d='M2.82501 9.1499H6.97501V22.4999H2.82501V9.1499Z' fill='%23001238' /%3E%3Cpath d='M4.9 2.5C3.575 2.5 2.5 3.575 2.5 4.9C2.5 6.225 3.575 7.325 4.9 7.325C6.225 7.325 7.3 6.225 7.3 4.9C7.3 3.575 6.225 2.5 4.9 2.5Z' fill='%23001238' /%3E%3C/svg%3E");
}

.icon--youtube::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 19' fill='none'%3E%3Cpath d='M16.348 8.3493L10.8249 5.3273C10.5074 5.15355 10.132 5.16003 9.82073 5.34447C9.50926 5.5291 9.32349 5.85526 9.32349 6.21727V12.2094C9.32349 12.5697 9.50812 12.8953 9.81749 13.0801C9.97904 13.1766 10.1581 13.225 10.3376 13.225C10.502 13.225 10.6668 13.1844 10.8185 13.1028L16.3417 10.1329C16.6696 9.95642 16.8742 9.61558 16.8758 9.24308C16.8771 8.87057 16.6749 8.5282 16.348 8.3493ZM10.7885 11.4556V6.97715L14.9164 9.23583L10.7885 11.4556Z' fill='%23001238' /%3E%3Cpath d='M24.8159 4.46909L24.8148 4.45765C24.7936 4.25642 24.5829 2.46657 23.7127 1.5562C22.707 0.485418 21.5668 0.355338 21.0184 0.292968C20.973 0.287818 20.9315 0.283049 20.8943 0.27809L20.8506 0.273513C17.5456 0.0331878 12.5543 0.000381468 12.5043 0.000190734L12.4999 0L12.4955 0.000190734C12.4455 0.000381468 7.45424 0.0331878 4.11946 0.273513L4.0754 0.27809C4.03992 0.282859 4.00082 0.287246 3.95829 0.292205C3.41623 0.354766 2.28823 0.485037 1.27963 1.59454C0.450894 2.49518 0.211333 4.2467 0.186728 4.44353L0.183867 4.46909C0.176428 4.55282 0 6.54619 0 8.54737V10.4181C0 12.4193 0.176428 14.4126 0.183867 14.4966L0.185202 14.5091C0.206374 14.7071 0.416943 16.4642 1.28306 17.3749C2.22872 18.4099 3.42443 18.5468 4.06758 18.6204C4.16924 18.6321 4.25679 18.642 4.31649 18.6525L4.37428 18.6605C6.28257 18.8421 12.2657 18.9315 12.5194 18.9351L12.527 18.9353L12.5346 18.9351C12.5846 18.9349 17.5757 18.9021 20.8807 18.6618L20.9244 18.6572C20.9662 18.6517 21.0131 18.6467 21.0646 18.6414C21.6036 18.5842 22.7255 18.4654 23.7202 17.3709C24.5489 16.4701 24.7887 14.7186 24.8131 14.5219L24.8159 14.4964C24.8234 14.4124 25 12.4193 25 10.4181V8.54737C24.9998 6.54619 24.8234 4.55301 24.8159 4.46909ZM23.5348 10.4181C23.5348 12.2703 23.373 14.1778 23.3578 14.3529C23.2956 14.8353 23.0429 15.9435 22.6391 16.3823C22.0165 17.0673 21.377 17.1352 20.9101 17.1846C20.8536 17.1905 20.8014 17.1962 20.7541 17.2021C17.5574 17.4333 12.7545 17.4688 12.5333 17.4701C12.2851 17.4665 6.38957 17.3763 4.53946 17.2044C4.44466 17.189 4.34224 17.1771 4.23428 17.1649C3.68669 17.1022 2.9371 17.0163 2.36071 16.3823L2.34717 16.3679C1.95044 15.9545 1.70497 14.9183 1.6426 14.3587C1.63096 14.2263 1.46502 12.2962 1.46502 10.4181V8.54737C1.46502 6.69725 1.62638 4.79181 1.64202 4.6131C1.71622 4.0449 1.97371 3.00387 2.36071 2.58311C3.00233 1.8774 3.67887 1.7992 4.12633 1.74751C4.16905 1.74255 4.20891 1.73797 4.24573 1.7332C7.48896 1.50089 12.3263 1.46636 12.4999 1.46503C12.6735 1.46617 17.5091 1.50089 20.7236 1.7332C20.763 1.73816 20.8062 1.74312 20.8525 1.74846C21.3127 1.80091 22.0083 1.88026 22.6467 2.56118L22.6526 2.56747C23.0494 2.98079 23.2948 4.03517 23.3572 4.60604C23.3683 4.73097 23.5348 6.6652 23.5348 8.54737V10.4181Z' fill='%23001238' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 19' fill='none'%3E%3Cpath d='M16.348 8.3493L10.8249 5.3273C10.5074 5.15355 10.132 5.16003 9.82073 5.34447C9.50926 5.5291 9.32349 5.85526 9.32349 6.21727V12.2094C9.32349 12.5697 9.50812 12.8953 9.81749 13.0801C9.97904 13.1766 10.1581 13.225 10.3376 13.225C10.502 13.225 10.6668 13.1844 10.8185 13.1028L16.3417 10.1329C16.6696 9.95642 16.8742 9.61558 16.8758 9.24308C16.8771 8.87057 16.6749 8.5282 16.348 8.3493ZM10.7885 11.4556V6.97715L14.9164 9.23583L10.7885 11.4556Z' fill='%23001238' /%3E%3Cpath d='M24.8159 4.46909L24.8148 4.45765C24.7936 4.25642 24.5829 2.46657 23.7127 1.5562C22.707 0.485418 21.5668 0.355338 21.0184 0.292968C20.973 0.287818 20.9315 0.283049 20.8943 0.27809L20.8506 0.273513C17.5456 0.0331878 12.5543 0.000381468 12.5043 0.000190734L12.4999 0L12.4955 0.000190734C12.4455 0.000381468 7.45424 0.0331878 4.11946 0.273513L4.0754 0.27809C4.03992 0.282859 4.00082 0.287246 3.95829 0.292205C3.41623 0.354766 2.28823 0.485037 1.27963 1.59454C0.450894 2.49518 0.211333 4.2467 0.186728 4.44353L0.183867 4.46909C0.176428 4.55282 0 6.54619 0 8.54737V10.4181C0 12.4193 0.176428 14.4126 0.183867 14.4966L0.185202 14.5091C0.206374 14.7071 0.416943 16.4642 1.28306 17.3749C2.22872 18.4099 3.42443 18.5468 4.06758 18.6204C4.16924 18.6321 4.25679 18.642 4.31649 18.6525L4.37428 18.6605C6.28257 18.8421 12.2657 18.9315 12.5194 18.9351L12.527 18.9353L12.5346 18.9351C12.5846 18.9349 17.5757 18.9021 20.8807 18.6618L20.9244 18.6572C20.9662 18.6517 21.0131 18.6467 21.0646 18.6414C21.6036 18.5842 22.7255 18.4654 23.7202 17.3709C24.5489 16.4701 24.7887 14.7186 24.8131 14.5219L24.8159 14.4964C24.8234 14.4124 25 12.4193 25 10.4181V8.54737C24.9998 6.54619 24.8234 4.55301 24.8159 4.46909ZM23.5348 10.4181C23.5348 12.2703 23.373 14.1778 23.3578 14.3529C23.2956 14.8353 23.0429 15.9435 22.6391 16.3823C22.0165 17.0673 21.377 17.1352 20.9101 17.1846C20.8536 17.1905 20.8014 17.1962 20.7541 17.2021C17.5574 17.4333 12.7545 17.4688 12.5333 17.4701C12.2851 17.4665 6.38957 17.3763 4.53946 17.2044C4.44466 17.189 4.34224 17.1771 4.23428 17.1649C3.68669 17.1022 2.9371 17.0163 2.36071 16.3823L2.34717 16.3679C1.95044 15.9545 1.70497 14.9183 1.6426 14.3587C1.63096 14.2263 1.46502 12.2962 1.46502 10.4181V8.54737C1.46502 6.69725 1.62638 4.79181 1.64202 4.6131C1.71622 4.0449 1.97371 3.00387 2.36071 2.58311C3.00233 1.8774 3.67887 1.7992 4.12633 1.74751C4.16905 1.74255 4.20891 1.73797 4.24573 1.7332C7.48896 1.50089 12.3263 1.46636 12.4999 1.46503C12.6735 1.46617 17.5091 1.50089 20.7236 1.7332C20.763 1.73816 20.8062 1.74312 20.8525 1.74846C21.3127 1.80091 22.0083 1.88026 22.6467 2.56118L22.6526 2.56747C23.0494 2.98079 23.2948 4.03517 23.3572 4.60604C23.3683 4.73097 23.5348 6.6652 23.5348 8.54737V10.4181Z' fill='%23001238' /%3E%3C/svg%3E");
}

.icon--x::before {
    -webkit-mask-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' viewBox='0 0 41 41' fill='none'%3E%3Ccircle cx='20.5' cy='20.5' r='20.5' fill='transparent' /%3E%3Cpath d='M22.8784 18.5858L32.1852 8H29.9798L21.8987 17.1915L15.4443 8H8L17.7603 21.8992L8 33H10.2055L18.7394 23.2935L25.5557 33H33L22.8784 18.5858ZM19.8576 22.0216L18.8687 20.6376L11.0002 9.62459H14.3878L20.7378 18.5124L21.7267 19.8965L29.9808 31.4493H26.5933L19.8576 22.0216Z' fill='%23001238' /%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' viewBox='0 0 41 41' fill='none'%3E%3Ccircle cx='20.5' cy='20.5' r='20.5' fill='transparent' /%3E%3Cpath d='M22.8784 18.5858L32.1852 8H29.9798L21.8987 17.1915L15.4443 8H8L17.7603 21.8992L8 33H10.2055L18.7394 23.2935L25.5557 33H33L22.8784 18.5858ZM19.8576 22.0216L18.8687 20.6376L11.0002 9.62459H14.3878L20.7378 18.5124L21.7267 19.8965L29.9808 31.4493H26.5933L19.8576 22.0216Z' fill='%23001238' /%3E%3C/svg%3E%0A");
}

.icon--tiktok::before {
    -webkit-mask-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M20.1265 5.79395C19.9683 5.71218 19.8143 5.62255 19.665 5.52539C19.2311 5.2385 18.8332 4.90046 18.48 4.51855C17.5962 3.50732 17.2661 2.48145 17.1445 1.76318H17.1494C17.0478 1.16699 17.0898 0.78125 17.0962 0.78125H13.0708V16.3467C13.0708 16.5557 13.0708 16.7622 13.062 16.9663C13.062 16.9917 13.0596 17.0151 13.0581 17.0425C13.0581 17.0537 13.0581 17.0654 13.0557 17.0771C13.0557 17.0801 13.0557 17.083 13.0557 17.0859C13.0132 17.6444 12.8342 18.1839 12.5343 18.657C12.2345 19.13 11.8229 19.5222 11.3359 19.7988C10.8284 20.0876 10.2543 20.239 9.6704 20.2383C7.79492 20.2383 6.2749 18.709 6.2749 16.8203C6.2749 14.9316 7.79492 13.4023 9.6704 13.4023C10.0254 13.402 10.3783 13.4579 10.7158 13.5679L10.7207 9.46924C9.69597 9.33687 8.65494 9.41831 7.66326 9.70842C6.67159 9.99852 5.7508 10.491 4.95898 11.1548C4.26516 11.7576 3.68187 12.4769 3.23535 13.2803C3.06542 13.5732 2.42431 14.7505 2.34667 16.6611C2.29785 17.7456 2.62353 18.8691 2.7788 19.3335V19.3433C2.87646 19.6167 3.25488 20.5498 3.87158 21.3364C4.36886 21.9674 4.95638 22.5217 5.61523 22.9814V22.9717L5.62499 22.9814C7.57372 24.3057 9.73437 24.2187 9.73437 24.2187C10.1084 24.2036 11.3613 24.2187 12.7842 23.5444C14.3623 22.7969 15.2607 21.6831 15.2607 21.6831C15.8347 21.0176 16.2911 20.2592 16.6103 19.4404C16.9746 18.4829 17.0962 17.3345 17.0962 16.8755V8.61768C17.145 8.64697 17.7954 9.07715 17.7954 9.07715C17.7954 9.07715 18.7324 9.67773 20.1943 10.0688C21.2432 10.3472 22.6562 10.4058 22.6562 10.4058V6.40967C22.1611 6.46338 21.1558 6.30713 20.1265 5.79395Z' fill='%23001238' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M20.1265 5.79395C19.9683 5.71218 19.8143 5.62255 19.665 5.52539C19.2311 5.2385 18.8332 4.90046 18.48 4.51855C17.5962 3.50732 17.2661 2.48145 17.1445 1.76318H17.1494C17.0478 1.16699 17.0898 0.78125 17.0962 0.78125H13.0708V16.3467C13.0708 16.5557 13.0708 16.7622 13.062 16.9663C13.062 16.9917 13.0596 17.0151 13.0581 17.0425C13.0581 17.0537 13.0581 17.0654 13.0557 17.0771C13.0557 17.0801 13.0557 17.083 13.0557 17.0859C13.0132 17.6444 12.8342 18.1839 12.5343 18.657C12.2345 19.13 11.8229 19.5222 11.3359 19.7988C10.8284 20.0876 10.2543 20.239 9.6704 20.2383C7.79492 20.2383 6.2749 18.709 6.2749 16.8203C6.2749 14.9316 7.79492 13.4023 9.6704 13.4023C10.0254 13.402 10.3783 13.4579 10.7158 13.5679L10.7207 9.46924C9.69597 9.33687 8.65494 9.41831 7.66326 9.70842C6.67159 9.99852 5.7508 10.491 4.95898 11.1548C4.26516 11.7576 3.68187 12.4769 3.23535 13.2803C3.06542 13.5732 2.42431 14.7505 2.34667 16.6611C2.29785 17.7456 2.62353 18.8691 2.7788 19.3335V19.3433C2.87646 19.6167 3.25488 20.5498 3.87158 21.3364C4.36886 21.9674 4.95638 22.5217 5.61523 22.9814V22.9717L5.62499 22.9814C7.57372 24.3057 9.73437 24.2187 9.73437 24.2187C10.1084 24.2036 11.3613 24.2187 12.7842 23.5444C14.3623 22.7969 15.2607 21.6831 15.2607 21.6831C15.8347 21.0176 16.2911 20.2592 16.6103 19.4404C16.9746 18.4829 17.0962 17.3345 17.0962 16.8755V8.61768C17.145 8.64697 17.7954 9.07715 17.7954 9.07715C17.7954 9.07715 18.7324 9.67773 20.1943 10.0688C21.2432 10.3472 22.6562 10.4058 22.6562 10.4058V6.40967C22.1611 6.46338 21.1558 6.30713 20.1265 5.79395Z' fill='%23001238' /%3E%3C/svg%3E");
}

.icon--whatsapp::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='WhatsAppIcon' tabindex='-1' title='WhatsApp'%3E%3Cpath d='M16.75 13.96c.25.13.41.2.46.3.06.11.04.61-.21 1.18-.2.56-1.24 1.1-1.7 1.12-.46.02-.47.36-2.96-.73-2.49-1.09-3.99-3.75-4.11-3.92-.12-.17-.96-1.38-.92-2.61.05-1.22.69-1.8.95-2.04.24-.26.51-.29.68-.26h.47c.15 0 .36-.06.55.45l.69 1.87c.06.13.1.28.01.44l-.27.41-.39.42c-.12.12-.26.25-.12.5.12.26.62 1.09 1.32 1.78.91.88 1.71 1.17 1.95 1.3.24.14.39.12.54-.04l.81-.94c.19-.25.35-.19.58-.11l1.67.88M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10c-1.97 0-3.8-.57-5.35-1.55L2 22l1.55-4.65A9.969 9.969 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8c0 1.72.54 3.31 1.46 4.61L4.5 19.5l2.89-.96A7.95 7.95 0 0 0 12 20a8 8 0 0 0 8-8 8 8 0 0 0-8-8z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='WhatsAppIcon' tabindex='-1' title='WhatsApp'%3E%3Cpath d='M16.75 13.96c.25.13.41.2.46.3.06.11.04.61-.21 1.18-.2.56-1.24 1.1-1.7 1.12-.46.02-.47.36-2.96-.73-2.49-1.09-3.99-3.75-4.11-3.92-.12-.17-.96-1.38-.92-2.61.05-1.22.69-1.8.95-2.04.24-.26.51-.29.68-.26h.47c.15 0 .36-.06.55.45l.69 1.87c.06.13.1.28.01.44l-.27.41-.39.42c-.12.12-.26.25-.12.5.12.26.62 1.09 1.32 1.78.91.88 1.71 1.17 1.95 1.3.24.14.39.12.54-.04l.81-.94c.19-.25.35-.19.58-.11l1.67.88M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10c-1.97 0-3.8-.57-5.35-1.55L2 22l1.55-4.65A9.969 9.969 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8c0 1.72.54 3.31 1.46 4.61L4.5 19.5l2.89-.96A7.95 7.95 0 0 0 12 20a8 8 0 0 0 8-8 8 8 0 0 0-8-8z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--send-outlined::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='SendOutlinedIcon' tabindex='-1' title='SendOutlined'%3E%3Cpath d='m4.01 6.03 7.51 3.22-7.52-1zm7.5 8.72L4 17.97v-2.22zM2.01 3 2 10l15 2-15 2 .01 7L23 12z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='SendOutlinedIcon' tabindex='-1' title='SendOutlined'%3E%3Cpath d='m4.01 6.03 7.51 3.22-7.52-1zm7.5 8.72L4 17.97v-2.22zM2.01 3 2 10l15 2-15 2 .01 7L23 12z'%3E%3C/path%3E%3C/svg%3E");
}

/*Lista de iconos*/
.icon--mail-outline::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z' fill='001238' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z' fill='001238' /%3E%3C/svg%3E");
}

.icon--phone-iphone::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='PhoneIphoneIcon' tabindex='-1' title='PhoneIphone'%3E%3Cpath d='M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1m-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m4.5-4H7V4h9z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='PhoneIphoneIcon' tabindex='-1' title='PhoneIphone'%3E%3Cpath d='M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1m-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m4.5-4H7V4h9z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--location::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='LocationOnOutlinedIcon' tabindex='-1' title='LocationOnOutlined'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7M7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.88-2.88 7.19-5 9.88C9.92 16.21 7 11.85 7 9'%3E%3C/path%3E%3Ccircle cx='12' cy='9' r='2.5'%3E%3C/circle%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='LocationOnOutlinedIcon' tabindex='-1' title='LocationOnOutlined'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7M7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.88-2.88 7.19-5 9.88C9.92 16.21 7 11.85 7 9'%3E%3C/path%3E%3Ccircle cx='12' cy='9' r='2.5'%3E%3C/circle%3E%3C/svg%3E");
}

.icon--send::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='SendIcon' tabindex='-1' title='Send'%3E%3Cpath d='M2.01 21 23 12 2.01 3 2 10l15 2-15 2z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='SendIcon' tabindex='-1' title='Send'%3E%3Cpath d='M2.01 21 23 12 2.01 3 2 10l15 2-15 2z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--arrow-left-outlined::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ChevronLeftOutlinedIcon' tabindex='-1' title='ChevronLeftOutlined'%3E%3Cpath d='M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ChevronLeftOutlinedIcon' tabindex='-1' title='ChevronLeftOutlined'%3E%3Cpath d='M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--arrow-right-outlined::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ChevronRightOutlinedIcon' tabindex='-1' title='ChevronRightOutlined'%3E%3Cpath d='M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ChevronRightOutlinedIcon' tabindex='-1' title='ChevronRightOutlined'%3E%3Cpath d='M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--arrow-up-outlined::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-186vy5p' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ExpandLessOutlinedIcon'%3E%3Cpath d='m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-186vy5p' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ExpandLessOutlinedIcon'%3E%3Cpath d='m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--arrow-down-outlined::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='KeyboardArrowDownOutlinedIcon' tabindex='-1' title='KeyboardArrowDownOutlined'%3E%3Cpath d='M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='KeyboardArrowDownOutlinedIcon' tabindex='-1' title='KeyboardArrowDownOutlined'%3E%3Cpath d='M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--arrow-forwar-right::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ArrowForwardRoundedIcon' tabindex='-1' title='ArrowForwardRounded'%3E%3Cpath d='M5 13h11.17l-4.88 4.88c-.39.39-.39 1.03 0 1.42.39.39 1.02.39 1.41 0l6.59-6.59c.39-.39.39-1.02 0-1.41l-6.58-6.6a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L16.17 11H5c-.55 0-1 .45-1 1s.45 1 1 1'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ArrowForwardRoundedIcon' tabindex='-1' title='ArrowForwardRounded'%3E%3Cpath d='M5 13h11.17l-4.88 4.88c-.39.39-.39 1.03 0 1.42.39.39 1.02.39 1.41 0l6.59-6.59c.39-.39.39-1.02 0-1.41l-6.58-6.6a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L16.17 11H5c-.55 0-1 .45-1 1s.45 1 1 1'%3E%3C/path%3E%3C/svg%3E");
}

.icon--arrow-circle-right::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ArrowCircleRightOutlinedIcon' tabindex='-1' title='ArrowCircleRightOutlined'%3E%3Cpath d='M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10M4 12c0-4.42 3.58-8 8-8s8 3.58 8 8-3.58 8-8 8-8-3.58-8-8m12 0-4 4-1.41-1.41L12.17 13H8v-2h4.17l-1.59-1.59L12 8z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ArrowCircleRightOutlinedIcon' tabindex='-1' title='ArrowCircleRightOutlined'%3E%3Cpath d='M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10M4 12c0-4.42 3.58-8 8-8s8 3.58 8 8-3.58 8-8 8-8-3.58-8-8m12 0-4 4-1.41-1.41L12.17 13H8v-2h4.17l-1.59-1.59L12 8z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--arrow-double-left::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='KeyboardDoubleArrowLeftOutlinedIcon' tabindex='-1' title='KeyboardDoubleArrowLeftOutlined'%3E%3Cpath d='M17.59 18 19 16.59 14.42 12 19 7.41 17.59 6l-6 6z'%3E%3C/path%3E%3Cpath d='m11 18 1.41-1.41L7.83 12l4.58-4.59L11 6l-6 6z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='KeyboardDoubleArrowLeftOutlinedIcon' tabindex='-1' title='KeyboardDoubleArrowLeftOutlined'%3E%3Cpath d='M17.59 18 19 16.59 14.42 12 19 7.41 17.59 6l-6 6z'%3E%3C/path%3E%3Cpath d='m11 18 1.41-1.41L7.83 12l4.58-4.59L11 6l-6 6z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--arrow-double-right::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='KeyboardDoubleArrowRightOutlinedIcon' tabindex='-1' title='KeyboardDoubleArrowRightOutlined'%3E%3Cpath d='M6.41 6 5 7.41 9.58 12 5 16.59 6.41 18l6-6z'%3E%3C/path%3E%3Cpath d='m13 6-1.41 1.41L16.17 12l-4.58 4.59L13 18l6-6z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='KeyboardDoubleArrowRightOutlinedIcon' tabindex='-1' title='KeyboardDoubleArrowRightOutlined'%3E%3Cpath d='M6.41 6 5 7.41 9.58 12 5 16.59 6.41 18l6-6z'%3E%3C/path%3E%3Cpath d='m13 6-1.41 1.41L16.17 12l-4.58 4.59L13 18l6-6z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--cancel-outlined::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='CancelOutlinedIcon'%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m3.59-13L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='CancelOutlinedIcon'%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m3.59-13L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--close-outlined::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='CloseOutlinedIcon'%3E%3Cpath d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='CloseOutlinedIcon'%3E%3Cpath d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--football::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='104' height='104' viewBox='0 0 104 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.365062 72.8151C-0.0949381 86.7301 2.20506 97.7701 4.21756 99.7826C6.23006 101.795 17.3276 104.153 31.1851 103.635L0.365062 72.8151Z' fill='%23001238'/%3E%3Cpath d='M58.2101 1.85999C44.8126 4.27499 30.6676 9.56499 20.1451 20.145C9.62261 30.725 4.27511 44.8125 1.86011 58.21L45.7326 102.082C59.1876 99.725 73.2751 94.3775 83.7976 83.7975C94.3201 73.2175 99.6676 59.13 102.083 45.7325L58.2101 1.85999ZM39.9251 72.125L31.8751 64.075L64.0751 31.875L72.1251 39.925L39.9251 72.125Z' fill='%23001238'/%3E%3Cpath d='M103.635 31.185C104.095 17.27 101.795 6.23001 99.7826 4.21751C97.7701 2.20501 86.6726 -0.15249 72.8151 0.36501L103.635 31.185Z' fill='%23001238'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='104' height='104' viewBox='0 0 104 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.365062 72.8151C-0.0949381 86.7301 2.20506 97.7701 4.21756 99.7826C6.23006 101.795 17.3276 104.153 31.1851 103.635L0.365062 72.8151Z' fill='%23001238'/%3E%3Cpath d='M58.2101 1.85999C44.8126 4.27499 30.6676 9.56499 20.1451 20.145C9.62261 30.725 4.27511 44.8125 1.86011 58.21L45.7326 102.082C59.1876 99.725 73.2751 94.3775 83.7976 83.7975C94.3201 73.2175 99.6676 59.13 102.083 45.7325L58.2101 1.85999ZM39.9251 72.125L31.8751 64.075L64.0751 31.875L72.1251 39.925L39.9251 72.125Z' fill='%23001238'/%3E%3Cpath d='M103.635 31.185C104.095 17.27 101.795 6.23001 99.7826 4.21751C97.7701 2.20501 86.6726 -0.15249 72.8151 0.36501L103.635 31.185Z' fill='%23001238'/%3E%3C/svg%3E%0A");
}

/*Logos Conglomerado BCR*/
.icon--logo-bcr::before {
    mask-position: 0;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='124' height='32' viewBox='0 0 124 32' fill='none'%3E%3Cg clip-path='url(%23clip0_53_326)'%3E%3Cpath d='M106.651 1.59644C104.742 0.50621 102.704 0 100.231 0C96.3085 0 92.4357 1.21323 89.3289 3.41462C86.1486 5.66871 84.0641 8.76287 83.4569 12.1248C82.9197 15.111 83.6661 17.9667 85.5551 20.1723C87.8293 22.8288 91.5757 24.3533 95.8269 24.3533C98.1728 24.3533 100.651 23.791 102.995 22.7276L103.396 22.5443L103.477 22.1184L104.33 17.6538L104.712 15.6632L103.007 16.8053C100.464 18.508 98.4222 19.2669 96.388 19.2669C93.8021 19.2669 91.6637 18.4252 90.3554 16.9016C89.2725 15.639 88.8447 14.0124 89.147 12.3222C89.872 8.30937 94.4349 5.04286 99.318 5.04286C101.328 5.04286 103.199 5.78836 104.876 7.25763L106.024 8.26419L106.288 6.77987L107.066 2.4683L107.17 1.89264L106.652 1.59477L106.651 1.59644ZM64.5504 23.7291L68.7358 0.479435H73.0502C74.9742 0.479435 76.4806 0.598248 77.5806 0.840057C78.6908 1.08019 79.5909 1.48851 80.28 2.06082C80.9794 2.65321 81.4842 3.39203 81.7976 4.27392C82.1204 5.16753 82.1989 6.07117 82.0324 6.98486C81.7344 8.65075 80.6925 10.0606 78.9119 11.2144C80.3595 11.6361 81.4278 12.3758 82.1204 13.4292C82.8249 14.4743 83.0529 15.6875 82.8036 17.0739C82.4748 18.8896 81.4056 20.4241 79.5926 21.6808C78.4995 22.4531 77.3295 22.9911 76.0852 23.2915C74.7317 23.5819 73.0741 23.7291 71.1176 23.7291H64.5496H64.5504ZM72.7171 9.72174H73.4712C74.3627 9.72174 75.0562 9.53683 75.5455 9.16617C76.0383 8.79299 76.356 8.24411 76.5063 7.51868C76.6523 6.81417 76.5455 6.27617 76.198 5.91136C75.8461 5.54488 75.2654 5.36248 74.4558 5.36248H73.6112L72.7171 9.72174ZM71.0587 18.9331H72.8256C74.1202 18.9331 75.1066 18.7289 75.7872 18.3173C76.5063 17.8746 76.9273 17.3141 77.0502 16.6313C77.1724 15.9695 76.9683 15.4156 76.4379 14.9654C75.9204 14.5219 74.8931 14.3019 73.3542 14.3019H71.9067L71.0587 18.9331ZM117.69 14.3755C124.06 12.1566 123.869 6.73468 123.869 6.73468C123.869 0.183239 115.526 0.467721 115.526 0.467721H108.953L104.772 23.7191H110.429L111.89 15.5921L117.101 23.7191H123.999L117.688 14.3755H117.69ZM113.793 10.371H112.943L113.934 5.35662H114.89C117.364 5.35662 118.443 6.16405 118.122 7.78225C117.78 9.50838 116.338 10.371 113.793 10.371Z' fill='white' /%3E%3Cpath d='M35.3056 28.1964L34.7215 28.5027C34.654 28.3345 34.5788 28.224 34.4994 28.1763C34.4174 28.1161 34.3013 28.0885 34.1553 28.0885C33.9751 28.0885 33.8171 28.1387 33.6779 28.2366C33.5404 28.3378 33.4601 28.4617 33.4328 28.6106C33.3952 28.8173 33.5225 28.9813 33.812 29.1076L34.2108 29.2808C34.537 29.4197 34.7616 29.5895 34.8854 29.7895C35.0118 29.9887 35.0477 30.233 34.9973 30.5216C34.9247 30.9107 34.7351 31.2328 34.4251 31.4864C34.1126 31.7416 33.7582 31.8687 33.3662 31.8687C32.9742 31.8687 32.7035 31.76 32.4985 31.5408C32.297 31.324 32.2039 31.0186 32.2141 30.6237L32.899 30.484C32.8845 30.73 32.905 30.9023 32.9622 30.9961C33.0622 31.1793 33.2415 31.2713 33.4977 31.2713C33.7018 31.2713 33.8803 31.2036 34.04 31.0722C34.198 30.9392 34.2945 30.771 34.332 30.5651C34.3457 30.4848 34.3483 30.4095 34.3389 30.3392C34.3269 30.2731 34.3013 30.2095 34.2612 30.151C34.2244 30.0949 34.1706 30.0422 34.0997 29.9928C34.0323 29.941 33.9477 29.8924 33.8487 29.8472L33.4635 29.6791C32.917 29.4331 32.6873 29.0783 32.7718 28.6056C32.8299 28.2926 33.0015 28.0249 33.2876 27.8107C33.5737 27.599 33.9033 27.4902 34.2714 27.4902C34.7676 27.4902 35.1117 27.7262 35.3064 28.1981L35.3056 28.1964Z' fill='white' /%3E%3Cpath d='M35.4627 29.6622C35.5703 29.0698 35.8846 28.5578 36.4064 28.1327C36.9256 27.7043 37.4978 27.491 38.1195 27.491C38.7412 27.491 39.222 27.7068 39.5823 28.1361C39.9444 28.567 40.0708 29.0857 39.9615 29.689C39.8522 30.2931 39.5362 30.8085 39.017 31.2327C38.4961 31.6561 37.9188 31.8686 37.2911 31.8686C36.7368 31.8686 36.2689 31.6787 35.894 31.3039C35.4823 30.8847 35.338 30.3383 35.4618 29.6622H35.4627ZM36.116 29.6706C36.0323 30.1375 36.1228 30.5215 36.3884 30.8194C36.6514 31.1198 36.9913 31.2712 37.4072 31.2712C37.8598 31.2712 38.2698 31.1181 38.6353 30.8119C39.0025 30.5015 39.2254 30.1249 39.3065 29.6798C39.3885 29.2305 39.3039 28.854 39.0503 28.5486C38.8018 28.2432 38.4499 28.0917 38.0016 28.0917C37.5533 28.0917 37.1459 28.2432 36.783 28.5486C36.4192 28.8515 36.1963 29.2263 36.1151 29.6706H36.116Z' fill='white' /%3E%3Cpath d='M39.9897 31.7916L41.7182 27.2524L42.6047 30.5349L44.7311 27.2524L44.7226 31.7916H44.0564L44.1008 29.2438L42.3305 31.9849L41.5884 29.2405L40.6627 31.7916H39.9897Z' fill='white' /%3E%3Cpath d='M45.551 29.6622C45.6586 29.0698 45.9728 28.5578 46.4946 28.1327C47.0138 27.7043 47.5852 27.491 48.2077 27.491C48.8303 27.491 49.3085 27.7068 49.6698 28.1361C50.0327 28.567 50.1591 29.0857 50.0506 29.689C49.9396 30.2931 49.6253 30.8085 49.1044 31.2327C48.5835 31.6561 48.0087 31.8686 47.3802 31.8686C46.8243 31.8686 46.358 31.6787 45.9848 31.3039C45.5723 30.8847 45.428 30.3383 45.551 29.6622ZM46.2034 29.6706C46.1197 30.1375 46.212 30.5215 46.4741 30.8194C46.7397 31.1198 47.0805 31.2712 47.4955 31.2712C47.9481 31.2712 48.3563 31.1181 48.7235 30.8119C49.0899 30.5015 49.3136 30.1249 49.3948 29.6798C49.4768 29.2305 49.3888 28.854 49.1394 28.5486C48.8892 28.2432 48.5399 28.0917 48.0907 28.0917C47.6415 28.0917 47.235 28.2432 46.8721 28.5486C46.51 28.8515 46.2845 29.2263 46.2043 29.6706H46.2034Z' fill='white' /%3E%3Cpath d='M53.318 28.1964L52.7339 28.5027C52.6656 28.3345 52.5913 28.224 52.5119 28.1763C52.4299 28.1161 52.3146 28.0885 52.1677 28.0885C51.9875 28.0885 51.8295 28.1387 51.6903 28.2366C51.5545 28.3378 51.4734 28.4617 51.4435 28.6106C51.4077 28.8173 51.5323 28.9813 51.8244 29.1076L52.2224 29.2808C52.5469 29.4197 52.7706 29.5895 52.897 29.7895C53.0234 29.9887 53.0593 30.233 53.008 30.5216C52.9372 30.9107 52.7467 31.2328 52.4359 31.4864C52.1225 31.7416 51.7689 31.8687 51.3761 31.8687C50.9832 31.8687 50.7134 31.76 50.5067 31.5408C50.306 31.324 50.2129 31.0186 50.224 30.6237L50.9089 30.484C50.8944 30.73 50.9141 30.9023 50.973 30.9961C51.0729 31.1793 51.2505 31.2713 51.5093 31.2713C51.7108 31.2713 51.891 31.2036 52.049 31.0722C52.2087 30.9392 52.3061 30.771 52.3419 30.5651C52.3547 30.4848 52.3599 30.4095 52.3488 30.3392C52.3368 30.2731 52.3129 30.2095 52.2736 30.151C52.2335 30.0949 52.1814 30.0422 52.1113 29.9928C52.0422 29.941 51.9585 29.8924 51.8586 29.8472L51.4743 29.6791C50.9286 29.4331 50.698 29.0783 50.7834 28.6056C50.8398 28.2926 51.0114 28.0249 51.2975 27.8107C51.5836 27.599 51.9132 27.4902 52.2796 27.4902C52.7775 27.4902 53.1233 27.7262 53.3172 28.1981L53.318 28.1964Z' fill='white' /%3E%3Cpath d='M57.8449 28.1679H56.1173L55.9302 29.1837H57.61L57.5016 29.7836H55.8209L55.5682 31.1935H57.2958L57.1856 31.7917H54.8064L55.5733 27.5688H57.9499L57.8432 28.1679H57.8449Z' fill='white' /%3E%3Cpath d='M59.2009 27.5688L58.5442 31.1943H59.809L59.7005 31.7926H57.7842L58.5494 27.5697H59.2009V27.5688Z' fill='white' /%3E%3Cpath d='M63.2942 31.7466L64.0466 27.5999H64.6811C64.9654 27.5999 65.1866 27.6208 65.3472 27.6651C65.5094 27.7078 65.641 27.7806 65.7383 27.8818C65.8365 27.9889 65.9083 28.1195 65.9492 28.2776C65.9911 28.4357 65.9971 28.5989 65.9689 28.7595C65.9142 29.0566 65.7537 29.3093 65.4847 29.5151C65.6948 29.5887 65.8476 29.7201 65.9441 29.9092C66.0415 30.0949 66.0688 30.3133 66.0227 30.5593C65.9638 30.8856 65.7981 31.1575 65.524 31.3809C65.3583 31.5182 65.1815 31.6127 64.9962 31.6671C64.7947 31.7215 64.5521 31.7458 64.2635 31.7458H63.295L63.2942 31.7466ZM64.3617 29.3795H64.5607C64.7998 29.3795 64.9825 29.3293 65.1123 29.2247C65.2438 29.1227 65.3241 28.9737 65.36 28.7729C65.3976 28.5763 65.3651 28.4299 65.2712 28.3286C65.1764 28.2274 65.0201 28.1763 64.8049 28.1763H64.5812L64.3608 29.3795H64.3617ZM64.0397 31.1592H64.4343C64.7238 31.1592 64.945 31.104 65.1012 30.9919C65.2652 30.8714 65.3626 30.7208 65.3984 30.5367C65.43 30.3577 65.3873 30.2079 65.2737 30.0866C65.1619 29.9644 64.9321 29.9075 64.5923 29.9075H64.2677L64.0406 31.1601L64.0397 31.1592Z' fill='white' /%3E%3Cpath d='M68.9674 30.74H67.1552L66.5011 31.7474H65.8127L68.7069 27.3413L69.929 31.7474H69.2313L68.9691 30.74H68.9674ZM68.8137 30.1518L68.4422 28.7436L67.5284 30.1518H68.8145H68.8137Z' fill='white' /%3E%3Cpath d='M70.2046 31.7465L71.0065 27.3186L73.5198 30.4814L74.0416 27.5997H74.6812L73.8827 32L71.3677 28.8456L70.8425 31.7465H70.2054H70.2046Z' fill='white' /%3E%3Cpath d='M78.5677 27.8231L78.432 28.5628C78.1194 28.2582 77.765 28.1076 77.3705 28.1076C76.9358 28.1076 76.5429 28.2624 76.1877 28.567C75.8316 28.8715 75.6164 29.2422 75.5361 29.6831C75.4575 30.1207 75.5387 30.488 75.7872 30.7867C76.0305 31.0855 76.3721 31.2335 76.8077 31.2335C77.0297 31.2335 77.2287 31.1992 77.3995 31.1248C77.4926 31.0888 77.5933 31.0419 77.6967 30.98C77.8051 30.9198 77.9144 30.8445 78.0366 30.76L77.8982 31.5172C77.4951 31.7214 77.0955 31.8218 76.6907 31.8218C76.0861 31.8218 75.6095 31.6134 75.2551 31.2018C74.9033 30.7867 74.7829 30.2814 74.8896 29.6907C74.9853 29.1635 75.2483 28.6941 75.6778 28.2783C76.2099 27.7704 76.8256 27.5186 77.5208 27.5186C77.9016 27.5186 78.2518 27.6198 78.5677 27.8214V27.8231Z' fill='white' /%3E%3Cpath d='M78.55 29.6555C78.6584 29.0715 78.965 28.5711 79.4791 28.1519C79.9881 27.7344 80.55 27.5227 81.1606 27.5227C81.7712 27.5227 82.2417 27.7352 82.5962 28.1553C82.954 28.5795 83.0787 29.0865 82.9711 29.6789C82.8626 30.2763 82.5535 30.7809 82.0428 31.195C81.5278 31.6134 80.9676 31.8217 80.3468 31.8217C79.8019 31.8217 79.345 31.6351 78.9778 31.2661C78.5705 30.857 78.4287 30.3182 78.55 29.6546V29.6555ZM79.1913 29.6638C79.1093 30.1215 79.199 30.498 79.4612 30.7934C79.7208 31.0871 80.0521 31.2352 80.4629 31.2352C80.907 31.2352 81.3092 31.0846 81.6704 30.7867C82.0283 30.4796 82.2486 30.1107 82.3272 29.6739C82.4083 29.2304 82.3246 28.8614 82.0761 28.5611C81.8318 28.2632 81.4885 28.1134 81.047 28.1134C80.6055 28.1134 80.2075 28.264 79.848 28.5611C79.4919 28.8581 79.2733 29.2254 79.1913 29.6638Z' fill='white' /%3E%3Cpath d='M84.6278 31.7466L85.3793 27.5999H86.2666C86.6927 27.5999 87.0207 27.6425 87.2547 27.7229C87.5015 27.8048 87.7201 27.9412 87.8986 28.1337C88.2632 28.5253 88.3896 29.0373 88.2735 29.6732C88.1582 30.3125 87.8397 30.8262 87.3127 31.2203C87.0463 31.4194 86.7841 31.5567 86.5202 31.6303C86.2709 31.7089 85.9318 31.7466 85.504 31.7466H84.627H84.6278ZM85.3725 31.1592H85.6594C85.9489 31.1592 86.1889 31.1291 86.3921 31.0689C86.5928 31.0086 86.7816 30.909 86.9601 30.771C87.3264 30.4899 87.5493 30.1259 87.633 29.6732C87.7124 29.2197 87.6245 28.8507 87.364 28.5679C87.1326 28.3144 86.7431 28.1881 86.1991 28.1881H85.9113L85.3733 31.1592H85.3725Z' fill='white' /%3E%3Cpath d='M91.4306 28.1881H89.7303L89.5527 29.1863H91.1983L91.0924 29.7753H89.4459L89.194 31.1592H90.8926L90.785 31.7466H88.4485L89.2009 27.5999H91.5348L91.4298 28.1881H91.4306Z' fill='white' /%3E%3Cpath d='M96.6902 27.8231L96.5553 28.5628C96.2402 28.2582 95.8866 28.1076 95.4912 28.1076C95.0574 28.1076 94.6637 28.2624 94.3093 28.567C93.9549 28.8715 93.7371 29.2422 93.656 29.6831C93.5774 30.1207 93.6637 30.488 93.9071 30.7867C94.153 31.0855 94.4921 31.2335 94.9302 31.2335C95.1505 31.2335 95.3495 31.1992 95.522 31.1248C95.6151 31.0888 95.7141 31.0419 95.82 30.98C95.9259 30.9198 96.0378 30.8445 96.1573 30.76L96.019 31.5172C95.6193 31.7214 95.2188 31.8218 94.8157 31.8218C94.2111 31.8218 93.7303 31.6134 93.375 31.2018C93.0275 30.7867 92.9062 30.2814 93.0138 29.6907C93.1086 29.1635 93.3725 28.6941 93.8029 28.2783C94.3341 27.7704 94.9472 27.5186 95.6424 27.5186C96.0233 27.5186 96.3725 27.6198 96.6911 27.8214L96.6902 27.8231Z' fill='white' /%3E%3Cpath d='M96.6733 29.6555C96.7783 29.0715 97.0875 28.5711 97.6016 28.1519C98.1106 27.7344 98.6725 27.5227 99.2822 27.5227C99.892 27.5227 100.366 27.7352 100.723 28.1553C101.077 28.5795 101.197 29.0865 101.093 29.6789C100.984 30.2763 100.675 30.7809 100.167 31.195C99.652 31.6134 99.0875 31.8217 98.4701 31.8217C97.9253 31.8217 97.4675 31.6351 97.0994 31.2661C96.6955 30.857 96.552 30.3182 96.6733 29.6546V29.6555ZM97.3147 29.6638C97.2327 30.1215 97.3223 30.498 97.5828 30.7934C97.8424 31.0871 98.1746 31.2352 98.5854 31.2352C99.0278 31.2352 99.43 31.0846 99.7912 30.7867C100.149 30.4796 100.369 30.1107 100.449 29.6739C100.53 29.2304 100.446 28.8614 100.199 28.5611C99.9543 28.2632 99.6102 28.1134 99.1644 28.1134C98.7186 28.1134 98.3275 28.264 97.9697 28.5611C97.6135 28.8581 97.3958 29.2254 97.3147 29.6638Z' fill='white' /%3E%3Cpath d='M104.302 28.2148L103.73 28.5169C103.662 28.3503 103.588 28.2424 103.51 28.193C103.43 28.1353 103.317 28.1077 103.174 28.1077C102.996 28.1077 102.839 28.1579 102.706 28.2558C102.57 28.3512 102.489 28.475 102.463 28.6231C102.424 28.8239 102.549 28.9854 102.834 29.1092L103.224 29.2799C103.543 29.4146 103.767 29.582 103.887 29.7786C104.012 29.9736 104.051 30.2137 103.996 30.499C103.928 30.8806 103.738 31.1952 103.434 31.4445C103.127 31.6955 102.782 31.821 102.393 31.821C102.005 31.821 101.743 31.7148 101.544 31.4989C101.344 31.2872 101.253 30.9852 101.266 30.5994L101.936 30.4597C101.922 30.7032 101.943 30.8697 101.998 30.9651C102.098 31.1433 102.274 31.2328 102.527 31.2328C102.725 31.2328 102.901 31.1676 103.054 31.0362C103.211 30.9073 103.307 30.7417 103.345 30.54C103.357 30.4605 103.362 30.3852 103.35 30.3191C103.34 30.2522 103.314 30.1894 103.277 30.1334C103.24 30.079 103.187 30.0246 103.118 29.9752C103.052 29.9284 102.967 29.8799 102.869 29.833L102.492 29.669C101.955 29.428 101.729 29.0766 101.813 28.6147C101.87 28.3077 102.038 28.0449 102.318 27.8341C102.6 27.6241 102.919 27.5178 103.282 27.5178C103.769 27.5178 104.11 27.7471 104.3 28.2123L104.302 28.2148Z' fill='white' /%3E%3Cpath d='M106.182 28.1881L105.535 31.7466H104.895L105.541 28.1881H104.568L104.674 27.5999H107.259L107.152 28.1881H106.182H106.182Z' fill='white' /%3E%3Cpath d='M109.262 30.74H107.45L106.797 31.7474H106.107L109.001 27.3413L110.223 31.7474H109.523L109.261 30.74H109.262ZM109.11 30.1518L108.737 28.7436L107.824 30.1518H109.111H109.11Z' fill='white' /%3E%3Cpath d='M113.732 29.9795L114.722 31.7466H113.941L113.042 30.0489H112.924L112.616 31.7466H111.979L112.731 27.5999H113.48C114.037 27.5999 114.423 27.7053 114.635 27.9094C114.867 28.1379 114.949 28.4408 114.881 28.8181C114.83 29.1118 114.697 29.3628 114.486 29.5737C114.276 29.7853 114.025 29.9201 113.731 29.9795H113.732ZM113.023 29.505H113.229C113.832 29.505 114.175 29.2791 114.258 28.8248C114.333 28.3998 114.08 28.1881 113.492 28.1881H113.262L113.023 29.505Z' fill='white' /%3E%3Cpath d='M116.497 27.5999L115.744 31.7466H115.106L115.857 27.5999H116.497Z' fill='white' /%3E%3Cpath d='M120.35 27.8231L120.213 28.5628C119.899 28.2582 119.545 28.1076 119.152 28.1076C118.717 28.1076 118.321 28.2624 117.968 28.567C117.615 28.8715 117.396 29.2422 117.318 29.6831C117.239 30.1207 117.322 30.488 117.566 30.7867C117.81 31.0855 118.154 31.2335 118.587 31.2335C118.814 31.2335 119.012 31.1992 119.182 31.1248C119.272 31.0888 119.373 31.0419 119.48 30.98C119.585 30.9198 119.697 30.8445 119.816 30.76L119.677 31.5172C119.278 31.7214 118.876 31.8218 118.473 31.8218C117.868 31.8218 117.39 31.6134 117.037 31.2018C116.688 30.7867 116.567 30.2814 116.671 29.6907C116.767 29.1635 117.031 28.6941 117.463 28.2783C117.993 27.7704 118.605 27.5186 119.302 27.5186C119.683 27.5186 120.032 27.6198 120.351 27.8214L120.35 27.8231Z' fill='white' /%3E%3Cpath d='M122.96 30.74H121.147L120.494 31.7474H119.806L122.699 27.3413L123.92 31.7474H123.223L122.961 30.74H122.96ZM122.808 30.1518L122.436 28.7436L121.521 30.1518H122.808Z' fill='white' /%3E%3Cpath d='M65.1499 0.491211H4.18284L0 23.725H60.9184L65.1499 0.491211Z' fill='white' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_53_326'%3E%3Crect width='124' height='32' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='124' height='32' viewBox='0 0 124 32' fill='none'%3E%3Cg clip-path='url(%23clip0_53_326)'%3E%3Cpath d='M106.651 1.59644C104.742 0.50621 102.704 0 100.231 0C96.3085 0 92.4357 1.21323 89.3289 3.41462C86.1486 5.66871 84.0641 8.76287 83.4569 12.1248C82.9197 15.111 83.6661 17.9667 85.5551 20.1723C87.8293 22.8288 91.5757 24.3533 95.8269 24.3533C98.1728 24.3533 100.651 23.791 102.995 22.7276L103.396 22.5443L103.477 22.1184L104.33 17.6538L104.712 15.6632L103.007 16.8053C100.464 18.508 98.4222 19.2669 96.388 19.2669C93.8021 19.2669 91.6637 18.4252 90.3554 16.9016C89.2725 15.639 88.8447 14.0124 89.147 12.3222C89.872 8.30937 94.4349 5.04286 99.318 5.04286C101.328 5.04286 103.199 5.78836 104.876 7.25763L106.024 8.26419L106.288 6.77987L107.066 2.4683L107.17 1.89264L106.652 1.59477L106.651 1.59644ZM64.5504 23.7291L68.7358 0.479435H73.0502C74.9742 0.479435 76.4806 0.598248 77.5806 0.840057C78.6908 1.08019 79.5909 1.48851 80.28 2.06082C80.9794 2.65321 81.4842 3.39203 81.7976 4.27392C82.1204 5.16753 82.1989 6.07117 82.0324 6.98486C81.7344 8.65075 80.6925 10.0606 78.9119 11.2144C80.3595 11.6361 81.4278 12.3758 82.1204 13.4292C82.8249 14.4743 83.0529 15.6875 82.8036 17.0739C82.4748 18.8896 81.4056 20.4241 79.5926 21.6808C78.4995 22.4531 77.3295 22.9911 76.0852 23.2915C74.7317 23.5819 73.0741 23.7291 71.1176 23.7291H64.5496H64.5504ZM72.7171 9.72174H73.4712C74.3627 9.72174 75.0562 9.53683 75.5455 9.16617C76.0383 8.79299 76.356 8.24411 76.5063 7.51868C76.6523 6.81417 76.5455 6.27617 76.198 5.91136C75.8461 5.54488 75.2654 5.36248 74.4558 5.36248H73.6112L72.7171 9.72174ZM71.0587 18.9331H72.8256C74.1202 18.9331 75.1066 18.7289 75.7872 18.3173C76.5063 17.8746 76.9273 17.3141 77.0502 16.6313C77.1724 15.9695 76.9683 15.4156 76.4379 14.9654C75.9204 14.5219 74.8931 14.3019 73.3542 14.3019H71.9067L71.0587 18.9331ZM117.69 14.3755C124.06 12.1566 123.869 6.73468 123.869 6.73468C123.869 0.183239 115.526 0.467721 115.526 0.467721H108.953L104.772 23.7191H110.429L111.89 15.5921L117.101 23.7191H123.999L117.688 14.3755H117.69ZM113.793 10.371H112.943L113.934 5.35662H114.89C117.364 5.35662 118.443 6.16405 118.122 7.78225C117.78 9.50838 116.338 10.371 113.793 10.371Z' fill='white' /%3E%3Cpath d='M35.3056 28.1964L34.7215 28.5027C34.654 28.3345 34.5788 28.224 34.4994 28.1763C34.4174 28.1161 34.3013 28.0885 34.1553 28.0885C33.9751 28.0885 33.8171 28.1387 33.6779 28.2366C33.5404 28.3378 33.4601 28.4617 33.4328 28.6106C33.3952 28.8173 33.5225 28.9813 33.812 29.1076L34.2108 29.2808C34.537 29.4197 34.7616 29.5895 34.8854 29.7895C35.0118 29.9887 35.0477 30.233 34.9973 30.5216C34.9247 30.9107 34.7351 31.2328 34.4251 31.4864C34.1126 31.7416 33.7582 31.8687 33.3662 31.8687C32.9742 31.8687 32.7035 31.76 32.4985 31.5408C32.297 31.324 32.2039 31.0186 32.2141 30.6237L32.899 30.484C32.8845 30.73 32.905 30.9023 32.9622 30.9961C33.0622 31.1793 33.2415 31.2713 33.4977 31.2713C33.7018 31.2713 33.8803 31.2036 34.04 31.0722C34.198 30.9392 34.2945 30.771 34.332 30.5651C34.3457 30.4848 34.3483 30.4095 34.3389 30.3392C34.3269 30.2731 34.3013 30.2095 34.2612 30.151C34.2244 30.0949 34.1706 30.0422 34.0997 29.9928C34.0323 29.941 33.9477 29.8924 33.8487 29.8472L33.4635 29.6791C32.917 29.4331 32.6873 29.0783 32.7718 28.6056C32.8299 28.2926 33.0015 28.0249 33.2876 27.8107C33.5737 27.599 33.9033 27.4902 34.2714 27.4902C34.7676 27.4902 35.1117 27.7262 35.3064 28.1981L35.3056 28.1964Z' fill='white' /%3E%3Cpath d='M35.4627 29.6622C35.5703 29.0698 35.8846 28.5578 36.4064 28.1327C36.9256 27.7043 37.4978 27.491 38.1195 27.491C38.7412 27.491 39.222 27.7068 39.5823 28.1361C39.9444 28.567 40.0708 29.0857 39.9615 29.689C39.8522 30.2931 39.5362 30.8085 39.017 31.2327C38.4961 31.6561 37.9188 31.8686 37.2911 31.8686C36.7368 31.8686 36.2689 31.6787 35.894 31.3039C35.4823 30.8847 35.338 30.3383 35.4618 29.6622H35.4627ZM36.116 29.6706C36.0323 30.1375 36.1228 30.5215 36.3884 30.8194C36.6514 31.1198 36.9913 31.2712 37.4072 31.2712C37.8598 31.2712 38.2698 31.1181 38.6353 30.8119C39.0025 30.5015 39.2254 30.1249 39.3065 29.6798C39.3885 29.2305 39.3039 28.854 39.0503 28.5486C38.8018 28.2432 38.4499 28.0917 38.0016 28.0917C37.5533 28.0917 37.1459 28.2432 36.783 28.5486C36.4192 28.8515 36.1963 29.2263 36.1151 29.6706H36.116Z' fill='white' /%3E%3Cpath d='M39.9897 31.7916L41.7182 27.2524L42.6047 30.5349L44.7311 27.2524L44.7226 31.7916H44.0564L44.1008 29.2438L42.3305 31.9849L41.5884 29.2405L40.6627 31.7916H39.9897Z' fill='white' /%3E%3Cpath d='M45.551 29.6622C45.6586 29.0698 45.9728 28.5578 46.4946 28.1327C47.0138 27.7043 47.5852 27.491 48.2077 27.491C48.8303 27.491 49.3085 27.7068 49.6698 28.1361C50.0327 28.567 50.1591 29.0857 50.0506 29.689C49.9396 30.2931 49.6253 30.8085 49.1044 31.2327C48.5835 31.6561 48.0087 31.8686 47.3802 31.8686C46.8243 31.8686 46.358 31.6787 45.9848 31.3039C45.5723 30.8847 45.428 30.3383 45.551 29.6622ZM46.2034 29.6706C46.1197 30.1375 46.212 30.5215 46.4741 30.8194C46.7397 31.1198 47.0805 31.2712 47.4955 31.2712C47.9481 31.2712 48.3563 31.1181 48.7235 30.8119C49.0899 30.5015 49.3136 30.1249 49.3948 29.6798C49.4768 29.2305 49.3888 28.854 49.1394 28.5486C48.8892 28.2432 48.5399 28.0917 48.0907 28.0917C47.6415 28.0917 47.235 28.2432 46.8721 28.5486C46.51 28.8515 46.2845 29.2263 46.2043 29.6706H46.2034Z' fill='white' /%3E%3Cpath d='M53.318 28.1964L52.7339 28.5027C52.6656 28.3345 52.5913 28.224 52.5119 28.1763C52.4299 28.1161 52.3146 28.0885 52.1677 28.0885C51.9875 28.0885 51.8295 28.1387 51.6903 28.2366C51.5545 28.3378 51.4734 28.4617 51.4435 28.6106C51.4077 28.8173 51.5323 28.9813 51.8244 29.1076L52.2224 29.2808C52.5469 29.4197 52.7706 29.5895 52.897 29.7895C53.0234 29.9887 53.0593 30.233 53.008 30.5216C52.9372 30.9107 52.7467 31.2328 52.4359 31.4864C52.1225 31.7416 51.7689 31.8687 51.3761 31.8687C50.9832 31.8687 50.7134 31.76 50.5067 31.5408C50.306 31.324 50.2129 31.0186 50.224 30.6237L50.9089 30.484C50.8944 30.73 50.9141 30.9023 50.973 30.9961C51.0729 31.1793 51.2505 31.2713 51.5093 31.2713C51.7108 31.2713 51.891 31.2036 52.049 31.0722C52.2087 30.9392 52.3061 30.771 52.3419 30.5651C52.3547 30.4848 52.3599 30.4095 52.3488 30.3392C52.3368 30.2731 52.3129 30.2095 52.2736 30.151C52.2335 30.0949 52.1814 30.0422 52.1113 29.9928C52.0422 29.941 51.9585 29.8924 51.8586 29.8472L51.4743 29.6791C50.9286 29.4331 50.698 29.0783 50.7834 28.6056C50.8398 28.2926 51.0114 28.0249 51.2975 27.8107C51.5836 27.599 51.9132 27.4902 52.2796 27.4902C52.7775 27.4902 53.1233 27.7262 53.3172 28.1981L53.318 28.1964Z' fill='white' /%3E%3Cpath d='M57.8449 28.1679H56.1173L55.9302 29.1837H57.61L57.5016 29.7836H55.8209L55.5682 31.1935H57.2958L57.1856 31.7917H54.8064L55.5733 27.5688H57.9499L57.8432 28.1679H57.8449Z' fill='white' /%3E%3Cpath d='M59.2009 27.5688L58.5442 31.1943H59.809L59.7005 31.7926H57.7842L58.5494 27.5697H59.2009V27.5688Z' fill='white' /%3E%3Cpath d='M63.2942 31.7466L64.0466 27.5999H64.6811C64.9654 27.5999 65.1866 27.6208 65.3472 27.6651C65.5094 27.7078 65.641 27.7806 65.7383 27.8818C65.8365 27.9889 65.9083 28.1195 65.9492 28.2776C65.9911 28.4357 65.9971 28.5989 65.9689 28.7595C65.9142 29.0566 65.7537 29.3093 65.4847 29.5151C65.6948 29.5887 65.8476 29.7201 65.9441 29.9092C66.0415 30.0949 66.0688 30.3133 66.0227 30.5593C65.9638 30.8856 65.7981 31.1575 65.524 31.3809C65.3583 31.5182 65.1815 31.6127 64.9962 31.6671C64.7947 31.7215 64.5521 31.7458 64.2635 31.7458H63.295L63.2942 31.7466ZM64.3617 29.3795H64.5607C64.7998 29.3795 64.9825 29.3293 65.1123 29.2247C65.2438 29.1227 65.3241 28.9737 65.36 28.7729C65.3976 28.5763 65.3651 28.4299 65.2712 28.3286C65.1764 28.2274 65.0201 28.1763 64.8049 28.1763H64.5812L64.3608 29.3795H64.3617ZM64.0397 31.1592H64.4343C64.7238 31.1592 64.945 31.104 65.1012 30.9919C65.2652 30.8714 65.3626 30.7208 65.3984 30.5367C65.43 30.3577 65.3873 30.2079 65.2737 30.0866C65.1619 29.9644 64.9321 29.9075 64.5923 29.9075H64.2677L64.0406 31.1601L64.0397 31.1592Z' fill='white' /%3E%3Cpath d='M68.9674 30.74H67.1552L66.5011 31.7474H65.8127L68.7069 27.3413L69.929 31.7474H69.2313L68.9691 30.74H68.9674ZM68.8137 30.1518L68.4422 28.7436L67.5284 30.1518H68.8145H68.8137Z' fill='white' /%3E%3Cpath d='M70.2046 31.7465L71.0065 27.3186L73.5198 30.4814L74.0416 27.5997H74.6812L73.8827 32L71.3677 28.8456L70.8425 31.7465H70.2054H70.2046Z' fill='white' /%3E%3Cpath d='M78.5677 27.8231L78.432 28.5628C78.1194 28.2582 77.765 28.1076 77.3705 28.1076C76.9358 28.1076 76.5429 28.2624 76.1877 28.567C75.8316 28.8715 75.6164 29.2422 75.5361 29.6831C75.4575 30.1207 75.5387 30.488 75.7872 30.7867C76.0305 31.0855 76.3721 31.2335 76.8077 31.2335C77.0297 31.2335 77.2287 31.1992 77.3995 31.1248C77.4926 31.0888 77.5933 31.0419 77.6967 30.98C77.8051 30.9198 77.9144 30.8445 78.0366 30.76L77.8982 31.5172C77.4951 31.7214 77.0955 31.8218 76.6907 31.8218C76.0861 31.8218 75.6095 31.6134 75.2551 31.2018C74.9033 30.7867 74.7829 30.2814 74.8896 29.6907C74.9853 29.1635 75.2483 28.6941 75.6778 28.2783C76.2099 27.7704 76.8256 27.5186 77.5208 27.5186C77.9016 27.5186 78.2518 27.6198 78.5677 27.8214V27.8231Z' fill='white' /%3E%3Cpath d='M78.55 29.6555C78.6584 29.0715 78.965 28.5711 79.4791 28.1519C79.9881 27.7344 80.55 27.5227 81.1606 27.5227C81.7712 27.5227 82.2417 27.7352 82.5962 28.1553C82.954 28.5795 83.0787 29.0865 82.9711 29.6789C82.8626 30.2763 82.5535 30.7809 82.0428 31.195C81.5278 31.6134 80.9676 31.8217 80.3468 31.8217C79.8019 31.8217 79.345 31.6351 78.9778 31.2661C78.5705 30.857 78.4287 30.3182 78.55 29.6546V29.6555ZM79.1913 29.6638C79.1093 30.1215 79.199 30.498 79.4612 30.7934C79.7208 31.0871 80.0521 31.2352 80.4629 31.2352C80.907 31.2352 81.3092 31.0846 81.6704 30.7867C82.0283 30.4796 82.2486 30.1107 82.3272 29.6739C82.4083 29.2304 82.3246 28.8614 82.0761 28.5611C81.8318 28.2632 81.4885 28.1134 81.047 28.1134C80.6055 28.1134 80.2075 28.264 79.848 28.5611C79.4919 28.8581 79.2733 29.2254 79.1913 29.6638Z' fill='white' /%3E%3Cpath d='M84.6278 31.7466L85.3793 27.5999H86.2666C86.6927 27.5999 87.0207 27.6425 87.2547 27.7229C87.5015 27.8048 87.7201 27.9412 87.8986 28.1337C88.2632 28.5253 88.3896 29.0373 88.2735 29.6732C88.1582 30.3125 87.8397 30.8262 87.3127 31.2203C87.0463 31.4194 86.7841 31.5567 86.5202 31.6303C86.2709 31.7089 85.9318 31.7466 85.504 31.7466H84.627H84.6278ZM85.3725 31.1592H85.6594C85.9489 31.1592 86.1889 31.1291 86.3921 31.0689C86.5928 31.0086 86.7816 30.909 86.9601 30.771C87.3264 30.4899 87.5493 30.1259 87.633 29.6732C87.7124 29.2197 87.6245 28.8507 87.364 28.5679C87.1326 28.3144 86.7431 28.1881 86.1991 28.1881H85.9113L85.3733 31.1592H85.3725Z' fill='white' /%3E%3Cpath d='M91.4306 28.1881H89.7303L89.5527 29.1863H91.1983L91.0924 29.7753H89.4459L89.194 31.1592H90.8926L90.785 31.7466H88.4485L89.2009 27.5999H91.5348L91.4298 28.1881H91.4306Z' fill='white' /%3E%3Cpath d='M96.6902 27.8231L96.5553 28.5628C96.2402 28.2582 95.8866 28.1076 95.4912 28.1076C95.0574 28.1076 94.6637 28.2624 94.3093 28.567C93.9549 28.8715 93.7371 29.2422 93.656 29.6831C93.5774 30.1207 93.6637 30.488 93.9071 30.7867C94.153 31.0855 94.4921 31.2335 94.9302 31.2335C95.1505 31.2335 95.3495 31.1992 95.522 31.1248C95.6151 31.0888 95.7141 31.0419 95.82 30.98C95.9259 30.9198 96.0378 30.8445 96.1573 30.76L96.019 31.5172C95.6193 31.7214 95.2188 31.8218 94.8157 31.8218C94.2111 31.8218 93.7303 31.6134 93.375 31.2018C93.0275 30.7867 92.9062 30.2814 93.0138 29.6907C93.1086 29.1635 93.3725 28.6941 93.8029 28.2783C94.3341 27.7704 94.9472 27.5186 95.6424 27.5186C96.0233 27.5186 96.3725 27.6198 96.6911 27.8214L96.6902 27.8231Z' fill='white' /%3E%3Cpath d='M96.6733 29.6555C96.7783 29.0715 97.0875 28.5711 97.6016 28.1519C98.1106 27.7344 98.6725 27.5227 99.2822 27.5227C99.892 27.5227 100.366 27.7352 100.723 28.1553C101.077 28.5795 101.197 29.0865 101.093 29.6789C100.984 30.2763 100.675 30.7809 100.167 31.195C99.652 31.6134 99.0875 31.8217 98.4701 31.8217C97.9253 31.8217 97.4675 31.6351 97.0994 31.2661C96.6955 30.857 96.552 30.3182 96.6733 29.6546V29.6555ZM97.3147 29.6638C97.2327 30.1215 97.3223 30.498 97.5828 30.7934C97.8424 31.0871 98.1746 31.2352 98.5854 31.2352C99.0278 31.2352 99.43 31.0846 99.7912 30.7867C100.149 30.4796 100.369 30.1107 100.449 29.6739C100.53 29.2304 100.446 28.8614 100.199 28.5611C99.9543 28.2632 99.6102 28.1134 99.1644 28.1134C98.7186 28.1134 98.3275 28.264 97.9697 28.5611C97.6135 28.8581 97.3958 29.2254 97.3147 29.6638Z' fill='white' /%3E%3Cpath d='M104.302 28.2148L103.73 28.5169C103.662 28.3503 103.588 28.2424 103.51 28.193C103.43 28.1353 103.317 28.1077 103.174 28.1077C102.996 28.1077 102.839 28.1579 102.706 28.2558C102.57 28.3512 102.489 28.475 102.463 28.6231C102.424 28.8239 102.549 28.9854 102.834 29.1092L103.224 29.2799C103.543 29.4146 103.767 29.582 103.887 29.7786C104.012 29.9736 104.051 30.2137 103.996 30.499C103.928 30.8806 103.738 31.1952 103.434 31.4445C103.127 31.6955 102.782 31.821 102.393 31.821C102.005 31.821 101.743 31.7148 101.544 31.4989C101.344 31.2872 101.253 30.9852 101.266 30.5994L101.936 30.4597C101.922 30.7032 101.943 30.8697 101.998 30.9651C102.098 31.1433 102.274 31.2328 102.527 31.2328C102.725 31.2328 102.901 31.1676 103.054 31.0362C103.211 30.9073 103.307 30.7417 103.345 30.54C103.357 30.4605 103.362 30.3852 103.35 30.3191C103.34 30.2522 103.314 30.1894 103.277 30.1334C103.24 30.079 103.187 30.0246 103.118 29.9752C103.052 29.9284 102.967 29.8799 102.869 29.833L102.492 29.669C101.955 29.428 101.729 29.0766 101.813 28.6147C101.87 28.3077 102.038 28.0449 102.318 27.8341C102.6 27.6241 102.919 27.5178 103.282 27.5178C103.769 27.5178 104.11 27.7471 104.3 28.2123L104.302 28.2148Z' fill='white' /%3E%3Cpath d='M106.182 28.1881L105.535 31.7466H104.895L105.541 28.1881H104.568L104.674 27.5999H107.259L107.152 28.1881H106.182H106.182Z' fill='white' /%3E%3Cpath d='M109.262 30.74H107.45L106.797 31.7474H106.107L109.001 27.3413L110.223 31.7474H109.523L109.261 30.74H109.262ZM109.11 30.1518L108.737 28.7436L107.824 30.1518H109.111H109.11Z' fill='white' /%3E%3Cpath d='M113.732 29.9795L114.722 31.7466H113.941L113.042 30.0489H112.924L112.616 31.7466H111.979L112.731 27.5999H113.48C114.037 27.5999 114.423 27.7053 114.635 27.9094C114.867 28.1379 114.949 28.4408 114.881 28.8181C114.83 29.1118 114.697 29.3628 114.486 29.5737C114.276 29.7853 114.025 29.9201 113.731 29.9795H113.732ZM113.023 29.505H113.229C113.832 29.505 114.175 29.2791 114.258 28.8248C114.333 28.3998 114.08 28.1881 113.492 28.1881H113.262L113.023 29.505Z' fill='white' /%3E%3Cpath d='M116.497 27.5999L115.744 31.7466H115.106L115.857 27.5999H116.497Z' fill='white' /%3E%3Cpath d='M120.35 27.8231L120.213 28.5628C119.899 28.2582 119.545 28.1076 119.152 28.1076C118.717 28.1076 118.321 28.2624 117.968 28.567C117.615 28.8715 117.396 29.2422 117.318 29.6831C117.239 30.1207 117.322 30.488 117.566 30.7867C117.81 31.0855 118.154 31.2335 118.587 31.2335C118.814 31.2335 119.012 31.1992 119.182 31.1248C119.272 31.0888 119.373 31.0419 119.48 30.98C119.585 30.9198 119.697 30.8445 119.816 30.76L119.677 31.5172C119.278 31.7214 118.876 31.8218 118.473 31.8218C117.868 31.8218 117.39 31.6134 117.037 31.2018C116.688 30.7867 116.567 30.2814 116.671 29.6907C116.767 29.1635 117.031 28.6941 117.463 28.2783C117.993 27.7704 118.605 27.5186 119.302 27.5186C119.683 27.5186 120.032 27.6198 120.351 27.8214L120.35 27.8231Z' fill='white' /%3E%3Cpath d='M122.96 30.74H121.147L120.494 31.7474H119.806L122.699 27.3413L123.92 31.7474H123.223L122.961 30.74H122.96ZM122.808 30.1518L122.436 28.7436L121.521 30.1518H122.808Z' fill='white' /%3E%3Cpath d='M65.1499 0.491211H4.18284L0 23.725H60.9184L65.1499 0.491211Z' fill='white' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_53_326'%3E%3Crect width='124' height='32' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon--clictopay::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='41' viewBox='0 0 64 41' fill='none'%3E%3Cg clip-path='url(%23clip0_6341_1693)'%3E%3Cpath d='M46.3612 40.5005H35.475C34.4586 40.5005 33.6337 39.6807 33.6337 38.6706C33.6337 38.3632 33.7103 38.0733 33.8458 37.8186C33.8252 37.7952 33.8163 37.7805 33.8222 37.7747L48.2173 20.5181L34.5322 4.16613H28.4896L41.5795 19.1771C41.5795 19.1771 41.5943 19.1947 41.6031 19.2035C42.3337 20.0028 42.2454 21.0714 41.5913 21.8092L27.7531 37.8362C27.5174 38.1202 26.2947 39.4582 24.2707 40.1111C24.1852 40.1374 24.0998 40.1638 24.0144 40.1901C23.4045 40.3629 22.7269 40.4712 21.9874 40.4712H7.30654C3.47945 40.4712 0 37.1306 0 33.2102V7.7615C0 4.11928 2.93735 0.535622 7.30654 0.535622L16.534 0.500488C17.6123 0.500488 18.3783 1.29686 18.3783 2.36552C18.3783 3.43417 17.6123 4.16613 16.534 4.16613H7.39787C5.35617 4.16613 3.70041 6.00481 3.70041 7.79664V33.2102C3.70041 35.2685 5.35617 36.8173 7.35368 36.8173H22.0404C23.9024 36.8173 24.963 35.3153 25.0367 35.245L37.3341 20.5825L22.9037 3.21751C22.7357 2.99207 22.6915 2.67294 22.6915 2.36552C22.6915 1.35541 23.5165 0.535622 24.5329 0.535622H35.419C36.0937 0.535622 36.683 0.895745 37.0041 1.43154L37.0159 1.44325L52.5187 19.1771C52.5187 19.1771 52.5334 19.1947 52.5423 19.2035C52.9047 19.5987 53.0638 20.0584 53.0579 20.5151C53.0667 20.9689 52.9047 21.4315 52.5423 21.8268C52.5423 21.8268 52.5275 21.8444 52.5187 21.8531L39.5378 36.8641H45.4714L59.2066 20.4478L45.3153 3.71232C44.95 3.37854 44.7202 2.89838 44.7202 2.36552C44.7202 1.35541 45.5451 0.535622 46.5645 0.535622C47.2303 0.535622 47.8166 0.886962 48.1377 1.4169L63.4726 19.224C64.1267 19.9618 64.2151 21.0334 63.4844 21.8297C63.4844 21.8297 63.4697 21.8473 63.4608 21.8561L47.958 39.5899L47.9462 39.6016C47.6251 40.1374 47.0359 40.4976 46.3612 40.4976' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6341_1693'%3E%3Crect width='64' height='40' fill='white' transform='translate(0 0.500488)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='41' viewBox='0 0 64 41' fill='none'%3E%3Cg clip-path='url(%23clip0_6341_1693)'%3E%3Cpath d='M46.3612 40.5005H35.475C34.4586 40.5005 33.6337 39.6807 33.6337 38.6706C33.6337 38.3632 33.7103 38.0733 33.8458 37.8186C33.8252 37.7952 33.8163 37.7805 33.8222 37.7747L48.2173 20.5181L34.5322 4.16613H28.4896L41.5795 19.1771C41.5795 19.1771 41.5943 19.1947 41.6031 19.2035C42.3337 20.0028 42.2454 21.0714 41.5913 21.8092L27.7531 37.8362C27.5174 38.1202 26.2947 39.4582 24.2707 40.1111C24.1852 40.1374 24.0998 40.1638 24.0144 40.1901C23.4045 40.3629 22.7269 40.4712 21.9874 40.4712H7.30654C3.47945 40.4712 0 37.1306 0 33.2102V7.7615C0 4.11928 2.93735 0.535622 7.30654 0.535622L16.534 0.500488C17.6123 0.500488 18.3783 1.29686 18.3783 2.36552C18.3783 3.43417 17.6123 4.16613 16.534 4.16613H7.39787C5.35617 4.16613 3.70041 6.00481 3.70041 7.79664V33.2102C3.70041 35.2685 5.35617 36.8173 7.35368 36.8173H22.0404C23.9024 36.8173 24.963 35.3153 25.0367 35.245L37.3341 20.5825L22.9037 3.21751C22.7357 2.99207 22.6915 2.67294 22.6915 2.36552C22.6915 1.35541 23.5165 0.535622 24.5329 0.535622H35.419C36.0937 0.535622 36.683 0.895745 37.0041 1.43154L37.0159 1.44325L52.5187 19.1771C52.5187 19.1771 52.5334 19.1947 52.5423 19.2035C52.9047 19.5987 53.0638 20.0584 53.0579 20.5151C53.0667 20.9689 52.9047 21.4315 52.5423 21.8268C52.5423 21.8268 52.5275 21.8444 52.5187 21.8531L39.5378 36.8641H45.4714L59.2066 20.4478L45.3153 3.71232C44.95 3.37854 44.7202 2.89838 44.7202 2.36552C44.7202 1.35541 45.5451 0.535622 46.5645 0.535622C47.2303 0.535622 47.8166 0.886962 48.1377 1.4169L63.4726 19.224C64.1267 19.9618 64.2151 21.0334 63.4844 21.8297C63.4844 21.8297 63.4697 21.8473 63.4608 21.8561L47.958 39.5899L47.9462 39.6016C47.6251 40.1374 47.0359 40.4976 46.3612 40.4976' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6341_1693'%3E%3Crect width='64' height='40' fill='white' transform='translate(0 0.500488)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon--mastercard::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='41' viewBox='0 0 65 41' fill='none'%3E%3Cg clip-path='url(%23clip0_6341_1697)'%3E%3Cpath d='M30.7202 36.756C30.8764 36.8894 31.0438 37.0227 31.2056 37.156C28.0197 39.2672 24.1979 40.5005 20.0858 40.5005C8.99399 40.5005 0 31.5449 0 20.5005C0 9.45605 8.99399 0.500488 20.0858 0.500488C24.1979 0.500488 28.0197 1.73382 31.2056 3.84493C31.0438 3.97827 30.8764 4.10604 30.7202 4.24493C25.9888 8.34493 23.2717 14.2727 23.2717 20.5005C23.2717 26.7283 25.9833 32.656 30.7202 36.756ZM44.9142 0.500488C40.8021 0.500488 36.9803 1.73382 33.7944 3.84493C33.9562 3.97827 34.1236 4.10604 34.2798 4.24493C39.0112 8.34493 41.7283 14.2672 41.7283 20.5005C41.7283 26.7338 39.0167 32.656 34.2854 36.756C34.1292 36.8894 33.9618 37.0227 33.8 37.156C36.9858 39.2672 40.8077 40.5005 44.9197 40.5005C56.0116 40.5005 65.0056 31.5449 65.0056 20.5005C65.0056 9.45605 56.006 0.500488 44.9142 0.500488ZM32.5 4.78382C32.2434 4.98382 31.9867 5.19493 31.7412 5.4116C27.5064 9.07827 24.8283 14.4783 24.8283 20.5005C24.8283 26.5227 27.5064 31.9227 31.7412 35.5894C31.9867 35.806 32.2434 36.0116 32.5 36.2172C32.7567 36.0116 33.0133 35.806 33.2588 35.5894C37.4936 31.9227 40.1717 26.5227 40.1717 20.5005C40.1717 14.4783 37.4936 9.07827 33.2588 5.4116C33.0133 5.19493 32.7567 4.98938 32.5 4.78382Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6341_1697'%3E%3Crect width='65' height='40' fill='white' transform='translate(0 0.500488)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='41' viewBox='0 0 65 41' fill='none'%3E%3Cg clip-path='url(%23clip0_6341_1697)'%3E%3Cpath d='M30.7202 36.756C30.8764 36.8894 31.0438 37.0227 31.2056 37.156C28.0197 39.2672 24.1979 40.5005 20.0858 40.5005C8.99399 40.5005 0 31.5449 0 20.5005C0 9.45605 8.99399 0.500488 20.0858 0.500488C24.1979 0.500488 28.0197 1.73382 31.2056 3.84493C31.0438 3.97827 30.8764 4.10604 30.7202 4.24493C25.9888 8.34493 23.2717 14.2727 23.2717 20.5005C23.2717 26.7283 25.9833 32.656 30.7202 36.756ZM44.9142 0.500488C40.8021 0.500488 36.9803 1.73382 33.7944 3.84493C33.9562 3.97827 34.1236 4.10604 34.2798 4.24493C39.0112 8.34493 41.7283 14.2672 41.7283 20.5005C41.7283 26.7338 39.0167 32.656 34.2854 36.756C34.1292 36.8894 33.9618 37.0227 33.8 37.156C36.9858 39.2672 40.8077 40.5005 44.9197 40.5005C56.0116 40.5005 65.0056 31.5449 65.0056 20.5005C65.0056 9.45605 56.006 0.500488 44.9142 0.500488ZM32.5 4.78382C32.2434 4.98382 31.9867 5.19493 31.7412 5.4116C27.5064 9.07827 24.8283 14.4783 24.8283 20.5005C24.8283 26.5227 27.5064 31.9227 31.7412 35.5894C31.9867 35.806 32.2434 36.0116 32.5 36.2172C32.7567 36.0116 33.0133 35.806 33.2588 35.5894C37.4936 31.9227 40.1717 26.5227 40.1717 20.5005C40.1717 14.4783 37.4936 9.07827 33.2588 5.4116C33.0133 5.19493 32.7567 4.98938 32.5 4.78382Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6341_1697'%3E%3Crect width='65' height='40' fill='white' transform='translate(0 0.500488)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon--visa::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='123' height='41' viewBox='0 0 123 41' fill='none'%3E%3Cpath d='M46.7013 1.20701L30.598 39.8949H20.0918L12.1673 9.02019C11.6862 7.1185 11.2679 6.42182 9.80471 5.62063C7.41584 4.31564 3.47089 3.09128 0 2.33138L0.235749 1.20701H17.1475C19.3032 1.20701 21.2411 2.65198 21.7305 5.15166L25.9157 27.5384L36.2592 1.20636H46.7013V1.20701ZM87.8664 27.2636C87.9087 17.0527 73.8445 16.4902 73.9412 11.9288C73.9713 10.5406 75.2839 9.0647 78.1571 8.68798C79.5812 8.50026 83.505 8.35705 87.9554 10.4194L89.7011 2.21526C87.3097 1.34118 84.2328 0.5 80.4044 0.5C70.5805 0.5 63.6669 5.75868 63.6086 13.2887C63.5452 18.8583 68.5433 21.9663 72.3089 23.817C76.1827 25.7122 77.4825 26.9301 77.4678 28.6254C77.4403 31.2206 74.3781 32.3662 71.5164 32.4114C66.5209 32.4888 63.6221 31.0503 61.3113 29.9685L59.5099 38.4441C61.8322 39.5169 66.1186 40.4529 70.5625 40.5C81.004 40.5 87.8344 35.3065 87.8664 27.2636ZM113.808 39.8949H123L114.976 1.20701H106.492C104.584 1.20701 102.975 2.32557 102.262 4.04535L87.3481 39.8949H97.7845L99.8563 34.1163H112.608L113.808 39.8949ZM102.718 26.187L107.949 11.6611L110.96 26.187H102.718ZM60.902 1.20701L52.6834 39.8949H42.7448L50.9666 1.20701H60.902Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='123' height='41' viewBox='0 0 123 41' fill='none'%3E%3Cpath d='M46.7013 1.20701L30.598 39.8949H20.0918L12.1673 9.02019C11.6862 7.1185 11.2679 6.42182 9.80471 5.62063C7.41584 4.31564 3.47089 3.09128 0 2.33138L0.235749 1.20701H17.1475C19.3032 1.20701 21.2411 2.65198 21.7305 5.15166L25.9157 27.5384L36.2592 1.20636H46.7013V1.20701ZM87.8664 27.2636C87.9087 17.0527 73.8445 16.4902 73.9412 11.9288C73.9713 10.5406 75.2839 9.0647 78.1571 8.68798C79.5812 8.50026 83.505 8.35705 87.9554 10.4194L89.7011 2.21526C87.3097 1.34118 84.2328 0.5 80.4044 0.5C70.5805 0.5 63.6669 5.75868 63.6086 13.2887C63.5452 18.8583 68.5433 21.9663 72.3089 23.817C76.1827 25.7122 77.4825 26.9301 77.4678 28.6254C77.4403 31.2206 74.3781 32.3662 71.5164 32.4114C66.5209 32.4888 63.6221 31.0503 61.3113 29.9685L59.5099 38.4441C61.8322 39.5169 66.1186 40.4529 70.5625 40.5C81.004 40.5 87.8344 35.3065 87.8664 27.2636ZM113.808 39.8949H123L114.976 1.20701H106.492C104.584 1.20701 102.975 2.32557 102.262 4.04535L87.3481 39.8949H97.7845L99.8563 34.1163H112.608L113.808 39.8949ZM102.718 26.187L107.949 11.6611L110.96 26.187H102.718ZM60.902 1.20701L52.6834 39.8949H42.7448L50.9666 1.20701H60.902Z' fill='white'/%3E%3C/svg%3E");
    height: 41px;
    width: 80px;
}


.arrow-circle-right-outlined::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ArrowCircleRightOutlinedIcon'%3E%3Cpath d='M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10M4 12c0-4.42 3.58-8 8-8s8 3.58 8 8-3.58 8-8 8-8-3.58-8-8m12 0-4 4-1.41-1.41L12.17 13H8v-2h4.17l-1.59-1.59L12 8z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-m9simb' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ArrowCircleRightOutlinedIcon'%3E%3Cpath d='M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10M4 12c0-4.42 3.58-8 8-8s8 3.58 8 8-3.58 8-8 8-8-3.58-8-8m12 0-4 4-1.41-1.41L12.17 13H8v-2h4.17l-1.59-1.59L12 8z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--logo-bcr-esencial::before {
    aspect-ratio: 199 / 50;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 198.21 49.4'%3E%3Cg%3E%3Cpath d='M179.92,12.93c-2.01-1.17-4.16-1.72-6.77-1.72-4.14,0-8.22,1.31-11.5,3.68-3.36,2.43-5.55,5.76-6.2,9.38-.57,3.21.22,6.29,2.21,8.66,2.4,2.86,6.35,4.5,10.83,4.5,2.47,0,5.09-.61,7.56-1.75l.42-.2.08-.46.9-4.81.4-2.14-1.8,1.23c-2.68,1.83-4.84,2.65-6.98,2.65-2.73,0-4.98-.91-6.36-2.55-1.14-1.36-1.59-3.11-1.27-4.93.76-4.32,5.58-7.84,10.73-7.84,2.12,0,4.09.8,5.86,2.38l1.21,1.09.28-1.6.82-4.64.11-.62-.55-.32ZM135.52,36.92l4.41-25h4.55c2.03,0,3.61.13,4.77.39,1.17.26,2.12.7,2.84,1.31.74.64,1.27,1.43,1.6,2.38.34.96.42,1.93.25,2.91-.31,1.79-1.41,3.31-3.29,4.55,1.53.45,2.65,1.25,3.38,2.38.74,1.12.98,2.43.72,3.92-.35,1.95-1.47,3.6-3.38,4.95-1.15.83-2.38,1.41-3.7,1.73-1.43.31-3.17.47-5.23.47h-6.92ZM143.99,21.92h.85c1,0,1.78-.21,2.33-.64.55-.43.91-1.06,1.08-1.89.16-.81.04-1.43-.35-1.84-.4-.42-1.05-.63-1.96-.63h-.95l-1.01,5ZM142.37,31.92h1.87c1.37,0,2.41-.22,3.13-.67.76-.48,1.21-1.08,1.34-1.82.13-.71-.09-1.31-.65-1.8-.55-.48-1.63-.72-3.26-.72h-1.53l-.9,5ZM191.56,26.87c6.71-2.38,6.51-8.22,6.51-8.22,0-7.04-8.79-6.74-8.79-6.74h-6.92l-4.4,25h5.96l1.54-8.74,5.49,8.74h7.27l-6.65-10.05ZM187.6,21.92h-.83l.97-5h.93c2.42,0,3.47.81,3.16,2.42-.33,1.72-1.74,2.58-4.23,2.58Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3Cg%3E%3Cpath d='M105.4,40.85l-.6.32c-.07-.18-.15-.29-.23-.34-.08-.06-.2-.09-.35-.09-.19,0-.35.05-.49.15-.14.11-.22.24-.25.39-.04.22.09.39.39.52l.41.18c.34.15.57.32.69.53.13.21.17.47.11.77-.07.41-.27.75-.59,1.01-.32.27-.69.4-1.09.4s-.68-.11-.89-.34c-.21-.23-.3-.55-.29-.96l.71-.15c-.01.26,0,.44.07.54.1.19.29.29.55.29.21,0,.39-.07.56-.21.16-.14.26-.32.3-.53.01-.09.02-.16,0-.24-.01-.07-.04-.14-.08-.2-.04-.06-.09-.12-.17-.17-.07-.05-.16-.1-.26-.15l-.4-.18c-.56-.26-.8-.63-.71-1.13.06-.33.24-.61.53-.83.29-.22.63-.34,1.01-.34.51,0,.87.25,1.07.74Z' style='fill: %23eb333f; stroke-width: 0px;'/%3E%3Cpath d='M105.56,42.39c.11-.62.43-1.16.97-1.61.54-.45,1.12-.67,1.76-.67s1.13.23,1.51.68c.37.45.5,1,.39,1.63-.11.64-.44,1.18-.97,1.62-.54.45-1.13.67-1.78.67-.57,0-1.05-.2-1.44-.59-.42-.44-.57-1.01-.44-1.72ZM106.23,42.4c-.09.49,0,.89.28,1.21.27.32.62.47,1.05.47.47,0,.89-.16,1.26-.48.38-.33.61-.72.69-1.19.08-.47,0-.87-.26-1.19-.26-.32-.62-.48-1.08-.48s-.88.16-1.26.48c-.37.32-.6.71-.69,1.18Z' style='fill: %23eb333f; stroke-width: 0px;'/%3E%3Cpath d='M110.22,44.92l1.78-5.06.91,3.45,2.44-3.45v5.06h-1v-2.97l-1.72,2.88-.76-2.88-.95,2.97h-.69Z' style='fill: %23eb333f; stroke-width: 0px;'/%3E%3Cpath d='M115.95,42.39c.11-.62.43-1.16.97-1.61.53-.45,1.12-.67,1.76-.67s1.13.23,1.51.68c.37.45.5,1,.39,1.63-.11.64-.44,1.18-.97,1.62-.54.45-1.13.67-1.78.67-.57,0-1.05-.2-1.44-.59-.43-.44-.57-1.01-.45-1.72ZM116.62,42.4c-.09.49,0,.89.28,1.21.27.32.62.47,1.05.47.47,0,.89-.16,1.26-.48.38-.33.61-.72.69-1.19.08-.47,0-.87-.26-1.19-.26-.32-.62-.48-1.08-.48s-.88.16-1.25.48c-.37.32-.6.71-.69,1.18Z' style='fill: %23eb333f; stroke-width: 0px;'/%3E%3Cpath d='M123.94,40.85l-.6.32c-.07-.18-.15-.29-.23-.34-.08-.06-.2-.09-.35-.09-.19,0-.35.05-.49.15-.14.11-.22.24-.25.39-.04.22.09.39.39.52l.41.18c.34.15.57.32.7.53.13.21.17.47.11.77-.07.41-.27.75-.59,1.01-.32.27-.69.4-1.09.4s-.68-.11-.9-.34c-.21-.23-.3-.55-.29-.96l.71-.15c-.01.26,0,.44.07.54.1.19.29.29.55.29.21,0,.39-.07.56-.21.16-.14.26-.32.3-.53.01-.09.02-.16,0-.24-.01-.07-.04-.14-.08-.2-.04-.06-.1-.12-.17-.17-.07-.05-.16-.1-.26-.15l-.4-.18c-.56-.26-.8-.63-.71-1.13.06-.33.23-.61.53-.83.3-.22.63-.34,1.01-.34.51,0,.87.25,1.07.74Z' style='fill: %23eb333f; stroke-width: 0px;'/%3E%3Cpath d='M128.61,40.92h-1.78l-.18,1h1.72l-.11,1h-1.73l-.26,1h1.78-2.52l.71-4h2.49l-.11,1Z' style='fill: %23eb333f; stroke-width: 0px;'/%3E%3Cpath d='M130.02,39.92l-.71,4h1.32-2.05l.71-4h.73Z' style='fill: %23eb333f; stroke-width: 0px;'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M134.34,43.92l.71-4h.6c.27,0,.48.02.63.06.15.04.28.11.37.21.09.1.16.23.2.38.04.15.05.31.02.47-.05.29-.2.53-.46.73.2.07.34.2.43.38.09.18.12.39.08.63-.06.31-.21.58-.47.79-.16.13-.32.22-.5.28-.19.05-.42.08-.69.08h-.91ZM135.32,41.92h.21c.25.15.44.1.57,0,.14-.11.22-.27.26-.48.04-.21,0-.36-.09-.47-.1-.11-.26-.16-.48-.04h-.23l-.23,1ZM134.99,43.92h.41c.3.04.53-.02.69-.14.17-.13.27-.29.31-.48.03-.19-.01-.35-.13-.48-.12-.13-.35-.19-.71.1h-.34l-.23,1Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3Cpath d='M140.03,43.92h-1.76l-.64,1h-.67l2.81-4.37,1.19,4.37h-.68l-.25-1ZM139.94,42.92l-.39-1.49-.95,1.49h1.33Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3Cpath d='M141.59,43.92l.76-4.27,2.38,3.05.49-2.78h.6l-.75,4.25-2.38-3.04-.5,2.8h-.6Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3Cpath d='M150.05,40.43l-.14.78c-.32-.32-.69-.48-1.1-.48-.45,0-.86.16-1.23.49-.37.32-.59.72-.68,1.18-.08.46,0,.85.26,1.17.25.32.61.47,1.06.47.23,0,.44-.04.61-.12.1-.04.2-.09.31-.15.11-.06.23-.14.35-.23l-.14.8c-.42.22-.83.32-1.25.32-.63,0-1.12-.22-1.49-.66-.36-.44-.49-.97-.38-1.6.1-.56.37-1.05.82-1.49.55-.54,1.19-.8,1.91-.8.39,0,.76.11,1.09.32Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3Cpath d='M150.03,42.37c.11-.62.43-1.15.96-1.59.53-.44,1.11-.67,1.74-.67s1.12.22,1.49.67c.37.45.5.99.39,1.61-.11.63-.43,1.17-.96,1.6-.53.44-1.12.66-1.76.66-.56,0-1.04-.2-1.42-.59-.42-.43-.57-1-.44-1.7ZM150.7,42.38c-.09.48,0,.88.28,1.19.27.31.61.47,1.04.47.46,0,.88-.16,1.25-.48.37-.32.6-.71.68-1.18.08-.47,0-.86-.26-1.18-.25-.31-.61-.47-1.07-.47s-.87.16-1.24.47c-.37.31-.6.7-.68,1.17Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3Cpath d='M156.51,43.92l.71-4h.84c.4,0,.71.04.93.12.23.08.44.21.61.4.35.38.47.87.36,1.49-.11.62-.41,1.11-.91,1.49-.25.19-.5.32-.75.4-.23.07-.56.11-.96.11h-.83ZM157.16,43.92h.28c.29,0,.52-.03.73-.09.2-.06.39-.16.56-.3.36-.28.58-.65.67-1.11.08-.46,0-.83-.27-1.12-.23-.26-.62-.38-1.15-.38h-.28l-.53,3Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3Cpath d='M163.39,40.92h-1.77l-.17,1h1.7l-.11,1h-1.71l-.26,1h1.76-2.5l.71-4h2.46l-.11,1Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3Cpath d='M168.84,40.43l-.14.78c-.33-.32-.69-.48-1.1-.48-.45,0-.86.16-1.23.49-.37.32-.59.72-.68,1.18-.08.46,0,.85.26,1.17.26.32.61.47,1.06.47.23,0,.44-.04.61-.12.1-.04.2-.09.31-.15.11-.06.23-.14.35-.23l-.14.8c-.41.22-.83.32-1.25.32-.63,0-1.13-.22-1.49-.66-.36-.44-.49-.97-.38-1.6.1-.56.37-1.05.82-1.49.55-.54,1.19-.8,1.91-.8.4,0,.76.11,1.09.32Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3Cpath d='M168.82,42.37c.11-.62.43-1.15.96-1.59.53-.44,1.11-.67,1.74-.67s1.12.22,1.49.67c.37.45.49.99.38,1.61-.11.63-.43,1.17-.96,1.6-.53.44-1.12.66-1.76.66-.57,0-1.04-.2-1.42-.59-.42-.43-.57-1-.44-1.7ZM169.49,42.38c-.09.48,0,.88.28,1.19.27.31.61.47,1.04.47.46,0,.87-.16,1.25-.48.37-.32.6-.71.68-1.18.08-.47,0-.86-.26-1.18-.25-.31-.61-.47-1.07-.47s-.87.16-1.24.47c-.37.31-.6.7-.68,1.17Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3Cpath d='M176.73,40.84l-.59.32c-.07-.18-.15-.29-.23-.34-.08-.06-.2-.09-.35-.09-.18,0-.35.05-.49.16-.14.1-.22.23-.25.39-.04.21.09.39.39.52l.4.18c.33.14.56.32.69.53.13.21.17.46.11.76-.07.4-.27.74-.58,1-.32.27-.68.4-1.08.4s-.67-.11-.88-.34c-.21-.22-.3-.54-.29-.95l.7-.15c-.01.26,0,.43.06.53.1.19.28.29.55.29.21,0,.39-.07.55-.21.16-.14.26-.31.3-.53.01-.09.02-.16,0-.24-.01-.07-.04-.14-.07-.2-.04-.06-.09-.11-.16-.17-.07-.05-.16-.1-.26-.15l-.39-.17c-.56-.26-.79-.63-.7-1.11.06-.33.23-.6.52-.83.29-.22.63-.33,1-.33.5,0,.86.24,1.05.74Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3Cpath d='M178.72,40.92l-.71,4h-.7l.71-4h-1.01l.11-1h2.68l-.11,1h-.97Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3Cpath d='M181.81,43.92h-1.76l-.63,1h-.67l2.82-4.37,1.19,4.37h-.68l-.25-1ZM181.72,42.92l-.39-1.49-.95,1.49h1.33Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3Cpath d='M186.49,42.22l.94,1.7h-.7l-.93-1h-.12l-.32,1h-.52l.71-4h.71c.53,0,.89.1,1.09.3.22.22.3.51.23.88-.05.28-.17.52-.37.73-.2.2-.44.33-.71.39ZM185.78,41.92h.21c.63.29.98.05,1.07-.43.08-.45-.18-.67-.79-.57h-.24l-.25,1Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3Cpath d='M189.31,39.92l-.71,4h-.6l.71-4h.6Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3Cpath d='M193.37,40.43l-.14.78c-.32-.32-.69-.48-1.1-.48-.45,0-.86.16-1.23.49-.37.32-.59.72-.68,1.18-.08.46,0,.85.26,1.17.25.32.61.47,1.06.47.23,0,.44-.04.62-.12.09-.04.2-.09.31-.15.11-.06.22-.14.35-.23l-.14.8c-.41.22-.83.32-1.25.32-.63,0-1.12-.22-1.49-.66-.36-.44-.49-.97-.38-1.6.1-.56.37-1.05.82-1.49.55-.54,1.19-.8,1.91-.8.4,0,.76.11,1.09.32Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3Cpath d='M196.01,43.92h-1.76l-.64,1h-.67l2.81-4.37,1.19,4.37h-.68l-.25-1ZM195.92,42.92l-.39-1.49-.95,1.49h1.33Z' style='fill: %23174794; stroke-width: 0px;'/%3E%3C/g%3E%3Cpolygon points='136.2 11.92 73.45 11.92 69.05 36.92 131.56 36.92 136.2 11.92' style='fill: %23eb333f; stroke-width: 0px;'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M22.27,29.71c-.06-.06-.16-.06-.23,0-.41.38-.78.62-1.36.62-.87,0-1.53-.71-1.53-1.68s.66-1.64,1.53-1.64c.48,0,.87.18,1.32.59.03.03.08.05.12.04.04,0,.08-.02.11-.06l.58-.66c.06-.07.05-.16-.01-.22-.44-.42-1.03-.84-2.11-.84-1.6,0-2.8,1.21-2.8,2.82s1.21,2.79,2.76,2.79c.89,0,1.55-.29,2.19-.96.06-.06.06-.17,0-.23l-.58-.59Z' style='fill: %23028042; stroke-width: 0px;'/%3E%3Cpath d='M25.95,30.33c-.9,0-1.58-.71-1.58-1.67s.67-1.64,1.56-1.64,1.58.71,1.58,1.67-.67,1.64-1.56,1.64M25.95,25.86c-1.6,0-2.84,1.23-2.84,2.82s1.22,2.79,2.83,2.79,2.84-1.23,2.84-2.82-1.22-2.79-2.83-2.79' style='fill: %23028042; stroke-width: 0px;'/%3E%3Cpath d='M31.68,28.1c-1.04-.25-1.09-.41-1.09-.66,0-.27.27-.45.67-.45.42,0,.85.16,1.29.49.04.03.08.04.12.03.04,0,.08-.03.11-.07l.48-.68c.05-.07.04-.17-.03-.22-.57-.46-1.21-.68-1.96-.68-1.11,0-1.91.69-1.91,1.66,0,1.04.67,1.41,1.83,1.69.96.22,1.03.4,1.03.64,0,.35-.38.48-.74.48-.55,0-1-.19-1.51-.62-.03-.03-.07-.04-.12-.04-.04,0-.08.03-.11.06l-.54.64c-.06.07-.05.17.02.23.63.56,1.4.86,2.24.86,1.21,0,1.99-.66,1.99-1.7s-.85-1.43-1.77-1.66' style='fill: %23028042; stroke-width: 0px;'/%3E%3Cpath d='M38.35,26.92v-.81s-.15-.17-.24-.19h-4.15c-.09.02-.16.1.39.19v.83c-.55.09-.39-.02-.39-.02h1.39v4.31c.07.09.14.16.23-.31h.91c.09.47.16.4-.14.31v-4.31h1.76c.09,0,.16-.07.16-.16' style='fill: %23028042; stroke-width: 0px;'/%3E%3Cpath d='M41.22,28.92h-1.27l.63-1.47.64,1.47ZM41.11,26.01c-.02-.05-.08-.09-.14-.09h-.76c-.06,0-.11.03-.14.09l-2.05,4.7s-.02.1.01.14c.03.04.07.07.12.07h.69s.13.43.15.37l.49-1.37h2.2l.48,1.37c.03.06.15-.37.15-.37h.72c.05,0,.1-.03.12-.07.03-.04.03-.09.01-.14l-2.06-4.7Z' style='fill: %23028042; stroke-width: 0px;'/%3E%3Cpath d='M19.35,33.92h1.41c.41-.15.9-.03.9.55,0,.43-.34.69-.89.45h-1.42v-1ZM21.46,36.07c.66-.26,1.03-.8,1.03-1.51,0-.44-.15-.83-.43-1.12-.34-.34-.85-.51-1.46-.51h-2.08c-.09,0-.16.07-.16.16v4.82s.11.16.2.02h.9c.09.14.16.07-.1-.02v-1.98h1.14l1.21,2.07s.13-.07.13-.07h.66c.06,0,.11-.03.13-.08.03-.05.02-.11-.01-.16l-1.15-1.62Z' style='fill: %23028042; stroke-width: 0px;'/%3E%3Cpath d='M25.35,32.92h-1.39c-.09-.3-.16-.22.39-.13v5.11c-.55.09-.48.16-.39.02h.9c.09.14.16.07.49-.02v-5.11c-.33-.09-.4-.16-.49-.16' style='fill: %23028042; stroke-width: 0px;'/%3E%3Cpath d='M30.25,36.38c-.06-.06-.16-.06-.23,0-.41.38-.78.62-1.36.62-.87,0-1.53-.71-1.53-1.67s.66-1.64,1.53-1.64c.48,0,.88.18,1.32.59.03.03.08.05.12.05.04,0,.08-.02.11-.06l.58-.67c.06-.07.05-.16-.01-.22-.44-.42-1.03-.84-2.12-.84-1.59,0-2.8,1.21-2.8,2.82s1.21,2.79,2.76,2.79c.89,0,1.55-.29,2.19-.96.06-.07.06-.17,0-.23l-.58-.59Z' style='fill: %23028042; stroke-width: 0px;'/%3E%3Cpath d='M34.51,35.92h-1.27l.63-1.47.64,1.47ZM36.71,38.17l-2.25-5.15c-.03-.06-.08-.1-.15-.1h-.94c-.06,0-.11.04-.14.09l-2.06,4.7s-.01.1.01.14c.03.04.07.07.13.07h.83s.12.1.15.04l.48-1.04h2.2l.48,1.04c.03.06.15-.04.15-.04h.95c.06,0,.11-.03.14-.07.03-.05.03-.1.01-.16' style='fill: %23028042; stroke-width: 0px;'/%3E%3Cpath d='M18.02,20.99c.19-.19.55-.51.55-.51.17-.18.15-.17.49-.32.04-.02.07-.05.1-.07.03-.01.07-.03.1-.04-.01-.01.05-.01.09-.05.07,0,.06-.04.2-.12.13-.03.27-.15.41-.13.04.01.11.1.01.31-.08.13-.16.27-.31.4-.08.07-.16.16-.24.23-.07.08-.24.12-.4.21-.13.07-.3.12-.42.18-.16.07-.26.1-.34.13-.05.05-.22.09-.29.11,0-.14-.16-.1.04-.32M25.55,23s-.09-.12-.09-.12c-.05-.02-.07-.06-.07-.06,0,0-.06-.03-.1-.04-.05-.02.07,0,.04-.02-.13-.07-.25-.37-.33-.78,0,.01-.04-.57-.04-.63-.03-.27.01-.52.03-.73.04-.13.04-.38.05-.47.02-.16.04-.13.08-.47.01-.03.02-.08.03-.11,0-.1-.02-.11-.04-.17.02-.03-.1-.11-.14-.17-.04-.04-.46-.06-.46-.06-.03.02-.07,0-.08,0-.07.02-.1.03-.1.03-.07.03-.11.05-.17.08-.03.03-.19.19-.22.23-.24.29.07-.01-.04.11-.08.08-.22.25-.37.42-.06.07-.05.1-.11.17-.05.06-.1.16-.15.21-.15.17-.35.31-.37.32-.1.17-.11.12-.22.34-.05.06-.09.09-.14.15-.02.05-.17.17-.29.37,0,.02-.03.06-.04.07-.01,0-.04.03-.05.03,0-.05,0,0,0-.05,0-.14.05-.26.04-.26,0-.03-.01-.11-.01-.13.1-.22.02-.22.08-.45-.03.07.03-.14.03-.14.04-.11.08-.23.08-.33,0,0,.08-.2.08-.44,0-.12-.07-.07-.07-.07,0,0,0,0,0,0h0s-.06-.12-.32-.06c-.08,0-.18-.03-.33.04-.06.02-.07.02-.16.06-.03.03-.12.13-.15.15-.02.02-.03.04-.05.05-.02.02-.04.04-.06.06-.02.03-.07.13-.09.16-.05.06-.09.11-.14.17-.1.12-.1.11-.2.22-.04.03-.07.11-.07.11-.02.04-.04.08-.06.11-.09.1-.13.14-.2.2-.03.11-.43.34-.45.44.02-.08-.38.38-.51.43,0,0-.68.51-1.05.58-.42.16-.71.02-.8-.03-.07-.08-.12-.07-.15-.12,0,0-.05-.06-.04-.06-.29-.26-.15-.55-.07-.74,0-.03,0-.05.01-.07.07-.01.15-.05.3-.09.05-.01.13,0,.19,0,.02,0,.07-.01.14-.03.1-.03.27-.12.3-.12.05-.02.08,0,.13-.02.1-.03.21-.09.21-.09.1-.03.21-.08.31-.13.06-.03.05-.05.11-.07.06-.03.18-.07.24-.11.03-.01.09-.07.11-.08.04-.03.05,0,.09-.03.04-.02.13-.06.16-.08.13-.09.2-.18.31-.3.15-.18.27-.32.39-.55.06-.11.13-.23.16-.44,0-.11.03-.26-.17-.47-.18-.15-.44-.18-.54-.16-.79.12-.98.33-1.33.5-.3.18-.59.4-.95.8-.36.37-.69.82-.87,1.34,0,.25-.16.7.04,1.04,0,.05,0,.09.01.14.08.11.19.24.29.35h-.02c.2.14.47.25.59.26,0,0,0,0-.01,0,.1.03.19.03.28.04-.02,0-.03,0-.05,0,.41,0,.75-.07,1.02-.16.03-.02.06-.03.1-.05.61-.16.54-.36.98-.57,0,0,.06-.05.06-.05.26-.33.5-.4.75-.65,0,0,.01,0,.02,0,0,0,.1-.06.18-.17.04-.05.07-.11.11-.17.03-.04.09-.11.15-.18,0,0,.04-.09.05-.1.08-.15.13-.19.14-.2.02.08.01.2-.03.34-.02.15.02.26-.01.38.01.05-.03.29-.02.34.02.05-.02.09,0,.14.01.02.05.1.07.12.03.04.04.05.07.07.03.01.03.04.06.06.03,0,.06.06.1.07.04,0,.08.04.12.05,0,0,.09.02.11.02.03,0,.07,0,.1,0,0,0,.02,0,.06-.02.01,0,.02,0,.03,0,0,.01.03-.01.11-.04.02-.01.06-.04.07-.05,0,0,.07-.05.08-.06,0-.03.03-.02.05-.05.01-.03.04-.03.07-.07.01-.02.06-.05.07-.07.02-.02.12-.17.15-.18.06-.09.29-.26.32-.34.06-.07.54-.69.6-.77.13-.13.19-.2.25-.3.15-.16.14-.13.25-.27.01-.02.07-.19.09-.21.02-.03,0,.08.03.04-.11.36-.09.42-.1.84,0,0,.04.26,0,.35,0,0,.01.24.01.26,0,.17,0,.11.11.53.08.34.19.66.57,1,.08.07.18.16.38.17.12,0,.17-.03.18-.04,0,0-.04,0-.03-.01.03-.03.04,0,.07-.03,0,0,0-.04.01-.05,0-.01.05-.02.06-.04,0,0-.02-.05-.02-.05.01-.02,0,.02.02.01.04-.02-.04-.06-.04-.07' style='fill: %2362a344; stroke-width: 0px;'/%3E%3Cpath d='M28.46,22.87c.21-.08,1.04-.77,1.17-.91.06-.05.05-.03.11-.08.02-.01.06-.1.06-.1l.16-.17s-.02,0,.05-.08v-.07s.06-.05.09-.07c-.01.05-.04.11-.03.15,0,.04-.01.09-.02.13.01.06-.02.18-.02.18,0,0,0,.38.06.49,0,.05.06.16.06.16.02.05.05.24.04.24,0,.01.1.23.14.28.06.08.09.16.15.24.05.05.07.08.13.13.03.01.08.04.11.05.04.01.15-.03.2-.02.03-.02.06-.05.09-.07.02-.03.04-.06.06-.09,0,0-.09-.32-.13-.36-.04-.06-.07-.12-.11-.17-.02-.05-.03-.09-.05-.14-.02-.06-.03-.12-.05-.18-.02-.08-.03-.16-.05-.24,0,0-.04-.16,0-.32,0-.05,0-.1,0-.14,0-.25.05-.67.11-.94.03-.05.04-.11.06-.15-.01.03-.02.02-.02,0,.04-.14,0,0,.03-.14.02-.08,0-.06.08-.26.02-.06.07-.17.07-.17.02-.02.02-.01.03-.11-.02-.1-.39-.15-.55-.03-.02.01-.04.03-.06.05-.04.03-.08.07-.12.1-.03.07-.04.08-.05.1-.02.03-.04.07-.06.11-.09.13,0,.11-.04.18-.06.1-.11.19-.17.28,0,0-.02.03-.03.05l-.18.22s-.32.31-.37.32c.02,0-.17.15-.19.18-.06.05-.19.16-.24.2l-.44.33c-.16.11-.17.15-.37.25l-.18.11c-.21.16-.47.22-.67.23-.12-.01-.23-.06-.29-.16-.03-.04-.1-.16-.11-.17-.05-.11-.03,0-.06-.12-.14-.13.25-1.01.43-1.16.05-.11.16-.22.23-.32h0c.06-.1.6-.59.71-.66h-.02c.09-.08.09-.04.17-.09-.02-.02.06-.09.09-.11h0c.05-.03.16-.12.25-.16v.02c.07-.05.15-.11.18-.11.02,0,.05-.01.08-.02,0,0,0,.02,0,.05.07,0,0,.05,0,.07-.05.07-.04.19-.04.19,0,0,.04.07.07.11.04.05.13.09.17.07.04.01.07.02.09,0,0,0,.09,0,.12,0,.06-.03.15-.22.15-.22.04-.08.01-.11.02-.1,0,0,.04-.01.06-.1.02-.12-.03-.02-.01-.19.04-.12-.18-.36-.26-.4-.14-.08-.24-.08-.32-.08-.03,0-.07,0-.09,0-.16,0-.28.05-.39.08-.22.08-.41.18-.6.3-.01,0-.21.14-.3.22-.03.02-.04.02-.05.02.01,0-.48.46-.48.48v.02c-.07.1-.03,0-.11.1,0,.06-.14.17-.19.23-.02.04-.04.05-.05.08,0,.01.01,0,.02,0l-.05.07s-.04.02-.02,0c-.16.13-.69,1.15-.62,1.54-.02.07.03.16,0,.24l.02.02v.05c.13.35.02.09.16.39.12.14.2.19.27.25-.01,0-.03-.04,0-.02,0,.02.1.05.11.08.03.02.16.09.12.04.02.02.14.07.06.05.04.02.08.03.11.04,0,0,.15.04.23.03.03,0,.06,0,.07.02.06,0,.11,0,.16,0,0,0,.21-.03.21-.03.4-.09.84-.38.84-.38' style='fill: %2362a344; stroke-width: 0px;'/%3E%3Cpath d='M31.66,19.36c0-.11.06-.13.06-.21,0-.1-.16-.1-.15-.23-.06-.01-.07-.08-.12-.11-.03-.02-.1,0-.09-.05-.09,0-.11-.03-.18-.03-.16-.01-.42.02-.5.16,0,.05-.02.06.01.08-.03.01-.04.05-.05.09.02.05.05.05.02.13.08.04.04.2.18.21,0,.03-.02.02,0,.05.04.02.06,0,.11,0,.12.16.4-.04.6.03.05-.03.07-.1.13-.12' style='fill: %2362a344; stroke-width: 0px;'/%3E%3Cpath d='M10.91,20.9c.18-.2.82-.65.84-.64l.09-.1s.23-.07.29-.1c.2-.1.4-.22.63-.26.1-.07.22-.12.33-.09.16-.1.36-.03.55,0-.49.41-1.09.69-1.65.98-.08.03-.67.27-.9.33-.17.04-.28-.02-.17-.11M16.77,19.49c.07.06.34-.15.41-.17.14-.22.15-.14.28-.6.02-.06-.04-.14-.03-.22-.06-.03-.06-.14-.18-.12-.02-.1-.18.01-.26-.03-.06.05-.15.04-.16.06-.09.05-.2.12-.28.2-.01.01-.01.04-.03.06,0,0-.03,0-.04,0,0,0-.01.03-.02.03-.05.07-.15.15-.2.21-.03.03-.05.05-.07.08-.04.05-.05.08-.08.13-.03.05-.08.1-.12.15-.05.08-.1.15-.14.21-.03.04-.02.06-.04.1-.02.04-.07.07-.09.12,0,.02,0,.04,0,.06,0,.02-.04.03-.04.05-.08.18-.12.36-.21.51.03,0-.01.07-.03.12-.01.06,0,.1-.04.12.05.03-.04.12,0,.19,0,0,0,0,0,.01-.1.12-.22.25-.27.35-.4.31-.82.64-1.26.91-.24.11-.44.24-.66.35-.13.06-.26.12-.4.18-.03.01-.06.02-.08.03-.04.01-.08.02-.12.03-.03,0-.07.02-.1.03-.49.14-1.22.38-1.78.33-.07-.04-.16-.06-.24-.1,0-.02-.01-.02,0-.05-.08.01-.14-.13-.16-.21-.04-.24.21-.66.31-.7.2,0,.3-.12.47-.12.17-.07.34-.14.52-.19.03-.02.04-.04.07-.02.32-.12.59-.24.82-.31,0-.02.76-.35.86-.41.34-.12.64-.33.94-.46,0,0,.03-.04.04-.01-.1.11.13-.01.3-.2.09-.1.22-.24.23-.33,0-.07-.05-.13,0-.19-.05-.02-.04-.1-.07-.15-.15-.14-.28-.31-.47-.38-.07-.03-.19-.06-.29-.06-.05,0-.11.03-.17.03-.76,0-1.24.26-1.79.54-.03.03-.01.04-.03.07-.14.02-.29.14-.42.22-.28.16-.51.36-.76.54-.3.3-.63.57-.86.95-.05.04-.11.06-.17.09.03,0,.04,0,.03.04-.1-.03-.41.09-.59.11-.08.11-.3.04-.36.13-.13.02-.96.24-1.01.25-.07.02-1.54.37-1.59.37-.08.06-.91.19-.9.18-.2.03-.61.14-.6.11-.04,0-.96.09-1.35.22-.04-.06-.1.02-.15.02-.03-.05-.49.02-.44.05-.06-.04-.03.06-.09,0,0-.02.03,0,.03-.03-.06,0-.11.03-.15.06,0-.02.02-.02.03-.03-.84.08-1.92.09-2.52-.36-.03,0-.03.02-.06,0-.02,0-.03-.04-.07-.04-.1.17.03.25.07.35-.04,0-.04-.02-.06,0-.01.11.13.12.09.2.46.29,1.07.48,1.69.44,0,.02,0,.04,0,.05.17-.02.5-.04.49-.02.14.03.37,0,.56-.05.02.05.29-.06.39-.05,0,0-.03.04,0,.03.11-.03.46-.07.47-.05.03.03.45-.01.37-.05.08-.02.12,0,.18-.04-.03,0,.4-.1.37-.04.05,0,.1-.02.14-.03.02-.03.75-.11.78-.08-.03-.06.18-.07.1-.03.07-.02.53-.08.52-.12.08-.01.55-.08.57-.07.02-.01.46-.16.46-.15.21-.07.72-.18.76-.16l.3-.04s.65-.22.64-.16c.05,0,.09-.03.13-.05,0-.03.48-.16.47-.12.05,0,.08-.03.13-.03,0,.15-.01.37.07.46,0,.02-.03.01-.03.04.1.25.26.51.47.69.39.25,1.03.19,1.52.13.43-.1.82-.23,1.2-.38h0c.17-.07.35-.16.52-.21.23-.16.48-.29.74-.42.25-.22.78-.57,1-.83.06-.03.12-.09.18-.14v.06c.02.14.05.27.08.38-.01.06.01.11.04.11-.01.02-.02.03-.02.06.06.25.18.46.24.71.01.02.03.03.05.04-.01.04.02.04,0,.08.04.05.07.11.09.15.01.03,0,.07.01.1.04.1.1.19.14.29.05.14.07.3.09.46,0,.05.02.08.02.12,0,.07-.04.15-.05.23,0,.02.01.04,0,.06-.02.06-.08.15-.1.19,0,.02,0,.04,0,.06-.05.09-.21.27-.28.34-.08.07-.16.13-.23.21-.16.1-.31.2-.49.28-.07.03-.17.07-.24.09-.08.02-.16,0-.24.02-.03,0-.05.02-.08.03-.07,0-.17-.05-.23.03-.04-.06-.13-.02-.2-.04,0,0,0-.02,0-.03-.07.02-.06-.03-.11-.02-.03.09.06.08.05.15.04,0,.05.02.07.03-.03.08.11.05.06.12.1,0,.12.03.22.02,0,.04.02.06.04.08.05-.01.11,0,.2.01-.04.05.02,0,.03.04-.05.02-.13,0-.18.03.02.04.15.06.27.04.03,0,.06-.03.09-.03.04,0,.07.03.1.03.11,0,.2-.08.29-.08.02.04-.04,0-.04.04.04,0,.06-.02.1-.02.01-.04.14-.08.12-.05.05,0,.12,0,.22-.02.11,0,.22-.1.31-.16.07-.04.09-.05.14-.1.03-.02.06-.04.08-.06.17-.13.31-.26.44-.41.02-.09.08-.15.13-.22,0-.03,0-.05,0-.08.06-.03.04-.07.05-.11,0-.02.04-.03.04-.05,0,0-.01-.03,0-.05.04-.13.12-.33.13-.48.01-.17-.05-.33-.06-.47,0,0,.02-.03.02-.03,0-.02-.03-.03-.03-.05-.01-.13-.06-.24-.1-.32-.04-.08-.05-.14-.08-.21-.02-.05-.02-.1-.04-.15-.02-.05-.06-.08-.08-.13,0-.01,0-.03,0-.04-.03-.09-.09-.16-.12-.25-.02-.07-.04-.13-.06-.18-.08-.16-.1-.33-.13-.48-.05-.11-.08-.25-.09-.39-.02-.13-.01-.27,0-.41.01-.15.03-.33.07-.48.09-.35.26-.64.4-.92.02-.04.06-.06.08-.13,0-.04.05-.13.08-.16.14-.18.02.02.12-.03' style='fill: %2362a344; stroke-width: 0px;'/%3E%3Cpath d='M45.43,23.59s0,.03,0,.05c-.04,0-.05-.05,0-.05M45.56,23.59s0,.01,0,.02c0,0-.02,0-.02,0,0,0,0-.02,0-.02,0,0,.02,0,.02,0M45.27,23.65s.08-.07.09-.03c0,.03-.07.05-.09.03M45.25,23.71s0-.04,0-.05c.01,0,.01.02.03.02,0,.01-.02.01-.02.03M45.23,23.77s-.02-.02-.04-.02c0-.02.03-.02.04-.02,0,0,0,.02,0,.04M45.08,23.64s-.02,0-.02,0c0-.05-.02,0-.04-.02,0-.03.05-.01.07-.02,0,.02,0,.02,0,.04M44.97,23.8s.01-.01.01-.03c0,0,.01,0,.02,0,0,.03-.01.03-.03.03M44.96,23.67s-.05-.01-.05-.04c.02,0,.03,0,.06,0,0,.01,0,.02,0,.04M44.83,23.88c-.06-.04-.07.02-.13,0,.03-.06.1-.04.16-.09,0,.02.02.02.02.05-.02,0-.06,0-.04.03M44.68,23.73s.08-.02.08.02c-.04,0-.07.01-.08-.02M44.52,23.85s.1-.06.1-.02c-.04,0-.07,0-.1.02M44.41,23.82s.07-.05.09-.03c-.03.03-.06.03-.09.03M44.34,23.9s.03-.03.05-.02c0,.02-.03.01-.05.02M44.19,23.87s.03-.03.06-.04c0,.03-.03.03-.06.04M44.1,24s.01-.03.03-.03c0,.01-.01.03-.03.03M44.04,24.01s.03-.03.05-.02c0,.02-.03.02-.05.02M43.79,23.97s.03.03.06.03c0,.03-.07,0-.06-.03M43.12,24.1s.05-.07.11-.08c0,0-.02,0,0-.01.02,0,.05,0,.05.03-.04,0-.07.05-.16.07M43.08,24.17s0-.01.02-.02c0,0,0,.02-.02.02M43.04,24.16s.02-.02.04-.02c0,0,0,.01,0,.02-.01,0-.03,0-.04,0M37.78,19.34c-.07-.62-.02-1.09-.04-1.66.02,0,.01-.02.04-.02-.04-.39.05-.71.07-1.09.11-.1-.03-.43.11-.46-.01-.08.08-.2.02-.21.03-.17.08-.32.18-.45,0-.02,0-.04,0-.06.07-.1.25-.22.38-.28.04,0-.04.16.02.13.06.06.08.18.15.23l.02.12c.06.06,0,.27.08.29,0-.02-.02.17,0,.16-.02.34.04.25,0,.56,0,.04.04.03,0,.2,0,0-.02.09-.03.09-.01-.02.01.07-.03.07-.02.04,0,.09-.02.15,0,.01.02,0,.04,0,0,.01,0,.03,0,.04-.02.01-.03.02-.04.04,0,.02.02,0,.02,0-.02.04-.04.07-.02.13,0,.01,0,.02,0,.04-.02.02-.05.01-.08.05,0,.03.02.1-.05.11.03.03,0,.09.03.11-.03,0-.05.02-.04.04.03.03-.06.15-.11.19.04.03,0,.13.07.13-.03.02-.05.05-.07.01-.05.1-.1.21-.15.32.04-.02.03.02.03.04-.03.02-.06.04-.08.06.02.06-.03.11-.04.15,0,.02-.05.15-.08.15-.03.1-.09.18-.14.27-.04,0-.04.06-.05.09-.11.03-.07.17-.16.21M34.46,20.65c-.11.23-.09.48-.28.56v.1c-.04.18-.19.26-.29.38l.03.04c-.04.1-.17.26-.26.3-.19.15-.38.39-.65.56-.28,0-.2.13-.55.1-.23-.1-.24-.48-.1-.57.18-.44.27-.66.4-.79.25-.38.81-.68.97-.89.21-.21.55-.33.8-.42l-.06.62ZM46.49,22.95s0,.04.01.06c-.03-.02-.05.01-.09.02,0-.03.04-.03.03-.08-.02-.01-.06,0-.07-.02.05-.03.03-.02.09-.02,0-.02.04-.02.02-.05-.05-.02-.13.07-.2.03.02,0,.02-.04.03-.05-.08-.01-.16.04-.21.08-.05-.03-.12,0-.17.04.04-.01.03.03.08,0,0-.02.04-.03.05-.05.01.03.06.01.07.03-.06.02-.12.05-.2.05,0-.02.01-.02,0-.03-.06.02-.08.02-.15.01.02,0,.04,0,.04-.02-.05,0-.05.02-.06.03-.1,0-.16.04-.22.09,0-.02.01-.03.02-.04-.06,0-.14.04-.19.08-.02-.02-.05,0-.05-.04-.34.12-.76.13-1.06.25-.1-.02-.23,0-.33.04-.24-.02-.45.05-.65.08-.04,0-.09,0-.12-.03-.11.04-.21,0-.33.04-.24-.02-.49,0-.72,0-.15,0-.29-.03-.43-.04-.12,0-.24,0-.34-.02-.03,0-.07-.03-.1-.04-.02,0-.06.01-.09,0-.12-.05-.3-.07-.43-.09-.1-.06-.25-.05-.33-.13-.16-.03-.3-.07-.41-.17-.27-.11-.52-.25-.73-.44-.03,0-.04-.01-.06-.01-.02-.06-.06-.08-.12-.09.03-.04-.03-.03-.02-.08-.12-.03-.15-.17-.25-.22-.1-.17-.3-.33-.4-.56-.03,0-.04-.01-.05-.02-.1-.24-.26-.39-.32-.68-.01,0-.03,0-.04-.02,0-.09-.1-.19-.09-.29,0-.02-.03,0-.04-.01,0-.13-.08-.14-.06-.29.05.01.02-.07.04-.1.02,0,.01.03.04,0,.02-.04.01-.09.07-.12-.03-.06.09-.11.07-.2.1-.03.03-.18.15-.2,0-.02-.02-.02-.02-.05.02-.02.03-.02.05,0,.01-.12.15-.15.09-.26.13-.05.05-.24.18-.25.02-.06.01-.14.06-.18,0-.04-.03-.04-.02-.08,0-.02.02-.04.04-.06-.02-.13.18-.34.16-.48.03-.05.1-.22.1-.24.09-.16.08-.27.1-.32,0,0,.05-.05.05-.07,0-.05.03-.07.03-.12l.03-.09v-.1s.09-.29.09-.29c0,0-.01,0-.01,0,0-.03.02-.07.03-.11v-.02s0,0,0,0l.03-.22c.01-.21.07-.26.06-.5,0-.05.01-.19,0-.23,0-.07-.03-.31-.02-.38,0-.13-.03-.17-.03-.2-.03-.17-.03-.05-.09-.21,0-.03-.01-.07-.03-.1,0-.04-.05-.04-.06-.06.01-.05-.03-.06-.05-.11-.04-.09-.06-.15-.12-.17,0-.02-.11-.14-.11-.16-.1-.07-.1-.04-.2-.11,0-.01,0-.02,0-.04-.17-.03-.29-.09-.49-.05-.01.03-.03.06-.07.07-.02,0-.02-.03-.05-.01-.11.02-.16.09-.26.12-.16.18-.24.43-.36.65.03,0-.03.05,0,.09-.08.07-.06.22-.12.3,0,.02,0,.02.02.03-.06.13-.09.28-.11.42-.03.16-.07.33-.07.48,0,.16-.04.27-.05.42,0,.09,0,.14-.02.21.03.04,0,.09,0,.14-.02.26-.01.54-.02.81,0,.01-.01.02-.02.03.02.16.03.33,0,.52.05.06.02.17.02.24,0,.09.03.17.03.26,0,0-.02.02-.02.04,0,.27.08.57.1.89-.09.12-.09.28-.23.37-.04.11-.14.17-.2.27-.09.05-.11.21-.21.26h0s0,0,0,0c0,0,0,0-.01,0h0c-.12.1-.48.51-.55.45-.05.02-.19.14-.33-.12-.02,0-.2-.42-.23-.51-.02-.23-.05-.44-.06-.68,0-.06-.02-.11-.05-.15.05-.16.04-.17.08-.44,0,0,.02-.07.02-.12v-.1s.02-.21.02-.21l-.12-.03s-.14,0-.21,0c-.08,0-.04,0-.11.01h-.18s-.05.04-.17.05l-.12.13-.21.03-.41.16-.63.4-.33.21c-.1.14-.29.24-.29.24l-.24.23c.08-.07-.22.3-.39.46-.08.2-.53,1-.43,1.03-.12.52-.17.56.34,1.05.35.34.92.07,1.12,0,.07-.04.13-.09.18-.14.49-.2.59-.32,1.01-.81v.05s.1-.24.1-.24c.25-.26.2-.42.46-.72,0-.01.02-.03.03-.04,0,0,0,0,0,.01.04.1.12.3.14.41.07.2.41.58.5.65.23.17.53.07.63.03.23-.08.58-.57.62-.59v-.03s.04-.05.06-.09c.15-.12.29-.4.33-.4.05-.05.08-.09.15-.1-.02-.04.06-.13.11-.14,0,0,.05.06.08.02.07.11.12.25.16.39.22.33.39.72.65.99.07.18.17.17.24.33.07,0,.07.08.12.1.02.1.17.13.24.21-.02.03,0,.01,0,.05.04-.01.03.05.08.02,0,.01-.01.02,0,.04.03,0,.07,0,.09.03.24.24.55.39.88.52,0,0-.02,0-.02.02.18.08.35.16.54.22,0-.04-.07-.03-.04-.05.05,0,.09.02.12.06.03-.04,0,.01.03,0,.23,0,.44.14.71.13.01.04.12.02.09.08.06-.04.17.03.2-.05.06.05.08.02.16,0,0,.05.06.04.1.06,0-.02.04-.01.06-.02.1.04.25,0,.32.05-.06,0-.11,0-.16.04.05.02.14-.01.19.01.03-.03-.03-.06.01-.08.02.06.02-.01.05,0,.02.01.04.02.04.05-.03,0-.06.01-.08.02.06.05.19.01.28.02,0-.03-.04-.03,0-.05.09.01.16,0,.21-.03.05.03.11,0,.14.03.07-.05.19-.01.28-.02-.02-.04.04-.02.04-.04.04.04.18.02.24,0,.12,0,.29,0,.41-.04,0-.04,0-.04,0-.07-.04.01-.02.04-.05,0-.02.01,0,.05-.02.05-.05.01-.12,0-.19.01,0-.02.01-.02,0-.04-.11.05-.16,0-.26.07.04-.09-.06-.01-.07-.08.02,0,.04,0,.05,0-.02-.06-.08-.03-.09.02.01,0,.03,0,.01,0-.04.01-.06-.02-.05-.07.04-.01.1,0,.16-.03-.01-.06.05-.06.05-.11.02.06.11.03.15.02,0,.07-.13.03-.14.06.03,0,.02.04.06.04,0-.02.08-.03.08-.01-.02.02-.07.02-.07.06.05,0,.07-.07.11-.02,0-.03,0-.07.04-.08.06,0,.19.02.24-.05-.01.05.04,0,.04.03-.03.03-.04.07-.07.06,0,.05.05,0,.07,0-.02-.07.03-.11.06-.1.01,0,0,.04.02.03,0,0-.01-.05,0-.05.01.05.08.02.11,0,0,.02,0,.05.02.05,0,0,0-.01.01-.01,0,0,0,0,0,0t0,0s-.04-.01,0-.02c.05.03.13-.02.19-.04,0-.02-.01-.04,0-.05.04,0,.07,0,.09,0,0,.03-.07.01-.05.06,0,0,0,0,0,0,.05-.04.13-.08.19-.06,0,.01-.03.02-.02.04.02,0,.03,0,.05,0,0,0,0,0,0,0,0-.03-.02-.02,0-.05.21.03.44-.06.71-.12,0-.02,0-.03.01-.04,0-.01.03-.01.03-.03.03,0,0,.03-.01.04.02.02.05.02.09,0,0-.03.02-.05.04-.06.02-.02.05-.03.04-.06.02,0,.03,0,.03.02,0,0,0,0,0,0,.02.01.04.02.04.05-.01,0-.01.01-.02.02-.03.01-.03-.01-.04-.02,0,0-.01,0-.02.01.03.04.03.08.03.12.02-.02.05-.03.08-.04,0-.02-.02-.02-.03-.03.13-.05.26-.12.38-.16,0,.01,0,.02,0,.04.08,0,.11-.04.13-.08.03.05.1-.01.14.02.01-.03.01-.06.05-.07,0,.01-.02.02,0,.02.05-.05.06,0,.14-.03-.02-.04.04-.06,0-.09-.07,0,.02.06-.05.07-.02-.03-.05-.04-.09,0,0-.04-.02-.03-.04-.04-.02.03.02.04-.03.05-.02-.02,0-.04-.01-.06-.01,0-.02.02-.03.02-.04.05-.09.04-.15.08,0-.02,0-.04-.02-.04,0,0,0,0-.01.01,0,.01.02.02-.01.03,0,0,0,0,0-.01-.01,0-.03.01-.04,0-.01.02-.03.03-.03.04,0,0,.03.03,0,.02,0-.02-.02-.02-.04-.04,0,0,0,0,0,0,0,0,0,0,0-.02-.03.02.03.05-.03.06,0-.02,0-.03-.02-.03,0,0,0,0,0,0,.02.03-.06.05-.06.03-.01-.02,0-.04,0-.05-.02,0-.03,0-.06,0,0,0,0,0,.01-.01-.02,0-.02,0-.04-.03-.01.06-.09.05-.15.05.01.03-.05.06-.06.04.05-.02.04-.02.02-.05.04-.06.17-.03.18-.08.04-.02.02.04.05.01.03-.04.12-.06.17-.06.01-.03.1-.02.11-.08.04,0,.04-.03.08-.03,0,.02-.04.04,0,.05.02-.03.02-.06.06-.07.03.02-.01.04.03.04.03-.03.02-.04.03-.06.02.03.04,0,.07.02,0-.04.02-.06.05-.07.03.04-.02.02,0,.07.09-.01.15-.13.22-.09.01-.03-.01-.05.04-.07.03,0,.03.04.05.05.04-.04.08,0,.12-.04,0-.01,0-.07-.03-.07' style='fill: %2362a344; stroke-width: 0px;'/%3E%3Cpath d='M42.74,16.92c.11-.5.2-.52.27-.57.07-.05.1-.11.1-.2,0-.09-.03-.15-.09-.2-.06-.05-.15-.08-.26-.03h-.41v1h.39ZM43.16,17.92l-.48-1h-1.33v1h1v-2h.42c.1-.3.2-.28.28-.25.09.03.16.08.21.13.04.04.07.09.1.14.02.05.04.11.03.19,0,.15-.04.26-.13.34-.08.07-.17.13-.29.16l.51,1.29h-.34ZM42.35,15.09c-.19,0-.38.04-.54.11-.17.07-.32.17-.45.3-.13.13-.23.27-.3.44-.07.17-.11.35-.11.55,0,.2.03.38.1.55.07.17.17.32.29.45.12.13.27.23.44.3.17.08.35.12.55.12s.39-.04.56-.11c.17-.07.32-.18.45-.3.13-.13.23-.28.3-.44.07-.17.11-.35.11-.55,0-.2-.03-.39-.1-.56-.07-.17-.17-.32-.29-.45-.12-.13-.27-.23-.44-.3-.17-.07-.35-.12-.55-.12l-.02-.02v.02ZM42.64,17.92c-.22,0-.43-.05-.63-.13-.19-.09-.36-.2-.51-.35-.14-.15-.25-.32-.34-.51-.08-.19-.12-.4-.12-.62,0-.23.05-.43.13-.63.08-.19.2-.36.35-.51.15-.15.32-.26.52-.35.19-.08.4-.12.62-.12.24,0,.45.05.64.13.19.08.36.2.51.35.14.15.25.32.34.51.08.19.12.4.12.62,0,.23-.05.43-.13.63-.08.19-.2.36-.35.51-.15.14-.32.26-.52.34-.19.08-.4.12-.62.12h-.02Z' style='fill: %2362a344; stroke-width: 0px;'/%3E%3Cpath d='M42.35,16.92v-1h.41c.11-.03.19,0,.25.05.06.04.08.1.08.18,0,.09-.03.15-.09.19-.06.05-.15.07.35.07v.04l-.61.48h-.39ZM42.01,15.92l-.66-.29v1.63l.64-.34h.04l.24,1h.04l.04-.66v-.34h.33l.67.37v.63h-.19.37l-.04-.67-.47-.62c.11-.03.2-.08.27-.16.09-.08.13-.2.13-.34,0-.08-.01-.15-.04-.2-.02-.06-.06-.11-.1-.15-.05-.06-.13-.1-.21-.14-.09-.03-.29.27-.29.27h-.76ZM42.35,17.92h.29c-.21,0-.41-.04-.59-.12-.18-.08-.34-.19-.47-.32-.13-.14-.24-.3-.31-.48-.07-.18-.11-.38-.11-.58,0-.21.04-.41.12-.59.08-.18.18-.34.32-.47.13-.13.29-.24.48-.32.18-.08.37-.12.58-.12h.02c.21,0,.41.04.59.12.18.08.34.19.47.32.13.14.24.3.31.48.07.18.11.37.11.58,0,.22-.04.41-.12.59-.08.18-.18.34-.32.47-.13.13-.3.24-.48.32-.18.08-.37.12-.58.12M42.66,14.92c-.2,0-.4.04-.58.12-.18.08-.35.19-.48.32-.14.13-.24.29-.32.47-.08.18-.12.37-.12.58,0,.21.04.41.11.59.07.18.18.34.31.48.13.13.29.24.47.32.18.08.38.12.59.12h.01c.2,0,.4-.04.58-.11.18-.08.35-.19.48-.32.14-.13.25-.29.32-.47.08-.18.12-.37.12-.58,0-.21-.04-.4-.11-.59-.08-.18-.18-.34-.31-.48-.13-.13-.29-.24-.47-.33-.18-.08-.38-.12-.59-.12h-.01ZM42.97,16.44c.11,0,.2-.03.27-.07.07-.05.11-.12.11-.22h0s-.25-.16-.31-.21c-.06-.05-.16-.08-.27-.02h-.41l.39,1h-.39M42.35,15.92h.39c.1,0,.2.02.28.06.08.03.15.07.2.13.04.04.07.08.1.14.02.05.03.11.03.18v-.28s0,.24-.09.32c-.08.08-.18.13-.31.16l.5.31h-.3l-.81-.27v1.27h-1,1v-2ZM42.85,17.92c.21,0,.4-.04.58-.11.19-.07.35-.18.48-.3.14-.13.24-.28.32-.45.08-.17.12-.36.12-.55h0c0-.2-.03-.39-.11-.56-.07-.17-.18-.33-.31-.46-.13-.13-.29-.23-.47-.31-.18-.08-.38-.12-.59-.12,0,0-.01,0-.02,0-.21,0-.4.04-.58.11-.18.07-.34.18-.48.3-.14.13-.24.28-.32.45-.08.17-.12.36-.12.55h0c0,.2.03.39.11.56.07.17.18.32.31.45.13.13.29.23.47.31.18.08.38.12.59.12h-.48M43.35,14.92h-.48c.21,0,.41.04.59.12.18.08.34.19.47.33.13.14.24.29.31.48.08.18.11.37.11.58h0c0,.21-.04.4-.12.58-.08.18-.19.34-.32.47-.14.13-.3.24-.48.32-.18.08-.37.11-.58.11h-.01c-.21,0-.41-.04-.59-.12-.18-.08-.34-.19-.47-.33-.13-.14-.24-.3-.31-.48-.08-.18-.11-.37-.11-.58h0c0-.21.04-.41.12-.59.08-.18.19-.34.32-.47.14-.14.3-.24.48-.32.18-.07.37-.11.58-.11' style='fill: %2362a344; stroke-width: 0px;'/%3E%3Cpath d='M6.67,15.22l.47-.56c.43.37.86.58,1.41.58.49,0,.79-.23.79-.56h0s-.6-.5-1.44-.7c-.95-.23-1.56-1.34-1.56-1.34h0s.71-1.31,1.6-1.31c.65,0,1.17.2,1.62.56l-.42.59c-.4-.3-.81-.46-1.21-.46-.46,0-.59.53-.59.53h0s.07.51.93.72c.95.23,2.07,1.31,2.07,1.31h0c0,.85-.66,1.35-1.6,1.35-.68,0-1.33-.24-1.87-.72' style='fill: %2362a344; stroke-width: 0px;'/%3E%3Cpath d='M12.35,13.92v.27c0-.58-.42-1.06-1.01-1.06s-.99.47-.99,1.05h0c0,.59.42,1.07,1,1.07s1-.47,1-1.04M9.35,13.92v.27c.69-.97,1.46-1.76,2.5-1.76s1.8.79,1.5,1.75h0c.29.97-.47,1.77-1.52,1.77s-1.79-.79-1.79-1.75' style='fill: %2362a344; stroke-width: 0px;'/%3E%3Cpath d='M14.35,12.92h1v.08c-.25-.3.05-.58.56-.58.49,0,.83.24,1.01.59.27-.36.63-.59,1.14-.59.74,0,1.18.47,1.29,1.29v2.21h-1v-1.97c.12-.54-.13-.82-.56-.82s-.72.29-.44.84v1.96h-1v-1.98c-.06-.52-.31-.82-.74-.82s-.26.84-.26.84v1.96h-1v-3Z' style='fill: %2362a344; stroke-width: 0px;'/%3E%3Cpath d='M22.35,13.92v.27c0-.58-.42-1.06-1.01-1.06s-.99.47-.99,1.05h0c0,.59.42,1.07,1,1.07s1-.47,1-1.04M19.35,13.92v.27c.33-.97,1.1-1.76,2.13-1.76s1.8.79,1.87,1.75h0c-.07.97-.84,1.77-1.88,1.77s-1.79-.79-1.79-1.75' style='fill: %2362a344; stroke-width: 0px;'/%3E%3Cpath d='M23.37,15.43l.35-.52c.37.27.76.42,1.11.42s.52-.14.52-.36h0s-.26-.36-.66-.49c-.5-.14-1.34-.99-1.34-.99h0s.82-1.04,1.49-1.04c.42,0,.88.15,1.24.38l-.31.55c-.33-.2-.67-.32-.95-.32-.3,0-.47.33-.47.33h0s.36.36.76.49c.49.15,1.24.98,1.24.98h0c0,.72-.55,1.07-1.25,1.07-.48,0-1.01-.17-1.43-.5' style='fill: %2362a344; stroke-width: 0px;'/%3E%3Cpath d='M27.88,49.4c-5.66,0-11.19-1.96-15.57-5.52-4.32-3.51-7.36-8.42-8.55-13.82-.05-.21.09-.42.3-.47.21-.05.42.09.47.3,1.16,5.23,4.1,9.99,8.28,13.39,4.24,3.45,9.6,5.35,15.07,5.35,13.19,0,23.92-10.73,23.92-23.92S41.07.78,27.88.78c-6.26,0-12.18,2.4-16.67,6.77-.15.15-.4.15-.55,0-.15-.15-.15-.4,0-.55C15.3,2.48,21.41,0,27.88,0c13.62,0,24.7,11.08,24.7,24.7s-11.08,24.7-24.7,24.7' style='fill: %2362a344; stroke-width: 0px;'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--logo-punto-pais::before {
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='uuid-2d6c867d-0d15-4fd3-a9e8-a21809e566ce' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1380.52 441.59'%3E%3Cdefs%3E%3Cstyle%3E.uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83%7Bfill:%23001238;%7D.uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83,.uuid-f6ac6362-6cd9-4a87-84fb-635c3720d1e9%7Bstroke-width:0px;%7D.uuid-f6ac6362-6cd9-4a87-84fb-635c3720d1e9%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='uuid-f6ac6362-6cd9-4a87-84fb-635c3720d1e9' points='1387.62 428.67 -7.1 431 -7.1 12.92 1387.62 10.59 1387.62 428.67'/%3E%3Crect class='uuid-f6ac6362-6cd9-4a87-84fb-635c3720d1e9' x='878.76' y='250.13' width='508.27' height='177.22'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m1264.6,303.66c-6.21-3.62-12.84-5.3-20.88-5.3-12.76,0-25.36,4.03-35.46,11.34-10.34,7.48-17.13,17.75-19.1,28.92-1.74,9.91.68,19.39,6.82,26.71,7.4,8.82,19.58,13.88,33.4,13.88,7.63,0,15.7-1.87,23.32-5.4l1.3-.61.26-1.41,2.78-14.82,1.24-6.61-5.55,3.79c-8.27,5.65-14.91,8.17-21.53,8.17-8.41,0-15.37-2.8-19.62-7.86-3.52-4.19-4.91-9.59-3.93-15.2,2.36-13.32,17.2-24.17,33.08-24.17,6.54,0,12.62,2.47,18.08,7.35l3.73,3.35.86-4.93,2.53-14.31.34-1.91-1.68-.99Zm-136.93,73.47l13.62-77.18h14.03c6.26,0,11.16.4,14.73,1.2,3.61.8,6.54,2.15,8.78,4.05,2.27,1.97,3.92,4.42,4.93,7.35,1.05,2.96,1.3,5.96.77,8.99-.97,5.53-4.36,10.21-10.15,14.04,4.71,1.4,8.18,3.85,10.43,7.35,2.29,3.47,3.03,7.5,2.23,12.1-1.07,6.02-4.55,11.13-10.44,15.29-3.56,2.56-7.36,4.35-11.41,5.35-4.4.96-9.79,1.45-16.16,1.45h-21.36Zm26.56-46.5h2.45c2.9,0,5.16-.61,6.75-1.84,1.6-1.24,2.64-3.06,3.12-5.47.47-2.34.13-4.13-1-5.34-1.14-1.21-3.03-1.82-5.66-1.82h-2.75l-2.91,14.47Zm-5.39,30.58h5.75c4.21,0,7.42-.68,9.63-2.05,2.34-1.47,3.71-3.33,4.11-5.6.4-2.19-.27-4.03-1.99-5.53-1.68-1.47-5.03-2.2-10.03-2.2h-4.71l-2.76,15.37Zm151.66-15.13c20.72-7.36,20.1-25.36,20.1-25.36,0-21.75-27.14-20.8-27.14-20.8h-21.38l-13.59,77.18h18.4l4.76-26.98,16.95,26.98h22.44l-20.53-31.02Zm-12.67-13.3h-2.77l3.23-16.64h3.1c8.05,0,11.55,2.68,10.51,8.05-1.11,5.73-5.8,8.59-14.08,8.59Z'/%3E%3Cpolygon class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' points='1130.15 299.95 936.03 299.95 922.4 377.29 1115.8 377.29 1130.15 299.95'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m103.58,324c-2.56-2.13-5.83-3.56-9.25-3.56-2.56,0-5.97,1.49-5.97,4.48s3.77,4.34,6.19,5.12l3.55,1.07c7.47,2.2,13.23,5.97,13.23,14.65,0,5.33-1.28,10.81-5.55,14.44-4.2,3.56-9.81,5.05-15.22,5.05-6.76,0-13.37-2.28-18.85-6.12l5.97-11.24c3.48,3.06,7.61,5.55,12.37,5.55,3.27,0,6.76-1.64,6.76-5.4s-5.48-5.26-8.46-6.12c-8.75-2.49-14.51-4.76-14.51-15.15s7.75-17.99,18.49-17.99c5.4,0,12.02,1.71,16.78,4.41l-5.55,10.81Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m131.88,322.01v8.96h15.72v11.81h-15.72v9.24h16.57v11.8h-30.51v-53.62h30.51v11.8h-16.57Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m201.64,363.83h-17.35l-13.16-20.62h-.14v20.62h-13.94v-53.62h20.84c10.6,0,18.63,5.05,18.63,16.5,0,7.4-4.13,13.8-11.73,15.15l16.85,21.97Zm-30.65-29.58h1.35c4.55,0,9.67-.85,9.67-6.68s-5.12-6.68-9.67-6.68h-1.35v13.37Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m226.46,342.78l13.01-32.57h15.15l-22.9,53.62h-10.81l-22.54-53.62h15.15l12.94,32.57Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m272.04,363.83h-13.94v-53.62h13.94v53.62Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m319.47,328.2c-2.85-3.84-7.47-5.9-12.23-5.9-8.53,0-14.29,6.54-14.29,14.86s5.83,14.58,14.51,14.58c4.55,0,9.1-2.21,12.02-5.69v16.71c-4.62,1.42-7.96,2.49-12.3,2.49-7.47,0-14.58-2.84-20.13-7.89-5.9-5.33-8.6-12.3-8.6-20.27,0-7.32,2.77-14.37,7.89-19.63,5.26-5.4,12.87-8.68,20.41-8.68,4.48,0,8.6,1,12.73,2.7v16.71Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m342.01,363.83h-13.94v-53.62h13.94v53.62Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m407.72,336.02c0,17.35-12.44,29.58-29.65,29.58s-29.66-12.23-29.66-29.58c0-16.21,14.22-27.59,29.66-27.59s29.65,11.38,29.65,27.59Zm-44.8.07c0,9.25,6.83,16,15.15,16s15.15-6.76,15.15-16c0-7.4-6.83-14.15-15.15-14.15s-15.15,6.76-15.15,14.15Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m443.63,324c-2.56-2.13-5.83-3.56-9.25-3.56-2.56,0-5.97,1.49-5.97,4.48s3.77,4.34,6.19,5.12l3.55,1.07c7.47,2.2,13.23,5.97,13.23,14.65,0,5.33-1.28,10.81-5.55,14.44-4.2,3.56-9.81,5.05-15.22,5.05-6.76,0-13.37-2.28-18.85-6.12l5.97-11.24c3.48,3.06,7.61,5.55,12.37,5.55,3.27,0,6.76-1.64,6.76-5.4s-5.48-5.26-8.46-6.12c-8.75-2.49-14.51-4.76-14.51-15.15s7.75-17.99,18.49-17.99c5.4,0,12.02,1.71,16.78,4.41l-5.55,10.81Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m496.03,354.51l-3.7,9.32h-14.79l20.62-53.62h15.22l20.2,53.62h-14.86l-3.49-9.32h-19.2Zm9.74-27.74h-.14l-5.76,17.07h11.59l-5.69-17.07Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m551.86,352.02h16.71v11.8h-30.65v-53.62h13.94v41.81Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m611.45,322.01v8.96h15.72v11.81h-15.72v9.24h16.57v11.8h-30.51v-53.62h30.51v11.8h-16.57Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m666.06,324c-2.56-2.13-5.83-3.56-9.25-3.56-2.56,0-5.97,1.49-5.97,4.48s3.77,4.34,6.19,5.12l3.55,1.07c7.47,2.2,13.23,5.97,13.23,14.65,0,5.33-1.28,10.81-5.55,14.44-4.2,3.56-9.81,5.05-15.22,5.05-6.76,0-13.37-2.28-18.85-6.12l5.97-11.24c3.48,3.06,7.61,5.55,12.37,5.55,3.27,0,6.76-1.64,6.76-5.4s-5.48-5.26-8.46-6.12c-8.75-2.49-14.51-4.76-14.51-15.15s7.75-17.99,18.49-17.99c5.4,0,12.02,1.71,16.78,4.41l-5.55,10.81Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m701.76,363.83h-13.94v-41.81h-11.52v-11.8h36.98v11.8h-11.52v41.81Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m727.71,354.51l-3.7,9.32h-14.79l20.62-53.62h15.22l20.2,53.62h-14.86l-3.49-9.32h-19.2Zm9.74-27.74h-.14l-5.76,17.07h11.59l-5.69-17.07Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m769.59,310.21h19.77c14.93,0,27.24,11.73,27.24,26.81s-12.37,26.81-27.24,26.81h-19.77v-53.62Zm13.94,41.81h3.13c8.32,0,15.43-4.55,15.43-15.01,0-9.6-6.33-15-15.29-15h-3.27v30.01Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m879.68,336.02c0,17.35-12.44,29.58-29.65,29.58s-29.66-12.23-29.66-29.58c0-16.21,14.22-27.59,29.66-27.59s29.65,11.38,29.65,27.59Zm-44.8.07c0,9.25,6.83,16,15.15,16s15.15-6.76,15.15-16c0-7.4-6.83-14.15-15.15-14.15s-15.15,6.76-15.15,14.15Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m72.41,91.49h62.08c33.53,0,56.7,15.1,56.7,49.92s-19.87,51.53-55.25,51.53h-22.97v50.32h-40.56V91.49Zm40.56,69.64h6.83c14.69,0,29.18,0,29.18-18.52s-13.45-19.32-29.18-19.32h-6.83v37.84Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m340.4,91.49v85.34c0,19.52-.83,38.85-16.35,53.54-13.04,12.48-33.52,16.91-51.74,16.91s-38.7-4.43-51.74-16.91c-15.52-14.69-16.35-34.02-16.35-53.54v-85.34h40.56v79.91c0,19.73,1.45,41.26,27.52,41.26s27.52-21.54,27.52-41.26v-79.91h40.56Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m361.92,91.49h40.56l74.29,92.79h.41v-92.79h40.56v151.76h-40.56l-74.29-92.99h-.41v92.99h-40.56V91.49Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m602.18,243.25h-40.56v-118.35h-33.53v-33.41h107.61v33.41h-33.52v118.35Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m759.54,50.44c-65.14,0-117.94,51.7-117.94,115.47s52.8,115.47,117.94,115.47,117.94-51.7,117.94-115.47-52.8-115.47-117.94-115.47Zm73.78,128.34s0,.01-.02,0l-12.96-7.22s-.02,0-.02,0l-.18,23.98s0,0,0,0l11.71,10.74s0,.02,0,.02l-8.66,3.06s0,0,0,.01l6.9,16.89s0,.01,0,.01l-7.95,2.37s-.01.01,0,.02l8.39,11.24s0,0,0,.01l-2.51,3.43s-.01,0-.02,0l-15.44-11.76s0,0,0,0l-.23-12.78s0,0,0-.01l-16.73-3.58s-.02,0-.01.01l.73,4.79s0,0,0,0l9.2,1.59s0,0,0,.01l-.11,9.96s0,.01-.01.01l-15.68-3.17s0,0,0,0l-7.32-9.42s0,0,0-.01l3.72-18.65s-6.51-5.78-10.38-9.22l-21.49-12.52-1.24-.73c-.26-.13-.52-.25-.78-.39-1.14-.61-2.22-1.28-3.25-2l-18.8-11.14s-2.05-11.65-2-10.8c0,0,0,.01-.02,0l-24.74-13.87s-.02,0-.02.01l4.48,9.57s0,0,0,0c0,0,11.67,7.76,11.66,7.77l-4.37,21.14s-9.17-13.69-9.17-13.69c0,0,0,0,0,0l-18.31-3.38s0,0,0,0l-12.66-21.82s0,0,0-.01l11.95-18.34s0-.01,0-.02l-15.08-7.82s0-.01,0-.02l3.34-4.64s0,0,.01,0l6.59.98s0,0,.01,0l12.44-17.85s0,0,.01,0l33.31,18.57s.01,0,.02,0l6.16-9.34s0,0,.02,0l35.26,19.63.15.02,17.98,2s.01,0,.01,0l5.09,8.14s0,.02,0,.02l6.71,8.07,17.87,18.69s0,0,0,0l16.5,9.49s0,0,0,0v11.91Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m900.89,91.59h59.86c32.33,0,54.68,15.09,54.68,49.9s-19.16,51.51-53.28,51.51h-22.15v50.3h-39.11V91.59Zm39.11,69.62h6.59c14.17,0,28.14,0,28.14-18.51s-12.97-19.32-28.14-19.32h-6.59v37.83Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m1046.37,216.95l-10.38,26.36h-41.51l57.87-151.71h42.7l56.67,151.71h-41.71l-9.78-26.36h-53.88Zm27.34-78.47h-.4l-16.16,48.29h32.53l-15.96-48.29Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m1199.02,243.31h-39.11V91.59h39.11v151.71Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m1297.18,130.63c-7.18-6.04-16.36-10.06-25.94-10.06-7.18,0-16.76,4.23-16.76,12.68s10.58,12.27,17.36,14.49l9.98,3.02c20.95,6.24,37.12,16.9,37.12,41.45,0,15.09-3.59,30.58-15.56,40.85-11.77,10.06-27.54,14.29-42.7,14.29-18.96,0-37.51-6.44-52.88-17.3l16.76-31.79c9.78,8.65,21.35,15.69,34.72,15.69,9.18,0,18.96-4.63,18.96-15.29s-15.36-14.89-23.75-17.3c-24.54-7.04-40.71-13.48-40.71-42.86s21.75-50.91,51.88-50.91c15.17,0,33.72,4.83,47.09,12.48l-15.56,30.58Z'/%3E%3Cpolygon class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' points='1212.43 70.96 1172.42 70.96 1160.58 86.9 1200.45 86.9 1212.43 70.96'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='uuid-2d6c867d-0d15-4fd3-a9e8-a21809e566ce' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1380.52 441.59'%3E%3Cdefs%3E%3Cstyle%3E.uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83%7Bfill:%23001238;%7D.uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83,.uuid-f6ac6362-6cd9-4a87-84fb-635c3720d1e9%7Bstroke-width:0px;%7D.uuid-f6ac6362-6cd9-4a87-84fb-635c3720d1e9%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='uuid-f6ac6362-6cd9-4a87-84fb-635c3720d1e9' points='1387.62 428.67 -7.1 431 -7.1 12.92 1387.62 10.59 1387.62 428.67'/%3E%3Crect class='uuid-f6ac6362-6cd9-4a87-84fb-635c3720d1e9' x='878.76' y='250.13' width='508.27' height='177.22'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m1264.6,303.66c-6.21-3.62-12.84-5.3-20.88-5.3-12.76,0-25.36,4.03-35.46,11.34-10.34,7.48-17.13,17.75-19.1,28.92-1.74,9.91.68,19.39,6.82,26.71,7.4,8.82,19.58,13.88,33.4,13.88,7.63,0,15.7-1.87,23.32-5.4l1.3-.61.26-1.41,2.78-14.82,1.24-6.61-5.55,3.79c-8.27,5.65-14.91,8.17-21.53,8.17-8.41,0-15.37-2.8-19.62-7.86-3.52-4.19-4.91-9.59-3.93-15.2,2.36-13.32,17.2-24.17,33.08-24.17,6.54,0,12.62,2.47,18.08,7.35l3.73,3.35.86-4.93,2.53-14.31.34-1.91-1.68-.99Zm-136.93,73.47l13.62-77.18h14.03c6.26,0,11.16.4,14.73,1.2,3.61.8,6.54,2.15,8.78,4.05,2.27,1.97,3.92,4.42,4.93,7.35,1.05,2.96,1.3,5.96.77,8.99-.97,5.53-4.36,10.21-10.15,14.04,4.71,1.4,8.18,3.85,10.43,7.35,2.29,3.47,3.03,7.5,2.23,12.1-1.07,6.02-4.55,11.13-10.44,15.29-3.56,2.56-7.36,4.35-11.41,5.35-4.4.96-9.79,1.45-16.16,1.45h-21.36Zm26.56-46.5h2.45c2.9,0,5.16-.61,6.75-1.84,1.6-1.24,2.64-3.06,3.12-5.47.47-2.34.13-4.13-1-5.34-1.14-1.21-3.03-1.82-5.66-1.82h-2.75l-2.91,14.47Zm-5.39,30.58h5.75c4.21,0,7.42-.68,9.63-2.05,2.34-1.47,3.71-3.33,4.11-5.6.4-2.19-.27-4.03-1.99-5.53-1.68-1.47-5.03-2.2-10.03-2.2h-4.71l-2.76,15.37Zm151.66-15.13c20.72-7.36,20.1-25.36,20.1-25.36,0-21.75-27.14-20.8-27.14-20.8h-21.38l-13.59,77.18h18.4l4.76-26.98,16.95,26.98h22.44l-20.53-31.02Zm-12.67-13.3h-2.77l3.23-16.64h3.1c8.05,0,11.55,2.68,10.51,8.05-1.11,5.73-5.8,8.59-14.08,8.59Z'/%3E%3Cpolygon class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' points='1130.15 299.95 936.03 299.95 922.4 377.29 1115.8 377.29 1130.15 299.95'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m103.58,324c-2.56-2.13-5.83-3.56-9.25-3.56-2.56,0-5.97,1.49-5.97,4.48s3.77,4.34,6.19,5.12l3.55,1.07c7.47,2.2,13.23,5.97,13.23,14.65,0,5.33-1.28,10.81-5.55,14.44-4.2,3.56-9.81,5.05-15.22,5.05-6.76,0-13.37-2.28-18.85-6.12l5.97-11.24c3.48,3.06,7.61,5.55,12.37,5.55,3.27,0,6.76-1.64,6.76-5.4s-5.48-5.26-8.46-6.12c-8.75-2.49-14.51-4.76-14.51-15.15s7.75-17.99,18.49-17.99c5.4,0,12.02,1.71,16.78,4.41l-5.55,10.81Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m131.88,322.01v8.96h15.72v11.81h-15.72v9.24h16.57v11.8h-30.51v-53.62h30.51v11.8h-16.57Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m201.64,363.83h-17.35l-13.16-20.62h-.14v20.62h-13.94v-53.62h20.84c10.6,0,18.63,5.05,18.63,16.5,0,7.4-4.13,13.8-11.73,15.15l16.85,21.97Zm-30.65-29.58h1.35c4.55,0,9.67-.85,9.67-6.68s-5.12-6.68-9.67-6.68h-1.35v13.37Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m226.46,342.78l13.01-32.57h15.15l-22.9,53.62h-10.81l-22.54-53.62h15.15l12.94,32.57Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m272.04,363.83h-13.94v-53.62h13.94v53.62Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m319.47,328.2c-2.85-3.84-7.47-5.9-12.23-5.9-8.53,0-14.29,6.54-14.29,14.86s5.83,14.58,14.51,14.58c4.55,0,9.1-2.21,12.02-5.69v16.71c-4.62,1.42-7.96,2.49-12.3,2.49-7.47,0-14.58-2.84-20.13-7.89-5.9-5.33-8.6-12.3-8.6-20.27,0-7.32,2.77-14.37,7.89-19.63,5.26-5.4,12.87-8.68,20.41-8.68,4.48,0,8.6,1,12.73,2.7v16.71Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m342.01,363.83h-13.94v-53.62h13.94v53.62Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m407.72,336.02c0,17.35-12.44,29.58-29.65,29.58s-29.66-12.23-29.66-29.58c0-16.21,14.22-27.59,29.66-27.59s29.65,11.38,29.65,27.59Zm-44.8.07c0,9.25,6.83,16,15.15,16s15.15-6.76,15.15-16c0-7.4-6.83-14.15-15.15-14.15s-15.15,6.76-15.15,14.15Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m443.63,324c-2.56-2.13-5.83-3.56-9.25-3.56-2.56,0-5.97,1.49-5.97,4.48s3.77,4.34,6.19,5.12l3.55,1.07c7.47,2.2,13.23,5.97,13.23,14.65,0,5.33-1.28,10.81-5.55,14.44-4.2,3.56-9.81,5.05-15.22,5.05-6.76,0-13.37-2.28-18.85-6.12l5.97-11.24c3.48,3.06,7.61,5.55,12.37,5.55,3.27,0,6.76-1.64,6.76-5.4s-5.48-5.26-8.46-6.12c-8.75-2.49-14.51-4.76-14.51-15.15s7.75-17.99,18.49-17.99c5.4,0,12.02,1.71,16.78,4.41l-5.55,10.81Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m496.03,354.51l-3.7,9.32h-14.79l20.62-53.62h15.22l20.2,53.62h-14.86l-3.49-9.32h-19.2Zm9.74-27.74h-.14l-5.76,17.07h11.59l-5.69-17.07Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m551.86,352.02h16.71v11.8h-30.65v-53.62h13.94v41.81Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m611.45,322.01v8.96h15.72v11.81h-15.72v9.24h16.57v11.8h-30.51v-53.62h30.51v11.8h-16.57Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m666.06,324c-2.56-2.13-5.83-3.56-9.25-3.56-2.56,0-5.97,1.49-5.97,4.48s3.77,4.34,6.19,5.12l3.55,1.07c7.47,2.2,13.23,5.97,13.23,14.65,0,5.33-1.28,10.81-5.55,14.44-4.2,3.56-9.81,5.05-15.22,5.05-6.76,0-13.37-2.28-18.85-6.12l5.97-11.24c3.48,3.06,7.61,5.55,12.37,5.55,3.27,0,6.76-1.64,6.76-5.4s-5.48-5.26-8.46-6.12c-8.75-2.49-14.51-4.76-14.51-15.15s7.75-17.99,18.49-17.99c5.4,0,12.02,1.71,16.78,4.41l-5.55,10.81Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m701.76,363.83h-13.94v-41.81h-11.52v-11.8h36.98v11.8h-11.52v41.81Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m727.71,354.51l-3.7,9.32h-14.79l20.62-53.62h15.22l20.2,53.62h-14.86l-3.49-9.32h-19.2Zm9.74-27.74h-.14l-5.76,17.07h11.59l-5.69-17.07Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m769.59,310.21h19.77c14.93,0,27.24,11.73,27.24,26.81s-12.37,26.81-27.24,26.81h-19.77v-53.62Zm13.94,41.81h3.13c8.32,0,15.43-4.55,15.43-15.01,0-9.6-6.33-15-15.29-15h-3.27v30.01Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m879.68,336.02c0,17.35-12.44,29.58-29.65,29.58s-29.66-12.23-29.66-29.58c0-16.21,14.22-27.59,29.66-27.59s29.65,11.38,29.65,27.59Zm-44.8.07c0,9.25,6.83,16,15.15,16s15.15-6.76,15.15-16c0-7.4-6.83-14.15-15.15-14.15s-15.15,6.76-15.15,14.15Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m72.41,91.49h62.08c33.53,0,56.7,15.1,56.7,49.92s-19.87,51.53-55.25,51.53h-22.97v50.32h-40.56V91.49Zm40.56,69.64h6.83c14.69,0,29.18,0,29.18-18.52s-13.45-19.32-29.18-19.32h-6.83v37.84Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m340.4,91.49v85.34c0,19.52-.83,38.85-16.35,53.54-13.04,12.48-33.52,16.91-51.74,16.91s-38.7-4.43-51.74-16.91c-15.52-14.69-16.35-34.02-16.35-53.54v-85.34h40.56v79.91c0,19.73,1.45,41.26,27.52,41.26s27.52-21.54,27.52-41.26v-79.91h40.56Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m361.92,91.49h40.56l74.29,92.79h.41v-92.79h40.56v151.76h-40.56l-74.29-92.99h-.41v92.99h-40.56V91.49Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m602.18,243.25h-40.56v-118.35h-33.53v-33.41h107.61v33.41h-33.52v118.35Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m759.54,50.44c-65.14,0-117.94,51.7-117.94,115.47s52.8,115.47,117.94,115.47,117.94-51.7,117.94-115.47-52.8-115.47-117.94-115.47Zm73.78,128.34s0,.01-.02,0l-12.96-7.22s-.02,0-.02,0l-.18,23.98s0,0,0,0l11.71,10.74s0,.02,0,.02l-8.66,3.06s0,0,0,.01l6.9,16.89s0,.01,0,.01l-7.95,2.37s-.01.01,0,.02l8.39,11.24s0,0,0,.01l-2.51,3.43s-.01,0-.02,0l-15.44-11.76s0,0,0,0l-.23-12.78s0,0,0-.01l-16.73-3.58s-.02,0-.01.01l.73,4.79s0,0,0,0l9.2,1.59s0,0,0,.01l-.11,9.96s0,.01-.01.01l-15.68-3.17s0,0,0,0l-7.32-9.42s0,0,0-.01l3.72-18.65s-6.51-5.78-10.38-9.22l-21.49-12.52-1.24-.73c-.26-.13-.52-.25-.78-.39-1.14-.61-2.22-1.28-3.25-2l-18.8-11.14s-2.05-11.65-2-10.8c0,0,0,.01-.02,0l-24.74-13.87s-.02,0-.02.01l4.48,9.57s0,0,0,0c0,0,11.67,7.76,11.66,7.77l-4.37,21.14s-9.17-13.69-9.17-13.69c0,0,0,0,0,0l-18.31-3.38s0,0,0,0l-12.66-21.82s0,0,0-.01l11.95-18.34s0-.01,0-.02l-15.08-7.82s0-.01,0-.02l3.34-4.64s0,0,.01,0l6.59.98s0,0,.01,0l12.44-17.85s0,0,.01,0l33.31,18.57s.01,0,.02,0l6.16-9.34s0,0,.02,0l35.26,19.63.15.02,17.98,2s.01,0,.01,0l5.09,8.14s0,.02,0,.02l6.71,8.07,17.87,18.69s0,0,0,0l16.5,9.49s0,0,0,0v11.91Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m900.89,91.59h59.86c32.33,0,54.68,15.09,54.68,49.9s-19.16,51.51-53.28,51.51h-22.15v50.3h-39.11V91.59Zm39.11,69.62h6.59c14.17,0,28.14,0,28.14-18.51s-12.97-19.32-28.14-19.32h-6.59v37.83Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m1046.37,216.95l-10.38,26.36h-41.51l57.87-151.71h42.7l56.67,151.71h-41.71l-9.78-26.36h-53.88Zm27.34-78.47h-.4l-16.16,48.29h32.53l-15.96-48.29Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m1199.02,243.31h-39.11V91.59h39.11v151.71Z'/%3E%3Cpath class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' d='m1297.18,130.63c-7.18-6.04-16.36-10.06-25.94-10.06-7.18,0-16.76,4.23-16.76,12.68s10.58,12.27,17.36,14.49l9.98,3.02c20.95,6.24,37.12,16.9,37.12,41.45,0,15.09-3.59,30.58-15.56,40.85-11.77,10.06-27.54,14.29-42.7,14.29-18.96,0-37.51-6.44-52.88-17.3l16.76-31.79c9.78,8.65,21.35,15.69,34.72,15.69,9.18,0,18.96-4.63,18.96-15.29s-15.36-14.89-23.75-17.3c-24.54-7.04-40.71-13.48-40.71-42.86s21.75-50.91,51.88-50.91c15.17,0,33.72,4.83,47.09,12.48l-15.56,30.58Z'/%3E%3Cpolygon class='uuid-f385acb5-6c8e-4980-b9dd-7a2987ae8d83' points='1212.43 70.96 1172.42 70.96 1160.58 86.9 1200.45 86.9 1212.43 70.96'/%3E%3C/svg%3E");
}

.icon--logo-bienes::before {
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='uuid-463c58dc-d19b-467f-a9dd-72f10646667d' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 445.11 349.13'%3E%3Cdefs%3E%3Cstyle%3E.uuid-689bf417-5712-4c35-a27c-d60aa440d6a9%7Bfill:url(%23uuid-ab259ec2-0752-4472-8055-36016b99dbb9);%7D.uuid-689bf417-5712-4c35-a27c-d60aa440d6a9,.uuid-fa07bd8e-0696-4dd4-b910-bc11f62a6558,.uuid-325b800c-0afa-4986-8e82-21a36c98f082,.uuid-439104eb-b195-4cdb-9bfc-7a00bfc69d1a,.uuid-44bec283-21db-49ea-827a-ba02c13ebf42,.uuid-71f8fe58-81fd-4f07-82af-d865f3f2307b,.uuid-5bd06969-3a35-4c5a-9ee5-c0184ef1299a,.uuid-24136a20-bba8-4beb-9115-e55e77370948,.uuid-edf40950-45a4-46aa-a2fc-e7dd88fc476b%7Bstroke-width:0px;%7D.uuid-fa07bd8e-0696-4dd4-b910-bc11f62a6558%7Bfill:url(%23uuid-337c664c-c4ac-4d20-9c6d-3c8172264b01);%7D.uuid-325b800c-0afa-4986-8e82-21a36c98f082%7Bfill:url(%23uuid-9b062ba4-d453-4f68-8b4a-e05e1ce904f4);%7D.uuid-439104eb-b195-4cdb-9bfc-7a00bfc69d1a%7Bfill:url(%23uuid-34da5588-b0a3-4717-95cc-62c8aaaa2b16);%7D.uuid-44bec283-21db-49ea-827a-ba02c13ebf42%7Bfill:url(%23uuid-50a34630-4b57-43b5-925c-9bdd750eb842);%7D.uuid-71f8fe58-81fd-4f07-82af-d865f3f2307b%7Bfill:url(%23uuid-5f307e57-ee5d-4d98-be5f-63fb3f17e080);%7D.uuid-5bd06969-3a35-4c5a-9ee5-c0184ef1299a%7Bfill:url(%23uuid-03a1fdbf-d44f-456b-ae69-350998c0e1a9);%7D.uuid-24136a20-bba8-4beb-9115-e55e77370948%7Bfill:url(%23uuid-cd7a4f83-6fd1-4ad1-bcbf-11a0bc39a2b9);%7D.uuid-edf40950-45a4-46aa-a2fc-e7dd88fc476b%7Bfill:url(%23uuid-0026955c-8f46-4107-a323-e7e7bb9c0e31);%7D%3C/style%3E%3ClinearGradient id='uuid-cd7a4f83-6fd1-4ad1-bcbf-11a0bc39a2b9' x1='8.68' y1='274.46' x2='439.11' y2='274.46' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23c70911'/%3E%3Cstop offset='1' stop-color='%23ef3340'/%3E%3C/linearGradient%3E%3ClinearGradient id='uuid-337c664c-c4ac-4d20-9c6d-3c8172264b01' x1='8.68' y1='274.46' x2='439.11' y2='274.46' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23c70911'/%3E%3Cstop offset='1' stop-color='%23ef3340'/%3E%3C/linearGradient%3E%3ClinearGradient id='uuid-03a1fdbf-d44f-456b-ae69-350998c0e1a9' x1='8.68' y1='274.46' x2='439.11' y2='274.46' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23c70911'/%3E%3Cstop offset='1' stop-color='%23ef3340'/%3E%3C/linearGradient%3E%3ClinearGradient id='uuid-34da5588-b0a3-4717-95cc-62c8aaaa2b16' x1='8.68' y1='274.46' x2='439.11' y2='274.46' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23c70911'/%3E%3Cstop offset='1' stop-color='%23ef3340'/%3E%3C/linearGradient%3E%3ClinearGradient id='uuid-5f307e57-ee5d-4d98-be5f-63fb3f17e080' x1='8.68' y1='274.46' x2='439.11' y2='274.46' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23c70911'/%3E%3Cstop offset='1' stop-color='%23ef3340'/%3E%3C/linearGradient%3E%3ClinearGradient id='uuid-0026955c-8f46-4107-a323-e7e7bb9c0e31' x1='8.68' y1='274.46' x2='439.11' y2='274.46' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23c70911'/%3E%3Cstop offset='1' stop-color='%23ef3340'/%3E%3C/linearGradient%3E%3ClinearGradient id='uuid-9b062ba4-d453-4f68-8b4a-e05e1ce904f4' x1='7.87' y1='127.47' x2='436.64' y2='127.47' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230033a0'/%3E%3Cstop offset='1' stop-color='%230072ce'/%3E%3C/linearGradient%3E%3ClinearGradient id='uuid-50a34630-4b57-43b5-925c-9bdd750eb842' x1='7.87' y1='127.49' x2='436.64' y2='127.49' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230033a0'/%3E%3Cstop offset='1' stop-color='%230072ce'/%3E%3C/linearGradient%3E%3ClinearGradient id='uuid-ab259ec2-0752-4472-8055-36016b99dbb9' x1='7.87' y1='127.46' x2='436.64' y2='127.46' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230033a0'/%3E%3Cstop offset='1' stop-color='%230072ce'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath class='uuid-24136a20-bba8-4beb-9115-e55e77370948' d='m8.68,120.78L22.96,30.3h33.6c16.08,0,25.92,6.24,23.16,23.52-1.2,8.16-4.92,14.76-12.84,18.48v.24c12.6,1.68,16.8,10.44,14.76,23.04-3,18.96-20.16,25.2-36.72,25.2,0,0-36.24,0-36.24,0Zm26.4-18h3c6.96,0,18.6.36,20.16-9.6,1.8-10.92-10.08-9.84-17.76-9.84h-2.4l-3,19.44Zm5.88-36.96h2.64c6.24,0,12.84-1.08,14.04-8.76,1.32-8.28-5.88-8.76-12.24-8.76h-1.68s-2.76,17.52-2.76,17.52Z'/%3E%3Cpath class='uuid-fa07bd8e-0696-4dd4-b910-bc11f62a6558' d='m113.44,120.78h-23.52l14.28-90.48h23.52l-14.28,90.48Z'/%3E%3Cpath class='uuid-5bd06969-3a35-4c5a-9ee5-c0184ef1299a' d='m163.48,50.22l-2.4,15.12h26.52l-3.12,19.92h-26.52l-2.52,15.6h27.96l-3.12,19.92h-51.48l14.28-90.48h51.48l-3.12,19.92h-27.96Z'/%3E%3Cpath class='uuid-439104eb-b195-4cdb-9bfc-7a00bfc69d1a' d='m209.07,30.3h23.52l34.32,55.32h.24l8.76-55.32h23.52l-14.28,90.48h-23.52l-34.32-55.44h-.24l-8.76,55.44h-23.52l14.28-90.48h0Z'/%3E%3Cpath class='uuid-71f8fe58-81fd-4f07-82af-d865f3f2307b' d='m335.19,50.22l-2.4,15.12h26.52l-3.12,19.92h-26.52l-2.52,15.6h27.96l-3.12,19.92h-51.48l14.28-90.48h51.48l-3.12,19.92h-27.96Z'/%3E%3Cpath class='uuid-edf40950-45a4-46aa-a2fc-e7dd88fc476b' d='m426.87,53.58c-3.84-3.6-8.88-6-14.64-6-4.32,0-10.56,2.52-11.28,7.56-.84,5.28,5.16,7.32,9,8.64l5.76,1.8c12,3.72,20.76,10.08,18.36,24.72-1.44,9-5.04,18.24-13.2,24.36-8.04,6-17.88,8.52-27,8.52-11.4,0-21.96-3.84-30.24-10.32l13.08-18.96c5.16,5.16,11.4,9.36,19.44,9.36,5.52,0,11.88-2.76,12.84-9.12,1.08-6.6-7.8-8.88-12.6-10.32-14.16-4.2-23.28-8.04-20.4-25.56,2.88-18.36,17.88-30.36,36-30.36,9.12,0,19.8,2.88,27.12,7.44l-12.24,18.24Z'/%3E%3Cpath class='uuid-325b800c-0afa-4986-8e82-21a36c98f082' d='m7.87,304.22l25.79-163.38h60.67c29.04,0,46.8,11.27,41.82,42.47-2.17,14.73-8.88,26.65-23.19,33.37v.43c22.75,3.03,30.34,18.85,26.65,41.6-5.42,34.24-36.4,45.5-66.31,45.5H7.87Zm47.67-32.51h5.42c12.57,0,33.59.65,36.4-17.33,3.25-19.72-18.2-17.77-32.07-17.77h-4.33l-5.42,35.1Zm10.62-66.74h4.77c11.27,0,23.19-1.95,25.35-15.82,2.38-14.95-10.62-15.82-22.1-15.82h-3.03l-4.98,31.64h0Z'/%3E%3Cpath class='uuid-44bec283-21db-49ea-827a-ba02c13ebf42' d='m288.48,195.66c-6.72-11.7-19.94-17.99-34.45-17.99-26,0-46.59,19.94-50.71,45.29-3.9,25.79,10.83,44.42,37.27,44.42,13.87,0,28.82-6.72,39.44-17.34l-8.23,50.92c-14.74,4.33-25.35,7.58-38.57,7.58-22.75,0-43.12-8.67-57.64-24.05-15.38-16.25-20.15-37.49-16.25-61.76,3.47-22.32,15.38-43.77,33.37-59.81,18.63-16.47,43.55-26.44,66.52-26.44,13.65,0,25.57,3.03,37.49,8.23l-8.23,50.92v.03Z'/%3E%3Cpath class='uuid-689bf417-5712-4c35-a27c-d60aa440d6a9' d='m433.44,304.22h-52.87l-30.12-62.84h-.43l-9.97,62.84h-42.47l25.79-163.38h63.49c32.29,0,54.39,15.38,48.97,50.27-3.68,22.54-19.29,42.04-43.12,46.16l40.74,66.96h-.01Zm-79.09-90.14h4.12c13.87,0,29.9-2.6,32.72-20.37,2.82-17.77-12.35-20.37-26.22-20.37h-4.12l-6.5,40.74h0Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='uuid-463c58dc-d19b-467f-a9dd-72f10646667d' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 445.11 349.13'%3E%3Cdefs%3E%3Cstyle%3E.uuid-689bf417-5712-4c35-a27c-d60aa440d6a9%7Bfill:url(%23uuid-ab259ec2-0752-4472-8055-36016b99dbb9);%7D.uuid-689bf417-5712-4c35-a27c-d60aa440d6a9,.uuid-fa07bd8e-0696-4dd4-b910-bc11f62a6558,.uuid-325b800c-0afa-4986-8e82-21a36c98f082,.uuid-439104eb-b195-4cdb-9bfc-7a00bfc69d1a,.uuid-44bec283-21db-49ea-827a-ba02c13ebf42,.uuid-71f8fe58-81fd-4f07-82af-d865f3f2307b,.uuid-5bd06969-3a35-4c5a-9ee5-c0184ef1299a,.uuid-24136a20-bba8-4beb-9115-e55e77370948,.uuid-edf40950-45a4-46aa-a2fc-e7dd88fc476b%7Bstroke-width:0px;%7D.uuid-fa07bd8e-0696-4dd4-b910-bc11f62a6558%7Bfill:url(%23uuid-337c664c-c4ac-4d20-9c6d-3c8172264b01);%7D.uuid-325b800c-0afa-4986-8e82-21a36c98f082%7Bfill:url(%23uuid-9b062ba4-d453-4f68-8b4a-e05e1ce904f4);%7D.uuid-439104eb-b195-4cdb-9bfc-7a00bfc69d1a%7Bfill:url(%23uuid-34da5588-b0a3-4717-95cc-62c8aaaa2b16);%7D.uuid-44bec283-21db-49ea-827a-ba02c13ebf42%7Bfill:url(%23uuid-50a34630-4b57-43b5-925c-9bdd750eb842);%7D.uuid-71f8fe58-81fd-4f07-82af-d865f3f2307b%7Bfill:url(%23uuid-5f307e57-ee5d-4d98-be5f-63fb3f17e080);%7D.uuid-5bd06969-3a35-4c5a-9ee5-c0184ef1299a%7Bfill:url(%23uuid-03a1fdbf-d44f-456b-ae69-350998c0e1a9);%7D.uuid-24136a20-bba8-4beb-9115-e55e77370948%7Bfill:url(%23uuid-cd7a4f83-6fd1-4ad1-bcbf-11a0bc39a2b9);%7D.uuid-edf40950-45a4-46aa-a2fc-e7dd88fc476b%7Bfill:url(%23uuid-0026955c-8f46-4107-a323-e7e7bb9c0e31);%7D%3C/style%3E%3ClinearGradient id='uuid-cd7a4f83-6fd1-4ad1-bcbf-11a0bc39a2b9' x1='8.68' y1='274.46' x2='439.11' y2='274.46' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23c70911'/%3E%3Cstop offset='1' stop-color='%23ef3340'/%3E%3C/linearGradient%3E%3ClinearGradient id='uuid-337c664c-c4ac-4d20-9c6d-3c8172264b01' x1='8.68' y1='274.46' x2='439.11' y2='274.46' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23c70911'/%3E%3Cstop offset='1' stop-color='%23ef3340'/%3E%3C/linearGradient%3E%3ClinearGradient id='uuid-03a1fdbf-d44f-456b-ae69-350998c0e1a9' x1='8.68' y1='274.46' x2='439.11' y2='274.46' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23c70911'/%3E%3Cstop offset='1' stop-color='%23ef3340'/%3E%3C/linearGradient%3E%3ClinearGradient id='uuid-34da5588-b0a3-4717-95cc-62c8aaaa2b16' x1='8.68' y1='274.46' x2='439.11' y2='274.46' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23c70911'/%3E%3Cstop offset='1' stop-color='%23ef3340'/%3E%3C/linearGradient%3E%3ClinearGradient id='uuid-5f307e57-ee5d-4d98-be5f-63fb3f17e080' x1='8.68' y1='274.46' x2='439.11' y2='274.46' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23c70911'/%3E%3Cstop offset='1' stop-color='%23ef3340'/%3E%3C/linearGradient%3E%3ClinearGradient id='uuid-0026955c-8f46-4107-a323-e7e7bb9c0e31' x1='8.68' y1='274.46' x2='439.11' y2='274.46' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23c70911'/%3E%3Cstop offset='1' stop-color='%23ef3340'/%3E%3C/linearGradient%3E%3ClinearGradient id='uuid-9b062ba4-d453-4f68-8b4a-e05e1ce904f4' x1='7.87' y1='127.47' x2='436.64' y2='127.47' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230033a0'/%3E%3Cstop offset='1' stop-color='%230072ce'/%3E%3C/linearGradient%3E%3ClinearGradient id='uuid-50a34630-4b57-43b5-925c-9bdd750eb842' x1='7.87' y1='127.49' x2='436.64' y2='127.49' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230033a0'/%3E%3Cstop offset='1' stop-color='%230072ce'/%3E%3C/linearGradient%3E%3ClinearGradient id='uuid-ab259ec2-0752-4472-8055-36016b99dbb9' x1='7.87' y1='127.46' x2='436.64' y2='127.46' gradientTransform='translate(0 350) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230033a0'/%3E%3Cstop offset='1' stop-color='%230072ce'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath class='uuid-24136a20-bba8-4beb-9115-e55e77370948' d='m8.68,120.78L22.96,30.3h33.6c16.08,0,25.92,6.24,23.16,23.52-1.2,8.16-4.92,14.76-12.84,18.48v.24c12.6,1.68,16.8,10.44,14.76,23.04-3,18.96-20.16,25.2-36.72,25.2,0,0-36.24,0-36.24,0Zm26.4-18h3c6.96,0,18.6.36,20.16-9.6,1.8-10.92-10.08-9.84-17.76-9.84h-2.4l-3,19.44Zm5.88-36.96h2.64c6.24,0,12.84-1.08,14.04-8.76,1.32-8.28-5.88-8.76-12.24-8.76h-1.68s-2.76,17.52-2.76,17.52Z'/%3E%3Cpath class='uuid-fa07bd8e-0696-4dd4-b910-bc11f62a6558' d='m113.44,120.78h-23.52l14.28-90.48h23.52l-14.28,90.48Z'/%3E%3Cpath class='uuid-5bd06969-3a35-4c5a-9ee5-c0184ef1299a' d='m163.48,50.22l-2.4,15.12h26.52l-3.12,19.92h-26.52l-2.52,15.6h27.96l-3.12,19.92h-51.48l14.28-90.48h51.48l-3.12,19.92h-27.96Z'/%3E%3Cpath class='uuid-439104eb-b195-4cdb-9bfc-7a00bfc69d1a' d='m209.07,30.3h23.52l34.32,55.32h.24l8.76-55.32h23.52l-14.28,90.48h-23.52l-34.32-55.44h-.24l-8.76,55.44h-23.52l14.28-90.48h0Z'/%3E%3Cpath class='uuid-71f8fe58-81fd-4f07-82af-d865f3f2307b' d='m335.19,50.22l-2.4,15.12h26.52l-3.12,19.92h-26.52l-2.52,15.6h27.96l-3.12,19.92h-51.48l14.28-90.48h51.48l-3.12,19.92h-27.96Z'/%3E%3Cpath class='uuid-edf40950-45a4-46aa-a2fc-e7dd88fc476b' d='m426.87,53.58c-3.84-3.6-8.88-6-14.64-6-4.32,0-10.56,2.52-11.28,7.56-.84,5.28,5.16,7.32,9,8.64l5.76,1.8c12,3.72,20.76,10.08,18.36,24.72-1.44,9-5.04,18.24-13.2,24.36-8.04,6-17.88,8.52-27,8.52-11.4,0-21.96-3.84-30.24-10.32l13.08-18.96c5.16,5.16,11.4,9.36,19.44,9.36,5.52,0,11.88-2.76,12.84-9.12,1.08-6.6-7.8-8.88-12.6-10.32-14.16-4.2-23.28-8.04-20.4-25.56,2.88-18.36,17.88-30.36,36-30.36,9.12,0,19.8,2.88,27.12,7.44l-12.24,18.24Z'/%3E%3Cpath class='uuid-325b800c-0afa-4986-8e82-21a36c98f082' d='m7.87,304.22l25.79-163.38h60.67c29.04,0,46.8,11.27,41.82,42.47-2.17,14.73-8.88,26.65-23.19,33.37v.43c22.75,3.03,30.34,18.85,26.65,41.6-5.42,34.24-36.4,45.5-66.31,45.5H7.87Zm47.67-32.51h5.42c12.57,0,33.59.65,36.4-17.33,3.25-19.72-18.2-17.77-32.07-17.77h-4.33l-5.42,35.1Zm10.62-66.74h4.77c11.27,0,23.19-1.95,25.35-15.82,2.38-14.95-10.62-15.82-22.1-15.82h-3.03l-4.98,31.64h0Z'/%3E%3Cpath class='uuid-44bec283-21db-49ea-827a-ba02c13ebf42' d='m288.48,195.66c-6.72-11.7-19.94-17.99-34.45-17.99-26,0-46.59,19.94-50.71,45.29-3.9,25.79,10.83,44.42,37.27,44.42,13.87,0,28.82-6.72,39.44-17.34l-8.23,50.92c-14.74,4.33-25.35,7.58-38.57,7.58-22.75,0-43.12-8.67-57.64-24.05-15.38-16.25-20.15-37.49-16.25-61.76,3.47-22.32,15.38-43.77,33.37-59.81,18.63-16.47,43.55-26.44,66.52-26.44,13.65,0,25.57,3.03,37.49,8.23l-8.23,50.92v.03Z'/%3E%3Cpath class='uuid-689bf417-5712-4c35-a27c-d60aa440d6a9' d='m433.44,304.22h-52.87l-30.12-62.84h-.43l-9.97,62.84h-42.47l25.79-163.38h63.49c32.29,0,54.39,15.38,48.97,50.27-3.68,22.54-19.29,42.04-43.12,46.16l40.74,66.96h-.01Zm-79.09-90.14h4.12c13.87,0,29.9-2.6,32.72-20.37,2.82-17.77-12.35-20.37-26.22-20.37h-4.12l-6.5,40.74h0Z'/%3E%3C/svg%3E");
}

.icon--cardgiftcard::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_8786_24971)'%3E%3Cpath d='M20 6H17.82C17.93 5.69 18 5.35 18 5C18 3.34 16.66 2 15 2C13.95 2 13.04 2.54 12.5 3.35L12 4.02L11.5 3.34C10.96 2.54 10.05 2 9 2C7.34 2 6 3.34 6 5C6 5.35 6.07 5.69 6.18 6H4C2.89 6 2.01 6.89 2.01 8L2 19C2 20.11 2.89 21 4 21H20C21.11 21 22 20.11 22 19V8C22 6.89 21.11 6 20 6ZM15 4C15.55 4 16 4.45 16 5C16 5.55 15.55 6 15 6C14.45 6 14 5.55 14 5C14 4.45 14.45 4 15 4ZM9 4C9.55 4 10 4.45 10 5C10 5.55 9.55 6 9 6C8.45 6 8 5.55 8 5C8 4.45 8.45 4 9 4ZM20 19H4V17H20V19ZM20 14H4V8H9.08L7 10.83L8.62 12L11 8.76L12 7.4L13 8.76L15.38 12L17 10.83L14.92 8H20V14Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8786_24971'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_8786_24971)'%3E%3Cpath d='M20 6H17.82C17.93 5.69 18 5.35 18 5C18 3.34 16.66 2 15 2C13.95 2 13.04 2.54 12.5 3.35L12 4.02L11.5 3.34C10.96 2.54 10.05 2 9 2C7.34 2 6 3.34 6 5C6 5.35 6.07 5.69 6.18 6H4C2.89 6 2.01 6.89 2.01 8L2 19C2 20.11 2.89 21 4 21H20C21.11 21 22 20.11 22 19V8C22 6.89 21.11 6 20 6ZM15 4C15.55 4 16 4.45 16 5C16 5.55 15.55 6 15 6C14.45 6 14 5.55 14 5C14 4.45 14.45 4 15 4ZM9 4C9.55 4 10 4.45 10 5C10 5.55 9.55 6 9 6C8.45 6 8 5.55 8 5C8 4.45 8.45 4 9 4ZM20 19H4V17H20V19ZM20 14H4V8H9.08L7 10.83L8.62 12L11 8.76L12 7.4L13 8.76L15.38 12L17 10.83L14.92 8H20V14Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8786_24971'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}

.icon--credit-score::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='CreditScoreIcon' tabindex='-1' title='CreditScore'%3E%3Cpath d='M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h5v-2H4v-6h18V6c0-1.11-.89-2-2-2m0 4H4V6h16zm-5.07 11.17-2.83-2.83-1.41 1.41L14.93 22 22 14.93l-1.41-1.41z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='CreditScoreIcon' tabindex='-1' title='CreditScore'%3E%3Cpath d='M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h5v-2H4v-6h18V6c0-1.11-.89-2-2-2m0 4H4V6h16zm-5.07 11.17-2.83-2.83-1.41 1.41L14.93 22 22 14.93l-1.41-1.41z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--airplaneticket::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='AirplaneTicketIcon' tabindex='-1' title='AirplaneTicket'%3E%3Cpath d='M20.19 4H4c-1.1 0-1.99.9-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.81-2-1.81-2m-2.46 9.3-8.86 2.36-1.66-2.88.93-.25 1.26.99 2.39-.64-2.4-4.16 1.4-.38 4.01 3.74 2.44-.65c.51-.14 1.04.17 1.18.68.13.51-.17 1.04-.69 1.19'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='AirplaneTicketIcon' tabindex='-1' title='AirplaneTicket'%3E%3Cpath d='M20.19 4H4c-1.1 0-1.99.9-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.81-2-1.81-2m-2.46 9.3-8.86 2.36-1.66-2.88.93-.25 1.26.99 2.39-.64-2.4-4.16 1.4-.38 4.01 3.74 2.44-.65c.51-.14 1.04.17 1.18.68.13.51-.17 1.04-.69 1.19'%3E%3C/path%3E%3C/svg%3E");
}

.icon--today::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='114' height='114' viewBox='0 0 114 127' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_863_19)'%3E%3Cpath d='M18.9207 12.601V0H31.5084V12.4802H82.2507V0.0241514H94.8986V12.607C96.7407 12.607 98.4624 12.6191 100.178 12.607C108.341 12.5225 113.886 17.709 113.94 25.8722C114.048 41.9691 113.964 58.0599 113.964 74.1568C113.964 87.108 113.952 100.053 113.982 113.004C113.994 117.617 112.603 121.548 108.817 124.416C106.463 126.203 103.778 126.976 100.87 126.976C72.0288 126.988 43.1872 126.958 14.3515 127.006C8.57239 127.012 3.85274 125.158 1.29425 119.712C0.4033 117.822 0.0360825 115.516 0.0240426 113.403C-0.0421769 92.8922 0.0240426 72.3756 0.0421025 51.8651C0.0541424 43.2732 0.204641 34.6753 0.0240426 26.0895C-0.138496 18.4758 5.43599 12.4863 13.3763 12.601C15.1221 12.6251 16.8739 12.601 18.9147 12.601H18.9207ZM101.226 114.212V50.7783H12.672V114.212H101.226Z' fill='%23001238'/%3E%3Cpath d='M37.7512 76.0225H25.4163V63.5725H37.7512V76.0225Z' fill='%23001238'/%3E%3Cpath d='M50.8085 63.5483H63.1313V75.9863H50.8085V63.5483Z' fill='%23001238'/%3E%3Cpath d='M76.0983 76.0225V63.5604H88.4693V76.0225H76.0983Z' fill='%23001238'/%3E%3Cpath d='M25.3982 88.9435H37.7813V101.4H25.3982V88.9435Z' fill='%23001238'/%3E%3Cpath d='M50.8085 88.9615H63.1434V101.412H50.8085V88.9615Z' fill='%23001238'/%3E%3Cpath d='M76.0983 101.442V88.9736H88.4693V101.442H76.0983Z' fill='%23001238'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_863_19'%3E%3Crect width='114' height='127' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='114' height='114' viewBox='0 0 114 127' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_863_19)'%3E%3Cpath d='M18.9207 12.601V0H31.5084V12.4802H82.2507V0.0241514H94.8986V12.607C96.7407 12.607 98.4624 12.6191 100.178 12.607C108.341 12.5225 113.886 17.709 113.94 25.8722C114.048 41.9691 113.964 58.0599 113.964 74.1568C113.964 87.108 113.952 100.053 113.982 113.004C113.994 117.617 112.603 121.548 108.817 124.416C106.463 126.203 103.778 126.976 100.87 126.976C72.0288 126.988 43.1872 126.958 14.3515 127.006C8.57239 127.012 3.85274 125.158 1.29425 119.712C0.4033 117.822 0.0360825 115.516 0.0240426 113.403C-0.0421769 92.8922 0.0240426 72.3756 0.0421025 51.8651C0.0541424 43.2732 0.204641 34.6753 0.0240426 26.0895C-0.138496 18.4758 5.43599 12.4863 13.3763 12.601C15.1221 12.6251 16.8739 12.601 18.9147 12.601H18.9207ZM101.226 114.212V50.7783H12.672V114.212H101.226Z' fill='%23001238'/%3E%3Cpath d='M37.7512 76.0225H25.4163V63.5725H37.7512V76.0225Z' fill='%23001238'/%3E%3Cpath d='M50.8085 63.5483H63.1313V75.9863H50.8085V63.5483Z' fill='%23001238'/%3E%3Cpath d='M76.0983 76.0225V63.5604H88.4693V76.0225H76.0983Z' fill='%23001238'/%3E%3Cpath d='M25.3982 88.9435H37.7813V101.4H25.3982V88.9435Z' fill='%23001238'/%3E%3Cpath d='M50.8085 88.9615H63.1434V101.412H50.8085V88.9615Z' fill='%23001238'/%3E%3Cpath d='M76.0983 101.442V88.9736H88.4693V101.442H76.0983Z' fill='%23001238'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_863_19'%3E%3Crect width='114' height='127' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.icon--description::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='DescriptionIcon' tabindex='-1' title='Description'%3E%3Cpath d='M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8zm2 16H8v-2h8zm0-4H8v-2h8zm-3-5V3.5L18.5 9z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='DescriptionIcon' tabindex='-1' title='Description'%3E%3Cpath d='M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8zm2 16H8v-2h8zm0-4H8v-2h8zm-3-5V3.5L18.5 9z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--luggage::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-1e117nl' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='LuggageIcon'%3E%3Cpath d='M17 6h-2V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3H7c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2 0 .55.45 1 1 1s1-.45 1-1h6c0 .55.45 1 1 1s1-.45 1-1c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2M9.5 18H8V9h1.5zm3.25 0h-1.5V9h1.5zm.75-12h-3V3.5h3zM16 18h-1.5V9H16z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-1e117nl' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='LuggageIcon'%3E%3Cpath d='M17 6h-2V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3H7c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2 0 .55.45 1 1 1s1-.45 1-1h6c0 .55.45 1 1 1s1-.45 1-1c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2M9.5 18H8V9h1.5zm3.25 0h-1.5V9h1.5zm.75-12h-3V3.5h3zM16 18h-1.5V9H16z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--questionanswer::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='QuestionAnswerIcon' tabindex='-1' title='QuestionAnswer'%3E%3Cpath d='M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1m-4 6V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='QuestionAnswerIcon' tabindex='-1' title='QuestionAnswer'%3E%3Cpath d='M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1m-4 6V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1'%3E%3C/path%3E%3C/svg%3E");
}

.icon--removeshopping::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='RemoveShoppingCartIcon' tabindex='-1' title='RemoveShoppingCart'%3E%3Cpath d='M22.73 22.73 2.77 2.77 2 2l-.73-.73L0 2.54l4.39 4.39 2.21 4.66-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h7.46l1.38 1.38c-.5.36-.83.95-.83 1.62 0 1.1.89 2 1.99 2 .67 0 1.26-.33 1.62-.84L21.46 24zM7.42 15c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h2.36l2 2zm8.13-2c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H6.54zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='RemoveShoppingCartIcon' tabindex='-1' title='RemoveShoppingCart'%3E%3Cpath d='M22.73 22.73 2.77 2.77 2 2l-.73-.73L0 2.54l4.39 4.39 2.21 4.66-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h7.46l1.38 1.38c-.5.36-.83.95-.83 1.62 0 1.1.89 2 1.99 2 .67 0 1.26-.33 1.62-.84L21.46 24zM7.42 15c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h2.36l2 2zm8.13-2c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H6.54zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2'%3E%3C/path%3E%3C/svg%3E");
}

.icon--warningamber::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='WarningAmberIcon' tabindex='-1' title='WarningAmber'%3E%3Cpath d='M12 5.99 19.53 19H4.47zM12 2 1 21h22z'%3E%3C/path%3E%3Cpath d='M13 16h-2v2h2zm0-6h-2v5h2z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='WarningAmberIcon' tabindex='-1' title='WarningAmber'%3E%3Cpath d='M12 5.99 19.53 19H4.47zM12 2 1 21h22z'%3E%3C/path%3E%3Cpath d='M13 16h-2v2h2zm0-6h-2v5h2z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--circle::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='CircleIcon' tabindex='-1' title='Circle'%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='CircleIcon' tabindex='-1' title='Circle'%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2'%3E%3C/path%3E%3C/svg%3E");
}


.icon--feedback::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='FeedbackIcon' tabindex='-1' title='Feedback'%3E%3Cpath d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-7 12h-2v-2h2zm0-4h-2V6h2z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='FeedbackIcon' tabindex='-1' title='Feedback'%3E%3Cpath d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-7 12h-2v-2h2zm0-4h-2V6h2z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--importantdevices::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ImportantDevicesIcon' tabindex='-1' title='ImportantDevices'%3E%3Cpath d='M23 11.01 18 11c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-9c0-.55-.45-.99-1-.99M23 20h-5v-7h5zM20 2H2C.89 2 0 2.89 0 4v12c0 1.1.89 2 2 2h7v2H7v2h8v-2h-2v-2h2v-2H2V4h18v5h2V4c0-1.11-.9-2-2-2m-8.03 7L11 6l-.97 3H7l2.47 1.76-.94 2.91 2.47-1.8 2.47 1.8-.94-2.91L15 9z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ImportantDevicesIcon' tabindex='-1' title='ImportantDevices'%3E%3Cpath d='M23 11.01 18 11c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-9c0-.55-.45-.99-1-.99M23 20h-5v-7h5zM20 2H2C.89 2 0 2.89 0 4v12c0 1.1.89 2 2 2h7v2H7v2h8v-2h-2v-2h2v-2H2V4h18v5h2V4c0-1.11-.9-2-2-2m-8.03 7L11 6l-.97 3H7l2.47 1.76-.94 2.91 2.47-1.8 2.47 1.8-.94-2.91L15 9z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--engineering::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='EngineeringIcon' tabindex='-1' title='Engineering'%3E%3Cpath d='M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4m13.1-8.16c.01-.11.02-.22.02-.34 0-.12-.01-.23-.03-.34l.74-.58c.07-.05.08-.15.04-.22l-.7-1.21c-.04-.08-.14-.1-.21-.08l-.86.35c-.18-.14-.38-.25-.59-.34l-.13-.93c-.02-.09-.09-.15-.18-.15h-1.4c-.09 0-.16.06-.17.15l-.13.93c-.21.09-.41.21-.59.34l-.87-.35c-.08-.03-.17 0-.21.08l-.7 1.21c-.04.08-.03.17.04.22l.74.58c-.02.11-.03.23-.03.34 0 .11.01.23.03.34l-.74.58c-.07.05-.08.15-.04.22l.7 1.21c.04.08.14.1.21.08l.87-.35c.18.14.38.25.59.34l.13.93c.01.09.08.15.17.15h1.4c.09 0 .16-.06.17-.15l.13-.93c.21-.09.41-.21.59-.34l.87.35c.08.03.17 0 .21-.08l.7-1.21c.04-.08.03-.17-.04-.22zm-2.6.91c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25m.42 3.93-.5-.87c-.03-.06-.1-.08-.15-.06l-.62.25c-.13-.1-.27-.18-.42-.24l-.09-.66c-.02-.06-.08-.1-.14-.1h-1c-.06 0-.11.04-.12.11l-.09.66c-.15.06-.29.15-.42.24l-.62-.25c-.06-.02-.12 0-.15.06l-.5.87c-.03.06-.02.12.03.16l.53.41c-.01.08-.02.16-.02.24 0 .08.01.17.02.24l-.53.41c-.05.04-.06.11-.03.16l.5.87c.03.06.1.08.15.06l.62-.25c.13.1.27.18.42.24l.09.66c.01.07.06.11.12.11h1c.06 0 .12-.04.12-.11l.09-.66c.15-.06.29-.15.42-.24l.62.25c.06.02.12 0 .15-.06l.5-.87c.03-.06.02-.12-.03-.16l-.52-.41c.01-.08.02-.16.02-.24 0-.08-.01-.17-.02-.24l.53-.41c.05-.04.06-.11.04-.17m-2.42 1.65c-.46 0-.83-.38-.83-.83 0-.46.38-.83.83-.83s.83.38.83.83c0 .46-.37.83-.83.83M4.74 9h8.53c.27 0 .49-.22.49-.49v-.02c0-.27-.22-.49-.49-.49H13c0-1.48-.81-2.75-2-3.45v.95c0 .28-.22.5-.5.5s-.5-.22-.5-.5V4.14C9.68 4.06 9.35 4 9 4s-.68.06-1 .14V5.5c0 .28-.22.5-.5.5S7 5.78 7 5.5v-.95C5.81 5.25 5 6.52 5 8h-.26c-.27 0-.49.22-.49.49v.03c0 .26.22.48.49.48M9 13c1.86 0 3.41-1.28 3.86-3H5.14c.45 1.72 2 3 3.86 3'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='EngineeringIcon' tabindex='-1' title='Engineering'%3E%3Cpath d='M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4m13.1-8.16c.01-.11.02-.22.02-.34 0-.12-.01-.23-.03-.34l.74-.58c.07-.05.08-.15.04-.22l-.7-1.21c-.04-.08-.14-.1-.21-.08l-.86.35c-.18-.14-.38-.25-.59-.34l-.13-.93c-.02-.09-.09-.15-.18-.15h-1.4c-.09 0-.16.06-.17.15l-.13.93c-.21.09-.41.21-.59.34l-.87-.35c-.08-.03-.17 0-.21.08l-.7 1.21c-.04.08-.03.17.04.22l.74.58c-.02.11-.03.23-.03.34 0 .11.01.23.03.34l-.74.58c-.07.05-.08.15-.04.22l.7 1.21c.04.08.14.1.21.08l.87-.35c.18.14.38.25.59.34l.13.93c.01.09.08.15.17.15h1.4c.09 0 .16-.06.17-.15l.13-.93c.21-.09.41-.21.59-.34l.87.35c.08.03.17 0 .21-.08l.7-1.21c.04-.08.03-.17-.04-.22zm-2.6.91c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25m.42 3.93-.5-.87c-.03-.06-.1-.08-.15-.06l-.62.25c-.13-.1-.27-.18-.42-.24l-.09-.66c-.02-.06-.08-.1-.14-.1h-1c-.06 0-.11.04-.12.11l-.09.66c-.15.06-.29.15-.42.24l-.62-.25c-.06-.02-.12 0-.15.06l-.5.87c-.03.06-.02.12.03.16l.53.41c-.01.08-.02.16-.02.24 0 .08.01.17.02.24l-.53.41c-.05.04-.06.11-.03.16l.5.87c.03.06.1.08.15.06l.62-.25c.13.1.27.18.42.24l.09.66c.01.07.06.11.12.11h1c.06 0 .12-.04.12-.11l.09-.66c.15-.06.29-.15.42-.24l.62.25c.06.02.12 0 .15-.06l.5-.87c.03-.06.02-.12-.03-.16l-.52-.41c.01-.08.02-.16.02-.24 0-.08-.01-.17-.02-.24l.53-.41c.05-.04.06-.11.04-.17m-2.42 1.65c-.46 0-.83-.38-.83-.83 0-.46.38-.83.83-.83s.83.38.83.83c0 .46-.37.83-.83.83M4.74 9h8.53c.27 0 .49-.22.49-.49v-.02c0-.27-.22-.49-.49-.49H13c0-1.48-.81-2.75-2-3.45v.95c0 .28-.22.5-.5.5s-.5-.22-.5-.5V4.14C9.68 4.06 9.35 4 9 4s-.68.06-1 .14V5.5c0 .28-.22.5-.5.5S7 5.78 7 5.5v-.95C5.81 5.25 5 6.52 5 8h-.26c-.27 0-.49.22-.49.49v.03c0 .26.22.48.49.48M9 13c1.86 0 3.41-1.28 3.86-3H5.14c.45 1.72 2 3 3.86 3'%3E%3C/path%3E%3C/svg%3E");
}

.icon--windpower::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='WindPowerIcon' tabindex='-1' title='WindPower'%3E%3Cpath d='M4 3h6v2H4zM1 7h5v2H1zm2 12h5v2H3zm10.73-8.39c.75.23 1.3.78 1.57 1.46l4.27-7.11c.65-1.08.3-2.48-.78-3.13-.87-.52-1.99-.41-2.73.29l-3.43 3.21c-.4.37-.63.9-.63 1.45v3.93c.36-.15.98-.33 1.73-.1m-3.12 1.66c.16-.52.48-.96.89-1.27H3.28C2.02 11 1 12.02 1 13.28c0 1.02.67 1.91 1.65 2.19l4.51 1.29c.53.15 1.1.08 1.58-.21l2.69-1.61c-.77-.62-1.13-1.67-.82-2.67m11.6 6.34-2.28-4.1c-.27-.48-.73-.83-1.26-.97l-3.18-.8c.03.32 0 .66-.1.99-.32 1.06-1.28 1.77-2.39 1.77-.61 0-.99-.22-1-.22V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.28l4.61 4.61c.89.89 2.33.89 3.22 0 .72-.72.88-1.83.38-2.72'%3E%3C/path%3E%3Cpath d='M12.56 14.43c.79.24 1.63-.2 1.87-1 .24-.79-.2-1.63-1-1.87-.79-.24-1.63.2-1.87 1-.24.79.21 1.63 1 1.87'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='WindPowerIcon' tabindex='-1' title='WindPower'%3E%3Cpath d='M4 3h6v2H4zM1 7h5v2H1zm2 12h5v2H3zm10.73-8.39c.75.23 1.3.78 1.57 1.46l4.27-7.11c.65-1.08.3-2.48-.78-3.13-.87-.52-1.99-.41-2.73.29l-3.43 3.21c-.4.37-.63.9-.63 1.45v3.93c.36-.15.98-.33 1.73-.1m-3.12 1.66c.16-.52.48-.96.89-1.27H3.28C2.02 11 1 12.02 1 13.28c0 1.02.67 1.91 1.65 2.19l4.51 1.29c.53.15 1.1.08 1.58-.21l2.69-1.61c-.77-.62-1.13-1.67-.82-2.67m11.6 6.34-2.28-4.1c-.27-.48-.73-.83-1.26-.97l-3.18-.8c.03.32 0 .66-.1.99-.32 1.06-1.28 1.77-2.39 1.77-.61 0-.99-.22-1-.22V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.28l4.61 4.61c.89.89 2.33.89 3.22 0 .72-.72.88-1.83.38-2.72'%3E%3C/path%3E%3Cpath d='M12.56 14.43c.79.24 1.63-.2 1.87-1 .24-.79-.2-1.63-1-1.87-.79-.24-1.63.2-1.87 1-.24.79.21 1.63 1 1.87'%3E%3C/path%3E%3C/svg%3E");
}

.icon--electricmoped::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ElectricMopedIcon' tabindex='-1' title='ElectricMoped'%3E%3Cpath d='M19 5c0-1.1-.9-2-2-2h-3v2h3v2.65L13.52 12H10V7H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 8.35zM7 15c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1'%3E%3C/path%3E%3Cpath d='M5 4h5v2H5zm14 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1M7 20h4v-2l6 3h-4v2z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ElectricMopedIcon' tabindex='-1' title='ElectricMoped'%3E%3Cpath d='M19 5c0-1.1-.9-2-2-2h-3v2h3v2.65L13.52 12H10V7H6c-2.21 0-4 1.79-4 4v3h2c0 1.66 1.34 3 3 3s3-1.34 3-3h4.48L19 8.35zM7 15c-.55 0-1-.45-1-1h2c0 .55-.45 1-1 1'%3E%3C/path%3E%3Cpath d='M5 4h5v2H5zm14 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3m0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1M7 20h4v-2l6 3h-4v2z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--thermostat::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ThermostatIcon' tabindex='-1' title='Thermostat'%3E%3Cpath d='M15 13V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-1.21.91-2 2.37-2 4 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.09-2-4m-4-2V5c0-.55.45-1 1-1s1 .45 1 1v1h-1v1h1v2h-1v1h1v1z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ThermostatIcon' tabindex='-1' title='Thermostat'%3E%3Cpath d='M15 13V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-1.21.91-2 2.37-2 4 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.09-2-4m-4-2V5c0-.55.45-1 1-1s1 .45 1 1v1h-1v1h1v2h-1v1h1v1z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--handshake::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='HandshakeIcon' tabindex='-1' title='Handshake'%3E%3Cpath d='M16.48 10.41c-.39.39-1.04.39-1.43 0l-4.47-4.46-7.05 7.04-.66-.63c-1.17-1.17-1.17-3.07 0-4.24l4.24-4.24c1.17-1.17 3.07-1.17 4.24 0L16.48 9c.39.39.39 1.02 0 1.41m.7-2.12c.78.78.78 2.05 0 2.83-1.27 1.27-2.61.22-2.83 0l-3.76-3.76-5.57 5.57c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.42 0l4.62-4.62.71.71-4.62 4.62c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.42 0l4.62-4.62.71.71-4.62 4.62c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.62-4.62.71.71-4.62 4.62c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l8.32-8.34c1.17-1.17 1.17-3.07 0-4.24l-4.24-4.24c-1.15-1.15-3.01-1.17-4.18-.06z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='HandshakeIcon' tabindex='-1' title='Handshake'%3E%3Cpath d='M16.48 10.41c-.39.39-1.04.39-1.43 0l-4.47-4.46-7.05 7.04-.66-.63c-1.17-1.17-1.17-3.07 0-4.24l4.24-4.24c1.17-1.17 3.07-1.17 4.24 0L16.48 9c.39.39.39 1.02 0 1.41m.7-2.12c.78.78.78 2.05 0 2.83-1.27 1.27-2.61.22-2.83 0l-3.76-3.76-5.57 5.57c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.42 0l4.62-4.62.71.71-4.62 4.62c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.42 0l4.62-4.62.71.71-4.62 4.62c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l4.62-4.62.71.71-4.62 4.62c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l8.32-8.34c1.17-1.17 1.17-3.07 0-4.24l-4.24-4.24c-1.15-1.15-3.01-1.17-4.18-.06z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--querystats::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='QueryStatsIcon' tabindex='-1' title='QueryStats'%3E%3Cpath d='M19.88 18.47c.44-.7.7-1.51.7-2.39 0-2.49-2.01-4.5-4.5-4.5s-4.5 2.01-4.5 4.5 2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21.58 23 23 21.58zm-3.8.11c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5m-.36-8.5c-.74.02-1.45.18-2.1.45l-.55-.83-3.8 6.18-3.01-3.52-3.63 5.81L1 17l5-8 3 3.5L13 6zm2.59.5c-.64-.28-1.33-.45-2.05-.49L21.38 2 23 3.18z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='QueryStatsIcon' tabindex='-1' title='QueryStats'%3E%3Cpath d='M19.88 18.47c.44-.7.7-1.51.7-2.39 0-2.49-2.01-4.5-4.5-4.5s-4.5 2.01-4.5 4.5 2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21.58 23 23 21.58zm-3.8.11c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5m-.36-8.5c-.74.02-1.45.18-2.1.45l-.55-.83-3.8 6.18-3.01-3.52-3.63 5.81L1 17l5-8 3 3.5L13 6zm2.59.5c-.64-.28-1.33-.45-2.05-.49L21.38 2 23 3.18z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--visibility::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='VisibilityIcon' tabindex='-1' title='Visibility'%3E%3Cpath d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='VisibilityIcon' tabindex='-1' title='Visibility'%3E%3Cpath d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3'%3E%3C/path%3E%3C/svg%3E");
}

.icon--unfoldmore::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='UnfoldMoreIcon' tabindex='-1' title='UnfoldMore'%3E%3Cpath d='M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-p79yt4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='UnfoldMoreIcon' tabindex='-1' title='UnfoldMore'%3E%3Cpath d='M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--check::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-1hkft75' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='CheckIcon' tabindex='-1' title='Check'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeLarge css-1hkft75' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='CheckIcon' tabindex='-1' title='Check'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--gift::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cg clip-path='url(%23clip0_4463_4156)'%3E%3Cpath d='M10.449 6.70312H0.749023V9.00566H10.449V6.70312Z' fill='%23FEFFFF'/%3E%3Cpath d='M22.7488 6.70312H13.0488V9.00566H22.7488V6.70312Z' fill='%23FEFFFF'/%3E%3Cpath d='M13.0488 10.3906H21.6688V21.5615C21.6688 22.0832 21.2088 22.4969 20.6288 22.4969H13.0488V10.3906Z' fill='%23FEFFFF'/%3E%3Cpath d='M1.82908 10.3906H10.4491V22.4969H2.62908C2.18908 22.4969 1.80908 22.1731 1.80908 21.7594V10.3906H1.82908Z' fill='%23FEFFFF'/%3E%3Cpath d='M18.7489 1.68524C18.0089 0.659897 15.7289 0.785817 13.6689 1.97306C11.6089 3.16031 11.4489 5.08508 12.7089 5.55278C13.6889 5.91255 14.9889 5.73267 16.0489 5.35491C18.3489 4.56341 19.4889 2.71059 18.7689 1.68524H18.7489Z' stroke='%23FEFFFF' stroke-width='0.55' stroke-miterlimit='10'/%3E%3Cpath d='M4.22911 2.00974C3.74911 3.161 5.24911 4.70802 7.56911 5.48153C9.88911 6.25503 11.6691 5.19371 11.3091 4.00646C11.0291 3.08905 10.0891 2.27956 9.10911 1.73991C7.02911 0.570651 4.70911 0.858468 4.22911 2.00974Z' stroke='%23FEFFFF' stroke-width='0.55' stroke-miterlimit='10'/%3E%3Cpath d='M11.709 7.40922C12.5374 7.40922 13.209 6.80519 13.209 6.06008C13.209 5.31497 12.5374 4.71094 11.709 4.71094C10.8806 4.71094 10.209 5.31497 10.209 6.06008C10.209 6.80519 10.8806 7.40922 11.709 7.40922Z' fill='%23FEFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4463_4156'%3E%3Crect width='22' height='22' fill='white' transform='translate(0.749023 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cg clip-path='url(%23clip0_4463_4156)'%3E%3Cpath d='M10.449 6.70312H0.749023V9.00566H10.449V6.70312Z' fill='%23FEFFFF'/%3E%3Cpath d='M22.7488 6.70312H13.0488V9.00566H22.7488V6.70312Z' fill='%23FEFFFF'/%3E%3Cpath d='M13.0488 10.3906H21.6688V21.5615C21.6688 22.0832 21.2088 22.4969 20.6288 22.4969H13.0488V10.3906Z' fill='%23FEFFFF'/%3E%3Cpath d='M1.82908 10.3906H10.4491V22.4969H2.62908C2.18908 22.4969 1.80908 22.1731 1.80908 21.7594V10.3906H1.82908Z' fill='%23FEFFFF'/%3E%3Cpath d='M18.7489 1.68524C18.0089 0.659897 15.7289 0.785817 13.6689 1.97306C11.6089 3.16031 11.4489 5.08508 12.7089 5.55278C13.6889 5.91255 14.9889 5.73267 16.0489 5.35491C18.3489 4.56341 19.4889 2.71059 18.7689 1.68524H18.7489Z' stroke='%23FEFFFF' stroke-width='0.55' stroke-miterlimit='10'/%3E%3Cpath d='M4.22911 2.00974C3.74911 3.161 5.24911 4.70802 7.56911 5.48153C9.88911 6.25503 11.6691 5.19371 11.3091 4.00646C11.0291 3.08905 10.0891 2.27956 9.10911 1.73991C7.02911 0.570651 4.70911 0.858468 4.22911 2.00974Z' stroke='%23FEFFFF' stroke-width='0.55' stroke-miterlimit='10'/%3E%3Cpath d='M11.709 7.40922C12.5374 7.40922 13.209 6.80519 13.209 6.06008C13.209 5.31497 12.5374 4.71094 11.709 4.71094C10.8806 4.71094 10.209 5.31497 10.209 6.06008C10.209 6.80519 10.8806 7.40922 11.709 7.40922Z' fill='%23FEFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4463_4156'%3E%3Crect width='22' height='22' fill='white' transform='translate(0.749023 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon--numbers::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M4 20.2812C3.45 20.2812 2.97933 20.0856 2.588 19.6943C2.196 19.3022 2 18.8313 2 18.2812V6.28125C2 5.73125 2.196 5.26058 2.588 4.86925C2.97933 4.47725 3.45 4.28125 4 4.28125H20C20.55 4.28125 21.021 4.47725 21.413 4.86925C21.8043 5.26058 22 5.73125 22 6.28125V18.2812C22 18.8313 21.8043 19.3022 21.413 19.6943C21.021 20.0856 20.55 20.2812 20 20.2812H4ZM7.075 15.2812C7.24167 15.2812 7.37933 15.2269 7.488 15.1182C7.596 15.0103 7.65 14.8729 7.65 14.7063V9.83125C7.65 9.68125 7.596 9.55192 7.488 9.44325C7.37933 9.33525 7.25 9.28125 7.1 9.28125C7 9.28125 6.89167 9.30192 6.775 9.34325C6.65833 9.38525 6.55833 9.43125 6.475 9.48125L5.425 10.2312C5.29167 10.3146 5.21667 10.4269 5.2 10.5682C5.18333 10.7102 5.21667 10.8479 5.3 10.9812C5.38333 11.1146 5.49167 11.1896 5.625 11.2063C5.75833 11.2229 5.89167 11.1896 6.025 11.1062L6.5 10.7812V14.7063C6.5 14.8729 6.554 15.0103 6.662 15.1182C6.77067 15.2269 6.90833 15.2812 7.075 15.2812ZM10.2 15.2812H13C13.1333 15.2812 13.25 15.2313 13.35 15.1313C13.45 15.0312 13.5 14.9146 13.5 14.7812C13.5 14.6479 13.45 14.5312 13.35 14.4312C13.25 14.3312 13.1333 14.2812 13 14.2812H11.15L11.1 14.2312C11.45 13.8979 11.7377 13.6146 11.963 13.3813C12.1877 13.1479 12.3667 12.9646 12.5 12.8313C12.8 12.5312 13.025 12.2312 13.175 11.9312C13.325 11.6312 13.4 11.3146 13.4 10.9812C13.4 10.4979 13.2167 10.0939 12.85 9.76925C12.4833 9.44392 12.0167 9.28125 11.45 9.28125C11.1167 9.28125 10.8043 9.36058 10.513 9.51925C10.221 9.67725 9.98333 9.88958 9.8 10.1562C9.71667 10.2729 9.7 10.3979 9.75 10.5312C9.8 10.6646 9.9 10.7646 10.05 10.8313C10.1667 10.8813 10.2917 10.8853 10.425 10.8433C10.5583 10.8019 10.6917 10.7146 10.825 10.5813C10.9083 10.4979 11.0043 10.4353 11.113 10.3933C11.221 10.3519 11.3333 10.3313 11.45 10.3313C11.7 10.3313 11.904 10.3979 12.062 10.5312C12.2207 10.6646 12.3 10.8313 12.3 11.0312C12.3 11.2146 12.2667 11.3853 12.2 11.5433C12.1333 11.7019 11.9833 11.8979 11.75 12.1313L11.05 12.8313L9.875 14.0063C9.79167 14.0896 9.725 14.1936 9.675 14.3182C9.625 14.4436 9.6 14.5646 9.6 14.6812C9.6 14.8479 9.65833 14.9896 9.775 15.1062C9.89167 15.2229 10.0333 15.2812 10.2 15.2812ZM17 15.2812C17.6 15.2812 18.0833 15.1146 18.45 14.7812C18.8167 14.4479 19 14.0146 19 13.4812C19 13.1812 18.9167 12.9146 18.75 12.6812C18.5833 12.4479 18.35 12.2646 18.05 12.1313V12.0813C18.2833 11.9479 18.4667 11.7769 18.6 11.5682C18.7333 11.3602 18.8 11.1146 18.8 10.8313C18.8 10.3813 18.625 10.0106 18.275 9.71925C17.925 9.42725 17.4833 9.28125 16.95 9.28125C16.65 9.28125 16.3623 9.34792 16.087 9.48125C15.8123 9.61458 15.5833 9.78958 15.4 10.0063C15.3 10.1396 15.275 10.2769 15.325 10.4183C15.375 10.5603 15.4917 10.6729 15.675 10.7563C15.775 10.7896 15.8793 10.7896 15.988 10.7563C16.096 10.7229 16.2083 10.6479 16.325 10.5312C16.4083 10.4479 16.5 10.3853 16.6 10.3433C16.7 10.3019 16.8167 10.2812 16.95 10.2812C17.1667 10.2812 17.346 10.3439 17.488 10.4692C17.6293 10.5939 17.7 10.7479 17.7 10.9312C17.7 11.1646 17.6167 11.3479 17.45 11.4812C17.2833 11.6146 17.0667 11.6812 16.8 11.6812C16.7 11.6812 16.6 11.7313 16.5 11.8313C16.4 11.9313 16.35 12.0479 16.35 12.1812C16.35 12.3146 16.4 12.4312 16.5 12.5312C16.6 12.6313 16.7167 12.6812 16.85 12.6812C17.1833 12.6812 17.4417 12.7479 17.625 12.8813C17.8083 13.0146 17.9 13.1979 17.9 13.4312C17.9 13.6479 17.8083 13.8352 17.625 13.9932C17.4417 14.1519 17.2333 14.2312 17 14.2312C16.8167 14.2312 16.6627 14.2019 16.538 14.1433C16.4127 14.0853 16.3 13.9896 16.2 13.8562C16.1 13.7229 15.9793 13.6313 15.838 13.5813C15.696 13.5312 15.5583 13.5312 15.425 13.5813C15.2917 13.6479 15.1917 13.7479 15.125 13.8813C15.0583 14.0146 15.0583 14.1479 15.125 14.2812C15.3083 14.6146 15.5583 14.8646 15.875 15.0312C16.1917 15.1979 16.5667 15.2812 17 15.2812Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M4 20.2812C3.45 20.2812 2.97933 20.0856 2.588 19.6943C2.196 19.3022 2 18.8313 2 18.2812V6.28125C2 5.73125 2.196 5.26058 2.588 4.86925C2.97933 4.47725 3.45 4.28125 4 4.28125H20C20.55 4.28125 21.021 4.47725 21.413 4.86925C21.8043 5.26058 22 5.73125 22 6.28125V18.2812C22 18.8313 21.8043 19.3022 21.413 19.6943C21.021 20.0856 20.55 20.2812 20 20.2812H4ZM7.075 15.2812C7.24167 15.2812 7.37933 15.2269 7.488 15.1182C7.596 15.0103 7.65 14.8729 7.65 14.7063V9.83125C7.65 9.68125 7.596 9.55192 7.488 9.44325C7.37933 9.33525 7.25 9.28125 7.1 9.28125C7 9.28125 6.89167 9.30192 6.775 9.34325C6.65833 9.38525 6.55833 9.43125 6.475 9.48125L5.425 10.2312C5.29167 10.3146 5.21667 10.4269 5.2 10.5682C5.18333 10.7102 5.21667 10.8479 5.3 10.9812C5.38333 11.1146 5.49167 11.1896 5.625 11.2063C5.75833 11.2229 5.89167 11.1896 6.025 11.1062L6.5 10.7812V14.7063C6.5 14.8729 6.554 15.0103 6.662 15.1182C6.77067 15.2269 6.90833 15.2812 7.075 15.2812ZM10.2 15.2812H13C13.1333 15.2812 13.25 15.2313 13.35 15.1313C13.45 15.0312 13.5 14.9146 13.5 14.7812C13.5 14.6479 13.45 14.5312 13.35 14.4312C13.25 14.3312 13.1333 14.2812 13 14.2812H11.15L11.1 14.2312C11.45 13.8979 11.7377 13.6146 11.963 13.3813C12.1877 13.1479 12.3667 12.9646 12.5 12.8313C12.8 12.5312 13.025 12.2312 13.175 11.9312C13.325 11.6312 13.4 11.3146 13.4 10.9812C13.4 10.4979 13.2167 10.0939 12.85 9.76925C12.4833 9.44392 12.0167 9.28125 11.45 9.28125C11.1167 9.28125 10.8043 9.36058 10.513 9.51925C10.221 9.67725 9.98333 9.88958 9.8 10.1562C9.71667 10.2729 9.7 10.3979 9.75 10.5312C9.8 10.6646 9.9 10.7646 10.05 10.8313C10.1667 10.8813 10.2917 10.8853 10.425 10.8433C10.5583 10.8019 10.6917 10.7146 10.825 10.5813C10.9083 10.4979 11.0043 10.4353 11.113 10.3933C11.221 10.3519 11.3333 10.3313 11.45 10.3313C11.7 10.3313 11.904 10.3979 12.062 10.5312C12.2207 10.6646 12.3 10.8313 12.3 11.0312C12.3 11.2146 12.2667 11.3853 12.2 11.5433C12.1333 11.7019 11.9833 11.8979 11.75 12.1313L11.05 12.8313L9.875 14.0063C9.79167 14.0896 9.725 14.1936 9.675 14.3182C9.625 14.4436 9.6 14.5646 9.6 14.6812C9.6 14.8479 9.65833 14.9896 9.775 15.1062C9.89167 15.2229 10.0333 15.2812 10.2 15.2812ZM17 15.2812C17.6 15.2812 18.0833 15.1146 18.45 14.7812C18.8167 14.4479 19 14.0146 19 13.4812C19 13.1812 18.9167 12.9146 18.75 12.6812C18.5833 12.4479 18.35 12.2646 18.05 12.1313V12.0813C18.2833 11.9479 18.4667 11.7769 18.6 11.5682C18.7333 11.3602 18.8 11.1146 18.8 10.8313C18.8 10.3813 18.625 10.0106 18.275 9.71925C17.925 9.42725 17.4833 9.28125 16.95 9.28125C16.65 9.28125 16.3623 9.34792 16.087 9.48125C15.8123 9.61458 15.5833 9.78958 15.4 10.0063C15.3 10.1396 15.275 10.2769 15.325 10.4183C15.375 10.5603 15.4917 10.6729 15.675 10.7563C15.775 10.7896 15.8793 10.7896 15.988 10.7563C16.096 10.7229 16.2083 10.6479 16.325 10.5312C16.4083 10.4479 16.5 10.3853 16.6 10.3433C16.7 10.3019 16.8167 10.2812 16.95 10.2812C17.1667 10.2812 17.346 10.3439 17.488 10.4692C17.6293 10.5939 17.7 10.7479 17.7 10.9312C17.7 11.1646 17.6167 11.3479 17.45 11.4812C17.2833 11.6146 17.0667 11.6812 16.8 11.6812C16.7 11.6812 16.6 11.7313 16.5 11.8313C16.4 11.9313 16.35 12.0479 16.35 12.1812C16.35 12.3146 16.4 12.4312 16.5 12.5312C16.6 12.6313 16.7167 12.6812 16.85 12.6812C17.1833 12.6812 17.4417 12.7479 17.625 12.8813C17.8083 13.0146 17.9 13.1979 17.9 13.4312C17.9 13.6479 17.8083 13.8352 17.625 13.9932C17.4417 14.1519 17.2333 14.2312 17 14.2312C16.8167 14.2312 16.6627 14.2019 16.538 14.1433C16.4127 14.0853 16.3 13.9896 16.2 13.8562C16.1 13.7229 15.9793 13.6313 15.838 13.5813C15.696 13.5312 15.5583 13.5312 15.425 13.5813C15.2917 13.6479 15.1917 13.7479 15.125 13.8813C15.0583 14.0146 15.0583 14.1479 15.125 14.2812C15.3083 14.6146 15.5583 14.8646 15.875 15.0312C16.1917 15.1979 16.5667 15.2812 17 15.2812Z' fill='white'/%3E%3C/svg%3E");
}

.icon--custom-user::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M14 20.2812V19.0312C14 18.7646 14.0542 18.5104 14.1625 18.2688C14.2708 18.0271 14.4167 17.8146 14.6 17.6313L19.525 12.7063C19.675 12.5563 19.8417 12.4479 20.025 12.3813C20.2083 12.3146 20.3917 12.2812 20.575 12.2812C20.775 12.2812 20.9667 12.3188 21.15 12.3938C21.3333 12.4688 21.5 12.5813 21.65 12.7312L22.575 13.6562C22.7083 13.8063 22.8125 13.9729 22.8875 14.1562C22.9625 14.3396 23 14.5229 23 14.7063C23 14.8896 22.9667 15.0771 22.9 15.2688C22.8333 15.4604 22.725 15.6313 22.575 15.7812L17.65 20.7063C17.4667 20.8896 17.2542 21.0312 17.0125 21.1313C16.7708 21.2313 16.5167 21.2812 16.25 21.2812H15C14.7167 21.2812 14.4792 21.1854 14.2875 20.9937C14.0958 20.8021 14 20.5646 14 20.2812ZM4 19.2812V17.4812C4 16.9146 4.14583 16.3938 4.4375 15.9187C4.72917 15.4438 5.11667 15.0813 5.6 14.8313C6.63333 14.3146 7.68333 13.9271 8.75 13.6687C9.81667 13.4104 10.9 13.2812 12 13.2812C12.6167 13.2812 13.225 13.3188 13.825 13.3938C14.425 13.4688 15.025 13.5896 15.625 13.7563L12.875 16.5063C12.5917 16.7896 12.375 17.1146 12.225 17.4812C12.075 17.8479 12 18.2312 12 18.6313V20.2812H5C4.71667 20.2812 4.47917 20.1854 4.2875 19.9938C4.09583 19.8021 4 19.5646 4 19.2812ZM20.575 15.6813L21.5 14.7063L20.575 13.7812L19.625 14.7312L20.575 15.6813ZM12 12.2812C10.9 12.2812 9.95833 11.8896 9.175 11.1063C8.39167 10.3229 8 9.38125 8 8.28125C8 7.18125 8.39167 6.23958 9.175 5.45625C9.95833 4.67292 10.9 4.28125 12 4.28125C13.1 4.28125 14.0417 4.67292 14.825 5.45625C15.6083 6.23958 16 7.18125 16 8.28125C16 9.38125 15.6083 10.3229 14.825 11.1063C14.0417 11.8896 13.1 12.2812 12 12.2812Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M14 20.2812V19.0312C14 18.7646 14.0542 18.5104 14.1625 18.2688C14.2708 18.0271 14.4167 17.8146 14.6 17.6313L19.525 12.7063C19.675 12.5563 19.8417 12.4479 20.025 12.3813C20.2083 12.3146 20.3917 12.2812 20.575 12.2812C20.775 12.2812 20.9667 12.3188 21.15 12.3938C21.3333 12.4688 21.5 12.5813 21.65 12.7312L22.575 13.6562C22.7083 13.8063 22.8125 13.9729 22.8875 14.1562C22.9625 14.3396 23 14.5229 23 14.7063C23 14.8896 22.9667 15.0771 22.9 15.2688C22.8333 15.4604 22.725 15.6313 22.575 15.7812L17.65 20.7063C17.4667 20.8896 17.2542 21.0312 17.0125 21.1313C16.7708 21.2313 16.5167 21.2812 16.25 21.2812H15C14.7167 21.2812 14.4792 21.1854 14.2875 20.9937C14.0958 20.8021 14 20.5646 14 20.2812ZM4 19.2812V17.4812C4 16.9146 4.14583 16.3938 4.4375 15.9187C4.72917 15.4438 5.11667 15.0813 5.6 14.8313C6.63333 14.3146 7.68333 13.9271 8.75 13.6687C9.81667 13.4104 10.9 13.2812 12 13.2812C12.6167 13.2812 13.225 13.3188 13.825 13.3938C14.425 13.4688 15.025 13.5896 15.625 13.7563L12.875 16.5063C12.5917 16.7896 12.375 17.1146 12.225 17.4812C12.075 17.8479 12 18.2312 12 18.6313V20.2812H5C4.71667 20.2812 4.47917 20.1854 4.2875 19.9938C4.09583 19.8021 4 19.5646 4 19.2812ZM20.575 15.6813L21.5 14.7063L20.575 13.7812L19.625 14.7312L20.575 15.6813ZM12 12.2812C10.9 12.2812 9.95833 11.8896 9.175 11.1063C8.39167 10.3229 8 9.38125 8 8.28125C8 7.18125 8.39167 6.23958 9.175 5.45625C9.95833 4.67292 10.9 4.28125 12 4.28125C13.1 4.28125 14.0417 4.67292 14.825 5.45625C15.6083 6.23958 16 7.18125 16 8.28125C16 9.38125 15.6083 10.3229 14.825 11.1063C14.0417 11.8896 13.1 12.2812 12 12.2812Z' fill='white'/%3E%3C/svg%3E");
}

.icon--password::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' viewBox='0 0 22 13' fill='none'%3E%3Cpath d='M1 10.2812H21V12.2812H1V10.2812ZM2.15 6.23125L3 4.75125L3.85 6.23125L5.15 5.48125L4.3 4.00125H6V2.50125H4.3L5.15 1.03125L3.85 0.28125L3 1.75125L2.15 0.28125L0.85 1.03125L1.7 2.50125H0V4.00125H1.7L0.85 5.48125L2.15 6.23125ZM8.85 5.48125L10.15 6.23125L11 4.75125L11.85 6.23125L13.15 5.48125L12.3 4.00125H14V2.50125H12.3L13.15 1.03125L11.85 0.28125L11 1.75125L10.15 0.28125L8.85 1.03125L9.7 2.50125H8V4.00125H9.7L8.85 5.48125ZM22 2.50125H20.3L21.15 1.03125L19.85 0.28125L19 1.75125L18.15 0.28125L16.85 1.03125L17.7 2.50125H16V4.00125H17.7L16.85 5.48125L18.15 6.23125L19 4.75125L19.85 6.23125L21.15 5.48125L20.3 4.00125H22V2.50125Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' viewBox='0 0 22 13' fill='none'%3E%3Cpath d='M1 10.2812H21V12.2812H1V10.2812ZM2.15 6.23125L3 4.75125L3.85 6.23125L5.15 5.48125L4.3 4.00125H6V2.50125H4.3L5.15 1.03125L3.85 0.28125L3 1.75125L2.15 0.28125L0.85 1.03125L1.7 2.50125H0V4.00125H1.7L0.85 5.48125L2.15 6.23125ZM8.85 5.48125L10.15 6.23125L11 4.75125L11.85 6.23125L13.15 5.48125L12.3 4.00125H14V2.50125H12.3L13.15 1.03125L11.85 0.28125L11 1.75125L10.15 0.28125L8.85 1.03125L9.7 2.50125H8V4.00125H9.7L8.85 5.48125ZM22 2.50125H20.3L21.15 1.03125L19.85 0.28125L19 1.75125L18.15 0.28125L16.85 1.03125L17.7 2.50125H16V4.00125H17.7L16.85 5.48125L18.15 6.23125L19 4.75125L19.85 6.23125L21.15 5.48125L20.3 4.00125H22V2.50125Z' fill='white'/%3E%3C/svg%3E");
}

.icon--talk::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M23.025 7.63375C23.025 8.63375 22.8543 9.60042 22.513 10.5337C22.171 11.4671 21.6917 12.3337 21.075 13.1337C20.8917 13.3671 20.65 13.5087 20.35 13.5587C20.05 13.6087 19.8 13.5337 19.6 13.3337C19.4167 13.1504 19.3207 12.9211 19.312 12.6458C19.304 12.3711 19.3917 12.1171 19.575 11.8837C20.0417 11.2671 20.4 10.5961 20.65 9.87075C20.9 9.14608 21.025 8.40042 21.025 7.63375C21.025 6.86708 20.9 6.12542 20.65 5.40875C20.4 4.69208 20.0417 4.02542 19.575 3.40875C19.3917 3.17542 19.304 2.92108 19.312 2.64575C19.3207 2.37108 19.4167 2.14208 19.6 1.95875C19.8 1.75875 20.05 1.68375 20.35 1.73375C20.65 1.78375 20.8917 1.92542 21.075 2.15875C21.7083 2.95875 22.1917 3.82108 22.525 4.74575C22.8583 5.67108 23.025 6.63375 23.025 7.63375ZM19.025 7.60875C19.025 8.09208 18.954 8.56708 18.812 9.03375C18.6707 9.50042 18.4667 9.93375 18.2 10.3337C18.0333 10.5671 17.8083 10.7004 17.525 10.7337C17.2417 10.7671 17 10.6837 16.8 10.4837C16.6167 10.3004 16.5167 10.0671 16.5 9.78375C16.4833 9.50042 16.5417 9.24208 16.675 9.00875C16.7917 8.79208 16.8793 8.56708 16.938 8.33375C16.996 8.10042 17.025 7.85875 17.025 7.60875C17.025 7.37542 16.996 7.14208 16.938 6.90875C16.8793 6.67542 16.7917 6.45042 16.675 6.23375C16.5417 6.00042 16.4833 5.74208 16.5 5.45875C16.5167 5.17542 16.6167 4.94208 16.8 4.75875C17 4.55875 17.2417 4.47542 17.525 4.50875C17.8083 4.54208 18.0333 4.67542 18.2 4.90875C18.45 5.32542 18.65 5.75875 18.8 6.20875C18.95 6.65875 19.025 7.12542 19.025 7.60875ZM10 13.2837C8.9 13.2837 7.95833 12.8921 7.175 12.1087C6.39167 11.3254 6 10.3837 6 9.28375C6 8.18375 6.39167 7.24208 7.175 6.45875C7.95833 5.67542 8.9 5.28375 10 5.28375C11.1 5.28375 12.0417 5.67542 12.825 6.45875C13.6083 7.24208 14 8.18375 14 9.28375C14 10.3837 13.6083 11.3254 12.825 12.1087C12.0417 12.8921 11.1 13.2837 10 13.2837ZM4 21.2838C3.45 21.2838 2.97933 21.0881 2.588 20.6968C2.196 20.3048 2 19.8337 2 19.2838V18.4838C2 17.9338 2.14167 17.4171 2.425 16.9337C2.70833 16.4504 3.1 16.0837 3.6 15.8337C4.45 15.4004 5.40833 15.0337 6.475 14.7337C7.54167 14.4337 8.71667 14.2837 10 14.2837C11.2833 14.2837 12.4583 14.4337 13.525 14.7337C14.5917 15.0337 15.55 15.4004 16.4 15.8337C16.9 16.0837 17.2917 16.4504 17.575 16.9337C17.8583 17.4171 18 17.9338 18 18.4838V19.2838C18 19.8337 17.8043 20.3048 17.413 20.6968C17.021 21.0881 16.55 21.2838 16 21.2838H4Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M23.025 7.63375C23.025 8.63375 22.8543 9.60042 22.513 10.5337C22.171 11.4671 21.6917 12.3337 21.075 13.1337C20.8917 13.3671 20.65 13.5087 20.35 13.5587C20.05 13.6087 19.8 13.5337 19.6 13.3337C19.4167 13.1504 19.3207 12.9211 19.312 12.6458C19.304 12.3711 19.3917 12.1171 19.575 11.8837C20.0417 11.2671 20.4 10.5961 20.65 9.87075C20.9 9.14608 21.025 8.40042 21.025 7.63375C21.025 6.86708 20.9 6.12542 20.65 5.40875C20.4 4.69208 20.0417 4.02542 19.575 3.40875C19.3917 3.17542 19.304 2.92108 19.312 2.64575C19.3207 2.37108 19.4167 2.14208 19.6 1.95875C19.8 1.75875 20.05 1.68375 20.35 1.73375C20.65 1.78375 20.8917 1.92542 21.075 2.15875C21.7083 2.95875 22.1917 3.82108 22.525 4.74575C22.8583 5.67108 23.025 6.63375 23.025 7.63375ZM19.025 7.60875C19.025 8.09208 18.954 8.56708 18.812 9.03375C18.6707 9.50042 18.4667 9.93375 18.2 10.3337C18.0333 10.5671 17.8083 10.7004 17.525 10.7337C17.2417 10.7671 17 10.6837 16.8 10.4837C16.6167 10.3004 16.5167 10.0671 16.5 9.78375C16.4833 9.50042 16.5417 9.24208 16.675 9.00875C16.7917 8.79208 16.8793 8.56708 16.938 8.33375C16.996 8.10042 17.025 7.85875 17.025 7.60875C17.025 7.37542 16.996 7.14208 16.938 6.90875C16.8793 6.67542 16.7917 6.45042 16.675 6.23375C16.5417 6.00042 16.4833 5.74208 16.5 5.45875C16.5167 5.17542 16.6167 4.94208 16.8 4.75875C17 4.55875 17.2417 4.47542 17.525 4.50875C17.8083 4.54208 18.0333 4.67542 18.2 4.90875C18.45 5.32542 18.65 5.75875 18.8 6.20875C18.95 6.65875 19.025 7.12542 19.025 7.60875ZM10 13.2837C8.9 13.2837 7.95833 12.8921 7.175 12.1087C6.39167 11.3254 6 10.3837 6 9.28375C6 8.18375 6.39167 7.24208 7.175 6.45875C7.95833 5.67542 8.9 5.28375 10 5.28375C11.1 5.28375 12.0417 5.67542 12.825 6.45875C13.6083 7.24208 14 8.18375 14 9.28375C14 10.3837 13.6083 11.3254 12.825 12.1087C12.0417 12.8921 11.1 13.2837 10 13.2837ZM4 21.2838C3.45 21.2838 2.97933 21.0881 2.588 20.6968C2.196 20.3048 2 19.8337 2 19.2838V18.4838C2 17.9338 2.14167 17.4171 2.425 16.9337C2.70833 16.4504 3.1 16.0837 3.6 15.8337C4.45 15.4004 5.40833 15.0337 6.475 14.7337C7.54167 14.4337 8.71667 14.2837 10 14.2837C11.2833 14.2837 12.4583 14.4337 13.525 14.7337C14.5917 15.0337 15.55 15.4004 16.4 15.8337C16.9 16.0837 17.2917 16.4504 17.575 16.9337C17.8583 17.4171 18 17.9338 18 18.4838V19.2838C18 19.8337 17.8043 20.3048 17.413 20.6968C17.021 21.0881 16.55 21.2838 16 21.2838H4Z' fill='white'/%3E%3C/svg%3E");
}

.icon--sign::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cg clip-path='url(%23clip0_8167_197)'%3E%3Cpath d='M18.85 10.6713L19.91 9.61125C20.69 8.83125 20.69 7.56125 19.91 6.78125L18.5 5.37125C17.72 4.59125 16.45 4.59125 15.67 5.37125L14.61 6.43125L18.85 10.6713ZM13.19 7.84125L4 17.0413V21.2812H8.24L17.43 12.0913L13.19 7.84125ZM19 17.7812C19 19.9713 16.46 21.2812 14 21.2812C13.45 21.2812 13 20.8312 13 20.2812C13 19.7313 13.45 19.2812 14 19.2812C15.54 19.2812 17 18.5513 17 17.7812C17 17.3112 16.52 16.9112 15.77 16.5812L17.25 15.1012C18.32 15.7312 19 16.5712 19 17.7812ZM4.58 13.6313C3.61 13.0712 3 12.3412 3 11.2812C3 9.48125 4.89 8.65125 6.56 7.92125C7.59 7.46125 9 6.84125 9 6.28125C9 5.87125 8.22 5.28125 7 5.28125C5.74 5.28125 5.2 5.89125 5.17 5.92125C4.82 6.33125 4.19 6.38125 3.77 6.04125C3.36 5.70125 3.28 5.09125 3.62 4.66125C3.73 4.52125 4.76 3.28125 7 3.28125C9.24 3.28125 11 4.60125 11 6.28125C11 8.15125 9.07 9.00125 7.36 9.75125C6.42 10.1613 5 10.7812 5 11.2812C5 11.5913 5.43 11.8812 6.07 12.1412L4.58 13.6313Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8167_197'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.28125)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cg clip-path='url(%23clip0_8167_197)'%3E%3Cpath d='M18.85 10.6713L19.91 9.61125C20.69 8.83125 20.69 7.56125 19.91 6.78125L18.5 5.37125C17.72 4.59125 16.45 4.59125 15.67 5.37125L14.61 6.43125L18.85 10.6713ZM13.19 7.84125L4 17.0413V21.2812H8.24L17.43 12.0913L13.19 7.84125ZM19 17.7812C19 19.9713 16.46 21.2812 14 21.2812C13.45 21.2812 13 20.8312 13 20.2812C13 19.7313 13.45 19.2812 14 19.2812C15.54 19.2812 17 18.5513 17 17.7812C17 17.3112 16.52 16.9112 15.77 16.5812L17.25 15.1012C18.32 15.7312 19 16.5712 19 17.7812ZM4.58 13.6313C3.61 13.0712 3 12.3412 3 11.2812C3 9.48125 4.89 8.65125 6.56 7.92125C7.59 7.46125 9 6.84125 9 6.28125C9 5.87125 8.22 5.28125 7 5.28125C5.74 5.28125 5.2 5.89125 5.17 5.92125C4.82 6.33125 4.19 6.38125 3.77 6.04125C3.36 5.70125 3.28 5.09125 3.62 4.66125C3.73 4.52125 4.76 3.28125 7 3.28125C9.24 3.28125 11 4.60125 11 6.28125C11 8.15125 9.07 9.00125 7.36 9.75125C6.42 10.1613 5 10.7812 5 11.2812C5 11.5913 5.43 11.8812 6.07 12.1412L4.58 13.6313Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8167_197'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.28125)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon--percentage::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M4 7.09924C5.93 7.09924 7.5 5.52924 7.5 3.59924C7.5 1.66924 5.93 0.0992432 4 0.0992432C2.07 0.0992432 0.5 1.66924 0.5 3.59924C0.5 5.52924 2.07 7.09924 4 7.09924ZM4 2.09924C4.83 2.09924 5.5 2.76924 5.5 3.59924C5.5 4.42924 4.83 5.09924 4 5.09924C3.17 5.09924 2.5 4.42924 2.5 3.59924C2.5 2.76924 3.17 2.09924 4 2.09924Z' fill='white'/%3E%3Cpath d='M15.09 0.0948401L0.502502 14.6823L1.9167 16.0965L16.5042 1.50904L15.09 0.0948401Z' fill='white'/%3E%3Cpath d='M13 9.09924C11.07 9.09924 9.5 10.6692 9.5 12.5992C9.5 14.5292 11.07 16.0992 13 16.0992C14.93 16.0992 16.5 14.5292 16.5 12.5992C16.5 10.6692 14.93 9.09924 13 9.09924ZM13 14.0992C12.17 14.0992 11.5 13.4292 11.5 12.5992C11.5 11.7692 12.17 11.0992 13 11.0992C13.83 11.0992 14.5 11.7692 14.5 12.5992C14.5 13.4292 13.83 14.0992 13 14.0992Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M4 7.09924C5.93 7.09924 7.5 5.52924 7.5 3.59924C7.5 1.66924 5.93 0.0992432 4 0.0992432C2.07 0.0992432 0.5 1.66924 0.5 3.59924C0.5 5.52924 2.07 7.09924 4 7.09924ZM4 2.09924C4.83 2.09924 5.5 2.76924 5.5 3.59924C5.5 4.42924 4.83 5.09924 4 5.09924C3.17 5.09924 2.5 4.42924 2.5 3.59924C2.5 2.76924 3.17 2.09924 4 2.09924Z' fill='white'/%3E%3Cpath d='M15.09 0.0948401L0.502502 14.6823L1.9167 16.0965L16.5042 1.50904L15.09 0.0948401Z' fill='white'/%3E%3Cpath d='M13 9.09924C11.07 9.09924 9.5 10.6692 9.5 12.5992C9.5 14.5292 11.07 16.0992 13 16.0992C14.93 16.0992 16.5 14.5292 16.5 12.5992C16.5 10.6692 14.93 9.09924 13 9.09924ZM13 14.0992C12.17 14.0992 11.5 13.4292 11.5 12.5992C11.5 11.7692 12.17 11.0992 13 11.0992C13.83 11.0992 14.5 11.7692 14.5 12.5992C14.5 13.4292 13.83 14.0992 13 14.0992Z' fill='white'/%3E%3C/svg%3E");
}

.icon--calendar::before{
    -webkit-mask-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='21' viewBox='0 0 19 21' fill='none'%3E%3Cpath d='M16.5 2.09924H15.5V0.0992432H13.5V2.09924H5.5V0.0992432H3.5V2.09924H2.5C1.39 2.09924 0.51 2.99924 0.51 4.09924L0.5 18.0992C0.5 19.1992 1.39 20.0992 2.5 20.0992H16.5C17.6 20.0992 18.5 19.1992 18.5 18.0992V4.09924C18.5 2.99924 17.6 2.09924 16.5 2.09924ZM16.5 18.0992H2.5V8.09924H16.5V18.0992ZM6.5 12.0992H4.5V10.0992H6.5V12.0992ZM10.5 12.0992H8.5V10.0992H10.5V12.0992ZM14.5 12.0992H12.5V10.0992H14.5V12.0992ZM6.5 16.0992H4.5V14.0992H6.5V16.0992ZM10.5 16.0992H8.5V14.0992H10.5V16.0992ZM14.5 16.0992H12.5V14.0992H14.5V16.0992Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='21' viewBox='0 0 19 21' fill='none'%3E%3Cpath d='M16.5 2.09924H15.5V0.0992432H13.5V2.09924H5.5V0.0992432H3.5V2.09924H2.5C1.39 2.09924 0.51 2.99924 0.51 4.09924L0.5 18.0992C0.5 19.1992 1.39 20.0992 2.5 20.0992H16.5C17.6 20.0992 18.5 19.1992 18.5 18.0992V4.09924C18.5 2.99924 17.6 2.09924 16.5 2.09924ZM16.5 18.0992H2.5V8.09924H16.5V18.0992ZM6.5 12.0992H4.5V10.0992H6.5V12.0992ZM10.5 12.0992H8.5V10.0992H10.5V12.0992ZM14.5 12.0992H12.5V10.0992H14.5V12.0992ZM6.5 16.0992H4.5V14.0992H6.5V16.0992ZM10.5 16.0992H8.5V14.0992H10.5V16.0992ZM14.5 16.0992H12.5V14.0992H14.5V16.0992Z' fill='white'/%3E%3C/svg%3E");
}



.icon--disclamer::before {
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_2' data-name='Capa 2' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 3.98 19.64'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cg%3E%3Crect width='3.98' height='4.01'/%3E%3Crect y='7.64' width='3.98' height='12'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-image:  url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_2' data-name='Capa 2' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 3.98 19.64'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cg%3E%3Crect width='3.98' height='4.01'/%3E%3Crect y='7.64' width='3.98' height='12'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon--number1::before {
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_2' data-name='Capa 2' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 7.25 16.8'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cpolygon points='0 0 0 3.12 3.36 3.12 3.36 16.8 7.25 16.8 7.25 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_2' data-name='Capa 2' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 7.25 16.8'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cpolygon points='0 0 0 3.12 3.36 3.12 3.36 16.8 7.25 16.8 7.25 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--number2::before {
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_2' data-name='Capa 2' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 13.46 17.09'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cpath d='M6.23,13.92l3.87-3.65c.78-.74,1.38-1.4,1.79-1.99.41-.59.68-1.16.82-1.69.14-.54.2-1.08.2-1.62,0-1.02-.26-1.9-.78-2.64s-1.25-1.31-2.18-1.72c-.94-.41-2.03-.61-3.28-.61-1.5,0-2.83.28-3.98.84S.64,2.16,0,3.12l2.83,1.82c.42-.58.92-1,1.52-1.27.6-.27,1.25-.41,1.96-.41.88,0,1.55.18,2,.54.46.36.68.88.68,1.55,0,.26-.04.54-.13.84-.09.3-.25.64-.49,1.01-.24.37-.62.78-1.13,1.25L.77,14.57v2.52h12.7v-3.17h-7.23Z'/%3E%3C/g%3E%3C/svg%3E");
    mask-image:  url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_2' data-name='Capa 2' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 13.46 17.09'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cpath d='M6.23,13.92l3.87-3.65c.78-.74,1.38-1.4,1.79-1.99.41-.59.68-1.16.82-1.69.14-.54.2-1.08.2-1.62,0-1.02-.26-1.9-.78-2.64s-1.25-1.31-2.18-1.72c-.94-.41-2.03-.61-3.28-.61-1.5,0-2.83.28-3.98.84S.64,2.16,0,3.12l2.83,1.82c.42-.58.92-1,1.52-1.27.6-.27,1.25-.41,1.96-.41.88,0,1.55.18,2,.54.46.36.68.88.68,1.55,0,.26-.04.54-.13.84-.09.3-.25.64-.49,1.01-.24.37-.62.78-1.13,1.25L.77,14.57v2.52h12.7v-3.17h-7.23Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--number3::before {
    -webkit-mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_2' data-name='Capa 2' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 13.37 17.09'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cpath d='M11.78,8.09c-.74-.65-1.74-1.06-2.97-1.25l3.79-4.32V0H.84v3.12h7.15l-3.45,3.91v2.57h1.78c1.1,0,1.9.18,2.4.55.5.37.74.87.74,1.51,0,.67-.28,1.2-.84,1.58-.56.38-1.33.58-2.3.58-.86,0-1.72-.14-2.57-.41-.85-.27-1.59-.64-2.23-1.1l-1.51,2.98c.8.58,1.78,1.02,2.93,1.33,1.15.31,2.31.47,3.48.47,1.6,0,2.91-.26,3.94-.77s1.78-1.18,2.28-2c.5-.82.74-1.71.74-2.65,0-1.46-.53-2.65-1.58-3.58Z'/%3E%3C/g%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_2' data-name='Capa 2' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 13.37 17.09'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cpath d='M11.78,8.09c-.74-.65-1.74-1.06-2.97-1.25l3.79-4.32V0H.84v3.12h7.15l-3.45,3.91v2.57h1.78c1.1,0,1.9.18,2.4.55.5.37.74.87.74,1.51,0,.67-.28,1.2-.84,1.58-.56.38-1.33.58-2.3.58-.86,0-1.72-.14-2.57-.41-.85-.27-1.59-.64-2.23-1.1l-1.51,2.98c.8.58,1.78,1.02,2.93,1.33,1.15.31,2.31.47,3.48.47,1.6,0,2.91-.26,3.94-.77s1.78-1.18,2.28-2c.5-.82.74-1.71.74-2.65,0-1.46-.53-2.65-1.58-3.58Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--number4::before {
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_2' data-name='Capa 2' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 15.58 16.8'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cpolygon points='15.58 10.1 12.84 10.1 12.84 6.96 9.17 6.96 9.17 10.1 4.65 10.1 12 0 7.92 0 0 10.66 0 13.27 9.05 13.27 9.05 16.8 12.84 16.8 12.84 13.27 15.58 13.27 15.58 10.1'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_2' data-name='Capa 2' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 15.58 16.8'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cpolygon points='15.58 10.1 12.84 10.1 12.84 6.96 9.17 6.96 9.17 10.1 4.65 10.1 12 0 7.92 0 0 10.66 0 13.27 9.05 13.27 9.05 16.8 12.84 16.8 12.84 13.27 15.58 13.27 15.58 10.1'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--homework::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='18' viewBox='0 0 23 18' fill='none'%3E%3Cpath d='M0.5 8V18H5.5V12H9.5V18H14.5V8L7.5 3L0.5 8Z' fill='%23001238' fill-opacity='1'/%3E%3Cpath d='M9.5 0V1.97L16.5 6.97V8H18.5V10H16.5V12H18.5V14H16.5V18H22.5V0H9.5ZM18.5 6H16.5V4H18.5V6Z' fill='%23001238' fill-opacity='1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='18' viewBox='0 0 23 18' fill='none'%3E%3Cpath d='M0.5 8V18H5.5V12H9.5V18H14.5V8L7.5 3L0.5 8Z' fill='%23001238' fill-opacity='1'/%3E%3Cpath d='M9.5 0V1.97L16.5 6.97V8H18.5V10H16.5V12H18.5V14H16.5V18H22.5V0H9.5ZM18.5 6H16.5V4H18.5V6Z' fill='%23001238' fill-opacity='1'/%3E%3C/svg%3E");
}

.icon--switchaccount::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cg clip-path='url(%23clip0_5384_6387)'%3E%3Cpath d='M4.5 6H2.5V20C2.5 21.1 3.4 22 4.5 22H18.5V20H4.5V6ZM20.5 2H8.5C7.4 2 6.5 2.9 6.5 4V16C6.5 17.1 7.4 18 8.5 18H20.5C21.6 18 22.5 17.1 22.5 16V4C22.5 2.9 21.6 2 20.5 2ZM14.5 4C16.16 4 17.5 5.34 17.5 7C17.5 8.66 16.16 10 14.5 10C12.84 10 11.5 8.66 11.5 7C11.5 5.34 12.84 4 14.5 4ZM20.5 16H8.5V14.5C8.5 12.51 12.5 11.5 14.5 11.5C16.5 11.5 20.5 12.51 20.5 14.5V16Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5384_6387'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cg clip-path='url(%23clip0_5384_6387)'%3E%3Cpath d='M4.5 6H2.5V20C2.5 21.1 3.4 22 4.5 22H18.5V20H4.5V6ZM20.5 2H8.5C7.4 2 6.5 2.9 6.5 4V16C6.5 17.1 7.4 18 8.5 18H20.5C21.6 18 22.5 17.1 22.5 16V4C22.5 2.9 21.6 2 20.5 2ZM14.5 4C16.16 4 17.5 5.34 17.5 7C17.5 8.66 16.16 10 14.5 10C12.84 10 11.5 8.66 11.5 7C11.5 5.34 12.84 4 14.5 4ZM20.5 16H8.5V14.5C8.5 12.51 12.5 11.5 14.5 11.5C16.5 11.5 20.5 12.51 20.5 14.5V16Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5384_6387'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon--notecard::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M4.5 20C3.95 20 3.47917 19.8042 3.0875 19.4125C2.69583 19.0208 2.5 18.55 2.5 18V6C2.5 5.45 2.69583 4.97917 3.0875 4.5875C3.47917 4.19583 3.95 4 4.5 4H20.5C21.05 4 21.5208 4.19583 21.9125 4.5875C22.3042 4.97917 22.5 5.45 22.5 6V18C22.5 18.55 22.3042 19.0208 21.9125 19.4125C21.5208 19.8042 21.05 20 20.5 20H4.5ZM6.5 17H18.5C18.7833 17 19.0208 16.9042 19.2125 16.7125C19.4042 16.5208 19.5 16.2833 19.5 16C19.5 15.7167 19.4042 15.4792 19.2125 15.2875C19.0208 15.0958 18.7833 15 18.5 15H6.5C6.21667 15 5.97917 15.0958 5.7875 15.2875C5.59583 15.4792 5.5 15.7167 5.5 16C5.5 16.2833 5.59583 16.5208 5.7875 16.7125C5.97917 16.9042 6.21667 17 6.5 17ZM6.5 13H18.5C18.7833 13 19.0208 12.9042 19.2125 12.7125C19.4042 12.5208 19.5 12.2833 19.5 12C19.5 11.7167 19.4042 11.4792 19.2125 11.2875C19.0208 11.0958 18.7833 11 18.5 11H6.5C6.21667 11 5.97917 11.0958 5.7875 11.2875C5.59583 11.4792 5.5 11.7167 5.5 12C5.5 12.2833 5.59583 12.5208 5.7875 12.7125C5.97917 12.9042 6.21667 13 6.5 13ZM6.5 9H14.5C14.7833 9 15.0208 8.90417 15.2125 8.7125C15.4042 8.52083 15.5 8.28333 15.5 8C15.5 7.71667 15.4042 7.47917 15.2125 7.2875C15.0208 7.09583 14.7833 7 14.5 7H6.5C6.21667 7 5.97917 7.09583 5.7875 7.2875C5.59583 7.47917 5.5 7.71667 5.5 8C5.5 8.28333 5.59583 8.52083 5.7875 8.7125C5.97917 8.90417 6.21667 9 6.5 9Z' fill='%23001238' fill-opacity='1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M4.5 20C3.95 20 3.47917 19.8042 3.0875 19.4125C2.69583 19.0208 2.5 18.55 2.5 18V6C2.5 5.45 2.69583 4.97917 3.0875 4.5875C3.47917 4.19583 3.95 4 4.5 4H20.5C21.05 4 21.5208 4.19583 21.9125 4.5875C22.3042 4.97917 22.5 5.45 22.5 6V18C22.5 18.55 22.3042 19.0208 21.9125 19.4125C21.5208 19.8042 21.05 20 20.5 20H4.5ZM6.5 17H18.5C18.7833 17 19.0208 16.9042 19.2125 16.7125C19.4042 16.5208 19.5 16.2833 19.5 16C19.5 15.7167 19.4042 15.4792 19.2125 15.2875C19.0208 15.0958 18.7833 15 18.5 15H6.5C6.21667 15 5.97917 15.0958 5.7875 15.2875C5.59583 15.4792 5.5 15.7167 5.5 16C5.5 16.2833 5.59583 16.5208 5.7875 16.7125C5.97917 16.9042 6.21667 17 6.5 17ZM6.5 13H18.5C18.7833 13 19.0208 12.9042 19.2125 12.7125C19.4042 12.5208 19.5 12.2833 19.5 12C19.5 11.7167 19.4042 11.4792 19.2125 11.2875C19.0208 11.0958 18.7833 11 18.5 11H6.5C6.21667 11 5.97917 11.0958 5.7875 11.2875C5.59583 11.4792 5.5 11.7167 5.5 12C5.5 12.2833 5.59583 12.5208 5.7875 12.7125C5.97917 12.9042 6.21667 13 6.5 13ZM6.5 9H14.5C14.7833 9 15.0208 8.90417 15.2125 8.7125C15.4042 8.52083 15.5 8.28333 15.5 8C15.5 7.71667 15.4042 7.47917 15.2125 7.2875C15.0208 7.09583 14.7833 7 14.5 7H6.5C6.21667 7 5.97917 7.09583 5.7875 7.2875C5.59583 7.47917 5.5 7.71667 5.5 8C5.5 8.28333 5.59583 8.52083 5.7875 8.7125C5.97917 8.90417 6.21667 9 6.5 9Z' fill='%23001238' fill-opacity='1'/%3E%3C/svg%3E");
}

.icon--accessalarm::before{
    -webkit-mask-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25' fill='none'%3E%3Cpath d='M25.5 4.79146L19.75 0L18.1375 1.89921L23.8875 6.69067L25.5 4.79146ZM7.85 1.89921L6.25 0L0.5 4.77905L2.1125 6.67825L7.85 1.89921ZM13.625 7.62165H11.75V15.0695L17.6875 18.6073L18.625 17.0804L13.625 14.1385V7.62165ZM13 2.6564C6.7875 2.6564 1.75 7.65889 1.75 13.8282C1.75 19.9975 6.775 25 13 25C19.2125 25 24.25 19.9975 24.25 13.8282C24.25 7.65889 19.2125 2.6564 13 2.6564ZM13 22.5174C8.1625 22.5174 4.25 18.6321 4.25 13.8282C4.25 9.02433 8.1625 5.13903 13 5.13903C17.8375 5.13903 21.75 9.02433 21.75 13.8282C21.75 18.6321 17.8375 22.5174 13 22.5174Z' fill='%23003C80'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25' fill='none'%3E%3Cpath d='M25.5 4.79146L19.75 0L18.1375 1.89921L23.8875 6.69067L25.5 4.79146ZM7.85 1.89921L6.25 0L0.5 4.77905L2.1125 6.67825L7.85 1.89921ZM13.625 7.62165H11.75V15.0695L17.6875 18.6073L18.625 17.0804L13.625 14.1385V7.62165ZM13 2.6564C6.7875 2.6564 1.75 7.65889 1.75 13.8282C1.75 19.9975 6.775 25 13 25C19.2125 25 24.25 19.9975 24.25 13.8282C24.25 7.65889 19.2125 2.6564 13 2.6564ZM13 22.5174C8.1625 22.5174 4.25 18.6321 4.25 13.8282C4.25 9.02433 8.1625 5.13903 13 5.13903C17.8375 5.13903 21.75 9.02433 21.75 13.8282C21.75 18.6321 17.8375 22.5174 13 22.5174Z' fill='%23003C80'/%3E%3C/svg%3E");
}

.icon--handcheck::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='19' viewBox='0 0 22 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3587 8.08156L8.306 4.02886L9.66485 2.69385L12.3587 5.3877L17.7702 0L19.1052 1.33501L12.3587 8.08156ZM13.3838 19L6.70876 17.1405V8.03388H8.56823L14.4804 10.2271C15.0049 10.4178 15.4302 10.7516 15.7563 11.2284C16.0818 11.7051 16.2445 12.2296 16.2445 12.8018H14.3374C13.6699 12.8018 13.1454 12.7779 12.764 12.7302C12.3825 12.6826 12.0488 12.611 11.7627 12.5157L9.85556 11.8959L9.56949 12.8018L11.0714 13.3501C11.5164 13.5249 11.9216 13.6361 12.2872 13.6838C12.6527 13.7315 13.0818 13.7553 13.5745 13.7553H18.1517C19.2006 13.7553 19.9396 13.9263 20.3687 14.2684C20.7978 14.6097 21.0124 15.0744 21.0124 15.6625V16.6161L13.3838 19ZM0.987305 18.5232V8.03388H4.80161V18.5232H0.987305Z' fill='white'/%3E%3C/svg%3E");
     mask-image: url("data:image/svg+xml,%3Csvg width='22' height='19' viewBox='0 0 22 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3587 8.08156L8.306 4.02886L9.66485 2.69385L12.3587 5.3877L17.7702 0L19.1052 1.33501L12.3587 8.08156ZM13.3838 19L6.70876 17.1405V8.03388H8.56823L14.4804 10.2271C15.0049 10.4178 15.4302 10.7516 15.7563 11.2284C16.0818 11.7051 16.2445 12.2296 16.2445 12.8018H14.3374C13.6699 12.8018 13.1454 12.7779 12.764 12.7302C12.3825 12.6826 12.0488 12.611 11.7627 12.5157L9.85556 11.8959L9.56949 12.8018L11.0714 13.3501C11.5164 13.5249 11.9216 13.6361 12.2872 13.6838C12.6527 13.7315 13.0818 13.7553 13.5745 13.7553H18.1517C19.2006 13.7553 19.9396 13.9263 20.3687 14.2684C20.7978 14.6097 21.0124 15.0744 21.0124 15.6625V16.6161L13.3838 19ZM0.987305 18.5232V8.03388H4.80161V18.5232H0.987305Z' fill='white'/%3E%3C/svg%3E");
}

.icon--car::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_566_3449)'%3E%3Cpath d='M18.92 6.01C18.72 5.42 18.16 5 17.5 5H6.5C5.84 5 5.29 5.42 5.08 6.01L3 12V20C3 20.55 3.45 21 4 21H5C5.55 21 6 20.55 6 20V19H18V20C18 20.55 18.45 21 19 21H20C20.55 21 21 20.55 21 20V12L18.92 6.01ZM6.5 16C5.67 16 5 15.33 5 14.5C5 13.67 5.67 13 6.5 13C7.33 13 8 13.67 8 14.5C8 15.33 7.33 16 6.5 16ZM17.5 16C16.67 16 16 15.33 16 14.5C16 13.67 16.67 13 17.5 13C18.33 13 19 13.67 19 14.5C19 15.33 18.33 16 17.5 16ZM5 11L6.5 6.5H17.5L19 11H5Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_566_3449'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_566_3449)'%3E%3Cpath d='M18.92 6.01C18.72 5.42 18.16 5 17.5 5H6.5C5.84 5 5.29 5.42 5.08 6.01L3 12V20C3 20.55 3.45 21 4 21H5C5.55 21 6 20.55 6 20V19H18V20C18 20.55 18.45 21 19 21H20C20.55 21 21 20.55 21 20V12L18.92 6.01ZM6.5 16C5.67 16 5 15.33 5 14.5C5 13.67 5.67 13 6.5 13C7.33 13 8 13.67 8 14.5C8 15.33 7.33 16 6.5 16ZM17.5 16C16.67 16 16 15.33 16 14.5C16 13.67 16.67 13 17.5 13C18.33 13 19 13.67 19 14.5C19 15.33 18.33 16 17.5 16ZM5 11L6.5 6.5H17.5L19 11H5Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_566_3449'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

  .icon--cj-leaf::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 19 25' fill='none'%3E%3Cg clip-path='url(%23clip0_6593_3696)'%3E%3Cpath d='M2.32385 24.7748C2.37043 24.4831 2.40276 24.1876 2.46577 23.8992C2.76384 22.5272 3.19177 21.2019 3.9101 19.9852C4.28379 19.3524 4.75665 18.8106 5.35498 18.3752C8.31269 16.223 10.4995 13.4309 12.0923 10.1618C12.5389 9.24495 12.884 8.27933 13.2742 7.3351C13.3054 7.25888 13.3218 7.17663 13.3251 7.09164C13.0665 7.64601 12.8216 8.2075 12.5465 8.75364C11.5992 10.6344 10.3932 12.3392 8.99103 13.9069C7.66888 15.3857 6.20153 16.705 4.6109 17.8889C3.78463 18.5041 3.15232 19.2948 2.59617 20.1524C2.55891 20.21 2.51892 20.2664 2.45042 20.3668C2.32879 20.165 2.21043 19.9961 2.11838 19.8135C1.19403 17.9832 0.755139 16.0465 0.923901 13.9935C1.07403 12.1637 1.74086 10.5253 2.84712 9.06564C4.13201 7.3702 5.7862 6.11067 7.64861 5.13354C8.75761 4.55176 9.91045 4.04017 11.0775 3.5845C12.6441 2.97311 14.0155 2.07713 15.2653 0.972791C15.324 0.921247 15.3815 0.868607 15.4407 0.817612C15.4522 0.807742 15.4675 0.802807 15.5218 0.775391C15.7026 1.0841 15.8938 1.39172 16.0664 1.7092C17.0428 3.50335 17.6877 5.41319 17.9507 7.43764C18.2198 9.50924 18.2104 11.5754 17.4587 13.5647C16.3546 16.4857 14.5163 18.7673 11.6298 20.0992C10.471 20.6338 9.248 20.9606 7.97462 21.016C7.0415 21.0566 6.10455 21.0012 5.16924 20.9798C5.03664 20.9765 4.96103 21.0051 4.88979 21.1246C4.36981 21.9931 4.04654 22.933 3.87503 23.926C3.83558 24.1541 3.74353 24.2616 3.51614 24.3312C3.12547 24.4508 2.75178 24.6246 2.37043 24.7759H2.32331L2.32385 24.7748Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6593_3696'%3E%3Crect width='17.2235' height='24' fill='white' transform='translate(0.888235 0.774414)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 19 25' fill='none'%3E%3Cg clip-path='url(%23clip0_6593_3696)'%3E%3Cpath d='M2.32385 24.7748C2.37043 24.4831 2.40276 24.1876 2.46577 23.8992C2.76384 22.5272 3.19177 21.2019 3.9101 19.9852C4.28379 19.3524 4.75665 18.8106 5.35498 18.3752C8.31269 16.223 10.4995 13.4309 12.0923 10.1618C12.5389 9.24495 12.884 8.27933 13.2742 7.3351C13.3054 7.25888 13.3218 7.17663 13.3251 7.09164C13.0665 7.64601 12.8216 8.2075 12.5465 8.75364C11.5992 10.6344 10.3932 12.3392 8.99103 13.9069C7.66888 15.3857 6.20153 16.705 4.6109 17.8889C3.78463 18.5041 3.15232 19.2948 2.59617 20.1524C2.55891 20.21 2.51892 20.2664 2.45042 20.3668C2.32879 20.165 2.21043 19.9961 2.11838 19.8135C1.19403 17.9832 0.755139 16.0465 0.923901 13.9935C1.07403 12.1637 1.74086 10.5253 2.84712 9.06564C4.13201 7.3702 5.7862 6.11067 7.64861 5.13354C8.75761 4.55176 9.91045 4.04017 11.0775 3.5845C12.6441 2.97311 14.0155 2.07713 15.2653 0.972791C15.324 0.921247 15.3815 0.868607 15.4407 0.817612C15.4522 0.807742 15.4675 0.802807 15.5218 0.775391C15.7026 1.0841 15.8938 1.39172 16.0664 1.7092C17.0428 3.50335 17.6877 5.41319 17.9507 7.43764C18.2198 9.50924 18.2104 11.5754 17.4587 13.5647C16.3546 16.4857 14.5163 18.7673 11.6298 20.0992C10.471 20.6338 9.248 20.9606 7.97462 21.016C7.0415 21.0566 6.10455 21.0012 5.16924 20.9798C5.03664 20.9765 4.96103 21.0051 4.88979 21.1246C4.36981 21.9931 4.04654 22.933 3.87503 23.926C3.83558 24.1541 3.74353 24.2616 3.51614 24.3312C3.12547 24.4508 2.75178 24.6246 2.37043 24.7759H2.32331L2.32385 24.7748Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6593_3696'%3E%3Crect width='17.2235' height='24' fill='white' transform='translate(0.888235 0.774414)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
   }

   .icon--cj-card::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M20.5 4.77441H4.5C3.39 4.77441 2.51 5.66441 2.51 6.77441L2.5 18.7744C2.5 19.8844 3.39 20.7744 4.5 20.7744H20.5C21.61 20.7744 22.5 19.8844 22.5 18.7744V6.77441C22.5 5.66441 21.61 4.77441 20.5 4.77441ZM20.5 18.7744H4.5V12.7744H20.5V18.7744ZM20.5 8.77441H4.5V6.77441H20.5V8.77441Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M20.5 4.77441H4.5C3.39 4.77441 2.51 5.66441 2.51 6.77441L2.5 18.7744C2.5 19.8844 3.39 20.7744 4.5 20.7744H20.5C21.61 20.7744 22.5 19.8844 22.5 18.7744V6.77441C22.5 5.66441 21.61 4.77441 20.5 4.77441ZM20.5 18.7744H4.5V12.7744H20.5V18.7744ZM20.5 8.77441H4.5V6.77441H20.5V8.77441Z' fill='white'/%3E%3C/svg%3E");
   }

.icon--cj--form::before{
    -webkit-mask-image: 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='M2 4H0V18C0 19.1 0.9 20 2 20H16V18H2V4ZM18 0H6C4.9 0 4 0.9 4 2V14C4 15.1 4.9 16 6 16H18C19.1 16 20 15.1 20 14V2C20 0.9 19.1 0 18 0ZM17 9H7V7H17V9ZM13 13H7V11H13V13ZM17 5H7V3H17V5Z' fill='white'/%3E%3C/svg%3E%0A");
     mask-image:  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='M2 4H0V18C0 19.1 0.9 20 2 20H16V18H2V4ZM18 0H6C4.9 0 4 0.9 4 2V14C4 15.1 4.9 16 6 16H18C19.1 16 20 15.1 20 14V2C20 0.9 19.1 0 18 0ZM17 9H7V7H17V9ZM13 13H7V11H13V13ZM17 5H7V3H17V5Z' fill='white'/%3E%3C/svg%3E%0A");
}

   .icon--cj-sobre-check::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-kry165' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='MarkEmailReadIcon' tabindex='-1' title='MarkEmailRead'%3E%3Cpath d='M12 19c0-3.87 3.13-7 7-7 1.08 0 2.09.25 3 .68V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h8.08c-.05-.33-.08-.66-.08-1M4 6l8 5 8-5v2l-8 5-8-5zm13.34 16-3.54-3.54 1.41-1.41 2.12 2.12 4.24-4.24L23 16.34z'%3E%3C/path%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-kry165' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='MarkEmailReadIcon' tabindex='-1' title='MarkEmailRead'%3E%3Cpath d='M12 19c0-3.87 3.13-7 7-7 1.08 0 2.09.25 3 .68V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h8.08c-.05-.33-.08-.66-.08-1M4 6l8 5 8-5v2l-8 5-8-5zm13.34 16-3.54-3.54 1.41-1.41 2.12 2.12 4.24-4.24L23 16.34z'%3E%3C/path%3E%3C/svg%3E");
   }

   .icon--cj-100::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M15.6 12.7744H19.2C19.54 12.7744 19.8248 12.6784 20.0544 12.4864C20.2848 12.2951 20.4 12.0577 20.4 11.7744V5.77441C20.4 5.49108 20.2848 5.25341 20.0544 5.06141C19.8248 4.87008 19.54 4.77441 19.2 4.77441H15.6C15.26 4.77441 14.9752 4.87008 14.7456 5.06141C14.5152 5.25341 14.4 5.49108 14.4 5.77441V11.7744C14.4 12.0577 14.5152 12.2951 14.7456 12.4864C14.9752 12.6784 15.26 12.7744 15.6 12.7744ZM16.8 10.7744V6.77441H18V10.7744H16.8ZM8.4 12.7744H12C12.34 12.7744 12.6252 12.6784 12.8556 12.4864C13.0852 12.2951 13.2 12.0577 13.2 11.7744V5.77441C13.2 5.49108 13.0852 5.25341 12.8556 5.06141C12.6252 4.87008 12.34 4.77441 12 4.77441H8.4C8.06 4.77441 7.7752 4.87008 7.5456 5.06141C7.3152 5.25341 7.2 5.49108 7.2 5.77441V11.7744C7.2 12.0577 7.3152 12.2951 7.5456 12.4864C7.7752 12.6784 8.06 12.7744 8.4 12.7744ZM9.6 10.7744V6.77441H10.8V10.7744H9.6ZM4.8 12.7744C5.14 12.7744 5.4252 12.6784 5.6556 12.4864C5.8852 12.2951 6 12.0577 6 11.7744V5.77441C6 5.49108 5.8852 5.25341 5.6556 5.06141C5.4252 4.87008 5.14 4.77441 4.8 4.77441C4.46 4.77441 4.1748 4.87008 3.9444 5.06141C3.7148 5.25341 3.6 5.49108 3.6 5.77441V11.7744C3.6 12.0577 3.7148 12.2951 3.9444 12.4864C4.1748 12.6784 4.46 12.7744 4.8 12.7744ZM2.4 16.7744C1.74 16.7744 1.1752 16.5787 0.7056 16.1874C0.2352 15.7954 0 15.3244 0 14.7744V2.77441C0 2.22441 0.2352 1.75375 0.7056 1.36241C1.1752 0.970414 1.74 0.774414 2.4 0.774414H21.6C22.26 0.774414 22.8252 0.970414 23.2956 1.36241C23.7652 1.75375 24 2.22441 24 2.77441V14.7744C24 15.3244 23.7652 15.7954 23.2956 16.1874C22.8252 16.5787 22.26 16.7744 21.6 16.7744H2.4Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M15.6 12.7744H19.2C19.54 12.7744 19.8248 12.6784 20.0544 12.4864C20.2848 12.2951 20.4 12.0577 20.4 11.7744V5.77441C20.4 5.49108 20.2848 5.25341 20.0544 5.06141C19.8248 4.87008 19.54 4.77441 19.2 4.77441H15.6C15.26 4.77441 14.9752 4.87008 14.7456 5.06141C14.5152 5.25341 14.4 5.49108 14.4 5.77441V11.7744C14.4 12.0577 14.5152 12.2951 14.7456 12.4864C14.9752 12.6784 15.26 12.7744 15.6 12.7744ZM16.8 10.7744V6.77441H18V10.7744H16.8ZM8.4 12.7744H12C12.34 12.7744 12.6252 12.6784 12.8556 12.4864C13.0852 12.2951 13.2 12.0577 13.2 11.7744V5.77441C13.2 5.49108 13.0852 5.25341 12.8556 5.06141C12.6252 4.87008 12.34 4.77441 12 4.77441H8.4C8.06 4.77441 7.7752 4.87008 7.5456 5.06141C7.3152 5.25341 7.2 5.49108 7.2 5.77441V11.7744C7.2 12.0577 7.3152 12.2951 7.5456 12.4864C7.7752 12.6784 8.06 12.7744 8.4 12.7744ZM9.6 10.7744V6.77441H10.8V10.7744H9.6ZM4.8 12.7744C5.14 12.7744 5.4252 12.6784 5.6556 12.4864C5.8852 12.2951 6 12.0577 6 11.7744V5.77441C6 5.49108 5.8852 5.25341 5.6556 5.06141C5.4252 4.87008 5.14 4.77441 4.8 4.77441C4.46 4.77441 4.1748 4.87008 3.9444 5.06141C3.7148 5.25341 3.6 5.49108 3.6 5.77441V11.7744C3.6 12.0577 3.7148 12.2951 3.9444 12.4864C4.1748 12.6784 4.46 12.7744 4.8 12.7744ZM2.4 16.7744C1.74 16.7744 1.1752 16.5787 0.7056 16.1874C0.2352 15.7954 0 15.3244 0 14.7744V2.77441C0 2.22441 0.2352 1.75375 0.7056 1.36241C1.1752 0.970414 1.74 0.774414 2.4 0.774414H21.6C22.26 0.774414 22.8252 0.970414 23.2956 1.36241C23.7652 1.75375 24 2.22441 24 2.77441V14.7744C24 15.3244 23.7652 15.7954 23.2956 16.1874C22.8252 16.5787 22.26 16.7744 21.6 16.7744H2.4Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
   }

   .icon--cj-no-dolar::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Material icons'%3E%3Cpath id='Vector' d='M12.5001 7.67441C14.2801 7.67441 14.9401 8.52441 15.0001 9.77441H17.2101C17.1401 8.05441 16.0901 6.47441 14.0001 5.96441V3.77441H11.0001V5.93441C10.4701 6.05441 9.97006 6.23441 9.52006 6.47441L10.9901 7.94441C11.4001 7.77441 11.9001 7.67441 12.5001 7.67441ZM5.33006 4.83441L4.06006 6.10441L7.50006 9.54441C7.50006 11.6244 9.06006 12.7544 11.4101 13.4544L14.9201 16.9644C14.5801 17.4444 13.8701 17.8744 12.5001 17.8744C10.4401 17.8744 9.63006 16.9544 9.52006 15.7744H7.32006C7.44006 17.9644 9.08006 19.1944 11.0001 19.6044V21.7744H14.0001V19.6244C14.9601 19.4444 15.8201 19.0744 16.4501 18.5044L18.6701 20.7244L19.9401 19.4544L5.33006 4.83441Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
   mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Material icons'%3E%3Cpath id='Vector' d='M12.5001 7.67441C14.2801 7.67441 14.9401 8.52441 15.0001 9.77441H17.2101C17.1401 8.05441 16.0901 6.47441 14.0001 5.96441V3.77441H11.0001V5.93441C10.4701 6.05441 9.97006 6.23441 9.52006 6.47441L10.9901 7.94441C11.4001 7.77441 11.9001 7.67441 12.5001 7.67441ZM5.33006 4.83441L4.06006 6.10441L7.50006 9.54441C7.50006 11.6244 9.06006 12.7544 11.4101 13.4544L14.9201 16.9644C14.5801 17.4444 13.8701 17.8744 12.5001 17.8744C10.4401 17.8744 9.63006 16.9544 9.52006 15.7744H7.32006C7.44006 17.9644 9.08006 19.1944 11.0001 19.6044V21.7744H14.0001V19.6244C14.9601 19.4444 15.8201 19.0744 16.4501 18.5044L18.6701 20.7244L19.9401 19.4544L5.33006 4.83441Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
   }

   .icon--cj--diamante::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group'%3E%3Cg id='Group_2'%3E%3Cg id='Group_3'%3E%3Cpath id='Vector' d='M10.16 0.774414H9.83996L7.20996 6.02441H12.79L10.16 0.774414Z' fill='white'/%3E%3C/g%3E%3Cg id='Group_4'%3E%3Cpath id='Vector_2' d='M14.4598 6.02441H19.6198L16.9998 0.774414H11.8398L14.4598 6.02441Z' fill='white'/%3E%3C/g%3E%3Cg id='Group_5'%3E%3Cpath id='Vector_3' d='M19.38 7.52441H10.75V17.8744L19.38 7.52441Z' fill='white'/%3E%3C/g%3E%3Cg id='Group_6'%3E%3Cpath id='Vector_4' d='M9.24987 17.8744V7.52441H0.619873L9.24987 17.8744Z' fill='white'/%3E%3C/g%3E%3Cg id='Group_7'%3E%3Cpath id='Vector_5' d='M5.53988 6.02441L8.15988 0.774414H2.99988L0.379883 6.02441H5.53988Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group'%3E%3Cg id='Group_2'%3E%3Cg id='Group_3'%3E%3Cpath id='Vector' d='M10.16 0.774414H9.83996L7.20996 6.02441H12.79L10.16 0.774414Z' fill='white'/%3E%3C/g%3E%3Cg id='Group_4'%3E%3Cpath id='Vector_2' d='M14.4598 6.02441H19.6198L16.9998 0.774414H11.8398L14.4598 6.02441Z' fill='white'/%3E%3C/g%3E%3Cg id='Group_5'%3E%3Cpath id='Vector_3' d='M19.38 7.52441H10.75V17.8744L19.38 7.52441Z' fill='white'/%3E%3C/g%3E%3Cg id='Group_6'%3E%3Cpath id='Vector_4' d='M9.24987 17.8744V7.52441H0.619873L9.24987 17.8744Z' fill='white'/%3E%3C/g%3E%3Cg id='Group_7'%3E%3Cpath id='Vector_5' d='M5.53988 6.02441L8.15988 0.774414H2.99988L0.379883 6.02441H5.53988Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
   }

   .icon--cj-billetera::before{
    -webkit-mask-image:  url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M16 0.774414H4C1.79 0.774414 0 2.56441 0 4.77441V12.7744C0 14.9844 1.79 16.7744 4 16.7744H16C18.21 16.7744 20 14.9844 20 12.7744V4.77441C20 2.56441 18.21 0.774414 16 0.774414ZM14.14 10.5444C13.9 10.7444 13.57 10.8244 13.26 10.7444L2.15 8.02441C2.45 7.29441 3.16 6.77441 4 6.77441H16C16.67 6.77441 17.26 7.11441 17.63 7.61441L14.14 10.5444ZM4 2.77441H16C17.1 2.77441 18 3.67441 18 4.77441V5.32441C17.41 4.98441 16.73 4.77441 16 4.77441H4C3.27 4.77441 2.59 4.98441 2 5.32441V4.77441C2 3.67441 2.9 2.77441 4 2.77441Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M16 0.774414H4C1.79 0.774414 0 2.56441 0 4.77441V12.7744C0 14.9844 1.79 16.7744 4 16.7744H16C18.21 16.7744 20 14.9844 20 12.7744V4.77441C20 2.56441 18.21 0.774414 16 0.774414ZM14.14 10.5444C13.9 10.7444 13.57 10.8244 13.26 10.7444L2.15 8.02441C2.45 7.29441 3.16 6.77441 4 6.77441H16C16.67 6.77441 17.26 7.11441 17.63 7.61441L14.14 10.5444ZM4 2.77441H16C17.1 2.77441 18 3.67441 18 4.77441V5.32441C17.41 4.98441 16.73 4.77441 16 4.77441H4C3.27 4.77441 2.59 4.98441 2 5.32441V4.77441C2 3.67441 2.9 2.77441 4 2.77441Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
   }


.icon--cj-ahorro::before {
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg width='26' height='20' viewBox='0 0 26 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0217 3.61111L23.1661 1.39444C23.2982 1.13889 23.1992 0.816667 22.924 0.727778C21.7796 0.366667 20.481 0.738889 19.4906 1.64444C17.6693 0.611111 15.4519 0 13.0529 0C8.98115 0 5.42665 1.75 3.45132 4.36667C3.20371 4.2 2.95611 4.03333 2.74152 3.85556C1.76761 3.11667 1.9877 2.55556 2.39487 2.23333C2.62047 2.05556 2.74702 1.77222 2.62047 1.51111L2.35085 0.944444C2.2298 0.683333 1.91617 0.577778 1.67957 0.738889C0.337003 1.63333 -0.323276 3.04444 0.155426 4.17222C0.452552 4.9 1.49799 5.47778 2.43889 6.10556C2.03722 7.04444 1.80062 8.04445 1.80062 9.09444C1.80062 11.7056 3.1707 14.05 5.35512 15.7111L4.60681 19.4889C4.54628 19.7722 4.73336 20 5.01948 20H8.48044C8.76656 20 9.0857 19.7833 9.19575 19.5111L9.87253 17.8056C10.885 18.0444 11.9469 18.1778 13.0584 18.1778C13.8672 18.1778 14.6485 18.1056 15.4079 17.9778L16.0131 19.5111C16.1177 19.7833 16.4423 20 16.7284 20H20.1894C20.4755 20 20.6626 19.7667 20.6076 19.4833L19.9693 16.2556C21.3229 15.4056 22.4178 14.3111 23.1772 13.05L24.4922 13.4778C24.7673 13.5667 25.0479 13.4111 25.1195 13.1278L25.9833 9.78333C26.0549 9.5 25.8898 9.22222 25.6092 9.15L24.2996 8.83333C24.2281 6.87222 23.3917 5.07222 22.0217 3.61111ZM18.2251 3.26111C18.137 3.61111 17.8399 3.92222 17.3447 4.19444L17.2181 4.26111L17.1026 4.17778C16.1232 3.46111 14.61 3.03333 13.0529 3.03333C11.4957 3.03333 9.98258 3.46111 9.00316 4.17778L8.88762 4.26111L8.76106 4.19444C8.26035 3.92222 7.96322 3.61111 7.88069 3.26111L7.84217 3.11111L7.96873 3.02222C9.25077 2.11111 11.1051 1.59444 13.0474 1.59444C14.9952 1.59444 16.844 2.11111 18.126 3.02222L18.2526 3.11111L18.2251 3.26111ZM20.7066 8.93889C20.2664 8.93889 19.9088 8.39444 19.9088 7.72778C19.9088 7.06111 20.2664 6.51667 20.7066 6.51667C21.1468 6.51667 21.5044 7.06111 21.5044 7.72778C21.5099 8.39444 21.1523 8.93889 20.7066 8.93889Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='26' height='20' viewBox='0 0 26 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0217 3.61111L23.1661 1.39444C23.2982 1.13889 23.1992 0.816667 22.924 0.727778C21.7796 0.366667 20.481 0.738889 19.4906 1.64444C17.6693 0.611111 15.4519 0 13.0529 0C8.98115 0 5.42665 1.75 3.45132 4.36667C3.20371 4.2 2.95611 4.03333 2.74152 3.85556C1.76761 3.11667 1.9877 2.55556 2.39487 2.23333C2.62047 2.05556 2.74702 1.77222 2.62047 1.51111L2.35085 0.944444C2.2298 0.683333 1.91617 0.577778 1.67957 0.738889C0.337003 1.63333 -0.323276 3.04444 0.155426 4.17222C0.452552 4.9 1.49799 5.47778 2.43889 6.10556C2.03722 7.04444 1.80062 8.04445 1.80062 9.09444C1.80062 11.7056 3.1707 14.05 5.35512 15.7111L4.60681 19.4889C4.54628 19.7722 4.73336 20 5.01948 20H8.48044C8.76656 20 9.0857 19.7833 9.19575 19.5111L9.87253 17.8056C10.885 18.0444 11.9469 18.1778 13.0584 18.1778C13.8672 18.1778 14.6485 18.1056 15.4079 17.9778L16.0131 19.5111C16.1177 19.7833 16.4423 20 16.7284 20H20.1894C20.4755 20 20.6626 19.7667 20.6076 19.4833L19.9693 16.2556C21.3229 15.4056 22.4178 14.3111 23.1772 13.05L24.4922 13.4778C24.7673 13.5667 25.0479 13.4111 25.1195 13.1278L25.9833 9.78333C26.0549 9.5 25.8898 9.22222 25.6092 9.15L24.2996 8.83333C24.2281 6.87222 23.3917 5.07222 22.0217 3.61111ZM18.2251 3.26111C18.137 3.61111 17.8399 3.92222 17.3447 4.19444L17.2181 4.26111L17.1026 4.17778C16.1232 3.46111 14.61 3.03333 13.0529 3.03333C11.4957 3.03333 9.98258 3.46111 9.00316 4.17778L8.88762 4.26111L8.76106 4.19444C8.26035 3.92222 7.96322 3.61111 7.88069 3.26111L7.84217 3.11111L7.96873 3.02222C9.25077 2.11111 11.1051 1.59444 13.0474 1.59444C14.9952 1.59444 16.844 2.11111 18.126 3.02222L18.2526 3.11111L18.2251 3.26111ZM20.7066 8.93889C20.2664 8.93889 19.9088 8.39444 19.9088 7.72778C19.9088 7.06111 20.2664 6.51667 20.7066 6.51667C21.1468 6.51667 21.5044 7.06111 21.5044 7.72778C21.5099 8.39444 21.1523 8.93889 20.7066 8.93889Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon--cj-sobres::before {
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.1279 21.2749H21.2261C20.1625 21.2749 19.3003 20.413 19.3003 19.3496V15.8828H16.9894V22.1768C17.887 22.494 18.53 23.35 18.53 24.3562C18.53 25.6325 17.4954 26.667 16.2191 26.667C14.9427 26.667 13.9082 25.6324 13.9082 24.3562C13.9082 23.35 14.5512 22.494 15.4488 22.1768V15.8828H11.5972V22.1768C12.4948 22.494 13.1378 23.35 13.1378 24.3562C13.1378 25.6325 12.1032 26.667 10.8269 26.667C9.55056 26.667 8.51596 25.6324 8.51596 24.3562C8.51596 23.35 9.15897 22.494 10.0566 22.1768V15.8828H7.74565V19.3496C7.74565 20.413 6.88344 21.2749 5.81988 21.2749H4.91804C4.60081 22.1724 3.74482 22.8155 2.73864 22.8155C1.46234 22.8155 0.427734 21.7809 0.427734 20.5047C0.427734 19.2283 1.4624 18.1938 2.73864 18.1938C3.74485 18.1938 4.60081 18.8368 4.91804 19.7344H5.81988C6.03276 19.7344 6.20506 19.5621 6.20506 19.3497V15.8829H3.12371C2.69819 15.8829 2.35333 15.5381 2.35333 15.1127V15.0818L9.73979 8.7505L13.0772 11.119C13.3442 11.3085 13.7017 11.3085 13.9688 11.119L17.3062 8.7505L24.6926 15.0818V15.1127C24.6926 15.5381 24.3477 15.8829 23.9222 15.8829H20.8409V19.3497C20.8409 19.5621 21.0132 19.7344 21.2261 19.7344H22.1279C22.4451 18.8368 23.3011 18.1938 24.3073 18.1938C25.5836 18.1938 26.6182 19.2284 26.6182 20.5047C26.6182 21.7809 25.5835 22.8155 24.3073 22.8155C23.3011 22.8155 22.4451 22.1724 22.1279 21.2749ZM16.219 25.1264C16.6445 25.1264 16.9893 24.7815 16.9893 24.3561C16.9893 23.9307 16.6445 23.5858 16.219 23.5858C15.7935 23.5858 15.4487 23.9307 15.4487 24.3561C15.4487 24.7815 15.7935 25.1264 16.219 25.1264ZM10.8268 25.1264C11.2523 25.1264 11.5972 24.7815 11.5972 24.3561C11.5972 23.9307 11.2523 23.5858 10.8268 23.5858C10.4014 23.5858 10.0565 23.9307 10.0565 24.3561C10.0565 24.7815 10.4014 25.1264 10.8268 25.1264ZM2.7384 21.2749C3.16382 21.2749 3.50869 20.93 3.50869 20.5046C3.50869 20.0792 3.16382 19.7342 2.7384 19.7342C2.31297 19.7342 1.9681 20.0792 1.9681 20.5046C1.9681 20.93 2.31297 21.2749 2.7384 21.2749ZM24.3072 21.2749C24.7326 21.2749 25.0775 20.93 25.0775 20.5046C25.0775 20.0792 24.7326 19.7342 24.3072 19.7342C23.8818 19.7342 23.5369 20.0792 23.5369 20.5046C23.5369 20.93 23.8818 21.2749 24.3072 21.2749ZM2.35274 13.0524V3.50841L8.44407 7.83135L2.35274 13.0524ZM24.6913 3.50841V13.0524L18.6 7.83135L24.6913 3.50841ZM24.6913 1.61923L13.5216 9.54597L2.35186 1.61923V1.24684C2.35186 0.821424 2.69673 0.476562 3.12225 0.476562H23.9208C24.3463 0.476562 24.6912 0.821424 24.6912 1.24684L24.6913 1.61923Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.1279 21.2749H21.2261C20.1625 21.2749 19.3003 20.413 19.3003 19.3496V15.8828H16.9894V22.1768C17.887 22.494 18.53 23.35 18.53 24.3562C18.53 25.6325 17.4954 26.667 16.2191 26.667C14.9427 26.667 13.9082 25.6324 13.9082 24.3562C13.9082 23.35 14.5512 22.494 15.4488 22.1768V15.8828H11.5972V22.1768C12.4948 22.494 13.1378 23.35 13.1378 24.3562C13.1378 25.6325 12.1032 26.667 10.8269 26.667C9.55056 26.667 8.51596 25.6324 8.51596 24.3562C8.51596 23.35 9.15897 22.494 10.0566 22.1768V15.8828H7.74565V19.3496C7.74565 20.413 6.88344 21.2749 5.81988 21.2749H4.91804C4.60081 22.1724 3.74482 22.8155 2.73864 22.8155C1.46234 22.8155 0.427734 21.7809 0.427734 20.5047C0.427734 19.2283 1.4624 18.1938 2.73864 18.1938C3.74485 18.1938 4.60081 18.8368 4.91804 19.7344H5.81988C6.03276 19.7344 6.20506 19.5621 6.20506 19.3497V15.8829H3.12371C2.69819 15.8829 2.35333 15.5381 2.35333 15.1127V15.0818L9.73979 8.7505L13.0772 11.119C13.3442 11.3085 13.7017 11.3085 13.9688 11.119L17.3062 8.7505L24.6926 15.0818V15.1127C24.6926 15.5381 24.3477 15.8829 23.9222 15.8829H20.8409V19.3497C20.8409 19.5621 21.0132 19.7344 21.2261 19.7344H22.1279C22.4451 18.8368 23.3011 18.1938 24.3073 18.1938C25.5836 18.1938 26.6182 19.2284 26.6182 20.5047C26.6182 21.7809 25.5835 22.8155 24.3073 22.8155C23.3011 22.8155 22.4451 22.1724 22.1279 21.2749ZM16.219 25.1264C16.6445 25.1264 16.9893 24.7815 16.9893 24.3561C16.9893 23.9307 16.6445 23.5858 16.219 23.5858C15.7935 23.5858 15.4487 23.9307 15.4487 24.3561C15.4487 24.7815 15.7935 25.1264 16.219 25.1264ZM10.8268 25.1264C11.2523 25.1264 11.5972 24.7815 11.5972 24.3561C11.5972 23.9307 11.2523 23.5858 10.8268 23.5858C10.4014 23.5858 10.0565 23.9307 10.0565 24.3561C10.0565 24.7815 10.4014 25.1264 10.8268 25.1264ZM2.7384 21.2749C3.16382 21.2749 3.50869 20.93 3.50869 20.5046C3.50869 20.0792 3.16382 19.7342 2.7384 19.7342C2.31297 19.7342 1.9681 20.0792 1.9681 20.5046C1.9681 20.93 2.31297 21.2749 2.7384 21.2749ZM24.3072 21.2749C24.7326 21.2749 25.0775 20.93 25.0775 20.5046C25.0775 20.0792 24.7326 19.7342 24.3072 19.7342C23.8818 19.7342 23.5369 20.0792 23.5369 20.5046C23.5369 20.93 23.8818 21.2749 24.3072 21.2749ZM2.35274 13.0524V3.50841L8.44407 7.83135L2.35274 13.0524ZM24.6913 3.50841V13.0524L18.6 7.83135L24.6913 3.50841ZM24.6913 1.61923L13.5216 9.54597L2.35186 1.61923V1.24684C2.35186 0.821424 2.69673 0.476562 3.12225 0.476562H23.9208C24.3463 0.476562 24.6912 0.821424 24.6912 1.24684L24.6913 1.61923Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icono--cj-saldo::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.000104942 3.14998C0.000104942 1.41027 1.41037 0 3.15009 0H17.85C19.5897 0 21 1.41027 21 3.14998V13.6499C21 15.3896 19.5897 16.7999 17.85 16.7999H5.68499L1.79245 20.6924C1.49213 20.9927 1.04054 21.0826 0.648204 20.9201C0.255842 20.7575 0 20.3747 0 19.95L0.000104942 3.14998ZM13.8934 4.5778C14.2646 4.13229 14.9268 4.07208 15.3723 4.44335C15.8178 4.81455 15.8779 5.47669 15.5066 5.92212L10.2567 12.2221C10.0445 12.4765 9.72487 12.616 9.39412 12.5984C9.06321 12.5806 8.76018 12.4079 8.57643 12.1323L6.47644 8.98228C6.15472 8.49985 6.28514 7.84787 6.76764 7.52624C7.25016 7.20452 7.90206 7.33494 8.22369 7.81744L9.54373 9.79741L13.8934 4.5778Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.000104942 3.14998C0.000104942 1.41027 1.41037 0 3.15009 0H17.85C19.5897 0 21 1.41027 21 3.14998V13.6499C21 15.3896 19.5897 16.7999 17.85 16.7999H5.68499L1.79245 20.6924C1.49213 20.9927 1.04054 21.0826 0.648204 20.9201C0.255842 20.7575 0 20.3747 0 19.95L0.000104942 3.14998ZM13.8934 4.5778C14.2646 4.13229 14.9268 4.07208 15.3723 4.44335C15.8178 4.81455 15.8779 5.47669 15.5066 5.92212L10.2567 12.2221C10.0445 12.4765 9.72487 12.616 9.39412 12.5984C9.06321 12.5806 8.76018 12.4079 8.57643 12.1323L6.47644 8.98228C6.15472 8.49985 6.28514 7.84787 6.76764 7.52624C7.25016 7.20452 7.90206 7.33494 8.22369 7.81744L9.54373 9.79741L13.8934 4.5778Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon--cj-sin-cobro::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='25' height='30' viewBox='0 0 25 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6052 18.6482L7.74488 10.8398C4.09539 15.8596 10.4585 22.2733 15.6052 18.6482Z' fill='white'/%3E%3Cpath d='M9.05371 9.52979L16.914 17.3381C17.569 16.4086 17.9433 15.2931 17.9433 14.0846C17.9434 9.52979 12.7033 6.9271 9.05382 9.52979H9.05371Z' fill='white'/%3E%3Cpath d='M10.1767 0.888394C9.14735 1.63201 6.0595 4.51378 0.257685 6.83756L0.164062 6.83746V11.9501C0.164062 19.108 4.7492 25.8936 12.3287 29.8909C19.9082 25.8936 24.4933 19.2009 24.4933 11.9501V6.83746C18.3174 4.42055 15.2295 1.44586 14.3872 0.795318C13.1707 -0.134219 11.3928 -0.134219 10.1764 0.888322L10.1767 0.888394ZM19.8149 14.0883C19.8149 18.1783 16.4462 21.5248 12.329 21.5248C8.21181 21.5248 4.84309 18.1783 4.84309 14.0883C4.84309 9.99836 8.21181 6.65188 12.329 6.65188C16.4462 6.65178 19.8149 9.99809 19.8149 14.0883Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='25' height='30' viewBox='0 0 25 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6052 18.6482L7.74488 10.8398C4.09539 15.8596 10.4585 22.2733 15.6052 18.6482Z' fill='white'/%3E%3Cpath d='M9.05371 9.52979L16.914 17.3381C17.569 16.4086 17.9433 15.2931 17.9433 14.0846C17.9434 9.52979 12.7033 6.9271 9.05382 9.52979H9.05371Z' fill='white'/%3E%3Cpath d='M10.1767 0.888394C9.14735 1.63201 6.0595 4.51378 0.257685 6.83756L0.164062 6.83746V11.9501C0.164062 19.108 4.7492 25.8936 12.3287 29.8909C19.9082 25.8936 24.4933 19.2009 24.4933 11.9501V6.83746C18.3174 4.42055 15.2295 1.44586 14.3872 0.795318C13.1707 -0.134219 11.3928 -0.134219 10.1764 0.888322L10.1767 0.888394ZM19.8149 14.0883C19.8149 18.1783 16.4462 21.5248 12.329 21.5248C8.21181 21.5248 4.84309 18.1783 4.84309 14.0883C4.84309 9.99836 8.21181 6.65188 12.329 6.65188C16.4462 6.65178 19.8149 9.99809 19.8149 14.0883Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon--cj-beneficios::before {
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg id='uuid-95785285-f42b-496f-9c0b-73217e7057ed' data-name='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.84 24.89'%3E%3Cpath d='M12.72,1.88h-5.28l1.73,4.95,3.55-4.95ZM5.85,3.05l-3.18,4.86h4.88l-1.7-4.86ZM18.15,7.9l-3.72-5.2-3.72,5.2h7.45ZM21.42,1.88h-5.28l3.55,4.95,1.73-4.95ZM3.03,9.77l8.82,9.9-3.62-9.9H3.03ZM21.31,7.91h4.86l-3.17-4.84-1.7,4.84ZM28.84,8.88s0,.04,0,.06c0,.09-.03.18-.06.26,0,0,0,0,0,0-.04.09-.09.16-.15.24,0,0,0,.02-.01.02l-13.39,15.03c-.1.15-.24.26-.4.33,0,0-.01,0-.02,0-.05.02-.1.04-.15.05-.02,0-.03,0-.05.01-.04,0-.09.01-.13.02,0,0-.02,0-.03,0,0,0,0,0-.01,0s0,0-.01,0c0,0,0,0,0,0-.03,0-.05,0-.08,0-.02,0-.04,0-.07,0-.03,0-.07-.01-.1-.02-.02,0-.04-.01-.07-.02-.07-.02-.13-.05-.19-.09-.01,0-.03-.01-.04-.02-.06-.04-.11-.09-.16-.14L.24,9.45s0-.02-.01-.02c-.06-.07-.11-.15-.15-.24,0,0,0,0,0,0-.03-.08-.05-.17-.06-.26,0-.02,0-.04,0-.06,0-.02,0-.03,0-.05,0-.07.01-.14.03-.21,0-.01,0-.03.01-.04.02-.09.06-.17.11-.24,0,0,0,0,0-.01L5.32.42s.01-.01.02-.02c.04-.05.08-.1.12-.15,0,0,0,0,.01-.01.05-.05.11-.09.17-.12.02-.01.04-.02.06-.03.03-.01.06-.03.09-.04.01,0,.03,0,.04-.01.02,0,.05-.01.07-.02.05-.01.1-.02.15-.02.01,0,.03,0,.04,0h8.18s0,0,0,0h8.43s.02,0,.03,0c.1,0,.2.01.3.05.26.09.45.28.55.52l5.08,7.75s0,0,0,.01c.05.07.08.16.11.24,0,.01,0,.03.01.04.02.07.03.14.03.21,0,.02,0,.03,0,.05h0ZM17.03,19.63l8.78-9.86h-5.17l-3.61,9.86ZM10.22,9.77l4.21,11.49,4.21-11.49h-8.41Z' style='fill: %230033a0;'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg id='uuid-95785285-f42b-496f-9c0b-73217e7057ed' data-name='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.84 24.89'%3E%3Cpath d='M12.72,1.88h-5.28l1.73,4.95,3.55-4.95ZM5.85,3.05l-3.18,4.86h4.88l-1.7-4.86ZM18.15,7.9l-3.72-5.2-3.72,5.2h7.45ZM21.42,1.88h-5.28l3.55,4.95,1.73-4.95ZM3.03,9.77l8.82,9.9-3.62-9.9H3.03ZM21.31,7.91h4.86l-3.17-4.84-1.7,4.84ZM28.84,8.88s0,.04,0,.06c0,.09-.03.18-.06.26,0,0,0,0,0,0-.04.09-.09.16-.15.24,0,0,0,.02-.01.02l-13.39,15.03c-.1.15-.24.26-.4.33,0,0-.01,0-.02,0-.05.02-.1.04-.15.05-.02,0-.03,0-.05.01-.04,0-.09.01-.13.02,0,0-.02,0-.03,0,0,0,0,0-.01,0s0,0-.01,0c0,0,0,0,0,0-.03,0-.05,0-.08,0-.02,0-.04,0-.07,0-.03,0-.07-.01-.1-.02-.02,0-.04-.01-.07-.02-.07-.02-.13-.05-.19-.09-.01,0-.03-.01-.04-.02-.06-.04-.11-.09-.16-.14L.24,9.45s0-.02-.01-.02c-.06-.07-.11-.15-.15-.24,0,0,0,0,0,0-.03-.08-.05-.17-.06-.26,0-.02,0-.04,0-.06,0-.02,0-.03,0-.05,0-.07.01-.14.03-.21,0-.01,0-.03.01-.04.02-.09.06-.17.11-.24,0,0,0,0,0-.01L5.32.42s.01-.01.02-.02c.04-.05.08-.1.12-.15,0,0,0,0,.01-.01.05-.05.11-.09.17-.12.02-.01.04-.02.06-.03.03-.01.06-.03.09-.04.01,0,.03,0,.04-.01.02,0,.05-.01.07-.02.05-.01.1-.02.15-.02.01,0,.03,0,.04,0h8.18s0,0,0,0h8.43s.02,0,.03,0c.1,0,.2.01.3.05.26.09.45.28.55.52l5.08,7.75s0,0,0,.01c.05.07.08.16.11.24,0,.01,0,.03.01.04.02.07.03.14.03.21,0,.02,0,.03,0,.05h0ZM17.03,19.63l8.78-9.86h-5.17l-3.61,9.86ZM10.22,9.77l4.21,11.49,4.21-11.49h-8.41Z' style='fill: %230033a0;'/%3E%3C/svg%3E");
}

.icon--cj-colones::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='29' viewBox='0 0 22 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.94076 14.1283C7.70974 13.9978 8.37715 13.606 8.92849 12.9676L10.4374 14.3605C9.50885 15.4922 8.11599 16.1306 6.41843 16.1741L6.02669 17.7411H4.67735L5.09811 16.0725C4.80793 16.0145 4.51775 15.942 4.24208 15.8549L3.76328 17.7411H2.41394L3.03783 15.2745C1.63045 14.346 0.745404 12.7935 0.745404 10.9218C0.745404 8.1216 2.71863 6.04681 5.47535 5.7131L5.8816 4.1026H7.23094L6.82469 5.69859C7.12937 5.7131 7.41956 5.77114 7.70974 5.82917L8.14501 4.1026H9.49435L8.943 6.27895C9.52336 6.56913 10.0312 6.97539 10.4374 7.46869L8.92849 8.86156C8.76889 8.67294 8.59479 8.51334 8.40617 8.36825L6.94076 14.1283ZM4.7644 13.7946C5.02557 13.9252 5.30124 14.0268 5.60593 14.0993L7.21643 7.77338C6.94076 7.70084 6.66509 7.67182 6.37491 7.67182H6.31687L4.7644 13.7946ZM3.12488 10.9218C3.12488 11.6473 3.3135 12.3002 3.66172 12.808L4.89499 7.97651C3.80681 8.48433 3.12488 9.55799 3.12488 10.9218Z' fill='white'/%3E%3Cpath d='M21.4563 21.5664C21.4563 22.801 20.5541 23.8694 18.6903 24.095V25.4245H17.5032V24.1306C16.328 24.0594 15.2002 23.6914 14.5473 23.1809L15.2002 21.7326C15.7938 22.1719 16.6485 22.4924 17.5032 22.5755V20.593C16.1855 20.2725 14.7135 19.8333 14.7135 18.1357C14.7135 16.8774 15.6276 15.7971 17.5032 15.5834V14.2658H18.6903V15.5597C19.5807 15.6309 20.4472 15.8684 21.1001 16.2838L20.5066 17.744C19.9012 17.3997 19.2839 17.1979 18.6903 17.1267V19.1448C20.008 19.4534 21.4563 19.8926 21.4563 21.5664ZM16.6248 18.0407C16.6248 18.4562 16.9809 18.6818 17.5032 18.848V17.1623C16.8741 17.3047 16.6248 17.649 16.6248 18.0407ZM18.6903 22.528C19.2839 22.3974 19.545 22.0888 19.545 21.7089C19.545 21.2934 19.2008 21.0679 18.6903 20.8898V22.528Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='22' height='29' viewBox='0 0 22 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.94076 14.1283C7.70974 13.9978 8.37715 13.606 8.92849 12.9676L10.4374 14.3605C9.50885 15.4922 8.11599 16.1306 6.41843 16.1741L6.02669 17.7411H4.67735L5.09811 16.0725C4.80793 16.0145 4.51775 15.942 4.24208 15.8549L3.76328 17.7411H2.41394L3.03783 15.2745C1.63045 14.346 0.745404 12.7935 0.745404 10.9218C0.745404 8.1216 2.71863 6.04681 5.47535 5.7131L5.8816 4.1026H7.23094L6.82469 5.69859C7.12937 5.7131 7.41956 5.77114 7.70974 5.82917L8.14501 4.1026H9.49435L8.943 6.27895C9.52336 6.56913 10.0312 6.97539 10.4374 7.46869L8.92849 8.86156C8.76889 8.67294 8.59479 8.51334 8.40617 8.36825L6.94076 14.1283ZM4.7644 13.7946C5.02557 13.9252 5.30124 14.0268 5.60593 14.0993L7.21643 7.77338C6.94076 7.70084 6.66509 7.67182 6.37491 7.67182H6.31687L4.7644 13.7946ZM3.12488 10.9218C3.12488 11.6473 3.3135 12.3002 3.66172 12.808L4.89499 7.97651C3.80681 8.48433 3.12488 9.55799 3.12488 10.9218Z' fill='white'/%3E%3Cpath d='M21.4563 21.5664C21.4563 22.801 20.5541 23.8694 18.6903 24.095V25.4245H17.5032V24.1306C16.328 24.0594 15.2002 23.6914 14.5473 23.1809L15.2002 21.7326C15.7938 22.1719 16.6485 22.4924 17.5032 22.5755V20.593C16.1855 20.2725 14.7135 19.8333 14.7135 18.1357C14.7135 16.8774 15.6276 15.7971 17.5032 15.5834V14.2658H18.6903V15.5597C19.5807 15.6309 20.4472 15.8684 21.1001 16.2838L20.5066 17.744C19.9012 17.3997 19.2839 17.1979 18.6903 17.1267V19.1448C20.008 19.4534 21.4563 19.8926 21.4563 21.5664ZM16.6248 18.0407C16.6248 18.4562 16.9809 18.6818 17.5032 18.848V17.1623C16.8741 17.3047 16.6248 17.649 16.6248 18.0407ZM18.6903 22.528C19.2839 22.3974 19.545 22.0888 19.545 21.7089C19.545 21.2934 19.2008 21.0679 18.6903 20.8898V22.528Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon--cj-rellena::before {
    -webkit-mask-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%3Cpath d='M5.53999 19.5201C4.92999 19.5201 4.35999 19.31 3.94999 18.92C3.42999 18.43 3.17999 17.69 3.26999 16.89L3.63999 13.65C3.70999 13.04 4.07999 12.23 4.50999 11.79L12.72 3.10005C14.77 0.930049 16.91 0.870049 19.08 2.92005C21.25 4.97005 21.31 7.11005 19.26 9.28005L11.05 17.97C10.63 18.42 9.84999 18.84 9.23999 18.9401L6.01999 19.49C5.84999 19.5 5.69999 19.5201 5.53999 19.5201ZM15.93 2.91005C15.16 2.91005 14.49 3.39005 13.81 4.11005L5.59999 12.8101C5.39999 13.0201 5.16999 13.5201 5.12999 13.8101L4.75999 17.05C4.71999 17.38 4.79999 17.65 4.97999 17.82C5.15999 17.99 5.42999 18.05 5.75999 18L8.97999 17.4501C9.26999 17.4001 9.74999 17.14 9.94999 16.93L18.16 8.24005C19.4 6.92005 19.85 5.70005 18.04 4.00005C17.24 3.23005 16.55 2.91005 15.93 2.91005Z' fill='white'/%3E%3Cpath d='M17.3404 10.9501C17.3204 10.9501 17.2904 10.9501 17.2704 10.9501C14.1504 10.6401 11.6404 8.27009 11.1604 5.17009C11.1004 4.76009 11.3804 4.38009 11.7904 4.31009C12.2004 4.25009 12.5804 4.53009 12.6504 4.94009C13.0304 7.36009 14.9904 9.22009 17.4304 9.46009C17.8404 9.50009 18.1404 9.87009 18.1004 10.2801C18.0504 10.6601 17.7204 10.9501 17.3404 10.9501Z' fill='white'/%3E%3Cpath d='M21 22.75H3C2.59 22.75 2.25 22.41 2.25 22C2.25 21.59 2.59 21.25 3 21.25H21C21.41 21.25 21.75 21.59 21.75 22C21.75 22.41 21.41 22.75 21 22.75Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-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%3Cpath d='M5.53999 19.5201C4.92999 19.5201 4.35999 19.31 3.94999 18.92C3.42999 18.43 3.17999 17.69 3.26999 16.89L3.63999 13.65C3.70999 13.04 4.07999 12.23 4.50999 11.79L12.72 3.10005C14.77 0.930049 16.91 0.870049 19.08 2.92005C21.25 4.97005 21.31 7.11005 19.26 9.28005L11.05 17.97C10.63 18.42 9.84999 18.84 9.23999 18.9401L6.01999 19.49C5.84999 19.5 5.69999 19.5201 5.53999 19.5201ZM15.93 2.91005C15.16 2.91005 14.49 3.39005 13.81 4.11005L5.59999 12.8101C5.39999 13.0201 5.16999 13.5201 5.12999 13.8101L4.75999 17.05C4.71999 17.38 4.79999 17.65 4.97999 17.82C5.15999 17.99 5.42999 18.05 5.75999 18L8.97999 17.4501C9.26999 17.4001 9.74999 17.14 9.94999 16.93L18.16 8.24005C19.4 6.92005 19.85 5.70005 18.04 4.00005C17.24 3.23005 16.55 2.91005 15.93 2.91005Z' fill='white'/%3E%3Cpath d='M17.3404 10.9501C17.3204 10.9501 17.2904 10.9501 17.2704 10.9501C14.1504 10.6401 11.6404 8.27009 11.1604 5.17009C11.1004 4.76009 11.3804 4.38009 11.7904 4.31009C12.2004 4.25009 12.5804 4.53009 12.6504 4.94009C13.0304 7.36009 14.9904 9.22009 17.4304 9.46009C17.8404 9.50009 18.1404 9.87009 18.1004 10.2801C18.0504 10.6601 17.7204 10.9501 17.3404 10.9501Z' fill='white'/%3E%3Cpath d='M21 22.75H3C2.59 22.75 2.25 22.41 2.25 22C2.25 21.59 2.59 21.25 3 21.25H21C21.41 21.25 21.75 21.59 21.75 22C21.75 22.41 21.41 22.75 21 22.75Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon--cj-ingresa::before {
    -webkit-mask-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%3Cpath d='M12 22.81C11.31 22.81 10.66 22.46 10.2 21.85L8.7 19.85C8.67 19.81 8.55 19.76 8.5 19.75H8C3.83 19.75 1.25 18.62 1.25 13V8C1.25 3.58 3.58 1.25 8 1.25H16C20.42 1.25 22.75 3.58 22.75 8V13C22.75 17.42 20.42 19.75 16 19.75H15.5C15.42 19.75 15.35 19.79 15.3 19.85L13.8 21.85C13.34 22.46 12.69 22.81 12 22.81ZM8 2.75C4.42 2.75 2.75 4.42 2.75 8V13C2.75 17.52 4.3 18.25 8 18.25H8.5C9.01 18.25 9.59 18.54 9.9 18.95L11.4 20.95C11.75 21.41 12.25 21.41 12.6 20.95L14.1 18.95C14.43 18.51 14.95 18.25 15.5 18.25H16C19.58 18.25 21.25 16.58 21.25 13V8C21.25 4.42 19.58 2.75 16 2.75H8Z' fill='white'/%3E%3Cpath d='M12 12C11.44 12 11 11.55 11 11C11 10.45 11.45 10 12 10C12.55 10 13 10.45 13 11C13 11.55 12.56 12 12 12Z' fill='white'/%3E%3Cpath d='M16 12C15.44 12 15 11.55 15 11C15 10.45 15.45 10 16 10C16.55 10 17 10.45 17 11C17 11.55 16.56 12 16 12Z' fill='white'/%3E%3Cpath d='M8 12C7.44 12 7 11.55 7 11C7 10.45 7.45 10 8 10C8.55 10 9 10.45 9 11C9 11.55 8.56 12 8 12Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-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%3Cpath d='M12 22.81C11.31 22.81 10.66 22.46 10.2 21.85L8.7 19.85C8.67 19.81 8.55 19.76 8.5 19.75H8C3.83 19.75 1.25 18.62 1.25 13V8C1.25 3.58 3.58 1.25 8 1.25H16C20.42 1.25 22.75 3.58 22.75 8V13C22.75 17.42 20.42 19.75 16 19.75H15.5C15.42 19.75 15.35 19.79 15.3 19.85L13.8 21.85C13.34 22.46 12.69 22.81 12 22.81ZM8 2.75C4.42 2.75 2.75 4.42 2.75 8V13C2.75 17.52 4.3 18.25 8 18.25H8.5C9.01 18.25 9.59 18.54 9.9 18.95L11.4 20.95C11.75 21.41 12.25 21.41 12.6 20.95L14.1 18.95C14.43 18.51 14.95 18.25 15.5 18.25H16C19.58 18.25 21.25 16.58 21.25 13V8C21.25 4.42 19.58 2.75 16 2.75H8Z' fill='white'/%3E%3Cpath d='M12 12C11.44 12 11 11.55 11 11C11 10.45 11.45 10 12 10C12.55 10 13 10.45 13 11C13 11.55 12.56 12 12 12Z' fill='white'/%3E%3Cpath d='M16 12C15.44 12 15 11.55 15 11C15 10.45 15.45 10 16 10C16.55 10 17 10.45 17 11C17 11.55 16.56 12 16 12Z' fill='white'/%3E%3Cpath d='M8 12C7.44 12 7 11.55 7 11C7 10.45 7.45 10 8 10C8.55 10 9 10.45 9 11C9 11.55 8.56 12 8 12Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon--cj-registro::before {
    -webkit-mask-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%3Cpath d='M22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z' fill='white'/%3E%3Cpath d='M21 22.75H3C2.59 22.75 2.25 22.41 2.25 22V6C2.25 2.98 3.98 1.25 7 1.25H17C20.02 1.25 21.75 2.98 21.75 6V22C21.75 22.41 21.41 22.75 21 22.75ZM3.75 21.25H20.25V6C20.25 3.78 19.22 2.75 17 2.75H7C4.78 2.75 3.75 3.78 3.75 6V21.25Z' fill='white'/%3E%3Cpath d='M10 17.25H7C6.59 17.25 6.25 16.91 6.25 16.5C6.25 16.09 6.59 15.75 7 15.75H10C10.41 15.75 10.75 16.09 10.75 16.5C10.75 16.91 10.41 17.25 10 17.25Z' fill='white'/%3E%3Cpath d='M17 17.25H14C13.59 17.25 13.25 16.91 13.25 16.5C13.25 16.09 13.59 15.75 14 15.75H17C17.41 15.75 17.75 16.09 17.75 16.5C17.75 16.91 17.41 17.25 17 17.25Z' fill='white'/%3E%3Cpath d='M10 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H10C10.41 11.25 10.75 11.59 10.75 12C10.75 12.41 10.41 12.75 10 12.75Z' fill='white'/%3E%3Cpath d='M17 12.75H14C13.59 12.75 13.25 12.41 13.25 12C13.25 11.59 13.59 11.25 14 11.25H17C17.41 11.25 17.75 11.59 17.75 12C17.75 12.41 17.41 12.75 17 12.75Z' fill='white'/%3E%3Cpath d='M10 8.25H7C6.59 8.25 6.25 7.91 6.25 7.5C6.25 7.09 6.59 6.75 7 6.75H10C10.41 6.75 10.75 7.09 10.75 7.5C10.75 7.91 10.41 8.25 10 8.25Z' fill='white'/%3E%3Cpath d='M17 8.25H14C13.59 8.25 13.25 7.91 13.25 7.5C13.25 7.09 13.59 6.75 14 6.75H17C17.41 6.75 17.75 7.09 17.75 7.5C17.75 7.91 17.41 8.25 17 8.25Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-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%3Cpath d='M22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z' fill='white'/%3E%3Cpath d='M21 22.75H3C2.59 22.75 2.25 22.41 2.25 22V6C2.25 2.98 3.98 1.25 7 1.25H17C20.02 1.25 21.75 2.98 21.75 6V22C21.75 22.41 21.41 22.75 21 22.75ZM3.75 21.25H20.25V6C20.25 3.78 19.22 2.75 17 2.75H7C4.78 2.75 3.75 3.78 3.75 6V21.25Z' fill='white'/%3E%3Cpath d='M10 17.25H7C6.59 17.25 6.25 16.91 6.25 16.5C6.25 16.09 6.59 15.75 7 15.75H10C10.41 15.75 10.75 16.09 10.75 16.5C10.75 16.91 10.41 17.25 10 17.25Z' fill='white'/%3E%3Cpath d='M17 17.25H14C13.59 17.25 13.25 16.91 13.25 16.5C13.25 16.09 13.59 15.75 14 15.75H17C17.41 15.75 17.75 16.09 17.75 16.5C17.75 16.91 17.41 17.25 17 17.25Z' fill='white'/%3E%3Cpath d='M10 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H10C10.41 11.25 10.75 11.59 10.75 12C10.75 12.41 10.41 12.75 10 12.75Z' fill='white'/%3E%3Cpath d='M17 12.75H14C13.59 12.75 13.25 12.41 13.25 12C13.25 11.59 13.59 11.25 14 11.25H17C17.41 11.25 17.75 11.59 17.75 12C17.75 12.41 17.41 12.75 17 12.75Z' fill='white'/%3E%3Cpath d='M10 8.25H7C6.59 8.25 6.25 7.91 6.25 7.5C6.25 7.09 6.59 6.75 7 6.75H10C10.41 6.75 10.75 7.09 10.75 7.5C10.75 7.91 10.41 8.25 10 8.25Z' fill='white'/%3E%3Cpath d='M17 8.25H14C13.59 8.25 13.25 7.91 13.25 7.5C13.25 7.09 13.59 6.75 14 6.75H17C17.41 6.75 17.75 7.09 17.75 7.5C17.75 7.91 17.41 8.25 17 8.25Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon--cj-atencion::before {
    -webkit-mask-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%3Cpath d='M17.45 22.75C16.32 22.75 15.13 22.48 13.9 21.96C12.7 21.45 11.49 20.75 10.31 19.9C9.14 19.04 8.01 18.08 6.94 17.03C5.88 15.96 4.92 14.83 4.07 13.67C3.21 12.47 2.52 11.27 2.03 10.11C1.51 8.87 1.25 7.67 1.25 6.54C1.25 5.76 1.39 5.02 1.66 4.33C1.94 3.62 2.39 2.96 3 2.39C3.77 1.63 4.65 1.25 5.59 1.25C5.98 1.25 6.38 1.34 6.72 1.5C7.11 1.68 7.44 1.95 7.68 2.31L10 5.58C10.21 5.87 10.37 6.15 10.48 6.43C10.61 6.73 10.68 7.03 10.68 7.32C10.68 7.7 10.57 8.07 10.36 8.42C10.21 8.69 9.98 8.98 9.69 9.27L9.01 9.98C9.02 10.01 9.03 10.03 9.04 10.05C9.16 10.26 9.4 10.62 9.86 11.16C10.35 11.72 10.81 12.23 11.27 12.7C11.86 13.28 12.35 13.74 12.81 14.12C13.38 14.6 13.75 14.84 13.97 14.95L13.95 15L14.68 14.28C14.99 13.97 15.29 13.74 15.58 13.59C16.13 13.25 16.83 13.19 17.53 13.48C17.79 13.59 18.07 13.74 18.37 13.95L21.69 16.31C22.06 16.56 22.33 16.88 22.49 17.26C22.64 17.64 22.71 17.99 22.71 18.34C22.71 18.82 22.6 19.3 22.39 19.75C22.18 20.2 21.92 20.59 21.59 20.95C21.02 21.58 20.4 22.03 19.68 22.32C18.99 22.6 18.24 22.75 17.45 22.75ZM5.59 2.75C5.04 2.75 4.53 2.99 4.04 3.47C3.58 3.9 3.26 4.37 3.06 4.88C2.85 5.4 2.75 5.95 2.75 6.54C2.75 7.47 2.97 8.48 3.41 9.52C3.86 10.58 4.49 11.68 5.29 12.78C6.09 13.88 7 14.95 8 15.96C9 16.95 10.08 17.87 11.19 18.68C12.27 19.47 13.38 20.11 14.48 20.57C16.19 21.3 17.79 21.47 19.11 20.92C19.62 20.71 20.07 20.39 20.48 19.93C20.71 19.68 20.89 19.41 21.04 19.09C21.16 18.84 21.22 18.58 21.22 18.32C21.22 18.16 21.19 18 21.11 17.82C21.08 17.76 21.02 17.65 20.83 17.52L17.51 15.16C17.31 15.02 17.13 14.92 16.96 14.85C16.74 14.76 16.65 14.67 16.31 14.88C16.11 14.98 15.93 15.13 15.73 15.33L14.97 16.08C14.58 16.46 13.98 16.55 13.52 16.38L13.25 16.26C12.84 16.04 12.36 15.7 11.83 15.25C11.35 14.84 10.83 14.36 10.2 13.74C9.71 13.24 9.22 12.71 8.71 12.12C8.24 11.57 7.9 11.1 7.69 10.71L7.57 10.41C7.51 10.18 7.49 10.05 7.49 9.91C7.49 9.55 7.62 9.23 7.87 8.98L8.62 8.2C8.82 8 8.97 7.81 9.07 7.64C9.15 7.51 9.18 7.4 9.18 7.3C9.18 7.22 9.15 7.1 9.1 6.98C9.03 6.82 8.92 6.64 8.78 6.45L6.46 3.17C6.36 3.03 6.24 2.93 6.09 2.86C5.93 2.79 5.76 2.75 5.59 2.75ZM13.95 15.01L13.79 15.69L14.06 14.99C14.01 14.98 13.97 14.99 13.95 15.01Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-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%3Cpath d='M17.45 22.75C16.32 22.75 15.13 22.48 13.9 21.96C12.7 21.45 11.49 20.75 10.31 19.9C9.14 19.04 8.01 18.08 6.94 17.03C5.88 15.96 4.92 14.83 4.07 13.67C3.21 12.47 2.52 11.27 2.03 10.11C1.51 8.87 1.25 7.67 1.25 6.54C1.25 5.76 1.39 5.02 1.66 4.33C1.94 3.62 2.39 2.96 3 2.39C3.77 1.63 4.65 1.25 5.59 1.25C5.98 1.25 6.38 1.34 6.72 1.5C7.11 1.68 7.44 1.95 7.68 2.31L10 5.58C10.21 5.87 10.37 6.15 10.48 6.43C10.61 6.73 10.68 7.03 10.68 7.32C10.68 7.7 10.57 8.07 10.36 8.42C10.21 8.69 9.98 8.98 9.69 9.27L9.01 9.98C9.02 10.01 9.03 10.03 9.04 10.05C9.16 10.26 9.4 10.62 9.86 11.16C10.35 11.72 10.81 12.23 11.27 12.7C11.86 13.28 12.35 13.74 12.81 14.12C13.38 14.6 13.75 14.84 13.97 14.95L13.95 15L14.68 14.28C14.99 13.97 15.29 13.74 15.58 13.59C16.13 13.25 16.83 13.19 17.53 13.48C17.79 13.59 18.07 13.74 18.37 13.95L21.69 16.31C22.06 16.56 22.33 16.88 22.49 17.26C22.64 17.64 22.71 17.99 22.71 18.34C22.71 18.82 22.6 19.3 22.39 19.75C22.18 20.2 21.92 20.59 21.59 20.95C21.02 21.58 20.4 22.03 19.68 22.32C18.99 22.6 18.24 22.75 17.45 22.75ZM5.59 2.75C5.04 2.75 4.53 2.99 4.04 3.47C3.58 3.9 3.26 4.37 3.06 4.88C2.85 5.4 2.75 5.95 2.75 6.54C2.75 7.47 2.97 8.48 3.41 9.52C3.86 10.58 4.49 11.68 5.29 12.78C6.09 13.88 7 14.95 8 15.96C9 16.95 10.08 17.87 11.19 18.68C12.27 19.47 13.38 20.11 14.48 20.57C16.19 21.3 17.79 21.47 19.11 20.92C19.62 20.71 20.07 20.39 20.48 19.93C20.71 19.68 20.89 19.41 21.04 19.09C21.16 18.84 21.22 18.58 21.22 18.32C21.22 18.16 21.19 18 21.11 17.82C21.08 17.76 21.02 17.65 20.83 17.52L17.51 15.16C17.31 15.02 17.13 14.92 16.96 14.85C16.74 14.76 16.65 14.67 16.31 14.88C16.11 14.98 15.93 15.13 15.73 15.33L14.97 16.08C14.58 16.46 13.98 16.55 13.52 16.38L13.25 16.26C12.84 16.04 12.36 15.7 11.83 15.25C11.35 14.84 10.83 14.36 10.2 13.74C9.71 13.24 9.22 12.71 8.71 12.12C8.24 11.57 7.9 11.1 7.69 10.71L7.57 10.41C7.51 10.18 7.49 10.05 7.49 9.91C7.49 9.55 7.62 9.23 7.87 8.98L8.62 8.2C8.82 8 8.97 7.81 9.07 7.64C9.15 7.51 9.18 7.4 9.18 7.3C9.18 7.22 9.15 7.1 9.1 6.98C9.03 6.82 8.92 6.64 8.78 6.45L6.46 3.17C6.36 3.03 6.24 2.93 6.09 2.86C5.93 2.79 5.76 2.75 5.59 2.75ZM13.95 15.01L13.79 15.69L14.06 14.99C14.01 14.98 13.97 14.99 13.95 15.01Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon--cj-rotate::before {
    -webkit-mask-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%3Cpath d='M14.83 4.83022L12.7 2.70022C12.08 2.08022 11 2.52022 11 3.41022V4.07022C7.06 4.56022 4 7.92022 4 12.0002C4 15.6402 6.43 18.7102 9.77 19.6802C10.39 19.8602 11 19.3602 11 18.7202V18.6902C11 18.2602 10.73 17.8702 10.32 17.7502C7.82 17.0302 6 14.7302 6 12.0002C6 9.03022 8.16 6.57022 11 6.09022V7.62021C11 8.51021 12.07 8.95021 12.7 8.33021L14.83 6.25022C15.23 5.87022 15.23 5.23022 14.83 4.83022ZM19.67 9.76022C19.51 9.21022 19.29 8.68021 19.01 8.17022C18.7 7.60021 17.91 7.51021 17.45 7.97021L17.44 7.98022C17.13 8.29022 17.06 8.76022 17.27 9.14022C17.47 9.51022 17.63 9.90022 17.75 10.3002C17.87 10.7202 18.26 11.0002 18.69 11.0002H18.71C19.36 11.0002 19.86 10.3802 19.67 9.76022ZM13 18.6802V18.7002C13 19.3502 13.62 19.8402 14.24 19.6602C14.79 19.5002 15.32 19.2802 15.83 19.0002C16.4 18.6902 16.49 17.9002 16.03 17.4402L16.01 17.4202C15.7 17.1102 15.23 17.0402 14.85 17.2502C14.48 17.4602 14.09 17.6202 13.69 17.7402C13.28 17.8602 13 18.2502 13 18.6802ZM17.44 16.0302C17.9 16.4902 18.69 16.4002 19 15.8302C19.28 15.3202 19.5 14.7902 19.67 14.2402C19.85 13.6202 19.36 13.0002 18.71 13.0002H18.69C18.25 13.0002 17.87 13.2802 17.75 13.7002C17.63 14.1002 17.47 14.4902 17.27 14.8702C17.06 15.2502 17.14 15.7302 17.44 16.0302Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-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%3Cpath d='M14.83 4.83022L12.7 2.70022C12.08 2.08022 11 2.52022 11 3.41022V4.07022C7.06 4.56022 4 7.92022 4 12.0002C4 15.6402 6.43 18.7102 9.77 19.6802C10.39 19.8602 11 19.3602 11 18.7202V18.6902C11 18.2602 10.73 17.8702 10.32 17.7502C7.82 17.0302 6 14.7302 6 12.0002C6 9.03022 8.16 6.57022 11 6.09022V7.62021C11 8.51021 12.07 8.95021 12.7 8.33021L14.83 6.25022C15.23 5.87022 15.23 5.23022 14.83 4.83022ZM19.67 9.76022C19.51 9.21022 19.29 8.68021 19.01 8.17022C18.7 7.60021 17.91 7.51021 17.45 7.97021L17.44 7.98022C17.13 8.29022 17.06 8.76022 17.27 9.14022C17.47 9.51022 17.63 9.90022 17.75 10.3002C17.87 10.7202 18.26 11.0002 18.69 11.0002H18.71C19.36 11.0002 19.86 10.3802 19.67 9.76022ZM13 18.6802V18.7002C13 19.3502 13.62 19.8402 14.24 19.6602C14.79 19.5002 15.32 19.2802 15.83 19.0002C16.4 18.6902 16.49 17.9002 16.03 17.4402L16.01 17.4202C15.7 17.1102 15.23 17.0402 14.85 17.2502C14.48 17.4602 14.09 17.6202 13.69 17.7402C13.28 17.8602 13 18.2502 13 18.6802ZM17.44 16.0302C17.9 16.4902 18.69 16.4002 19 15.8302C19.28 15.3202 19.5 14.7902 19.67 14.2402C19.85 13.6202 19.36 13.0002 18.71 13.0002H18.69C18.25 13.0002 17.87 13.2802 17.75 13.7002C17.63 14.1002 17.47 14.4902 17.27 14.8702C17.06 15.2502 17.14 15.7302 17.44 16.0302Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon--cj-colon::before {
    -webkit-mask-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%3Cpath d='M15.1956 15.8869C14.8548 16.2091 14.4789 16.4416 14.0912 16.6241L15.9031 8.38968C16.2172 8.38815 16.5283 8.25136 16.7446 7.95609C17.1333 7.4264 17.0701 6.63773 16.6028 6.19593C16.5439 6.14023 16.4773 6.10445 16.4173 6.05152L16.9662 3.55542C17.1134 2.88667 16.7551 2.20777 16.166 2.04058C15.5778 1.87335 14.9794 2.27863 14.8319 2.94996L14.4167 4.83706C14.0959 4.72124 13.7694 4.63933 13.4404 4.58285L13.6665 3.5555C13.8136 2.88675 13.4554 2.20785 12.8662 2.04066C12.2777 1.87343 11.6803 2.27871 11.5321 2.95003L11.1256 4.66468C9.96031 4.95765 8.82112 5.63187 7.89472 6.70726C5.37503 9.62601 5.37503 14.3752 7.89418 17.2971C8.01845 17.4412 8.162 17.5457 8.29362 17.6759L7.68312 20.4501C7.53596 21.1189 7.89421 21.7978 8.48337 21.965C8.57293 21.9885 8.66231 22.0002 8.751 22.0002C9.24359 22.0002 9.69253 21.6218 9.81765 21.053L10.2628 19.0299C10.5777 19.1641 10.896 19.2862 11.2222 19.3619L10.9834 20.4474C10.8363 21.1162 11.1945 21.7951 11.7837 21.9623C11.8716 21.9885 11.9609 22.0002 12.0503 22.0002C12.5429 22.0002 12.9918 21.6218 13.117 21.053L13.4772 19.4151C14.5896 19.2171 15.671 18.6893 16.6033 17.8069C17.0704 17.3651 17.134 16.5764 16.7451 16.0467C16.3575 15.5159 15.6597 15.4455 15.1956 15.8869ZM9.46531 8.45726C9.75062 8.09007 10.1391 7.81273 10.5137 7.55101L8.93009 14.7502C7.80568 12.8362 7.98306 10.176 9.46531 8.45726ZM10.7991 16.594L12.9032 7.02757C13.2348 7.0645 13.5625 7.14253 13.8822 7.27035L11.7612 16.911C11.4316 16.8479 11.1084 16.7502 10.7991 16.594Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-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%3Cpath d='M15.1956 15.8869C14.8548 16.2091 14.4789 16.4416 14.0912 16.6241L15.9031 8.38968C16.2172 8.38815 16.5283 8.25136 16.7446 7.95609C17.1333 7.4264 17.0701 6.63773 16.6028 6.19593C16.5439 6.14023 16.4773 6.10445 16.4173 6.05152L16.9662 3.55542C17.1134 2.88667 16.7551 2.20777 16.166 2.04058C15.5778 1.87335 14.9794 2.27863 14.8319 2.94996L14.4167 4.83706C14.0959 4.72124 13.7694 4.63933 13.4404 4.58285L13.6665 3.5555C13.8136 2.88675 13.4554 2.20785 12.8662 2.04066C12.2777 1.87343 11.6803 2.27871 11.5321 2.95003L11.1256 4.66468C9.96031 4.95765 8.82112 5.63187 7.89472 6.70726C5.37503 9.62601 5.37503 14.3752 7.89418 17.2971C8.01845 17.4412 8.162 17.5457 8.29362 17.6759L7.68312 20.4501C7.53596 21.1189 7.89421 21.7978 8.48337 21.965C8.57293 21.9885 8.66231 22.0002 8.751 22.0002C9.24359 22.0002 9.69253 21.6218 9.81765 21.053L10.2628 19.0299C10.5777 19.1641 10.896 19.2862 11.2222 19.3619L10.9834 20.4474C10.8363 21.1162 11.1945 21.7951 11.7837 21.9623C11.8716 21.9885 11.9609 22.0002 12.0503 22.0002C12.5429 22.0002 12.9918 21.6218 13.117 21.053L13.4772 19.4151C14.5896 19.2171 15.671 18.6893 16.6033 17.8069C17.0704 17.3651 17.134 16.5764 16.7451 16.0467C16.3575 15.5159 15.6597 15.4455 15.1956 15.8869ZM9.46531 8.45726C9.75062 8.09007 10.1391 7.81273 10.5137 7.55101L8.93009 14.7502C7.80568 12.8362 7.98306 10.176 9.46531 8.45726ZM10.7991 16.594L12.9032 7.02757C13.2348 7.0645 13.5625 7.14253 13.8822 7.27035L11.7612 16.911C11.4316 16.8479 11.1084 16.7502 10.7991 16.594Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon--cj-lock::before {
    -webkit-mask-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%3Cpath d='M18 8H17V6C17 3.24 14.76 1 12 1C9.24 1 7 3.24 7 6V8H6C4.9 8 4 8.9 4 10V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V10C20 8.9 19.1 8 18 8ZM12 17C10.9 17 10 16.1 10 15C10 13.9 10.9 13 12 13C13.1 13 14 13.9 14 15C14 16.1 13.1 17 12 17ZM15.1 8H8.9V6C8.9 4.29 10.29 2.9 12 2.9C13.71 2.9 15.1 4.29 15.1 6V8Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-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%3Cpath d='M18 8H17V6C17 3.24 14.76 1 12 1C9.24 1 7 3.24 7 6V8H6C4.9 8 4 8.9 4 10V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V10C20 8.9 19.1 8 18 8ZM12 17C10.9 17 10 16.1 10 15C10 13.9 10.9 13 12 13C13.1 13 14 13.9 14 15C14 16.1 13.1 17 12 17ZM15.1 8H8.9V6C8.9 4.29 10.29 2.9 12 2.9C13.71 2.9 15.1 4.29 15.1 6V8Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon--cj-payments::before {
    -webkit-mask-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%3Cpath d='M23 8V18C23 19.1 22.1 20 21 20H5C4.45 20 4 19.55 4 19C4 18.45 4.45 18 5 18H21V8C21 7.45 21.45 7 22 7C22.55 7 23 7.45 23 8ZM4 16C2.34 16 1 14.66 1 13V7C1 5.34 2.34 4 4 4H16C17.66 4 19 5.34 19 7V14C19 15.1 18.1 16 17 16H4ZM7 10C7 11.66 8.34 13 10 13C11.66 13 13 11.66 13 10C13 8.34 11.66 7 10 7C8.34 7 7 8.34 7 10Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-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%3Cpath d='M23 8V18C23 19.1 22.1 20 21 20H5C4.45 20 4 19.55 4 19C4 18.45 4.45 18 5 18H21V8C21 7.45 21.45 7 22 7C22.55 7 23 7.45 23 8ZM4 16C2.34 16 1 14.66 1 13V7C1 5.34 2.34 4 4 4H16C17.66 4 19 5.34 19 7V14C19 15.1 18.1 16 17 16H4ZM7 10C7 11.66 8.34 13 10 13C11.66 13 13 11.66 13 10C13 8.34 11.66 7 10 7C8.34 7 7 8.34 7 10Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon--cj-calendar::before {
    -webkit-mask-image:  url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10V2C18 0.9 17.1 0 16 0H2C0.9 0 0 0.9 0 2V10C0 11.1 0.9 12 2 12H16C17.1 12 18 11.1 18 10ZM9 9C7.34 9 6 7.66 6 6C6 4.34 7.34 3 9 3C10.66 3 12 4.34 12 6C12 7.66 10.66 9 9 9ZM22 3V14C22 15.1 21.1 16 20 16H3V14H20V3H22Z' fill='white'/%3E%3C/svg%3E%0A");
     mask-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10V2C18 0.9 17.1 0 16 0H2C0.9 0 0 0.9 0 2V10C0 11.1 0.9 12 2 12H16C17.1 12 18 11.1 18 10ZM9 9C7.34 9 6 7.66 6 6C6 4.34 7.34 3 9 3C10.66 3 12 4.34 12 6C12 7.66 10.66 9 9 9ZM22 3V14C22 15.1 21.1 16 20 16H3V14H20V3H22Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon--cj-wallet::before {
    -webkit-mask-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%3Cpath d='M10 16V8C10 6.9 10.89 6 12 6H21V5C21 3.9 20.1 3 19 3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V18H12C10.89 18 10 17.1 10 16ZM13 8C12.45 8 12 8.45 12 9V15C12 15.55 12.45 16 13 16H22V8H13ZM16 13.5C15.17 13.5 14.5 12.83 14.5 12C14.5 11.17 15.17 10.5 16 10.5C16.83 10.5 17.5 11.17 17.5 12C17.5 12.83 16.83 13.5 16 13.5Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-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%3Cpath d='M10 16V8C10 6.9 10.89 6 12 6H21V5C21 3.9 20.1 3 19 3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V18H12C10.89 18 10 17.1 10 16ZM13 8C12.45 8 12 8.45 12 9V15C12 15.55 12.45 16 13 16H22V8H13ZM16 13.5C15.17 13.5 14.5 12.83 14.5 12C14.5 11.17 15.17 10.5 16 10.5C16.83 10.5 17.5 11.17 17.5 12C17.5 12.83 16.83 13.5 16 13.5Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon--cj-qr::before {
    -webkit-mask-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%3Cpath d='M13.2222 23V20.5556H15.6667V23H13.2222ZM10.7778 20.5556V14.4444H13.2222V20.5556H10.7778ZM20.5556 16.8889V12H23V16.8889H20.5556ZM18.1111 12V9.55556H20.5556V12H18.1111ZM3.44444 14.4444V12H5.88889V14.4444H3.44444ZM1 12V9.55556H3.44444V12H1ZM12 3.44444V1H14.4444V3.44444H12ZM2.83333 6.5H6.5V2.83333H2.83333V6.5ZM2.22222 8.33333C1.87593 8.33333 1.58585 8.216 1.352 7.98133C1.11733 7.74748 1 7.45741 1 7.11111V2.22222C1 1.87593 1.11733 1.58544 1.352 1.35078C1.58585 1.11693 1.87593 1 2.22222 1H7.11111C7.45741 1 7.74789 1.11693 7.98256 1.35078C8.21641 1.58544 8.33333 1.87593 8.33333 2.22222V7.11111C8.33333 7.45741 8.21641 7.74748 7.98256 7.98133C7.74789 8.216 7.45741 8.33333 7.11111 8.33333H2.22222ZM2.83333 21.1667H6.5V17.5H2.83333V21.1667ZM2.22222 23C1.87593 23 1.58585 22.8827 1.352 22.648C1.11733 22.4141 1 22.1241 1 21.7778V16.8889C1 16.5426 1.11733 16.2521 1.352 16.0174C1.58585 15.7836 1.87593 15.6667 2.22222 15.6667H7.11111C7.45741 15.6667 7.74789 15.7836 7.98256 16.0174C8.21641 16.2521 8.33333 16.5426 8.33333 16.8889V21.7778C8.33333 22.1241 8.21641 22.4141 7.98256 22.648C7.74789 22.8827 7.45741 23 7.11111 23H2.22222ZM17.5 6.5H21.1667V2.83333H17.5V6.5ZM16.8889 8.33333C16.5426 8.33333 16.2525 8.216 16.0187 7.98133C15.784 7.74748 15.6667 7.45741 15.6667 7.11111V2.22222C15.6667 1.87593 15.784 1.58544 16.0187 1.35078C16.2525 1.11693 16.5426 1 16.8889 1H21.7778C22.1241 1 22.4141 1.11693 22.648 1.35078C22.8827 1.58544 23 1.87593 23 2.22222V7.11111C23 7.45741 22.8827 7.74748 22.648 7.98133C22.4141 8.216 22.1241 8.33333 21.7778 8.33333H16.8889ZM18.1111 23V19.3333H15.6667V16.8889H20.5556V20.5556H23V23H18.1111ZM13.2222 14.4444V12H18.1111V14.4444H13.2222ZM8.33333 14.4444V12H5.88889V9.55556H13.2222V12H10.7778V14.4444H8.33333ZM9.55556 8.33333V3.44444H12V5.88889H14.4444V8.33333H9.55556ZM3.75 5.58333V3.75H5.58333V5.58333H3.75ZM3.75 20.25V18.4167H5.58333V20.25H3.75ZM18.4167 5.58333V3.75H20.25V5.58333H18.4167Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-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%3Cpath d='M13.2222 23V20.5556H15.6667V23H13.2222ZM10.7778 20.5556V14.4444H13.2222V20.5556H10.7778ZM20.5556 16.8889V12H23V16.8889H20.5556ZM18.1111 12V9.55556H20.5556V12H18.1111ZM3.44444 14.4444V12H5.88889V14.4444H3.44444ZM1 12V9.55556H3.44444V12H1ZM12 3.44444V1H14.4444V3.44444H12ZM2.83333 6.5H6.5V2.83333H2.83333V6.5ZM2.22222 8.33333C1.87593 8.33333 1.58585 8.216 1.352 7.98133C1.11733 7.74748 1 7.45741 1 7.11111V2.22222C1 1.87593 1.11733 1.58544 1.352 1.35078C1.58585 1.11693 1.87593 1 2.22222 1H7.11111C7.45741 1 7.74789 1.11693 7.98256 1.35078C8.21641 1.58544 8.33333 1.87593 8.33333 2.22222V7.11111C8.33333 7.45741 8.21641 7.74748 7.98256 7.98133C7.74789 8.216 7.45741 8.33333 7.11111 8.33333H2.22222ZM2.83333 21.1667H6.5V17.5H2.83333V21.1667ZM2.22222 23C1.87593 23 1.58585 22.8827 1.352 22.648C1.11733 22.4141 1 22.1241 1 21.7778V16.8889C1 16.5426 1.11733 16.2521 1.352 16.0174C1.58585 15.7836 1.87593 15.6667 2.22222 15.6667H7.11111C7.45741 15.6667 7.74789 15.7836 7.98256 16.0174C8.21641 16.2521 8.33333 16.5426 8.33333 16.8889V21.7778C8.33333 22.1241 8.21641 22.4141 7.98256 22.648C7.74789 22.8827 7.45741 23 7.11111 23H2.22222ZM17.5 6.5H21.1667V2.83333H17.5V6.5ZM16.8889 8.33333C16.5426 8.33333 16.2525 8.216 16.0187 7.98133C15.784 7.74748 15.6667 7.45741 15.6667 7.11111V2.22222C15.6667 1.87593 15.784 1.58544 16.0187 1.35078C16.2525 1.11693 16.5426 1 16.8889 1H21.7778C22.1241 1 22.4141 1.11693 22.648 1.35078C22.8827 1.58544 23 1.87593 23 2.22222V7.11111C23 7.45741 22.8827 7.74748 22.648 7.98133C22.4141 8.216 22.1241 8.33333 21.7778 8.33333H16.8889ZM18.1111 23V19.3333H15.6667V16.8889H20.5556V20.5556H23V23H18.1111ZM13.2222 14.4444V12H18.1111V14.4444H13.2222ZM8.33333 14.4444V12H5.88889V9.55556H13.2222V12H10.7778V14.4444H8.33333ZM9.55556 8.33333V3.44444H12V5.88889H14.4444V8.33333H9.55556ZM3.75 5.58333V3.75H5.58333V5.58333H3.75ZM3.75 20.25V18.4167H5.58333V20.25H3.75ZM18.4167 5.58333V3.75H20.25V5.58333H18.4167Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon--cj-id::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.55 5.175L20.075 1.625C20.275 1.425 20.5125 1.325 20.7875 1.325C21.0625 1.325 21.3 1.425 21.5 1.625C21.7 1.825 21.8 2.0625 21.8 2.3375C21.8 2.6125 21.7 2.85 21.5 3.05L17.25 7.3C17.05 7.5 16.8167 7.6 16.55 7.6C16.2833 7.6 16.05 7.5 15.85 7.3L13.725 5.175C13.525 4.975 13.425 4.7375 13.425 4.4625C13.425 4.1875 13.525 3.95 13.725 3.75C13.925 3.55 14.1583 3.45 14.425 3.45C14.6917 3.45 14.925 3.55 15.125 3.75L16.55 5.175ZM8 8C6.9 8 5.95833 7.60833 5.175 6.825C4.39167 6.04167 4 5.1 4 4C4 2.9 4.39167 1.95833 5.175 1.175C5.95833 0.391667 6.9 0 8 0C9.1 0 10.0417 0.391667 10.825 1.175C11.6083 1.95833 12 2.9 12 4C12 5.1 11.6083 6.04167 10.825 6.825C10.0417 7.60833 9.1 8 8 8ZM0 14V13.2C0 12.6333 0.145833 12.1125 0.4375 11.6375C0.729167 11.1625 1.11667 10.8 1.6 10.55C2.63333 10.0333 3.68333 9.64583 4.75 9.3875C5.81667 9.12917 6.9 9 8 9C9.1 9 10.1833 9.12917 11.25 9.3875C12.3167 9.64583 13.3667 10.0333 14.4 10.55C14.8833 10.8 15.2708 11.1625 15.5625 11.6375C15.8542 12.1125 16 12.6333 16 13.2V14C16 14.55 15.8042 15.0208 15.4125 15.4125C15.0208 15.8042 14.55 16 14 16H2C1.45 16 0.979167 15.8042 0.5875 15.4125C0.195833 15.0208 0 14.55 0 14Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.55 5.175L20.075 1.625C20.275 1.425 20.5125 1.325 20.7875 1.325C21.0625 1.325 21.3 1.425 21.5 1.625C21.7 1.825 21.8 2.0625 21.8 2.3375C21.8 2.6125 21.7 2.85 21.5 3.05L17.25 7.3C17.05 7.5 16.8167 7.6 16.55 7.6C16.2833 7.6 16.05 7.5 15.85 7.3L13.725 5.175C13.525 4.975 13.425 4.7375 13.425 4.4625C13.425 4.1875 13.525 3.95 13.725 3.75C13.925 3.55 14.1583 3.45 14.425 3.45C14.6917 3.45 14.925 3.55 15.125 3.75L16.55 5.175ZM8 8C6.9 8 5.95833 7.60833 5.175 6.825C4.39167 6.04167 4 5.1 4 4C4 2.9 4.39167 1.95833 5.175 1.175C5.95833 0.391667 6.9 0 8 0C9.1 0 10.0417 0.391667 10.825 1.175C11.6083 1.95833 12 2.9 12 4C12 5.1 11.6083 6.04167 10.825 6.825C10.0417 7.60833 9.1 8 8 8ZM0 14V13.2C0 12.6333 0.145833 12.1125 0.4375 11.6375C0.729167 11.1625 1.11667 10.8 1.6 10.55C2.63333 10.0333 3.68333 9.64583 4.75 9.3875C5.81667 9.12917 6.9 9 8 9C9.1 9 10.1833 9.12917 11.25 9.3875C12.3167 9.64583 13.3667 10.0333 14.4 10.55C14.8833 10.8 15.2708 11.1625 15.5625 11.6375C15.8542 12.1125 16 12.6333 16 13.2V14C16 14.55 15.8042 15.0208 15.4125 15.4125C15.0208 15.8042 14.55 16 14 16H2C1.45 16 0.979167 15.8042 0.5875 15.4125C0.195833 15.0208 0 14.55 0 14Z' fill='white'/%3E%3C/svg%3E");
}

.icon--cj-firma::before {
    -webkit-mask-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%3Cpath d='M15.275 12.475L11.525 8.7L14.3 5.95L13.575 5.225L8.8 10C8.6 10.2 8.36667 10.3 8.1 10.3C7.83333 10.3 7.6 10.2 7.4 10C7.2 9.8 7.1 9.5625 7.1 9.2875C7.1 9.0125 7.2 8.775 7.4 8.575L12.15 3.825C12.55 3.425 13.0208 3.225 13.5625 3.225C14.1042 3.225 14.575 3.425 14.975 3.825L15.7 4.55L16.95 3.3C17.15 3.1 17.3875 3 17.6625 3C17.9375 3 18.175 3.1 18.375 3.3L20.7 5.625C20.9 5.825 21 6.0625 21 6.3375C21 6.6125 20.9 6.85 20.7 7.05L15.275 12.475ZM4 21C3.71667 21 3.47917 20.9042 3.2875 20.7125C3.09583 20.5208 3 20.2833 3 20V18.075C3 17.8083 3.05 17.5542 3.15 17.3125C3.25 17.0708 3.39167 16.8583 3.575 16.675L10.1 10.125L13.875 13.875L7.325 20.425C7.14167 20.6083 6.92917 20.75 6.6875 20.85C6.44583 20.95 6.19167 21 5.925 21H4Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-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%3Cpath d='M15.275 12.475L11.525 8.7L14.3 5.95L13.575 5.225L8.8 10C8.6 10.2 8.36667 10.3 8.1 10.3C7.83333 10.3 7.6 10.2 7.4 10C7.2 9.8 7.1 9.5625 7.1 9.2875C7.1 9.0125 7.2 8.775 7.4 8.575L12.15 3.825C12.55 3.425 13.0208 3.225 13.5625 3.225C14.1042 3.225 14.575 3.425 14.975 3.825L15.7 4.55L16.95 3.3C17.15 3.1 17.3875 3 17.6625 3C17.9375 3 18.175 3.1 18.375 3.3L20.7 5.625C20.9 5.825 21 6.0625 21 6.3375C21 6.6125 20.9 6.85 20.7 7.05L15.275 12.475ZM4 21C3.71667 21 3.47917 20.9042 3.2875 20.7125C3.09583 20.5208 3 20.2833 3 20V18.075C3 17.8083 3.05 17.5542 3.15 17.3125C3.25 17.0708 3.39167 16.8583 3.575 16.675L10.1 10.125L13.875 13.875L7.325 20.425C7.14167 20.6083 6.92917 20.75 6.6875 20.85C6.44583 20.95 6.19167 21 5.925 21H4Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon--cj-phone::before {
    -webkit-mask-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%3Cg clip-path='url(%23clip0_5947_23759)'%3E%3Cpath d='M15.5 1H7.5C6.12 1 5 2.12 5 3.5V20.5C5 21.88 6.12 23 7.5 23H15.5C16.88 23 18 21.88 18 20.5V3.5C18 2.12 16.88 1 15.5 1ZM11.5 22C10.67 22 10 21.33 10 20.5C10 19.67 10.67 19 11.5 19C12.33 19 13 19.67 13 20.5C13 21.33 12.33 22 11.5 22ZM16 18H7V4H16V18Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5947_23759'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-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%3Cg clip-path='url(%23clip0_5947_23759)'%3E%3Cpath d='M15.5 1H7.5C6.12 1 5 2.12 5 3.5V20.5C5 21.88 6.12 23 7.5 23H15.5C16.88 23 18 21.88 18 20.5V3.5C18 2.12 16.88 1 15.5 1ZM11.5 22C10.67 22 10 21.33 10 20.5C10 19.67 10.67 19 11.5 19C12.33 19 13 19.67 13 20.5C13 21.33 12.33 22 11.5 22ZM16 18H7V4H16V18Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5947_23759'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon--assuredworkload::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-5zsjn4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' tabindex='-1' title='AssuredWorkload'%3E%3Cpath d='M5 10h2v7H5zm6 0h2v7h-2zm11-4L12 1 2 6v2h20zM2 19v2h12.4c-.21-.64-.32-1.31-.36-2zm17-6.74V10h-2v3.26zM20 14l-4 2v2.55c0 2.52 1.71 4.88 4 5.45 2.29-.57 4-2.93 4-5.45V16zm-.72 7-2.03-2.03 1.06-1.06.97.97 2.41-2.38 1.06 1.06z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-5zsjn4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' tabindex='-1' title='AssuredWorkload'%3E%3Cpath d='M5 10h2v7H5zm6 0h2v7h-2zm11-4L12 1 2 6v2h20zM2 19v2h12.4c-.21-.64-.32-1.31-.36-2zm17-6.74V10h-2v3.26zM20 14l-4 2v2.55c0 2.52 1.71 4.88 4 5.45 2.29-.57 4-2.93 4-5.45V16zm-.72 7-2.03-2.03 1.06-1.06.97.97 2.41-2.38 1.06 1.06z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--computer::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-5zsjn4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' tabindex='-1' title='Computer'%3E%3Cpath d='M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2zM4 6h16v10H4z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-5zsjn4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' tabindex='-1' title='Computer'%3E%3Cpath d='M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2zM4 6h16v10H4z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--markemail::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-5zsjn4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' tabindex='-1' title='MarkEmailRead'%3E%3Cpath d='M12 19c0-3.87 3.13-7 7-7 1.08 0 2.09.25 3 .68V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h8.08c-.05-.33-.08-.66-.08-1M4 6l8 5 8-5v2l-8 5-8-5zm13.34 16-3.54-3.54 1.41-1.41 2.12 2.12 4.24-4.24L23 16.34z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-5zsjn4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' tabindex='-1' title='MarkEmailRead'%3E%3Cpath d='M12 19c0-3.87 3.13-7 7-7 1.08 0 2.09.25 3 .68V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h8.08c-.05-.33-.08-.66-.08-1M4 6l8 5 8-5v2l-8 5-8-5zm13.34 16-3.54-3.54 1.41-1.41 2.12 2.12 4.24-4.24L23 16.34z'%3E%3C/path%3E%3C/svg%3E");
}

.icon--ArrowUpRounded::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-5zsjn4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' tabindex='-1' title='KeyboardArrowUpRounded'%3E%3Cpath d='M8.12 14.71 12 10.83l3.88 3.88c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L12.7 8.71a.996.996 0 0 0-1.41 0L6.7 13.3c-.39.39-.39 1.02 0 1.41.39.38 1.03.39 1.42 0'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-5zsjn4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' tabindex='-1' title='KeyboardArrowUpRounded'%3E%3Cpath d='M8.12 14.71 12 10.83l3.88 3.88c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L12.7 8.71a.996.996 0 0 0-1.41 0L6.7 13.3c-.39.39-.39 1.02 0 1.41.39.38 1.03.39 1.42 0'%3E%3C/path%3E%3C/svg%3E");
}

.icon--ArrowDownRounded::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-5zsjn4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' tabindex='-1' title='KeyboardArrowDownRounded'%3E%3Cpath d='M8.12 9.29 12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0s.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-5zsjn4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' tabindex='-1' title='KeyboardArrowDownRounded'%3E%3Cpath d='M8.12 9.29 12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0s.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0'%3E%3C/path%3E%3C/svg%3E");
}

.icon--checkDoneOutline::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='21' viewBox='0 0 24 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.77 3.52995L21.17 4.92995L8.43 17.67L2.83 12.07L4.23 10.67L8.43 14.87L19.77 3.52995ZM19.77 0.699951L8.43 12.04L4.23 7.83995L0 12.07L8.43 20.5L24 4.92995L19.77 0.699951Z' fill='%230033A0'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='21' viewBox='0 0 24 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.77 3.52995L21.17 4.92995L8.43 17.67L2.83 12.07L4.23 10.67L8.43 14.87L19.77 3.52995ZM19.77 0.699951L8.43 12.04L4.23 7.83995L0 12.07L8.43 20.5L24 4.92995L19.77 0.699951Z' fill='%230033A0'/%3E%3C/svg%3E%0A");
}

.icon--transposition::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_8894_4795)'%3E%3Cpath d='M18.92 6.01C18.72 5.42 18.16 5 17.5 5H15V3H9V5H6.5C5.84 5 5.29 5.42 5.08 6.01L3 12V20C3 20.55 3.45 21 4 21H5C5.55 21 6 20.55 6 20V19H18V20C18 20.55 18.45 21 19 21H20C20.55 21 21 20.55 21 20V12L18.92 6.01ZM6.5 16C5.67 16 5 15.33 5 14.5C5 13.67 5.67 13 6.5 13C7.33 13 8 13.67 8 14.5C8 15.33 7.33 16 6.5 16ZM17.5 16C16.67 16 16 15.33 16 14.5C16 13.67 16.67 13 17.5 13C18.33 13 19 13.67 19 14.5C19 15.33 18.33 16 17.5 16ZM5 11L6.5 6.5H17.5L19 11H5Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8894_4795'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
 mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_8894_4795)'%3E%3Cpath d='M18.92 6.01C18.72 5.42 18.16 5 17.5 5H15V3H9V5H6.5C5.84 5 5.29 5.42 5.08 6.01L3 12V20C3 20.55 3.45 21 4 21H5C5.55 21 6 20.55 6 20V19H18V20C18 20.55 18.45 21 19 21H20C20.55 21 21 20.55 21 20V12L18.92 6.01ZM6.5 16C5.67 16 5 15.33 5 14.5C5 13.67 5.67 13 6.5 13C7.33 13 8 13.67 8 14.5C8 15.33 7.33 16 6.5 16ZM17.5 16C16.67 16 16 15.33 16 14.5C16 13.67 16.67 13 17.5 13C18.33 13 19 13.67 19 14.5C19 15.33 18.33 16 17.5 16ZM5 11L6.5 6.5H17.5L19 11H5Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8894_4795'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon--garage::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'%3E%3Cpath d='M1.09091 20C0.781818 20 0.522546 19.8933 0.313091 19.68C0.104364 19.4674 0 19.2037 0 18.8889V2.22222C0 1.61111 0.213818 1.08778 0.641454 0.652222C1.06836 0.217407 1.58182 0 2.18182 0H8.72727C9.32727 0 9.84109 0.217407 10.2687 0.652222C10.6956 1.08778 10.9091 1.61111 10.9091 2.22222V10H12C12.6 10 13.1138 10.2174 13.5415 10.6522C13.9684 11.0878 14.1818 11.6111 14.1818 12.2222V17.2222C14.1818 17.537 14.2865 17.8007 14.496 18.0133C14.7047 18.2267 14.9636 18.3333 15.2727 18.3333C15.5818 18.3333 15.8407 18.2267 16.0495 18.0133C16.2589 17.8007 16.3636 17.537 16.3636 17.2222V9.22222C16.2 9.31482 16.0273 9.37481 15.8455 9.40222C15.6636 9.43037 15.4727 9.44444 15.2727 9.44444C14.5091 9.44444 13.8636 9.17593 13.3364 8.63889C12.8091 8.10185 12.5455 7.44444 12.5455 6.66667C12.5455 6.07407 12.7047 5.54148 13.0233 5.06889C13.3411 4.59704 13.7636 4.25926 14.2909 4.05556L12.5727 2.30556C12.4091 2.13889 12.3273 1.94444 12.3273 1.72222C12.3273 1.5 12.4091 1.30556 12.5727 1.13889C12.7364 0.972222 12.9273 0.888889 13.1455 0.888889C13.3636 0.888889 13.5545 0.962963 13.7182 1.11111L17.1818 4.55556C17.4545 4.83333 17.6589 5.15741 17.7949 5.52778C17.9316 5.89815 18 6.27778 18 6.66667V17.2222C18 18 17.7364 18.6574 17.2091 19.1944C16.6818 19.7315 16.0364 20 15.2727 20C14.5091 20 13.8636 19.7315 13.3364 19.1944C12.8091 18.6574 12.5455 18 12.5455 17.2222V11.6667H10.9091V18.8889C10.9091 19.2037 10.8047 19.4674 10.596 19.68C10.3865 19.8933 10.1273 20 9.81818 20H1.09091ZM2.18182 7.77778H8.72727V2.22222H2.18182V7.77778ZM15.2727 7.77778C15.5818 7.77778 15.8407 7.67111 16.0495 7.45778C16.2589 7.24519 16.3636 6.98148 16.3636 6.66667C16.3636 6.35185 16.2589 6.08778 16.0495 5.87444C15.8407 5.66185 15.5818 5.55556 15.2727 5.55556C14.9636 5.55556 14.7047 5.66185 14.496 5.87444C14.2865 6.08778 14.1818 6.35185 14.1818 6.66667C14.1818 6.98148 14.2865 7.24519 14.496 7.45778C14.7047 7.67111 14.9636 7.77778 15.2727 7.77778Z' fill='black'/%3E%3C/svg%3E");
     mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'%3E%3Cpath d='M1.09091 20C0.781818 20 0.522546 19.8933 0.313091 19.68C0.104364 19.4674 0 19.2037 0 18.8889V2.22222C0 1.61111 0.213818 1.08778 0.641454 0.652222C1.06836 0.217407 1.58182 0 2.18182 0H8.72727C9.32727 0 9.84109 0.217407 10.2687 0.652222C10.6956 1.08778 10.9091 1.61111 10.9091 2.22222V10H12C12.6 10 13.1138 10.2174 13.5415 10.6522C13.9684 11.0878 14.1818 11.6111 14.1818 12.2222V17.2222C14.1818 17.537 14.2865 17.8007 14.496 18.0133C14.7047 18.2267 14.9636 18.3333 15.2727 18.3333C15.5818 18.3333 15.8407 18.2267 16.0495 18.0133C16.2589 17.8007 16.3636 17.537 16.3636 17.2222V9.22222C16.2 9.31482 16.0273 9.37481 15.8455 9.40222C15.6636 9.43037 15.4727 9.44444 15.2727 9.44444C14.5091 9.44444 13.8636 9.17593 13.3364 8.63889C12.8091 8.10185 12.5455 7.44444 12.5455 6.66667C12.5455 6.07407 12.7047 5.54148 13.0233 5.06889C13.3411 4.59704 13.7636 4.25926 14.2909 4.05556L12.5727 2.30556C12.4091 2.13889 12.3273 1.94444 12.3273 1.72222C12.3273 1.5 12.4091 1.30556 12.5727 1.13889C12.7364 0.972222 12.9273 0.888889 13.1455 0.888889C13.3636 0.888889 13.5545 0.962963 13.7182 1.11111L17.1818 4.55556C17.4545 4.83333 17.6589 5.15741 17.7949 5.52778C17.9316 5.89815 18 6.27778 18 6.66667V17.2222C18 18 17.7364 18.6574 17.2091 19.1944C16.6818 19.7315 16.0364 20 15.2727 20C14.5091 20 13.8636 19.7315 13.3364 19.1944C12.8091 18.6574 12.5455 18 12.5455 17.2222V11.6667H10.9091V18.8889C10.9091 19.2037 10.8047 19.4674 10.596 19.68C10.3865 19.8933 10.1273 20 9.81818 20H1.09091ZM2.18182 7.77778H8.72727V2.22222H2.18182V7.77778ZM15.2727 7.77778C15.5818 7.77778 15.8407 7.67111 16.0495 7.45778C16.2589 7.24519 16.3636 6.98148 16.3636 6.66667C16.3636 6.35185 16.2589 6.08778 16.0495 5.87444C15.8407 5.66185 15.5818 5.55556 15.2727 5.55556C14.9636 5.55556 14.7047 5.66185 14.496 5.87444C14.2865 6.08778 14.1818 6.35185 14.1818 6.66667C14.1818 6.98148 14.2865 7.24519 14.496 7.45778C14.7047 7.67111 14.9636 7.77778 15.2727 7.77778Z' fill='black'/%3E%3C/svg%3E");
}

.icon--touchapp::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-5zsjn4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' tabindex='-1' title='TouchApp'%3E%3Cpath d='M9 11.24V7.5C9 6.12 10.12 5 11.5 5S14 6.12 14 7.5v3.74c1.21-.81 2-2.18 2-3.74C16 5.01 13.99 3 11.5 3S7 5.01 7 7.5c0 1.56.79 2.93 2 3.74m9.84 4.63-4.54-2.26c-.17-.07-.35-.11-.54-.11H13v-6c0-.83-.67-1.5-1.5-1.5S10 6.67 10 7.5v10.74c-3.6-.76-3.54-.75-3.67-.75-.31 0-.59.13-.79.33l-.79.8 4.94 4.94c.27.27.65.44 1.06.44h6.79c.75 0 1.33-.55 1.44-1.28l.75-5.27c.01-.07.02-.14.02-.2 0-.62-.38-1.16-.91-1.38'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-5zsjn4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' tabindex='-1' title='TouchApp'%3E%3Cpath d='M9 11.24V7.5C9 6.12 10.12 5 11.5 5S14 6.12 14 7.5v3.74c1.21-.81 2-2.18 2-3.74C16 5.01 13.99 3 11.5 3S7 5.01 7 7.5c0 1.56.79 2.93 2 3.74m9.84 4.63-4.54-2.26c-.17-.07-.35-.11-.54-.11H13v-6c0-.83-.67-1.5-1.5-1.5S10 6.67 10 7.5v10.74c-3.6-.76-3.54-.75-3.67-.75-.31 0-.59.13-.79.33l-.79.8 4.94 4.94c.27.27.65.44 1.06.44h6.79c.75 0 1.33-.55 1.44-1.28l.75-5.27c.01-.07.02-.14.02-.2 0-.62-.38-1.16-.91-1.38'%3E%3C/path%3E%3C/svg%3E");
}

.icon--link::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cg clip-path='url(%23clip0_9274_3421)'%3E%3Cpath d='M3.59 12.4321C3.59 10.5511 5.119 9.02213 7 9.02213H11.4V6.93213H7C3.964 6.93213 1.5 9.39613 1.5 12.4321C1.5 15.4681 3.964 17.9321 7 17.9321H11.4V15.8421H7C5.119 15.8421 3.59 14.3131 3.59 12.4321ZM8.1 13.5321H16.9V11.3321H8.1V13.5321ZM18 6.93213H13.6V9.02213H18C19.881 9.02213 21.41 10.5511 21.41 12.4321C21.41 14.3131 19.881 15.8421 18 15.8421H13.6V17.9321H18C21.036 17.9321 23.5 15.4681 23.5 12.4321C23.5 9.39613 21.036 6.93213 18 6.93213Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9274_3421'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.5 0.932129)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cg clip-path='url(%23clip0_9274_3421)'%3E%3Cpath d='M3.59 12.4321C3.59 10.5511 5.119 9.02213 7 9.02213H11.4V6.93213H7C3.964 6.93213 1.5 9.39613 1.5 12.4321C1.5 15.4681 3.964 17.9321 7 17.9321H11.4V15.8421H7C5.119 15.8421 3.59 14.3131 3.59 12.4321ZM8.1 13.5321H16.9V11.3321H8.1V13.5321ZM18 6.93213H13.6V9.02213H18C19.881 9.02213 21.41 10.5511 21.41 12.4321C21.41 14.3131 19.881 15.8421 18 15.8421H13.6V17.9321H18C21.036 17.9321 23.5 15.4681 23.5 12.4321C23.5 9.39613 21.036 6.93213 18 6.93213Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9274_3421'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.5 0.932129)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon--qr::before{
 -webkit-mask-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M12.7222 22.9321V20.4877H15.1667V22.9321H12.7222ZM10.2778 20.4877V14.3766H12.7222V20.4877H10.2778ZM20.0556 16.821V11.9321H22.5V16.821H20.0556ZM17.6111 11.9321V9.48768H20.0556V11.9321H17.6111ZM2.94444 14.3766V11.9321H5.38889V14.3766H2.94444ZM0.5 11.9321V9.48768H2.94444V11.9321H0.5ZM11.5 3.37657V0.932129H13.9444V3.37657H11.5ZM2.33333 6.43213H6V2.76546H2.33333V6.43213ZM1.72222 8.26546C1.37593 8.26546 1.08585 8.14813 0.852 7.91346C0.617333 7.67961 0.5 7.38954 0.5 7.04324V2.15435C0.5 1.80805 0.617333 1.51757 0.852 1.28291C1.08585 1.04905 1.37593 0.932129 1.72222 0.932129H6.61111C6.95741 0.932129 7.24789 1.04905 7.48256 1.28291C7.71641 1.51757 7.83333 1.80805 7.83333 2.15435V7.04324C7.83333 7.38954 7.71641 7.67961 7.48256 7.91346C7.24789 8.14813 6.95741 8.26546 6.61111 8.26546H1.72222ZM2.33333 21.0988H6V17.4321H2.33333V21.0988ZM1.72222 22.9321C1.37593 22.9321 1.08585 22.8148 0.852 22.5801C0.617333 22.3463 0.5 22.0562 0.5 21.7099V16.821C0.5 16.4747 0.617333 16.1842 0.852 15.9496C1.08585 15.7157 1.37593 15.5988 1.72222 15.5988H6.61111C6.95741 15.5988 7.24789 15.7157 7.48256 15.9496C7.71641 16.1842 7.83333 16.4747 7.83333 16.821V21.7099C7.83333 22.0562 7.71641 22.3463 7.48256 22.5801C7.24789 22.8148 6.95741 22.9321 6.61111 22.9321H1.72222ZM17 6.43213H20.6667V2.76546H17V6.43213ZM16.3889 8.26546C16.0426 8.26546 15.7525 8.14813 15.5187 7.91346C15.284 7.67961 15.1667 7.38954 15.1667 7.04324V2.15435C15.1667 1.80805 15.284 1.51757 15.5187 1.28291C15.7525 1.04905 16.0426 0.932129 16.3889 0.932129H21.2778C21.6241 0.932129 21.9141 1.04905 22.148 1.28291C22.3827 1.51757 22.5 1.80805 22.5 2.15435V7.04324C22.5 7.38954 22.3827 7.67961 22.148 7.91346C21.9141 8.14813 21.6241 8.26546 21.2778 8.26546H16.3889ZM17.6111 22.9321V19.2655H15.1667V16.821H20.0556V20.4877H22.5V22.9321H17.6111ZM12.7222 14.3766V11.9321H17.6111V14.3766H12.7222ZM7.83333 14.3766V11.9321H5.38889V9.48768H12.7222V11.9321H10.2778V14.3766H7.83333ZM9.05556 8.26546V3.37657H11.5V5.82102H13.9444V8.26546H9.05556ZM3.25 5.51546V3.68213H5.08333V5.51546H3.25ZM3.25 20.1821V18.3488H5.08333V20.1821H3.25ZM17.9167 5.51546V3.68213H19.75V5.51546H17.9167Z' fill='white'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M12.7222 22.9321V20.4877H15.1667V22.9321H12.7222ZM10.2778 20.4877V14.3766H12.7222V20.4877H10.2778ZM20.0556 16.821V11.9321H22.5V16.821H20.0556ZM17.6111 11.9321V9.48768H20.0556V11.9321H17.6111ZM2.94444 14.3766V11.9321H5.38889V14.3766H2.94444ZM0.5 11.9321V9.48768H2.94444V11.9321H0.5ZM11.5 3.37657V0.932129H13.9444V3.37657H11.5ZM2.33333 6.43213H6V2.76546H2.33333V6.43213ZM1.72222 8.26546C1.37593 8.26546 1.08585 8.14813 0.852 7.91346C0.617333 7.67961 0.5 7.38954 0.5 7.04324V2.15435C0.5 1.80805 0.617333 1.51757 0.852 1.28291C1.08585 1.04905 1.37593 0.932129 1.72222 0.932129H6.61111C6.95741 0.932129 7.24789 1.04905 7.48256 1.28291C7.71641 1.51757 7.83333 1.80805 7.83333 2.15435V7.04324C7.83333 7.38954 7.71641 7.67961 7.48256 7.91346C7.24789 8.14813 6.95741 8.26546 6.61111 8.26546H1.72222ZM2.33333 21.0988H6V17.4321H2.33333V21.0988ZM1.72222 22.9321C1.37593 22.9321 1.08585 22.8148 0.852 22.5801C0.617333 22.3463 0.5 22.0562 0.5 21.7099V16.821C0.5 16.4747 0.617333 16.1842 0.852 15.9496C1.08585 15.7157 1.37593 15.5988 1.72222 15.5988H6.61111C6.95741 15.5988 7.24789 15.7157 7.48256 15.9496C7.71641 16.1842 7.83333 16.4747 7.83333 16.821V21.7099C7.83333 22.0562 7.71641 22.3463 7.48256 22.5801C7.24789 22.8148 6.95741 22.9321 6.61111 22.9321H1.72222ZM17 6.43213H20.6667V2.76546H17V6.43213ZM16.3889 8.26546C16.0426 8.26546 15.7525 8.14813 15.5187 7.91346C15.284 7.67961 15.1667 7.38954 15.1667 7.04324V2.15435C15.1667 1.80805 15.284 1.51757 15.5187 1.28291C15.7525 1.04905 16.0426 0.932129 16.3889 0.932129H21.2778C21.6241 0.932129 21.9141 1.04905 22.148 1.28291C22.3827 1.51757 22.5 1.80805 22.5 2.15435V7.04324C22.5 7.38954 22.3827 7.67961 22.148 7.91346C21.9141 8.14813 21.6241 8.26546 21.2778 8.26546H16.3889ZM17.6111 22.9321V19.2655H15.1667V16.821H20.0556V20.4877H22.5V22.9321H17.6111ZM12.7222 14.3766V11.9321H17.6111V14.3766H12.7222ZM7.83333 14.3766V11.9321H5.38889V9.48768H12.7222V11.9321H10.2778V14.3766H7.83333ZM9.05556 8.26546V3.37657H11.5V5.82102H13.9444V8.26546H9.05556ZM3.25 5.51546V3.68213H5.08333V5.51546H3.25ZM3.25 20.1821V18.3488H5.08333V20.1821H3.25ZM17.9167 5.51546V3.68213H19.75V5.51546H17.9167Z' fill='white'/%3E%3C/svg%3E");
}

.icon--waves::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2 11.75C2 11.5667 2.06267 11.396 2.188 11.238C2.31267 11.0793 2.49167 10.9583 2.725 10.875C3.05833 10.7417 3.39167 10.5623 3.725 10.337C4.05833 10.1123 4.6 10 5.35 10C6.3 10 6.93767 10.1667 7.263 10.5C7.58767 10.8333 8.05 11 8.65 11C9.28333 11 9.754 10.8333 10.062 10.5C10.3707 10.1667 11.0167 10 12 10C12.95 10 13.5917 10.1667 13.925 10.5C14.2583 10.8333 14.7167 11 15.3 11C15.9333 11 16.404 10.8333 16.712 10.5C17.0207 10.1667 17.6667 10 18.65 10C19.3833 10 19.921 10.1083 20.263 10.325C20.6043 10.5417 20.9417 10.7167 21.275 10.85C21.5083 10.9333 21.6873 11.0583 21.812 11.225C21.9373 11.3917 22 11.5667 22 11.75C22 12.1167 21.871 12.4123 21.613 12.637C21.3543 12.8623 21.075 12.925 20.775 12.825C20.325 12.6917 19.9667 12.5207 19.7 12.312C19.4333 12.104 19.0833 12 18.65 12C18.05 12 17.596 12.1667 17.288 12.5C16.9793 12.8333 16.3333 13 15.35 13C14.4 13 13.7543 12.8333 13.413 12.5C13.071 12.1667 12.6 12 12 12C11.3667 12 10.9043 12.1667 10.613 12.5C10.321 12.8333 9.68333 13 8.7 13C7.71667 13 7.06267 12.8333 6.738 12.5C6.41267 12.1667 5.95 12 5.35 12C4.91667 12 4.56233 12.104 4.287 12.312C4.01233 12.5207 3.65833 12.6917 3.225 12.825C2.925 12.925 2.646 12.8623 2.388 12.637C2.12933 12.4123 2 12.1167 2 11.75ZM2 15.75C2 15.5667 2.06267 15.396 2.188 15.238C2.31267 15.0793 2.49167 14.9583 2.725 14.875C3.05833 14.7417 3.39167 14.5623 3.725 14.337C4.05833 14.1123 4.6 14 5.35 14C6.33333 14 6.979 14.1667 7.287 14.5C7.59567 14.8333 8.05 15 8.65 15C9.28333 15 9.754 14.8333 10.062 14.5C10.3707 14.1667 11.0167 14 12 14C12.95 14 13.596 14.1667 13.938 14.5C14.2793 14.8333 14.75 15 15.35 15C15.9833 15 16.446 14.8333 16.738 14.5C17.0293 14.1667 17.6667 14 18.65 14C19.4 14 19.9417 14.1123 20.275 14.337C20.6083 14.5623 20.9417 14.7417 21.275 14.875C21.5083 14.9583 21.6873 15.0793 21.812 15.238C21.9373 15.396 22 15.5667 22 15.75C22 16.1167 21.871 16.4127 21.613 16.638C21.3543 16.8627 21.075 16.925 20.775 16.825C20.3417 16.6917 19.9873 16.5207 19.712 16.312C19.4373 16.104 19.0833 16 18.65 16C18.05 16 17.596 16.1667 17.288 16.5C16.9793 16.8333 16.3333 17 15.35 17C14.4 17 13.7543 16.8333 13.413 16.5C13.071 16.1667 12.6 16 12 16C11.3667 16 10.896 16.1667 10.588 16.5C10.2793 16.8333 9.63333 17 8.65 17C7.66667 17 7.02933 16.8333 6.738 16.5C6.446 16.1667 5.98333 16 5.35 16C4.88333 16 4.521 16.104 4.263 16.312C4.00433 16.5207 3.65833 16.6917 3.225 16.825C2.925 16.925 2.646 16.8627 2.388 16.638C2.12933 16.4127 2 16.1167 2 15.75ZM2 7.75C2 7.56667 2.06267 7.396 2.188 7.238C2.31267 7.07933 2.49167 6.95833 2.725 6.875C3.05833 6.74167 3.39167 6.56267 3.725 6.338C4.05833 6.11267 4.6 6 5.35 6C6.3 6 6.93767 6.16667 7.263 6.5C7.58767 6.83333 8.05 7 8.65 7C9.28333 7 9.754 6.83333 10.062 6.5C10.3707 6.16667 11.0167 6 12 6C12.95 6 13.5917 6.16667 13.925 6.5C14.2583 6.83333 14.7167 7 15.3 7C15.9333 7 16.404 6.83333 16.712 6.5C17.0207 6.16667 17.6667 6 18.65 6C19.3833 6 19.921 6.10833 20.263 6.325C20.6043 6.54167 20.9417 6.71667 21.275 6.85C21.5083 6.93333 21.6873 7.05833 21.812 7.225C21.9373 7.39167 22 7.56667 22 7.75C22 8.11667 21.871 8.41233 21.613 8.637C21.3543 8.86233 21.075 8.925 20.775 8.825C20.325 8.69167 19.9667 8.52067 19.7 8.312C19.4333 8.104 19.0833 8 18.65 8C18.05 8 17.596 8.16667 17.288 8.5C16.9793 8.83333 16.3333 9 15.35 9C14.4 9 13.7543 8.83333 13.413 8.5C13.071 8.16667 12.6 8 12 8C11.3667 8 10.9043 8.16667 10.613 8.5C10.321 8.83333 9.68333 9 8.7 9C7.71667 9 7.06267 8.83333 6.738 8.5C6.41267 8.16667 5.95 8 5.35 8C4.91667 8 4.56233 8.104 4.287 8.312C4.01233 8.52067 3.65833 8.69167 3.225 8.825C2.925 8.925 2.646 8.86233 2.388 8.637C2.12933 8.41233 2 8.11667 2 7.75Z' fill='white'/%3E%3C/svg%3E");
     mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2 11.75C2 11.5667 2.06267 11.396 2.188 11.238C2.31267 11.0793 2.49167 10.9583 2.725 10.875C3.05833 10.7417 3.39167 10.5623 3.725 10.337C4.05833 10.1123 4.6 10 5.35 10C6.3 10 6.93767 10.1667 7.263 10.5C7.58767 10.8333 8.05 11 8.65 11C9.28333 11 9.754 10.8333 10.062 10.5C10.3707 10.1667 11.0167 10 12 10C12.95 10 13.5917 10.1667 13.925 10.5C14.2583 10.8333 14.7167 11 15.3 11C15.9333 11 16.404 10.8333 16.712 10.5C17.0207 10.1667 17.6667 10 18.65 10C19.3833 10 19.921 10.1083 20.263 10.325C20.6043 10.5417 20.9417 10.7167 21.275 10.85C21.5083 10.9333 21.6873 11.0583 21.812 11.225C21.9373 11.3917 22 11.5667 22 11.75C22 12.1167 21.871 12.4123 21.613 12.637C21.3543 12.8623 21.075 12.925 20.775 12.825C20.325 12.6917 19.9667 12.5207 19.7 12.312C19.4333 12.104 19.0833 12 18.65 12C18.05 12 17.596 12.1667 17.288 12.5C16.9793 12.8333 16.3333 13 15.35 13C14.4 13 13.7543 12.8333 13.413 12.5C13.071 12.1667 12.6 12 12 12C11.3667 12 10.9043 12.1667 10.613 12.5C10.321 12.8333 9.68333 13 8.7 13C7.71667 13 7.06267 12.8333 6.738 12.5C6.41267 12.1667 5.95 12 5.35 12C4.91667 12 4.56233 12.104 4.287 12.312C4.01233 12.5207 3.65833 12.6917 3.225 12.825C2.925 12.925 2.646 12.8623 2.388 12.637C2.12933 12.4123 2 12.1167 2 11.75ZM2 15.75C2 15.5667 2.06267 15.396 2.188 15.238C2.31267 15.0793 2.49167 14.9583 2.725 14.875C3.05833 14.7417 3.39167 14.5623 3.725 14.337C4.05833 14.1123 4.6 14 5.35 14C6.33333 14 6.979 14.1667 7.287 14.5C7.59567 14.8333 8.05 15 8.65 15C9.28333 15 9.754 14.8333 10.062 14.5C10.3707 14.1667 11.0167 14 12 14C12.95 14 13.596 14.1667 13.938 14.5C14.2793 14.8333 14.75 15 15.35 15C15.9833 15 16.446 14.8333 16.738 14.5C17.0293 14.1667 17.6667 14 18.65 14C19.4 14 19.9417 14.1123 20.275 14.337C20.6083 14.5623 20.9417 14.7417 21.275 14.875C21.5083 14.9583 21.6873 15.0793 21.812 15.238C21.9373 15.396 22 15.5667 22 15.75C22 16.1167 21.871 16.4127 21.613 16.638C21.3543 16.8627 21.075 16.925 20.775 16.825C20.3417 16.6917 19.9873 16.5207 19.712 16.312C19.4373 16.104 19.0833 16 18.65 16C18.05 16 17.596 16.1667 17.288 16.5C16.9793 16.8333 16.3333 17 15.35 17C14.4 17 13.7543 16.8333 13.413 16.5C13.071 16.1667 12.6 16 12 16C11.3667 16 10.896 16.1667 10.588 16.5C10.2793 16.8333 9.63333 17 8.65 17C7.66667 17 7.02933 16.8333 6.738 16.5C6.446 16.1667 5.98333 16 5.35 16C4.88333 16 4.521 16.104 4.263 16.312C4.00433 16.5207 3.65833 16.6917 3.225 16.825C2.925 16.925 2.646 16.8627 2.388 16.638C2.12933 16.4127 2 16.1167 2 15.75ZM2 7.75C2 7.56667 2.06267 7.396 2.188 7.238C2.31267 7.07933 2.49167 6.95833 2.725 6.875C3.05833 6.74167 3.39167 6.56267 3.725 6.338C4.05833 6.11267 4.6 6 5.35 6C6.3 6 6.93767 6.16667 7.263 6.5C7.58767 6.83333 8.05 7 8.65 7C9.28333 7 9.754 6.83333 10.062 6.5C10.3707 6.16667 11.0167 6 12 6C12.95 6 13.5917 6.16667 13.925 6.5C14.2583 6.83333 14.7167 7 15.3 7C15.9333 7 16.404 6.83333 16.712 6.5C17.0207 6.16667 17.6667 6 18.65 6C19.3833 6 19.921 6.10833 20.263 6.325C20.6043 6.54167 20.9417 6.71667 21.275 6.85C21.5083 6.93333 21.6873 7.05833 21.812 7.225C21.9373 7.39167 22 7.56667 22 7.75C22 8.11667 21.871 8.41233 21.613 8.637C21.3543 8.86233 21.075 8.925 20.775 8.825C20.325 8.69167 19.9667 8.52067 19.7 8.312C19.4333 8.104 19.0833 8 18.65 8C18.05 8 17.596 8.16667 17.288 8.5C16.9793 8.83333 16.3333 9 15.35 9C14.4 9 13.7543 8.83333 13.413 8.5C13.071 8.16667 12.6 8 12 8C11.3667 8 10.9043 8.16667 10.613 8.5C10.321 8.83333 9.68333 9 8.7 9C7.71667 9 7.06267 8.83333 6.738 8.5C6.41267 8.16667 5.95 8 5.35 8C4.91667 8 4.56233 8.104 4.287 8.312C4.01233 8.52067 3.65833 8.69167 3.225 8.825C2.925 8.925 2.646 8.86233 2.388 8.637C2.12933 8.41233 2 8.11667 2 7.75Z' fill='white'/%3E%3C/svg%3E");
    
}

.icon--wallet::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M16 0H4C1.79 0 0 1.79 0 4V12C0 14.21 1.79 16 4 16H16C18.21 16 20 14.21 20 12V4C20 1.79 18.21 0 16 0ZM14.14 9.77C13.9 9.97 13.57 10.05 13.26 9.97L2.15 7.25C2.45 6.52 3.16 6 4 6H16C16.67 6 17.26 6.34 17.63 6.84L14.14 9.77ZM4 2H16C17.1 2 18 2.9 18 4V4.55C17.41 4.21 16.73 4 16 4H4C3.27 4 2.59 4.21 2 4.55V4C2 2.9 2.9 2 4 2Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M16 0H4C1.79 0 0 1.79 0 4V12C0 14.21 1.79 16 4 16H16C18.21 16 20 14.21 20 12V4C20 1.79 18.21 0 16 0ZM14.14 9.77C13.9 9.97 13.57 10.05 13.26 9.97L2.15 7.25C2.45 6.52 3.16 6 4 6H16C16.67 6 17.26 6.34 17.63 6.84L14.14 9.77ZM4 2H16C17.1 2 18 2.9 18 4V4.55C17.41 4.21 16.73 4 16 4H4C3.27 4 2.59 4.21 2 4.55V4C2 2.9 2.9 2 4 2Z' fill='white'/%3E%3C/svg%3E");
}

.icon--giftcard::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_8684_16376)'%3E%3Cpath d='M20 6H17.82C17.93 5.69 18 5.35 18 5C18 3.34 16.66 2 15 2C13.95 2 13.04 2.54 12.5 3.35L12 4.02L11.5 3.34C10.96 2.54 10.05 2 9 2C7.34 2 6 3.34 6 5C6 5.35 6.07 5.69 6.18 6H4C2.89 6 2.01 6.89 2.01 8L2 19C2 20.11 2.89 21 4 21H20C21.11 21 22 20.11 22 19V8C22 6.89 21.11 6 20 6ZM15 4C15.55 4 16 4.45 16 5C16 5.55 15.55 6 15 6C14.45 6 14 5.55 14 5C14 4.45 14.45 4 15 4ZM9 4C9.55 4 10 4.45 10 5C10 5.55 9.55 6 9 6C8.45 6 8 5.55 8 5C8 4.45 8.45 4 9 4ZM20 19H4V17H20V19ZM20 14H4V8H9.08L7 10.83L8.62 12L11 8.76L12 7.4L13 8.76L15.38 12L17 10.83L14.92 8H20V14Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8684_16376'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
     mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_8684_16376)'%3E%3Cpath d='M20 6H17.82C17.93 5.69 18 5.35 18 5C18 3.34 16.66 2 15 2C13.95 2 13.04 2.54 12.5 3.35L12 4.02L11.5 3.34C10.96 2.54 10.05 2 9 2C7.34 2 6 3.34 6 5C6 5.35 6.07 5.69 6.18 6H4C2.89 6 2.01 6.89 2.01 8L2 19C2 20.11 2.89 21 4 21H20C21.11 21 22 20.11 22 19V8C22 6.89 21.11 6 20 6ZM15 4C15.55 4 16 4.45 16 5C16 5.55 15.55 6 15 6C14.45 6 14 5.55 14 5C14 4.45 14.45 4 15 4ZM9 4C9.55 4 10 4.45 10 5C10 5.55 9.55 6 9 6C8.45 6 8 5.55 8 5C8 4.45 8.45 4 9 4ZM20 19H4V17H20V19ZM20 14H4V8H9.08L7 10.83L8.62 12L11 8.76L12 7.4L13 8.76L15.38 12L17 10.83L14.92 8H20V14Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8684_16376'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon--public::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cg clip-path='url(%23clip0_10797_2800)'%3E%3Cpath d='M12 2.5C6.48 2.5 2 6.98 2 12.5C2 18.02 6.48 22.5 12 22.5C17.52 22.5 22 18.02 22 12.5C22 6.98 17.52 2.5 12 2.5ZM11 20.43C7.05 19.94 4 16.58 4 12.5C4 11.88 4.08 11.29 4.21 10.71L9 15.5V16.5C9 17.6 9.9 18.5 11 18.5V20.43ZM17.9 17.89C17.64 17.08 16.9 16.5 16 16.5H15V13.5C15 12.95 14.55 12.5 14 12.5H8V10.5H10C10.55 10.5 11 10.05 11 9.5V7.5H13C14.1 7.5 15 6.6 15 5.5V5.09C17.93 6.28 20 9.15 20 12.5C20 14.58 19.2 16.47 17.9 17.89Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10797_2800'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cg clip-path='url(%23clip0_10797_2800)'%3E%3Cpath d='M12 2.5C6.48 2.5 2 6.98 2 12.5C2 18.02 6.48 22.5 12 22.5C17.52 22.5 22 18.02 22 12.5C22 6.98 17.52 2.5 12 2.5ZM11 20.43C7.05 19.94 4 16.58 4 12.5C4 11.88 4.08 11.29 4.21 10.71L9 15.5V16.5C9 17.6 9.9 18.5 11 18.5V20.43ZM17.9 17.89C17.64 17.08 16.9 16.5 16 16.5H15V13.5C15 12.95 14.55 12.5 14 12.5H8V10.5H10C10.55 10.5 11 10.05 11 9.5V7.5H13C14.1 7.5 15 6.6 15 5.5V5.09C17.93 6.28 20 9.15 20 12.5C20 14.58 19.2 16.47 17.9 17.89Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10797_2800'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon--moneyoff::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_8786_24955)'%3E%3Cpath d='M12.5 6.9C14.28 6.9 14.94 7.75 15 9H17.21C17.14 7.28 16.09 5.7 14 5.19V3H11V5.16C10.47 5.28 9.97 5.46 9.52 5.7L10.99 7.17C11.4 7 11.9 6.9 12.5 6.9ZM5.33 4.06L4.06 5.33L7.5 8.77C7.5 10.85 9.06 11.98 11.41 12.68L14.92 16.19C14.58 16.67 13.87 17.1 12.5 17.1C10.44 17.1 9.63 16.18 9.52 15H7.32C7.44 17.19 9.08 18.42 11 18.83V21H14V18.85C14.96 18.67 15.82 18.3 16.45 17.73L18.67 19.95L19.94 18.68L5.33 4.06Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8786_24955'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_8786_24955)'%3E%3Cpath d='M12.5 6.9C14.28 6.9 14.94 7.75 15 9H17.21C17.14 7.28 16.09 5.7 14 5.19V3H11V5.16C10.47 5.28 9.97 5.46 9.52 5.7L10.99 7.17C11.4 7 11.9 6.9 12.5 6.9ZM5.33 4.06L4.06 5.33L7.5 8.77C7.5 10.85 9.06 11.98 11.41 12.68L14.92 16.19C14.58 16.67 13.87 17.1 12.5 17.1C10.44 17.1 9.63 16.18 9.52 15H7.32C7.44 17.19 9.08 18.42 11 18.83V21H14V18.85C14.96 18.67 15.82 18.3 16.45 17.73L18.67 19.95L19.94 18.68L5.33 4.06Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8786_24955'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}

.icon--airplane::before{
     -webkit-mask-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-5zsjn4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' tabindex='-1' title='AirplanemodeActiveRounded'%3E%3Cpath d='M21.48 13.7 13.5 9V3.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5V9l-7.98 4.7c-.32.18-.52.53-.52.9 0 .7.67 1.2 1.34 1.01l7.16-2.1V19l-2.26 1.35c-.15.09-.24.26-.24.43v.58c0 .33.31.57.62.49l2.92-.73L12 21l.38.09.42.11 1.9.48.67.17c.32.08.62-.16.62-.49v-.58c0-.18-.09-.34-.24-.43L13.5 19v-5.5l7.16 2.1c.67.2 1.34-.3 1.34-1 0-.37-.2-.72-.52-.9'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiSvgIcon-root MuiSvgIcon-fontSizeMedium svg-icon css-5zsjn4' focusable='false' aria-hidden='true' viewBox='0 0 24 24' tabindex='-1' title='AirplanemodeActiveRounded'%3E%3Cpath d='M21.48 13.7 13.5 9V3.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5V9l-7.98 4.7c-.32.18-.52.53-.52.9 0 .7.67 1.2 1.34 1.01l7.16-2.1V19l-2.26 1.35c-.15.09-.24.26-.24.43v.58c0 .33.31.57.62.49l2.92-.73L12 21l.38.09.42.11 1.9.48.67.17c.32.08.62-.16.62-.49v-.58c0-.18-.09-.34-.24-.43L13.5 19v-5.5l7.16 2.1c.67.2 1.34-.3 1.34-1 0-.37-.2-.72-.52-.9'%3E%3C/path%3E%3C/svg%3E");
}

.icon--shield::before{
     -webkit-mask-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 22H11.75C11.6667 22 11.5917 21.9831 11.525 21.9494C9.34167 21.2583 7.54167 19.8886 6.125 17.8402C4.70833 15.7925 4 13.5297 4 11.0518V6.27307C4 5.85166 4.121 5.4724 4.363 5.13527C4.60433 4.79815 4.91667 4.55373 5.3 4.40202L11.3 2.12642C11.5333 2.04214 11.7667 2 12 2C12.2333 2 12.4667 2.04214 12.7 2.12642L18.7 4.40202C19.0833 4.55373 19.396 4.79815 19.638 5.13527C19.8793 5.4724 20 5.85166 20 6.27307V11.0518C20 13.5297 19.2917 15.7925 17.875 17.8402C16.4583 19.8886 14.6583 21.2583 12.475 21.9494C12.3917 21.9831 12.2333 22 12 22Z' fill='white'/%3E%3C/svg%3E");
	 mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 22H11.75C11.6667 22 11.5917 21.9831 11.525 21.9494C9.34167 21.2583 7.54167 19.8886 6.125 17.8402C4.70833 15.7925 4 13.5297 4 11.0518V6.27307C4 5.85166 4.121 5.4724 4.363 5.13527C4.60433 4.79815 4.91667 4.55373 5.3 4.40202L11.3 2.12642C11.5333 2.04214 11.7667 2 12 2C12.2333 2 12.4667 2.04214 12.7 2.12642L18.7 4.40202C19.0833 4.55373 19.396 4.79815 19.638 5.13527C19.8793 5.4724 20 5.85166 20 6.27307V11.0518C20 13.5297 19.2917 15.7925 17.875 17.8402C16.4583 19.8886 14.6583 21.2583 12.475 21.9494C12.3917 21.9831 12.2333 22 12 22Z' fill='white'/%3E%3C/svg%3E");
	 }
	 
.icon--diamond::before{
     -webkit-mask-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 20 18' fill='none'%3E%3Cpath d='M9.77996 0H9.45996L6.82996 5.25H12.41L9.77996 0Z' fill='white'/%3E%3Cpath d='M14.08 5.25H19.24L16.62 0H11.46L14.08 5.25Z' fill='white'/%3E%3Cpath d='M19 6.75H10.37V17.1L19 6.75Z' fill='white'/%3E%3Cpath d='M8.86999 17.1V6.75H0.23999L8.86999 17.1Z' fill='white'/%3E%3Cpath d='M5.16 5.25L7.78 0H2.62L0 5.25H5.16Z' fill='white'/%3E%3C/svg%3E");
	 mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 20 18' fill='none'%3E%3Cpath d='M9.77996 0H9.45996L6.82996 5.25H12.41L9.77996 0Z' fill='white'/%3E%3Cpath d='M14.08 5.25H19.24L16.62 0H11.46L14.08 5.25Z' fill='white'/%3E%3Cpath d='M19 6.75H10.37V17.1L19 6.75Z' fill='white'/%3E%3Cpath d='M8.86999 17.1V6.75H0.23999L8.86999 17.1Z' fill='white'/%3E%3Cpath d='M5.16 5.25L7.78 0H2.62L0 5.25H5.16Z' fill='white'/%3E%3C/svg%3E");

	 }	

.icon--monitorList::before{
     -webkit-mask-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%231f1f1f'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 14H3V5h18v12zm-2-9H8v2h11V8zm0 4H8v2h11v-2zM7 8H5v2h2V8zm0 4H5v2h2v-2z'/%3E%3C/svg%3E");
	  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%231f1f1f'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 14H3V5h18v12zm-2-9H8v2h11V8zm0 4H8v2h11v-2zM7 8H5v2h2V8zm0 4H5v2h2v-2z'/%3E%3C/svg%3E");

	 }	 
	 
.icon--dollar::before{
     -webkit-mask-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%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1201 4.78711C13.7401 4.83096 14.3534 4.92845 14.96 5.08008C15.8132 5.28005 16.5665 5.58677 17.2197 6L16.2197 8.45996C15.5665 8.08673 14.913 7.81295 14.2598 7.63965C13.8753 7.52982 13.4954 7.45241 13.1201 7.40723V10.8213C13.6182 10.9399 14.1121 11.0721 14.6006 11.2197C15.1871 11.393 15.7203 11.6266 16.2002 11.9199C16.6802 12.2133 17.067 12.6001 17.3604 13.0801C17.667 13.5601 17.8203 14.1671 17.8203 14.9004C17.8203 15.6869 17.6001 16.4073 17.1602 17.0605C16.7202 17.7137 16.0596 18.2397 15.1797 18.6396C14.5982 18.908 13.9116 19.0836 13.1201 19.1719V21.4004H11.1201V19.2158C10.2724 19.1641 9.45235 19.0261 8.66016 18.7998C7.63351 18.4931 6.80635 18.1001 6.17969 17.6201L7.28027 15.1797C7.88027 15.6064 8.58706 15.9602 9.40039 16.2402C9.97039 16.4241 10.5438 16.5425 11.1201 16.5996V13.251C10.6383 13.1321 10.1513 12.9961 9.66016 12.8398C9.08684 12.6532 8.56007 12.4134 8.08008 12.1201C7.6001 11.8268 7.20705 11.4399 6.90039 10.96C6.60706 10.48 6.45996 9.86678 6.45996 9.12012C6.45996 8.32012 6.67393 7.59376 7.10059 6.94043C7.54059 6.27376 8.19388 5.74702 9.06055 5.36035C9.64876 5.09302 10.3353 4.91676 11.1201 4.82812V2.59961H13.1201V4.78711ZM13.1201 16.5391C13.2349 16.5163 13.342 16.4905 13.4404 16.46C13.8403 16.3266 14.1337 16.1465 14.3203 15.9199C14.5069 15.6933 14.6006 15.4329 14.6006 15.1396C14.6005 14.7665 14.4534 14.473 14.1602 14.2598C13.8919 14.0525 13.5445 13.887 13.1201 13.7578V16.5391ZM11.1201 7.4834C11.0064 7.51084 10.8995 7.54353 10.7998 7.58008C10.4 7.72671 10.1137 7.92026 9.94043 8.16016C9.76712 8.38679 9.67971 8.65335 9.67969 8.95996C9.67969 9.31991 9.82686 9.61319 10.1201 9.83984C10.3799 10.0288 10.7139 10.1834 11.1201 10.3096V7.4834Z' fill='white'/%3E%3C/svg%3E");
	  mask-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%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1201 4.78711C13.7401 4.83096 14.3534 4.92845 14.96 5.08008C15.8132 5.28005 16.5665 5.58677 17.2197 6L16.2197 8.45996C15.5665 8.08673 14.913 7.81295 14.2598 7.63965C13.8753 7.52982 13.4954 7.45241 13.1201 7.40723V10.8213C13.6182 10.9399 14.1121 11.0721 14.6006 11.2197C15.1871 11.393 15.7203 11.6266 16.2002 11.9199C16.6802 12.2133 17.067 12.6001 17.3604 13.0801C17.667 13.5601 17.8203 14.1671 17.8203 14.9004C17.8203 15.6869 17.6001 16.4073 17.1602 17.0605C16.7202 17.7137 16.0596 18.2397 15.1797 18.6396C14.5982 18.908 13.9116 19.0836 13.1201 19.1719V21.4004H11.1201V19.2158C10.2724 19.1641 9.45235 19.0261 8.66016 18.7998C7.63351 18.4931 6.80635 18.1001 6.17969 17.6201L7.28027 15.1797C7.88027 15.6064 8.58706 15.9602 9.40039 16.2402C9.97039 16.4241 10.5438 16.5425 11.1201 16.5996V13.251C10.6383 13.1321 10.1513 12.9961 9.66016 12.8398C9.08684 12.6532 8.56007 12.4134 8.08008 12.1201C7.6001 11.8268 7.20705 11.4399 6.90039 10.96C6.60706 10.48 6.45996 9.86678 6.45996 9.12012C6.45996 8.32012 6.67393 7.59376 7.10059 6.94043C7.54059 6.27376 8.19388 5.74702 9.06055 5.36035C9.64876 5.09302 10.3353 4.91676 11.1201 4.82812V2.59961H13.1201V4.78711ZM13.1201 16.5391C13.2349 16.5163 13.342 16.4905 13.4404 16.46C13.8403 16.3266 14.1337 16.1465 14.3203 15.9199C14.5069 15.6933 14.6006 15.4329 14.6006 15.1396C14.6005 14.7665 14.4534 14.473 14.1602 14.2598C13.8919 14.0525 13.5445 13.887 13.1201 13.7578V16.5391ZM11.1201 7.4834C11.0064 7.51084 10.8995 7.54353 10.7998 7.58008C10.4 7.72671 10.1137 7.92026 9.94043 8.16016C9.76712 8.38679 9.67971 8.65335 9.67969 8.95996C9.67969 9.31991 9.82686 9.61319 10.1201 9.83984C10.3799 10.0288 10.7139 10.1834 11.1201 10.3096V7.4834Z' fill='white'/%3E%3C/svg%3E");

	 }
	 
.icon--smartphone::before{
     -webkit-mask-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_14345_9)'%3E%3Cpath d='M15.5 1H7.5C6.12 1 5 2.12 5 3.5V20.5C5 21.88 6.12 23 7.5 23H15.5C16.88 23 18 21.88 18 20.5V3.5C18 2.12 16.88 1 15.5 1ZM11.5 22C10.67 22 10 21.33 10 20.5C10 19.67 10.67 19 11.5 19C12.33 19 13 19.67 13 20.5C13 21.33 12.33 22 11.5 22ZM16 18H7V4H16V18Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_14345_9'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_14345_9)'%3E%3Cpath d='M15.5 1H7.5C6.12 1 5 2.12 5 3.5V20.5C5 21.88 6.12 23 7.5 23H15.5C16.88 23 18 21.88 18 20.5V3.5C18 2.12 16.88 1 15.5 1ZM11.5 22C10.67 22 10 21.33 10 20.5C10 19.67 10.67 19 11.5 19C12.33 19 13 19.67 13 20.5C13 21.33 12.33 22 11.5 22ZM16 18H7V4H16V18Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_14345_9'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");

	 }
	 
.icon--storefront::before{
     -webkit-mask-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%3Cpath d='M5.03258 21C4.48515 21 4.01669 20.8043 3.62718 20.413C3.23701 20.021 3.04193 19.55 3.04193 19V11.05C2.66039 10.7 2.3661 10.25 2.15907 9.7C1.95138 9.15 1.94707 8.55 2.14613 7.9L3.19123 4.5C3.32394 4.06667 3.56049 3.70833 3.9009 3.425C4.24063 3.14167 4.63445 3 5.08235 3H18.9174C19.3653 3 19.7551 3.13733 20.0869 3.412C20.4187 3.68733 20.6592 4.05 20.8085 4.5L21.8536 7.9C22.0527 8.55 22.0487 9.14167 21.8417 9.675C21.634 10.2083 21.3394 10.6667 20.9578 11.05V19C20.9578 19.55 20.7631 20.021 20.3736 20.413C19.9834 20.8043 19.5146 21 18.9672 21H5.03258ZM14.1896 10C14.6375 10 14.9776 9.84567 15.2098 9.537C15.4421 9.229 15.5333 8.88333 15.4835 8.5L14.9361 5H12.9952V8.7C12.9952 9.05 13.1113 9.35433 13.3436 9.613C13.5758 9.871 13.8578 10 14.1896 10ZM9.71063 10C10.0922 10 10.4034 9.871 10.6442 9.613C10.8844 9.35433 11.0046 9.05 11.0046 8.7V5H9.06366L8.51623 8.5C8.44988 8.9 8.53713 9.25 8.778 9.55C9.01821 9.85 9.32908 10 9.71063 10ZM5.28142 10C5.58001 10 5.84112 9.89167 6.06474 9.675C6.28902 9.45833 6.42604 9.18333 6.47581 8.85L7.02324 5H5.08235L4.08702 8.35C3.98749 8.68333 4.04124 9.04167 4.24827 9.425C4.45596 9.80833 4.80034 10 5.28142 10ZM18.7183 10C19.1994 10 19.5478 9.80833 19.7634 9.425C19.9791 9.04167 20.0289 8.68333 19.9127 8.35L18.8676 5H16.9765L17.524 8.85C17.5737 9.18333 17.7107 9.45833 17.935 9.675C18.1586 9.89167 18.4197 10 18.7183 10Z' fill='white'/%3E%3C/svg%3E%0A");
	  mask-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%3Cpath d='M5.03258 21C4.48515 21 4.01669 20.8043 3.62718 20.413C3.23701 20.021 3.04193 19.55 3.04193 19V11.05C2.66039 10.7 2.3661 10.25 2.15907 9.7C1.95138 9.15 1.94707 8.55 2.14613 7.9L3.19123 4.5C3.32394 4.06667 3.56049 3.70833 3.9009 3.425C4.24063 3.14167 4.63445 3 5.08235 3H18.9174C19.3653 3 19.7551 3.13733 20.0869 3.412C20.4187 3.68733 20.6592 4.05 20.8085 4.5L21.8536 7.9C22.0527 8.55 22.0487 9.14167 21.8417 9.675C21.634 10.2083 21.3394 10.6667 20.9578 11.05V19C20.9578 19.55 20.7631 20.021 20.3736 20.413C19.9834 20.8043 19.5146 21 18.9672 21H5.03258ZM14.1896 10C14.6375 10 14.9776 9.84567 15.2098 9.537C15.4421 9.229 15.5333 8.88333 15.4835 8.5L14.9361 5H12.9952V8.7C12.9952 9.05 13.1113 9.35433 13.3436 9.613C13.5758 9.871 13.8578 10 14.1896 10ZM9.71063 10C10.0922 10 10.4034 9.871 10.6442 9.613C10.8844 9.35433 11.0046 9.05 11.0046 8.7V5H9.06366L8.51623 8.5C8.44988 8.9 8.53713 9.25 8.778 9.55C9.01821 9.85 9.32908 10 9.71063 10ZM5.28142 10C5.58001 10 5.84112 9.89167 6.06474 9.675C6.28902 9.45833 6.42604 9.18333 6.47581 8.85L7.02324 5H5.08235L4.08702 8.35C3.98749 8.68333 4.04124 9.04167 4.24827 9.425C4.45596 9.80833 4.80034 10 5.28142 10ZM18.7183 10C19.1994 10 19.5478 9.80833 19.7634 9.425C19.9791 9.04167 20.0289 8.68333 19.9127 8.35L18.8676 5H16.9765L17.524 8.85C17.5737 9.18333 17.7107 9.45833 17.935 9.675C18.1586 9.89167 18.4197 10 18.7183 10Z' fill='white'/%3E%3C/svg%3E%0A");

	 }

.icon--mountainFlag::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5125 14.1915L10.9146 15.004L7.61046 12.8103L8.50421 10.9686C8.68476 10.6075 8.95108 10.3141 9.30317 10.0884C9.65525 9.86268 10.0389 9.74984 10.4542 9.74984H11.9167V3.24984C11.9167 2.94289 12.0205 2.6856 12.2282 2.47796C12.4358 2.27032 12.6931 2.1665 13 2.1665H18.6334C18.832 2.1665 18.9855 2.25227 19.0938 2.4238C19.2021 2.59532 19.2112 2.77136 19.1209 2.95192L18.525 4.08942C18.4889 4.1797 18.4709 4.26095 18.4709 4.33317C18.4709 4.40539 18.4889 4.48664 18.525 4.57692L19.1209 5.71442C19.2112 5.89498 19.2021 6.07102 19.0938 6.24255C18.9855 6.41407 18.832 6.49984 18.6334 6.49984H14.0834V9.74984H15.4375C15.8528 9.74984 16.232 9.85817 16.575 10.0748C16.9181 10.2915 17.1889 10.5804 17.3875 10.9415L18.3355 12.8373L15.0855 15.004L13.4875 14.1915C13.3431 14.1012 13.1806 14.0561 13 14.0561C12.8195 14.0561 12.657 14.1012 12.5125 14.1915ZM2.92504 22.2623L6.63546 14.7603L10.2375 17.1436C10.4 17.2519 10.5761 17.3151 10.7657 17.3332C10.9552 17.3512 11.1403 17.3151 11.3209 17.2248L13 16.3853L14.6792 17.2248C14.8598 17.3151 15.0448 17.3557 15.2344 17.3467C15.424 17.3377 15.6 17.279 15.7625 17.1707L19.3105 14.8144L23.048 22.2623C23.2285 22.6234 23.215 22.9755 23.0073 23.3186C22.7997 23.6616 22.4882 23.8332 22.073 23.8332H3.90004C3.48476 23.8332 3.17331 23.6616 2.96567 23.3186C2.75803 22.9755 2.74449 22.6234 2.92504 22.2623Z' fill='black'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5125 14.1915L10.9146 15.004L7.61046 12.8103L8.50421 10.9686C8.68476 10.6075 8.95108 10.3141 9.30317 10.0884C9.65525 9.86268 10.0389 9.74984 10.4542 9.74984H11.9167V3.24984C11.9167 2.94289 12.0205 2.6856 12.2282 2.47796C12.4358 2.27032 12.6931 2.1665 13 2.1665H18.6334C18.832 2.1665 18.9855 2.25227 19.0938 2.4238C19.2021 2.59532 19.2112 2.77136 19.1209 2.95192L18.525 4.08942C18.4889 4.1797 18.4709 4.26095 18.4709 4.33317C18.4709 4.40539 18.4889 4.48664 18.525 4.57692L19.1209 5.71442C19.2112 5.89498 19.2021 6.07102 19.0938 6.24255C18.9855 6.41407 18.832 6.49984 18.6334 6.49984H14.0834V9.74984H15.4375C15.8528 9.74984 16.232 9.85817 16.575 10.0748C16.9181 10.2915 17.1889 10.5804 17.3875 10.9415L18.3355 12.8373L15.0855 15.004L13.4875 14.1915C13.3431 14.1012 13.1806 14.0561 13 14.0561C12.8195 14.0561 12.657 14.1012 12.5125 14.1915ZM2.92504 22.2623L6.63546 14.7603L10.2375 17.1436C10.4 17.2519 10.5761 17.3151 10.7657 17.3332C10.9552 17.3512 11.1403 17.3151 11.3209 17.2248L13 16.3853L14.6792 17.2248C14.8598 17.3151 15.0448 17.3557 15.2344 17.3467C15.424 17.3377 15.6 17.279 15.7625 17.1707L19.3105 14.8144L23.048 22.2623C23.2285 22.6234 23.215 22.9755 23.0073 23.3186C22.7997 23.6616 22.4882 23.8332 22.073 23.8332H3.90004C3.48476 23.8332 3.17331 23.6616 2.96567 23.3186C2.75803 22.9755 2.74449 22.6234 2.92504 22.2623Z' fill='black'/%3E%3C/svg%3E%0A");
}
	 
.icon--shoppingCartCheckOut::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 22C7.45 22 6.97933 21.8043 6.588 21.413C6.196 21.021 6 20.55 6 20C6 19.45 6.196 18.979 6.588 18.587C6.97933 18.1957 7.45 18 8 18C8.55 18 9.02067 18.1957 9.412 18.587C9.804 18.979 10 19.45 10 20C10 20.55 9.804 21.021 9.412 21.413C9.02067 21.8043 8.55 22 8 22ZM18 22C17.45 22 16.9793 21.8043 16.588 21.413C16.196 21.021 16 20.55 16 20C16 19.45 16.196 18.979 16.588 18.587C16.9793 18.1957 17.45 18 18 18C18.55 18 19.021 18.1957 19.413 18.587C19.8043 18.979 20 19.45 20 20C20 20.55 19.8043 21.021 19.413 21.413C19.021 21.8043 18.55 22 18 22ZM12.3 9.3C12.1167 9.11667 12.025 8.88333 12.025 8.6C12.025 8.31667 12.1167 8.08333 12.3 7.9L13.175 7H10C9.71667 7 9.47933 6.90433 9.288 6.713C9.096 6.521 9 6.28333 9 6C9 5.71667 9.096 5.479 9.288 5.287C9.47933 5.09567 9.71667 5 10 5H13.175L12.275 4.1C12.075 3.9 11.9793 3.66667 11.988 3.4C11.996 3.13333 12.1 2.9 12.3 2.7C12.5 2.51667 12.7333 2.42067 13 2.412C13.2667 2.404 13.5 2.5 13.7 2.7L16.3 5.3C16.4 5.4 16.471 5.50833 16.513 5.625C16.5543 5.74167 16.575 5.86667 16.575 6C16.575 6.13333 16.5543 6.25833 16.513 6.375C16.471 6.49167 16.4 6.6 16.3 6.7L13.7 9.3C13.5167 9.48333 13.2877 9.579 13.013 9.587C12.7377 9.59567 12.5 9.5 12.3 9.3ZM8 17C7.23333 17 6.65433 16.6707 6.263 16.012C5.871 15.354 5.86667 14.7 6.25 14.05L7.6 11.6L4 4H3C2.71667 4 2.47933 3.904 2.288 3.712C2.096 3.52067 2 3.28333 2 3C2 2.71667 2.096 2.479 2.288 2.287C2.47933 2.09567 2.71667 2 3 2H4.625C4.80833 2 4.98333 2.05 5.15 2.15C5.31667 2.25 5.44167 2.39167 5.525 2.575L9.55 11H16.55L20.125 4.525C20.2083 4.35833 20.3293 4.229 20.488 4.137C20.646 4.04567 20.8167 4 21 4C21.3833 4 21.671 4.16667 21.863 4.5C22.0543 4.83333 22.0583 5.16667 21.875 5.5L18.3 11.95C18.1167 12.2833 17.875 12.5417 17.575 12.725C17.275 12.9083 16.9333 13 16.55 13H9.1L8 15H19C19.2833 15 19.5207 15.0957 19.712 15.287C19.904 15.479 20 15.7167 20 16C20 16.2833 19.904 16.5207 19.712 16.712C19.5207 16.904 19.2833 17 19 17H8Z' fill='%230033A0'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 22C7.45 22 6.97933 21.8043 6.588 21.413C6.196 21.021 6 20.55 6 20C6 19.45 6.196 18.979 6.588 18.587C6.97933 18.1957 7.45 18 8 18C8.55 18 9.02067 18.1957 9.412 18.587C9.804 18.979 10 19.45 10 20C10 20.55 9.804 21.021 9.412 21.413C9.02067 21.8043 8.55 22 8 22ZM18 22C17.45 22 16.9793 21.8043 16.588 21.413C16.196 21.021 16 20.55 16 20C16 19.45 16.196 18.979 16.588 18.587C16.9793 18.1957 17.45 18 18 18C18.55 18 19.021 18.1957 19.413 18.587C19.8043 18.979 20 19.45 20 20C20 20.55 19.8043 21.021 19.413 21.413C19.021 21.8043 18.55 22 18 22ZM12.3 9.3C12.1167 9.11667 12.025 8.88333 12.025 8.6C12.025 8.31667 12.1167 8.08333 12.3 7.9L13.175 7H10C9.71667 7 9.47933 6.90433 9.288 6.713C9.096 6.521 9 6.28333 9 6C9 5.71667 9.096 5.479 9.288 5.287C9.47933 5.09567 9.71667 5 10 5H13.175L12.275 4.1C12.075 3.9 11.9793 3.66667 11.988 3.4C11.996 3.13333 12.1 2.9 12.3 2.7C12.5 2.51667 12.7333 2.42067 13 2.412C13.2667 2.404 13.5 2.5 13.7 2.7L16.3 5.3C16.4 5.4 16.471 5.50833 16.513 5.625C16.5543 5.74167 16.575 5.86667 16.575 6C16.575 6.13333 16.5543 6.25833 16.513 6.375C16.471 6.49167 16.4 6.6 16.3 6.7L13.7 9.3C13.5167 9.48333 13.2877 9.579 13.013 9.587C12.7377 9.59567 12.5 9.5 12.3 9.3ZM8 17C7.23333 17 6.65433 16.6707 6.263 16.012C5.871 15.354 5.86667 14.7 6.25 14.05L7.6 11.6L4 4H3C2.71667 4 2.47933 3.904 2.288 3.712C2.096 3.52067 2 3.28333 2 3C2 2.71667 2.096 2.479 2.288 2.287C2.47933 2.09567 2.71667 2 3 2H4.625C4.80833 2 4.98333 2.05 5.15 2.15C5.31667 2.25 5.44167 2.39167 5.525 2.575L9.55 11H16.55L20.125 4.525C20.2083 4.35833 20.3293 4.229 20.488 4.137C20.646 4.04567 20.8167 4 21 4C21.3833 4 21.671 4.16667 21.863 4.5C22.0543 4.83333 22.0583 5.16667 21.875 5.5L18.3 11.95C18.1167 12.2833 17.875 12.5417 17.575 12.725C17.275 12.9083 16.9333 13 16.55 13H9.1L8 15H19C19.2833 15 19.5207 15.0957 19.712 15.287C19.904 15.479 20 15.7167 20 16C20 16.2833 19.904 16.5207 19.712 16.712C19.5207 16.904 19.2833 17 19 17H8Z' fill='%230033A0'/%3E%3C/svg%3E");
}

.icon--qr-box::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_15786_1182)'%3E%3Cpath d='M9.5 6.5V9.5H6.5V6.5H9.5ZM11 5H5V11H11V5ZM9.5 14.5V17.5H6.5V14.5H9.5ZM11 13H5V19H11V13ZM17.5 6.5V9.5H14.5V6.5H17.5ZM19 5H13V11H19V5ZM13 13H14.5V14.5H13V13ZM14.5 14.5H16V16H14.5V14.5ZM16 13H17.5V14.5H16V13ZM13 16H14.5V17.5H13V16ZM14.5 17.5H16V19H14.5V17.5ZM16 16H17.5V17.5H16V16ZM17.5 14.5H19V16H17.5V14.5ZM17.5 17.5H19V19H17.5V17.5ZM22 7H20V4H17V2H22V7ZM22 22V17H20V20H17V22H22ZM2 22H7V20H4V17H2V22ZM2 2V7H4V4H7V2H2Z' fill='%230033A0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_15786_1182'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_15786_1182)'%3E%3Cpath d='M9.5 6.5V9.5H6.5V6.5H9.5ZM11 5H5V11H11V5ZM9.5 14.5V17.5H6.5V14.5H9.5ZM11 13H5V19H11V13ZM17.5 6.5V9.5H14.5V6.5H17.5ZM19 5H13V11H19V5ZM13 13H14.5V14.5H13V13ZM14.5 14.5H16V16H14.5V14.5ZM16 13H17.5V14.5H16V13ZM13 16H14.5V17.5H13V16ZM14.5 17.5H16V19H14.5V17.5ZM16 16H17.5V17.5H16V16ZM17.5 14.5H19V16H17.5V14.5ZM17.5 17.5H19V19H17.5V17.5ZM22 7H20V4H17V2H22V7ZM22 22V17H20V20H17V22H22ZM2 22H7V20H4V17H2V22ZM2 2V7H4V4H7V2H2Z' fill='%230033A0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_15786_1182'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}

.icon--chart-line::before{
     -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.20021 17.78L9.50021 12.48L12.7502 15.73C13.1602 16.14 13.8202 16.12 14.2002 15.69L21.3702 7.62003C21.7202 7.23003 21.7002 6.63003 21.3302 6.25003C20.9302 5.85003 20.2602 5.86003 19.8802 6.29003L13.4902 13.47L10.2002 10.18C9.81021 9.79003 9.18021 9.79003 8.79021 10.18L2.70021 16.28C2.31021 16.67 2.31021 17.3 2.70021 17.69L2.79021 17.78C3.18021 18.17 3.82021 18.17 4.20021 17.78Z' fill='url(%23paint0_linear_16013_3240)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_16013_3240' x1='12.0142' y1='5.9585' x2='12.0142' y2='18.0725' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23ECF4FE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.20021 17.78L9.50021 12.48L12.7502 15.73C13.1602 16.14 13.8202 16.12 14.2002 15.69L21.3702 7.62003C21.7202 7.23003 21.7002 6.63003 21.3302 6.25003C20.9302 5.85003 20.2602 5.86003 19.8802 6.29003L13.4902 13.47L10.2002 10.18C9.81021 9.79003 9.18021 9.79003 8.79021 10.18L2.70021 16.28C2.31021 16.67 2.31021 17.3 2.70021 17.69L2.79021 17.78C3.18021 18.17 3.82021 18.17 4.20021 17.78Z' fill='url(%23paint0_linear_16013_3240)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_16013_3240' x1='12.0142' y1='5.9585' x2='12.0142' y2='18.0725' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23ECF4FE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.icon--calendar--list::before{
      -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 3H19V2C19 1.45 18.55 1 18 1C17.45 1 17 1.45 17 2V3H7V2C7 1.45 6.55 1 6 1C5.45 1 5 1.45 5 2V3H4C2.9 3 2 3.9 2 5V21C2 22.1 2.9 23 4 23H20C21.1 23 22 22.1 22 21V5C22 3.9 21.1 3 20 3ZM19 21H5C4.45 21 4 20.55 4 20V8H20V20C20 20.55 19.55 21 19 21Z' fill='url(%23paint0_linear_16013_3261)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_16013_3261' x1='12' y1='1' x2='12' y2='23' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23ECF4FE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
      mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 3H19V2C19 1.45 18.55 1 18 1C17.45 1 17 1.45 17 2V3H7V2C7 1.45 6.55 1 6 1C5.45 1 5 1.45 5 2V3H4C2.9 3 2 3.9 2 5V21C2 22.1 2.9 23 4 23H20C21.1 23 22 22.1 22 21V5C22 3.9 21.1 3 20 3ZM19 21H5C4.45 21 4 20.55 4 20V8H20V20C20 20.55 19.55 21 19 21Z' fill='url(%23paint0_linear_16013_3261)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_16013_3261' x1='12' y1='1' x2='12' y2='23' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23ECF4FE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.icon--phone--list::before{
      -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22' fill='none'%3E%3Cpath d='M12 0H2C0.9 0 0 0.9 0 2V20C0 21.1 0.9 22 2 22H12C13.1 22 14 21.1 14 20V2C14 0.9 13.1 0 12 0ZM12 17H2V5H12V17ZM11 9.05L9.59 7.64L6.05 11.18L4.64 9.77L3.23 11.18L6.05 14L11 9.05Z' fill='%230033A0'/%3E%3C/svg%3E");
      mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22' fill='none'%3E%3Cpath d='M12 0H2C0.9 0 0 0.9 0 2V20C0 21.1 0.9 22 2 22H12C13.1 22 14 21.1 14 20V2C14 0.9 13.1 0 12 0ZM12 17H2V5H12V17ZM11 9.05L9.59 7.64L6.05 11.18L4.64 9.77L3.23 11.18L6.05 14L11 9.05Z' fill='%230033A0'/%3E%3C/svg%3E");
}

.icon--persone--check::before{
      -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.55 9.175L21.075 5.625C21.275 5.425 21.5125 5.325 21.7875 5.325C22.0625 5.325 22.3 5.425 22.5 5.625C22.7 5.825 22.8 6.0625 22.8 6.3375C22.8 6.6125 22.7 6.85 22.5 7.05L18.25 11.3C18.05 11.5 17.8167 11.6 17.55 11.6C17.2833 11.6 17.05 11.5 16.85 11.3L14.725 9.175C14.525 8.975 14.425 8.7375 14.425 8.4625C14.425 8.1875 14.525 7.95 14.725 7.75C14.925 7.55 15.1583 7.45 15.425 7.45C15.6917 7.45 15.925 7.55 16.125 7.75L17.55 9.175ZM9 12C7.9 12 6.95833 11.6083 6.175 10.825C5.39167 10.0417 5 9.1 5 8C5 6.9 5.39167 5.95833 6.175 5.175C6.95833 4.39167 7.9 4 9 4C10.1 4 11.0417 4.39167 11.825 5.175C12.6083 5.95833 13 6.9 13 8C13 9.1 12.6083 10.0417 11.825 10.825C11.0417 11.6083 10.1 12 9 12ZM1 18V17.2C1 16.6333 1.14583 16.1125 1.4375 15.6375C1.72917 15.1625 2.11667 14.8 2.6 14.55C3.63333 14.0333 4.68333 13.6458 5.75 13.3875C6.81667 13.1292 7.9 13 9 13C10.1 13 11.1833 13.1292 12.25 13.3875C13.3167 13.6458 14.3667 14.0333 15.4 14.55C15.8833 14.8 16.2708 15.1625 16.5625 15.6375C16.8542 16.1125 17 16.6333 17 17.2V18C17 18.55 16.8042 19.0208 16.4125 19.4125C16.0208 19.8042 15.55 20 15 20H3C2.45 20 1.97917 19.8042 1.5875 19.4125C1.19583 19.0208 1 18.55 1 18Z' fill='%230033A0'/%3E%3C/svg%3E");
      mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.55 9.175L21.075 5.625C21.275 5.425 21.5125 5.325 21.7875 5.325C22.0625 5.325 22.3 5.425 22.5 5.625C22.7 5.825 22.8 6.0625 22.8 6.3375C22.8 6.6125 22.7 6.85 22.5 7.05L18.25 11.3C18.05 11.5 17.8167 11.6 17.55 11.6C17.2833 11.6 17.05 11.5 16.85 11.3L14.725 9.175C14.525 8.975 14.425 8.7375 14.425 8.4625C14.425 8.1875 14.525 7.95 14.725 7.75C14.925 7.55 15.1583 7.45 15.425 7.45C15.6917 7.45 15.925 7.55 16.125 7.75L17.55 9.175ZM9 12C7.9 12 6.95833 11.6083 6.175 10.825C5.39167 10.0417 5 9.1 5 8C5 6.9 5.39167 5.95833 6.175 5.175C6.95833 4.39167 7.9 4 9 4C10.1 4 11.0417 4.39167 11.825 5.175C12.6083 5.95833 13 6.9 13 8C13 9.1 12.6083 10.0417 11.825 10.825C11.0417 11.6083 10.1 12 9 12ZM1 18V17.2C1 16.6333 1.14583 16.1125 1.4375 15.6375C1.72917 15.1625 2.11667 14.8 2.6 14.55C3.63333 14.0333 4.68333 13.6458 5.75 13.3875C6.81667 13.1292 7.9 13 9 13C10.1 13 11.1833 13.1292 12.25 13.3875C13.3167 13.6458 14.3667 14.0333 15.4 14.55C15.8833 14.8 16.2708 15.1625 16.5625 15.6375C16.8542 16.1125 17 16.6333 17 17.2V18C17 18.55 16.8042 19.0208 16.4125 19.4125C16.0208 19.8042 15.55 20 15 20H3C2.45 20 1.97917 19.8042 1.5875 19.4125C1.19583 19.0208 1 18.55 1 18Z' fill='%230033A0'/%3E%3C/svg%3E");
}

.icon--password--mask::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_16563_3214)'%3E%3Cpath d='M2 17H22V19H2V17ZM3.15 12.95L4 11.47L4.85 12.95L6.15 12.2L5.3 10.72H7V9.22H5.3L6.15 7.75L4.85 7L4 8.47L3.15 7L1.85 7.75L2.7 9.22H1V10.72H2.7L1.85 12.2L3.15 12.95ZM9.85 12.2L11.15 12.95L12 11.47L12.85 12.95L14.15 12.2L13.3 10.72H15V9.22H13.3L14.15 7.75L12.85 7L12 8.47L11.15 7L9.85 7.75L10.7 9.22H9V10.72H10.7L9.85 12.2ZM23 9.22H21.3L22.15 7.75L20.85 7L20 8.47L19.15 7L17.85 7.75L18.7 9.22H17V10.72H18.7L17.85 12.2L19.15 12.95L20 11.47L20.85 12.95L22.15 12.2L21.3 10.72H23V9.22Z' fill='%230033A0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_16563_3214'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_16563_3214)'%3E%3Cpath d='M2 17H22V19H2V17ZM3.15 12.95L4 11.47L4.85 12.95L6.15 12.2L5.3 10.72H7V9.22H5.3L6.15 7.75L4.85 7L4 8.47L3.15 7L1.85 7.75L2.7 9.22H1V10.72H2.7L1.85 12.2L3.15 12.95ZM9.85 12.2L11.15 12.95L12 11.47L12.85 12.95L14.15 12.2L13.3 10.72H15V9.22H13.3L14.15 7.75L12.85 7L12 8.47L11.15 7L9.85 7.75L10.7 9.22H9V10.72H10.7L9.85 12.2ZM23 9.22H21.3L22.15 7.75L20.85 7L20 8.47L19.15 7L17.85 7.75L18.7 9.22H17V10.72H18.7L17.85 12.2L19.15 12.95L20 11.47L20.85 12.95L22.15 12.2L21.3 10.72H23V9.22Z' fill='%230033A0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_16563_3214'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon--sign--mask::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.0758 11.725C15.2924 10.825 16.2424 9.8375 16.9258 8.7625C17.6091 7.6875 17.9508 6.61667 17.9508 5.55C17.9508 5.01667 17.8633 4.625 17.6883 4.375C17.5133 4.125 17.2758 4 16.9758 4C16.1924 4 15.5008 4.6625 14.9008 5.9875C14.3008 7.3125 14.0008 8.80833 14.0008 10.475C14.0008 10.7083 14.0049 10.9292 14.0133 11.1375C14.0216 11.3458 14.0424 11.5417 14.0758 11.725ZM4.10078 16.3C3.91745 16.4833 3.68411 16.575 3.40078 16.575C3.11745 16.575 2.88411 16.4833 2.70078 16.3C2.51745 16.1167 2.42578 15.8833 2.42578 15.6C2.42578 15.3167 2.51745 15.0833 2.70078 14.9L3.60078 14L2.70078 13.1C2.51745 12.9167 2.42578 12.6833 2.42578 12.4C2.42578 12.1167 2.51745 11.8833 2.70078 11.7C2.88411 11.5167 3.11745 11.425 3.40078 11.425C3.68411 11.425 3.91745 11.5167 4.10078 11.7L5.00078 12.6L5.90078 11.7C6.08411 11.5167 6.31745 11.425 6.60078 11.425C6.88411 11.425 7.11745 11.5167 7.30078 11.7C7.48411 11.8833 7.57578 12.1167 7.57578 12.4C7.57578 12.6833 7.48411 12.9167 7.30078 13.1L6.40078 14L7.30078 14.9C7.48411 15.0833 7.57578 15.3167 7.57578 15.6C7.57578 15.8833 7.48411 16.1167 7.30078 16.3C7.11745 16.4833 6.88411 16.575 6.60078 16.575C6.31745 16.575 6.08411 16.4833 5.90078 16.3L5.00078 15.4L4.10078 16.3ZM15.4508 16C14.9508 16 14.4924 15.9042 14.0758 15.7125C13.6591 15.5208 13.3008 15.2083 13.0008 14.775C12.7341 14.9083 12.4591 15.0417 12.1758 15.175L11.3258 15.575C11.0591 15.6917 10.7966 15.6958 10.5383 15.5875C10.2799 15.4792 10.1008 15.2917 10.0008 15.025C9.90078 14.7583 9.91328 14.5 10.0383 14.25C10.1633 14 10.3591 13.8167 10.6258 13.7C10.9091 13.5667 11.1841 13.4375 11.4508 13.3125C11.7174 13.1875 11.9758 13.0583 12.2258 12.925C12.1424 12.5583 12.0799 12.1583 12.0383 11.725C11.9966 11.2917 11.9758 10.825 11.9758 10.325C11.9758 7.925 12.4508 5.9375 13.4008 4.3625C14.3508 2.7875 15.5424 2 16.9758 2C17.8424 2 18.5508 2.32083 19.1008 2.9625C19.6508 3.60417 19.9258 4.5 19.9258 5.65C19.9258 7.08333 19.4716 8.5 18.5633 9.9C17.6549 11.3 16.3924 12.5583 14.7758 13.675C14.8924 13.7917 15.0133 13.8792 15.1383 13.9375C15.2633 13.9958 15.3924 14.025 15.5258 14.025C15.8758 14.025 16.2841 13.8333 16.7508 13.45C17.2174 13.0667 17.6674 12.55 18.1008 11.9C18.2674 11.6667 18.4799 11.5042 18.7383 11.4125C18.9966 11.3208 19.2508 11.3333 19.5008 11.45C19.7508 11.5833 19.9341 11.7792 20.0508 12.0375C20.1674 12.2958 20.2008 12.5667 20.1508 12.85C20.1174 13.05 20.1008 13.2417 20.1008 13.425C20.1008 13.6083 20.1258 13.7833 20.1758 13.95C20.2591 13.9167 20.3549 13.8625 20.4633 13.7875C20.5716 13.7125 20.6841 13.6167 20.8008 13.5C21.0008 13.3167 21.2383 13.2125 21.5133 13.1875C21.7883 13.1625 22.0341 13.2333 22.2508 13.4C22.4841 13.5833 22.6091 13.8083 22.6258 14.075C22.6424 14.3417 22.5591 14.5667 22.3758 14.75C21.9924 15.1333 21.5883 15.4375 21.1633 15.6625C20.7383 15.8875 20.3341 16 19.9508 16C19.6008 16 19.2883 15.8958 19.0133 15.6875C18.7383 15.4792 18.5091 15.1583 18.3258 14.725C17.8591 15.1417 17.3841 15.4583 16.9008 15.675C16.4174 15.8917 15.9341 16 15.4508 16ZM4.00078 21C3.71745 21 3.47995 20.9042 3.28828 20.7125C3.09661 20.5208 3.00078 20.2833 3.00078 20C3.00078 19.7167 3.09661 19.4792 3.28828 19.2875C3.47995 19.0958 3.71745 19 4.00078 19C4.28411 19 4.52161 19.0958 4.71328 19.2875C4.90495 19.4792 5.00078 19.7167 5.00078 20C5.00078 20.2833 4.90495 20.5208 4.71328 20.7125C4.52161 20.9042 4.28411 21 4.00078 21ZM8.00078 21C7.71745 21 7.47995 20.9042 7.28828 20.7125C7.09661 20.5208 7.00078 20.2833 7.00078 20C7.00078 19.7167 7.09661 19.4792 7.28828 19.2875C7.47995 19.0958 7.71745 19 8.00078 19C8.28411 19 8.52161 19.0958 8.71328 19.2875C8.90495 19.4792 9.00078 19.7167 9.00078 20C9.00078 20.2833 8.90495 20.5208 8.71328 20.7125C8.52161 20.9042 8.28411 21 8.00078 21ZM12.0008 21C11.7174 21 11.4799 20.9042 11.2883 20.7125C11.0966 20.5208 11.0008 20.2833 11.0008 20C11.0008 19.7167 11.0966 19.4792 11.2883 19.2875C11.4799 19.0958 11.7174 19 12.0008 19C12.2841 19 12.5216 19.0958 12.7133 19.2875C12.9049 19.4792 13.0008 19.7167 13.0008 20C13.0008 20.2833 12.9049 20.5208 12.7133 20.7125C12.5216 20.9042 12.2841 21 12.0008 21ZM16.0008 21C15.7174 21 15.4799 20.9042 15.2883 20.7125C15.0966 20.5208 15.0008 20.2833 15.0008 20C15.0008 19.7167 15.0966 19.4792 15.2883 19.2875C15.4799 19.0958 15.7174 19 16.0008 19C16.2841 19 16.5216 19.0958 16.7133 19.2875C16.9049 19.4792 17.0008 19.7167 17.0008 20C17.0008 20.2833 16.9049 20.5208 16.7133 20.7125C16.5216 20.9042 16.2841 21 16.0008 21ZM20.0008 21C19.7174 21 19.4799 20.9042 19.2883 20.7125C19.0966 20.5208 19.0008 20.2833 19.0008 20C19.0008 19.7167 19.0966 19.4792 19.2883 19.2875C19.4799 19.0958 19.7174 19 20.0008 19C20.2841 19 20.5216 19.0958 20.7133 19.2875C20.9049 19.4792 21.0008 19.7167 21.0008 20C21.0008 20.2833 20.9049 20.5208 20.7133 20.7125C20.5216 20.9042 20.2841 21 20.0008 21Z' fill='%230033A0'/%3E%3C/svg%3E");
     mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.0758 11.725C15.2924 10.825 16.2424 9.8375 16.9258 8.7625C17.6091 7.6875 17.9508 6.61667 17.9508 5.55C17.9508 5.01667 17.8633 4.625 17.6883 4.375C17.5133 4.125 17.2758 4 16.9758 4C16.1924 4 15.5008 4.6625 14.9008 5.9875C14.3008 7.3125 14.0008 8.80833 14.0008 10.475C14.0008 10.7083 14.0049 10.9292 14.0133 11.1375C14.0216 11.3458 14.0424 11.5417 14.0758 11.725ZM4.10078 16.3C3.91745 16.4833 3.68411 16.575 3.40078 16.575C3.11745 16.575 2.88411 16.4833 2.70078 16.3C2.51745 16.1167 2.42578 15.8833 2.42578 15.6C2.42578 15.3167 2.51745 15.0833 2.70078 14.9L3.60078 14L2.70078 13.1C2.51745 12.9167 2.42578 12.6833 2.42578 12.4C2.42578 12.1167 2.51745 11.8833 2.70078 11.7C2.88411 11.5167 3.11745 11.425 3.40078 11.425C3.68411 11.425 3.91745 11.5167 4.10078 11.7L5.00078 12.6L5.90078 11.7C6.08411 11.5167 6.31745 11.425 6.60078 11.425C6.88411 11.425 7.11745 11.5167 7.30078 11.7C7.48411 11.8833 7.57578 12.1167 7.57578 12.4C7.57578 12.6833 7.48411 12.9167 7.30078 13.1L6.40078 14L7.30078 14.9C7.48411 15.0833 7.57578 15.3167 7.57578 15.6C7.57578 15.8833 7.48411 16.1167 7.30078 16.3C7.11745 16.4833 6.88411 16.575 6.60078 16.575C6.31745 16.575 6.08411 16.4833 5.90078 16.3L5.00078 15.4L4.10078 16.3ZM15.4508 16C14.9508 16 14.4924 15.9042 14.0758 15.7125C13.6591 15.5208 13.3008 15.2083 13.0008 14.775C12.7341 14.9083 12.4591 15.0417 12.1758 15.175L11.3258 15.575C11.0591 15.6917 10.7966 15.6958 10.5383 15.5875C10.2799 15.4792 10.1008 15.2917 10.0008 15.025C9.90078 14.7583 9.91328 14.5 10.0383 14.25C10.1633 14 10.3591 13.8167 10.6258 13.7C10.9091 13.5667 11.1841 13.4375 11.4508 13.3125C11.7174 13.1875 11.9758 13.0583 12.2258 12.925C12.1424 12.5583 12.0799 12.1583 12.0383 11.725C11.9966 11.2917 11.9758 10.825 11.9758 10.325C11.9758 7.925 12.4508 5.9375 13.4008 4.3625C14.3508 2.7875 15.5424 2 16.9758 2C17.8424 2 18.5508 2.32083 19.1008 2.9625C19.6508 3.60417 19.9258 4.5 19.9258 5.65C19.9258 7.08333 19.4716 8.5 18.5633 9.9C17.6549 11.3 16.3924 12.5583 14.7758 13.675C14.8924 13.7917 15.0133 13.8792 15.1383 13.9375C15.2633 13.9958 15.3924 14.025 15.5258 14.025C15.8758 14.025 16.2841 13.8333 16.7508 13.45C17.2174 13.0667 17.6674 12.55 18.1008 11.9C18.2674 11.6667 18.4799 11.5042 18.7383 11.4125C18.9966 11.3208 19.2508 11.3333 19.5008 11.45C19.7508 11.5833 19.9341 11.7792 20.0508 12.0375C20.1674 12.2958 20.2008 12.5667 20.1508 12.85C20.1174 13.05 20.1008 13.2417 20.1008 13.425C20.1008 13.6083 20.1258 13.7833 20.1758 13.95C20.2591 13.9167 20.3549 13.8625 20.4633 13.7875C20.5716 13.7125 20.6841 13.6167 20.8008 13.5C21.0008 13.3167 21.2383 13.2125 21.5133 13.1875C21.7883 13.1625 22.0341 13.2333 22.2508 13.4C22.4841 13.5833 22.6091 13.8083 22.6258 14.075C22.6424 14.3417 22.5591 14.5667 22.3758 14.75C21.9924 15.1333 21.5883 15.4375 21.1633 15.6625C20.7383 15.8875 20.3341 16 19.9508 16C19.6008 16 19.2883 15.8958 19.0133 15.6875C18.7383 15.4792 18.5091 15.1583 18.3258 14.725C17.8591 15.1417 17.3841 15.4583 16.9008 15.675C16.4174 15.8917 15.9341 16 15.4508 16ZM4.00078 21C3.71745 21 3.47995 20.9042 3.28828 20.7125C3.09661 20.5208 3.00078 20.2833 3.00078 20C3.00078 19.7167 3.09661 19.4792 3.28828 19.2875C3.47995 19.0958 3.71745 19 4.00078 19C4.28411 19 4.52161 19.0958 4.71328 19.2875C4.90495 19.4792 5.00078 19.7167 5.00078 20C5.00078 20.2833 4.90495 20.5208 4.71328 20.7125C4.52161 20.9042 4.28411 21 4.00078 21ZM8.00078 21C7.71745 21 7.47995 20.9042 7.28828 20.7125C7.09661 20.5208 7.00078 20.2833 7.00078 20C7.00078 19.7167 7.09661 19.4792 7.28828 19.2875C7.47995 19.0958 7.71745 19 8.00078 19C8.28411 19 8.52161 19.0958 8.71328 19.2875C8.90495 19.4792 9.00078 19.7167 9.00078 20C9.00078 20.2833 8.90495 20.5208 8.71328 20.7125C8.52161 20.9042 8.28411 21 8.00078 21ZM12.0008 21C11.7174 21 11.4799 20.9042 11.2883 20.7125C11.0966 20.5208 11.0008 20.2833 11.0008 20C11.0008 19.7167 11.0966 19.4792 11.2883 19.2875C11.4799 19.0958 11.7174 19 12.0008 19C12.2841 19 12.5216 19.0958 12.7133 19.2875C12.9049 19.4792 13.0008 19.7167 13.0008 20C13.0008 20.2833 12.9049 20.5208 12.7133 20.7125C12.5216 20.9042 12.2841 21 12.0008 21ZM16.0008 21C15.7174 21 15.4799 20.9042 15.2883 20.7125C15.0966 20.5208 15.0008 20.2833 15.0008 20C15.0008 19.7167 15.0966 19.4792 15.2883 19.2875C15.4799 19.0958 15.7174 19 16.0008 19C16.2841 19 16.5216 19.0958 16.7133 19.2875C16.9049 19.4792 17.0008 19.7167 17.0008 20C17.0008 20.2833 16.9049 20.5208 16.7133 20.7125C16.5216 20.9042 16.2841 21 16.0008 21ZM20.0008 21C19.7174 21 19.4799 20.9042 19.2883 20.7125C19.0966 20.5208 19.0008 20.2833 19.0008 20C19.0008 19.7167 19.0966 19.4792 19.2883 19.2875C19.4799 19.0958 19.7174 19 20.0008 19C20.2841 19 20.5216 19.0958 20.7133 19.2875C20.9049 19.4792 21.0008 19.7167 21.0008 20C21.0008 20.2833 20.9049 20.5208 20.7133 20.7125C20.5216 20.9042 20.2841 21 20.0008 21Z' fill='%230033A0'/%3E%3C/svg%3E");
}

.icon--home::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.61235 22H4.83704C4.49879 22 4.21505 21.8849 3.98584 21.6546C3.75742 21.4251 3.64321 21.1404 3.64321 20.8006V12.4048H1.6137C1.33514 12.4048 1.14612 12.2749 1.04663 12.015C0.947148 11.7551 1.00684 11.5352 1.22571 11.3553L11.1942 2.32983C11.413 2.10994 11.6816 2 12 2C12.3184 2 12.587 2.10994 12.8058 2.32983L16.7753 5.92804V4.009C16.7753 3.66917 16.8899 3.38411 17.1191 3.15382C17.3476 2.92434 17.6309 2.8096 17.9691 2.8096H19.163C19.5012 2.8096 19.7846 2.92434 20.013 3.15382C20.2422 3.38411 20.3568 3.66917 20.3568 4.009V9.16642L22.7743 11.3553C22.9932 11.5352 23.0529 11.7551 22.9534 12.015C22.8539 12.2749 22.6649 12.4048 22.3863 12.4048H20.3568V20.8006C20.3568 21.1404 20.2422 21.4251 20.013 21.6546C19.7846 21.8849 19.5012 22 19.163 22H14.3877V16.003C14.3877 15.6632 14.2734 15.3781 14.045 15.1478C13.8158 14.9183 13.5321 14.8036 13.1938 14.8036H10.8062C10.4679 14.8036 10.1846 14.9183 9.95617 15.1478C9.72695 15.3781 9.61235 15.6632 9.61235 16.003V22ZM9.61235 10.036H14.3877C14.3877 9.3963 14.1489 8.87136 13.6714 8.46117C13.1938 8.05177 12.6367 7.84708 12 7.84708C11.3633 7.84708 10.8062 8.05177 10.3286 8.46117C9.85111 8.87136 9.61235 9.3963 9.61235 10.036Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.61235 22H4.83704C4.49879 22 4.21505 21.8849 3.98584 21.6546C3.75742 21.4251 3.64321 21.1404 3.64321 20.8006V12.4048H1.6137C1.33514 12.4048 1.14612 12.2749 1.04663 12.015C0.947148 11.7551 1.00684 11.5352 1.22571 11.3553L11.1942 2.32983C11.413 2.10994 11.6816 2 12 2C12.3184 2 12.587 2.10994 12.8058 2.32983L16.7753 5.92804V4.009C16.7753 3.66917 16.8899 3.38411 17.1191 3.15382C17.3476 2.92434 17.6309 2.8096 17.9691 2.8096H19.163C19.5012 2.8096 19.7846 2.92434 20.013 3.15382C20.2422 3.38411 20.3568 3.66917 20.3568 4.009V9.16642L22.7743 11.3553C22.9932 11.5352 23.0529 11.7551 22.9534 12.015C22.8539 12.2749 22.6649 12.4048 22.3863 12.4048H20.3568V20.8006C20.3568 21.1404 20.2422 21.4251 20.013 21.6546C19.7846 21.8849 19.5012 22 19.163 22H14.3877V16.003C14.3877 15.6632 14.2734 15.3781 14.045 15.1478C13.8158 14.9183 13.5321 14.8036 13.1938 14.8036H10.8062C10.4679 14.8036 10.1846 14.9183 9.95617 15.1478C9.72695 15.3781 9.61235 15.6632 9.61235 16.003V22ZM9.61235 10.036H14.3877C14.3877 9.3963 14.1489 8.87136 13.6714 8.46117C13.1938 8.05177 12.6367 7.84708 12 7.84708C11.3633 7.84708 10.8062 8.05177 10.3286 8.46117C9.85111 8.87136 9.61235 9.3963 9.61235 10.036Z' fill='white'/%3E%3C/svg%3E");
}

.icon--mail-checked::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_14909_6483)'%3E%3Cpath d='M12 19C12 15.13 15.13 12 19 12C20.08 12 21.09 12.25 22 12.68V6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H12.08C12.03 19.67 12 19.34 12 19ZM4 6L12 11L20 6V8L12 13L4 8V6ZM17.34 22L13.8 18.46L15.21 17.05L17.33 19.17L21.57 14.93L23 16.34L17.34 22Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_14909_6483'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_14909_6483)'%3E%3Cpath d='M12 19C12 15.13 15.13 12 19 12C20.08 12 21.09 12.25 22 12.68V6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H12.08C12.03 19.67 12 19.34 12 19ZM4 6L12 11L20 6V8L12 13L4 8V6ZM17.34 22L13.8 18.46L15.21 17.05L17.33 19.17L21.57 14.93L23 16.34L17.34 22Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_14909_6483'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon--check--withe::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M5.28689 17.1432L2.58197 16.5561C2.33607 16.5072 2.13934 16.3806 1.9918 16.1765C1.84426 15.9729 1.78689 15.7488 1.81967 15.5042L2.09016 12.7399L0.245902 10.636C0.0819672 10.4566 0 10.2446 0 10C0 9.75537 0.0819672 9.54335 0.245902 9.36396L2.09016 7.26012L1.81967 4.49579C1.78689 4.25115 1.84426 4.02707 1.9918 3.82354C2.13934 3.61935 2.33607 3.4928 2.58197 3.44387L5.28689 2.85675L6.71312 0.459364C6.84426 0.24735 7.02459 0.108725 7.2541 0.0434901C7.48361 -0.021745 7.71312 -0.0135907 7.94262 0.0679532L10.5 1.14433L13.0574 0.0679532C13.2869 -0.0135907 13.5164 -0.021745 13.7459 0.0434901C13.9754 0.108725 14.1557 0.24735 14.2869 0.459364L15.7131 2.85675L18.418 3.44387C18.6639 3.4928 18.8607 3.61935 19.0082 3.82354C19.1557 4.02707 19.2131 4.25115 19.1803 4.49579L18.9098 7.26012L20.7541 9.36396C20.918 9.54335 21 9.75537 21 10C21 10.2446 20.918 10.4566 20.7541 10.636L18.9098 12.7399L19.1803 15.5042C19.2131 15.7488 19.1557 15.9729 19.0082 16.1765C18.8607 16.3806 18.6639 16.5072 18.418 16.5561L15.7131 17.1432L14.2869 19.5406C14.1557 19.7526 13.9754 19.8913 13.7459 19.9565C13.5164 20.0217 13.2869 20.0136 13.0574 19.932L10.5 18.8557L7.94262 19.932C7.71312 20.0136 7.48361 20.0217 7.2541 19.9565C7.02459 19.8913 6.84426 19.7526 6.71312 19.5406L5.28689 17.1432ZM8.77869 12.7888C8.95902 12.9682 9.18853 13.0579 9.46721 13.0579C9.7459 13.0579 9.97541 12.9682 10.1557 12.7888L14.3361 8.63006C14.5328 8.43436 14.6311 8.20179 14.6311 7.93237C14.6311 7.6636 14.5328 7.43137 14.3361 7.23566C14.1393 7.03996 13.9059 6.9421 13.6357 6.9421C13.3649 6.9421 13.1311 7.03996 12.9344 7.23566L9.46721 10.685L8.04098 9.29057C7.84426 9.11117 7.61082 9.02539 7.34066 9.03322C7.06984 9.0417 6.84426 9.13563 6.66394 9.31503C6.48361 9.49443 6.39344 9.72275 6.39344 10C6.39344 10.2772 6.48361 10.5056 6.66394 10.685L8.77869 12.7888Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M5.28689 17.1432L2.58197 16.5561C2.33607 16.5072 2.13934 16.3806 1.9918 16.1765C1.84426 15.9729 1.78689 15.7488 1.81967 15.5042L2.09016 12.7399L0.245902 10.636C0.0819672 10.4566 0 10.2446 0 10C0 9.75537 0.0819672 9.54335 0.245902 9.36396L2.09016 7.26012L1.81967 4.49579C1.78689 4.25115 1.84426 4.02707 1.9918 3.82354C2.13934 3.61935 2.33607 3.4928 2.58197 3.44387L5.28689 2.85675L6.71312 0.459364C6.84426 0.24735 7.02459 0.108725 7.2541 0.0434901C7.48361 -0.021745 7.71312 -0.0135907 7.94262 0.0679532L10.5 1.14433L13.0574 0.0679532C13.2869 -0.0135907 13.5164 -0.021745 13.7459 0.0434901C13.9754 0.108725 14.1557 0.24735 14.2869 0.459364L15.7131 2.85675L18.418 3.44387C18.6639 3.4928 18.8607 3.61935 19.0082 3.82354C19.1557 4.02707 19.2131 4.25115 19.1803 4.49579L18.9098 7.26012L20.7541 9.36396C20.918 9.54335 21 9.75537 21 10C21 10.2446 20.918 10.4566 20.7541 10.636L18.9098 12.7399L19.1803 15.5042C19.2131 15.7488 19.1557 15.9729 19.0082 16.1765C18.8607 16.3806 18.6639 16.5072 18.418 16.5561L15.7131 17.1432L14.2869 19.5406C14.1557 19.7526 13.9754 19.8913 13.7459 19.9565C13.5164 20.0217 13.2869 20.0136 13.0574 19.932L10.5 18.8557L7.94262 19.932C7.71312 20.0136 7.48361 20.0217 7.2541 19.9565C7.02459 19.8913 6.84426 19.7526 6.71312 19.5406L5.28689 17.1432ZM8.77869 12.7888C8.95902 12.9682 9.18853 13.0579 9.46721 13.0579C9.7459 13.0579 9.97541 12.9682 10.1557 12.7888L14.3361 8.63006C14.5328 8.43436 14.6311 8.20179 14.6311 7.93237C14.6311 7.6636 14.5328 7.43137 14.3361 7.23566C14.1393 7.03996 13.9059 6.9421 13.6357 6.9421C13.3649 6.9421 13.1311 7.03996 12.9344 7.23566L9.46721 10.685L8.04098 9.29057C7.84426 9.11117 7.61082 9.02539 7.34066 9.03322C7.06984 9.0417 6.84426 9.13563 6.66394 9.31503C6.48361 9.49443 6.39344 9.72275 6.39344 10C6.39344 10.2772 6.48361 10.5056 6.66394 10.685L8.77869 12.7888Z' fill='white'/%3E%3C/svg%3E");
}

.icon--reload--withe::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M13.7 12.2C13.8833 12.2833 14.071 12.2917 14.263 12.225C14.4543 12.1583 14.5833 12.0333 14.65 11.85C14.7833 11.55 14.875 11.246 14.925 10.938C14.975 10.6293 15 10.3167 15 10C15 9.36667 14.8793 8.73733 14.638 8.112C14.396 7.48733 14.0333 6.93333 13.55 6.45C13.0667 5.96667 12.521 5.60833 11.913 5.375C11.3043 5.14167 10.6833 5.025 10.05 5.025L10.5 4.575C10.65 4.425 10.721 4.25 10.713 4.05C10.7043 3.85 10.625 3.675 10.475 3.525C10.325 3.375 10.15 3.3 9.95 3.3C9.75 3.3 9.575 3.375 9.425 3.525L7.45 5.475C7.35 5.575 7.3 5.69167 7.3 5.825C7.3 5.95833 7.35 6.075 7.45 6.175L9.425 8.125C9.575 8.25833 9.75 8.329 9.95 8.337C10.15 8.34567 10.325 8.275 10.475 8.125C10.625 7.975 10.7 7.8 10.7 7.6C10.7 7.4 10.625 7.225 10.475 7.075L9.9 6.5C10.35 6.5 10.8083 6.58733 11.275 6.762C11.7417 6.93733 12.1417 7.19167 12.475 7.525C12.8083 7.85833 13.0627 8.24167 13.238 8.675C13.4127 9.10833 13.5 9.54167 13.5 9.975C13.5 10.175 13.4877 10.375 13.463 10.575C13.4377 10.775 13.3833 10.9667 13.3 11.15C13.2167 11.3833 13.2127 11.5957 13.288 11.787C13.3627 11.979 13.5 12.1167 13.7 12.2ZM9.525 16.475C9.675 16.625 9.85 16.7 10.05 16.7C10.25 16.7 10.425 16.625 10.575 16.475L12.55 14.525C12.65 14.425 12.7 14.3083 12.7 14.175C12.7 14.0417 12.65 13.925 12.55 13.825L10.575 11.875C10.425 11.7417 10.25 11.6707 10.05 11.662C9.85 11.654 9.675 11.725 9.525 11.875C9.375 12.025 9.3 12.2 9.3 12.4C9.3 12.6 9.375 12.775 9.525 12.925L10.075 13.475C9.60833 13.4917 9.15433 13.4167 8.713 13.25C8.271 13.0833 7.875 12.825 7.525 12.475C7.19167 12.1417 6.93733 11.7583 6.762 11.325C6.58733 10.8917 6.5 10.4583 6.5 10.025C6.5 9.80833 6.51267 9.604 6.538 9.412C6.56267 9.22067 6.61667 9.025 6.7 8.825C6.76667 8.64167 6.775 8.46233 6.725 8.287C6.675 8.11233 6.575 7.975 6.425 7.875C6.225 7.74167 6.01233 7.70833 5.787 7.775C5.56233 7.84167 5.40833 7.975 5.325 8.175C5.19167 8.475 5.104 8.77067 5.062 9.062C5.02067 9.354 5 9.66667 5 10C5 10.6333 5.125 11.2583 5.375 11.875C5.625 12.4917 5.99167 13.0417 6.475 13.525C6.95833 14.0083 7.5 14.371 8.1 14.613C8.7 14.8543 9.31667 14.9833 9.95 15L9.525 15.425C9.375 15.575 9.3 15.75 9.3 15.95C9.3 16.15 9.375 16.325 9.525 16.475ZM10 20C8.61667 20 7.31667 19.7373 6.1 19.212C4.88333 18.6873 3.825 17.975 2.925 17.075C2.025 16.175 1.31267 15.1167 0.788 13.9C0.262667 12.6833 0 11.3833 0 10C0 8.61667 0.262667 7.31667 0.788 6.1C1.31267 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.31233 6.1 0.787C7.31667 0.262333 8.61667 0 10 0C11.3833 0 12.6833 0.262333 13.9 0.787C15.1167 1.31233 16.175 2.025 17.075 2.925C17.975 3.825 18.6873 4.88333 19.212 6.1C19.7373 7.31667 20 8.61667 20 10C20 11.3833 19.7373 12.6833 19.212 13.9C18.6873 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6873 13.9 19.212C12.6833 19.7373 11.3833 20 10 20Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M13.7 12.2C13.8833 12.2833 14.071 12.2917 14.263 12.225C14.4543 12.1583 14.5833 12.0333 14.65 11.85C14.7833 11.55 14.875 11.246 14.925 10.938C14.975 10.6293 15 10.3167 15 10C15 9.36667 14.8793 8.73733 14.638 8.112C14.396 7.48733 14.0333 6.93333 13.55 6.45C13.0667 5.96667 12.521 5.60833 11.913 5.375C11.3043 5.14167 10.6833 5.025 10.05 5.025L10.5 4.575C10.65 4.425 10.721 4.25 10.713 4.05C10.7043 3.85 10.625 3.675 10.475 3.525C10.325 3.375 10.15 3.3 9.95 3.3C9.75 3.3 9.575 3.375 9.425 3.525L7.45 5.475C7.35 5.575 7.3 5.69167 7.3 5.825C7.3 5.95833 7.35 6.075 7.45 6.175L9.425 8.125C9.575 8.25833 9.75 8.329 9.95 8.337C10.15 8.34567 10.325 8.275 10.475 8.125C10.625 7.975 10.7 7.8 10.7 7.6C10.7 7.4 10.625 7.225 10.475 7.075L9.9 6.5C10.35 6.5 10.8083 6.58733 11.275 6.762C11.7417 6.93733 12.1417 7.19167 12.475 7.525C12.8083 7.85833 13.0627 8.24167 13.238 8.675C13.4127 9.10833 13.5 9.54167 13.5 9.975C13.5 10.175 13.4877 10.375 13.463 10.575C13.4377 10.775 13.3833 10.9667 13.3 11.15C13.2167 11.3833 13.2127 11.5957 13.288 11.787C13.3627 11.979 13.5 12.1167 13.7 12.2ZM9.525 16.475C9.675 16.625 9.85 16.7 10.05 16.7C10.25 16.7 10.425 16.625 10.575 16.475L12.55 14.525C12.65 14.425 12.7 14.3083 12.7 14.175C12.7 14.0417 12.65 13.925 12.55 13.825L10.575 11.875C10.425 11.7417 10.25 11.6707 10.05 11.662C9.85 11.654 9.675 11.725 9.525 11.875C9.375 12.025 9.3 12.2 9.3 12.4C9.3 12.6 9.375 12.775 9.525 12.925L10.075 13.475C9.60833 13.4917 9.15433 13.4167 8.713 13.25C8.271 13.0833 7.875 12.825 7.525 12.475C7.19167 12.1417 6.93733 11.7583 6.762 11.325C6.58733 10.8917 6.5 10.4583 6.5 10.025C6.5 9.80833 6.51267 9.604 6.538 9.412C6.56267 9.22067 6.61667 9.025 6.7 8.825C6.76667 8.64167 6.775 8.46233 6.725 8.287C6.675 8.11233 6.575 7.975 6.425 7.875C6.225 7.74167 6.01233 7.70833 5.787 7.775C5.56233 7.84167 5.40833 7.975 5.325 8.175C5.19167 8.475 5.104 8.77067 5.062 9.062C5.02067 9.354 5 9.66667 5 10C5 10.6333 5.125 11.2583 5.375 11.875C5.625 12.4917 5.99167 13.0417 6.475 13.525C6.95833 14.0083 7.5 14.371 8.1 14.613C8.7 14.8543 9.31667 14.9833 9.95 15L9.525 15.425C9.375 15.575 9.3 15.75 9.3 15.95C9.3 16.15 9.375 16.325 9.525 16.475ZM10 20C8.61667 20 7.31667 19.7373 6.1 19.212C4.88333 18.6873 3.825 17.975 2.925 17.075C2.025 16.175 1.31267 15.1167 0.788 13.9C0.262667 12.6833 0 11.3833 0 10C0 8.61667 0.262667 7.31667 0.788 6.1C1.31267 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.31233 6.1 0.787C7.31667 0.262333 8.61667 0 10 0C11.3833 0 12.6833 0.262333 13.9 0.787C15.1167 1.31233 16.175 2.025 17.075 2.925C17.975 3.825 18.6873 4.88333 19.212 6.1C19.7373 7.31667 20 8.61667 20 10C20 11.3833 19.7373 12.6833 19.212 13.9C18.6873 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6873 13.9 19.212C12.6833 19.7373 11.3833 20 10 20Z' fill='white'/%3E%3C/svg%3E");
}

.icon--reload--withe::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M13.7 12.2C13.8833 12.2833 14.071 12.2917 14.263 12.225C14.4543 12.1583 14.5833 12.0333 14.65 11.85C14.7833 11.55 14.875 11.246 14.925 10.938C14.975 10.6293 15 10.3167 15 10C15 9.36667 14.8793 8.73733 14.638 8.112C14.396 7.48733 14.0333 6.93333 13.55 6.45C13.0667 5.96667 12.521 5.60833 11.913 5.375C11.3043 5.14167 10.6833 5.025 10.05 5.025L10.5 4.575C10.65 4.425 10.721 4.25 10.713 4.05C10.7043 3.85 10.625 3.675 10.475 3.525C10.325 3.375 10.15 3.3 9.95 3.3C9.75 3.3 9.575 3.375 9.425 3.525L7.45 5.475C7.35 5.575 7.3 5.69167 7.3 5.825C7.3 5.95833 7.35 6.075 7.45 6.175L9.425 8.125C9.575 8.25833 9.75 8.329 9.95 8.337C10.15 8.34567 10.325 8.275 10.475 8.125C10.625 7.975 10.7 7.8 10.7 7.6C10.7 7.4 10.625 7.225 10.475 7.075L9.9 6.5C10.35 6.5 10.8083 6.58733 11.275 6.762C11.7417 6.93733 12.1417 7.19167 12.475 7.525C12.8083 7.85833 13.0627 8.24167 13.238 8.675C13.4127 9.10833 13.5 9.54167 13.5 9.975C13.5 10.175 13.4877 10.375 13.463 10.575C13.4377 10.775 13.3833 10.9667 13.3 11.15C13.2167 11.3833 13.2127 11.5957 13.288 11.787C13.3627 11.979 13.5 12.1167 13.7 12.2ZM9.525 16.475C9.675 16.625 9.85 16.7 10.05 16.7C10.25 16.7 10.425 16.625 10.575 16.475L12.55 14.525C12.65 14.425 12.7 14.3083 12.7 14.175C12.7 14.0417 12.65 13.925 12.55 13.825L10.575 11.875C10.425 11.7417 10.25 11.6707 10.05 11.662C9.85 11.654 9.675 11.725 9.525 11.875C9.375 12.025 9.3 12.2 9.3 12.4C9.3 12.6 9.375 12.775 9.525 12.925L10.075 13.475C9.60833 13.4917 9.15433 13.4167 8.713 13.25C8.271 13.0833 7.875 12.825 7.525 12.475C7.19167 12.1417 6.93733 11.7583 6.762 11.325C6.58733 10.8917 6.5 10.4583 6.5 10.025C6.5 9.80833 6.51267 9.604 6.538 9.412C6.56267 9.22067 6.61667 9.025 6.7 8.825C6.76667 8.64167 6.775 8.46233 6.725 8.287C6.675 8.11233 6.575 7.975 6.425 7.875C6.225 7.74167 6.01233 7.70833 5.787 7.775C5.56233 7.84167 5.40833 7.975 5.325 8.175C5.19167 8.475 5.104 8.77067 5.062 9.062C5.02067 9.354 5 9.66667 5 10C5 10.6333 5.125 11.2583 5.375 11.875C5.625 12.4917 5.99167 13.0417 6.475 13.525C6.95833 14.0083 7.5 14.371 8.1 14.613C8.7 14.8543 9.31667 14.9833 9.95 15L9.525 15.425C9.375 15.575 9.3 15.75 9.3 15.95C9.3 16.15 9.375 16.325 9.525 16.475ZM10 20C8.61667 20 7.31667 19.7373 6.1 19.212C4.88333 18.6873 3.825 17.975 2.925 17.075C2.025 16.175 1.31267 15.1167 0.788 13.9C0.262667 12.6833 0 11.3833 0 10C0 8.61667 0.262667 7.31667 0.788 6.1C1.31267 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.31233 6.1 0.787C7.31667 0.262333 8.61667 0 10 0C11.3833 0 12.6833 0.262333 13.9 0.787C15.1167 1.31233 16.175 2.025 17.075 2.925C17.975 3.825 18.6873 4.88333 19.212 6.1C19.7373 7.31667 20 8.61667 20 10C20 11.3833 19.7373 12.6833 19.212 13.9C18.6873 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6873 13.9 19.212C12.6833 19.7373 11.3833 20 10 20Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M13.7 12.2C13.8833 12.2833 14.071 12.2917 14.263 12.225C14.4543 12.1583 14.5833 12.0333 14.65 11.85C14.7833 11.55 14.875 11.246 14.925 10.938C14.975 10.6293 15 10.3167 15 10C15 9.36667 14.8793 8.73733 14.638 8.112C14.396 7.48733 14.0333 6.93333 13.55 6.45C13.0667 5.96667 12.521 5.60833 11.913 5.375C11.3043 5.14167 10.6833 5.025 10.05 5.025L10.5 4.575C10.65 4.425 10.721 4.25 10.713 4.05C10.7043 3.85 10.625 3.675 10.475 3.525C10.325 3.375 10.15 3.3 9.95 3.3C9.75 3.3 9.575 3.375 9.425 3.525L7.45 5.475C7.35 5.575 7.3 5.69167 7.3 5.825C7.3 5.95833 7.35 6.075 7.45 6.175L9.425 8.125C9.575 8.25833 9.75 8.329 9.95 8.337C10.15 8.34567 10.325 8.275 10.475 8.125C10.625 7.975 10.7 7.8 10.7 7.6C10.7 7.4 10.625 7.225 10.475 7.075L9.9 6.5C10.35 6.5 10.8083 6.58733 11.275 6.762C11.7417 6.93733 12.1417 7.19167 12.475 7.525C12.8083 7.85833 13.0627 8.24167 13.238 8.675C13.4127 9.10833 13.5 9.54167 13.5 9.975C13.5 10.175 13.4877 10.375 13.463 10.575C13.4377 10.775 13.3833 10.9667 13.3 11.15C13.2167 11.3833 13.2127 11.5957 13.288 11.787C13.3627 11.979 13.5 12.1167 13.7 12.2ZM9.525 16.475C9.675 16.625 9.85 16.7 10.05 16.7C10.25 16.7 10.425 16.625 10.575 16.475L12.55 14.525C12.65 14.425 12.7 14.3083 12.7 14.175C12.7 14.0417 12.65 13.925 12.55 13.825L10.575 11.875C10.425 11.7417 10.25 11.6707 10.05 11.662C9.85 11.654 9.675 11.725 9.525 11.875C9.375 12.025 9.3 12.2 9.3 12.4C9.3 12.6 9.375 12.775 9.525 12.925L10.075 13.475C9.60833 13.4917 9.15433 13.4167 8.713 13.25C8.271 13.0833 7.875 12.825 7.525 12.475C7.19167 12.1417 6.93733 11.7583 6.762 11.325C6.58733 10.8917 6.5 10.4583 6.5 10.025C6.5 9.80833 6.51267 9.604 6.538 9.412C6.56267 9.22067 6.61667 9.025 6.7 8.825C6.76667 8.64167 6.775 8.46233 6.725 8.287C6.675 8.11233 6.575 7.975 6.425 7.875C6.225 7.74167 6.01233 7.70833 5.787 7.775C5.56233 7.84167 5.40833 7.975 5.325 8.175C5.19167 8.475 5.104 8.77067 5.062 9.062C5.02067 9.354 5 9.66667 5 10C5 10.6333 5.125 11.2583 5.375 11.875C5.625 12.4917 5.99167 13.0417 6.475 13.525C6.95833 14.0083 7.5 14.371 8.1 14.613C8.7 14.8543 9.31667 14.9833 9.95 15L9.525 15.425C9.375 15.575 9.3 15.75 9.3 15.95C9.3 16.15 9.375 16.325 9.525 16.475ZM10 20C8.61667 20 7.31667 19.7373 6.1 19.212C4.88333 18.6873 3.825 17.975 2.925 17.075C2.025 16.175 1.31267 15.1167 0.788 13.9C0.262667 12.6833 0 11.3833 0 10C0 8.61667 0.262667 7.31667 0.788 6.1C1.31267 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.31233 6.1 0.787C7.31667 0.262333 8.61667 0 10 0C11.3833 0 12.6833 0.262333 13.9 0.787C15.1167 1.31233 16.175 2.025 17.075 2.925C17.975 3.825 18.6873 4.88333 19.212 6.1C19.7373 7.31667 20 8.61667 20 10C20 11.3833 19.7373 12.6833 19.212 13.9C18.6873 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6873 13.9 19.212C12.6833 19.7373 11.3833 20 10 20Z' fill='white'/%3E%3C/svg%3E");
}

.icon--chart--arrow::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 18C15 18.55 14.55 19 14 19H10C9.45 19 9 18.55 9 18C9 17.45 9.45 17 10 17H11C10.53 12.79 7.11 9.45 2.88 9.04C2.37 8.99 2 8.56 2 8.05C2 7.46 2.52 6.99 3.11 7.05C7.03 7.44 10.37 9.87 12 13.3C13.13 10.87 14.99 9.05 16.78 7.78L14.86 5.86C14.54 5.54 14.76 5 15.21 5H20.5C20.78 5 21 5.22 21 5.5V10.79C21 11.24 20.46 11.46 20.15 11.14L18.21 9.2C15.93 10.78 13.45 13.3 13 17H14C14.55 17 15 17.45 15 18Z' fill='url(%23paint0_linear_17152_1135)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_17152_1135' x1='11.5' y1='5' x2='11.5' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23ECF4FE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 18C15 18.55 14.55 19 14 19H10C9.45 19 9 18.55 9 18C9 17.45 9.45 17 10 17H11C10.53 12.79 7.11 9.45 2.88 9.04C2.37 8.99 2 8.56 2 8.05C2 7.46 2.52 6.99 3.11 7.05C7.03 7.44 10.37 9.87 12 13.3C13.13 10.87 14.99 9.05 16.78 7.78L14.86 5.86C14.54 5.54 14.76 5 15.21 5H20.5C20.78 5 21 5.22 21 5.5V10.79C21 11.24 20.46 11.46 20.15 11.14L18.21 9.2C15.93 10.78 13.45 13.3 13 17H14C14.55 17 15 17.45 15 18Z' fill='url(%23paint0_linear_17152_1135)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_17152_1135' x1='11.5' y1='5' x2='11.5' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23ECF4FE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.icon--handButton::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M8.29381 9.02696V5.76188C8.29381 4.55712 9.27159 3.57934 10.4764 3.57934C11.6811 3.57934 12.6589 4.55712 12.6589 5.76188V9.02696C13.7152 8.31982 14.4049 7.12379 14.4049 5.76188C14.4049 3.58807 12.6502 1.83331 10.4764 1.83331C8.30254 1.83331 6.54778 3.58807 6.54778 5.76188C6.54778 7.12379 7.23746 8.31982 8.29381 9.02696ZM16.8843 13.069L12.9208 11.096C12.7724 11.0349 12.6152 11 12.4494 11H11.7859V5.76188C11.7859 5.03728 11.201 4.45236 10.4764 4.45236C9.75175 4.45236 9.16683 5.03728 9.16683 5.76188V15.1381C6.02397 14.4746 6.07635 14.4833 5.96286 14.4833C5.69223 14.4833 5.44778 14.5968 5.27318 14.7714L4.5835 15.4698L8.89619 19.7825C9.13191 20.0182 9.46365 20.1666 9.82159 20.1666H15.7494C16.4041 20.1666 16.9105 19.6865 17.0065 19.0492L17.6613 14.4484C17.67 14.3873 17.6787 14.3262 17.6787 14.2738C17.6787 13.7325 17.347 13.2611 16.8843 13.069Z' fill='%230033A0'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M8.29381 9.02696V5.76188C8.29381 4.55712 9.27159 3.57934 10.4764 3.57934C11.6811 3.57934 12.6589 4.55712 12.6589 5.76188V9.02696C13.7152 8.31982 14.4049 7.12379 14.4049 5.76188C14.4049 3.58807 12.6502 1.83331 10.4764 1.83331C8.30254 1.83331 6.54778 3.58807 6.54778 5.76188C6.54778 7.12379 7.23746 8.31982 8.29381 9.02696ZM16.8843 13.069L12.9208 11.096C12.7724 11.0349 12.6152 11 12.4494 11H11.7859V5.76188C11.7859 5.03728 11.201 4.45236 10.4764 4.45236C9.75175 4.45236 9.16683 5.03728 9.16683 5.76188V15.1381C6.02397 14.4746 6.07635 14.4833 5.96286 14.4833C5.69223 14.4833 5.44778 14.5968 5.27318 14.7714L4.5835 15.4698L8.89619 19.7825C9.13191 20.0182 9.46365 20.1666 9.82159 20.1666H15.7494C16.4041 20.1666 16.9105 19.6865 17.0065 19.0492L17.6613 14.4484C17.67 14.3873 17.6787 14.3262 17.6787 14.2738C17.6787 13.7325 17.347 13.2611 16.8843 13.069Z' fill='%230033A0'/%3E%3C/svg%3E");
}

.icon--tc::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M14.3918 13.0166C14.5599 13.093 14.7319 13.1007 14.9079 13.0396C15.0833 12.9785 15.2016 12.8639 15.2627 12.6958C15.3849 12.4208 15.4689 12.1421 15.5147 11.8598C15.5606 11.5769 15.5835 11.2903 15.5835 11C15.5835 10.4194 15.4729 9.84254 15.2517 9.26931C15.0298 8.6967 14.6974 8.18887 14.2543 7.74581C13.8113 7.30276 13.3111 6.97429 12.7537 6.7604C12.1958 6.54651 11.6266 6.43956 11.046 6.43956L11.4585 6.02706C11.596 5.88956 11.6611 5.72915 11.6537 5.54581C11.6458 5.36248 11.5731 5.20206 11.4356 5.06456C11.2981 4.92706 11.1377 4.85831 10.9543 4.85831C10.771 4.85831 10.6106 4.92706 10.4731 5.06456L8.66266 6.85206C8.571 6.94373 8.52516 7.05067 8.52516 7.1729C8.52516 7.29512 8.571 7.40206 8.66266 7.49373L10.4731 9.28123C10.6106 9.40345 10.771 9.46823 10.9543 9.47556C11.1377 9.48351 11.2981 9.41873 11.4356 9.28123C11.5731 9.14373 11.6418 8.98331 11.6418 8.79998C11.6418 8.61665 11.5731 8.45623 11.4356 8.31873L10.9085 7.79165C11.321 7.79165 11.7411 7.8717 12.1689 8.03181C12.5967 8.19254 12.9634 8.42567 13.2689 8.73123C13.5745 9.03679 13.8076 9.38817 13.9683 9.7854C14.1284 10.1826 14.2085 10.5798 14.2085 10.9771C14.2085 11.1604 14.1972 11.3437 14.1746 11.5271C14.1514 11.7104 14.1016 11.8861 14.0252 12.0541C13.9488 12.268 13.9451 12.4627 14.0142 12.6381C14.0826 12.8141 14.2085 12.9403 14.3918 13.0166ZM10.5647 16.9354C10.7022 17.0729 10.8627 17.1416 11.046 17.1416C11.2293 17.1416 11.3897 17.0729 11.5272 16.9354L13.3377 15.1479C13.4293 15.0562 13.4752 14.9493 13.4752 14.8271C13.4752 14.7048 13.4293 14.5979 13.3377 14.5062L11.5272 12.7187C11.3897 12.5965 11.2293 12.5314 11.046 12.5235C10.8627 12.5161 10.7022 12.5812 10.5647 12.7187C10.4272 12.8562 10.3585 13.0166 10.3585 13.2C10.3585 13.3833 10.4272 13.5437 10.5647 13.6812L11.0689 14.1854C10.6411 14.2007 10.225 14.1319 9.82041 13.9791C9.41525 13.8264 9.05225 13.5896 8.73141 13.2687C8.42586 12.9632 8.19272 12.6118 8.032 12.2146C7.87189 11.8173 7.79183 11.4201 7.79183 11.0229C7.79183 10.8243 7.80344 10.637 7.82666 10.461C7.84927 10.2856 7.89877 10.1062 7.97516 9.9229C8.03627 9.75484 8.04391 9.59045 7.99808 9.42973C7.95225 9.26962 7.86058 9.14373 7.72308 9.05206C7.53975 8.92984 7.3448 8.89928 7.13825 8.9604C6.9323 9.02151 6.79113 9.14373 6.71475 9.32706C6.59252 9.60206 6.51216 9.87309 6.47366 10.1401C6.43577 10.4078 6.41683 10.6944 6.41683 11C6.41683 11.5805 6.53141 12.1535 6.76058 12.7187C6.98975 13.284 7.32586 13.7882 7.76891 14.2312C8.21197 14.6743 8.7085 15.0067 9.2585 15.2286C9.8085 15.4498 10.3738 15.568 10.9543 15.5833L10.5647 15.9729C10.4272 16.1104 10.3585 16.2708 10.3585 16.4541C10.3585 16.6375 10.4272 16.7979 10.5647 16.9354ZM11.0002 20.1666C9.73211 20.1666 8.54044 19.9259 7.42516 19.4443C6.30989 18.9634 5.33975 18.3104 4.51475 17.4854C3.68975 16.6604 3.03677 15.6903 2.55583 14.575C2.07427 13.4597 1.8335 12.268 1.8335 11C1.8335 9.73192 2.07427 8.54026 2.55583 7.42498C3.03677 6.3097 3.68975 5.33956 4.51475 4.51456C5.33975 3.68956 6.30989 3.03629 7.42516 2.55473C8.54044 2.07379 9.73211 1.83331 11.0002 1.83331C12.2682 1.83331 13.4599 2.07379 14.5752 2.55473C15.6904 3.03629 16.6606 3.68956 17.4856 4.51456C18.3106 5.33956 18.9636 6.3097 19.4445 7.42498C19.9261 8.54026 20.1668 9.73192 20.1668 11C20.1668 12.268 19.9261 13.4597 19.4445 14.575C18.9636 15.6903 18.3106 16.6604 17.4856 17.4854C16.6606 18.3104 15.6904 18.9634 14.5752 19.4443C13.4599 19.9259 12.2682 20.1666 11.0002 20.1666Z' fill='%230033A0'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M14.3918 13.0166C14.5599 13.093 14.7319 13.1007 14.9079 13.0396C15.0833 12.9785 15.2016 12.8639 15.2627 12.6958C15.3849 12.4208 15.4689 12.1421 15.5147 11.8598C15.5606 11.5769 15.5835 11.2903 15.5835 11C15.5835 10.4194 15.4729 9.84254 15.2517 9.26931C15.0298 8.6967 14.6974 8.18887 14.2543 7.74581C13.8113 7.30276 13.3111 6.97429 12.7537 6.7604C12.1958 6.54651 11.6266 6.43956 11.046 6.43956L11.4585 6.02706C11.596 5.88956 11.6611 5.72915 11.6537 5.54581C11.6458 5.36248 11.5731 5.20206 11.4356 5.06456C11.2981 4.92706 11.1377 4.85831 10.9543 4.85831C10.771 4.85831 10.6106 4.92706 10.4731 5.06456L8.66266 6.85206C8.571 6.94373 8.52516 7.05067 8.52516 7.1729C8.52516 7.29512 8.571 7.40206 8.66266 7.49373L10.4731 9.28123C10.6106 9.40345 10.771 9.46823 10.9543 9.47556C11.1377 9.48351 11.2981 9.41873 11.4356 9.28123C11.5731 9.14373 11.6418 8.98331 11.6418 8.79998C11.6418 8.61665 11.5731 8.45623 11.4356 8.31873L10.9085 7.79165C11.321 7.79165 11.7411 7.8717 12.1689 8.03181C12.5967 8.19254 12.9634 8.42567 13.2689 8.73123C13.5745 9.03679 13.8076 9.38817 13.9683 9.7854C14.1284 10.1826 14.2085 10.5798 14.2085 10.9771C14.2085 11.1604 14.1972 11.3437 14.1746 11.5271C14.1514 11.7104 14.1016 11.8861 14.0252 12.0541C13.9488 12.268 13.9451 12.4627 14.0142 12.6381C14.0826 12.8141 14.2085 12.9403 14.3918 13.0166ZM10.5647 16.9354C10.7022 17.0729 10.8627 17.1416 11.046 17.1416C11.2293 17.1416 11.3897 17.0729 11.5272 16.9354L13.3377 15.1479C13.4293 15.0562 13.4752 14.9493 13.4752 14.8271C13.4752 14.7048 13.4293 14.5979 13.3377 14.5062L11.5272 12.7187C11.3897 12.5965 11.2293 12.5314 11.046 12.5235C10.8627 12.5161 10.7022 12.5812 10.5647 12.7187C10.4272 12.8562 10.3585 13.0166 10.3585 13.2C10.3585 13.3833 10.4272 13.5437 10.5647 13.6812L11.0689 14.1854C10.6411 14.2007 10.225 14.1319 9.82041 13.9791C9.41525 13.8264 9.05225 13.5896 8.73141 13.2687C8.42586 12.9632 8.19272 12.6118 8.032 12.2146C7.87189 11.8173 7.79183 11.4201 7.79183 11.0229C7.79183 10.8243 7.80344 10.637 7.82666 10.461C7.84927 10.2856 7.89877 10.1062 7.97516 9.9229C8.03627 9.75484 8.04391 9.59045 7.99808 9.42973C7.95225 9.26962 7.86058 9.14373 7.72308 9.05206C7.53975 8.92984 7.3448 8.89928 7.13825 8.9604C6.9323 9.02151 6.79113 9.14373 6.71475 9.32706C6.59252 9.60206 6.51216 9.87309 6.47366 10.1401C6.43577 10.4078 6.41683 10.6944 6.41683 11C6.41683 11.5805 6.53141 12.1535 6.76058 12.7187C6.98975 13.284 7.32586 13.7882 7.76891 14.2312C8.21197 14.6743 8.7085 15.0067 9.2585 15.2286C9.8085 15.4498 10.3738 15.568 10.9543 15.5833L10.5647 15.9729C10.4272 16.1104 10.3585 16.2708 10.3585 16.4541C10.3585 16.6375 10.4272 16.7979 10.5647 16.9354ZM11.0002 20.1666C9.73211 20.1666 8.54044 19.9259 7.42516 19.4443C6.30989 18.9634 5.33975 18.3104 4.51475 17.4854C3.68975 16.6604 3.03677 15.6903 2.55583 14.575C2.07427 13.4597 1.8335 12.268 1.8335 11C1.8335 9.73192 2.07427 8.54026 2.55583 7.42498C3.03677 6.3097 3.68975 5.33956 4.51475 4.51456C5.33975 3.68956 6.30989 3.03629 7.42516 2.55473C8.54044 2.07379 9.73211 1.83331 11.0002 1.83331C12.2682 1.83331 13.4599 2.07379 14.5752 2.55473C15.6904 3.03629 16.6606 3.68956 17.4856 4.51456C18.3106 5.33956 18.9636 6.3097 19.4445 7.42498C19.9261 8.54026 20.1668 9.73192 20.1668 11C20.1668 12.268 19.9261 13.4597 19.4445 14.575C18.9636 15.6903 18.3106 16.6604 17.4856 17.4854C16.6606 18.3104 15.6904 18.9634 14.5752 19.4443C13.4599 19.9259 12.2682 20.1666 11.0002 20.1666Z' fill='%230033A0'/%3E%3C/svg%3E");
}

.icon--tc--dolar::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='19' viewBox='0 0 12 19' fill='none'%3E%3Cpath d='M6.94043 2.1875C7.56044 2.23135 8.17373 2.32884 8.78027 2.48047C9.63347 2.68044 10.3868 2.98716 11.04 3.40039L10.04 5.86035C9.38682 5.48712 8.73329 5.21334 8.08008 5.04004C7.6956 4.93021 7.31567 4.8528 6.94043 4.80762V8.22168C7.43855 8.34032 7.93246 8.47245 8.4209 8.62012C9.00743 8.79344 9.5406 9.02704 10.0205 9.32031C10.5005 9.61365 10.8873 10.0005 11.1807 10.4805C11.4873 10.9605 11.6406 11.5675 11.6406 12.3008C11.6406 13.0873 11.4204 13.8077 10.9805 14.4609C10.5405 15.1141 9.87987 15.6401 9 16.04C8.41854 16.3084 7.73194 16.484 6.94043 16.5723V18.8008H4.94043V16.6162C4.09267 16.5645 3.27266 16.4265 2.48047 16.2002C1.45382 15.8935 0.626658 15.5005 0 15.0205L1.10059 12.5801C1.70059 13.0067 2.40737 13.3606 3.2207 13.6406C3.79071 13.8245 4.36409 13.9429 4.94043 14V10.6514C4.45859 10.5325 3.97165 10.3965 3.48047 10.2402C2.90715 10.0536 2.38038 9.81383 1.90039 9.52051C1.42041 9.22718 1.02736 8.84033 0.720703 8.36035C0.427372 7.88036 0.280276 7.26717 0.280273 6.52051C0.280273 5.72051 0.494239 4.99415 0.920898 4.34082C1.3609 3.67415 2.01419 3.14741 2.88086 2.76074C3.46908 2.49341 4.15564 2.31715 4.94043 2.22852V0H6.94043V2.1875ZM6.94043 13.9395C7.05523 13.9167 7.16234 13.8909 7.26074 13.8604C7.66058 13.727 7.95401 13.5469 8.14062 13.3203C8.32718 13.0937 8.4209 12.8333 8.4209 12.54C8.42078 12.1669 8.27368 11.8734 7.98047 11.6602C7.71217 11.4529 7.36485 11.2874 6.94043 11.1582V13.9395ZM4.94043 4.88379C4.82667 4.91123 4.7198 4.94392 4.62012 4.98047C4.22032 5.1271 3.93405 5.32065 3.76074 5.56055C3.58743 5.78718 3.50003 6.05374 3.5 6.36035C3.5 6.7203 3.64718 7.01358 3.94043 7.24023C4.20022 7.42917 4.53422 7.58377 4.94043 7.70996V4.88379Z' fill='%23001238'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='19' viewBox='0 0 12 19' fill='none'%3E%3Cpath d='M6.94043 2.1875C7.56044 2.23135 8.17373 2.32884 8.78027 2.48047C9.63347 2.68044 10.3868 2.98716 11.04 3.40039L10.04 5.86035C9.38682 5.48712 8.73329 5.21334 8.08008 5.04004C7.6956 4.93021 7.31567 4.8528 6.94043 4.80762V8.22168C7.43855 8.34032 7.93246 8.47245 8.4209 8.62012C9.00743 8.79344 9.5406 9.02704 10.0205 9.32031C10.5005 9.61365 10.8873 10.0005 11.1807 10.4805C11.4873 10.9605 11.6406 11.5675 11.6406 12.3008C11.6406 13.0873 11.4204 13.8077 10.9805 14.4609C10.5405 15.1141 9.87987 15.6401 9 16.04C8.41854 16.3084 7.73194 16.484 6.94043 16.5723V18.8008H4.94043V16.6162C4.09267 16.5645 3.27266 16.4265 2.48047 16.2002C1.45382 15.8935 0.626658 15.5005 0 15.0205L1.10059 12.5801C1.70059 13.0067 2.40737 13.3606 3.2207 13.6406C3.79071 13.8245 4.36409 13.9429 4.94043 14V10.6514C4.45859 10.5325 3.97165 10.3965 3.48047 10.2402C2.90715 10.0536 2.38038 9.81383 1.90039 9.52051C1.42041 9.22718 1.02736 8.84033 0.720703 8.36035C0.427372 7.88036 0.280276 7.26717 0.280273 6.52051C0.280273 5.72051 0.494239 4.99415 0.920898 4.34082C1.3609 3.67415 2.01419 3.14741 2.88086 2.76074C3.46908 2.49341 4.15564 2.31715 4.94043 2.22852V0H6.94043V2.1875ZM6.94043 13.9395C7.05523 13.9167 7.16234 13.8909 7.26074 13.8604C7.66058 13.727 7.95401 13.5469 8.14062 13.3203C8.32718 13.0937 8.4209 12.8333 8.4209 12.54C8.42078 12.1669 8.27368 11.8734 7.98047 11.6602C7.71217 11.4529 7.36485 11.2874 6.94043 11.1582V13.9395ZM4.94043 4.88379C4.82667 4.91123 4.7198 4.94392 4.62012 4.98047C4.22032 5.1271 3.93405 5.32065 3.76074 5.56055C3.58743 5.78718 3.50003 6.05374 3.5 6.36035C3.5 6.7203 3.64718 7.01358 3.94043 7.24023C4.20022 7.42917 4.53422 7.58377 4.94043 7.70996V4.88379Z' fill='%23001238'/%3E%3C/svg%3E");
}

.icon--tc--euro::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cg clip-path='url(%23clip0_15313_4619)'%3E%3Cpath d='M13.4443 16.2963C11.3991 16.2963 9.63095 15.1393 8.75095 13.4445H13.4443V11.8148H8.21317C8.17243 11.5459 8.14799 11.2771 8.14799 11C8.14799 10.723 8.17243 10.4541 8.21317 10.1852H13.4443V8.55558H8.75095C9.63095 6.86076 11.4072 5.70372 13.4443 5.70372C14.7561 5.70372 15.9621 6.18446 16.8909 6.98298L18.3332 5.54076C17.0376 4.37558 15.3184 3.66669 13.4443 3.66669C10.2502 3.66669 7.54502 5.71187 6.53465 8.55558H3.6665V10.1852H6.15984C6.12724 10.4541 6.11095 10.723 6.11095 11C6.11095 11.2771 6.12724 11.5459 6.15984 11.8148H3.6665V13.4445H6.53465C7.54502 16.2882 10.2502 18.3334 13.4443 18.3334C15.3265 18.3334 17.0376 17.6245 18.3332 16.4593L16.8828 15.0171C15.9621 15.8156 14.7643 16.2963 13.4443 16.2963Z' fill='%23001238'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_15313_4619'%3E%3Crect width='22' height='22' rx='11' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cg clip-path='url(%23clip0_15313_4619)'%3E%3Cpath d='M13.4443 16.2963C11.3991 16.2963 9.63095 15.1393 8.75095 13.4445H13.4443V11.8148H8.21317C8.17243 11.5459 8.14799 11.2771 8.14799 11C8.14799 10.723 8.17243 10.4541 8.21317 10.1852H13.4443V8.55558H8.75095C9.63095 6.86076 11.4072 5.70372 13.4443 5.70372C14.7561 5.70372 15.9621 6.18446 16.8909 6.98298L18.3332 5.54076C17.0376 4.37558 15.3184 3.66669 13.4443 3.66669C10.2502 3.66669 7.54502 5.71187 6.53465 8.55558H3.6665V10.1852H6.15984C6.12724 10.4541 6.11095 10.723 6.11095 11C6.11095 11.2771 6.12724 11.5459 6.15984 11.8148H3.6665V13.4445H6.53465C7.54502 16.2882 10.2502 18.3334 13.4443 18.3334C15.3265 18.3334 17.0376 17.6245 18.3332 16.4593L16.8828 15.0171C15.9621 15.8156 14.7643 16.2963 13.4443 16.2963Z' fill='%23001238'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_15313_4619'%3E%3Crect width='22' height='22' rx='11' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon--messageChat::before{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M20.1577 3.66665C20.1577 2.65831 19.3418 1.83331 18.3335 1.83331H3.66683C2.6585 1.83331 1.8335 2.65831 1.8335 3.66665V14.6666C1.8335 15.675 2.6585 16.5 3.66683 16.5H16.5002L20.1668 20.1666L20.1577 3.66665ZM16.5002 12.8333H5.50016V11H16.5002V12.8333ZM16.5002 10.0833H5.50016V8.24998H16.5002V10.0833ZM16.5002 7.33331H5.50016V5.49998H16.5002V7.33331Z' fill='%230033A0'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M20.1577 3.66665C20.1577 2.65831 19.3418 1.83331 18.3335 1.83331H3.66683C2.6585 1.83331 1.8335 2.65831 1.8335 3.66665V14.6666C1.8335 15.675 2.6585 16.5 3.66683 16.5H16.5002L20.1668 20.1666L20.1577 3.66665ZM16.5002 12.8333H5.50016V11H16.5002V12.8333ZM16.5002 10.0833H5.50016V8.24998H16.5002V10.0833ZM16.5002 7.33331H5.50016V5.49998H16.5002V7.33331Z' fill='%230033A0'/%3E%3C/svg%3E");
}

.icon--disclamernew{
     -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M15.5267 38.7371L10.3518 37.608C9.88134 37.5139 9.50499 37.2705 9.22272 36.8779C8.94045 36.4865 8.83068 36.0555 8.89341 35.5851L9.4109 30.269L5.88255 26.2232C5.56892 25.8782 5.41211 25.4705 5.41211 25.0001C5.41211 24.5296 5.56892 24.1219 5.88255 23.7769L9.4109 19.7311L8.89341 14.415C8.83068 13.9446 8.94045 13.5137 9.22272 13.1222C9.50499 12.7296 9.88134 12.4862 10.3518 12.3921L15.5267 11.263L18.2553 6.65268C18.5062 6.24496 18.8512 5.97837 19.2903 5.85292C19.7293 5.72747 20.1684 5.74315 20.6075 5.89997L25.5001 7.96993L30.3928 5.89997C30.8319 5.74315 31.2709 5.72747 31.71 5.85292C32.1491 5.97837 32.4941 6.24496 32.745 6.65268L35.4736 11.263L40.6485 12.3921C41.1189 12.4862 41.4953 12.7296 41.7775 13.1222C42.0598 13.5137 42.1696 13.9446 42.1069 14.415L41.5894 19.7311L45.1177 23.7769C45.4313 24.1219 45.5882 24.5296 45.5882 25.0001C45.5882 25.4705 45.4313 25.8782 45.1177 26.2232L41.5894 30.269L42.1069 35.5851C42.1696 36.0555 42.0598 36.4865 41.7775 36.8779C41.4953 37.2705 41.1189 37.5139 40.6485 37.608L35.4736 38.7371L32.745 43.3474C32.4941 43.7552 32.1491 44.0217 31.71 44.1472C31.2709 44.2726 30.8319 44.257 30.3928 44.1001L25.5001 42.0302L20.6075 44.1001C20.1684 44.257 19.7293 44.2726 19.2903 44.1472C18.8512 44.0217 18.5062 43.7552 18.2553 43.3474L15.5267 38.7371ZM22.207 30.3631C22.552 30.7081 22.9911 30.8806 23.5243 30.8806C24.0574 30.8806 24.4965 30.7081 24.8415 30.3631L32.8391 22.3656C33.2154 21.9892 33.4036 21.542 33.4036 21.0239C33.4036 20.507 33.2154 20.0604 32.8391 19.684C32.4627 19.3077 32.0161 19.1195 31.4993 19.1195C30.9811 19.1195 30.5339 19.3077 30.1575 19.684L23.5243 26.3173L20.7957 23.6358C20.4193 23.2908 19.9727 23.1258 19.4559 23.1409C18.9377 23.1572 18.5062 23.3378 18.1612 23.6828C17.8162 24.0278 17.6437 24.4669 17.6437 25.0001C17.6437 25.5332 17.8162 25.9723 18.1612 26.3173L22.207 30.3631Z' fill='%230033A0'/%3E%3C/svg%3E");
     mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M15.5267 38.7371L10.3518 37.608C9.88134 37.5139 9.50499 37.2705 9.22272 36.8779C8.94045 36.4865 8.83068 36.0555 8.89341 35.5851L9.4109 30.269L5.88255 26.2232C5.56892 25.8782 5.41211 25.4705 5.41211 25.0001C5.41211 24.5296 5.56892 24.1219 5.88255 23.7769L9.4109 19.7311L8.89341 14.415C8.83068 13.9446 8.94045 13.5137 9.22272 13.1222C9.50499 12.7296 9.88134 12.4862 10.3518 12.3921L15.5267 11.263L18.2553 6.65268C18.5062 6.24496 18.8512 5.97837 19.2903 5.85292C19.7293 5.72747 20.1684 5.74315 20.6075 5.89997L25.5001 7.96993L30.3928 5.89997C30.8319 5.74315 31.2709 5.72747 31.71 5.85292C32.1491 5.97837 32.4941 6.24496 32.745 6.65268L35.4736 11.263L40.6485 12.3921C41.1189 12.4862 41.4953 12.7296 41.7775 13.1222C42.0598 13.5137 42.1696 13.9446 42.1069 14.415L41.5894 19.7311L45.1177 23.7769C45.4313 24.1219 45.5882 24.5296 45.5882 25.0001C45.5882 25.4705 45.4313 25.8782 45.1177 26.2232L41.5894 30.269L42.1069 35.5851C42.1696 36.0555 42.0598 36.4865 41.7775 36.8779C41.4953 37.2705 41.1189 37.5139 40.6485 37.608L35.4736 38.7371L32.745 43.3474C32.4941 43.7552 32.1491 44.0217 31.71 44.1472C31.2709 44.2726 30.8319 44.257 30.3928 44.1001L25.5001 42.0302L20.6075 44.1001C20.1684 44.257 19.7293 44.2726 19.2903 44.1472C18.8512 44.0217 18.5062 43.7552 18.2553 43.3474L15.5267 38.7371ZM22.207 30.3631C22.552 30.7081 22.9911 30.8806 23.5243 30.8806C24.0574 30.8806 24.4965 30.7081 24.8415 30.3631L32.8391 22.3656C33.2154 21.9892 33.4036 21.542 33.4036 21.0239C33.4036 20.507 33.2154 20.0604 32.8391 19.684C32.4627 19.3077 32.0161 19.1195 31.4993 19.1195C30.9811 19.1195 30.5339 19.3077 30.1575 19.684L23.5243 26.3173L20.7957 23.6358C20.4193 23.2908 19.9727 23.1258 19.4559 23.1409C18.9377 23.1572 18.5062 23.3378 18.1612 23.6828C17.8162 24.0278 17.6437 24.4669 17.6437 25.0001C17.6437 25.5332 17.8162 25.9723 18.1612 26.3173L22.207 30.3631Z' fill='%230033A0'/%3E%3C/svg%3E");
}

.icon--message::before{
   -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80' fill='none'%3E%3Cpath d='M73.2993 13.3332C73.2993 9.6665 70.3327 6.6665 66.666 6.6665H13.3327C9.66602 6.6665 6.66602 9.6665 6.66602 13.3332V53.3332C6.66602 56.9998 9.66602 59.9998 13.3327 59.9998H59.9993L73.3327 73.3332L73.2993 13.3332ZM59.9993 46.6665H19.9993V39.9998H59.9993V46.6665ZM59.9993 36.6665H19.9993V29.9998H59.9993V36.6665ZM59.9993 26.6665H19.9993V19.9998H59.9993V26.6665Z' fill='%23001238'/%3E%3C/svg%3E");
   mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80' fill='none'%3E%3Cpath d='M73.2993 13.3332C73.2993 9.6665 70.3327 6.6665 66.666 6.6665H13.3327C9.66602 6.6665 6.66602 9.6665 6.66602 13.3332V53.3332C6.66602 56.9998 9.66602 59.9998 13.3327 59.9998H59.9993L73.3327 73.3332L73.2993 13.3332ZM59.9993 46.6665H19.9993V39.9998H59.9993V46.6665ZM59.9993 36.6665H19.9993V29.9998H59.9993V36.6665ZM59.9993 26.6665H19.9993V19.9998H59.9993V26.6665Z' fill='%23001238'/%3E%3C/svg%3E");
}