<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">webpackJsonp([80,43],{1189:function(t,i,e){"use strict";var n=e(1190);i.a=n.a},1190:function(t,i,e){"use strict";var n=e(558),o=e(569),r=e(25);i.a={props:["label","type","value","errorText","disabledEdition"],data:function(){return{fieldIsOpen:!1,fieldValue:this.value,errorMessage:"",blurTimeout:null}},components:{Icons:n.default},methods:{cancelEdition:function(){this.fieldIsOpen=!1,this.errorMessage=""},openEdition:function(){var t=this;this.fieldValue=this.value,this.fieldIsOpen=!0,r.default.nextTick(function(){t.$refs.input.focus()})},saveField:function(){var t=this;return this.fieldIsOpen?new Promise(function(i,e){clearTimeout(t.blurTimeout),t.validateAllFields()?(t.$emit("input:save",t.fieldValue),t.cancelEdition(),i()):t.errorMessage=t.errorText}):{code:401}},next:function(t){var i=this;this.saveField().then(function(){t.shiftKey?i.$emit("previous:field"):i.$emit("next:field")}).catch(function(t){return t})},blurInput:function(){var t=this;this.blurTimeout=setTimeout(function(){t.cancelEdition()},200)},validateAllFields:function(){return"name"===this.type?!!o.n(this.fieldValue):"email"===this.type?!!o.k(this.fieldValue):void 0}}}},1191:function(t,i,e){var n=e(1658);"string"==typeof n&amp;&amp;(n=[[t.i,n,""]]),n.locals&amp;&amp;(t.exports=n.locals);(0,e(538).default)("4bb197b2",n,!0,{})},1654:function(t,i,e){"use strict";Object.defineProperty(i,"__esModule",{value:!0});var n=e(1655),o=e(1189),r=(e(1657),e(122)),a=Object(r.a)(o.a,n.a,n.b,!1,null,"62ab2cf6",null);i.default=a.exports},1655:function(t,i,e){"use strict";var n=e(1656);e.d(i,"a",function(){return n.a}),e.d(i,"b",function(){return n.b})},1656:function(t,i,e){"use strict";e.d(i,"a",function(){return n}),e.d(i,"b",function(){return o});var n=function(){var t=this,i=t.$createElement,e=t._self._c||i;return e("div",{staticClass:"columns is-multiline row-wrapper"},[e("div",{staticClass:"column is-3-tablet"},[e("label",{attrs:{for:"input-editable_"+t._uid}},[t._v(t._s(t.label))])]),e("div",{staticClass:"column is-5-tablet editable-field-wrapper"},[t.disabledEdition?e("div",{staticClass:"disabled-edition"},[t._v("\n      "+t._s(t.fieldValue)+" "),e("span",{staticClass:"small"},[t._v("(cannot be modified)")])]):e("div",[t.fieldIsOpen?e("div",["checkbox"===(t.type||"text")?e("input",{directives:[{name:"model",rawName:"v-model",value:t.fieldValue,expression:"fieldValue"}],ref:"input",staticClass:"input-editable-value",attrs:{id:"input-editable_"+t._uid,type:"checkbox"},domProps:{checked:Array.isArray(t.fieldValue)?t._i(t.fieldValue,null)&gt;-1:t.fieldValue},on:{blur:function(i){return t.blurInput()},keyup:[function(i){return!i.type.indexOf("key")&amp;&amp;t._k(i.keyCode,"esc",27,i.key,["Esc","Escape"])?null:t.cancelEdition()},function(i){return!i.type.indexOf("key")&amp;&amp;t._k(i.keyCode,"enter",13,i.key,"Enter")?null:t.saveField()}],keydown:function(i){return!i.type.indexOf("key")&amp;&amp;t._k(i.keyCode,"tab",9,i.key,"Tab")?null:(i.preventDefault(),t.next(i))},change:function(i){var e=t.fieldValue,n=i.target,o=!!n.checked;if(Array.isArray(e)){var r=t._i(e,null);n.checked?r&lt;0&amp;&amp;(t.fieldValue=e.concat([null])):r&gt;-1&amp;&amp;(t.fieldValue=e.slice(0,r).concat(e.slice(r+1)))}else t.fieldValue=o}}}):"radio"===(t.type||"text")?e("input",{directives:[{name:"model",rawName:"v-model",value:t.fieldValue,expression:"fieldValue"}],ref:"input",staticClass:"input-editable-value",attrs:{id:"input-editable_"+t._uid,type:"radio"},domProps:{checked:t._q(t.fieldValue,null)},on:{blur:function(i){return t.blurInput()},keyup:[function(i){return!i.type.indexOf("key")&amp;&amp;t._k(i.keyCode,"esc",27,i.key,["Esc","Escape"])?null:t.cancelEdition()},function(i){return!i.type.indexOf("key")&amp;&amp;t._k(i.keyCode,"enter",13,i.key,"Enter")?null:t.saveField()}],keydown:function(i){return!i.type.indexOf("key")&amp;&amp;t._k(i.keyCode,"tab",9,i.key,"Tab")?null:(i.preventDefault(),t.next(i))},change:function(i){t.fieldValue=null}}}):e("input",{directives:[{name:"model",rawName:"v-model",value:t.fieldValue,expression:"fieldValue"}],ref:"input",staticClass:"input-editable-value",attrs:{id:"input-editable_"+t._uid,type:t.type||"text"},domProps:{value:t.fieldValue},on:{blur:function(i){return t.blurInput()},keyup:[function(i){return!i.type.indexOf("key")&amp;&amp;t._k(i.keyCode,"esc",27,i.key,["Esc","Escape"])?null:t.cancelEdition()},function(i){return!i.type.indexOf("key")&amp;&amp;t._k(i.keyCode,"enter",13,i.key,"Enter")?null:t.saveField()}],keydown:function(i){return!i.type.indexOf("key")&amp;&amp;t._k(i.keyCode,"tab",9,i.key,"Tab")?null:(i.preventDefault(),t.next(i))},input:function(i){i.target.composing||(t.fieldValue=i.target.value)}}})]):e("div",{staticClass:"input-non-editable-value",domProps:{innerHTML:t._s(t.value)},on:{click:function(i){return t.openEdition()}}})])]),t.disabledEdition?t._e():e("div",{staticClass:"column is-4 editable-field-wrapper"},[e("transition-group",{attrs:{name:"slide-fade"}},[t.fieldIsOpen?t._e():e("button",{key:"edit",staticClass:"button is-primary button-edition",on:{click:function(i){return t.openEdition()}}},[t._v("Edit")]),t.fieldIsOpen?e("button",{key:"cancel",staticClass:"button is-warning button-edition",on:{click:function(i){return t.cancelEdition()}}},[t._v("Cancel")]):t._e(),t.fieldIsOpen?e("button",{key:"save",staticClass:"button is-success button-edition",on:{click:function(i){return t.saveField()}}},[t._v("Save")]):t._e()])],1),e("transition",{attrs:{name:"slide-fade"}},[t.errorMessage?e("div",{staticClass:"column is-6-tablet is-offset-3-tablet editable-error-message-wrapper"},[e("span",{staticClass:"editable-error-message"},[t._v(t._s(t.errorMessage))])]):t._e()])],1)},o=[]},1657:function(t,i,e){"use strict";var n=e(1191);e.n(n).a},1658:function(t,i,e){(t.exports=e(537)(!1)).push([t.i,"@keyframes spinAround-data-v-62ab2cf6{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.input-non-editable-value[data-v-62ab2cf6]{font-weight:700;font-size:inherit;height:28px;line-height:1.4;border-bottom:2px solid transparent}.input-non-editable-value[data-v-62ab2cf6]:hover{cursor:pointer;border-bottom:2px dashed hsla(0,0%,40%,.4)}.input-editable-value[data-v-62ab2cf6]{width:100%;font-weight:700;font-size:inherit;line-height:1.4;height:28px;border:none;padding:0;box-shadow:none;border-bottom:1px solid #f0f0f0;background:hsla(0,0%,94%,.5)}.action-icon-wrapper[data-v-62ab2cf6]{display:inline-block;padding:0 3px;transition:opacity .1s ease-in-out}.hide-icon[data-v-62ab2cf6]{opacity:.4}.hide-icon[data-v-62ab2cf6]:hover{cursor:disabled}.is-pulled-right[data-v-62ab2cf6]{text-align:right}@media print,screen and (min-width:769px){.is-multiline[data-v-62ab2cf6]{margin-bottom:0}}.disabled-edition[data-v-62ab2cf6]{color:#676767;font-style:italic;font-weight:700}.disabled-edition span[data-v-62ab2cf6]{display:block;font-weight:400}.button-edition[data-v-62ab2cf6]{padding-top:.1em;padding-bottom:.1em;margin-right:.5em;margin-bottom:.5em}.row-wrapper[data-v-62ab2cf6]{align-items:center}",""])},558:function(t,i,e){"use strict";Object.defineProperty(i,"__esModule",{value:!0});var n=e(614),o=e(592),r=e(122),a=Object(r.a)(o.a,n.a,n.b,!1,null,"ae83f82a",null);i.default=a.exports},569:function(t,i,e){"use strict";i.k=function(t){return/^(?:[a-z0-9!#$%&amp;amp;'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&amp;amp;'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$/.test(String(t).toLowerCase())},i.n=function(t){if(t&amp;&amp;t.length&gt;=2&amp;&amp;t.length&lt;140)return!0;return!1},i.e=function(t){if(t&amp;&amp;t.length&gt;=1&amp;&amp;t.length&lt;140)return!0;return!1},i.v=function(t){if(!t)return!1;return t.length&gt;=10&amp;&amp;t.length&lt;20&amp;&amp;/^[0-9]*$/.test(String(t))},i.o=function(t){if(t&amp;&amp;t.length&gt;=1&amp;&amp;t.length&lt;140)return!0;return!1},i.p=function(t){return/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[\W|_])[A-Za-z\d\W|_]{8,}/.test(String(t))},i.r=function(t){return t.length&gt;=8},i.t=function(t){return/^(?=.*\d)/.test(String(t))},i.q=function(t){return/^(?=.*[A-Z])/.test(String(t))},i.s=function(t){return/^(?=.*[a-z])/.test(String(t))},i.u=function(t){return/\W|_/g.test(String(t))},i.m=function(t){return!!t&amp;&amp;(t&gt;=1&amp;&amp;t&lt;=9999999&amp;&amp;!isNaN(t))},i.j=function(t){return!!t&amp;&amp;(t&gt;=1&amp;&amp;t&lt;=9999999&amp;&amp;!isNaN(t))},i.f=function(t){return!!t&amp;&amp;16===t.toString().length},i.d=function(t){return!!t&amp;&amp;9===t.toString().length},i.h=function(t){if(t&amp;&amp;t.length&gt;=2&amp;&amp;t.length&lt;140)return!0;return!1},i.i=function(t){return!!t&amp;&amp;(t.toString().length&gt;=14&amp;&amp;t.toString().length&lt;=16)},i.l=function(t,i){if(!["01","02","03","04","05","06","07","08","09","10","11","12"].includes(t)||!t)return!1;if(3===i.length)return!1;var e=4===i.length?parseInt(i.slice(-2),10):parseInt(i,10),n=new Date,o=n.getFullYear(),r=e+2e3;if(r&gt;o)return!0;if(r===o){var a=n.getMonth()+1,l=parseInt(t,10);return l&gt;=a}return!1},i.g=function(t){return!!t&amp;&amp;(t.toString().length&gt;=3&amp;&amp;t.toString().length&lt;=4&amp;&amp;!isNaN(t))},i.y=function(t){return!!t&amp;&amp;(t.toString().length&gt;=5&amp;&amp;t.toString().length&lt;=9)},i.w=function(t,i){return!/&lt;[a-z/][\s\S]*&gt;/i.test(t)&amp;&amp;(!(!t||0===t.replace(/[\n\r]/g,"").length)||!!i)},i.x=function(t){return!!/^(https?:\/\/)?(www\.)?([a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,}(\/[a-zA-Z0-9#?=&amp;_.-]*)?$/.test(t)},i.c=function(t){if(!t)return null;var i=t.match(/^.*(youtu\.be\/|v\/|u\/\w\/|embed\/|watch\?v=|\&amp;v=)([^#\&amp;\?]*).*/);return i&amp;&amp;11===i[2].length?i[2]:null},i.a=function(t,i,e){var n=arguments.length&gt;3&amp;&amp;void 0!==arguments[3]&amp;&amp;arguments[3],o=arguments[4];if(t=t.replace(/[^\d]/g,""),n&amp;&amp;(!t||t&lt;0||"NaN"===t))return"0";if(isNaN(t))return null;var r=t.length&gt;e,a=o&amp;&amp;Number(t)&gt;o;return r||a?i:t},i.b=function(t,i){if(!t)return null;var e=t.match(/^[A-Za-z0-9]*$/),n=!!(t&amp;&amp;t.length&gt;9);return!e||n?i:t}},592:function(t,i,e){"use strict";var n=e(593);i.a=n.a},593:function(t,i,e){"use strict";i.a={props:["icon","iconwidth","iconheight","color"]}},614:function(t,i,e){"use strict";var n=e(615);e.d(i,"a",function(){return n.a}),e.d(i,"b",function(){return n.b})},615:function(t,i,e){"use strict";e.d(i,"a",function(){return n}),e.d(i,"b",function(){return o});var n=function(){var t=this,i=t.$createElement,e=t._self._c||i;return e("div",{staticClass:"icon-wrapper"},["link"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z"}})]):t._e(),"visa"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 750 471"}},[e("g",{attrs:{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"}},[e("g",{attrs:{id:"visa","fill-rule":"nonzero"}},[e("rect",{attrs:{id:"Rectangle-1",fill:"#0E4595",x:"0",y:"0",width:"750",height:"471",rx:"40"}}),e("polygon",{attrs:{id:"Shape",fill:"#FFFFFF",points:"278.1975 334.2275 311.5585 138.4655 364.9175 138.4655 331.5335 334.2275"}}),e("path",{attrs:{d:"M524.3075,142.6875 C513.7355,138.7215 497.1715,134.4655 476.4845,134.4655 C423.7605,134.4655 386.6205,161.0165 386.3045,199.0695 C386.0075,227.1985 412.8185,242.8905 433.0585,252.2545 C453.8275,261.8495 460.8105,267.9695 460.7115,276.5375 C460.5795,289.6595 444.1255,295.6545 428.7885,295.6545 C407.4315,295.6545 396.0855,292.6875 378.5625,285.3785 L371.6865,282.2665 L364.1975,326.0905 C376.6605,331.5545 399.7065,336.2895 423.6355,336.5345 C479.7245,336.5345 516.1365,310.2875 516.5505,269.6525 C516.7515,247.3835 502.5355,230.4355 471.7515,216.4645 C453.1005,207.4085 441.6785,201.3655 441.7995,192.1955 C441.7995,184.0585 451.4675,175.3575 472.3565,175.3575 C489.8055,175.0865 502.4445,178.8915 512.2925,182.8575 L517.0745,185.1165 L524.3075,142.6875",id:"path13",fill:"#FFFFFF"}}),e("path",{attrs:{d:"M661.6145,138.4655 L620.3835,138.4655 C607.6105,138.4655 598.0525,141.9515 592.4425,154.6995 L513.1975,334.1025 L569.2285,334.1025 C569.2285,334.1025 578.3905,309.9805 580.4625,304.6845 C586.5855,304.6845 641.0165,304.7685 648.7985,304.7685 C650.3945,311.6215 655.2905,334.1025 655.2905,334.1025 L704.8025,334.1025 L661.6145,138.4655 Z M596.1975,264.8725 C600.6105,253.5935 617.4565,210.1495 617.4565,210.1495 C617.1415,210.6705 621.8365,198.8155 624.5315,191.4655 L628.1385,208.3435 C628.1385,208.3435 638.3555,255.0725 640.4905,264.8715 L596.1975,264.8715 L596.1975,264.8725 Z",id:"Path",fill:"#FFFFFF"}}),e("path",{staticStyle:{fill:"#ffffff","fill-opacity":"1"},attrs:{d:"M 45.878906 138.46484 L 45.197266 142.53906 C 66.288263 147.64458 85.126465 155.03257 101.61914 164.22461 L 148.96484 333.91602 L 205.41992 333.84961 L 289.42383 138.46484 L 232.90234 138.46484 L 180.66211 271.96094 L 175.0957 244.83203 C 174.83824 244.00408 174.55942 243.17304 174.27344 242.3418 L 156.10742 154.99219 C 152.87742 142.59619 143.50892 138.89684 131.91992 138.46484 L 45.878906 138.46484 z ",id:"path16"}})])])]):t._e(),"mastercard"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 750 471"}},[e("g",{attrs:{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"}},[e("g",{attrs:{id:"mastercard","fill-rule":"nonzero"}},[e("rect",{attrs:{id:"Rectangle-1",fill:"#000000",x:"0",y:"0",width:"750",height:"471",rx:"40"}}),e("g",{attrs:{id:"Group",transform:"translate(133.000000, 48.000000)"}},[e("path",{attrs:{d:"M88.13,373.67 L88.13,348.82 C88.13,339.29 82.33,333.08 72.81,333.08 C67.81,333.08 62.46,334.74 58.73,340.08 C55.83,335.52 51.73,333.08 45.48,333.08 C40.7599149,332.876008 36.2525337,335.054575 33.48,338.88 L33.48,333.88 L25.61,333.88 L25.61,373.64 L33.48,373.64 L33.48,350.89 C33.48,343.89 37.62,340.54 43.42,340.54 C49.22,340.54 52.53,344.27 52.53,350.89 L52.53,373.67 L60.4,373.67 L60.4,350.89 C60.4,343.89 64.54,340.54 70.34,340.54 C76.14,340.54 79.45,344.27 79.45,350.89 L79.45,373.67 L88.13,373.67 Z M217.35,334.32 L202.85,334.32 L202.85,322.32 L195,322.32 L195,334.32 L186.72,334.32 L186.72,341.32 L195,341.32 L195,360 C195,369.11 198.31,374.5 208.25,374.5 C212.015784,374.421483 215.705651,373.426077 219,371.6 L216.51,364.6 C214.275685,365.996557 211.684475,366.715565 209.05,366.67 C204.91,366.67 202.84,364.18 202.84,360.04 L202.84,341 L217.34,341 L217.34,334.37 L217.35,334.32 Z M291.07,333.08 C286.709355,332.982846 282.618836,335.185726 280.3,338.88 L280.3,333.88 L272.43,333.88 L272.43,373.64 L280.3,373.64 L280.3,351.31 C280.3,344.68 283.61,340.54 289,340.54 C290.818809,340.613783 292.62352,340.892205 294.38,341.37 L296.87,333.91 C294.971013,333.43126 293.02704,333.153071 291.07,333.08 Z M179.66,337.22 C175.52,334.32 169.72,333.08 163.51,333.08 C153.57,333.08 147.36,337.64 147.36,345.51 C147.36,352.14 151.92,355.86 160.61,357.11 L164.75,357.52 C169.31,358.35 172.21,360.01 172.21,362.08 C172.21,364.98 168.9,367.08 162.68,367.08 C157.930627,367.177716 153.278889,365.724267 149.43,362.94 L145.29,369.15 C151.09,373.29 158.13,374.15 162.29,374.15 C173.89,374.15 180.1,368.77 180.1,361.31 C180.1,354.31 175.1,350.96 166.43,349.71 L162.29,349.3 C158.56,348.89 155.29,347.64 155.29,345.16 C155.29,342.26 158.6,340.16 163.16,340.16 C168.16,340.16 173.1,342.23 175.59,343.47 L179.66,337.22 Z M299.77,353.79 C299.77,365.79 307.64,374.5 320.48,374.5 C326.28,374.5 330.42,373.26 334.56,369.94 L330.42,363.73 C327.488758,366.10388 323.841703,367.41823 320.07,367.46 C313.07,367.46 307.64,362.08 307.64,354.21 C307.64,346.34 313,341 320.07,341 C323.841703,341.04177 327.488758,342.35612 330.42,344.73 L334.56,338.52 C330.42,335.21 326.28,333.96 320.48,333.96 C308.05,333.13 299.77,341.83 299.77,353.84 L299.77,353.79 Z M244.27,333.08 C232.67,333.08 224.8,341.36 224.8,353.79 C224.8,366.22 233.08,374.5 245.09,374.5 C250.932775,374.623408 256.638486,372.722682 261.24,369.12 L257.1,363.32 C253.772132,365.898743 249.708598,367.349004 245.5,367.46 C240.12,367.46 234.32,364.15 233.5,357.11 L262.91,357.11 L262.91,353.8 C262.91,341.37 255.45,333.09 244.27,333.09 L244.27,333.08 Z M243.86,340.54 C249.66,340.54 253.8,344.27 254.21,350.48 L232.68,350.48 C233.92,344.68 237.68,340.54 243.86,340.54 Z M136.59,353.79 L136.59,333.91 L128.72,333.91 L128.72,338.91 C125.82,335.18 121.72,333.11 115.88,333.11 C104.7,333.11 96.41,341.81 96.41,353.82 C96.41,365.83 104.69,374.53 115.88,374.53 C121.68,374.53 125.82,372.46 128.72,368.73 L128.72,373.73 L136.59,373.73 L136.59,353.79 Z M104.7,353.79 C104.7,346.33 109.26,340.54 117.13,340.54 C124.59,340.54 129.13,346.34 129.13,353.79 C129.13,361.66 124.13,367.04 117.13,367.04 C109.26,367.45 104.7,361.24 104.7,353.79 Z M410.78,333.08 C406.419355,332.982846 402.328836,335.185726 400.01,338.88 L400.01,333.88 L392.14,333.88 L392.14,373.64 L400,373.64 L400,351.31 C400,344.68 403.31,340.54 408.7,340.54 C410.518809,340.613783 412.32352,340.892205 414.08,341.37 L416.57,333.91 C414.671013,333.43126 412.72704,333.153071 410.77,333.08 L410.78,333.08 Z M380.13,353.79 L380.13,333.91 L372.26,333.91 L372.26,338.91 C369.36,335.18 365.26,333.11 359.42,333.11 C348.24,333.11 339.95,341.81 339.95,353.82 C339.95,365.83 348.23,374.53 359.42,374.53 C365.22,374.53 369.36,372.46 372.26,368.73 L372.26,373.73 L380.13,373.73 L380.13,353.79 Z M348.24,353.79 C348.24,346.33 352.8,340.54 360.67,340.54 C368.13,340.54 372.67,346.34 372.67,353.79 C372.67,361.66 367.67,367.04 360.67,367.04 C352.8,367.45 348.24,361.24 348.24,353.79 Z M460.07,353.79 L460.07,318.17 L452.2,318.17 L452.2,338.88 C449.3,335.15 445.2,333.08 439.36,333.08 C428.18,333.08 419.89,341.78 419.89,353.79 C419.89,365.8 428.17,374.5 439.36,374.5 C445.16,374.5 449.3,372.43 452.2,368.7 L452.2,373.7 L460.07,373.7 L460.07,353.79 Z M428.18,353.79 C428.18,346.33 432.74,340.54 440.61,340.54 C448.07,340.54 452.61,346.34 452.61,353.79 C452.61,361.66 447.61,367.04 440.61,367.04 C432.73,367.46 428.17,361.25 428.17,353.79 L428.18,353.79 Z",id:"Shape",fill:"#FFFFFF"}}),e("g",[e("rect",{attrs:{id:"Rectangle-path",fill:"#FF5F00",x:"170.55",y:"32.39",width:"143.72",height:"234.42"}}),e("path",{attrs:{d:"M185.05,149.6 C185.05997,103.912554 205.96046,60.7376085 241.79,32.39 C180.662018,-15.6713968 92.8620037,-8.68523415 40.103462,48.4380037 C-12.6550796,105.561241 -12.6550796,193.638759 40.103462,250.761996 C92.8620037,307.885234 180.662018,314.871397 241.79,266.81 C205.96046,238.462391 185.05997,195.287446 185.05,149.6 Z",id:"Shape",fill:"#EB001B"}}),e("path",{attrs:{d:"M483.26,149.6 C483.30134,206.646679 450.756789,258.706022 399.455617,283.656273 C348.154445,308.606523 287.109181,302.064451 242.26,266.81 C278.098424,238.46936 299.001593,195.290092 299.001593,149.6 C299.001593,103.909908 278.098424,60.7306402 242.26,32.39 C287.109181,-2.86445052 348.154445,-9.40652324 399.455617,15.5437274 C450.756789,40.493978 483.30134,92.5533211 483.26,149.6 Z",id:"Shape",fill:"#F79E1B"}})])])])])]):t._e(),"amex"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 750 471"}},[e("g",{attrs:{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"}},[e("g",{attrs:{id:"amex","fill-rule":"nonzero"}},[e("rect",{attrs:{id:"Rectangle-1",fill:"#2557D6",x:"0",y:"0",width:"750",height:"471",rx:"40"}}),e("path",{attrs:{d:"M0.002688,221.18508 L36.026849,221.18508 L44.149579,201.67506 L62.334596,201.67506 L70.436042,221.18508 L141.31637,221.18508 L141.31637,206.26909 L147.64322,221.24866 L184.43894,221.24866 L190.76579,206.04654 L190.76579,221.18508 L366.91701,221.18508 L366.83451,189.15941 L370.2427,189.15941 C372.62924,189.24161 373.3263,189.46144 373.3263,193.38516 L373.3263,221.18508 L464.43232,221.18508 L464.43232,213.72973 C471.78082,217.6508 483.21064,221.18508 498.25086,221.18508 L536.57908,221.18508 L544.78163,201.67506 L562.96664,201.67506 L570.98828,221.18508 L644.84844,221.18508 L644.84844,202.65269 L656.0335,221.18508 L715.22061,221.18508 L715.22061,98.67789 L656.64543,98.67789 L656.64543,113.14614 L648.44288,98.67789 L588.33787,98.67789 L588.33787,113.14614 L580.80579,98.67789 L499.61839,98.67789 C486.02818,98.67789 474.08221,100.5669 464.43232,105.83121 L464.43232,98.67789 L408.40596,98.67789 L408.40596,105.83121 C402.26536,100.40529 393.89786,98.67789 384.59383,98.67789 L179.90796,98.67789 L166.17407,130.3194 L152.07037,98.67789 L87.59937,98.67789 L87.59937,113.14614 L80.516924,98.67789 L25.533518,98.67789 L-2.99999999e-06,156.92445 L-2.99999999e-06,221.18508 L0.002597,221.18508 L0.002688,221.18508 Z M227.39957,203.51436 L205.78472,203.51436 L205.70492,134.72064 L175.13228,203.51436 L156.62,203.51436 L125.96754,134.6597 L125.96754,203.51436 L83.084427,203.51436 L74.982981,183.92222 L31.083524,183.92222 L22.8996,203.51436 L4.7e-05,203.51436 L37.756241,115.67692 L69.08183,115.67692 L104.94103,198.84086 L104.94103,115.67692 L139.35289,115.67692 L166.94569,175.26406 L192.29297,115.67692 L227.39657,115.67692 L227.39657,203.51436 L227.39957,203.51436 Z M67.777214,165.69287 L53.346265,130.67606 L38.997794,165.69287 L67.777214,165.69287 Z M313.41947,203.51436 L242.98611,203.51436 L242.98611,115.67692 L313.41947,115.67692 L313.41947,133.96821 L264.07116,133.96821 L264.07116,149.8009 L312.23551,149.8009 L312.23551,167.80606 L264.07116,167.80606 L264.07116,185.34759 L313.41947,185.34759 L313.41947,203.51436 Z M412.67528,139.33321 C412.67528,153.33782 403.28877,160.57326 397.81863,162.74575 C402.43206,164.49434 406.37237,167.58351 408.24808,170.14281 C411.22525,174.51164 411.73875,178.41416 411.73875,186.25897 L411.73875,203.51436 L390.47278,203.51436 L390.39298,192.43732 C390.39298,187.1518 390.90115,179.55074 387.0646,175.32499 C383.98366,172.23581 379.28774,171.56552 371.69714,171.56552 L349.06363,171.56552 L349.06363,203.51436 L327.98125,203.51436 L327.98125,115.67692 L376.47552,115.67692 C387.25084,115.67692 395.18999,115.9604 402.00639,119.88413 C408.67644,123.80786 412.67529,129.53581 412.67529,139.33321 L412.67528,139.33321 Z M386.02277,152.37632 C383.1254,154.12756 379.69859,154.18584 375.59333,154.18584 L349.97998,154.18584 L349.97998,134.67583 L375.94186,134.67583 C379.61611,134.67583 383.44999,134.8401 385.94029,136.26016 C388.67536,137.53981 390.36749,140.26337 390.36749,144.02548 C390.36749,147.86443 388.75784,150.95361 386.02277,152.37632 Z M446.48908,203.51436 L424.97569,203.51436 L424.97569,115.67692 L446.48908,115.67692 L446.48908,203.51436 Z M696.22856,203.51436 L666.35032,203.51436 L626.38585,137.58727 L626.38585,203.51436 L583.44687,203.51436 L575.24166,183.92222 L531.44331,183.92222 L523.48287,203.51436 L498.81137,203.51436 C488.56284,203.51436 475.58722,201.25709 468.23872,193.79909 C460.82903,186.3411 456.97386,176.23903 456.97386,160.26593 C456.97386,147.23895 459.27791,135.33 468.33983,125.91941 C475.15621,118.90916 485.83044,115.67692 500.35982,115.67692 L520.77174,115.67692 L520.77174,134.49809 L500.78818,134.49809 C493.0938,134.49809 488.74909,135.63733 484.564,139.70147 C480.96957,143.4 478.50322,150.39171 478.50322,159.59829 C478.50322,169.00887 480.38158,175.79393 484.30061,180.22633 C487.5465,183.70232 493.445,184.75677 498.99495,184.75677 L508.46393,184.75677 L538.17987,115.67957 L569.77152,115.67957 L605.46843,198.76138 L605.46843,115.67957 L637.5709,115.67957 L674.6327,176.85368 L674.6327,115.67957 L696.22856,115.67957 L696.22856,203.51436 Z M568.07051,165.69287 L553.47993,130.67606 L538.96916,165.69287 L568.07051,165.69287 Z",id:"Path",fill:"#FFFFFF"}}),e("path",{attrs:{d:"M749.95644,343.76716 C744.83485,351.22516 734.85504,355.00582 721.34464,355.00582 L680.62723,355.00582 L680.62723,336.1661 L721.17969,336.1661 C725.20248,336.1661 728.01736,335.63887 729.71215,333.99096 C731.18079,332.63183 732.2051,330.65804 732.2051,328.26036 C732.2051,325.70107 731.18079,323.66899 729.62967,322.45028 C728.09984,321.10969 725.87294,320.50033 722.20135,320.50033 C702.40402,319.83005 677.70592,321.10969 677.70592,293.30714 C677.70592,280.56363 685.83131,267.14983 707.95664,267.14983 L749.95379,267.14983 L749.95644,249.66925 L710.93382,249.66925 C699.15812,249.66925 690.60438,252.47759 684.54626,256.84375 L684.54626,249.66925 L626.83044,249.66925 C617.60091,249.66925 606.76706,251.94771 601.64279,256.84375 L601.64279,249.66925 L498.57751,249.66925 L498.57751,256.84375 C490.37496,250.95154 476.53466,249.66925 470.14663,249.66925 L402.16366,249.66925 L402.16366,256.84375 C395.67452,250.58593 381.24357,249.66925 372.44772,249.66925 L296.3633,249.66925 L278.95252,268.43213 L262.64586,249.66925 L148.99149,249.66925 L148.99149,372.26121 L260.50676,372.26121 L278.447,353.20159 L295.34697,372.26121 L364.08554,372.32211 L364.08554,343.48364 L370.84339,343.48364 C379.96384,343.62405 390.72054,343.25845 400.21079,339.17311 L400.21079,372.25852 L456.90762,372.25852 L456.90762,340.30704 L459.64268,340.30704 C463.13336,340.30704 463.47657,340.45011 463.47657,343.92344 L463.47657,372.25587 L635.71144,372.25587 C646.64639,372.25587 658.07621,369.46873 664.40571,364.41107 L664.40571,372.25587 L719.03792,372.25587 C730.40656,372.25587 741.50913,370.66889 749.95644,366.60475 L749.95644,343.76712 L749.95644,343.76716 Z M408.45301,296.61266 C408.45301,321.01872 390.16689,326.05784 371.7371,326.05784 L345.42935,326.05784 L345.42935,355.52685 L304.44855,355.52685 L278.48667,326.44199 L251.5058,355.52685 L167.9904,355.52685 L167.9904,267.66822 L252.79086,267.66822 L278.73144,296.46694 L305.55002,267.66822 L372.92106,267.66822 C389.6534,267.66822 408.45301,272.28078 408.45301,296.61266 Z M240.82781,337.04655 L188.9892,337.04655 L188.9892,319.56596 L235.27785,319.56596 L235.27785,301.64028 L188.9892,301.64028 L188.9892,285.66718 L241.84947,285.66718 L264.91132,311.27077 L240.82781,337.04655 Z M324.3545,347.10668 L291.9833,311.3189 L324.3545,276.6677 L324.3545,347.10668 Z M372.2272,308.04117 L344.98027,308.04117 L344.98027,285.66718 L372.47197,285.66718 C380.08388,285.66718 385.36777,288.75636 385.36777,296.43956 C385.36777,304.03796 380.32865,308.04117 372.2272,308.04117 Z M514.97053,267.66815 L585.34004,267.66815 L585.34004,285.83764 L535.96778,285.83764 L535.96778,301.81074 L584.1348,301.81074 L584.1348,319.73642 L535.96778,319.73642 L535.96778,337.21701 L585.34004,337.29641 L585.34004,355.52678 L514.97053,355.52678 L514.97053,267.66815 Z M487.91724,314.6973 C492.61049,316.42205 496.44703,319.51387 498.24559,322.07317 C501.22276,326.36251 501.65378,330.36571 501.73891,338.10985 L501.73891,355.52685 L480.5714,355.52685 L480.5714,344.53458 C480.5714,339.24908 481.08223,331.42282 477.1632,327.33748 C474.08226,324.19002 469.38635,323.4376 461.69463,323.4376 L439.16223,323.4376 L439.16223,355.52685 L417.97609,355.52685 L417.97609,267.66822 L466.65393,267.66822 C477.32816,267.66822 485.10236,268.13716 492.02251,271.81449 C498.6766,275.8177 502.86168,281.30191 502.86168,291.3245 C502.85868,305.34765 493.46719,312.50362 487.91724,314.6973 Z M475.99899,303.59022 C473.17879,305.25668 469.69077,305.39975 465.58817,305.39975 L439.97483,305.39975 L439.97483,285.66718 L465.9367,285.66718 C469.69077,285.66718 473.4475,285.74658 475.99899,287.25416 C478.7314,288.67687 480.36499,291.39779 480.36499,295.15725 C480.36499,298.91672 478.7314,301.94496 475.99899,303.59022 Z M666.33539,309.1866 C670.44067,313.41766 672.64095,318.7588 672.64095,327.80112 C672.64095,346.70178 660.78278,355.5242 639.51948,355.5242 L598.45353,355.5242 L598.45353,336.68449 L639.35453,336.68449 C643.35337,336.68449 646.18954,336.15726 647.9668,334.50934 C649.41681,333.15021 650.45709,331.17643 650.45709,328.77875 C650.45709,326.21944 649.33167,324.18738 647.88433,322.96866 C646.27201,321.62807 644.04778,321.01872 640.37619,321.01872 C620.65868,320.34843 595.9659,321.62807 595.9659,293.82551 C595.9659,281.08201 604.00615,267.66822 626.11019,267.66822 L668.37872,267.66822 L668.37872,286.36752 L629.70196,286.36752 C625.86809,286.36752 623.37512,286.51059 621.25464,287.9545 C618.94527,289.37721 618.08856,291.48876 618.08856,294.2759 C618.08856,297.59028 620.04941,299.8449 622.702,300.81987 C624.92624,301.59084 627.31543,301.81603 630.9072,301.81603 L642.25722,302.12071 C653.703,302.39889 661.55967,304.37003 666.33539,309.1866 Z M750,285.66718 L711.57335,285.66718 C707.7368,285.66718 705.18797,285.81025 703.04088,287.25416 C700.81665,288.67687 699.95995,290.78843 699.95995,293.57558 C699.95995,296.88994 701.83831,299.14456 704.57071,300.11953 C706.79495,300.8905 709.18415,301.1157 712.6961,301.1157 L724.12327,301.42038 C735.65419,301.70387 743.35123,303.67765 748.04448,308.49157 C748.89852,309.16186 749.41202,309.91428 750,310.6667 L750,285.66718 Z",id:"path13",fill:"#FFFFFF"}})])])]):t._e(),"discover"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 750 471"}},[e("g",{attrs:{id:"Page-1",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"}},[e("g",{attrs:{id:"discover","fill-rule":"nonzero"}},[e("path",{attrs:{d:"M52.8771038,0 C23.6793894,0 -4.55476115e-15,23.1545612 0,51.7102589 L0,419.289737 C0,447.850829 23.671801,471 52.8771038,471 L697.122894,471 C726.320615,471 750,447.845433 750,419.289737 L750,252.475404 L750,51.7102589 C750,23.1491677 726.328202,-4.4533018e-15 697.122894,0 L52.8771038,0 Z",id:"Shape",fill:"#4D4D4D"}}),e("path",{attrs:{d:"M314.569558,152.198414 C323.06625,152.198414 330.192577,153.9309 338.865308,158.110254 L338.865308,180.197198 C330.650269,172.563549 323.523875,169.368926 314.100058,169.368926 C295.577115,169.368926 281.009615,183.944539 281.009615,202.424438 C281.009615,221.911997 295.126279,235.620254 315.018404,235.620254 C323.972798,235.620254 330.967135,232.591128 338.865308,225.080186 L338.865308,247.178497 C329.883538,251.197965 322.604577,252.785079 314.100058,252.785079 C284.025202,252.785079 260.655798,230.849701 260.655798,202.560947 C260.655798,174.577103 284.647269,152.198414 314.569558,152.198414 Z M221.191404,152.807038 C232.293048,152.807038 242.451462,156.418802 250.944635,163.479831 L240.609981,176.340655 C235.465019,170.859895 230.599394,168.547945 224.682615,168.547945 C216.169885,168.547936 209.970327,173.154235 209.970327,179.215049 C209.970327,184.413218 213.450798,187.164422 225.302356,191.332621 C247.768529,199.141028 254.426462,206.064868 254.426462,221.354473 C254.426462,239.986821 240.026981,252.955721 219.503077,252.955721 C204.47426,252.955721 193.548154,247.330452 184.44824,234.636213 L197.205529,222.956624 C201.754702,231.315341 209.342452,235.792799 218.763144,235.792799 C227.573971,235.792799 234.097058,230.014421 234.097058,222.217168 C234.097058,218.175392 232.121269,214.709536 228.175702,212.259183 C226.189231,211.099073 222.254519,209.369382 214.522615,206.777734 C195.973058,200.43062 189.609,193.646221 189.609,180.386799 C189.609,164.636126 203.275981,152.807038 221.191404,152.807038 Z M446.886269,154.485036 L468.460788,154.485036 L495.464615,219.130417 L522.815885,154.485036 L544.22701,154.485036 L500.482644,253.198414 L489.855019,253.198414 L446.886269,154.485036 Z M64.8212135,154.632923 L93.811974,154.632923 C125.842394,154.632923 148.170827,174.418596 148.170827,202.822609 C148.170827,216.985567 141.340038,230.679389 129.788913,239.766893 C120.068962,247.437722 108.994192,250.877669 93.6598558,250.877669 L64.8212135,250.877669 L64.8212135,154.632923 Z M157.25849,154.632923 L177.009462,154.632923 L177.009462,250.877669 L157.25849,250.877669 L157.25849,154.632923 Z M553.156923,154.632923 L609.168423,154.632923 L609.168423,170.940741 L572.892875,170.940741 L572.892875,192.303392 L607.831279,192.303392 L607.831279,208.603619 L572.892875,208.603619 L572.892875,234.583122 L609.168423,234.583122 L609.168423,250.877669 L553.156923,250.877669 L553.156923,154.632923 Z M622.250596,154.632923 L651.534327,154.632923 C674.313452,154.632923 687.366663,165.030007 687.366663,183.048838 C687.366663,197.784414 679.179923,207.454847 664.302885,210.332805 L696.176385,250.877669 L671.888144,250.877669 L644.551904,212.213673 L641.977163,212.213673 L641.977163,250.877669 L622.250596,250.877669 L622.250596,154.632923 Z M641.977163,169.791736 L641.977163,198.939525 L647.748269,198.939525 C660.360308,198.939525 667.044769,193.734406 667.044769,184.05942 C667.044769,174.693052 660.359106,169.791736 648.060019,169.791736 L641.977163,169.791736 Z M84.5571663,170.940741 L84.5571663,234.583122 L89.8568962,234.583122 C102.619538,234.583122 110.679663,232.259105 116.885144,226.934514 C123.71575,221.152572 127.824519,211.920423 127.824519,202.684197 C127.824519,193.462833 123.71575,184.505917 116.885144,178.723975 C110.361615,173.113074 102.619538,170.940741 89.8568962,170.940741 L84.5571663,170.940741 Z",id:"Shape",fill:"#FFFFFF"}}),e("path",{attrs:{d:"M399.164288,151.559424 C428.914452,151.559424 453.031096,173.727429 453.031096,201.112187 L453.031096,201.143399 C453.031096,228.528147 428.914452,250.727374 399.164288,250.727374 C369.414125,250.727374 345.297481,228.528147 345.297481,201.143399 L345.297481,201.112187 C345.297481,173.727429 369.414125,151.559424 399.164288,151.559424 Z M749.982612,271.093939 C724.934651,288.327133 537.408564,411.490963 212.719237,470.985071 L697.105507,470.985071 C726.303228,470.985071 749.982612,447.830504 749.982612,419.274807 L749.982612,271.093939 Z",id:"Shape",fill:"#F47216"}})])])]):t._e(),"camera"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M4,4H7L9,2H15L17,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4M12,7A5,5 0 0,0 7,12A5,5 0 0,0 12,17A5,5 0 0,0 17,12A5,5 0 0,0 12,7M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9Z"}})]):t._e(),"crop-square"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M18,18H6V6H18M18,4H6A2,2 0 0,0 4,6V18A2,2 0 0,0 6,20H18A2,2 0 0,0 20,18V6C20,4.89 19.1,4 18,4Z"}})]):t._e(),"crop-landscape"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M19,17H5V7H19M19,5H5A2,2 0 0,0 3,7V17A2,2 0 0,0 5,19H19A2,2 0 0,0 21,17V7C21,5.89 20.1,5 19,5Z"}})]):t._e(),"crop-portrait"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M17,19H7V5H17M17,3H7A2,2 0 0,0 5,5V19A2,2 0 0,0 7,21H17A2,2 0 0,0 19,19V5C19,3.89 18.1,3 17,3Z"}})]):t._e(),"email"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M4,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4M12,11L20,6H4L12,11M4,18H20V8.37L12,13.36L4,8.37V18Z"}})]):t._e(),"calendar"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z"}})]):t._e(),"credit-card-calendar"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M7,12H9V14H7V12M21,6V20A2,2 0 0,1 19,22H5C3.89,22 3,21.1 3,20V6A2,2 0 0,1 5,4H6V2H8V4H16V2H18V4H19A2,2 0 0,1 21,6M5,8H19V6H5V8M19,20V10H5V20H19M15,14V12H17V14H15M11,14V12H13V14H11M7,16H9V18H7V16M15,18V16H17V18H15M11,18V16H13V18H11Z"}})]):t._e(),"check"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"}})]):t._e(),"chart"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M3.5,18.5L9.5,12.5L13.5,16.5L22,6.92L20.59,5.5L13.5,13.5L9.5,9.5L2,17L3.5,18.5Z"}})]):t._e(),"gmail"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M20,18H18V9.25L12,13L6,9.25V18H4V6H5.2L12,10.25L18.8,6H20M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z"}})]):t._e(),"linkedin"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19M18.5,18.5V13.2A3.26,3.26 0 0,0 15.24,9.94C14.39,9.94 13.4,10.46 12.92,11.24V10.13H10.13V18.5H12.92V13.57C12.92,12.8 13.54,12.17 14.31,12.17A1.4,1.4 0 0,1 15.71,13.57V18.5H18.5M6.88,8.56A1.68,1.68 0 0,0 8.56,6.88C8.56,5.95 7.81,5.19 6.88,5.19A1.69,1.69 0 0,0 5.19,6.88C5.19,7.81 5.95,8.56 6.88,8.56M8.27,18.5V10.13H5.5V18.5H8.27Z"}})]):t._e(),"chain"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z"}})]):t._e(),"location"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M12,11.5A2.5,2.5 0 0,1 9.5,9A2.5,2.5 0 0,1 12,6.5A2.5,2.5 0 0,1 14.5,9A2.5,2.5 0 0,1 12,11.5M12,2A7,7 0 0,0 5,9C5,14.25 12,22 12,22C12,22 19,14.25 19,9A7,7 0 0,0 12,2Z"}})]):t._e(),"share"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M18,16.08C17.24,16.08 16.56,16.38 16.04,16.85L8.91,12.7C8.96,12.47 9,12.24 9,12C9,11.76 8.96,11.53 8.91,11.3L15.96,7.19C16.5,7.69 17.21,8 18,8A3,3 0 0,0 21,5A3,3 0 0,0 18,2A3,3 0 0,0 15,5C15,5.24 15.04,5.47 15.09,5.7L8.04,9.81C7.5,9.31 6.79,9 6,9A3,3 0 0,0 3,12A3,3 0 0,0 6,15C6.79,15 7.5,14.69 8.04,14.19L15.16,18.34C15.11,18.55 15.08,18.77 15.08,19C15.08,20.61 16.39,21.91 18,21.91C19.61,21.91 20.92,20.61 20.92,19A2.92,2.92 0 0,0 18,16.08Z"}})]):t._e(),"bubble"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M20,2H4A2,2 0 0,0 2,4V22L6,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M20,16H6L4,18V4H20"}})]):t._e(),"money"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M11.8,10.9C9.53,10.31 8.8,9.7 8.8,8.75C8.8,7.66 9.81,6.9 11.5,6.9C13.28,6.9 13.94,7.75 14,9H16.21C16.14,7.28 15.09,5.7 13,5.19V3H10V5.16C8.06,5.58 6.5,6.84 6.5,8.77C6.5,11.08 8.41,12.23 11.2,12.9C13.7,13.5 14.2,14.38 14.2,15.31C14.2,16 13.71,17.1 11.5,17.1C9.44,17.1 8.63,16.18 8.5,15H6.32C6.44,17.19 8.08,18.42 10,18.83V21H13V18.85C14.95,18.5 16.5,17.35 16.5,15.3C16.5,12.46 14.07,11.5 11.8,10.9Z"}})]):t._e(),"facebook"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M17,2V2H17V6H15C14.31,6 14,6.81 14,7.5V10H14L17,10V14H14V22H10V14H7V10H10V6A4,4 0 0,1 14,2H17Z"}})]):t._e(),"instagram"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M7.8,2H16.2C19.4,2 22,4.6 22,7.8V16.2A5.8,5.8 0 0,1 16.2,22H7.8C4.6,22 2,19.4 2,16.2V7.8A5.8,5.8 0 0,1 7.8,2M7.6,4A3.6,3.6 0 0,0 4,7.6V16.4C4,18.39 5.61,20 7.6,20H16.4A3.6,3.6 0 0,0 20,16.4V7.6C20,5.61 18.39,4 16.4,4H7.6M17.25,5.5A1.25,1.25 0 0,1 18.5,6.75A1.25,1.25 0 0,1 17.25,8A1.25,1.25 0 0,1 16,6.75A1.25,1.25 0 0,1 17.25,5.5M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z"}})]):t._e(),"plus"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z"}})]):t._e(),"target"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M11,2V4.07C7.38,4.53 4.53,7.38 4.07,11H2V13H4.07C4.53,16.62 7.38,19.47 11,19.93V22H13V19.93C16.62,19.47 19.47,16.62 19.93,13H22V11H19.93C19.47,7.38 16.62,4.53 13,4.07V2M11,6.08V8H13V6.09C15.5,6.5 17.5,8.5 17.92,11H16V13H17.91C17.5,15.5 15.5,17.5 13,17.92V16H11V17.91C8.5,17.5 6.5,15.5 6.08,13H8V11H6.09C6.5,8.5 8.5,6.5 11,6.08M12,11A1,1 0 0,0 11,12A1,1 0 0,0 12,13A1,1 0 0,0 13,12A1,1 0 0,0 12,11Z"}})]):t._e(),"alarm"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,4M12.5,8H11V14L15.75,16.85L16.5,15.62L12.5,13.25V8M7.88,3.39L6.6,1.86L2,5.71L3.29,7.24L7.88,3.39M22,5.72L17.4,1.86L16.11,3.39L20.71,7.25L22,5.72Z"}})]):t._e(),"twitter"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M22.46,6C21.69,6.35 20.86,6.58 20,6.69C20.88,6.16 21.56,5.32 21.88,4.31C21.05,4.81 20.13,5.16 19.16,5.36C18.37,4.5 17.26,4 16,4C13.65,4 11.73,5.92 11.73,8.29C11.73,8.63 11.77,8.96 11.84,9.27C8.28,9.09 5.11,7.38 3,4.79C2.63,5.42 2.42,6.16 2.42,6.94C2.42,8.43 3.17,9.75 4.33,10.5C3.62,10.5 2.96,10.3 2.38,10C2.38,10 2.38,10 2.38,10.03C2.38,12.11 3.86,13.85 5.82,14.24C5.46,14.34 5.08,14.39 4.69,14.39C4.42,14.39 4.15,14.36 3.89,14.31C4.43,16 6,17.26 7.89,17.29C6.43,18.45 4.58,19.13 2.56,19.13C2.22,19.13 1.88,19.11 1.54,19.07C3.44,20.29 5.7,21 8.12,21C16,21 20.33,14.46 20.33,8.79C20.33,8.6 20.33,8.42 20.32,8.23C21.16,7.63 21.88,6.87 22.46,6Z"}})]):t._e(),"chevron-down"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"}})]):t._e(),"burger-menu"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z"}})]):t._e(),"subdirectory-arrow-right"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M19,15L13,21L11.58,19.58L15.17,16H4V4H6V14H15.17L11.58,10.42L13,9L19,15Z"}})]):t._e(),"left-arrow"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z"}})]):t._e(),"right-arrow"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z"}})]):t._e(),"building"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M5,3V21H11V17.5H13V21H19V3H5M7,5H9V7H7V5M11,5H13V7H11V5M15,5H17V7H15V5M7,9H9V11H7V9M11,9H13V11H11V9M15,9H17V11H15V9M7,13H9V15H7V13M11,13H13V15H11V13M15,13H17V15H15V13M7,17H9V19H7V17M15,17H17V19H15V17Z"}})]):t._e(),"billboard"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M20 22H18V17H20M6 22H4V17H6M23 4V13A2 2 0 0 1 21 15H3A2 2 0 0 1 1 13V4A2 2 0 0 1 3 2H21A2 2 0 0 1 23 4M21 4H3V13H21M20 6H15V8H20M18 9H15V11H18M14 11H4L6.73 7.36L8.73 10.09L9.46 9.55L8.2 7.82L9.91 5.55Z"}})]):t._e(),"user"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z"}})]):t._e(),"credit-card"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M20,8H4V6H20M20,18H4V12H20M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z"}})]):t._e(),"pencil"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z"}})]):t._e(),"close-circle"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z"}})]):t._e(),"lock"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M12,17A2,2 0 0,0 14,15C14,13.89 13.1,13 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V10C4,8.89 4.9,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z"}})]):t._e(),"alert"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M11,15H13V17H11V15M11,7H13V13H11V7M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20Z"}})]):t._e(),"usd"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M7,15H9C9,16.08 10.37,17 12,17C13.63,17 15,16.08 15,15C15,13.9 13.96,13.5 11.76,12.97C9.64,12.44 7,11.78 7,9C7,7.21 8.47,5.69 10.5,5.18V3H13.5V5.18C15.53,5.69 17,7.21 17,9H15C15,7.92 13.63,7 12,7C10.37,7 9,7.92 9,9C9,10.1 10.04,10.5 12.24,11.03C14.36,11.56 17,12.22 17,15C17,16.79 15.53,18.31 13.5,18.82V21H10.5V18.82C8.47,18.31 7,16.79 7,15Z"}})]):t._e(),"clock"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M16,14H17.5V16.82L19.94,18.23L19.19,19.53L16,17.69V14M17,12A5,5 0 0,0 12,17A5,5 0 0,0 17,22A5,5 0 0,0 22,17A5,5 0 0,0 17,12M17,10A7,7 0 0,1 24,17A7,7 0 0,1 17,24C14.21,24 11.8,22.36 10.67,20H1V17C1,14.34 6.33,13 9,13C9.6,13 10.34,13.07 11.12,13.2C12.36,11.28 14.53,10 17,10M10,17C10,16.3 10.1,15.62 10.29,15C9.87,14.93 9.43,14.9 9,14.9C6.03,14.9 2.9,16.36 2.9,17V18.1H10.09C10.03,17.74 10,17.37 10,17M9,4A4,4 0 0,1 13,8A4,4 0 0,1 9,12A4,4 0 0,1 5,8A4,4 0 0,1 9,4M9,5.9A2.1,2.1 0 0,0 6.9,8A2.1,2.1 0 0,0 9,10.1A2.1,2.1 0 0,0 11.1,8A2.1,2.1 0 0,0 9,5.9Z"}})]):t._e(),"dashboard"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M13,3V9H21V3M13,21H21V11H13M3,21H11V15H3M3,13H11V3H3V13Z"}})]):t._e(),"admindashboard"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M21,16V4H3V16H21M21,2A2,2 0 0,1 23,4V16A2,2 0 0,1 21,18H14V20H16V22H8V20H10V18H3C1.89,18 1,17.1 1,16V4C1,2.89 1.89,2 3,2H21M5,6H14V11H5V6M15,6H19V8H15V6M19,9V14H15V9H19M5,12H9V14H5V12M10,12H14V14H10V12Z"}})]):t._e(),"account"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M8,9A2,2 0 0,1 10,11A2,2 0 0,1 8,13A2,2 0 0,1 6,11A2,2 0 0,1 8,9M12,17H4V16C4,14.67 6.67,14 8,14C9.33,14 12,14.67 12,16V17M20,8H14V10H20V8M20,12H14V14H20V12M20,16H14V18H20V16M22,4H14V6H22V20H2V6H10V4H2A2,2 0 0,0 0,6V20A2,2 0 0,0 2,22H22A2,2 0 0,0 24,20V6A2,2 0 0,0 22,4M13,6H11V2H13V6Z"}})]):t._e(),"mydonations"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M7,15H9C9,16.08 10.37,17 12,17C13.63,17 15,16.08 15,15C15,13.9 13.96,13.5 11.76,12.97C9.64,12.44 7,11.78 7,9C7,7.21 8.47,5.69 10.5,5.18V3H13.5V5.18C15.53,5.69 17,7.21 17,9H15C15,7.92 13.63,7 12,7C10.37,7 9,7.92 9,9C9,10.1 10.04,10.5 12.24,11.03C14.36,11.56 17,12.22 17,15C17,16.79 15.53,18.31 13.5,18.82V21H10.5V18.82C8.47,18.31 7,16.79 7,15Z"}})]):t._e(),"fundraisers"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4M11,17V16H9V14H13V13H10A1,1 0 0,1 9,12V9A1,1 0 0,1 10,8H11V7H13V8H15V10H11V11H14A1,1 0 0,1 15,12V15A1,1 0 0,1 14,16H13V17H11Z"}})]):t._e(),"nonprofits"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M12.75,3.94C13.75,3.22 14.91,2.86 16.22,2.86C16.94,2.86 17.73,3.05 18.59,3.45C19.45,3.84 20.13,4.3 20.63,4.83C21.66,6.11 22.09,7.6 21.94,9.3C21.78,11 21.22,12.33 20.25,13.27L12.66,20.86C12.47,21.05 12.23,21.14 11.95,21.14C11.67,21.14 11.44,21.05 11.25,20.86C11.06,20.67 10.97,20.44 10.97,20.16C10.97,19.88 11.06,19.64 11.25,19.45L15.84,14.86C16.09,14.64 16.09,14.41 15.84,14.16C15.59,13.91 15.36,13.91 15.14,14.16L10.55,18.75C10.36,18.94 10.13,19.03 9.84,19.03C9.56,19.03 9.33,18.94 9.14,18.75C8.95,18.56 8.86,18.33 8.86,18.05C8.86,17.77 8.95,17.53 9.14,17.34L13.73,12.75C14,12.5 14,12.25 13.73,12C13.5,11.75 13.28,11.75 13.03,12L8.44,16.64C8.25,16.83 8,16.92 7.73,16.92C7.45,16.92 7.21,16.83 7,16.64C6.8,16.45 6.7,16.22 6.7,15.94C6.7,15.66 6.81,15.41 7.03,15.19L11.63,10.59C11.88,10.34 11.88,10.11 11.63,9.89C11.38,9.67 11.14,9.67 10.92,9.89L6.28,14.5C6.06,14.7 5.83,14.81 5.58,14.81C5.3,14.81 5.06,14.71 4.88,14.5C4.69,14.3 4.59,14.06 4.59,13.78C4.59,13.5 4.69,13.27 4.88,13.08C7.94,10 9.83,8.14 10.55,7.45L14.11,10.97C14.5,11.34 14.95,11.53 15.5,11.53C16.2,11.53 16.75,11.25 17.16,10.69C17.44,10.28 17.54,9.83 17.46,9.33C17.38,8.83 17.17,8.41 16.83,8.06L12.75,3.94M14.81,10.27L10.55,6L3.47,13.08C2.63,12.23 2.15,10.93 2.04,9.16C1.93,7.4 2.41,5.87 3.47,4.59C4.66,3.41 6.08,2.81 7.73,2.81C9.39,2.81 10.8,3.41 11.95,4.59L16.22,8.86C16.41,9.05 16.5,9.28 16.5,9.56C16.5,9.84 16.41,10.08 16.22,10.27C16.03,10.45 15.8,10.55 15.5,10.55C15.23,10.55 15,10.45 14.81,10.27V10.27Z"}})]):t._e(),"claims"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M16,15H9V13H16V15M19,11H9V9H19V11M19,7H9V5H19V7M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M21,1A2,2 0 0,1 23,3V17C23,18.11 22.11,19 21,19H7A2,2 0 0,1 5,17V3C5,1.89 5.89,1 7,1H21M7,3V17H21V3H7Z"}})]):t._e(),"users"===t.icon?e("svg",{style:{width:""+t.iconwidth,height:""+t.iconheight},attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{fill:t.color,d:"M16 17V19H2V17S2 13 9 13 16 17 16 17M12.5 7.5A3.5 3.5 0 1 0 9 11A3.5 3.5 0 0 0 12.5 7.5M15.94 13A5.32 5.32 0 0 1 18 17V19H22V17S22 13.37 15.94 13M15 4A3.39 3.39 0 0 0 13.07 4.59A5 5 0 0 1 13.07 10.41A3.39 3.39 0 0 0 15 11A3.5 3.5 0 0 0 15 4Z"}})]):t._e(),"search"===t.icon?e("svg",{staticStyle:{fill:"none","fill-rule":"evenodd","clip-rule":"evenodd"},style:{width:""+t.iconwidth,height:""+t.iconheight,stroke:""+t.color},attrs:{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","xmlns:serif":"http://www.serif.com/",width:"100%",height:"100%",viewBox:"0 0 213 213",version:"1.1","xml:space":"preserve"}},[e("g",{attrs:{transform:"matrix(1,0,0,1,-10379.2,-74.9986)"}},[e("g",{attrs:{transform:"matrix(8.33333,0,0,8.33333,0,0)"}},[e("g",{attrs:{transform:"matrix(1,0,0,1,1255.69,12.7766)"}},[e("path",{staticStyle:{"stroke-width":"1.83px"},attrs:{d:"M0,12.825C3.542,12.825 6.413,9.954 6.413,6.412C6.413,2.87 3.542,0 0,0C-3.542,0 -6.413,2.87 -6.413,6.412C-6.413,9.954 -3.542,12.825 0,12.825Z"}})])]),e("g",{attrs:{transform:"matrix(8.33333,0,0,8.33333,0,0)"}},[e("g",{attrs:{transform:"matrix(0.70716,0.707054,0.707054,-0.70716,1263.88,22.6599)"}},[e("path",{staticStyle:{"stroke-width":"1.83px","stroke-linecap":"round"},attrs:{d:"M-1.384,-3.341L8.066,-3.341"}})])])])]):t._e()])},o=[]}});</pre></body></html>