{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/pricing-comparison-block",
  "version": "0.1.0",
  "title": "Plan Comparison (Free)",
  "category": "adaire-blocks-free",
  "description": "Pricing cards with audience tabs, a dynamic feature comparison table, and a sticky choose-plan bar.",
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "customClassName": true
  },
  "example": {
    "attributes": {
      "headingText": "Compare our plans",
      "subheadingText": "Transparent pricing for every stage of your growth",
      "showGuarantee": true
    }
  },
  "textdomain": "pricing-comparison-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "attributes": {
    "blockId": {
      "type": "string",
      "default": ""
    },
    "headingText": {
      "type": "string",
      "default": "Select your plan"
    },
    "subheadingText": {
      "type": "string",
      "default": "Adaire website builder"
    },
    "linkText": {
      "type": "string",
      "default": "Discover Adaire Pro"
    },
    "linkUrl": {
      "type": "string",
      "default": "#"
    },
    "showGuarantee": {
      "type": "boolean",
      "default": true
    },
    "guaranteeText": {
      "type": "string",
      "default": "30-day money-back guarantee"
    },
    "activeGroupId": {
      "type": "string",
      "default": "myself"
    },
    "displayMode": {
      "type": "string",
      "default": "comparison"
    },
    "planGroups": {
      "type": "array",
      "default": [
        {
          "id": "myself",
          "label": "Building for myself",
          "plans": [
            {
              "id": "essential",
              "name": "Essential",
              "description": "For a basic website",
              "price": "$5",
              "pricePeriod": "/Mo",
              "oldPrice": "",
              "savingsText": "",
              "billingText": "Billed annually. You pay $60 today",
              "ctaText": "Buy now",
              "ctaUrl": "#",
              "badgeText": "",
              "highlight": false,
              "metaItems": [
                "0 Adaire credits",
                "1 site"
              ]
            },
            {
              "id": "advanced-solo",
              "name": "Advanced Solo",
              "description": "For a professional website with advanced features",
              "price": "$7",
              "pricePeriod": "/Mo",
              "oldPrice": "",
              "savingsText": "",
              "billingText": "Billed annually. You pay $84 today",
              "ctaText": "Buy now",
              "ctaUrl": "#",
              "badgeText": "",
              "highlight": false,
              "metaItems": [
                "0 Adaire credits",
                "1 site"
              ]
            },
            {
              "id": "advanced",
              "name": "Advanced",
              "description": "For 3 professional websites with advanced features",
              "price": "$9",
              "pricePeriod": "/Mo",
              "oldPrice": "",
              "savingsText": "",
              "billingText": "Billed annually. You pay $99 today",
              "ctaText": "Buy now",
              "ctaUrl": "#",
              "badgeText": "",
              "highlight": false,
              "metaItems": [
                "0 Adaire credits",
                "3 sites"
              ]
            },
            {
              "id": "one",
              "name": "One",
              "description": "The complete website building experience",
              "price": "$14",
              "pricePeriod": "/Mo",
              "oldPrice": "$19",
              "savingsText": "Save 26% launch offer",
              "billingText": "Billed annually. You pay $168 today. Renews at regular rate $228/yr",
              "ctaText": "Buy now",
              "ctaUrl": "#",
              "badgeText": "Best value",
              "highlight": true,
              "metaItems": [
                "25,000 monthly Adaire credits",
                "1 site"
              ]
            }
          ],
          "featureSections": [
            {
              "id": "create",
              "title": "Create",
              "open": true,
              "rows": [
                {
                  "id": "websites",
                  "label": "Number of Websites",
                  "values": [
                    {
                      "type": "text",
                      "text": "1"
                    },
                    {
                      "type": "text",
                      "text": "1"
                    },
                    {
                      "type": "text",
                      "text": "3"
                    },
                    {
                      "type": "text",
                      "text": "1"
                    }
                  ]
                },
                {
                  "id": "pro-widgets",
                  "label": "Editor Pro widgets",
                  "values": [
                    {
                      "type": "text",
                      "text": "57"
                    },
                    {
                      "type": "text",
                      "text": "85"
                    },
                    {
                      "type": "text",
                      "text": "85"
                    },
                    {
                      "type": "text",
                      "text": "85"
                    }
                  ]
                },
                {
                  "id": "theme-builder",
                  "label": "Theme Builder",
                  "values": [
                    {
                      "type": "check",
                      "text": ""
                    },
                    {
                      "type": "check",
                      "text": ""
                    },
                    {
                      "type": "check",
                      "text": ""
                    },
                    {
                      "type": "check",
                      "text": ""
                    }
                  ]
                }
              ]
            },
            {
              "id": "optimize",
              "title": "Optimize",
              "open": true,
              "rows": [
                {
                  "id": "image-optimization",
                  "label": "Image optimization",
                  "values": [
                    {
                      "type": "cross",
                      "text": ""
                    },
                    {
                      "type": "cross",
                      "text": ""
                    },
                    {
                      "type": "cross",
                      "text": ""
                    },
                    {
                      "type": "check",
                      "text": "Valued at $60/yr"
                    }
                  ]
                },
                {
                  "id": "site-accessibility",
                  "label": "Site accessibility",
                  "values": [
                    {
                      "type": "cross",
                      "text": ""
                    },
                    {
                      "type": "cross",
                      "text": ""
                    },
                    {
                      "type": "cross",
                      "text": ""
                    },
                    {
                      "type": "check",
                      "text": "Valued at $120/yr"
                    }
                  ]
                }
              ]
            },
            {
              "id": "manage",
              "title": "Manage",
              "open": true,
              "rows": [
                {
                  "id": "support",
                  "label": "Support",
                  "values": [
                    {
                      "type": "text",
                      "text": "Basic"
                    },
                    {
                      "type": "text",
                      "text": "Basic"
                    },
                    {
                      "type": "text",
                      "text": "Basic"
                    },
                    {
                      "type": "text",
                      "text": "Priority"
                    }
                  ]
                },
                {
                  "id": "cloud-templates",
                  "label": "Cloud Templates",
                  "values": [
                    {
                      "type": "text",
                      "text": "10"
                    },
                    {
                      "type": "text",
                      "text": "20"
                    },
                    {
                      "type": "text",
                      "text": "30"
                    },
                    {
                      "type": "text",
                      "text": "30"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "id": "clients",
          "label": "Building for clients",
          "plans": [
            {
              "id": "essential",
              "name": "Essential",
              "description": "For a basic website",
              "price": "$8",
              "pricePeriod": "/Mo",
              "oldPrice": "",
              "savingsText": "",
              "billingText": "Billed annually. You pay $96 today",
              "ctaText": "Buy now",
              "ctaUrl": "#",
              "badgeText": "",
              "highlight": false,
              "metaItems": [
                "0 Adaire credits",
                "3 sites"
              ]
            },
            {
              "id": "advanced",
              "name": "Advanced",
              "description": "For 10 professional websites",
              "price": "$16",
              "pricePeriod": "/Mo",
              "oldPrice": "",
              "savingsText": "",
              "billingText": "Billed annually. You pay $192 today",
              "ctaText": "Buy now",
              "ctaUrl": "#",
              "badgeText": "",
              "highlight": false,
              "metaItems": [
                "0 Adaire credits",
                "10 sites"
              ]
            },
            {
              "id": "expert",
              "name": "Expert",
              "description": "For 25 professional websites",
              "price": "$22",
              "pricePeriod": "/Mo",
              "oldPrice": "",
              "savingsText": "",
              "billingText": "Billed annually. You pay $264 today",
              "ctaText": "Buy now",
              "ctaUrl": "#",
              "badgeText": "Most popular",
              "highlight": true,
              "metaItems": [
                "5,000 Adaire credits",
                "25 sites"
              ]
            },
            {
              "id": "agency",
              "name": "Agency",
              "description": "For 100 websites and teams",
              "price": "$52",
              "pricePeriod": "/Mo",
              "oldPrice": "",
              "savingsText": "",
              "billingText": "Billed annually. You pay $624 today",
              "ctaText": "Buy now",
              "ctaUrl": "#",
              "badgeText": "",
              "highlight": false,
              "metaItems": [
                "10,000 Adaire credits",
                "100 sites"
              ]
            }
          ],
          "featureSections": [
            {
              "id": "create",
              "title": "Create",
              "open": true,
              "rows": [
                {
                  "id": "websites",
                  "label": "Number of Websites",
                  "values": [
                    {
                      "type": "text",
                      "text": "3"
                    },
                    {
                      "type": "text",
                      "text": "10"
                    },
                    {
                      "type": "text",
                      "text": "25"
                    },
                    {
                      "type": "text",
                      "text": "100"
                    }
                  ]
                },
                {
                  "id": "pro-widgets",
                  "label": "Editor Pro widgets",
                  "values": [
                    {
                      "type": "text",
                      "text": "85"
                    },
                    {
                      "type": "text",
                      "text": "85"
                    },
                    {
                      "type": "text",
                      "text": "85"
                    },
                    {
                      "type": "text",
                      "text": "85"
                    }
                  ]
                }
              ]
            },
            {
              "id": "manage",
              "title": "Manage",
              "open": true,
              "rows": [
                {
                  "id": "support",
                  "label": "Support",
                  "values": [
                    {
                      "type": "text",
                      "text": "Basic"
                    },
                    {
                      "type": "text",
                      "text": "Basic"
                    },
                    {
                      "type": "text",
                      "text": "Priority"
                    },
                    {
                      "type": "text",
                      "text": "Priority"
                    }
                  ]
                },
                {
                  "id": "cloud-templates",
                  "label": "Cloud Templates",
                  "values": [
                    {
                      "type": "text",
                      "text": "10"
                    },
                    {
                      "type": "text",
                      "text": "30"
                    },
                    {
                      "type": "text",
                      "text": "50"
                    },
                    {
                      "type": "text",
                      "text": "100"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    "containerMode": {
      "type": "string",
      "default": "full"
    },
    "containerMaxWidth": {
      "type": "object",
      "default": {
        "desktop": {
          "value": 1200,
          "unit": "px"
        },
        "tablet": {
          "value": 100,
          "unit": "%"
        },
        "mobile": {
          "value": 100,
          "unit": "%"
        }
      }
    },
    "paddingTop": {
      "type": "number",
      "default": 60
    },
    "paddingBottom": {
      "type": "number",
      "default": 80
    },
    "backgroundColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "textColor": {
      "type": "string",
      "default": "#111111"
    },
    "mutedTextColor": {
      "type": "string",
      "default": "#6b7280"
    },
    "accentColor": {
      "type": "string",
      "default": "#ff4242"
    },
    "borderColor": {
      "type": "string",
      "default": "#e5e7eb"
    },
    "cardBackground": {
      "type": "string",
      "default": "#ffffff"
    },
    "highlightBackground": {
      "type": "string",
      "default": "#fff5f5"
    },
    "cardRadius": {
      "type": "number",
      "default": 20
    },
    "buttonBackground": {
      "type": "string",
      "default": "#111111"
    },
    "buttonTextColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "buttonOutlineColor": {
      "type": "string",
      "default": "#111111"
    },
    "stickyBackground": {
      "type": "string",
      "default": "#ffffff"
    },
    "stickyBorderColor": {
      "type": "string",
      "default": "#e5e7eb"
    },
    "stickyLabel": {
      "type": "string",
      "default": "Choose your plan"
    },
    "showSticky": {
      "type": "boolean",
      "default": true
    },
    "tableStripedColor": {
      "type": "string",
      "default": "#fafafa"
    }
  },
  "icon": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_94_30)\">\n<rect width=\"24\" height=\"24\" rx=\"5\" fill=\"#D52940\"/>\n<g clip-path=\"url(#clip1_94_30)\">\n<rect width=\"24\" height=\"24\" fill=\"#F0F0F1\"/>\n<path d=\"M15.1632 6.7619H8.83675C8.77003 6.76258 8.70409 6.77795 8.64268 6.80713C8.58127 6.83631 8.5256 6.87872 8.47885 6.93195C8.43211 6.98519 8.3952 7.0482 8.37023 7.11738C8.34527 7.18656 8.33273 7.26056 8.33335 7.33516V16.6635C8.33258 16.7382 8.34499 16.8124 8.36989 16.8817C8.39479 16.951 8.43168 17.0142 8.47844 17.0676C8.5252 17.1209 8.58093 17.1635 8.64241 17.1927C8.7039 17.222 8.76993 17.2374 8.83675 17.2381H15.1632C15.23 17.2374 15.2961 17.222 15.3575 17.1927C15.419 17.1635 15.4748 17.1209 15.5215 17.0676C15.5683 17.0142 15.6052 16.951 15.6301 16.8817C15.655 16.8124 15.6674 16.7382 15.6666 16.6635V7.33385C15.6675 7.18342 15.6151 7.03872 15.5207 6.93149C15.4263 6.82427 15.2977 6.76328 15.1632 6.7619ZM15.0886 16.1997C15.0886 16.2397 15.0816 16.2793 15.0678 16.3162C15.0541 16.3531 15.034 16.3866 15.0087 16.4148C14.9833 16.443 14.9533 16.4654 14.9202 16.4806C14.8871 16.4957 14.8517 16.5035 14.8159 16.5033H9.18402C9.11201 16.5033 9.04295 16.4713 8.99203 16.4144C8.94111 16.3575 8.9125 16.2802 8.9125 16.1997V7.80418C8.91235 7.76421 8.91926 7.72459 8.93284 7.68761C8.94642 7.65063 8.96639 7.61701 8.99162 7.58868C9.01685 7.56036 9.04682 7.53788 9.07984 7.52255C9.11286 7.50721 9.14827 7.49931 9.18402 7.49931H14.8159C14.8517 7.49931 14.8872 7.5072 14.9203 7.52252C14.9534 7.53784 14.9834 7.5603 15.0088 7.58861C15.0341 7.61692 15.0542 7.65052 15.0679 7.68751C15.0816 7.7245 15.0886 7.76414 15.0886 7.80418V16.1997Z\" fill=\"#D52940\"/>\n<path d=\"M6.85421 7.80952H1.43151C1.37424 7.81004 1.31762 7.82235 1.26492 7.84574C1.21221 7.86913 1.16446 7.90315 1.12438 7.94583C1.0843 7.98852 1.05268 8.03904 1.03134 8.0945C1.01 8.14996 0.99936 8.20927 1.00003 8.26903V15.7323C0.999528 15.7919 1.0103 15.8511 1.03171 15.9064C1.05312 15.9617 1.08476 16.0121 1.12483 16.0546C1.1649 16.0972 1.21261 16.1311 1.26523 16.1544C1.31785 16.1777 1.37435 16.19 1.43151 16.1905H6.85421C6.91138 16.19 6.96788 16.1777 7.0205 16.1544C7.07312 16.1311 7.12083 16.0972 7.1609 16.0546C7.20097 16.0121 7.23261 15.9617 7.25402 15.9064C7.27543 15.8511 7.2862 15.7919 7.2857 15.7323V8.26638C7.28637 8.14614 7.24133 8.03054 7.16045 7.9449C7.07957 7.85926 6.96944 7.81057 6.85421 7.80952ZM6.71081 15.2582C6.71081 15.3211 6.68687 15.3814 6.64427 15.4258C6.60167 15.4703 6.54389 15.4953 6.48364 15.4953H1.80207C1.74182 15.4953 1.68406 15.4703 1.64145 15.4258C1.59885 15.3814 1.57492 15.3211 1.57492 15.2582V8.74178C1.57525 8.67914 1.59934 8.61919 1.6419 8.57502C1.68447 8.53085 1.74204 8.50606 1.80207 8.50606H6.4735C6.53352 8.50606 6.59111 8.53085 6.63368 8.57502C6.67624 8.61919 6.70033 8.67914 6.70066 8.74178L6.71081 15.2582Z\" fill=\"#D52940\"/>\n<path d=\"M22.5685 7.80952H17.1458C17.0885 7.81004 17.0319 7.82235 16.9792 7.84574C16.9265 7.86913 16.8788 7.90315 16.8387 7.94583C16.7986 7.98852 16.767 8.03904 16.7456 8.0945C16.7243 8.14996 16.7137 8.20927 16.7143 8.26903V15.7323C16.7138 15.7919 16.7246 15.8511 16.746 15.9064C16.7674 15.9617 16.7991 16.0121 16.8391 16.0546C16.8792 16.0972 16.9269 16.1311 16.9795 16.1544C17.0321 16.1777 17.0886 16.19 17.1458 16.1905H22.5685C22.6257 16.19 22.6822 16.1777 22.7348 16.1544C22.7874 16.1311 22.8351 16.0972 22.8752 16.0546C22.9153 16.0121 22.9469 15.9617 22.9683 15.9064C22.9897 15.8511 23.0005 15.7919 23 15.7323V8.26638C23.0007 8.14614 22.9556 8.03054 22.8747 7.9449C22.7939 7.85926 22.6837 7.81057 22.5685 7.80952ZM22.4251 15.2582C22.4251 15.3211 22.4012 15.3814 22.3586 15.4258C22.316 15.4703 22.2582 15.4953 22.1979 15.4953H17.5164C17.4561 15.4953 17.3984 15.4703 17.3557 15.4258C17.3131 15.3814 17.2892 15.3211 17.2892 15.2582V8.74178C17.2895 8.67914 17.3136 8.61919 17.3562 8.57502C17.3988 8.53085 17.4563 8.50606 17.5164 8.50606H22.1878C22.2478 8.50606 22.3054 8.53085 22.348 8.57502C22.3905 8.61919 22.4146 8.67914 22.415 8.74178L22.4251 15.2582Z\" fill=\"#D52940\"/>\n<path d=\"M13.2414 14.2888C12.9916 14.4993 12.6661 14.6256 12.3216 14.6457C12.318 14.6455 12.3143 14.646 12.3109 14.6472C12.3075 14.6484 12.3044 14.6502 12.3019 14.6525C12.2994 14.6549 12.2975 14.6577 12.2963 14.6607C12.2952 14.6638 12.2948 14.667 12.2952 14.6702V15.0823C12.2966 15.0904 12.2958 15.0986 12.293 15.1064C12.2901 15.1141 12.2853 15.1212 12.2788 15.127C12.2723 15.1328 12.2644 15.1373 12.2557 15.1399C12.247 15.1426 12.2377 15.1435 12.2285 15.1424H11.7867C11.7775 15.1435 11.7682 15.1426 11.7595 15.1399C11.7508 15.1373 11.7429 15.1328 11.7364 15.127C11.73 15.1212 11.7251 15.1141 11.7223 15.1064C11.7194 15.0986 11.7187 15.0904 11.72 15.0823V14.6641C11.7205 14.6609 11.7201 14.6577 11.7189 14.6547C11.7178 14.6517 11.7158 14.649 11.7133 14.6467C11.7107 14.6445 11.7076 14.6428 11.7042 14.6418C11.7008 14.6407 11.6972 14.6404 11.6936 14.6408C11.3458 14.6136 11.0185 14.484 10.7641 14.2728C10.6528 14.172 10.5657 14.0524 10.5081 13.9211C10.4506 13.7897 10.4238 13.6495 10.4293 13.5088V13.3371C10.4281 13.329 10.4291 13.3207 10.4321 13.313C10.4351 13.3053 10.4402 13.2984 10.4468 13.2927C10.4533 13.287 10.4614 13.2827 10.4701 13.2802C10.4789 13.2777 10.4882 13.277 10.4974 13.2782H10.9586C10.9677 13.2769 10.977 13.2776 10.9858 13.2801C10.9945 13.2826 11.0024 13.2869 11.0089 13.2926C11.0154 13.2984 11.0203 13.3054 11.0232 13.3131C11.026 13.3208 11.0268 13.329 11.0253 13.3371V13.4793C11.0245 13.5747 11.0492 13.6688 11.0975 13.7541C11.1458 13.8394 11.2163 13.9133 11.3032 13.9699C11.5245 14.1094 11.7931 14.1782 12.0646 14.1649C12.3004 14.1803 12.5346 14.1192 12.7231 13.9932C12.796 13.9381 12.8539 13.8693 12.8927 13.7918C12.9314 13.7144 12.9499 13.6302 12.9468 13.5455C12.9507 13.4328 12.9105 13.3224 12.8329 13.2328C12.7415 13.1337 12.628 13.0523 12.4994 12.9936C12.2915 12.8952 12.0771 12.8075 11.8576 12.7312C11.6051 12.6454 11.3596 12.5446 11.1226 12.4295C10.9458 12.3415 10.7939 12.2196 10.678 12.0726C10.5597 11.9068 10.5028 11.7126 10.5154 11.517C10.5094 11.383 10.5342 11.2494 10.5884 11.1241C10.6426 10.9989 10.7251 10.8847 10.8308 10.7884C11.0629 10.5909 11.3642 10.4689 11.6853 10.4426C11.7033 10.4426 11.7131 10.4352 11.7131 10.4193L11.7061 9.96425C11.7047 9.95623 11.7054 9.94803 11.7083 9.94031C11.7111 9.93259 11.716 9.92558 11.7225 9.91985C11.729 9.91411 11.737 9.90981 11.7457 9.90729C11.7544 9.90478 11.7637 9.90412 11.7728 9.90538H12.2077C12.2168 9.90412 12.226 9.90478 12.2348 9.90729C12.2435 9.90981 12.2515 9.91411 12.258 9.91985C12.2645 9.92558 12.2693 9.93259 12.2722 9.94031C12.275 9.94803 12.2758 9.95623 12.2744 9.96425L12.2674 10.4254C12.267 10.4323 12.2694 10.4391 12.2743 10.4446C12.2791 10.45 12.2861 10.4536 12.2938 10.4548C12.6362 10.4843 12.9564 10.6179 13.1997 10.8326C13.3099 10.9357 13.3958 11.0571 13.4526 11.1897C13.5093 11.3223 13.5358 11.4636 13.5303 11.6053V11.7279C13.5318 11.7359 13.531 11.7441 13.5282 11.7519C13.5253 11.7596 13.5204 11.7666 13.5139 11.7723C13.5074 11.7781 13.4995 11.7824 13.4908 11.7849C13.482 11.7874 13.4727 11.788 13.4636 11.7868H12.9954C12.9863 11.788 12.9771 11.7874 12.9683 11.7849C12.9596 11.7824 12.9516 11.7781 12.9451 11.7723C12.9386 11.7666 12.9338 11.7596 12.9309 11.7519C12.9281 11.7441 12.9273 11.7359 12.9287 11.7279V11.6396C12.9312 11.5429 12.9091 11.4468 12.8642 11.3586C12.8192 11.2703 12.7525 11.192 12.6689 11.1294C12.4629 10.984 12.2029 10.9114 11.9395 10.9258C11.7234 10.9139 11.509 10.9667 11.331 11.0754C11.2593 11.128 11.2026 11.1946 11.1654 11.27C11.1282 11.3454 11.1117 11.4275 11.117 11.5096C11.1118 11.624 11.151 11.7365 11.2282 11.8285C11.3166 11.921 11.4259 11.9962 11.5491 12.0493C11.688 12.1143 11.9034 12.1977 12.1938 12.2946C12.4446 12.3826 12.6892 12.4842 12.926 12.5987C13.1087 12.6897 13.2662 12.8154 13.3872 12.9667C13.5145 13.1324 13.5787 13.3295 13.5706 13.5296C13.5765 13.6692 13.5504 13.8084 13.4938 13.9389C13.4372 14.0694 13.3514 14.1884 13.2414 14.2888Z\" fill=\"#D52940\"/>\n<path d=\"M4.00575 14.0937C3.99181 14.0947 3.97783 14.0924 3.96475 14.0871C3.95167 14.0818 3.93976 14.0734 3.92983 14.0627C3.9199 14.052 3.91216 14.039 3.90712 14.0248C3.90208 14.0105 3.89984 13.9953 3.90058 13.98V13.6978C3.68372 13.6689 3.48103 13.5647 3.3222 13.4006C3.24713 13.3161 3.18837 13.2159 3.14944 13.106C3.11051 12.9961 3.09221 12.8787 3.09562 12.7609V12.624C3.09488 12.6087 3.0971 12.5934 3.10214 12.5792C3.10718 12.5649 3.11493 12.552 3.12487 12.5413C3.1348 12.5305 3.1467 12.5222 3.15979 12.5169C3.17287 12.5115 3.18683 12.5093 3.20077 12.5103H3.48872C3.5026 12.5093 3.51651 12.5115 3.52953 12.5169C3.54256 12.5222 3.5544 12.5306 3.56424 12.5413C3.57408 12.5521 3.58169 12.565 3.58658 12.5793C3.59148 12.5935 3.59354 12.6088 3.59262 12.624V12.7335C3.59186 12.7978 3.60523 12.8614 3.63159 12.9188C3.65795 12.9762 3.69653 13.0259 3.74409 13.0636C3.87149 13.1618 4.02543 13.2101 4.18101 13.2006C4.31481 13.2134 4.4483 13.1725 4.55658 13.0856C4.59679 13.0501 4.629 13.0049 4.65071 12.9536C4.67242 12.9023 4.68304 12.8462 4.68177 12.7897C4.684 12.7178 4.66369 12.6472 4.62418 12.5897C4.57103 12.5213 4.50645 12.4646 4.43389 12.4226C4.3063 12.3481 4.17507 12.2814 4.04079 12.2226C3.88039 12.1559 3.72437 12.0772 3.57384 11.987C3.45646 11.9132 3.3552 11.8122 3.27714 11.6912C3.19132 11.5523 3.14753 11.3875 3.15195 11.22C3.14828 11.1074 3.16534 10.9952 3.20212 10.89C3.23889 10.7848 3.29463 10.6888 3.36602 10.6077C3.51139 10.4543 3.69786 10.3559 3.89807 10.3269V10.02C3.89715 10.0047 3.89924 9.98927 3.9042 9.97485C3.90916 9.96044 3.91688 9.94735 3.92683 9.93645C3.93679 9.92556 3.94876 9.91712 3.96194 9.91169C3.97511 9.90627 3.9892 9.90398 4.00324 9.90499H4.27364C4.28758 9.904 4.30156 9.90625 4.31465 9.9116C4.32773 9.91694 4.33963 9.92526 4.34957 9.936C4.3595 9.94674 4.36723 9.95966 4.37227 9.97391C4.37732 9.98816 4.37955 10.0034 4.37882 10.0187V10.3365C4.59251 10.3675 4.7907 10.4755 4.94217 10.6433C5.01654 10.7294 5.07463 10.8307 5.11309 10.9414C5.15154 11.0521 5.16961 11.1701 5.16625 11.2884V11.3788C5.16715 11.3941 5.1651 11.4094 5.16022 11.4237C5.15533 11.438 5.14773 11.451 5.13792 11.4619C5.1281 11.4728 5.11628 11.4812 5.10326 11.4868C5.09023 11.4923 5.0763 11.4947 5.06235 11.4939H4.76941C4.75551 11.4945 4.74165 11.4919 4.72871 11.4863C4.71578 11.4807 4.70406 11.4723 4.69428 11.4614C4.68451 11.4506 4.6769 11.4377 4.67194 11.4235C4.66698 11.4092 4.66478 11.394 4.66549 11.3788V11.3104C4.66686 11.2453 4.65486 11.1808 4.63037 11.1215C4.60589 11.0623 4.56954 11.0098 4.52403 10.9679C4.4063 10.8684 4.2593 10.8197 4.11091 10.8309C3.99022 10.8219 3.87027 10.8576 3.77039 10.9323C3.73301 10.9665 3.70353 11.0099 3.68439 11.0589C3.66524 11.108 3.65697 11.1613 3.66023 11.2145C3.6566 11.2874 3.67605 11.3595 3.7153 11.4186C3.76494 11.4829 3.82636 11.5352 3.89558 11.572C3.98196 11.6213 4.11591 11.6857 4.29243 11.7624C4.45146 11.8321 4.60657 11.9122 4.75689 12.0021C4.87871 12.0769 4.98387 12.1803 5.06486 12.3048C5.15127 12.4449 5.19509 12.6112 5.19005 12.7801C5.19346 12.8969 5.17538 13.0132 5.13688 13.1221C5.09838 13.2311 5.04025 13.3304 4.96595 13.4143C4.81052 13.579 4.60904 13.6817 4.39384 13.7061V13.98C4.39474 13.9953 4.39267 14.0106 4.38779 14.0249C4.3829 14.0392 4.37531 14.0522 4.36549 14.0631C4.35567 14.0739 4.34387 14.0824 4.33085 14.0879C4.31782 14.0934 4.30387 14.0959 4.28992 14.0951L4.00575 14.0937Z\" fill=\"#D52940\"/>\n<path d=\"M19.72 14.0937C19.7061 14.0947 19.6921 14.0924 19.679 14.0871C19.666 14.0818 19.6541 14.0734 19.6441 14.0627C19.6342 14.052 19.6265 14.039 19.6214 14.0248C19.6164 14.0105 19.6141 13.9953 19.6149 13.98V13.6978C19.398 13.6689 19.1953 13.5647 19.0365 13.4006C18.9614 13.3161 18.9027 13.2159 18.8637 13.106C18.8248 12.9961 18.8065 12.8787 18.8099 12.7609V12.624C18.8092 12.6087 18.8114 12.5934 18.8164 12.5792C18.8215 12.5649 18.8292 12.552 18.8392 12.5413C18.8491 12.5305 18.861 12.5222 18.8741 12.5169C18.8872 12.5115 18.9011 12.5093 18.9151 12.5103H19.203C19.2169 12.5093 19.2308 12.5115 19.2438 12.5169C19.2569 12.5222 19.2687 12.5306 19.2785 12.5413C19.2884 12.5521 19.296 12.565 19.3009 12.5793C19.3058 12.5935 19.3078 12.6088 19.3069 12.624V12.7335C19.3062 12.7978 19.3195 12.8614 19.3459 12.9188C19.3722 12.9762 19.4108 13.0259 19.4584 13.0636C19.5858 13.1618 19.7397 13.2101 19.8953 13.2006C20.0291 13.2134 20.1626 13.1725 20.2709 13.0856C20.3111 13.0501 20.3433 13.0049 20.365 12.9536C20.3867 12.9023 20.3973 12.8462 20.3961 12.7897C20.3983 12.7178 20.378 12.6472 20.3385 12.5897C20.2853 12.5213 20.2207 12.4646 20.1482 12.4226C20.0206 12.3481 19.8894 12.2814 19.7551 12.2226C19.5947 12.1559 19.4387 12.0772 19.2881 11.987C19.1708 11.9132 19.0695 11.8122 18.9914 11.6912C18.9056 11.5523 18.8618 11.3875 18.8662 11.22C18.8626 11.1074 18.8796 10.9952 18.9164 10.89C18.9532 10.7848 19.0089 10.6888 19.0803 10.6077C19.2257 10.4543 19.4122 10.3559 19.6124 10.3269V10.02C19.6114 10.0047 19.6135 9.98927 19.6185 9.97485C19.6235 9.96044 19.6312 9.94735 19.6411 9.93645C19.6511 9.92556 19.6631 9.91712 19.6762 9.91169C19.6894 9.90627 19.7035 9.90398 19.7175 9.90499H19.9879C20.0019 9.904 20.0159 9.90625 20.0289 9.9116C20.042 9.91694 20.0539 9.92526 20.0639 9.936C20.0738 9.94674 20.0815 9.95966 20.0866 9.97391C20.0916 9.98816 20.0938 10.0034 20.0931 10.0187V10.3365C20.3068 10.3675 20.505 10.4755 20.6565 10.6433C20.7308 10.7294 20.7889 10.8307 20.8274 10.9414C20.8658 11.0521 20.8839 11.1701 20.8805 11.2884V11.3788C20.8814 11.3941 20.8794 11.4094 20.8745 11.4237C20.8696 11.438 20.862 11.451 20.8522 11.4619C20.8424 11.4728 20.8306 11.4812 20.8176 11.4868C20.8045 11.4923 20.7906 11.4947 20.7766 11.4939H20.4837C20.4698 11.4945 20.4559 11.4919 20.443 11.4863C20.4301 11.4807 20.4184 11.4723 20.4086 11.4614C20.3988 11.4506 20.3912 11.4377 20.3862 11.4235C20.3813 11.4092 20.3791 11.394 20.3798 11.3788V11.3104C20.3812 11.2453 20.3692 11.1808 20.3447 11.1215C20.3202 11.0623 20.2838 11.0098 20.2383 10.9679C20.1206 10.8684 19.9736 10.8197 19.8252 10.8309C19.7045 10.8219 19.5846 10.8576 19.4847 10.9323C19.4473 10.9665 19.4178 11.0099 19.3987 11.0589C19.3795 11.108 19.3713 11.1613 19.3745 11.2145C19.3709 11.2874 19.3903 11.3595 19.4296 11.4186C19.4792 11.4829 19.5407 11.5352 19.6099 11.572C19.6963 11.6213 19.8302 11.6857 20.0067 11.7624C20.1658 11.8321 20.3209 11.9122 20.4712 12.0021C20.593 12.0769 20.6982 12.1803 20.7791 12.3048C20.8656 12.4449 20.9094 12.6112 20.9043 12.7801C20.9078 12.8969 20.8897 13.0132 20.8512 13.1221C20.8127 13.2311 20.7545 13.3304 20.6802 13.4143C20.5248 13.579 20.3233 13.6817 20.1081 13.7061V13.98C20.109 13.9953 20.107 14.0106 20.1021 14.0249C20.0972 14.0392 20.0896 14.0522 20.0798 14.0631C20.07 14.0739 20.0582 14.0824 20.0451 14.0879C20.0321 14.0934 20.0182 14.0959 20.0042 14.0951L19.72 14.0937Z\" fill=\"#D52940\"/>\n</g>\n</g>\n<defs>\n<clipPath id=\"clip0_94_30\">\n<rect width=\"24\" height=\"24\" rx=\"5\" fill=\"#D52940\"/>\n</clipPath>\n<clipPath id=\"clip1_94_30\">\n<rect width=\"24\" height=\"24\" fill=\"#D52940\"/>\n</clipPath>\n</defs>\n</svg>"
}