( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Brand AI - Wow Editor</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="shortcut icon" href="../favicon/favicon.ico" type="image/x-icon" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<link href="css/select2.css" rel="stylesheet" type="text/css">
<link href="css/spectrum.css" rel="stylesheet" type="text/css">
<link href="css/ruler.css" rel="stylesheet" type="text/css">
<link href="css/toastr.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link id="brand-theme-link" href="css/dark.css" rel="stylesheet" type="text/css">
<link id="brand-theme-link" href="css/light.css" rel="stylesheet" type="text/css">
<link href="css/aibrand.css" rel="stylesheet" type="text/css">
</head>
<body id="brand" class="dark-theme">
<!-- Page Loader START -->
<div id="brand-main-loader" class="brand-loader-wrap">
<div class="brand-loader-inner">
<div class="brand-loader"></div>
</div>
</div>
<!-- Page Loader END -->
<!-- Top Bar START -->
<div id="brand-top-bar">
<!-- Logo -->
<div class="brand-logo">
<img class="logo-desktop" src="https://www.thebrand.ai/wowX/i/uploads/logo/logo_62a4de26e93f0.png" />
<img class="logo-mobile" src="https://www.thebrand.ai/wowX/i/uploads/logo/logo_62a4de26e93f0.png" />
</div>
<!-- Top Bar Menu -->
<div class="brand-top-bar-menu">
<!-- History -->
<div class="brand-undo">
<button id="brand-undo" type="button" class="brand-btn-simple tooltip" data-title="Undo"
autocomplete="off" disabled><span class="material-icons">undo</span></button>
</div>
<div class="brand-redo">
<button id="brand-redo" type="button" class="brand-btn-simple tooltip" data-title="Redo"
autocomplete="off" disabled><span class="material-icons">redo</span></button>
</div>
<div class="brand-history">
<button id="brand-history" type="button" class="brand-btn-simple brand-modal-open tooltip"
data-title="History" autocomplete="off" data-target="#modal-history" disabled><span
class="material-icons">history</span></button>
</div>
<!-- New -->
<div class="brand-new">
<button id="brand-new" type="button" class="brand-btn primary brand-modal-open" autocomplete="off"
data-target="#modal-add-new"><span class="material-icons">add_circle</span><span
class="brand-btn-text">New</span></button>
</div>
<!-- Save -->
<div class="brand-save">
<button id="brand-save" type="button" class="brand-btn primary brand-modal-open"
autocomplete="off" data-target="#modal-save" disabled><span class="material-icons">save</span><span
class="brand-btn-text">Save or Download</span></button>
</div>
<!-- User Menu -->
<div class="brand-user-menu">
<div id="brand-user-menu" class="brand-dropdown-wrap">
<img alt="avatar" src='assets/avatar.png' /><span class="material-icons">arrow_drop_down</span>
<div class="menu-menu-container">
<ul id="brand-be-menu" class="brand-dropdown">
<li><a href="https://brand.website/js-version/">Home</a></li>
<li><a href="https://brand.website/js-version/documentation/index.html">Documentation</a>
</li>
<li><a href="https://codecanyon.net/item/brand-javascript-image-editor/43256130">Buy
Now!</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Top Bar Menu END -->
</div>
<!-- Top Bar END -->
<!-- Icon Menu START -->
<div id="brand-icon-menu">
<button id="brand-btn-adjust" type="button" class="brand-icon-menu-btn active"
data-target="#brand-adjust">
<span class="material-icons">tune</span><span class="brand-icon-menu-title">Adjust</span>
</button>
<button id="brand-btn-frames" type="button" class="brand-icon-menu-btn" data-target="#brand-frames">
<span class="material-icons">wallpaper</span><span class="brand-icon-menu-title">Frames</span>
</button>
<button id="brand-btn-text" type="button" class="brand-icon-menu-btn" data-target="#brand-text">
<span class="material-icons">title</span><span class="brand-icon-menu-title">Text</span>
</button>
<button id="brand-btn-image" type="button" class="brand-icon-menu-btn" data-target="#brand-image">
<span class="material-icons">add_photo_alternate</span><span class="brand-icon-menu-title">Image</span>
</button>
<button id="brand-btn-shapes" type="button" class="brand-icon-menu-btn" data-target="#brand-shapes">
<span class="material-icons">category</span><span class="brand-icon-menu-title">Shapes</span>
</button>
<button id="brand-btn-elements" type="button" class="brand-icon-menu-btn" data-target="#brand-elements">
<span class="material-icons">star</span><span class="brand-icon-menu-title">Elements</span>
</button>
<button id="brand-btn-icons" type="button" class="brand-icon-menu-btn" data-target="#brand-icons">
<span class="material-icons">emoji_emotions</span><span class="brand-icon-menu-title">Icons</span>
</button>
<button id="brand-btn-apps" type="button" class="brand-icon-menu-btn" data-target="#brand-apps">
<span class="material-icons">apps</span>
<span class="brand-icon-menu-title">Apps</span>
</button>
<button id="brand-btn-draw" type="button" class="brand-icon-menu-btn" data-target="#brand-draw">
<span class="material-icons">brush</span><span class="brand-icon-menu-title">Brushes</span>
</button>
<button id="brand-btn-settings" type="button" class="brand-icon-menu-btn stick-to-bottom"
data-target="#brand-settings">
<span class="material-icons">settings</span><span class="brand-icon-menu-title">Settings</span>
</button>
</div>
<!-- Icon Menu END -->
<!-- Icon Panel START -->
<div id="brand-icon-panel">
<div id="brand-icon-panel-inner">
<!-- Adjust START -->
<div id="brand-adjust" class="brand-icon-panel-content panel-hide">
<ul class="brand-accordion">
<!-- Crop -->
<li class="accordion-crop hide-on-canvas-mode">
<a href="#"><span class="material-icons accordion-icon">crop</span>Crop<span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div class="brand-control-wrap label-block">
<div class="brand-control">
<select id="brand-crop-style" class="brand-select brand-select2"
autocomplete="off">
<option value="">Please select</option>
<option value="freeform" data-icon="crop_free">Freeform</option>
<option value="custom" data-icon="crop">Custom</option>
<option value="square" data-icon="crop_square">Square</option>
<option value="original" data-icon="crop_original">Original Ratio</option>
</select>
</div>
</div>
<div class="brand-control-wrap brand-resize-wrap crop-custom">
<input id="brand-crop-width" class="brand-form-field" type="number" value=""
data-max="" autocomplete="off">
<span class="material-icons">clear</span>
<input id="brand-crop-height" class="brand-form-field" type="number" value=""
data-max="" autocomplete="off">
<button id="brand-crop-lock" type="button"
class="brand-btn brand-lock-unlock hide-on-canvas-mode active"><span
class="material-icons">lock</span></button>
</div>
<div id="brand-crop-btns" class="brand-control-wrap brand-submit-btns disabled">
<button id="brand-crop-apply" type="button" class="brand-btn primary">Apply</button>
<button id="brand-crop-cancel" type="button" class="brand-btn">Cancel</button>
</div>
</div>
</li>
<!-- Rotate -->
<li>
<a href="#"><span class="material-icons accordion-icon">refresh</span>Rotate<span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div class="brand-control-wrap label-block">
<div class="brand-control">
<div class="brand-btn-group icon-group">
<button id="brand-rotate-right" type="button" class="brand-btn tooltip"
data-title="Rotate Right"><span
class="material-icons">rotate_right</span></button>
<button id="brand-rotate-left" type="button" class="brand-btn tooltip"
data-title="Rotate Left"><span
class="material-icons">rotate_left</span></button>
<button id="brand-flip-horizontal" type="button" class="brand-btn tooltip"
data-title="Flip X"><span class="material-icons">flip</span></button>
<button id="brand-flip-vertical" type="button" class="brand-btn tooltip"
data-title="Flip Y"><span class="material-icons">flip</span></button>
</div>
</div>
</div>
</div>
</li>
<!-- Resize -->
<li>
<a href="#"><span class="material-icons accordion-icon">aspect_ratio</span>Resize<span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div class="brand-resize-wrap">
<input id="brand-resize-width" class="brand-form-field" type="number" value=""
data-size="" autocomplete="off">
<span class="material-icons">clear</span>
<input id="brand-resize-height" class="brand-form-field" type="number" value=""
data-size="" autocomplete="off">
<button id="brand-resize-lock" type="button"
class="brand-btn brand-lock-unlock active"><span
class="material-icons">lock</span></button>
</div>
<button id="brand-resize-apply" type="button"
class="brand-btn btn-full primary">Apply</button>
</div>
</li>
</ul>
<hr class="hide-on-canvas-mode" />
<ul class="brand-accordion hide-on-canvas-mode">
<!-- Quick Filters -->
<li id="brand-quick-filters-li">
<a href="#"><span class="material-icons accordion-icon">auto_fix_high</span>Quick Filters<span class="data-count">14</span><span class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-filters" class="brand-grid two-column">
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<input type="checkbox" name="brand-filter" id="grayscale" autocomplete="off"
class="input-hidden" />
<label for="grayscale"><img class="lazy"
data-src="assets/filters/grayscale.png" /><span>Grayscale</span></label>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<input type="checkbox" name="brand-filter" id="sepia" autocomplete="off"
class="input-hidden" />
<label for="sepia"><img class="lazy"
data-src="assets/filters/sepia.png" /><span>Sepia</span></label>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<input type="checkbox" name="brand-filter" id="blackwhite" autocomplete="off"
class="input-hidden" />
<label for="blackwhite"><img class="lazy"
data-src="assets/filters/blackwhite.png" /><span>Black/White</span></label>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<input type="checkbox" name="brand-filter" id="brownie" autocomplete="off"
class="input-hidden" />
<label for="brownie"><img class="lazy"
data-src="assets/filters/brownie.png" /><span>Brownie</span></label>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<input type="checkbox" name="brand-filter" id="vintage" autocomplete="off"
class="input-hidden" />
<label for="vintage"><img class="lazy"
data-src="assets/filters/vintage.png" /><span>Vintage</span></label>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<input type="checkbox" name="brand-filter" id="kodachrome" autocomplete="off"
class="input-hidden" />
<label for="kodachrome"><img class="lazy"
data-src="assets/filters/kodachrome.png" /><span>Kodachrome</span></label>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<input type="checkbox" name="brand-filter" id="technicolor" autocomplete="off"
class="input-hidden" />
<label for="technicolor"><img class="lazy"
data-src="assets/filters/technicolor.png" /><span>Technicolor</span></label>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<input type="checkbox" name="brand-filter" id="polaroid" autocomplete="off"
class="input-hidden" />
<label for="polaroid"><img class="lazy"
data-src="assets/filters/polaroid.png" /><span>Polaroid</span></label>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<input type="checkbox" name="brand-filter" id="shift" autocomplete="off"
class="input-hidden" />
<label for="shift"><img class="lazy"
data-src="assets/filters/shift.png" /><span>Shift</span></label>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<input type="checkbox" name="brand-filter" id="invert" autocomplete="off"
class="input-hidden" />
<label for="invert"><img class="lazy"
data-src="assets/filters/invert.png" /><span>Invert</span></label>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<input type="checkbox" name="brand-filter" id="sharpen" autocomplete="off"
class="input-hidden" />
<label for="sharpen"><img class="lazy"
data-src="assets/filters/sharpen.png" /><span>Sharpen</span></label>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<input type="checkbox" name="brand-filter" id="emboss" autocomplete="off"
class="input-hidden" />
<label for="emboss"><img class="lazy"
data-src="assets/filters/emboss.png" /><span>Emboss</span></label>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<input type="checkbox" name="brand-filter" id="sobelX" autocomplete="off"
class="input-hidden" />
<label for="sobelX"><img class="lazy"
data-src="assets/filters/sobelX.png" /><span>SobelX</span></label>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<input type="checkbox" name="brand-filter" id="sobelY" autocomplete="off"
class="input-hidden" />
<label for="sobelY"><img class="lazy"
data-src="assets/filters/sobelY.png" /><span>SobelY</span></label>
</div>
</div>
</div>
</li>
<!-- Filter Library -->
<li id="brand-filters-li">
<a href="#"><span class="material-icons accordion-icon">auto_fix_high</span>Filter Library<span class="data-count">76</span><span class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-filter-preview" class="d-none">
<img src="" />
</div>
<div id="brand-filter-library" class="brand-grid three-column paginated" data-perpage="12">
<div class="grid-item none" data-filter="" title="Clear Filters">
<span class="material-icons">block</span>
<img src="assets/filters/default.png">
</div>
<div class="grid-item" data-filter="horizontal_lines" title="horizontal_lines"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="extreme_offset_blue" title="extreme_offset_blue"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="extreme_offset_green" title="extreme_offset_green"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="offset_green" title="offset_green"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="extra_offset_blue" title="extra_offset_blue"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="extra_offset_red" title="extra_offset_red"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="extra_offset_green" title="extra_offset_green"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="extreme_offset_red" title="extreme_offset_red"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="specks_redscale" title="specks_redscale"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="eclectic" title="eclectic"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="pane" title="pane"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="diagonal_lines" title="diagonal_lines"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="green_specks" title="green_specks"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="casino" title="casino"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="yellow_casino" title="yellow_casino"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="green_diagonal_lines" title="green_diagonal_lines"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="offset" title="offset"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="offset_blue" title="offset_blue"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="neue" title="neue"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="sunset" title="sunset"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="specks" title="specks"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="wood" title="wood"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="lix" title="lix"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="ryo" title="ryo"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="bluescale" title="bluescale"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="solange" title="solange"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="evening" title="evening"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="crimson" title="crimson"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="teal_min_noise" title="teal_min_noise"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="phase" title="phase"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="dark_purple_min_noise" title="dark_purple_min_noise"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="coral" title="coral"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="darkify" title="darkify"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="incbrightness" title="incbrightness"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="incbrightness2" title="incbrightness2"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="invert" title="invert"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="sat_adj" title="sat_adj"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="lemon" title="lemon"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="pink_min_noise" title="pink_min_noise"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="frontward" title="frontward"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="vintage" title="vintage"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="perfume" title="perfume"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="serenity" title="serenity"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="pink_aura" title="pink_aura"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="haze" title="haze"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="cool_twilight" title="cool_twilight"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="blues" title="blues"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="horizon" title="horizon"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="mellow" title="mellow"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="solange_dark" title="solange_dark"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="solange_grey" title="solange_grey"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="zapt" title="zapt"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="eon" title="eon"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="aeon" title="aeon"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="matrix" title="matrix"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="cosmic" title="cosmic"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="min_noise" title="min_noise"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="red_min_noise" title="red_min_noise"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="matrix2" title="matrix2"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="purplescale" title="purplescale"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="radio" title="radio"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="twenties" title="twenties"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="ocean" title="ocean"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="a" title="a"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="pixel_blue" title="pixel_blue"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="greyscale" title="greyscale"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="grime" title="grime"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="redgreyscale" title="redgreyscale"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="retroviolet" title="retroviolet"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="greengreyscale" title="greengreyscale"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="warmth" title="warmth"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="green_med_noise" title="green_med_noise"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="green_min_noise" title="green_min_noise"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="blue_min_noise" title="blue_min_noise"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="rosetint" title="rosetint"><img src="assets/filters/default.png"></div>
<div class="grid-item" data-filter="purple_min_noise" title="purple_min_noise"><img src="assets/filters/default.png"></div>
<div class="grid-item none" data-filter="" title="Clear Filters" style="display: none;">
<span class="material-icons">block</span>
<img src="assets/filters/default.png">
</div>
</div>
</div>
</li>
<!-- Basic Adjust -->
<li>
<a href="#"><span class="material-icons accordion-icon">tune</span>Basic Adjust<span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Adjust Brightness</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-brightness" class="brand-toggle-checkbox"
data-conditional="#brand-brightness-settings" type="checkbox"
autocomplete="off" />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="brand-brightness-settings" class="d-none conditional-settings">
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Brightness<span>0</span></label>
<div class="brand-control">
<input id="brightness" type="range" min="-1" max="1" value="0" step="0.01"
class="brand-slider" autocomplete="off">
</div>
</div>
</div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Adjust Contrast</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-contrast" class="brand-toggle-checkbox"
data-conditional="#brand-contrast-settings" type="checkbox"
autocomplete="off" />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="brand-contrast-settings" class="d-none conditional-settings">
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Contrast<span>0</span></label>
<div class="brand-control">
<input id="contrast" type="range" min="-1" max="1" value="0" step="0.01"
class="brand-slider" autocomplete="off">
</div>
</div>
</div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Adjust Saturation</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-saturation" class="brand-toggle-checkbox"
data-conditional="#brand-saturation-settings" type="checkbox"
autocomplete="off" />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="brand-saturation-settings" class="d-none conditional-settings">
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Saturation<span>0</span></label>
<div class="brand-control">
<input id="saturation" type="range" min="-1" max="1" value="0" step="0.01"
class="brand-slider" autocomplete="off">
</div>
</div>
</div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Adjust Hue</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-hue" class="brand-toggle-checkbox"
data-conditional="#brand-hue-settings" type="checkbox"
autocomplete="off" />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="brand-hue-settings" class="d-none conditional-settings">
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Hue<span>0</span></label>
<div class="brand-control">
<input id="hue" type="range" min="-2" max="2" value="0" step="0.02"
class="brand-slider" autocomplete="off">
</div>
</div>
</div>
</div>
</li>
<!-- Gamma -->
<li>
<a href="#"><span class="material-icons accordion-icon">wb_sunny</span>Gamma<span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Adjust Gamma</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-gamma" class="brand-toggle-checkbox"
data-conditional="#brand-gamma-settings" type="checkbox"
autocomplete="off" />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="brand-gamma-settings" class="d-none conditional-settings">
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Red<span>1</span></label>
<div class="brand-control">
<input id="gamma-red" type="range" min="0.2" max="2.2" value="1" step="0.01"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Green<span>1</span></label>
<div class="brand-control">
<input id="gamma-green" type="range" min="0.2" max="2.2" value="1" step="0.01"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Blue<span>1</span></label>
<div class="brand-control">
<input id="gamma-blue" type="range" min="0.2" max="2.2" value="1" step="0.01"
class="brand-slider" autocomplete="off">
</div>
</div>
</div>
</div>
</li>
<!-- Blend Color -->
<li>
<a href="#"><span class="material-icons accordion-icon">palette</span>Blend Color<span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Blend Color</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-blend-color" class="brand-toggle-checkbox"
data-conditional="#brand-blend-color-settings" type="checkbox"
autocomplete="off" />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="brand-blend-color-settings" class="d-none conditional-settings">
<div class="brand-control-wrap-half">
<label class="brand-control-label">Mode</label>
<div class="brand-control">
<select id="blend-color-mode" class="brand-select" autocomplete="off">
<option selected value="add">Add</option>
<option value="diff">Diff</option>
<option value="subtract">Subtract</option>
<option value="multiply">Multiply</option>
<option value="screen">Screen</option>
<option value="lighten">Lighten</option>
<option value="darken">Darken</option>
<option value="overlay">Overlay</option>
<option value="exclusion">Exclusion</option>
<option value="tint">Tint</option>
</select>
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Color</label>
<div class="brand-control">
<input id="blend-color-color" type="text"
class="brand-colorpicker disallow-empty" autocomplete="off"
value="#ffffff" />
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Alpha<span>0.5</span></label>
<div class="brand-control">
<input id="blend-color-alpha" type="range" min="0" max="1" value="0.5"
step="0.01" class="brand-slider" autocomplete="off">
</div>
</div>
</div>
</div>
</li>
<!-- Duotone Effect -->
<li>
<a href="#"><span class="material-icons accordion-icon">swap_horiz</span>Duotone Effect<span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Adjust Duotone</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-duotone-color" class="brand-toggle-checkbox"
data-conditional="#brand-duotone-settings" type="checkbox"
autocomplete="off" />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="brand-duotone-settings" class="d-none conditional-settings">
<div class="brand-control-wrap-half">
<label class="brand-control-label">Light Color</label>
<div class="brand-control">
<input id="duotone-light-color" type="text"
class="brand-colorpicker disallow-empty" autocomplete="off"
value="green" />
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Dark Color</label>
<div class="brand-control">
<input id="duotone-dark-color" type="text"
class="brand-colorpicker disallow-empty" autocomplete="off"
value="blue" />
</div>
</div>
</div>
</div>
</li>
<!-- Swap Colors -->
<li>
<a href="#"><span class="material-icons accordion-icon">swap_horiz</span>Swap Colors<span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Swap Colors</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-swap-colors" class="brand-toggle-checkbox"
data-conditional="#brand-swap-colors-settings" type="checkbox"
autocomplete="off" />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="brand-swap-colors-settings" class="d-none conditional-settings">
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Source</label>
<div class="brand-control">
<input id="color-source" type="text" class="brand-colorpicker disallow-empty"
autocomplete="off" value="#ffffff" />
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Destination</label>
<div class="brand-control">
<input id="color-destination" type="text"
class="brand-colorpicker disallow-empty" autocomplete="off"
value="#000000" />
</div>
</div>
<div class="brand-control-wrap label-block">
<div class="brand-control">
<div class="brand-btn-set">
<button id="brand-swap-apply" type="button"
class="brand-btn primary">Apply</button>
<button id="brand-swap-remove" type="button" class="brand-btn"
autocomplete="off" disabled><span
class="material-icons">delete</span></button>
</div>
</div>
</div>
</div>
</div>
</li>
<!-- Advanced Edits -->
<li>
<a href="#"><span class="material-icons accordion-icon">tune</span>Advanced Edits<span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Adjust Blur</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-blur" class="brand-toggle-checkbox"
data-conditional="#brand-blur-settings" type="checkbox"
autocomplete="off" />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="brand-blur-settings" class="d-none conditional-settings">
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Blur<span>0</span></label>
<div class="brand-control">
<input id="blur" type="range" min="0" max="1" value="0" step="0.01"
class="brand-slider" autocomplete="off">
</div>
</div>
</div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Adjust Noise</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-noise" class="brand-toggle-checkbox"
data-conditional="#brand-noise-settings" type="checkbox"
autocomplete="off" />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="brand-noise-settings" class="d-none conditional-settings">
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Noise<span>0</span></label>
<div class="brand-control">
<input id="noise" type="range" min="0" max="1000" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
</div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Adjust Pixelate</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-pixelate" class="brand-toggle-checkbox"
data-conditional="#brand-pixelate-settings" type="checkbox"
autocomplete="off" />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="brand-pixelate-settings" class="d-none conditional-settings">
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Pixelate<span>1</span></label>
<div class="brand-control">
<input id="pixelate" type="range" min="1" max="20" value="1" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
<!-- Adjust END -->
<!-- Frames START -->
<div id="brand-frames" class="brand-icon-panel-content panel-hide"> <button class="resize-button">Resize</button>
<div class="brand-tabs">
<!-- Frames Menu -->
<ul class="brand-tabs-menu">
<li class="active" data-target="#brand-all-frames">All</li>
<li data-target="#brand-frame-options">Settings</li>
</ul>
<!-- All Frames -->
<div id="brand-all-frames" class="brand-tab active">
<div class="brand-search-wrap">
<input id="brand-frame-search" type="search" class="brand-form-field"
placeholder="Search Category..." autocomplete="off" />
<span id="brand-frame-search-icon" class="material-icons">search</span>
</div>
<ul id="brand-frames-wrap" class="brand-accordion">
<li>
<a><span class="material-icons my-favorites-star">star</span>My Favorites<span
id="frames-favorites-count" class="data-count">0</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div id="brand-frames-favorites" class="brand-frames-grid"></div>
</li>
<li data-keyword="grunge"><a href="#">Grunge<span class="data-count">12</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-frames-grid-grunge" class="brand-frames-grid paginated"
data-perpage="4">
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge/1.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge/1.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge/2.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge/2.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star"
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge/3.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge/3.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge/4.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge/4.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge/5.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge/5.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge/6.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge/6.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge/7.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge/7.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge/8.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge/8.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge/9.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge/9.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge/10.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge/10.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge/11.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge/11.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge/12.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge/12.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="grunge-square"><a href="#">Grunge - Square<span
class="data-count">6</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-frames-grid-grunge-square" class="brand-frames-grid paginated"
data-perpage="4">
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge-square/1.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge-square/1.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge-square/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge-square/2.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge-square/2.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge-square/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge-square/3.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge-square/3.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge-square/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge-square/4.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge-square/4.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge-square/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge-square/5.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge-square/5.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge-square/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/grunge-square/6.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/grunge-square/6.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/grunge-square/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="business"><a href="#">Business<span class="data-count">8</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-frames-grid-business" class="brand-frames-grid paginated"
data-perpage="4">
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/business/1.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/business/1.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/business/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/business/2.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/business/2.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/business/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/business/3.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/business/3.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/business/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/business/4.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/business/4.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/business/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/business/5.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/business/5.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/business/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/business/6.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/business/6.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/business/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/business/7.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/business/7.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/business/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/business/8.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/business/8.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/business/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="bohemian"><a href="#">Bohemian<span class="data-count">10</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-frames-grid-bohemian" class="brand-frames-grid paginated"
data-perpage="4">
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/bohemian/1.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/bohemian/1.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star"
data-frameid="https://www.thebrand.ai/wowX/files/frames/bohemian/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/bohemian/2.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/bohemian/2.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/bohemian/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/bohemian/3.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/bohemian/3.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/bohemian/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/bohemian/4.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/bohemian/4.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/bohemian/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/bohemian/5.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/bohemian/5.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/bohemian/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/bohemian/6.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/bohemian/6.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/bohemian/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/bohemian/7.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/bohemian/7.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/bohemian/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/bohemian/8.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/bohemian/8.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/bohemian/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/bohemian/9.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/bohemian/9.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/bohemian/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/bohemian/10.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/bohemian/10.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/bohemian/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="abstract"><a href="#">Abstract<span class="data-count">6</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-frames-grid-abstract" class="brand-frames-grid paginated"
data-perpage="4">
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/abstract/1.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/abstract/1.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star"
data-frameid="https://www.thebrand.ai/wowX/files/frames/abstract/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/abstract/2.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/abstract/2.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/abstract/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/abstract/3.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/abstract/3.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/abstract/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/abstract/4.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/abstract/4.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/abstract/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/abstract/5.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/abstract/5.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/abstract/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/abstract/6.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/abstract/6.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/abstract/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="floral"><a href="#">Floral<span class="data-count">5</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-frames-grid-floral" class="brand-frames-grid paginated"
data-perpage="4">
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/floral/1.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/floral/1.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/floral/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/floral/2.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/floral/2.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/floral/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/floral/3.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/floral/3.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/floral/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/floral/4.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/floral/4.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/floral/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/floral/5.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/floral/5.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/floral/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="neon"><a href="#">Neon<span class="data-count">4</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-frames-grid-neon" class="brand-frames-grid paginated"
data-perpage="4">
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/neon/1.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/neon/1.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/neon/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/neon/2.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/neon/2.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/neon/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/neon/3.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/neon/3.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/neon/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/neon/4.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/neon/4.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/neon/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="winter"><a href="#">Winter<span class="data-count">3</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-frames-grid-winter" class="brand-frames-grid paginated"
data-perpage="4">
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/winter/1.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/winter/1.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/winter/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/winter/2.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/winter/2.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/winter/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/winter/3.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/winter/3.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/winter/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="halloween"><a href="#">Halloween<span class="data-count">2</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-frames-grid-halloween" class="brand-frames-grid paginated"
data-perpage="4">
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/halloween/1.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/halloween/1.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/halloween/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/halloween/2.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/halloween/2.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/halloween/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="cute"><a href="#">Cute<span class="data-count">7</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-frames-grid-cute" class="brand-frames-grid paginated"
data-perpage="4">
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/cute/1.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/cute/1.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/cute/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/cute/2.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/cute/2.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/cute/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/cute/3.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/cute/3.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/cute/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/cute/4.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/cute/4.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/cute/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/cute/5.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/cute/5.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/cute/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/cute/6.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/cute/6.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/cute/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/cute/7.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/cute/7.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/cute/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="watercolor"><a href="#">Watercolor<span class="data-count">3</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-frames-grid-watercolor" class="brand-frames-grid paginated"
data-perpage="4">
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/watercolor/1.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/watercolor/1.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/watercolor/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/watercolor/2.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/watercolor/2.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/watercolor/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/watercolor/3.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/watercolor/3.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/watercolor/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="love"><a href="#">Love<span class="data-count">2</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-frames-grid-love" class="brand-frames-grid paginated"
data-perpage="4">
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/love/1.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/love/1.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/love/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/love/2.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/love/2.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/love/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="others"><a href="#">Others<span class="data-count">1</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-frames-grid-others" class="brand-frames-grid paginated"
data-perpage="4">
<div class="brand-frame" data-elsource="https://www.thebrand.ai/wowX/files/frames/others/1.svg">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/frames/others/1.jpg" />
</div>
<div class="frame-favorite">
<button type="button" class="brand-btn-simple star "
data-frameid="https://www.thebrand.ai/wowX/files/frames/others/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
<!-- Frames Options -->
<div id="brand-frame-options" class="brand-tab">
<div class="brand-control-wrap label-block">
<div class="brand-control">
<div class="brand-btn-group icon-group">
<button id="brand-rotate-right-frame" type="button" class="brand-btn tooltip"
data-title="Rotate Right"><span
class="material-icons">rotate_right</span></button>
<button id="brand-rotate-left-frame" type="button" class="brand-btn tooltip"
data-title="Rotate Left"><span
class="material-icons">rotate_left</span></button>
<button id="brand-flip-horizontal-frame" type="button" class="brand-btn tooltip"
data-title="Flip X"><span class="material-icons">flip</span></button>
<button id="brand-flip-vertical-frame" type="button" class="brand-btn tooltip"
data-title="Flip Y"><span class="material-icons">flip</span></button>
</div>
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label">Fill Color</label>
<div class="brand-control">
<input id="brand-frame-color" type="text" class="brand-colorpicker allow-empty"
autocomplete="off" value="" />
<div class="brand-control-desc">May not work properly on multi-color frames.</div>
</div>
</div>
</div>
</div>
<div id="brand-noframes" class="notice notice-warning">Nothing found.</div>
</div>
<!-- Frames END -->
<!-- Text START -->
<div id="brand-text" class="brand-icon-panel-content panel-hide"> <button class="resize-button">Resize</button>
<!-- Add Text Button -->
<button id="brand-add-text" type="button" class="brand-btn primary brand-lg-btn btn-full"><span
class="material-icons">add_circle</span>Add Text</button>
<!-- Text Settings -->
<div id="brand-text-settings" class="brand-sub-settings">
<div class="brand-text-wrap">
<div class="brand-control-wrap label-block">
<div class="brand-control">
<div id="brand-text-format-btns" class="brand-btn-group icon-group">
<button id="format-uppercase" type="button" class="brand-btn"><span
class="material-icons">text_fields</span></button>
<button id="format-bold" type="button" class="brand-btn"><span
class="material-icons">format_bold</span></button>
<button id="format-italic" type="button" class="brand-btn"><span
class="material-icons">format_italic</span></button>
<button id="format-underlined" type="button" class="brand-btn"><span
class="material-icons">format_underlined</span></button>
<button id="format-align-left" type="button" class="brand-btn format-align"><span
class="material-icons">format_align_left</span></button>
<button id="format-align-center" type="button"
class="brand-btn format-align"><span
class="material-icons">format_align_center</span></button>
<button id="format-align-right" type="button" class="brand-btn format-align"><span
class="material-icons">format_align_right</span></button>
<button id="format-align-justify" type="button"
class="brand-btn format-align"><span
class="material-icons">format_align_justify</span></button>
</div>
</div>
</div>
<div class="brand-control-wrap label-block">
<div class="brand-control">
<textarea id="brand-text-input" class="brand-form-field" rows="2"
autocomplete="off">Enter Your Text Here</textarea>
</div>
</div>
<div class="brand-sub-settings" style="display: block;"></div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label">Font Family</label>
<div class="brand-control">
<select id="brand-font-family" class="brand-select brand-select2"
autocomplete="off" data-loadFont="yes">
<optgroup id="websafe-fonts" label="Default Fonts"></optgroup>
<optgroup id="google-fonts" label="Google Fonts"></optgroup>
</select>
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Font fffSize</label>
<div class="brand-control">
<input id="brand-font-size" class="brand-form-field" type="number" value="60"
data-min="1" data-max="1000" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Line Height</label>
<div class="brand-control">
<input id="brand-line-height" class="brand-form-field" type="number" value="1.2"
data-min="0.1" data-max="10" step="0.1" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Letter Spacing</label>
<div class="brand-control">
<input id="brand-letter-spacing" class="brand-form-field" type="number" value="0"
data-max="1000" step="100" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Fill Style</label>
<div class="brand-control">
<select id="brand-text-gradient" class="brand-select" autocomplete="off">
<option value="none" selected>Solid Color</option>
<option value="vertical">Vertical Gradient</option>
<option value="horizontal">Horizontal Gradient</option>
<option value="diagonal">Diagonal Gradient</option>
</select>
</div>
</div>
<div id="text-gradient-settings">
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Color 1</label>
<div class="brand-control">
<input id="text-gradient-color-1" type="text"
class="brand-colorpicker disallow-empty" autocomplete="off" value="#9C27B0" />
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Color 2</label>
<div class="brand-control">
<input id="text-gradient-color-2" type="text"
class="brand-colorpicker disallow-empty" autocomplete="off" value="#000000" />
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Color 3</label>
<div class="brand-control">
<input id="text-gradient-color-3" type="text"
class="brand-colorpicker allow-empty" autocomplete="off" value="" />
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Color 4</label>
<div class="brand-control">
<input id="text-gradient-color-4" type="text"
class="brand-colorpicker allow-empty" autocomplete="off" value="" />
</div>
</div>
</div>
<div id="text-fill-color" class="brand-control-wrap">
<label class="brand-control-label">Color</label>
<div class="brand-control">
<input id="brand-text-color" type="text" class="brand-colorpicker disallow-empty"
autocomplete="off" value="#000" />
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Outline Size</label>
<div class="brand-control">
<input id="brand-outline-size" class="brand-form-field" type="number" value="0"
data-min="0" data-max="100" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Outline Color</label>
<div class="brand-control">
<input id="brand-outline-color" type="text" class="brand-colorpicker disallow-empty"
autocomplete="off" value="#fff" />
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Background</label>
<div class="brand-control">
<input id="brand-text-background" type="text" class="brand-colorpicker allow-empty"
autocomplete="off" value="" />
</div>
</div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Text Shadow</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-text-shadow" class="brand-toggle-checkbox"
data-conditional="#text-shadow-settings" type="checkbox" autocomplete="off" />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="text-shadow-settings" class="d-none conditional-settings">
<div class="brand-control-wrap-half">
<label class="brand-control-label">Shadow Color</label>
<div class="brand-control">
<input id="text-shadow-color" type="text" class="brand-colorpicker disallow-empty"
autocomplete="off" value="#000" />
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Shadow Blur</label>
<div class="brand-control">
<input id="text-shadow-blur" class="brand-form-field" type="number" value="5"
data-min="0" data-max="1000" step="1" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Offset X</label>
<div class="brand-control">
<input id="text-shadow-offset-x" class="brand-form-field" type="number" value="5"
data-min="0" data-max="1000" step="1" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Offset Y</label>
<div class="brand-control">
<input id="text-shadow-offset-y" class="brand-form-field" type="number" value="5"
data-min="0" data-max="1000" step="1" autocomplete="off">
</div>
</div>
</div>
<div class="brand-sub-settings" style="display: block;"></div>
<div class="brand-control-wrap label-block">
<div class="brand-control">
<div id="brand-text-flip-btns" class="brand-btn-group icon-group">
<button id="text-flip-x" type="button" class="brand-btn tooltip tooltip-top"
data-title="Flip X"><span class="material-icons">flip</span></button>
<button id="text-flip-y" type="button" class="brand-btn tooltip tooltip-top"
data-title="Flip Y"><span class="material-icons">flip</span></button>
<button type="button"
class="brand-horizontal-center brand-btn tooltip tooltip-top"
data-title="H-Align Center"><span
class="material-icons">align_horizontal_center</span></button>
<button type="button"
class="brand-vertical-center brand-btn tooltip tooltip-top"
data-title="V-Align Center"><span
class="material-icons">vertical_align_center</span></button>
</div>
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Opacity<span>1</span></label>
<div class="brand-control">
<input id="text-opacity" type="range" min="0" max="1" value="1" step="0.1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Skew X<span>0</span></label>
<div class="brand-control">
<input id="text-skew-x" type="range" min="0" max="180" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Skew Y<span>0</span></label>
<div class="brand-control">
<input id="text-skew-y" type="range" min="0" max="180" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Rotate<span>0</span></label>
<div class="brand-control">
<input id="text-rotate" type="range" min="0" max="360" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
</div>
</div>
</div>
<!-- Text END -->
<!-- Image START -->
<div id="brand-image" class="brand-icon-panel-content panel-hide"> <button class="resize-button">Resize</button>
<div class="brand-tabs">
<ul class="brand-tabs-menu">
<li id="brand-img-mode" class="active" data-target="#brand-image-mode">Image</li>
<li data-target="#brand-overlay-image-mode">Overlay Image</li>
</ul>
<div id="brand-image-mode" class="brand-tab active">
<!-- Upload Image Button -->
<div class="brand-file-field">
<input type="file" name="brand-file" id="brand-img-upload" class="brand-hidden-file"
accept="image/png, image/jpeg, image/webp" />
<label for="brand-img-upload" class="brand-btn primary brand-lg-btn btn-full"><span
class="material-icons">upload</span><span>Upload from computer</span></label>
</div>
<!-- Media Library Button -->
<button id="brand-img-media-library" type="button"
class="brand-btn primary brand-lg-btn btn-full brand-modal-open"
data-target="#modal-media-library"><span class="material-icons">photo_library</span>Select
From Media Library</button>
<!-- Image Settings -->
<div id="brand-image-settings" class="brand-sub-settings">
<button id="crop-image-object" type="button" class="brand-btn brand-lg-btn btn-full"><span class="material-icons">crop</span>Crop Image</button>
<button id="crop-image-object-selection" type="button" class="brand-btn danger brand-lg-btn btn-full d-none"><span class="material-icons">crop</span>Crop Selection</button>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Image Filter</label>
<div class="brand-control">
<select id="image-filter" class="brand-select" autocomplete="off">
<option value="none" selected>None</option>
<option value="grayscale">Grayscale</option>
<option value="sepia">Sepia</option>
<option value="blackwhite">Black & White</option>
<option value="brownie">Brownie</option>
<option value="vintage">Vintage</option>
<option value="kodachrome">Kodachrome</option>
<option value="technicolor">Technicolor</option>
<option value="polaroid">Polaroid</option>
<option value="shift">Shift</option>
<option value="invert">Invert</option>
</select>
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Border Width</label>
<div class="brand-control">
<input id="img-border-width" class="brand-form-field" type="number" value="0"
data-min="0" data-max="1000" step="1" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Border Color</label>
<div class="brand-control">
<input id="img-border-color" type="text" class="brand-colorpicker disallow-empty"
autocomplete="off" value="#ffffff" />
</div>
</div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Mask</label>
<div class="brand-control">
<select id="brand-img-mask" class="brand-select" autocomplete="off">
<option value="none" selected>None</option>
<option value="circle">Circle</option>
<option value="triangle">Triangle Up</option>
<option value="triangleDown">Triangle Down</option>
<option value="triangleLeft">Triangle Left</option>
<option value="triangleRight">Triangle Right</option>
<option value="pentagon">Pentagon Up</option>
<option value="pentagonDown">Pentagon Down</option>
<option value="pentagonLeft">Pentagon Left</option>
<option value="pentagonRight">Pentagon Right</option>
<option value="octagon">Octagon</option>
<option value="star">Star</option>
<option value="starReverse">Star Reverse</option>
<option value="custom">Rounded Corners</option>
</select>
</div>
</div>
<div id="brand-img-radius-settings" class="d-none">
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Rounded
Corners<span>0</span></label>
<div class="brand-control">
<input id="img-border-radius" type="range" min="0" max="1000" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
</div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Shadow</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-image-shadow" class="brand-toggle-checkbox"
data-conditional="#image-shadow-settings" type="checkbox"
autocomplete="off" />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="image-shadow-settings" class="d-none conditional-settings">
<div class="brand-control-wrap-half">
<label class="brand-control-label">Shadow Color</label>
<div class="brand-control">
<input id="image-shadow-color" type="text"
class="brand-colorpicker disallow-empty" autocomplete="off"
value="#000" />
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Shadow Blur</label>
<div class="brand-control">
<input id="image-shadow-blur" class="brand-form-field" type="number" value="5"
step="1" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Offset X</label>
<div class="brand-control">
<input id="image-shadow-offset-x" class="brand-form-field" type="number"
value="5" step="1" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Offset Y</label>
<div class="brand-control">
<input id="image-shadow-offset-y" class="brand-form-field" type="number"
value="5" step="1" autocomplete="off">
</div>
</div>
</div>
<div class="brand-sub-settings" style="display: block;"></div>
<div class="brand-control-wrap label-block">
<div class="brand-control">
<div class="brand-btn-group icon-group">
<button id="img-flip-horizontal" type="button"
class="brand-btn tooltip tooltip-top" data-title="Flip X"><span
class="material-icons">flip</span></button>
<button id="img-flip-vertical" type="button"
class="brand-btn tooltip tooltip-top" data-title="Flip Y"><span
class="material-icons">flip</span></button>
<button type="button"
class="brand-horizontal-center brand-btn tooltip tooltip-top"
data-title="H-Align Center"><span
class="material-icons">align_horizontal_center</span></button>
<button type="button"
class="brand-vertical-center brand-btn tooltip tooltip-top"
data-title="V-Align Center"><span
class="material-icons">vertical_align_center</span></button>
</div>
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Opacity<span>1</span></label>
<div class="brand-control">
<input id="img-opacity" type="range" min="0" max="1" value="1" step="0.1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Skew X<span>0</span></label>
<div class="brand-control">
<input id="img-skew-x" type="range" min="0" max="180" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Skew Y<span>0</span></label>
<div class="brand-control">
<input id="img-skew-y" type="range" min="0" max="180" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Rotate<span>0</span></label>
<div class="brand-control">
<input id="img-rotate" type="range" min="0" max="360" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-sub-settings" style="display: block;"></div>
<button id="brand-img-replace-media-library" type="button"
class="brand-btn brand-lg-btn btn-full brand-modal-open"
data-target="#modal-media-library"><span
class="material-icons">photo_library</span>Replace Image
</button>
</div>
</div>
<div id="brand-overlay-image-mode" class="brand-tab">
<div class="brand-file-field">
<input type="file" name="brand-file" id="brand-overlay-img-upload"
class="brand-hidden-file" accept="image/png, image/jpeg, image/webp" />
<label for="brand-overlay-img-upload"
class="brand-btn primary brand-lg-btn btn-full"><span
class="material-icons">upload</span><span>Upload from computer</span></label>
</div>
<button id="brand-overlay-img-media-library" type="button"
class="brand-btn primary brand-lg-btn btn-full brand-modal-open"
data-target="#modal-media-library"><span class="material-icons">photo_library</span>Select
From Media Library</button>
<div class="notice notice-warning">It is useful only if your PNG image has transparent parts and
the size of the image (or the aspect ratio) is equal to the canvas. The overlay image will
over all objects on the canvas and will be stretched to fit the canvas.</div>
<div id="brand-overlay-wrap">
<img id="brand-overlay-preview" src="" />
<button id="brand-overlay-delete" type="button"
class="brand-btn brand-lg-btn btn-full"><span
class="material-icons">delete</span>Remove Overlay Image</button>
</div>
</div>
</div>
</div>
<!-- Image END -->
<!-- Shapes START -->
<div id="brand-shapes" class="brand-icon-panel-content panel-hide"> <button class="resize-button">Resize</button>
<div class="brand-tabs">
<ul class="brand-tabs-menu">
<li id="brand-shapes-open" class="active" data-target="#brand-all-shapes">All</li>
<li id="brand-shape-setting-open" data-target="#brand-shape-setting">Shape</li>
</ul>
<div id="brand-all-shapes" class="brand-tab active">
<div id="brand-shapes-grid" class="brand-grid brand-shapes-grid four-column">
<div class="brand-shape" data-id="circle" title="Circle"> <svg
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" width="200" height="200" viewBox="0 0 200 200" xml:space="preserve">
<g transform="matrix(1.97 0 0 1.97 100 100)" id="1703336786828">
<circle style="stroke: rgb(0,0,0); stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" cx="0" cy="0" r="50"></circle>
</g>
</svg>
</div>
<div class="brand-shape" data-id="ellipse" title="Ellipse"> <svg
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" width="200" height="200" viewBox="0 0 200 200" xml:space="preserve">
<g transform="matrix(1.28 0 0 1.28 100 100)" id="1703336889308">
<ellipse style="stroke: rgb(0,0,0); stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" cx="0" cy="0" rx="75" ry="50"></ellipse>
</g>
</svg>
</div>
<div class="brand-shape" data-id="square" title="Square"> <svg
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" width="200" height="200" viewBox="0 0 200 200" xml:space="preserve">
<g transform="matrix(1.92 0 0 1.92 100 100)" id="1703336967063">
<rect style="stroke: rgb(0,0,0); stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" x="-50" y="-50" rx="0" ry="0" width="100" height="100"></rect>
</g>
</svg>
</div>
<div class="brand-shape" data-id="rectangle" title="Rectangle"> <svg
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" width="200" height="200" viewBox="0 0 200 200" xml:space="preserve">
<g transform="matrix(0.96 0 0 0.96 100 100)" id="1703336994136">
<rect style="stroke: rgb(0,0,0); stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" x="-100" y="-75" rx="0" ry="0" width="200" height="150"></rect>
</g>
</svg>
</div>
<div class="brand-shape" data-id="triangle" title="Triangle"> <svg
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" width="200" height="200" viewBox="0 0 200 200" xml:space="preserve">
<g transform="matrix(1.9 0 0 1.9 100 100)" id="1703337022890">
<polygon style="stroke: rgb(0,0,0); stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" points="-50 50,0 -50,50 50"></polygon>
</g>
</svg>
</div>
<div class="brand-shape" data-id="trapezoid" title="Trapezoid"> <svg
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" width="200" height="200" viewBox="0 0 200 200" xml:space="preserve">
<g transform="matrix(0.64 0 0 0.64 100 100)" id="1703337057514">
<polygon style="stroke: rgb(0,0,0); stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" points="-100,-50 100,-50 150,50 -150,50 "></polygon>
</g>
</svg>
</div>
<div class="brand-shape" data-id="pentagon" title="Pentagon"> <svg
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" width="200" height="200" viewBox="0 0 200 200" xml:space="preserve">
<g transform="matrix(2.49 0 0 2.49 100 100)" id="1703337099944">
<polygon style="stroke: rgb(0,0,0); stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" points="-24,36.9 -38.8,-8.7 0,-36.9 38.8,-8.7 24,36.9 "></polygon>
</g>
</svg>
</div>
<div class="brand-shape" data-id="octagon" title="Octagon"> <svg
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" width="200" height="200" viewBox="0 0 200 200" xml:space="preserve">
<g transform="matrix(2.55 0 0 2.55 100 100)" id="1703337143397">
<polygon style="stroke: rgb(0,0,0); stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" points="-15.5,37.4 -37.4,15.5 -37.4,-15.5 -15.5,-37.4 15.5,-37.4 37.4,-15.5 37.4,15.5 15.5,37.4 "></polygon>
</g>
</svg>
</div>
<div class="brand-shape" data-id="emerald" title="Emerald"> <svg
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" width="200" height="200" viewBox="0 0 200 200" xml:space="preserve">
<g transform="matrix(0.77 0 0 0.77 100 100)" id="1703337170338">
<polygon style="stroke: rgb(0,0,0); stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" points="0,-125 108,-62.5 108,62.5 0,125 -108,62.5 -108,-62.5 "></polygon>
</g>
</svg>
</div>
<div class="brand-shape" data-id="star" title="Star"> <svg
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" width="200" height="200" viewBox="0 0 200 200" xml:space="preserve">
<g transform="matrix(0.81 0 0 0.81 100 100)" id="1703337202278">
<polygon style="stroke: rgb(0,0,0); stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" points="-0.5,-113 29.5,-28 119.5,-28 49.5,27 72.5,113 -0.5,62 -73.5,113 -47.5,27 -119.5,-27 -29.5,-27 "></polygon>
</g>
</svg>
</div>
<div class="brand-shape" data-id="diamond" title="Diamond"> <svg
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" width="200" height="200" viewBox="0 0 200 200" xml:space="preserve">
<g transform="matrix(1.01 0 0 1.01 100 100)" id="1703344442320">
<polygon style="stroke: rgb(0,0,0); stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" points="-55.56,0 0,-96.23 55.56,0 0,96.23 "></polygon>
</g>
</svg>
</div>
<div class="brand-shape" data-id="parallelogram" title="Parallelogram"> <svg
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" width="200" height="200" viewBox="0 0 200 200" xml:space="preserve">
<g transform="matrix(3.91 0 0 3.91 100 100)" id="1703343656588">
<polygon style="stroke: rgb(0,0,0); stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" points="-15,-5 25,-5 15,5 -25,5 "></polygon>
</g>
</svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="635.423 319.15 189.923 253.893" width="189.923pt" height="253.893pt"><path d=" M 741.11 569.194 C 734.865 574.335 725.888 574.321 719.643 569.18 C 694.723 548.667 659.883 523.204 643.966 511.714 C 638.598 507.84 635.423 501.619 635.423 494.999 C 635.423 469.203 635.423 402.088 635.423 359.49 C 635.423 353.881 638.236 348.645 642.908 345.541 C 695.868 310.353 764.9 310.353 817.86 345.541 C 822.524 348.641 825.346 353.89 825.346 359.49 C 825.346 402.089 825.346 469.203 825.346 494.999 C 825.346 501.609 822.163 507.846 816.803 511.714 C 800.882 523.207 766.031 548.678 741.11 569.194 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="941.157 641.992 203.993 233.988" width="203.993pt" height="233.988pt"><path d=" M 1145.15 781.054 C 1145.15 797.549 1140.58 813.779 1131.93 827.82 C 1092.33 892.033 993.974 892.033 954.379 827.819 C 945.676 813.704 941.157 797.637 941.157 781.054 C 941.157 737.044 941.157 693.035 941.157 649.025 C 941.157 645.14 944.307 641.992 948.191 641.992 C 1011.5 641.992 1074.81 641.992 1138.11 641.992 C 1142 641.992 1145.15 645.14 1145.15 649.025 C 1145.15 693.035 1145.15 737.045 1145.15 781.054 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="627.216 639.608 205.164 238.755" width="205.164pt" height="238.755pt"><path d=" M 741.947 874.295 C 734.756 879.719 724.84 879.719 717.648 874.295 L 635.242 812.137 C 630.188 808.325 627.216 802.361 627.216 796.03 L 627.216 646.642 C 627.216 642.757 630.365 639.608 634.25 639.608 L 825.346 639.608 C 829.231 639.608 832.38 642.757 832.38 646.642 L 832.38 796.03 C 832.38 802.361 829.408 808.325 824.354 812.137 L 741.947 874.295 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="939.984 316.01 206.336 260.174" width="206.336pt" height="260.174pt"><path d=" M 1146.32 526.205 C 1146.32 530.99 1144.29 535.55 1140.73 538.753 C 1085.35 588.66 1000.95 588.66 945.571 538.753 C 942.019 535.552 939.984 530.987 939.984 526.205 C 939.984 474.355 939.984 422.503 939.984 370.652 C 939.984 365.934 941.961 361.423 945.431 358.227 C 971.76 333.974 1007.46 315.38 1043.15 316.026 C 1078.85 315.38 1114.55 333.974 1140.88 358.227 C 1144.35 361.425 1146.32 365.932 1146.32 370.652 C 1146.32 422.503 1146.32 474.354 1146.32 526.205 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 321.583 249.027 249.028" width="249.027pt" height="249.028pt"><path d=" M 249.027 446.096 C 249.027 456.826 238.398 466.013 235.753 475.909 C 233.017 486.146 237.548 499.403 232.362 508.366 C 227.102 517.458 213.306 520.132 205.927 527.511 C 198.547 534.89 195.875 548.685 186.782 553.945 C 177.818 559.131 164.562 554.601 154.324 557.337 C 144.43 559.982 135.241 570.611 124.514 570.611 C 113.785 570.611 104.597 559.981 94.702 557.336 C 84.464 554.6 71.208 559.131 62.243 553.945 C 53.151 548.684 50.48 534.888 43.101 527.509 C 35.722 520.13 21.925 517.458 16.665 508.365 C 11.479 499.402 16.01 486.145 13.274 475.908 C 10.629 466.012 0 456.826 0 446.096 C 0 435.368 10.629 426.179 13.274 416.285 C 16.01 406.047 11.48 392.79 16.665 383.827 C 21.927 374.735 35.723 372.063 43.102 364.684 C 50.481 357.305 53.153 343.509 62.245 338.248 C 71.209 333.062 84.465 337.594 94.703 334.857 C 104.597 332.213 113.786 321.583 124.514 321.583 C 135.242 321.583 144.43 332.213 154.325 334.857 C 164.563 337.594 177.82 333.062 186.784 338.249 C 195.876 343.509 198.548 357.306 205.927 364.685 C 213.306 372.063 227.103 374.736 232.362 383.828 C 237.548 392.791 233.017 406.048 235.753 416.286 C 238.398 426.18 249.027 435.368 249.027 446.096 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="300.954 334.979 258.61 222.236" width="258.61pt" height="222.236pt"><path d=" M 430.259 557.215 C 545.598 491.998 555.144 426.95 557.695 417.685 C 565.904 387.874 547.731 334.979 489.864 334.979 C 434.763 334.979 430.259 362.602 430.259 362.602 C 430.259 362.602 425.754 334.979 370.653 334.979 C 312.786 334.979 294.613 387.874 302.822 417.685 C 305.373 426.95 314.919 491.998 430.259 557.215 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="928.152 0 229.998 260.574" width="229.998pt" height="260.574pt"><path d=" M 1043.15 260.574 C 1120.73 234.103 1135.99 185.903 1140.36 165.647 C 1146.74 135.989 1158.15 36.962 1158.15 36.962 C 1078.29 35.593 1043.15 0 1043.15 0 C 1043.15 0 1008.01 35.593 928.152 36.962 C 928.152 36.962 939.561 135.989 945.949 165.647 C 950.311 185.903 965.576 234.103 1043.15 260.574 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="29.027 627.129 220 253.712" width="220pt" height="253.712pt"><path d=" M 139.027 880.841 C 139.027 880.841 139.027 865.904 180.426 848.314 C 237.744 823.955 244.887 808.689 246.662 792.721 C 248.435 776.754 236.608 761.97 234.833 739.495 C 233.061 717.022 249.027 684.495 249.027 684.495 L 220.642 635.411 C 165.048 648.42 139.027 627.129 139.027 627.129 C 139.027 627.129 113.007 648.42 57.413 635.411 L 29.027 684.495 C 29.027 684.495 44.994 717.022 43.221 739.495 C 41.446 761.97 29.619 776.754 31.393 792.721 C 33.166 808.689 40.311 823.955 97.629 848.314 C 139.027 865.904 139.027 880.841 139.027 880.841 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="305.954 2.451 220 255.673" width="220pt" height="255.673pt"><path d=" M 415.013 258.124 C 434.751 230.865 481.753 215.825 493.029 214.885 C 498.67 210.186 526.87 197.966 525.931 169.766 C 524.99 141.566 524.051 28.77 524.051 28.77 C 518.412 26.891 468.592 2.451 468.592 2.451 C 456.372 10.912 415.013 9.972 415.013 9.972 L 416.894 9.972 C 416.894 9.972 375.535 10.912 363.315 2.451 C 363.315 2.451 313.496 26.891 307.857 28.77 C 307.857 28.77 306.917 141.566 305.977 169.766 C 305.038 197.966 333.237 210.186 338.878 214.885 C 350.157 215.825 397.156 230.865 416.894 258.124 L 415.013 258.124 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="75.02 150.749 59.587 53.184" width="59.587pt" height="53.184pt"><path d=" M 116.76 150.749 L 92.867 150.749 C 90.759 150.749 88.811 151.873 87.757 153.699 L 75.811 174.39 C 74.757 176.216 74.757 178.465 75.811 180.292 L 87.757 200.983 C 88.811 202.808 90.759 203.933 92.867 203.933 L 116.76 203.933 C 118.868 203.933 120.816 202.808 121.87 200.983 L 133.817 180.292 C 134.87 178.465 134.87 176.216 133.817 174.39 L 121.87 153.699 C 120.816 151.873 118.868 150.749 116.76 150.749 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="83.617 228.021 50.92 45.107" width="50.92pt" height="45.107pt"><path d=" M 105.781 229.924 L 84.132 267.419 C 82.667 269.958 84.499 273.128 87.429 273.128 L 130.724 273.128 C 133.655 273.128 135.486 269.958 134.021 267.419 L 112.373 229.924 C 110.908 227.387 107.245 227.387 105.781 229.924 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="83.616 291.396 54.918 52.378" width="54.918pt" height="52.378pt"><path d=" M 112.492 292.426 L 117.953 309.231 C 118.152 309.845 118.725 310.261 119.371 310.261 L 137.04 310.261 C 138.484 310.261 139.085 312.11 137.916 312.959 L 123.621 323.344 C 123.099 323.724 122.88 324.397 123.08 325.011 L 128.54 341.816 C 128.986 343.189 127.414 344.332 126.246 343.483 L 111.951 333.097 C 111.428 332.717 110.721 332.717 110.199 333.097 L 95.904 343.483 C 94.735 344.332 93.163 343.189 93.609 341.816 L 99.07 325.011 C 99.269 324.397 99.051 323.724 98.528 323.344 L 84.233 312.959 C 83.065 312.11 83.665 310.261 85.109 310.261 L 102.779 310.261 C 103.425 310.261 103.997 309.845 104.197 309.231 L 109.657 292.426 C 110.103 291.053 112.046 291.053 112.492 292.426 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="2089.97 2671.9 859.56 751.55" width="859.56pt" height="751.55pt"><path d=" M 2923.99 2893.58 L 2923.99 3352.5 C 2923.99 3377.58 2903.66 3397.91 2878.58 3397.91 L 2160.92 3397.91 C 2135.84 3397.91 2115.51 3377.58 2115.51 3352.5 L 2115.51 2893.58 C 2115.51 2868.5 2135.84 2848.17 2160.92 2848.17 L 2271.6 2848.17 C 2318.19 2758.61 2411.82 2697.44 2519.75 2697.44 C 2627.68 2697.44 2721.31 2758.61 2767.9 2848.17 L 2878.58 2848.17 C 2903.66 2848.17 2923.99 2868.5 2923.99 2893.58 Z M 2932.5 3352.5 C 2932.5 3382.24 2908.31 3406.43 2878.58 3406.43 L 2160.92 3406.43 C 2131.19 3406.43 2107 3382.24 2107 3352.5 L 2107 2893.58 C 2107 2863.85 2131.19 2839.66 2160.92 2839.66 L 2266.48 2839.66 C 2317.03 2746.54 2413.59 2688.93 2519.75 2688.93 C 2625.91 2688.93 2722.47 2746.54 2773.02 2839.66 L 2878.58 2839.66 C 2908.31 2839.66 2932.5 2863.85 2932.5 2893.58 L 2932.5 3352.5 Z M 2878.58 2822.63 L 2782.96 2822.63 C 2728.25 2729.4 2628.33 2671.9 2519.75 2671.9 C 2411.17 2671.9 2311.25 2729.4 2256.54 2822.63 L 2160.92 2822.63 C 2121.8 2822.63 2089.97 2854.46 2089.97 2893.58 L 2089.97 3352.5 C 2089.97 3391.63 2121.8 3423.45 2160.92 3423.45 L 2878.58 3423.45 C 2917.7 3423.45 2949.53 3391.63 2949.53 3352.5 L 2949.53 2893.58 C 2949.53 2854.46 2917.7 2822.63 2878.58 2822.63 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="3607.116 1550.73 741.193 803.32" width="741.193pt" height="803.32pt"><path d=" M 4158.58 1594.99 C 4228.32 1611.26 4274.32 1633.47 4298.46 1647.41 C 4311.55 1654.96 4320.05 1668.47 4321.14 1683.55 C 4325.91 1749.64 4326.86 1947.66 4194.99 2140.01 C 4127.75 2238.09 4041.22 2299.69 3999.79 2322.69 C 3986.05 2330.31 3969.38 2330.31 3955.64 2322.69 C 3914.21 2299.69 3827.68 2238.09 3760.44 2140.01 C 3628.57 1947.66 3629.52 1749.64 3634.29 1683.55 C 3635.38 1668.47 3643.87 1654.96 3656.96 1647.41 C 3681.11 1633.47 3727.11 1611.26 3796.85 1594.99 C 3903.23 1570.17 4052.2 1570.17 4158.58 1594.99 Z M 4202.04 2144.84 C 4122.66 2260.64 4023.09 2319.53 4003.94 2330.16 C 3995.93 2334.61 3986.86 2336.96 3977.72 2336.96 C 3968.57 2336.96 3959.5 2334.61 3951.49 2330.16 C 3932.34 2319.53 3832.77 2260.64 3753.39 2144.84 C 3621.94 1953.11 3620.35 1757.94 3625.76 1682.93 C 3627.06 1665.04 3637.12 1648.99 3652.69 1640 C 3679.44 1624.57 3725.82 1602.79 3794.91 1586.67 C 3846.98 1574.52 3911.9 1567.82 3977.71 1567.82 C 4043.53 1567.82 4108.45 1574.52 4160.52 1586.67 C 4229.61 1602.79 4275.99 1624.57 4302.74 1640 C 4318.3 1648.99 4328.37 1665.03 4329.66 1682.93 C 4335.08 1757.94 4333.49 1953.11 4202.04 2144.84 Z M 4346.71 1681.7 C 4345.01 1658.14 4331.76 1637.02 4311.28 1625.2 C 4283.54 1609.18 4235.53 1586.61 4164.4 1570.02 C 4111.1 1557.58 4044.8 1550.73 3977.71 1550.73 C 3910.63 1550.73 3844.32 1557.58 3791.02 1570.02 C 3719.89 1586.61 3671.89 1609.18 3644.15 1625.2 C 3623.66 1637.02 3610.41 1658.14 3608.71 1681.7 C 3603.17 1758.51 3604.79 1958.33 3739.28 2154.51 C 3820.84 2273.46 3923.45 2334.15 3943.2 2345.11 C 3953.74 2350.96 3965.68 2354.05 3977.72 2354.05 C 3989.76 2354.05 4001.69 2350.96 4012.23 2345.11 C 4031.97 2334.15 4134.59 2273.46 4216.14 2154.51 C 4350.64 1958.33 4352.26 1758.51 4346.71 1681.7 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="1981.99 1546.35 1086.15 812.08" width="1086.15pt" height="812.08pt"><path d=" M 3012.97 2155.13 L 2540.84 2330.06 C 2530.66 2333.83 2519.47 2333.83 2509.29 2330.06 L 2037.16 2155.13 C 2019.35 2148.53 2007.53 2131.54 2007.53 2112.55 L 2007.53 1792.23 C 2007.53 1773.24 2019.35 1756.25 2037.16 1749.65 L 2509.29 1574.72 C 2519.47 1570.95 2530.66 1570.95 2540.84 1574.72 L 3012.97 1749.65 C 3030.78 1756.25 3042.6 1773.24 3042.6 1792.23 L 3042.6 2112.55 C 3042.6 2131.54 3030.78 2148.53 3012.97 2155.13 Z M 3051.12 2112.55 C 3051.12 2134.99 3036.97 2155.31 3015.93 2163.11 L 2543.8 2338.05 C 2537.78 2340.27 2531.48 2341.4 2525.07 2341.4 C 2518.65 2341.4 2512.35 2340.27 2506.33 2338.05 L 2034.2 2163.11 C 2013.16 2155.31 1999.02 2134.99 1999.02 2112.55 L 1999.02 1792.23 C 1999.02 1769.79 2013.16 1749.47 2034.2 1741.67 L 2506.33 1566.74 C 2512.35 1564.51 2518.65 1563.38 2525.07 1563.38 C 2531.48 1563.38 2537.78 1564.51 2543.8 1566.74 L 3015.93 1741.67 C 3036.97 1749.47 3051.12 1769.79 3051.12 1792.23 L 3051.12 2112.55 Z M 3021.84 1725.7 L 2549.72 1550.77 C 2541.8 1547.84 2533.51 1546.35 2525.07 1546.35 C 2516.62 1546.35 2508.33 1547.84 2500.42 1550.77 L 2028.29 1725.7 C 2000.59 1735.96 1981.99 1762.7 1981.99 1792.23 L 1981.99 2112.55 C 1981.99 2142.08 2000.59 2168.82 2028.29 2179.08 L 2500.42 2354.01 C 2508.33 2356.94 2516.62 2358.43 2525.07 2358.43 C 2533.51 2358.43 2541.8 2356.94 2549.72 2354.01 L 3021.84 2179.08 C 3049.54 2168.82 3068.14 2142.08 3068.14 2112.55 L 3068.14 1792.23 C 3068.14 1762.7 3049.54 1735.96 3021.84 1725.7 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="658.854 1575.67 812.196 812.23" width="812.196pt" height="812.23pt"><path d=" M 1032.83 2349.06 L 697.67 2013.89 C 679.938 1996.16 679.938 1967.41 697.67 1949.68 L 1032.83 1614.52 C 1050.56 1596.78 1079.32 1596.78 1097.05 1614.52 L 1432.21 1949.68 C 1449.94 1967.41 1449.94 1996.16 1432.21 2013.89 L 1097.05 2349.06 C 1079.32 2366.79 1050.56 2366.79 1032.83 2349.06 Z M 1438.23 2019.91 L 1103.07 2355.08 C 1092.88 2365.26 1079.34 2370.87 1064.94 2370.87 C 1050.54 2370.87 1037 2365.26 1026.81 2355.08 L 691.65 2019.91 C 670.626 1998.89 670.626 1964.68 691.65 1943.66 L 1026.81 1608.5 C 1037 1598.31 1050.54 1592.7 1064.94 1592.7 C 1079.34 1592.7 1092.88 1598.31 1103.07 1608.5 L 1438.23 1943.66 C 1448.41 1953.84 1454.02 1967.38 1454.02 1981.79 C 1454.02 1996.19 1448.41 2009.73 1438.23 2019.91 Z M 1450.27 1931.62 L 1115.11 1596.46 C 1101.71 1583.05 1083.89 1575.67 1064.94 1575.67 C 1045.99 1575.67 1028.17 1583.05 1014.77 1596.46 L 679.61 1931.62 C 666.225 1945 658.854 1962.82 658.854 1981.79 C 658.854 2000.75 666.225 2018.57 679.61 2031.95 L 1014.77 2367.11 C 1028.17 2380.51 1045.99 2387.9 1064.94 2387.9 C 1083.89 2387.9 1101.71 2380.51 1115.11 2367.11 L 1450.27 2031.95 C 1463.67 2018.55 1471.05 2000.74 1471.05 1981.79 C 1471.05 1962.83 1463.67 1945.02 1450.27 1931.62 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="3578.84 479.893 797.75 803.327" width="797.75pt" height="803.327pt"><path d=" M 4305.03 505.652 C 4330.33 505.652 4350.83 526.155 4350.83 551.447 L 4350.83 728.33 C 4350.83 938.268 4218.73 1134.15 3999.1 1252.09 C 3985.77 1259.25 3969.66 1259.25 3956.33 1252.09 C 3736.7 1134.15 3604.6 938.268 3604.6 728.33 L 3604.6 551.447 C 3604.6 526.155 3625.1 505.652 3650.4 505.652 L 4305.03 505.652 Z M 4359.41 728.329 C 4359.41 941.241 4226.24 1139.87 4003.16 1259.65 C 3995.38 1263.83 3986.58 1266.04 3977.72 1266.04 C 3968.85 1266.04 3960.05 1263.83 3952.27 1259.65 C 3729.19 1139.86 3596.01 941.24 3596.01 728.329 L 3596.01 551.447 C 3596.01 521.461 3620.41 497.066 3650.4 497.066 L 4305.03 497.066 C 4335.02 497.066 4359.41 521.461 4359.41 551.447 L 4359.41 728.329 Z M 4305.03 479.893 L 3650.4 479.893 C 3610.94 479.893 3578.84 511.992 3578.84 551.447 L 3578.84 728.329 C 3578.84 947.671 3715.4 1151.95 3944.14 1274.78 C 3954.42 1280.3 3966.03 1283.22 3977.72 1283.22 C 3989.4 1283.22 4001.02 1280.3 4011.29 1274.78 C 4240.03 1151.95 4376.59 947.673 4376.59 728.329 L 4376.59 551.447 C 4376.59 511.992 4344.49 479.893 4305.03 479.893 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="2163.8 454.352 722.53 812.348" width="722.53pt" height="812.348pt"><path d=" M 2838.08 1067.46 L 2547.77 1235.07 C 2533.72 1243.19 2516.41 1243.19 2502.36 1235.07 L 2212.05 1067.46 C 2198 1059.35 2189.35 1044.36 2189.35 1028.14 L 2189.35 692.913 C 2189.35 676.69 2198 661.7 2212.05 653.589 L 2502.36 485.977 C 2516.41 477.865 2533.72 477.865 2547.77 485.977 L 2838.08 653.589 C 2852.13 661.7 2860.79 676.69 2860.79 692.913 L 2860.79 1028.14 C 2860.79 1044.36 2852.13 1059.35 2838.08 1067.46 Z M 2869.3 1028.14 C 2869.3 1047.34 2858.97 1065.23 2842.34 1074.84 L 2552.03 1242.45 C 2543.84 1247.17 2534.52 1249.67 2525.07 1249.67 C 2515.61 1249.67 2506.29 1247.17 2498.1 1242.45 L 2207.79 1074.84 C 2191.16 1065.23 2180.83 1047.34 2180.83 1028.14 L 2180.83 692.914 C 2180.83 673.71 2191.16 655.817 2207.79 646.216 L 2498.1 478.604 C 2506.29 473.877 2515.61 471.38 2525.07 471.38 C 2534.52 471.38 2543.84 473.877 2552.03 478.604 L 2842.34 646.216 C 2858.97 655.816 2869.3 673.71 2869.3 692.914 L 2869.3 1028.14 Z M 2850.85 631.469 L 2560.54 463.858 C 2549.77 457.639 2537.5 454.352 2525.07 454.352 C 2512.63 454.352 2500.36 457.639 2489.59 463.857 L 2199.28 631.469 C 2177.4 644.103 2163.8 667.647 2163.8 692.914 L 2163.8 1028.14 C 2163.8 1053.4 2177.4 1076.95 2199.28 1089.58 L 2489.59 1257.2 C 2500.37 1263.42 2512.63 1266.7 2525.07 1266.7 C 2537.5 1266.7 2549.76 1263.41 2560.54 1257.19 L 2850.85 1089.58 C 2872.73 1076.95 2886.33 1053.4 2886.33 1028.14 L 2886.33 692.914 C 2886.33 667.645 2872.73 644.101 2850.85 631.469 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="623.413 512.608 883.081 695.832" width="883.081pt" height="695.832pt"><path d=" M 1027.21 1162.73 L 656.787 608.799 C 636.611 578.627 658.237 538.15 694.533 538.15 L 1435.37 538.15 C 1471.67 538.15 1493.29 578.627 1473.12 608.799 L 1102.7 1162.73 C 1084.72 1189.62 1045.19 1189.62 1027.21 1162.73 Z M 1480.19 613.53 L 1109.77 1167.47 C 1099.75 1182.46 1082.99 1191.42 1064.95 1191.42 C 1046.91 1191.42 1030.16 1182.46 1020.13 1167.47 L 649.71 613.53 C 638.458 596.705 637.436 576.002 646.974 558.148 C 656.512 540.295 674.292 529.636 694.533 529.636 L 1435.37 529.636 C 1455.61 529.636 1473.39 540.295 1482.93 558.148 C 1492.47 576 1491.45 596.705 1480.19 613.53 Z M 1497.95 550.125 C 1485.4 526.633 1462.01 512.608 1435.37 512.608 L 694.533 512.608 C 667.899 512.608 644.505 526.633 631.955 550.125 C 619.404 573.616 620.751 600.858 635.555 622.996 L 1005.97 1176.93 C 1019.17 1196.66 1041.22 1208.44 1064.95 1208.44 C 1088.69 1208.44 1110.74 1196.66 1123.93 1176.93 L 1494.35 622.996 C 1509.16 600.856 1510.5 573.614 1497.95 550.125 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="3672.96 3730.79 609.51 810.66" width="609.51pt" height="810.66pt"><path d=" M 4211.52 3756.33 C 4236.6 3756.33 4256.93 3776.66 4256.93 3801.74 L 4256.93 4236.69 C 4256.93 4390.89 4131.92 4515.9 3977.71 4515.9 L 3977.71 4515.9 C 3823.51 4515.9 3698.5 4390.89 3698.5 4236.69 L 3698.5 3801.74 C 3698.5 3776.66 3718.83 3756.33 3743.91 3756.33 L 4211.52 3756.33 Z M 4265.44 4236.69 C 4265.44 4395.34 4136.37 4524.42 3977.71 4524.42 C 3819.06 4524.42 3689.99 4395.34 3689.99 4236.69 L 3689.99 3801.74 C 3689.99 3772.01 3714.17 3747.82 3743.91 3747.82 L 4211.52 3747.82 C 4241.25 3747.82 4265.44 3772.01 4265.44 3801.74 L 4265.44 4236.69 Z M 4211.52 3730.79 L 3743.91 3730.79 C 3704.79 3730.79 3672.96 3762.62 3672.96 3801.74 L 3672.96 4236.69 C 3672.96 4404.73 3809.67 4541.45 3977.71 4541.45 C 4145.76 4541.45 4282.47 4404.73 4282.47 4236.69 L 4282.47 3801.74 C 4282.47 3762.62 4250.64 3730.79 4211.52 3730.79 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="354.535 287.679 761.38 760.095" width="761.38pt" height="760.095pt"><path d=" M 1115.915 354.746 C 1115.915 342.399 1105.907 332.39 1093.56 332.39 C 1105.907 332.39 1115.915 322.381 1115.915 310.034 C 1115.915 297.688 1105.907 287.679 1093.56 287.679 C 1093.343 287.679 1093.132 287.705 1092.917 287.711 C 1092.702 287.705 1092.491 287.679 1092.274 287.679 C 1080.863 287.679 1071.469 296.233 1070.106 307.274 L 1069.73 307.274 C 1068.367 296.233 1058.972 287.679 1047.562 287.679 C 1036.153 287.679 1026.757 296.233 1025.394 307.274 L 1025.019 307.274 C 1023.656 296.233 1014.261 287.679 1002.851 287.679 C 991.441 287.679 982.046 296.233 980.683 307.274 L 980.307 307.274 C 978.945 296.233 969.549 287.679 958.139 287.679 C 946.73 287.679 937.334 296.233 935.971 307.274 L 935.596 307.274 C 934.233 296.233 924.838 287.679 913.428 287.679 C 902.017 287.679 892.623 296.233 891.261 307.274 L 890.884 307.274 C 889.522 296.233 880.127 287.679 868.716 287.679 C 857.306 287.679 847.911 296.233 846.548 307.274 L 846.173 307.274 C 844.81 296.233 835.415 287.679 824.005 287.679 C 812.595 287.679 803.2 296.233 801.837 307.274 L 801.461 307.274 C 800.099 296.233 790.704 287.679 779.293 287.679 C 767.883 287.679 758.488 296.233 757.125 307.274 L 756.75 307.274 C 755.387 296.233 745.992 287.679 734.582 287.679 C 723.172 287.679 713.777 296.233 712.414 307.274 L 712.038 307.274 C 710.676 296.233 701.281 287.679 689.87 287.679 C 678.461 287.679 669.065 296.233 667.702 307.274 L 667.327 307.274 C 665.964 296.233 656.569 287.679 645.159 287.679 C 633.749 287.679 624.354 296.233 622.991 307.274 L 622.616 307.274 C 621.253 296.233 611.858 287.679 600.448 287.679 C 589.038 287.679 579.643 296.233 578.28 307.274 L 577.904 307.274 C 576.541 296.233 567.146 287.679 555.736 287.679 C 544.326 287.679 534.931 296.233 533.569 307.274 L 533.193 307.274 C 531.83 296.233 522.435 287.679 511.025 287.679 C 499.615 287.679 490.22 296.233 488.857 307.274 L 488.482 307.274 C 487.119 296.233 477.723 287.679 466.314 287.679 C 454.903 287.679 445.509 296.233 444.146 307.274 L 443.77 307.274 C 442.407 296.233 433.012 287.679 421.602 287.679 C 410.192 287.679 400.797 296.233 399.434 307.274 L 399.059 307.274 C 397.696 296.233 388.301 287.679 376.891 287.679 C 364.544 287.679 354.535 297.688 354.535 310.034 C 354.535 321.947 363.86 331.655 375.604 332.325 L 375.604 332.455 C 363.86 333.125 354.535 342.833 354.535 354.746 C 354.535 366.659 363.86 376.367 375.604 377.037 L 375.604 377.167 C 363.86 377.837 354.535 387.545 354.535 399.457 C 354.535 411.37 363.86 421.078 375.604 421.748 L 375.604 421.878 C 363.86 422.548 354.535 432.257 354.535 444.169 C 354.535 456.081 363.86 465.79 375.604 466.46 L 375.604 466.589 C 363.86 467.26 354.535 476.968 354.535 488.88 C 354.535 500.793 363.86 510.501 375.604 511.171 L 375.604 511.301 C 363.86 511.971 354.535 521.68 354.535 533.592 C 354.535 545.504 363.86 555.213 375.604 555.883 L 375.604 556.012 C 363.86 556.682 354.535 566.391 354.535 578.303 C 354.535 590.215 363.86 599.924 375.604 600.594 L 375.604 600.724 C 363.86 601.394 354.535 611.103 354.535 623.015 C 354.535 634.927 363.86 644.636 375.604 645.305 L 375.604 645.435 C 363.86 646.105 354.535 655.814 354.535 667.726 C 354.535 679.638 363.86 689.347 375.604 690.017 L 375.604 690.147 C 363.86 690.816 354.535 700.525 354.535 712.437 C 354.535 724.35 363.86 734.059 375.604 734.729 L 375.604 734.859 C 363.86 735.529 354.535 745.237 354.535 757.149 C 354.535 769.062 363.86 778.77 375.604 779.44 L 375.604 779.57 C 363.86 780.239 354.535 789.948 354.535 801.861 C 354.535 813.773 363.86 823.481 375.604 824.151 L 375.604 824.281 C 363.86 824.952 354.535 834.659 354.535 846.571 C 354.535 858.485 363.86 868.192 375.604 868.863 L 375.604 868.993 C 363.86 869.662 354.535 879.371 354.535 891.284 C 354.535 903.196 363.86 912.905 375.604 913.574 L 375.604 913.704 C 363.86 914.374 354.535 924.082 354.535 935.994 C 354.535 947.907 363.86 957.615 375.604 958.285 L 375.604 958.415 C 363.86 959.086 354.535 968.793 354.535 980.707 C 354.535 992.619 363.86 1002.328 375.604 1002.997 L 375.604 1003.127 C 363.86 1003.797 354.535 1013.505 354.535 1025.417 C 354.535 1037.764 364.544 1047.774 376.891 1047.774 C 389.237 1047.774 399.246 1037.764 399.246 1025.417 L 399.237 1025.229 L 399.256 1025.229 L 399.246 1025.417 C 399.246 1037.764 409.255 1047.774 421.602 1047.774 C 433.949 1047.774 443.957 1037.764 443.957 1025.417 L 443.948 1025.229 L 443.967 1025.229 L 443.957 1025.417 C 443.957 1037.764 453.967 1047.774 466.314 1047.774 C 478.66 1047.774 488.67 1037.764 488.67 1025.417 L 488.66 1025.229 L 488.679 1025.229 L 488.67 1025.417 C 488.67 1037.764 498.678 1047.774 511.025 1047.774 C 523.371 1047.774 533.38 1037.764 533.38 1025.417 L 533.371 1025.229 L 533.39 1025.229 L 533.38 1025.417 C 533.38 1037.764 543.39 1047.774 555.736 1047.774 C 568.083 1047.774 578.092 1037.764 578.092 1025.417 L 578.083 1025.229 L 578.102 1025.229 L 578.092 1025.417 C 578.092 1037.764 588.101 1047.774 600.448 1047.774 C 612.794 1047.774 622.803 1037.764 622.803 1025.417 L 622.794 1025.229 L 622.813 1025.229 L 622.803 1025.417 C 622.803 1037.764 632.813 1047.774 645.159 1047.774 C 657.506 1047.774 667.515 1037.764 667.515 1025.417 L 667.506 1025.229 L 667.525 1025.229 L 667.515 1025.417 C 667.515 1037.764 677.524 1047.774 689.87 1047.774 C 702.217 1047.774 712.227 1037.764 712.227 1025.417 L 712.217 1025.229 L 712.236 1025.229 L 712.227 1025.417 C 712.227 1037.764 722.236 1047.774 734.582 1047.774 C 746.929 1047.774 756.938 1037.764 756.938 1025.417 L 756.928 1025.229 L 756.947 1025.229 L 756.938 1025.417 C 756.938 1037.764 766.947 1047.774 779.293 1047.774 C 791.64 1047.774 801.649 1037.764 801.649 1025.417 L 801.64 1025.229 L 801.659 1025.229 L 801.649 1025.417 C 801.649 1037.764 811.658 1047.774 824.005 1047.774 C 836.352 1047.774 846.361 1037.764 846.361 1025.417 L 846.351 1025.229 L 846.37 1025.229 L 846.361 1025.417 C 846.361 1037.764 856.369 1047.774 868.716 1047.774 C 881.063 1047.774 891.072 1037.764 891.072 1025.417 L 891.062 1025.229 L 891.081 1025.229 L 891.072 1025.417 C 891.072 1037.764 901.081 1047.774 913.428 1047.774 C 925.775 1047.774 935.784 1037.764 935.784 1025.417 L 935.774 1025.229 L 935.793 1025.229 L 935.784 1025.417 C 935.784 1037.764 945.792 1047.774 958.139 1047.774 C 970.486 1047.774 980.495 1037.764 980.495 1025.417 L 980.485 1025.229 L 980.504 1025.229 L 980.495 1025.417 C 980.495 1037.764 990.504 1047.774 1002.851 1047.774 C 1015.198 1047.774 1025.207 1037.764 1025.207 1025.417 L 1025.197 1025.229 L 1025.216 1025.229 L 1025.207 1025.417 C 1025.207 1037.764 1035.215 1047.774 1047.562 1047.774 C 1059.908 1047.774 1069.918 1037.764 1069.918 1025.417 L 1069.908 1025.229 L 1069.927 1025.229 L 1069.918 1025.417 C 1069.918 1037.764 1079.927 1047.774 1092.274 1047.774 C 1092.491 1047.774 1092.702 1047.748 1092.917 1047.741 C 1093.132 1047.748 1093.343 1047.774 1093.56 1047.774 C 1105.907 1047.774 1115.915 1037.764 1115.915 1025.417 C 1115.915 1013.07 1105.907 1003.061 1093.56 1003.061 C 1105.907 1003.061 1115.915 993.053 1115.915 980.707 C 1115.915 968.36 1105.907 958.351 1093.56 958.351 C 1105.907 958.351 1115.915 948.341 1115.915 935.994 C 1115.915 923.648 1105.907 913.639 1093.56 913.639 C 1105.907 913.639 1115.915 903.63 1115.915 891.284 C 1115.915 878.937 1105.907 868.928 1093.56 868.928 C 1105.907 868.928 1115.915 858.918 1115.915 846.571 C 1115.915 834.225 1105.907 824.216 1093.56 824.216 C 1105.907 824.216 1115.915 814.208 1115.915 801.861 C 1115.915 789.514 1105.907 779.505 1093.56 779.505 C 1105.907 779.505 1115.915 769.495 1115.915 757.149 C 1115.915 744.802 1105.907 734.793 1093.56 734.793 C 1105.907 734.793 1115.915 724.784 1115.915 712.437 C 1115.915 700.091 1105.907 690.082 1093.56 690.082 C 1105.907 690.082 1115.915 680.073 1115.915 667.726 C 1115.915 655.379 1105.907 645.37 1093.56 645.37 C 1105.907 645.37 1115.915 635.362 1115.915 623.015 C 1115.915 610.668 1105.907 600.659 1093.56 600.659 C 1105.907 600.659 1115.915 590.65 1115.915 578.303 C 1115.915 565.956 1105.907 555.947 1093.56 555.947 C 1105.907 555.947 1115.915 545.938 1115.915 533.592 C 1115.915 521.245 1105.907 511.236 1093.56 511.236 C 1105.907 511.236 1115.915 501.227 1115.915 488.88 C 1115.915 476.533 1105.907 466.524 1093.56 466.524 C 1105.907 466.524 1115.915 456.516 1115.915 444.169 C 1115.915 431.822 1105.907 421.813 1093.56 421.813 C 1105.907 421.813 1115.915 411.804 1115.915 399.457 C 1115.915 387.11 1105.907 377.102 1093.56 377.102 C 1105.907 377.102 1115.915 367.093 1115.915 354.746 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="1854.64 74.774 335.54 335.528" width="335.54pt" height="335.528pt"><path d=" M 2178.07 254.976 C 2177.91 254.951 2177.76 254.945 2177.6 254.926 C 2177.61 254.816 2177.62 254.706 2177.63 254.596 C 2177.79 254.602 2177.94 254.62 2178.09 254.62 C 2184.77 254.62 2190.18 249.209 2190.18 242.537 C 2190.18 236.223 2185.33 231.044 2179.17 230.497 C 2185.19 229.027 2189.19 223.175 2188.23 216.933 C 2187.22 210.336 2181.06 205.807 2174.46 206.828 C 2174.3 206.852 2174.15 206.893 2173.99 206.923 C 2173.97 206.817 2173.94 206.712 2173.92 206.607 C 2174.07 206.565 2174.22 206.529 2174.37 206.48 C 2180.73 204.441 2184.23 197.634 2182.19 191.289 L 2182.19 191.277 C 2180.16 184.931 2173.35 181.423 2167 183.461 C 2166.85 183.511 2166.7 183.576 2166.55 183.631 C 2166.51 183.529 2166.47 183.427 2166.42 183.325 C 2166.57 183.259 2166.72 183.208 2166.86 183.135 C 2172.82 180.12 2175.2 172.849 2172.19 166.893 C 2169.19 160.946 2161.91 158.561 2155.96 161.566 C 2155.81 161.638 2155.69 161.724 2155.55 161.801 C 2155.49 161.71 2155.43 161.621 2155.38 161.531 C 2155.51 161.444 2155.64 161.364 2155.77 161.272 C 2161.18 157.364 2162.4 149.809 2158.49 144.41 C 2154.58 138.988 2147.04 137.779 2141.63 141.689 C 2141.5 141.782 2141.38 141.888 2141.25 141.987 L 2141.04 141.734 C 2141.16 141.626 2141.28 141.528 2141.4 141.415 C 2146.12 136.708 2146.15 129.059 2141.45 124.322 C 2136.75 119.594 2129.1 119.562 2124.36 124.269 C 2124.25 124.38 2124.16 124.5 2124.05 124.614 L 2123.79 124.393 C 2123.89 124.268 2124 124.156 2124.09 124.027 C 2128.04 118.648 2126.88 111.083 2121.49 107.143 C 2116.11 103.203 2108.55 104.36 2104.6 109.749 C 2104.51 109.878 2104.43 110.013 2104.34 110.145 C 2104.24 110.084 2104.15 110.022 2104.05 109.961 C 2104.13 109.82 2104.22 109.694 2104.3 109.549 C 2107.34 103.624 2105.01 96.332 2099.08 93.286 L 2099.08 93.276 C 2093.15 90.228 2085.86 92.56 2082.81 98.497 C 2082.74 98.639 2082.68 98.785 2082.62 98.928 C 2082.51 98.884 2082.4 98.842 2082.3 98.798 C 2082.35 98.649 2082.42 98.504 2082.47 98.35 C 2084.55 92.004 2081.09 85.176 2074.75 83.105 C 2068.42 81.025 2061.59 84.471 2059.51 90.816 C 2059.46 90.971 2059.43 91.127 2059.38 91.282 C 2059.28 91.257 2059.17 91.23 2059.06 91.205 C 2059.1 91.047 2059.14 90.894 2059.16 90.733 C 2060.21 84.145 2055.73 77.946 2049.14 76.896 C 2042.55 75.835 2036.35 80.321 2035.29 86.909 C 2035.27 87.067 2035.26 87.224 2035.24 87.382 C 2035.14 87.373 2035.03 87.363 2034.92 87.354 C 2034.93 87.198 2034.95 87.045 2034.95 86.888 C 2034.97 80.216 2029.57 74.784 2022.9 74.774 C 2016.22 74.753 2010.8 80.143 2010.78 86.814 C 2010.78 86.972 2010.8 87.125 2010.8 87.283 C 2010.69 87.29 2010.58 87.295 2010.47 87.303 C 2010.46 87.147 2010.45 86.991 2010.43 86.834 C 2009.41 80.237 2003.24 75.719 1996.64 76.738 C 1990.05 77.757 1985.52 83.924 1986.54 90.523 C 1986.57 90.68 1986.61 90.832 1986.64 90.987 C 1986.53 91.013 1986.43 91.04 1986.32 91.065 C 1986.28 90.913 1986.25 90.759 1986.2 90.607 C 1984.16 84.25 1977.35 80.752 1970.99 82.8 C 1964.64 84.839 1961.15 91.647 1963.19 98.003 C 1963.24 98.158 1963.3 98.304 1963.35 98.455 C 1963.26 98.495 1963.16 98.535 1963.06 98.576 C 1962.99 98.431 1962.94 98.283 1962.86 98.14 C 1959.85 92.183 1952.58 89.808 1946.62 92.823 C 1940.66 95.849 1938.29 103.119 1941.3 109.066 C 1941.38 109.209 1941.47 109.333 1941.55 109.473 C 1941.45 109.53 1941.36 109.591 1941.27 109.648 C 1941.18 109.519 1941.1 109.384 1941.01 109.255 C 1937.1 103.845 1929.55 102.636 1924.15 106.545 L 1924.14 106.545 C 1918.74 110.453 1917.53 118.018 1921.44 123.418 C 1921.53 123.548 1921.64 123.661 1921.74 123.787 L 1921.48 124.004 C 1921.38 123.887 1921.28 123.763 1921.16 123.648 C 1916.46 118.92 1908.81 118.9 1904.08 123.606 C 1899.35 128.314 1899.33 135.962 1904.04 140.69 C 1904.15 140.803 1904.27 140.9 1904.39 141.007 L 1904.17 141.265 C 1904.04 141.166 1903.93 141.058 1903.8 140.963 C 1898.42 137.024 1890.85 138.2 1886.91 143.59 C 1882.97 148.969 1884.15 156.534 1889.54 160.462 C 1889.67 160.557 1889.8 160.64 1889.94 160.729 C 1889.88 160.825 1889.81 160.921 1889.75 161.018 C 1889.62 160.939 1889.48 160.852 1889.34 160.778 C 1883.4 157.731 1876.12 160.074 1873.08 166.01 C 1870.03 171.946 1872.37 179.227 1878.31 182.274 C 1878.45 182.348 1878.6 182.398 1878.74 182.465 C 1878.7 182.573 1878.65 182.683 1878.61 182.792 C 1878.46 182.736 1878.31 182.671 1878.16 182.621 C 1871.82 180.54 1865 184.007 1862.92 190.343 C 1860.85 196.688 1864.3 203.507 1870.65 205.587 C 1870.8 205.638 1870.96 205.675 1871.11 205.719 C 1871.09 205.823 1871.06 205.928 1871.04 206.033 C 1870.88 206.002 1870.73 205.96 1870.57 205.933 C 1863.98 204.883 1857.78 209.37 1856.73 215.967 C 1855.69 222.555 1860.17 228.742 1866.76 229.793 C 1866.92 229.819 1867.08 229.833 1867.24 229.852 C 1867.23 229.959 1867.22 230.066 1867.21 230.174 C 1867.06 230.169 1866.91 230.151 1866.75 230.15 C 1860.07 230.14 1854.65 235.529 1854.64 242.212 C 1854.63 248.883 1860.03 254.294 1866.7 254.315 L 1866.72 254.315 C 1866.87 254.315 1867.01 254.298 1867.16 254.292 C 1867.17 254.402 1867.18 254.513 1867.19 254.623 C 1867.03 254.642 1866.88 254.647 1866.72 254.672 C 1860.12 255.692 1855.6 261.869 1856.63 268.467 C 1857.56 274.424 1862.71 278.689 1868.56 278.689 C 1869.18 278.689 1869.8 278.647 1870.42 278.553 C 1870.58 278.528 1870.73 278.486 1870.89 278.455 C 1870.92 278.561 1870.95 278.667 1870.97 278.773 C 1870.81 278.817 1870.66 278.849 1870.5 278.9 C 1864.16 280.949 1860.67 287.756 1862.72 294.102 C 1864.37 299.219 1869.12 302.475 1874.21 302.475 C 1875.44 302.475 1876.69 302.287 1877.93 301.897 C 1878.08 301.848 1878.23 301.781 1878.38 301.726 C 1878.42 301.827 1878.46 301.928 1878.5 302.028 C 1878.36 302.095 1878.21 302.15 1878.07 302.224 C 1872.12 305.249 1869.75 312.52 1872.77 318.467 C 1874.91 322.659 1879.15 325.075 1883.55 325.075 C 1885.39 325.075 1887.26 324.654 1889.01 323.762 C 1889.16 323.689 1889.29 323.603 1889.42 323.527 C 1889.48 323.621 1889.54 323.714 1889.6 323.808 C 1889.47 323.896 1889.33 323.973 1889.2 324.066 C 1883.8 327.974 1882.6 335.528 1886.51 340.939 C 1888.88 344.196 1892.57 345.919 1896.31 345.919 C 1898.76 345.919 1901.24 345.173 1903.39 343.618 C 1903.52 343.524 1903.63 343.419 1903.76 343.321 L 1903.97 343.575 C 1903.85 343.683 1903.73 343.779 1903.62 343.892 C 1898.89 348.598 1898.88 356.257 1903.59 360.985 C 1905.95 363.349 1909.05 364.536 1912.15 364.536 C 1915.24 364.536 1918.32 363.36 1920.68 361.006 C 1920.79 360.894 1920.89 360.774 1921 360.658 L 1921.25 360.872 C 1921.15 360.995 1921.05 361.109 1920.95 361.237 C 1917.01 366.627 1918.19 374.192 1923.59 378.12 C 1925.73 379.696 1928.23 380.443 1930.7 380.443 C 1934.42 380.453 1938.1 378.73 1940.46 375.493 C 1940.56 375.362 1940.64 375.224 1940.73 375.089 C 1940.83 375.149 1940.92 375.211 1941.02 375.27 C 1940.94 375.409 1940.85 375.541 1940.78 375.684 C 1937.73 381.619 1940.09 388.9 1946.02 391.947 C 1947.79 392.85 1949.67 393.272 1951.53 393.272 C 1955.91 393.272 1960.15 390.876 1962.29 386.693 C 1962.36 386.551 1962.41 386.405 1962.48 386.262 C 1962.59 386.307 1962.69 386.349 1962.8 386.394 C 1962.75 386.544 1962.68 386.688 1962.63 386.841 C 1960.56 393.187 1964.03 400.005 1970.37 402.075 C 1971.61 402.474 1972.88 402.673 1974.12 402.673 C 1979.2 402.673 1983.94 399.427 1985.61 394.332 C 1985.66 394.177 1985.69 394.021 1985.73 393.866 C 1985.84 393.892 1985.95 393.918 1986.05 393.944 C 1986.02 394.102 1985.98 394.256 1985.96 394.416 C 1984.91 401.003 1989.4 407.191 1996 408.231 C 1996.63 408.337 1997.27 408.389 1997.89 408.389 C 2003.73 408.389 2008.88 404.145 2009.82 398.188 C 2009.84 398.03 2009.85 397.875 2009.87 397.718 C 2009.98 397.727 2010.09 397.739 2010.2 397.747 C 2010.19 397.901 2010.17 398.053 2010.17 398.208 C 2010.16 404.88 2015.57 410.302 2022.24 410.302 L 2022.25 410.302 C 2028.93 410.302 2034.33 404.901 2034.34 398.23 C 2034.34 398.075 2034.32 397.926 2034.31 397.772 C 2034.42 397.764 2034.53 397.753 2034.65 397.745 C 2034.66 397.899 2034.67 398.053 2034.69 398.208 C 2035.62 404.177 2040.77 408.432 2046.62 408.432 C 2047.24 408.432 2047.86 408.389 2048.5 408.285 C 2055.09 407.255 2059.59 401.077 2058.56 394.479 C 2058.54 394.321 2058.5 394.17 2058.47 394.015 C 2058.57 393.99 2058.68 393.963 2058.79 393.937 C 2058.83 394.093 2058.86 394.249 2058.91 394.405 C 2060.57 399.511 2065.31 402.769 2070.41 402.769 C 2071.64 402.769 2072.89 402.579 2074.12 402.18 C 2080.48 400.121 2083.96 393.302 2081.9 386.956 C 2081.85 386.803 2081.78 386.659 2081.73 386.509 C 2081.83 386.467 2081.94 386.425 2082.04 386.383 C 2082.11 386.527 2082.16 386.676 2082.23 386.82 C 2084.37 391.012 2088.61 393.418 2093.01 393.418 C 2094.85 393.418 2096.73 392.997 2098.49 392.104 C 2104.42 389.069 2106.8 381.797 2103.76 375.852 C 2103.69 375.709 2103.6 375.577 2103.53 375.439 C 2103.62 375.381 2103.71 375.321 2103.81 375.263 C 2103.9 375.396 2103.97 375.532 2104.07 375.662 C 2106.43 378.919 2110.11 380.642 2113.85 380.642 C 2116.31 380.642 2118.8 379.896 2120.94 378.33 C 2126.33 374.413 2127.53 366.858 2123.61 361.458 C 2123.51 361.328 2123.41 361.212 2123.31 361.087 L 2123.56 360.873 C 2123.67 360.99 2123.77 361.113 2123.88 361.227 C 2126.24 363.591 2129.33 364.767 2132.42 364.767 C 2135.51 364.767 2138.6 363.591 2140.97 361.237 C 2145.68 356.52 2145.69 348.871 2140.97 344.155 C 2140.86 344.041 2140.74 343.943 2140.62 343.835 L 2140.84 343.575 C 2140.97 343.673 2141.08 343.777 2141.21 343.87 C 2143.36 345.436 2145.85 346.192 2148.32 346.192 C 2152.05 346.192 2155.73 344.47 2158.09 341.223 C 2162.02 335.832 2160.83 328.279 2155.44 324.339 C 2155.31 324.245 2155.18 324.168 2155.04 324.08 C 2155.1 323.985 2155.16 323.892 2155.22 323.797 C 2155.36 323.875 2155.49 323.962 2155.63 324.035 C 2157.39 324.938 2159.27 325.358 2161.12 325.358 C 2165.52 325.358 2169.75 322.952 2171.88 318.771 C 2174.92 312.835 2172.57 305.554 2166.63 302.518 C 2166.49 302.443 2166.34 302.387 2166.19 302.32 C 2166.23 302.214 2166.28 302.107 2166.32 302.001 C 2166.47 302.057 2166.61 302.122 2166.77 302.172 C 2168.01 302.581 2169.27 302.77 2170.51 302.77 C 2175.59 302.77 2180.33 299.523 2181.99 294.417 C 2184.05 288.071 2180.58 281.253 2174.24 279.194 C 2174.08 279.143 2173.93 279.112 2173.77 279.068 C 2173.8 278.961 2173.82 278.855 2173.85 278.748 C 2174.01 278.78 2174.16 278.822 2174.32 278.848 C 2174.95 278.941 2175.58 278.994 2176.21 278.994 C 2182.06 278.994 2187.19 274.739 2188.13 268.782 C 2189.17 262.194 2184.66 256.006 2178.07 254.976 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="2062.98 3726.59 913.54 819.06" width="913.54pt" height="819.06pt"><path d=" M 2950.98 3906.67 L 2950.98 4365.56 C 2950.98 4390.64 2930.65 4410.97 2905.57 4410.97 L 2740.72 4410.97 C 2689.86 4477.32 2609.81 4520.11 2519.75 4520.11 C 2429.69 4520.11 2349.64 4477.32 2298.77 4410.97 L 2133.93 4415.95 C 2108.85 4415.95 2088.52 4395.62 2088.52 4370.55 L 2088.52 3911.66 C 2088.52 3886.58 2108.85 3866.25 2133.93 3866.25 L 2298.77 3861.26 C 2349.64 3794.92 2429.69 3752.13 2519.75 3752.13 C 2609.81 3752.13 2689.86 3794.92 2740.72 3861.26 L 2905.57 3861.26 C 2930.65 3861.26 2950.98 3881.59 2950.98 3906.67 Z M 2959.49 4365.56 C 2959.49 4395.3 2935.3 4419.48 2905.57 4419.48 L 2744.89 4419.48 C 2690.08 4488.9 2608.27 4528.62 2519.75 4528.62 C 2431.22 4528.62 2349.41 4488.9 2294.61 4419.48 L 2133.93 4424.47 C 2104.2 4424.47 2080.01 4400.28 2080.01 4370.55 L 2080.01 3911.66 C 2080.01 3881.92 2104.2 3857.73 2133.93 3857.73 L 2294.61 3852.75 C 2349.41 3783.33 2431.22 3743.62 2519.75 3743.62 C 2608.27 3743.62 2690.08 3783.33 2744.89 3852.75 L 2905.57 3852.75 C 2935.3 3852.75 2959.49 3876.94 2959.49 3906.67 L 2959.49 4365.56 Z M 2905.57 3835.72 L 2753 3835.72 C 2695.07 3766.26 2610.53 3726.59 2519.75 3726.59 C 2428.97 3726.59 2344.43 3766.26 2286.5 3835.72 L 2133.93 3840.71 C 2094.81 3840.71 2062.98 3872.53 2062.98 3911.66 L 2062.98 4370.55 C 2062.98 4409.67 2094.81 4441.5 2133.93 4441.5 L 2286.5 4436.51 C 2344.43 4505.98 2428.97 4545.65 2519.75 4545.65 C 2610.53 4545.65 2695.07 4505.98 2753 4436.51 L 2905.57 4436.51 C 2944.69 4436.51 2976.52 4404.69 2976.52 4365.56 L 2976.52 3906.67 C 2976.52 3867.55 2944.69 3835.72 2905.57 3835.72 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="659.218 3730.38 811.472 811.47" width="811.472pt" height="811.47pt"><path d=" M 1445.14 4136.12 C 1445.14 4168.35 1401.33 4194.4 1393.38 4224.13 C 1385.16 4254.9 1409.84 4299.32 1394.25 4326.25 C 1378.45 4353.58 1327.49 4354.31 1305.32 4376.48 C 1283.14 4398.65 1282.41 4449.61 1255.09 4465.42 C 1228.15 4481 1183.73 4456.32 1152.97 4464.54 C 1123.24 4472.49 1097.19 4516.31 1064.95 4516.31 C 1032.72 4516.31 1006.67 4472.49 976.935 4464.54 C 946.172 4456.32 901.75 4481 874.816 4465.42 C 847.494 4449.61 846.761 4398.65 824.588 4376.48 C 802.415 4354.31 751.458 4353.57 735.65 4326.25 C 720.067 4299.32 744.749 4254.9 736.527 4224.13 C 728.58 4194.4 684.76 4168.35 684.76 4136.12 C 684.76 4103.88 728.58 4077.83 736.526 4048.1 C 744.749 4017.34 720.067 3972.91 735.651 3945.98 C 751.458 3918.66 802.416 3917.92 824.589 3895.75 C 846.762 3873.58 847.496 3822.62 874.817 3806.81 C 901.751 3791.23 946.172 3815.91 976.935 3807.69 C 1006.67 3799.74 1032.72 3755.92 1064.95 3755.92 C 1097.19 3755.92 1123.24 3799.74 1152.97 3807.69 C 1183.73 3815.91 1228.15 3791.23 1255.09 3806.81 C 1282.41 3822.62 1283.14 3873.58 1305.32 3895.75 C 1327.49 3917.93 1378.45 3918.66 1394.25 3945.98 C 1409.84 3972.92 1385.16 4017.34 1393.38 4048.1 C 1401.33 4077.83 1445.14 4103.88 1445.14 4136.12 Z M 1401.6 4226.33 C 1398.39 4238.36 1401.24 4254.29 1403.99 4269.69 C 1407.8 4290.99 1411.74 4313.02 1401.62 4330.52 C 1391.33 4348.31 1370.08 4355.93 1349.54 4363.3 C 1334.3 4368.76 1319.91 4373.92 1311.34 4382.5 C 1302.76 4391.08 1297.6 4405.47 1292.13 4420.7 C 1284.76 4441.25 1277.14 4462.5 1259.35 4472.79 C 1251.88 4477.11 1242.94 4479.21 1232.04 4479.21 C 1221.2 4479.21 1209.68 4477.15 1198.53 4475.16 C 1188.01 4473.28 1177.14 4471.33 1167.62 4471.33 C 1162.86 4471.33 1158.79 4471.8 1155.17 4472.77 C 1143.85 4475.79 1132.41 4485.5 1120.29 4495.78 C 1103.45 4510.06 1086.04 4524.82 1064.95 4524.82 C 1043.87 4524.82 1026.45 4510.06 1009.61 4495.78 C 997.497 4485.5 986.052 4475.79 974.736 4472.77 C 971.12 4471.8 967.045 4471.33 962.284 4471.33 C 952.769 4471.33 941.893 4473.27 931.377 4475.16 C 920.23 4477.15 908.705 4479.21 897.867 4479.21 C 886.961 4479.21 878.027 4477.11 870.553 4472.79 C 852.763 4462.5 845.141 4441.25 837.77 4420.7 C 832.305 4405.46 827.143 4391.08 818.568 4382.5 C 809.99 4373.92 795.601 4368.76 780.366 4363.3 C 759.82 4355.93 738.572 4348.31 728.28 4330.52 C 718.159 4313.02 722.1 4290.99 725.912 4269.69 C 728.667 4254.29 731.518 4238.36 728.301 4226.33 C 725.276 4215.02 715.57 4203.57 705.294 4191.45 C 691.012 4174.62 676.246 4157.2 676.246 4136.12 C 676.246 4115.03 691.012 4097.62 705.294 4080.78 C 715.57 4068.66 725.276 4057.22 728.301 4045.9 C 731.518 4033.87 728.667 4017.94 725.912 4002.54 C 722.102 3981.24 718.16 3959.21 728.282 3941.72 C 738.574 3923.93 759.821 3916.3 780.367 3908.94 C 795.602 3903.47 809.992 3898.31 818.568 3889.73 C 827.145 3881.15 832.306 3866.77 837.77 3851.53 C 845.142 3830.99 852.764 3809.74 870.554 3799.45 C 878.027 3795.12 886.961 3793.02 897.865 3793.02 C 908.705 3793.02 920.23 3795.08 931.377 3797.08 C 941.892 3798.96 952.764 3800.9 962.28 3800.9 C 967.043 3800.9 971.117 3800.43 974.735 3799.46 C 986.054 3796.44 997.499 3786.73 1009.62 3776.46 C 1026.46 3762.18 1043.87 3747.41 1064.95 3747.41 C 1086.04 3747.41 1103.45 3762.18 1120.29 3776.46 C 1132.41 3786.74 1143.85 3796.44 1155.17 3799.46 C 1158.79 3800.43 1162.86 3800.9 1167.63 3800.9 C 1177.14 3800.9 1188.01 3798.96 1198.53 3797.08 C 1209.68 3795.08 1221.2 3793.02 1232.04 3793.02 C 1242.95 3793.02 1251.88 3795.12 1259.35 3799.45 C 1277.14 3809.74 1284.76 3830.99 1292.14 3851.53 C 1297.6 3866.77 1302.76 3881.16 1311.34 3889.73 C 1319.91 3898.31 1334.3 3903.47 1349.54 3908.94 C 1370.09 3916.31 1391.33 3923.93 1401.63 3941.72 C 1411.75 3959.21 1407.81 3981.24 1403.99 4002.54 C 1401.24 4017.94 1398.39 4033.87 1401.6 4045.9 C 1404.63 4057.21 1414.33 4068.66 1424.61 4080.78 C 1438.89 4097.62 1453.66 4115.03 1453.66 4136.12 C 1453.66 4157.2 1438.89 4174.62 1424.61 4191.45 C 1414.33 4203.57 1404.63 4215.02 1401.6 4226.33 Z M 1437.6 4202.46 C 1453.11 4184.18 1470.69 4163.45 1470.69 4136.12 C 1470.69 4108.78 1453.11 4088.05 1437.59 4069.76 C 1428.99 4059.61 1420.09 4049.12 1418.05 4041.51 C 1415.82 4033.14 1418.44 4018.48 1420.75 4005.54 C 1424.9 3982.36 1429.61 3956.08 1416.36 3933.19 C 1402.95 3910.01 1377.63 3900.92 1355.27 3892.9 C 1342.48 3888.31 1329.25 3883.57 1323.38 3877.69 C 1317.5 3871.82 1312.76 3858.59 1308.16 3845.78 C 1300.15 3823.44 1291.06 3798.12 1267.88 3784.71 C 1257.74 3778.84 1246.02 3775.99 1232.04 3775.99 C 1219.68 3775.99 1207.4 3778.19 1195.53 3780.31 C 1185.75 3782.07 1175.63 3783.88 1167.63 3783.88 C 1164.37 3783.88 1161.73 3783.59 1159.56 3783.01 C 1151.94 3780.98 1141.45 3772.08 1131.3 3763.47 C 1113.02 3747.96 1092.29 3730.38 1064.95 3730.38 C 1037.62 3730.38 1016.89 3747.96 998.586 3763.48 C 988.443 3772.09 977.956 3780.98 970.337 3783.01 C 968.171 3783.59 965.535 3783.88 962.28 3783.88 C 954.274 3783.88 944.159 3782.07 934.377 3780.31 C 922.502 3778.19 910.224 3775.99 897.865 3775.99 C 883.888 3775.99 872.164 3778.84 862.027 3784.71 C 838.844 3798.12 829.761 3823.44 821.741 3845.79 C 817.153 3858.58 812.407 3871.81 806.526 3877.69 C 800.652 3883.57 787.424 3888.31 774.618 3892.91 C 752.278 3900.92 726.957 3910 713.543 3933.19 C 700.302 3956.08 705.003 3982.35 709.152 4005.55 C 711.466 4018.48 714.087 4033.14 711.851 4041.5 C 709.813 4049.13 700.914 4059.62 692.308 4069.77 C 676.797 4088.05 659.218 4108.78 659.218 4136.12 C 659.218 4163.45 676.797 4184.18 692.308 4202.47 C 700.914 4212.61 709.813 4223.11 711.851 4230.73 C 714.086 4239.1 711.466 4253.75 709.15 4266.69 C 705.001 4289.88 700.299 4316.16 713.542 4339.04 C 726.956 4362.23 752.277 4371.31 774.629 4379.33 C 787.422 4383.92 800.65 4388.66 806.527 4394.54 C 812.403 4400.42 817.15 4413.65 821.744 4426.45 C 829.758 4448.79 838.84 4474.11 862.022 4487.53 C 872.157 4493.39 883.882 4496.24 897.867 4496.24 C 910.224 4496.24 922.502 4494.04 934.377 4491.92 C 944.152 4490.17 954.261 4488.36 962.284 4488.36 C 965.546 4488.36 968.179 4488.64 970.341 4489.22 C 977.956 4491.25 988.445 4500.15 998.6 4508.76 C 1016.89 4524.27 1037.62 4541.85 1064.95 4541.85 C 1092.29 4541.85 1113.02 4524.27 1131.32 4508.75 C 1141.46 4500.15 1151.95 4491.25 1159.57 4489.22 C 1161.73 4488.64 1164.36 4488.36 1167.62 4488.36 C 1175.61 4488.36 1185.72 4490.17 1195.53 4491.92 C 1207.4 4494.04 1219.69 4496.24 1232.04 4496.24 C 1246.02 4496.24 1257.74 4493.39 1267.88 4487.53 C 1291.07 4474.11 1300.15 4448.79 1308.17 4426.44 C 1312.75 4413.65 1317.5 4400.42 1323.38 4394.54 C 1329.25 4388.67 1342.48 4383.92 1355.29 4379.32 C 1377.63 4371.31 1402.95 4362.23 1416.36 4339.05 C 1429.6 4316.16 1424.9 4289.88 1420.75 4266.69 C 1418.44 4253.75 1415.82 4239.1 1418.05 4230.73 C 1420.09 4223.11 1428.99 4212.62 1437.6 4202.46 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="3658.1 2643.15 639.23 802.21" width="639.23pt" height="802.21pt"><path d=" M 3729.05 2668.69 L 4226.38 2668.69 C 4251.46 2668.69 4271.79 2689.02 4271.79 2714.1 L 4271.79 3215.85 C 4271.79 3231.37 4263.87 3245.8 4250.79 3254.14 L 4002.13 3412.7 C 3987.24 3422.19 3968.19 3422.19 3953.3 3412.7 L 3704.64 3254.14 C 3691.56 3245.8 3683.64 3231.37 3683.64 3215.85 L 3683.64 2714.1 C 3683.64 2689.02 3703.97 2668.69 3729.05 2668.69 Z M 4280.3 3215.85 C 4280.3 3234.37 4270.98 3251.37 4255.37 3261.32 L 4006.7 3419.88 C 3998.03 3425.41 3988 3428.33 3977.71 3428.33 C 3967.42 3428.33 3957.4 3425.41 3948.72 3419.88 L 3700.06 3261.32 C 3684.45 3251.37 3675.13 3234.37 3675.13 3215.85 L 3675.13 2714.1 C 3675.13 2684.37 3699.32 2660.18 3729.05 2660.18 L 4226.38 2660.18 C 4256.11 2660.18 4280.3 2684.37 4280.3 2714.1 L 4280.3 3215.85 Z M 4226.38 2643.15 L 3729.05 2643.15 C 3689.93 2643.15 3658.1 2674.98 3658.1 2714.1 L 3658.1 3215.85 C 3658.1 3240.22 3670.36 3262.58 3690.9 3275.68 L 3939.57 3434.23 C 3950.99 3441.51 3964.18 3445.36 3977.71 3445.36 C 3991.25 3445.36 4004.44 3441.51 4015.86 3434.23 L 4264.53 3275.68 C 4285.07 3262.58 4297.33 3240.22 4297.33 3215.85 L 4297.33 2714.1 C 4297.33 2674.98 4265.5 2643.15 4226.38 2643.15 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="658.898 2638.21 812.082 812.09" width="812.082pt" height="812.09pt"><path d=" M 1445.44 3044.25 C 1445.44 3254.4 1275.08 3424.75 1064.94 3424.75 C 854.795 3424.75 684.44 3254.4 684.44 3044.25 C 684.44 2834.11 854.795 2663.75 1064.94 2663.75 C 1275.08 2663.75 1445.44 2834.11 1445.44 3044.25 Z M 1064.94 3433.27 C 850.438 3433.27 675.926 3258.76 675.926 3044.25 C 675.926 2829.75 850.438 2655.24 1064.94 2655.24 C 1279.44 2655.24 1453.95 2829.75 1453.95 3044.25 C 1453.95 3258.76 1279.44 3433.27 1064.94 3433.27 Z M 1064.94 2638.21 C 841.048 2638.21 658.898 2820.36 658.898 3044.25 C 658.898 3268.15 841.048 3450.3 1064.94 3450.3 C 1288.83 3450.3 1470.98 3268.15 1470.98 3044.25 C 1470.98 2820.36 1288.83 2638.21 1064.94 2638.21 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="2637.31 2554.24 2372.7 506.56" width="2372.7pt" height="506.56pt"><path d=" M 2905.76 2965.55 L 2905.76 2554.24 L 4741.57 2554.24 L 4741.57 2965.55 L 2905.76 2965.55 Z M 2990.36 2985.55 L 3331.96 3058.44 L 3331.96 2985.55 L 2990.36 2985.55 Z M 3331.92 3058.43 C 3331.65 3042.14 3331.22 3012.59 3331.15 2985.55 L 2990.36 2985.55 L 3331.92 3058.43 Z M 2885.63 2974.5 C 2885.66 2974.23 2885.7 2973.96 2885.75 2973.7 L 2885.75 2686.96 L 2637.31 2686.96 L 2810.59 2866.46 C 2814.24 2870.24 2814.34 2876.2 2810.82 2880.1 L 2647.74 3060.8 L 3247.18 3060.8 L 2893.49 2985.33 C 2888.48 2984.26 2885.09 2979.59 2885.63 2974.5 Z M 4399.96 3060.8 L 4999.58 3060.8 L 4836.5 2880.1 C 4832.98 2876.2 4833.08 2870.24 4836.73 2866.46 L 5010.01 2686.96 L 4761.57 2686.96 L 4761.57 2975.45 C 4761.57 2975.45 4761.57 2975.46 4761.57 2975.46 L 4761.57 2975.55 C 4761.57 2975.63 4761.56 2975.7 4761.56 2975.78 C 4761.55 2975.88 4761.54 2975.99 4761.54 2976.1 C 4761.52 2976.54 4761.47 2976.98 4761.39 2977.41 C 4761.39 2977.42 4761.38 2977.43 4761.38 2977.44 L 4761.38 2977.44 C 4761.35 2977.6 4761.32 2977.75 4761.28 2977.9 C 4761.24 2978.05 4761.21 2978.2 4761.16 2978.35 C 4761.16 2978.36 4761.16 2978.36 4761.16 2978.36 C 4761 2978.92 4760.78 2979.46 4760.53 2979.97 C 4760.51 2980.01 4760.49 2980.05 4760.47 2980.09 C 4760.47 2980.09 4760.47 2980.09 4760.47 2980.09 C 4760.26 2980.5 4760.02 2980.9 4759.75 2981.28 C 4759.75 2981.29 4759.75 2981.29 4759.75 2981.29 C 4759.66 2981.42 4759.56 2981.55 4759.46 2981.68 C 4759.46 2981.68 4759.46 2981.68 4759.46 2981.68 C 4759.37 2981.79 4759.29 2981.91 4759.19 2982.01 C 4759.19 2982.01 4759.19 2982.01 4759.19 2982.01 C 4759.09 2982.14 4758.97 2982.26 4758.86 2982.38 C 4758.76 2982.48 4758.67 2982.59 4758.57 2982.69 L 4758.57 2982.69 C 4758.56 2982.69 4758.56 2982.69 4758.56 2982.69 C 4758.12 2983.13 4757.64 2983.52 4757.12 2983.87 L 4757.12 2983.87 C 4757.06 2983.91 4756.99 2983.95 4756.93 2983.98 C 4756.72 2984.11 4756.52 2984.24 4756.31 2984.36 C 4756.31 2984.36 4756.31 2984.36 4756.31 2984.36 C 4756.18 2984.43 4756.04 2984.49 4755.91 2984.55 C 4755.57 2984.71 4755.22 2984.86 4754.86 2984.98 C 4754.86 2984.99 4754.85 2984.99 4754.85 2984.99 C 4754.5 2985.11 4754.16 2985.21 4753.8 2985.29 C 4753.75 2985.31 4753.7 2985.32 4753.65 2985.33 L 4753.63 2985.34 L 4753.63 2985.34 C 4753.6 2985.34 4753.58 2985.35 4753.55 2985.36 C 4753.55 2985.36 4753.55 2985.36 4753.55 2985.36 L 4399.96 3060.8 Z M 4316.17 2985.55 L 4656.78 2985.55 L 4315.41 3058.4 C 4315.67 3042.09 4316.1 3012.57 4316.17 2985.55 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="2633.89 1311.775 2379.54 600.086" width="2379.54pt" height="600.086pt"><path d=" M 4661.22 1369.08 C 4562.6 1332.71 4377.18 1302.26 4053.92 1363.73 C 3994.38 1375.05 3933.53 1388.59 3873.06 1403.96 C 3872.94 1403.99 3872.81 1404.02 3872.68 1404.05 C 3828.92 1413.33 3784.34 1423.83 3740.16 1435.26 C 3739.61 1435.51 3739.03 1435.71 3738.43 1435.86 C 3678.68 1450.73 3621.14 1462.15 3567.41 1469.78 C 3403.91 1492.99 3265.25 1494.96 3155.27 1475.63 C 3112.62 1468.14 3075.65 1457.59 3045.37 1444.28 C 3021.21 1433.66 3002.11 1421.55 2989.94 1409.18 C 2967.44 1512.63 2918.1 1736.67 2917.43 1739.68 C 2906.74 1788.47 2934.98 1835.7 2986.1 1854.56 C 3084.72 1890.92 3270.14 1921.37 3593.4 1859.9 C 3652.93 1848.58 3713.78 1835.05 3774.26 1819.68 C 3774.38 1819.64 3774.51 1819.61 3774.64 1819.59 C 3818.39 1810.31 3862.97 1799.81 3907.16 1788.38 C 3907.71 1788.13 3908.29 1787.93 3908.89 1787.78 C 3968.64 1772.9 4026.18 1761.49 4079.91 1753.86 C 4243.41 1730.64 4382.07 1728.67 4492.05 1748 C 4534.7 1755.5 4571.68 1766.05 4601.96 1779.36 C 4626.11 1789.98 4645.21 1802.08 4657.38 1814.46 C 4679.91 1710.87 4729.34 1486.42 4729.89 1483.94 C 4740.58 1435.17 4712.35 1387.93 4661.22 1369.08 Z M 3400.9 1466.47 C 3402.4 1452.73 3403.54 1438.97 3404.37 1427.24 C 3396.65 1430.59 3387.17 1432.08 3376.23 1432.08 C 3337.77 1432.09 3281.08 1413.74 3218.09 1393.36 C 3136.12 1366.84 3043.22 1336.78 3009.08 1358.52 C 3001.56 1363.31 2997.26 1370.76 2995.94 1381.31 C 2995.91 1381.59 2995.86 1381.87 2995.8 1382.14 C 2995.73 1383.04 2996.66 1386.5 3001.26 1391.94 C 3001.3 1391.99 3001.34 1392.03 3001.38 1392.07 C 3001.62 1392.36 3001.89 1392.66 3002.16 1392.96 C 3002.28 1393.1 3002.39 1393.23 3002.52 1393.37 C 3002.76 1393.63 3003.01 1393.9 3003.27 1394.17 C 3003.5 1394.42 3003.72 1394.66 3003.97 1394.91 C 3004.06 1395.01 3004.16 1395.1 3004.26 1395.2 C 3004.6 1395.55 3004.95 1395.9 3005.32 1396.26 C 3005.93 1396.85 3006.6 1397.47 3007.33 1398.13 C 3017.41 1407.19 3046.62 1428.63 3111 1445.58 C 3111.53 1445.72 3112.07 1445.86 3112.61 1446 C 3113.18 1446.15 3113.75 1446.3 3114.32 1446.44 C 3116.65 1447.04 3119.01 1447.62 3121.42 1448.21 C 3126.13 1449.34 3130.91 1450.43 3135.77 1451.47 C 3135.77 1451.47 3135.77 1451.47 3135.78 1451.47 C 3137.86 1451.92 3139.96 1452.35 3142.06 1452.78 C 3142.92 1452.96 3143.79 1453.13 3144.66 1453.3 C 3145.55 1453.48 3146.46 1453.66 3147.37 1453.83 C 3153.1 1454.94 3159.03 1456.02 3165.19 1457.04 C 3187.07 1460.67 3210.11 1463.46 3234.26 1465.41 C 3234.66 1465.44 3235.06 1465.47 3235.46 1465.5 C 3237.29 1465.65 3239.13 1465.79 3240.97 1465.92 C 3243.35 1466.1 3245.74 1466.27 3248.14 1466.42 C 3248.14 1466.42 3248.14 1466.42 3248.14 1466.42 C 3294.82 1469.48 3345.85 1469.5 3400.9 1466.47 Z M 4246.42 1757.16 C 4244.92 1770.9 4243.79 1784.66 4242.95 1796.39 C 4250.67 1793.04 4260.15 1791.55 4271.09 1791.55 C 4309.55 1791.55 4366.25 1809.89 4429.23 1830.27 C 4491.46 1850.4 4559.99 1872.58 4604.33 1872.58 C 4618.39 1872.58 4630.01 1870.35 4638.24 1865.12 C 4645.76 1860.32 4650.06 1852.87 4651.38 1842.32 C 4651.41 1842.05 4651.46 1841.77 4651.52 1841.49 C 4651.59 1840.59 4650.66 1837.15 4646.08 1831.72 C 4646.03 1831.67 4645.99 1831.61 4645.94 1831.55 C 4645.7 1831.27 4645.45 1830.98 4645.19 1830.7 C 4645.06 1830.55 4644.93 1830.4 4644.79 1830.25 C 4644.56 1830 4644.32 1829.74 4644.08 1829.48 C 4643.83 1829.22 4643.59 1828.96 4643.33 1828.7 C 4643.25 1828.62 4643.17 1828.54 4643.09 1828.45 C 4642.74 1828.1 4642.37 1827.73 4641.99 1827.36 C 4641.38 1826.78 4640.72 1826.16 4640 1825.51 C 4629.93 1816.46 4600.71 1795 4536.28 1778.04 C 4536.16 1778.01 4536.03 1777.98 4535.91 1777.94 C 4534.93 1777.69 4533.95 1777.43 4532.95 1777.18 C 4530.64 1776.59 4528.29 1776.01 4525.9 1775.43 C 4521.21 1774.3 4516.46 1773.22 4511.63 1772.18 C 4511.59 1772.17 4511.54 1772.16 4511.5 1772.15 C 4509.44 1771.71 4507.36 1771.28 4505.28 1770.86 C 4504.4 1770.68 4503.52 1770.5 4502.63 1770.32 C 4501.76 1770.15 4500.89 1769.98 4500.03 1769.82 C 4494.27 1768.7 4488.32 1767.62 4482.13 1766.6 C 4460.28 1762.97 4437.29 1760.18 4413.18 1758.24 C 4412.66 1758.19 4412.13 1758.15 4411.6 1758.11 C 4409.89 1757.98 4408.17 1757.84 4406.45 1757.72 C 4357.8 1754.17 4304.34 1753.98 4246.42 1757.16 Z M 3383.1 1355.22 C 3352.07 1336.97 3294.79 1324.24 3212.85 1317.36 C 3143.31 1311.53 3057.11 1310.23 2963.57 1313.62 C 2882.28 1316.56 2800.5 1322.83 2733.29 1331.26 C 2679.12 1338.05 2648.87 1344.49 2633.89 1349.1 C 2731.19 1383.59 2877.46 1456.56 2905.35 1526.59 C 2906.33 1529.06 2906.29 1531.82 2905.24 1534.26 C 2904.18 1536.7 2902.2 1538.62 2899.73 1539.59 C 2854.79 1557.31 2802.04 1588.89 2755.01 1626.22 C 2715.7 1657.42 2696.26 1679.82 2689.65 1690.44 C 2691.41 1690.02 2693.61 1689.38 2696.33 1688.45 C 2766.54 1664.39 2883.05 1661.05 2914.36 1660.59 C 2920.09 1634.52 2926.85 1603.8 2933.82 1572.03 C 2934.05 1570.97 2934.29 1569.91 2934.52 1568.85 C 2934.58 1568.56 2934.65 1568.26 2934.71 1567.97 C 2934.86 1567.32 2935 1566.67 2935.14 1566.02 C 2935.36 1565.01 2935.58 1564.01 2935.8 1563 C 2951.45 1491.75 2968 1416.15 2976.16 1378.35 C 2978.32 1361.99 2985.78 1349.65 2998.34 1341.65 C 3017.97 1329.15 3048.99 1327.82 3095.95 1337.46 C 3135.17 1345.51 3180.45 1360.16 3224.24 1374.33 C 3295.04 1397.24 3375.29 1423.21 3399.44 1407.28 C 3402.03 1405.57 3405.57 1402.37 3406.3 1394.44 C 3406.31 1394.38 3406.32 1394.32 3406.33 1394.26 C 3406.35 1394.07 3406.37 1393.89 3406.41 1393.7 C 3406.43 1393.57 3406.45 1393.44 3406.47 1393.31 C 3406.48 1393.27 3406.49 1393.23 3406.5 1393.19 C 3408.54 1383.99 3408.33 1370.06 3383.1 1355.22 Z M 3376.23 1432.08 C 3337.77 1432.09 3281.08 1413.74 3218.09 1393.36 C 3136.12 1366.84 3043.22 1336.78 3009.08 1358.52 C 3001.56 1363.31 2997.26 1370.76 2995.94 1381.31 C 2995.91 1381.59 2995.86 1381.87 2995.8 1382.14 C 2995.75 1382.76 2996.17 1384.58 2997.92 1387.41 C 2997.93 1387.43 2997.95 1387.44 2997.96 1387.46 C 2998.1 1387.69 2998.25 1387.92 2998.41 1388.16 C 2998.45 1388.22 2998.49 1388.28 2998.53 1388.34 C 2998.68 1388.56 2998.83 1388.79 2999 1389.02 C 2999.05 1389.1 2999.11 1389.19 2999.17 1389.27 C 2999.33 1389.5 2999.5 1389.72 2999.68 1389.96 C 2999.74 1390.04 2999.81 1390.12 2999.87 1390.2 C 3000.29 1390.76 3000.75 1391.34 3001.26 1391.94 C 3001.3 1391.98 3001.33 1392.02 3001.36 1392.06 C 3001.59 1392.33 3001.84 1392.61 3002.09 1392.89 C 3002.11 1392.91 3002.13 1392.94 3002.16 1392.96 C 3002.28 1393.1 3002.39 1393.23 3002.52 1393.37 C 3002.73 1393.61 3002.97 1393.85 3003.2 1394.1 C 3003.22 1394.12 3003.24 1394.15 3003.27 1394.17 C 3003.5 1394.42 3003.72 1394.66 3003.97 1394.91 C 3004.06 1395.01 3004.16 1395.1 3004.26 1395.2 C 3004.6 1395.55 3004.95 1395.9 3005.32 1396.26 C 3005.32 1396.26 3005.32 1396.26 3005.32 1396.26 C 3005.93 1396.85 3006.6 1397.47 3007.33 1398.13 C 3017.41 1407.18 3046.61 1428.62 3110.97 1445.57 C 3111.92 1445.82 3112.88 1446.07 3113.85 1446.32 C 3113.99 1446.36 3114.13 1446.39 3114.27 1446.43 C 3116.61 1447.03 3118.99 1447.62 3121.42 1448.2 C 3128.15 1449.83 3135.04 1451.35 3142.07 1452.78 C 3142.92 1452.95 3143.77 1453.13 3144.63 1453.3 C 3145.55 1453.48 3146.47 1453.66 3147.39 1453.84 C 3153.12 1454.95 3159.04 1456.02 3165.19 1457.04 C 3187.05 1460.67 3210.05 1463.45 3234.17 1465.4 C 3234.67 1465.44 3235.17 1465.48 3235.66 1465.52 C 3237.39 1465.65 3239.13 1465.79 3240.86 1465.92 C 3241.02 1465.93 3241.17 1465.94 3241.32 1465.95 C 3244.15 1466.15 3247 1466.35 3249.86 1466.53 C 3250.25 1466.55 3250.63 1466.57 3251.02 1466.6 C 3253.65 1466.76 3256.28 1466.92 3258.94 1467.06 C 3259.5 1467.09 3260.07 1467.12 3260.63 1467.15 C 3263.11 1467.28 3265.61 1467.41 3268.12 1467.52 C 3268.82 1467.56 3269.52 1467.59 3270.22 1467.62 C 3272.6 1467.72 3274.98 1467.82 3277.38 1467.91 C 3278.2 1467.94 3279.04 1467.97 3279.87 1468 C 3282.15 1468.08 3284.43 1468.15 3286.73 1468.22 C 3287.67 1468.25 3288.61 1468.27 3289.54 1468.3 C 3291.75 1468.36 3293.97 1468.41 3296.19 1468.46 C 3297.22 1468.48 3298.25 1468.5 3299.29 1468.52 C 3301.43 1468.55 3303.57 1468.59 3305.72 1468.62 C 3306.85 1468.63 3307.98 1468.64 3309.11 1468.66 C 3311.18 1468.68 3313.27 1468.69 3315.36 1468.7 C 3316.57 1468.71 3317.78 1468.71 3318.99 1468.72 C 3321.02 1468.72 3323.05 1468.72 3325.09 1468.71 C 3326.38 1468.71 3327.67 1468.71 3328.96 1468.7 C 3330.93 1468.69 3332.91 1468.67 3334.89 1468.65 C 3336.27 1468.64 3337.63 1468.63 3339.01 1468.61 C 3340.94 1468.58 3342.88 1468.55 3344.81 1468.52 C 3346.25 1468.49 3347.69 1468.47 3349.13 1468.44 C 3351.03 1468.4 3352.95 1468.35 3354.86 1468.31 C 3356.35 1468.27 3357.83 1468.24 3359.33 1468.2 C 3361.21 1468.14 3363.1 1468.08 3364.99 1468.02 C 3366.54 1467.98 3368.07 1467.93 3369.62 1467.88 C 3371.49 1467.81 3373.38 1467.74 3375.26 1467.67 C 3376.83 1467.6 3378.4 1467.55 3379.99 1467.48 C 3381.93 1467.4 3383.9 1467.31 3385.85 1467.22 C 3387.38 1467.15 3388.9 1467.09 3390.43 1467.01 C 3393.11 1466.88 3395.8 1466.74 3398.5 1466.6 C 3399.3 1466.56 3400.08 1466.52 3400.88 1466.48 C 3401.69 1459.06 3402.41 1451.49 3403.08 1443.8 C 3403.57 1438.01 3404 1432.42 3404.37 1427.24 C 3396.65 1430.59 3387.17 1432.08 3376.23 1432.08 Z M 4264.22 1868.41 C 4295.25 1886.66 4352.53 1899.4 4434.47 1906.27 C 4504.01 1912.11 4590.21 1913.4 4683.75 1910.02 C 4765.04 1907.07 4846.82 1900.81 4914.03 1892.38 C 4968.2 1885.58 4998.45 1879.14 5013.43 1874.54 C 4916.13 1840.04 4769.85 1767.07 4741.97 1697.04 C 4740.99 1694.57 4741.03 1691.82 4742.08 1689.38 C 4743.14 1686.94 4745.12 1685.02 4747.59 1684.04 C 4792.53 1666.32 4845.28 1634.75 4892.31 1597.42 C 4931.62 1566.21 4951.06 1543.81 4957.67 1533.19 C 4955.91 1533.62 4953.71 1534.25 4950.99 1535.18 C 4880.77 1559.24 4764.26 1562.58 4732.96 1563.05 C 4722.38 1611.15 4708.33 1675.1 4695.82 1732.18 C 4685.72 1778.29 4676.59 1820.1 4671.15 1845.3 C 4669 1861.65 4661.54 1873.99 4648.98 1881.99 C 4637.94 1889.01 4623.3 1892.51 4604.25 1892.51 C 4589.42 1892.51 4571.92 1890.39 4551.37 1886.17 C 4512.16 1878.12 4466.87 1863.47 4423.08 1849.3 C 4352.28 1826.39 4272.03 1800.43 4247.88 1816.36 C 4245.29 1818.07 4241.75 1821.26 4241.02 1829.2 C 4241.01 1829.25 4241 1829.31 4240.99 1829.37 C 4240.97 1829.56 4240.95 1829.75 4240.91 1829.94 C 4240.89 1830.07 4240.87 1830.19 4240.85 1830.32 C 4240.84 1830.36 4240.83 1830.4 4240.82 1830.45 C 4238.78 1839.64 4238.99 1853.58 4264.22 1868.41 Z M 4271.09 1791.55 C 4309.55 1791.55 4366.25 1809.89 4429.23 1830.27 C 4491.46 1850.4 4559.99 1872.58 4604.33 1872.58 C 4618.39 1872.58 4630.01 1870.35 4638.24 1865.12 C 4645.76 1860.32 4650.06 1852.87 4651.38 1842.32 C 4651.41 1842.05 4651.46 1841.77 4651.52 1841.49 C 4651.57 1840.82 4651.07 1838.73 4648.9 1835.45 C 4648.88 1835.42 4648.86 1835.38 4648.83 1835.35 C 4648.67 1835.11 4648.5 1834.86 4648.32 1834.6 C 4648.28 1834.55 4648.25 1834.5 4648.21 1834.45 C 4648.03 1834.2 4647.84 1833.93 4647.64 1833.67 C 4647.63 1833.66 4647.63 1833.65 4647.62 1833.65 C 4647.16 1833.04 4646.65 1832.4 4646.08 1831.72 C 4646.04 1831.67 4645.99 1831.61 4645.94 1831.56 C 4645.82 1831.41 4645.67 1831.25 4645.54 1831.09 C 4645.42 1830.96 4645.31 1830.83 4645.19 1830.7 C 4645.06 1830.55 4644.93 1830.41 4644.8 1830.26 C 4644.57 1830.01 4644.32 1829.75 4644.07 1829.48 C 4643.83 1829.22 4643.59 1828.96 4643.33 1828.7 C 4643.26 1828.63 4643.19 1828.56 4643.12 1828.49 C 4643.11 1828.47 4643.09 1828.46 4643.08 1828.44 C 4642.73 1828.09 4642.37 1827.73 4641.99 1827.37 C 4641.99 1827.36 4641.98 1827.36 4641.97 1827.35 C 4641.38 1826.77 4640.72 1826.16 4640 1825.51 C 4640 1825.51 4640 1825.51 4640 1825.51 C 4629.92 1816.46 4600.71 1795.01 4536.29 1778.04 C 4536.16 1778.01 4536.02 1777.97 4535.89 1777.94 C 4534.92 1777.69 4533.95 1777.43 4532.97 1777.18 C 4532.69 1777.11 4532.41 1777.04 4532.14 1776.97 C 4531.25 1776.75 4530.37 1776.53 4529.48 1776.3 C 4528.29 1776.01 4527.1 1775.72 4525.9 1775.43 C 4523.56 1774.86 4521.19 1774.31 4518.81 1773.77 C 4516.52 1773.25 4514.21 1772.74 4511.88 1772.24 C 4511.8 1772.22 4511.71 1772.2 4511.63 1772.18 C 4511.59 1772.17 4511.54 1772.16 4511.5 1772.15 C 4511.4 1772.13 4511.29 1772.11 4511.18 1772.09 C 4509.23 1771.67 4507.26 1771.26 4505.28 1770.86 C 4504.4 1770.68 4503.52 1770.5 4502.63 1770.32 C 4501.76 1770.15 4500.89 1769.98 4500.03 1769.82 C 4494.27 1768.7 4488.32 1767.62 4482.13 1766.6 C 4460.29 1762.97 4437.29 1760.18 4413.19 1758.24 C 4412.66 1758.19 4412.13 1758.15 4411.59 1758.11 C 4409.89 1757.98 4408.17 1757.84 4406.46 1757.72 C 4400.42 1757.28 4394.31 1756.89 4388.13 1756.55 C 4387.96 1756.55 4387.79 1756.54 4387.63 1756.53 C 4384.73 1756.37 4381.83 1756.23 4378.91 1756.09 C 4378.58 1756.08 4378.25 1756.07 4377.92 1756.05 C 4375.16 1755.93 4372.39 1755.81 4369.6 1755.71 C 4369.13 1755.69 4368.66 1755.68 4368.19 1755.66 C 4365.54 1755.57 4362.87 1755.48 4360.19 1755.4 C 4359.61 1755.38 4359.03 1755.37 4358.45 1755.35 C 4355.86 1755.28 4353.27 1755.22 4350.66 1755.17 C 4350 1755.15 4349.33 1755.14 4348.66 1755.13 C 4346.13 1755.08 4343.59 1755.04 4341.05 1755.01 C 4340.29 1755 4339.54 1754.99 4338.79 1754.98 C 4336.32 1754.96 4333.84 1754.94 4331.35 1754.93 C 4330.51 1754.92 4329.68 1754.92 4328.84 1754.92 C 4326.41 1754.91 4323.97 1754.91 4321.52 1754.92 C 4320.63 1754.92 4319.73 1754.92 4318.83 1754.93 C 4316.44 1754.94 4314.03 1754.96 4311.62 1754.99 C 4310.66 1755 4309.7 1755.01 4308.74 1755.02 C 4306.36 1755.05 4303.97 1755.09 4301.58 1755.13 C 4300.57 1755.15 4299.57 1755.16 4298.56 1755.19 C 4296.19 1755.23 4293.81 1755.29 4291.43 1755.35 C 4290.39 1755.38 4289.35 1755.4 4288.3 1755.43 C 4285.92 1755.49 4283.51 1755.57 4281.11 1755.65 C 4280.06 1755.68 4279.02 1755.71 4277.97 1755.75 C 4275.51 1755.83 4273.04 1755.93 4270.56 1756.03 C 4269.55 1756.07 4268.55 1756.1 4267.54 1756.14 C 4264.88 1756.25 4262.2 1756.38 4259.52 1756.5 C 4258.69 1756.54 4257.87 1756.57 4257.03 1756.61 C 4253.52 1756.78 4249.99 1756.96 4246.44 1757.16 C 4245.64 1764.53 4244.92 1772.05 4244.25 1779.7 C 4243.76 1785.54 4243.32 1791.17 4242.95 1796.39 C 4250.67 1793.04 4260.15 1791.55 4271.09 1791.55 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="2632.28 3551.555 2382.76 903.351" width="2382.76pt" height="903.351pt"><path d=" M 3162.79 3929.04 C 3269.36 3944.53 3390.11 3985.97 3521.69 4052.22 C 3565.67 4074.36 3611.12 4100.9 3656.77 4131.09 C 3657.29 4131.44 3657.78 4131.83 3658.23 4132.27 C 3691.62 4154.86 3725.82 4176.75 3759.91 4197.36 C 3760.05 4197.44 3760.18 4197.53 3760.3 4197.61 C 3806.22 4228.36 3853.41 4257.62 3900.57 4284.58 C 4156.58 4430.99 4336.93 4457.88 4443.15 4454.66 C 4470.32 4453.83 4497.45 4445.17 4519.56 4430.26 C 4541.4 4415.54 4557.52 4395.25 4564.95 4373.14 C 4565.72 4370.87 4633.94 4167.39 4667.17 4069.09 C 4647.13 4077.07 4590.91 4092.88 4484.53 4077.41 C 4377.96 4061.92 4257.21 4020.48 4125.63 3954.23 C 4081.65 3932.09 4036.2 3905.55 3990.55 3875.36 C 3990.03 3875.01 3989.54 3874.62 3989.1 3874.19 C 3955.7 3851.6 3921.5 3829.7 3887.41 3809.09 C 3887.27 3809.01 3887.14 3808.93 3887.02 3808.84 C 3841.09 3778.09 3793.9 3748.83 3746.75 3721.87 C 3490.74 3575.46 3310.4 3548.59 3204.17 3551.8 C 3177 3552.62 3149.87 3561.28 3127.76 3576.19 C 3105.93 3590.92 3089.8 3611.2 3082.37 3633.31 C 3081.6 3635.58 3013.38 3839.06 2980.15 3937.37 C 3000.19 3929.38 3056.41 3913.57 3162.79 3929.04 Z M 3040.68 4013.15 C 3078.67 4017.38 3126.05 4017.67 3171.86 4017.96 C 3270.32 4018.58 3333.92 4020.2 3355.99 4043.01 C 3361.2 4032.66 3367.27 4020.25 3373.07 4007.67 C 3235.01 3954.2 3137.55 3942.55 3078.87 3942.55 C 3077.78 3942.55 3076.7 3942.55 3075.64 3942.56 C 3060.98 3942.67 3048.25 3943.5 3037.3 3944.72 C 3037.29 3944.72 3037.29 3944.72 3037.28 3944.72 C 3036.88 3944.77 3036.5 3944.82 3036.11 3944.86 C 3016.53 3947.16 3002.81 3950.7 2994.31 3953.5 C 2994.07 3953.58 2993.82 3953.66 2993.58 3953.74 C 2993.41 3953.8 2993.25 3953.85 2993.09 3953.91 C 2992.62 3954.07 2992.16 3954.22 2991.71 3954.38 C 2991.65 3954.41 2991.58 3954.43 2991.51 3954.46 C 2991.18 3954.57 2990.86 3954.69 2990.53 3954.81 C 2990.3 3954.9 2990.06 3954.98 2989.83 3955.07 C 2989.64 3955.14 2989.46 3955.21 2989.27 3955.28 C 2988.96 3955.4 2988.66 3955.51 2988.36 3955.63 C 2988.33 3955.64 2988.3 3955.65 2988.27 3955.67 C 2975.79 3960.55 2971.09 3965.13 2970.25 3966.65 C 2970.23 3966.71 2970.2 3966.76 2970.18 3966.8 C 2970.09 3967.08 2970 3967.29 2969.89 3967.55 C 2964.69 3979.39 2967.09 3985.39 2969.35 3988.88 C 2976.93 4000.57 3000.93 4008.73 3040.68 4013.15 Z M 4677.14 4039.65 C 4677.14 4039.64 4677.15 4039.63 4677.15 4039.62 C 4677.24 4039.36 4677.32 4039.15 4677.43 4038.9 C 4682.64 4027.06 4680.23 4021.06 4677.97 4017.57 C 4670.39 4005.89 4646.39 3997.72 4606.64 3993.3 C 4568.65 3989.08 4521.27 3988.78 4475.46 3988.49 C 4377 3987.87 4313.4 3986.25 4291.33 3963.44 C 4286.13 3973.8 4280.05 3986.2 4274.25 3998.79 C 4412.31 4052.25 4509.77 4063.9 4568.45 4063.9 C 4569.54 4063.9 4570.62 4063.9 4571.68 4063.89 C 4586.9 4063.78 4600.03 4062.89 4611.25 4061.59 C 4630.69 4059.31 4644.33 4055.8 4652.84 4053.01 C 4653.18 4052.9 4653.53 4052.78 4653.86 4052.67 C 4653.97 4052.64 4654.07 4052.6 4654.17 4052.57 C 4654.68 4052.39 4655.17 4052.22 4655.65 4052.05 C 4655.68 4052.04 4655.71 4052.03 4655.74 4052.02 C 4656.12 4051.89 4656.49 4051.75 4656.85 4051.62 C 4657.05 4051.54 4657.26 4051.47 4657.46 4051.4 C 4657.68 4051.31 4657.89 4051.23 4658.11 4051.15 C 4658.39 4051.04 4658.67 4050.93 4658.95 4050.83 C 4659 4050.81 4659.06 4050.78 4659.12 4050.76 C 4672 4045.71 4676.56 4040.99 4677.14 4039.65 Z M 3366.78 4005.25 C 3366.73 4005.23 3366.68 4005.21 3366.62 4005.19 C 3365.32 4004.69 3364.03 4004.21 3362.73 4003.72 C 3361.87 4003.39 3361.01 4003.06 3360.15 4002.74 C 3359.16 4002.37 3358.17 4002 3357.19 4001.64 C 3356.03 4001.21 3354.88 4000.77 3353.73 4000.35 C 3352.92 4000.05 3352.12 3999.76 3351.31 3999.46 C 3349.99 3998.98 3348.67 3998.49 3347.36 3998.02 C 3346.67 3997.77 3345.98 3997.52 3345.29 3997.27 C 3343.88 3996.76 3342.46 3996.25 3341.06 3995.75 C 3340.46 3995.53 3339.87 3995.33 3339.27 3995.11 C 3337.78 3994.58 3336.28 3994.05 3334.8 3993.53 C 3334.31 3993.36 3333.83 3993.19 3333.35 3993.02 C 3331.76 3992.47 3330.17 3991.91 3328.59 3991.37 C 3328.2 3991.23 3327.81 3991.1 3327.41 3990.96 C 3325.75 3990.39 3324.09 3989.82 3322.44 3989.26 C 3322.13 3989.16 3321.82 3989.05 3321.51 3988.95 C 3319.78 3988.36 3318.05 3987.78 3316.34 3987.21 C 3316.12 3987.14 3315.9 3987.07 3315.69 3987 C 3313.88 3986.4 3312.08 3985.8 3310.29 3985.22 C 3310.16 3985.17 3310.02 3985.13 3309.88 3985.08 C 3308.01 3984.47 3306.15 3983.87 3304.3 3983.28 C 3304.24 3983.26 3304.18 3983.24 3304.11 3983.22 C 3201.76 3950.41 3126.9 3942.53 3078.56 3942.55 C 3077.58 3942.55 3076.6 3942.56 3075.64 3942.56 C 3074 3942.57 3072.39 3942.6 3070.8 3942.63 C 3070.42 3942.64 3070.04 3942.64 3069.66 3942.65 C 3066.5 3942.72 3063.44 3942.82 3060.48 3942.95 C 3060.13 3942.96 3059.78 3942.98 3059.43 3943 C 3056.48 3943.14 3053.63 3943.3 3050.87 3943.5 C 3050.54 3943.52 3050.21 3943.54 3049.89 3943.57 C 3047.14 3943.77 3044.49 3943.99 3041.93 3944.24 C 3041.63 3944.27 3041.34 3944.3 3041.05 3944.33 C 3039.78 3944.46 3038.53 3944.59 3037.3 3944.72 C 3037.29 3944.72 3037.29 3944.72 3037.28 3944.72 C 3036.88 3944.77 3036.5 3944.82 3036.11 3944.86 C 3016.53 3947.16 3002.81 3950.7 2994.31 3953.5 C 2994.07 3953.58 2993.82 3953.66 2993.58 3953.74 C 2993.41 3953.8 2993.25 3953.85 2993.09 3953.91 C 2992.62 3954.07 2992.16 3954.22 2991.71 3954.38 C 2991.65 3954.41 2991.58 3954.43 2991.51 3954.46 C 2991.18 3954.57 2990.86 3954.69 2990.53 3954.81 C 2990.3 3954.9 2990.06 3954.98 2989.83 3955.07 C 2989.64 3955.14 2989.46 3955.21 2989.27 3955.28 C 2988.96 3955.4 2988.66 3955.51 2988.36 3955.63 C 2988.33 3955.64 2988.3 3955.65 2988.27 3955.67 C 2975.79 3960.55 2971.09 3965.13 2970.25 3966.65 C 2970.23 3966.71 2970.2 3966.76 2970.18 3966.8 C 2970.09 3967.08 2970 3967.29 2969.89 3967.55 C 2964.69 3979.39 2967.09 3985.39 2969.35 3988.88 C 2976.93 4000.57 3000.93 4008.73 3040.68 4013.15 C 3078.67 4017.38 3126.05 4017.67 3171.86 4017.96 C 3270.32 4018.58 3333.92 4020.2 3355.99 4043.01 C 3358.52 4037.97 3361.27 4032.44 3364.08 4026.65 C 3364.43 4025.92 3364.79 4025.19 3365.14 4024.46 C 3365.46 4023.79 3365.79 4023.11 3366.11 4022.44 C 3368.49 4017.46 3370.81 4012.53 3373.05 4007.66 C 3370.95 4006.85 3368.86 4006.04 3366.78 4005.25 Z M 3343.07 4058.74 C 3340.22 4054.2 3329.08 4045.93 3286.5 4041.68 C 3254.47 4038.48 3214.28 4038.23 3171.74 4037.96 C 3071.36 4037.33 2976.54 4036.74 2952.57 3999.76 C 2945.25 3988.48 2944.86 3975.08 2951.39 3959.94 C 2952.66 3956.21 2954.06 3952.09 2955.57 3947.63 C 2955.76 3947.05 2955.96 3946.47 2956.16 3945.87 C 2956.16 3945.87 2956.16 3945.87 2956.17 3945.86 C 2956.51 3944.85 2956.86 3943.82 2957.21 3942.78 C 2957.22 3942.74 2957.23 3942.71 2957.24 3942.68 C 2977.26 3883.56 3014.61 3772.35 3039.25 3698.94 C 3008.46 3688.33 2910.42 3652.64 2861.3 3612.39 C 2858.39 3610.01 2856.23 3608.6 2854.72 3607.78 C 2854.29 3617.34 2860.32 3644 2879.79 3683.29 C 2902.48 3729.06 2933.13 3771.46 2963.88 3799.63 C 2965.98 3801.55 2967.16 3804.27 2967.13 3807.11 C 2967.1 3809.96 2965.86 3812.65 2963.72 3814.53 C 2944.98 3830.92 2903.45 3854.12 2811.95 3871.6 C 2756.56 3882.18 2690.05 3888.94 2632.28 3889.93 C 2642.43 3897.34 2663.77 3910.52 2708.28 3931.98 C 2761.17 3957.46 2827.69 3985.38 2895.59 4010.58 C 3068.71 4074.84 3210.81 4107.65 3285.44 4100.56 C 3317.22 4097.55 3336.15 4087.6 3341.69 4070.97 C 3341.71 4070.94 3341.72 4070.9 3341.73 4070.87 C 3341.77 4070.76 3341.81 4070.66 3341.85 4070.55 C 3341.93 4070.36 3342 4070.17 3342.09 4069.99 C 3342.11 4069.94 3342.13 4069.88 3342.15 4069.83 C 3345.55 4062.7 3343.75 4059.82 3343.07 4058.74 Z M 4683.6 4191.93 C 4702.34 4175.54 4743.88 4152.33 4835.37 4134.85 C 4890.76 4124.27 4957.27 4117.51 5015.04 4116.52 C 5004.89 4109.11 4983.55 4095.93 4939.04 4074.48 C 4886.15 4048.99 4819.63 4021.08 4751.73 3995.87 C 4578.61 3931.62 4436.51 3898.81 4361.88 3905.89 C 4330.1 3908.9 4311.17 3918.86 4305.63 3935.48 C 4305.62 3935.51 4305.6 3935.55 4305.59 3935.58 C 4305.55 3935.69 4305.51 3935.8 4305.46 3935.91 C 4305.39 3936.09 4305.32 3936.28 4305.23 3936.46 C 4305.21 3936.52 4305.19 3936.57 4305.17 3936.62 C 4301.77 3943.75 4303.57 3946.63 4304.25 3947.71 C 4307.1 3952.26 4318.24 3960.52 4360.82 3964.77 C 4392.85 3967.97 4433.04 3968.22 4475.58 3968.49 C 4575.96 3969.12 4670.78 3969.72 4694.75 4006.69 C 4702.07 4017.98 4702.46 4031.37 4695.93 4046.51 C 4694.38 4051.09 4692.62 4056.26 4690.7 4061.93 C 4670.86 4120.54 4632.97 4233.33 4608.07 4307.51 C 4638.86 4318.12 4736.9 4353.81 4786.02 4394.06 C 4788.93 4396.44 4791.09 4397.85 4792.6 4398.68 C 4793.03 4389.11 4787 4362.46 4767.53 4323.16 C 4744.84 4277.4 4714.19 4234.99 4683.44 4206.83 C 4681.34 4204.91 4680.16 4202.18 4680.19 4199.34 C 4680.22 4196.5 4681.46 4193.8 4683.6 4191.93 Z M 4571.68 4063.89 C 4573.39 4063.88 4575.05 4063.85 4576.71 4063.82 C 4577.07 4063.81 4577.44 4063.81 4577.8 4063.8 C 4579.42 4063.76 4581.03 4063.72 4582.6 4063.67 C 4582.74 4063.67 4582.87 4063.66 4583.01 4063.65 C 4584.52 4063.6 4586.01 4063.54 4587.48 4063.47 C 4587.72 4063.46 4587.97 4063.45 4588.21 4063.44 C 4589.78 4063.37 4591.33 4063.28 4592.85 4063.19 C 4592.96 4063.18 4593.08 4063.18 4593.2 4063.17 C 4594.73 4063.08 4596.23 4062.97 4597.7 4062.87 C 4597.75 4062.86 4597.81 4062.86 4597.86 4062.86 C 4599.41 4062.74 4600.92 4062.62 4602.41 4062.49 C 4602.46 4062.48 4602.51 4062.48 4602.56 4062.47 C 4605.58 4062.21 4608.47 4061.91 4611.25 4061.59 C 4630.69 4059.31 4644.33 4055.8 4652.84 4053.01 C 4653.18 4052.9 4653.53 4052.78 4653.86 4052.67 C 4653.97 4052.64 4654.07 4052.6 4654.17 4052.57 C 4654.68 4052.39 4655.17 4052.22 4655.65 4052.05 C 4655.68 4052.04 4655.71 4052.03 4655.74 4052.02 C 4656.12 4051.89 4656.49 4051.75 4656.85 4051.62 C 4657.05 4051.54 4657.26 4051.47 4657.46 4051.4 C 4657.68 4051.31 4657.89 4051.23 4658.11 4051.15 C 4658.39 4051.04 4658.67 4050.93 4658.95 4050.83 C 4659 4050.81 4659.06 4050.78 4659.12 4050.76 C 4672 4045.71 4676.56 4040.99 4677.14 4039.65 C 4677.14 4039.64 4677.15 4039.63 4677.15 4039.62 C 4677.24 4039.36 4677.32 4039.15 4677.43 4038.9 C 4682.64 4027.06 4680.23 4021.06 4677.97 4017.57 C 4670.39 4005.89 4646.39 3997.72 4606.64 3993.3 C 4568.65 3989.08 4521.27 3988.78 4475.46 3988.49 C 4377 3987.87 4313.4 3986.25 4291.33 3963.44 C 4288.79 3968.51 4286.03 3974.06 4283.21 3979.88 C 4282.9 3980.51 4282.6 3981.14 4282.29 3981.77 C 4281.93 3982.52 4281.57 3983.28 4281.2 3984.04 C 4278.82 3989.01 4276.51 3993.93 4274.27 3998.79 C 4276.17 3999.53 4278.05 4000.25 4279.92 4000.97 C 4280.18 4001.06 4280.45 4001.17 4280.71 4001.27 C 4281.9 4001.72 4283.08 4002.17 4284.27 4002.61 C 4285.24 4002.98 4286.21 4003.35 4287.18 4003.72 C 4288.09 4004.06 4288.98 4004.39 4289.88 4004.72 C 4291.13 4005.19 4292.37 4005.65 4293.61 4006.11 C 4294.34 4006.38 4295.07 4006.64 4295.8 4006.91 C 4297.19 4007.42 4298.59 4007.94 4299.97 4008.44 C 4300.61 4008.67 4301.23 4008.89 4301.87 4009.12 C 4303.34 4009.66 4304.81 4010.19 4306.28 4010.71 C 4306.82 4010.91 4307.37 4011.1 4307.91 4011.29 C 4309.46 4011.84 4311.01 4012.39 4312.54 4012.93 C 4312.98 4013.08 4313.41 4013.23 4313.85 4013.39 C 4315.48 4013.96 4317.12 4014.53 4318.74 4015.09 C 4319.11 4015.22 4319.47 4015.34 4319.84 4015.47 C 4321.53 4016.05 4323.21 4016.62 4324.88 4017.19 C 4325.19 4017.29 4325.49 4017.39 4325.8 4017.5 C 4327.53 4018.09 4329.26 4018.67 4330.99 4019.24 C 4331.2 4019.31 4331.4 4019.38 4331.62 4019.45 C 4333.42 4020.05 4335.23 4020.65 4337.02 4021.23 C 4337.17 4021.28 4337.31 4021.33 4337.45 4021.37 C 4339.31 4021.98 4341.17 4022.58 4343.01 4023.17 C 4343.08 4023.2 4343.15 4023.22 4343.22 4023.24 C 4445.59 4056.06 4520.45 4063.92 4568.81 4063.9 C 4569.78 4063.9 4570.74 4063.9 4571.68 4063.89 Z " fill="rgb(255,255,255)"/></svg>
</div>
<div class="brand-shape" data-id="customShape" title="Custom Shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="2626.64 10 2394.04 812.239" width="2394.04pt" height="812.239pt"><path d=" M 4809.57 361.51 C 4829.51 312.867 4811.39 258.149 4765.5 228.455 C 4747.31 216.684 4646.93 155.091 4456.71 98.402 C 4367.85 71.921 4273.84 51.031 4177.3 36.316 C 4062.74 18.854 3943.76 10 3823.66 10 C 3703.56 10 3584.58 18.854 3470.02 36.316 C 3373.48 51.031 3279.47 71.921 3190.61 98.402 C 3000.39 155.092 2900.01 216.684 2881.82 228.455 C 2835.93 258.149 2817.81 312.866 2837.76 361.519 C 2838.77 363.98 2931.16 588.726 2972.58 690.214 C 2973.29 689.076 2974.05 687.916 2974.84 686.732 C 3004.06 643.33 3081.61 577.346 3211.66 522.314 C 3286.84 490.502 3372.09 465.438 3465.04 447.817 C 3574.32 427.103 3694.98 416.6 3823.66 416.6 C 3952.34 416.6 4073 427.103 4182.28 447.817 C 4275.23 465.438 4360.48 490.502 4435.66 522.314 C 4565.71 577.346 4643.26 643.33 4672.48 686.732 C 4673.27 687.916 4674.03 689.076 4674.75 690.214 C 4716.16 588.726 4808.55 363.979 4809.57 361.51 Z M 3102.89 574.809 C 3080.34 588.29 3062.02 602.016 3047.2 615.047 C 3077.87 591.674 3116.95 567.13 3164.73 543.705 C 3142.65 553.012 3122.02 563.381 3102.89 574.809 Z M 3103.06 600.755 C 3056.7 629.937 3028.08 655.94 3012.22 672.614 C 2988.06 698.029 2983.02 712.498 2982.87 715.555 C 2982.88 715.576 2982.88 715.598 2982.89 715.619 C 2982.9 715.638 2982.9 715.657 2982.91 715.676 C 2986.39 726.827 2992.3 733.877 3000.99 737.228 C 3005.54 738.982 3010.77 739.797 3016.58 739.797 C 3058.41 739.803 3130.22 697.49 3194.51 659.614 C 3267.07 616.869 3330.3 579.622 3367.24 587.493 C 3359.96 560.389 3349.63 522.451 3342.27 497.466 C 3315 505.377 3288.58 514.04 3263.05 523.48 C 3203.16 545.626 3149.33 571.625 3103.06 600.755 Z M 4290.79 586.434 C 4328.6 586.434 4386.85 620.755 4452.81 659.614 C 4526.02 702.745 4608.99 751.625 4646.33 737.228 C 4655.02 733.877 4660.93 726.827 4664.41 715.676 C 4664.42 715.657 4664.42 715.638 4664.43 715.619 C 4664.44 715.598 4664.44 715.576 4664.45 715.555 C 4664.3 712.498 4659.26 698.029 4635.1 672.614 C 4619.25 655.94 4590.62 629.937 4544.26 600.755 C 4497.99 571.625 4444.16 545.626 4384.27 523.48 C 4358.74 514.04 4332.32 505.377 4305.06 497.466 C 4297.69 522.451 4287.36 560.389 4280.08 587.493 C 4283.44 586.777 4287.01 586.434 4290.79 586.434 Z M 2626.64 456.516 C 2634.28 465.818 2657.12 485.351 2702.38 510.555 C 2755.17 539.95 2812.41 562.219 2859.41 571.651 C 2864.72 572.717 2868.21 577.813 2867.3 583.148 C 2863.11 607.552 2844.32 649.778 2778.58 712.357 C 2738.92 750.121 2686.98 790.164 2638.37 820.569 C 2651.3 822.278 2678.92 823.594 2736.56 819.697 C 2801.43 815.312 2880.04 805.925 2957.9 793.265 C 3157.26 760.85 3302.51 716.123 3356.41 670.551 C 3386.23 645.342 3378.84 627.451 3376.41 621.572 C 3376.4 621.544 3376.39 621.515 3376.38 621.487 C 3376.34 621.392 3376.31 621.294 3376.28 621.197 C 3376.2 620.994 3376.13 620.789 3376.07 620.581 C 3376.06 620.533 3376.04 620.488 3376.02 620.44 C 3373.63 611.864 3369.31 609.241 3366.27 608.013 C 3339.69 597.297 3267.95 639.558 3204.66 676.846 C 3165.5 699.922 3124.99 723.783 3088.93 739.855 C 3058.99 753.202 3035.28 759.752 3016.35 759.753 C 3007.93 759.753 3000.46 758.457 2993.79 755.888 C 2979.37 750.324 2969.33 738.946 2963.96 722.07 C 2941.39 666.547 2884.94 529.01 2849.59 442.934 C 2818.75 448.736 2706.11 468.17 2633.84 457.266 C 2630.81 456.809 2628.46 456.594 2626.64 456.516 Z M 3012.22 672.614 C 2988.06 698.029 2983.02 712.498 2982.87 715.555 C 2982.88 715.576 2982.88 715.598 2982.89 715.619 C 2982.9 715.638 2982.9 715.657 2982.91 715.676 C 2986.39 726.827 2992.3 733.877 3000.99 737.228 C 3005.54 738.982 3010.77 739.797 3016.58 739.797 C 3058.41 739.803 3130.22 697.49 3194.51 659.614 C 3267.07 616.869 3330.3 579.622 3367.24 587.493 C 3364.01 575.446 3360.17 561.259 3356.26 547.019 C 3248.71 562.641 3159.19 587.676 3090.08 621.476 C 3056.68 637.809 3033.57 653.631 3017.79 666.917 C 3015.78 668.919 3013.93 670.821 3012.22 672.614 Z M 4653.53 755.888 C 4646.87 758.457 4639.39 759.753 4630.97 759.753 C 4612.04 759.753 4588.34 753.203 4558.39 739.855 C 4522.33 723.783 4481.83 699.922 4442.66 676.846 C 4379.37 639.558 4307.62 597.298 4281.05 608.013 C 4278.01 609.241 4273.69 611.864 4271.3 620.44 C 4271.28 620.488 4271.26 620.533 4271.25 620.581 C 4271.19 620.789 4271.12 620.994 4271.04 621.198 C 4271.01 621.294 4270.98 621.392 4270.94 621.487 C 4270.93 621.515 4270.92 621.544 4270.91 621.572 C 4268.48 627.451 4261.09 645.342 4290.91 670.551 C 4344.81 716.123 4490.06 760.85 4689.42 793.265 C 4767.28 805.925 4845.89 815.312 4910.76 819.697 C 4968.39 823.593 4996.02 822.277 5008.95 820.569 C 4960.34 790.165 4908.4 750.121 4868.74 712.357 C 4832.46 677.816 4787.61 627.362 4780.02 583.148 C 4779.11 577.813 4782.6 572.717 4787.91 571.651 C 4834.91 562.219 4892.15 539.95 4944.94 510.555 C 4990.2 485.351 5013.04 465.818 5020.68 456.516 C 5018.86 456.594 5016.51 456.809 5013.48 457.266 C 4998.13 459.582 4980.95 460.529 4963.13 460.53 C 4897.04 460.531 4822.02 447.504 4797.73 442.934 C 4795.26 448.956 4792.66 455.276 4789.97 461.829 C 4754.59 547.977 4704.33 670.477 4683.36 722.083 C 4677.98 738.951 4667.95 750.326 4653.53 755.888 Z " fill="rgb(255,255,255)"/></svg>
</div>
</div>
<button id="brand-shape-loadmore" type="button" class="brand-btn primary brand-lg-btn btn-full">Load more</button>
</div>
<div id="brand-shape-setting" class="brand-tab">
<div id="brand-shape-settings-info" class="notice notice-info">
<h6> No shape is selected </h6>
Select a shape to adjust the settings.
</div>
<div id="brand-shape-settings">
<div class="brand-control-wrap-half">
<label class="brand-control-label">
Fill Style
</label>
<div class="brand-control">
<select id="brand-shape-gradient" class="brand-select" autocomplete="off">
<option value="none" selected>
Solid Color
</option>
<option value="vertical">
Vertical Gradient
</option>
<option value="horizontal">
Horizontal Gradient
</option>
<option value="diagonal">
Diagonal Gradient
</option>
</select>
</div>
</div>
<div id="shape-gradient-settings">
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">
Color 1
</label>
<div class="brand-control">
<input id="shape-gradient-color-1" type="text"
class="brand-colorpicker disallow-empty" autocomplete="off" value="#9C27B0" />
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">
Color 2
</label>
<div class="brand-control">
<input id="shape-gradient-color-2" type="text"
class="brand-colorpicker disallow-empty" autocomplete="off" value="#000000" />
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">
Color 3
</label>
<div class="brand-control">
<input id="shape-gradient-color-3" type="text"
class="brand-colorpicker allow-empty" autocomplete="off" value="" />
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">
Color 4
</label>
<div class="brand-control">
<input id="shape-gradient-color-4" type="text"
class="brand-colorpicker allow-empty" autocomplete="off" value="" />
</div>
</div>
</div>
<div id="shape-fill-color" class="brand-control-wrap">
<label class="brand-control-label">
Fill Color
</label>
<div class="brand-control">
<input id="brand-shape-color" type="text" class="brand-colorpicker allow-empty"
autocomplete="off" value="#fff" />
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">
Outline Size
</label>
<div class="brand-control">
<input id="shape-outline-width" class="brand-form-field" type="number" value="0"
data-min="0" data-max="1000" step="1" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">
Outline Color
</label>
<div class="brand-control">
<input id="shape-outline-color" type="text" class="brand-colorpicker disallow-empty"
autocomplete="off" value="#000000" />
</div>
</div>
<div id="brand-shape-rounded-corners">
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">
Rounded Corners<span>0</span>
</label>
<div class="brand-control">
<input id="shape-rounded-corners" type="range" min="0" max="100" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
</div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">
Shadow
</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-shape-shadow" class="brand-toggle-checkbox"
data-conditional="#shape-shadow-settings" type="checkbox" autocomplete="off" />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="shape-shadow-settings" class="d-none conditional-settings">
<div class="brand-control-wrap-half">
<label class="brand-control-label">
Shadow Color
</label>
<div class="brand-control">
<input id="shape-shadow-color" type="text"
class="brand-colorpicker disallow-empty" autocomplete="off" value="#000" />
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">
Shadow Blur
</label>
<div class="brand-control">
<input id="shape-shadow-blur" class="brand-form-field" type="number" value="5"
step="1" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">
Offset X
</label>
<div class="brand-control">
<input id="shape-shadow-offset-x" class="brand-form-field" type="number" value="5"
step="1" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">
Offset Y
</label>
<div class="brand-control">
<input id="shape-shadow-offset-y" class="brand-form-field" type="number" value="5"
step="1" autocomplete="off">
</div>
</div>
</div>
<div class="brand-sub-settings" style="display: block;"></div>
<div class="brand-control-wrap label-block">
<div class="brand-control">
<div class="brand-btn-group icon-group">
<button type="button"
class="brand-horizontal-center brand-btn tooltip tooltip-top"
data-title="Horizontal Align Center"><span
class="material-icons">align_horizontal_center</span></button>
<button type="button"
class="brand-vertical-center brand-btn tooltip tooltip-top"
data-title="Vertical Align Center"><span
class="material-icons">vertical_align_center</span></button>
</div>
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">
Opacity<span>1</span>
</label>
<div class="brand-control">
<input id="shape-opacity" type="range" min="0" max="1" value="1" step="0.1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">
Skew X<span>0</span>
</label>
<div class="brand-control">
<input id="shape-skew-x" type="range" min="0" max="180" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">
Skew Y<span>0</span>
</label>
<div class="brand-control">
<input id="shape-skew-y" type="range" min="0" max="180" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">
Rotate<span>0</span>
</label>
<div class="brand-control">
<input id="shape-rotate" type="range" min="0" max="360" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div id="shape-custom-width-wrap">
<div class="brand-control-wrap-half">
<label class="brand-control-label">
Custom Width
</label>
<div class="brand-control">
<input id="shape-custom-width" class="brand-form-field" type="number" value=""
data-min="0" data-max="10000" step="1" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">
Custom Height
</label>
<div class="brand-control">
<input id="shape-custom-height" class="brand-form-field" type="number" value=""
data-min="0" data-max="10000" step="1" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label">
Aspect Ratio
</label>
<div class="brand-control">
<div class="brand-aspect-ratio">
<input id="brand-shape-ratio-w" class="brand-form-field" type="number"
value="12" autocomplete="off">
<span class="material-icons">clear</span>
<input id="brand-shape-ratio-h" class="brand-form-field" type="number"
value="16" autocomplete="off">
<button id="brand-shape-ratio-lock" type="button"
class="brand-btn brand-lock-unlock"><span
class="material-icons">lock_open</span></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Shapes END -->
<!-- Elements START -->
<div id="brand-elements" class="brand-icon-panel-content panel-hide"> <button class="resize-button">Resize</button>
<div class="brand-tabs">
<!-- Elements Menu -->
<ul class="brand-tabs-menu">
<li id="brand-all-elements-open" class="active" data-target="#brand-all-elements">All</li>
<li id="brand-custom-svg-open" data-target="#brand-customsvg-upload">Custom SVG</li>
<li id="brand-custom-element-open" data-target="#brand-custom-element">Element</li>
</ul>
<!-- All Elements -->
<div id="brand-all-elements" class="brand-tab active">
<div class="brand-search-wrap">
<input id="brand-element-search" type="search" class="brand-form-field"
placeholder="Search Category..." autocomplete="off" />
<span id="brand-element-search-icon" class="material-icons">search</span>
</div>
<ul id="brand-elements-wrap" class="brand-accordion">
<li>
<a><span class="material-icons my-favorites-star">star</span>My Favorites<span
id="elements-favorites-count" class="data-count">0</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-favorites"
class="brand-grid brand-elements-grid four-column">
<div class="notice notice-info">
<h6>No favorites yet</h6>Click the star icon on any element, and you will
see it here next time you visit.
</div>
</div>
</div>
</li>
<li data-keyword="ink-brush-strokes"><a>Ink Brush Strokes<span class="data-count">21</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-ink-brush-strokes"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/1.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/2.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/3.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/4.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/5.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/6.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/7.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/8.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/9.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/10.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/11.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/12.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/13.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/14.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/15.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/16.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/17.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/18.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/19.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/20.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/21.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/ink-brush-strokes/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="abstract-shapes"><a>Abstract Shapes<span class="data-count">52</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-abstract-shapes"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/1.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/2.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/3.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/4.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/5.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/6.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/7.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/8.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/9.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/10.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/11.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/12.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/13.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/14.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/15.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/16.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/17.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/18.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/19.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/20.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/21.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/22.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/22.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/22"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/23.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/23.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/23"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/24.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/24.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/24"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/25.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/25.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/25"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/26.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/26.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/26"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/27.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/27.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/27"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/28.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/28.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/28"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/29.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/29.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/29"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/30.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/30.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/30"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/31.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/31.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/31"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/32.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/32.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/32"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/33.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/33.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/33"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/34.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/34.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/34"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/35.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/35.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/35"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/36.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/36.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/36"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/37.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/37.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/37"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/38.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/38.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/38"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/39.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/39.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/39"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/40.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/40.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/40"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/41.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/41.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/41"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/42.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/42.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/42"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/43.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/43.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/43"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/44.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/44.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/44"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/45.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/45.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/45"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/46.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/46.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/46"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/47.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/47.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/47"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/48.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/48.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/48"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/49.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/49.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/49"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/50.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/50.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/50"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/51.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/51.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/51"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/52.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/52.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/52"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="geometric-shapes"><a>Geometric Shapes<span class="data-count">21</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-geometric-shapes"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/1.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/2.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/3.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/4.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/5.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/6.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/7.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/8.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/9.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/10.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/11.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/12.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/13.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/14.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/15.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/16.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/17.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/18.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/19.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/20.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/21.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/geometric-shapes/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="moon-shapes"><a>Moon Shapes<span class="data-count">15</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-moon-shapes"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/moon-shapes/1.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/moon-shapes/1.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/moon-shapes/1"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/moon-shapes/2.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/moon-shapes/2.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/moon-shapes/2"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/moon-shapes/3.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/moon-shapes/3.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/moon-shapes/3"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/moon-shapes/4.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/moon-shapes/4.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/moon-shapes/4"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/moon-shapes/5.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/moon-shapes/5.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/moon-shapes/5"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/moon-shapes/6.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/moon-shapes/6.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/moon-shapes/6"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/moon-shapes/7.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/moon-shapes/7.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/moon-shapes/7"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/moon-shapes/8.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/moon-shapes/8.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/moon-shapes/8"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/moon-shapes/9.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/moon-shapes/9.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/moon-shapes/9"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/moon-shapes/10.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/moon-shapes/10.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/moon-shapes/10"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/moon-shapes/11.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/moon-shapes/11.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/moon-shapes/11"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/moon-shapes/12.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/moon-shapes/12.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/moon-shapes/12"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/moon-shapes/13.svg"
data-loader="no" style="display: none;"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/moon-shapes/13.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/moon-shapes/13"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/moon-shapes/14.svg"
data-loader="no" style="display: none;"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/moon-shapes/14.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/moon-shapes/14"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/moon-shapes/15.svg"
data-loader="no" style="display: none;"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/moon-shapes/15.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/moon-shapes/15"><span
class="material-icons">star_border</span></button></div>
</div>
</div>
</li>
<li data-keyword="thunderbolts"><a>Thunderbolts<span class="data-count">22</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-thunderbolts"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/1.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/1.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/1"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/2.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/2.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/2"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/3.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/3.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/3"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/4.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/4.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/4"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/5.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/5.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/5"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/6.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/6.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/6"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/7.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/7.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/7"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/8.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/8.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/8"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/9.svg"
data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/9.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/9"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/10.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/10.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/10"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/11.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/11.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/11"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/12.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/12.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/12"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/13.svg" data-loader="no"
style="display: none;"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/13.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/13"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/14.svg" data-loader="no"
style="display: none;"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/14.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/14"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/15.svg" data-loader="no"
style="display: none;"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/15.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/15"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/16.svg" data-loader="no"
style="display: none;"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/16.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/16"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/17.svg" data-loader="no"
style="display: none;"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/17.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/17"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/18.svg" data-loader="no"
style="display: none;"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/18.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/18"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/19.svg" data-loader="no"
style="display: none;"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/19.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/19"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/20.svg" data-loader="no"
style="display: none;"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/20.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/20"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/21.svg" data-loader="no"
style="display: none;"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/21.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/21"><span
class="material-icons">star_border</span></button></div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/thunderbolts/22.svg" data-loader="no"
style="display: none;"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/thunderbolts/22.svg">
<div class="element-favorite"><button type="button"
class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/thunderbolts/22"><span
class="material-icons">star_border</span></button></div>
</div>
</div>
</li>
<li data-keyword="hand-drawn-dividers"><a>Hand Drawn Dividers<span
class="data-count">30</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-hand-drawn-dividers"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/1.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/2.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/3.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/4.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/5.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/6.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/7.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/8.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/9.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/10.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/11.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/12.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/13.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/14.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/15.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/16.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/17.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/18.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/19.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/20.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/21.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/22.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/22.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/22"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/23.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/23.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/23"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/24.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/24.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/24"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/25.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/25.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/25"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/26.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/26.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/26"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/27.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/27.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/27"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/28.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/28.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/28"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/29.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/29.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/29"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/30.svg" data-loader="no">
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/30.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/hand-drawn-dividers/30"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="arrows"><a>Arrows<span class="data-count">31</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-arrows"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/1.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/2.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/3.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/4.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/5.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/6.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/7.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/8.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/9.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/10.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/11.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/12.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/13.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/14.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/15.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/16.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/17.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/18.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/19.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/20.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/21.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/22.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/22.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/22"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/23.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/23.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/23"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/24.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/24.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/24"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/25.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/25.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/25"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/26.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/26.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/26"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/27.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/27.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/27"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/28.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/28.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/28"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/29.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/29.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/29"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/30.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/30.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/30"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/arrows/31.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/arrows/31.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/arrows/31"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="speech-bubbles"><a>Speech Bubbles<span class="data-count">41</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-speech-bubbles"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/1.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/2.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/3.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/4.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/5.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/6.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/7.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/8.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/9.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/10.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/11.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/12.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/13.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/14.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/15.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/16.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/17.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/18.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/19.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/20.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/21.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/22.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/22.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/22"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/23.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/23.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/23"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/24.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/24.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/24"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/25.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/25.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/25"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/26.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/26.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/26"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/27.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/27.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/27"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/28.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/28.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/28"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/29.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/29.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/29"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/30.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/30.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/30"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/31.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/31.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/31"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/32.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/32.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/32"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/33.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/33.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/33"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/34.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/34.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/34"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/35.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/35.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/35"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/36.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/36.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/36"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/37.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/37.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/37"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/38.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/38.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/38"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/39.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/39.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/39"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/40.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/40.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/40"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark"
data-elsource="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/41.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/41.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/speech-bubbles/41"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="clouds"><a>Clouds<span class="data-count">41</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-clouds"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/1.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/2.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/3.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/4.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/5.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/6.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/7.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/8.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/9.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/10.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/11.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/12.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/13.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/14.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/15.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/16.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/17.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/18.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/19.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/20.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/21.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/22.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/22.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/22"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/23.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/23.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/23"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/24.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/24.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/24"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/25.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/25.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/25"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/26.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/26.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/26"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/27.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/27.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/27"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/28.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/28.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/28"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/29.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/29.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/29"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/30.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/30.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/30"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/31.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/31.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/31"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/32.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/32.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/32"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/33.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/33.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/33"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/34.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/34.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/34"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/35.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/35.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/35"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/36.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/36.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/36"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/37.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/37.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/37"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/38.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/38.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/38"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/39.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/39.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/39"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/40.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/40.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/40"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/clouds/41.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/clouds/41.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/clouds/41"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="social-media"><a>Social Media<span class="data-count">55</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-social-media"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/1.svg"
data-loader="no"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/social-media/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/2.svg"
data-loader="no"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/social-media/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/3.svg"
data-loader="no"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/social-media/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/4.svg"
data-loader="no"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/social-media/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/5.svg"
data-loader="no"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/social-media/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/6.svg"
data-loader="no"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/social-media/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/7.svg"
data-loader="no"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/social-media/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/8.svg"
data-loader="no"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/social-media/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/9.svg"
data-loader="no"><img class="lazy"
data-src="https://www.thebrand.ai/wowX/files/elements/social-media/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/10.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/11.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/12.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/13.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/14.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/15.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/16.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/17.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/18.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/19.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/20.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/21.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/22.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/22.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/22"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/23.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/23.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/23"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/24.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/24.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/24"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/25.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/25.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/25"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/26.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/26.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/26"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/27.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/27.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/27"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/28.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/28.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/28"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/29.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/29.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/29"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/30.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/30.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/30"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/31.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/31.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/31"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/32.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/32.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/32"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/33.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/33.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/33"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/34.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/34.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/34"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/35.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/35.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/35"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/36.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/36.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/36"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/37.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/37.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/37"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/38.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/38.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/38"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/39.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/39.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/39"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/40.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/40.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/40"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/41.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/41.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/41"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/42.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/42.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/42"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/43.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/43.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/43"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/44.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/44.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/44"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/45.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/45.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/45"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/46.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/46.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/46"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/47.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/47.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/47"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/48.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/48.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/48"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/49.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/49.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/49"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/50.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/50.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/50"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/51.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/51.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/51"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/52.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/52.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/52"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/53.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/53.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/53"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/54.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/54.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/54"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light"
data-elsource="https://www.thebrand.ai/wowX/files/elements/social-media/55.svg" data-loader="no"><img
class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/social-media/55.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/social-media/55"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="payment"><a>Payment<span class="data-count">80</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-payment"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/1.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/2.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/3.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/4.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/5.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/6.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/7.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/8.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/9.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/10.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/11.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/12.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/13.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/14.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/15.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/16.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/17.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/18.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/19.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/20.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/21.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/22.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/22.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/22"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/23.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/23.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/23"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/24.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/24.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/24"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/25.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/25.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/25"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/26.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/26.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/26"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/27.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/27.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/27"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/28.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/28.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/28"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/29.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/29.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/29"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/30.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/30.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/30"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/31.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/31.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/31"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/32.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/32.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/32"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/33.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/33.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/33"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/34.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/34.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/34"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/35.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/35.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/35"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/36.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/36.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/36"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/37.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/37.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/37"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/38.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/38.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/38"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/39.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/39.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/39"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/40.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/40.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/40"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/41.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/41.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/41"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/42.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/42.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/42"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/43.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/43.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/43"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/44.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/44.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/44"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/45.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/45.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/45"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/46.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/46.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/46"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/47.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/47.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/47"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/48.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/48.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/48"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/49.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/49.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/49"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/50.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/50.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/50"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/51.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/51.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/51"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/52.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/52.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/52"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/53.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/53.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/53"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/54.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/54.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/54"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/55.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/55.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/55"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/56.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/56.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/56"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/57.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/57.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/57"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/58.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/58.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/58"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/59.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/59.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/59"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/60.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/60.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/60"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/61.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/61.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/61"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/62.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/62.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/62"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/63.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/63.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/63"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/64.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/64.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/64"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/65.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/65.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/65"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/66.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/66.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/66"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/67.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/67.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/67"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/68.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/68.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/68"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/69.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/69.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/69"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/70.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/70.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/70"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/71.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/71.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/71"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/72.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/72.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/72"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/73.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/73.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/73"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/74.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/74.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/74"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/75.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/75.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/75"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/76.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/76.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/76"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/77.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/77.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/77"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/78.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/78.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/78"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/79.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/79.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/79"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/payment/80.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/payment/80.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/payment/80"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="crypto"><a>Crypto Currency<span class="data-count">56</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-crypto"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/1.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/2.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/3.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/4.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/5.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/6.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/7.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/8.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/9.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/10.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/11.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/12.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/13.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/14.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/15.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/16.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/17.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/18.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/19.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/20.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/21.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/22.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/22.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/22"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/23.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/23.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/23"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/24.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/24.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/24"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/25.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/25.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/25"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/26.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/26.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/26"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/27.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/27.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/27"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/28.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/28.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/28"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/29.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/29.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/29"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/30.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/30.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/30"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/31.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/31.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/31"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/32.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/32.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/32"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/33.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/33.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/33"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/34.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/34.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/34"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/35.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/35.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/35"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/36.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/36.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/36"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/37.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/37.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/37"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/38.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/38.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/38"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/39.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/39.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/39"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/40.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/40.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/40"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/41.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/41.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/41"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/42.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/42.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/42"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/43.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/43.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/43"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/44.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/44.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/44"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/45.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/45.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/45"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/46.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/46.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/46"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/47.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/47.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/47"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/48.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/48.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/48"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/49.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/49.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/49"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/50.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/50.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/50"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/51.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/51.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/51"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/52.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/52.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/52"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/53.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/53.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/53"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/54.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/54.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/54"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/55.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/55.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/55"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/crypto/56.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/crypto/56.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/crypto/56"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="avatars"><a>Avatars<span class="data-count">25</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-avatars"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/1.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/2.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/3.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/4.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/5.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/6.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/7.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/8.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/9.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/10.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/11.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/12.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/13.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/14.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/15.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/16.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/17.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/18.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/19.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/20.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/21.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/22.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/22.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/22"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/23.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/23.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/23"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/24.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/24.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/24"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/avatars/25.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/avatars/25.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/avatars/25"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="people"><a>People<span class="data-count">43</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-people"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/1.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/2.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/3.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/4.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/5.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/6.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/7.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/8.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/9.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/10.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/11.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/12.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/13.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/14.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/15.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/16.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/17.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/18.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/19.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/20.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/21.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/22.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/22.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/22"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/23.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/23.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/23"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/24.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/24.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/24"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/25.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/25.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/25"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/26.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/26.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/26"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/27.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/27.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/27"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/28.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/28.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/28"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/29.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/29.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/29"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/30.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/30.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/30"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/31.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/31.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/31"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/32.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/32.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/32"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/33.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/33.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/33"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/34.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/34.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/34"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/35.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/35.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/35"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/36.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/36.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/36"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/37.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/37.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/37"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/38.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/38.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/38"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/39.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/39.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/39"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/40.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/40.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/40"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/41.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/41.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/41"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/42.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/42.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/42"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/people/43.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/people/43.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/people/43"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="dividers"><a>Dividers<span class="data-count">25</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-dividers"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/1.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/2.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/3.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/4.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/5.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/6.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/7.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/8.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/9.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/10.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/11.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/12.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/13.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/14.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/15.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/16.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/17.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/18.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/19.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/20.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/21.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/22.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/22.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/22"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/23.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/23.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/23"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/24.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/24.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/24"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/dividers/25.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/dividers/25.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/dividers/25"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="trees"><a>Trees<span class="data-count">23</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-trees"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/1.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/2.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/3.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/4.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/5.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/6.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/7.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/8.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/9.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/10.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/11.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/12.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/13.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/14.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/15.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/16.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/17.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/18.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/19.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/20.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/21.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/22.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/22.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/22"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/trees/23.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/trees/23.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/trees/23"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="animals"><a>Animals<span class="data-count">48</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-animals"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/1.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/2.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/3.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/4.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/5.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/6.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/7.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/8.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/9.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/10.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/11.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/12.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/13.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/14.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/15.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/16.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/17.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/18.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/19.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/20.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/21.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/22.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/22.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/22"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/23.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/23.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/23"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/24.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/24.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/24"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/25.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/25.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/25"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/26.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/26.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/26"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/27.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/27.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/27"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/28.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/28.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/28"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/29.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/29.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/29"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/30.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/30.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/30"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/31.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/31.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/31"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/32.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/32.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/32"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/33.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/33.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/33"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/34.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/34.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/34"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/35.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/35.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/35"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/36.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/36.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/36"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/37.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/37.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/37"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/38.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/38.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/38"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/39.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/39.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/39"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/40.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/40.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/40"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/41.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/41.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/41"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/42.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/42.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/42"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/43.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/43.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/43"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/44.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/44.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/44"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/45.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/45.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/45"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/46.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/46.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/46"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/47.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/47.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/47"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/animals/48.svg"
data-loader="yes"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/animals/48.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/animals/48"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="vehicles"><a>Vehicles<span class="data-count">9</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-vehicles"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/vehicles/1.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/vehicles/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/vehicles/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/vehicles/2.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/vehicles/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/vehicles/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/vehicles/3.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/vehicles/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/vehicles/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/vehicles/4.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/vehicles/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/vehicles/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/vehicles/5.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/vehicles/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/vehicles/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/vehicles/6.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/vehicles/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/vehicles/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/vehicles/7.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/vehicles/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/vehicles/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/vehicles/8.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/vehicles/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/vehicles/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/vehicles/9.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/vehicles/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/vehicles/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="quote"><a>Quote<span class="data-count">12</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-quote"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/quote/1.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/quote/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/quote/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/quote/2.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/quote/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/quote/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/quote/3.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/quote/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/quote/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/quote/4.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/quote/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/quote/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/quote/5.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/quote/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/quote/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/quote/6.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/quote/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/quote/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/quote/7.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/quote/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/quote/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/quote/8.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/quote/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/quote/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/quote/9.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/quote/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/quote/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/quote/10.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/quote/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/quote/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/quote/11.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/quote/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/quote/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/quote/12.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/quote/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/quote/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="weather"><a>Weather<span class="data-count">71</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-weather"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/1.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/2.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/3.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/4.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/5.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/6.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/7.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/8.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/9.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/10.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/11.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/12.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/13.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/14.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/15.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/16.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/17.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/18.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/19.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/20.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/21.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/22.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/22.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/22"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/23.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/23.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/23"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/24.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/24.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/24"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/25.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/25.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/25"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/26.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/26.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/26"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/27.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/27.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/27"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/28.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/28.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/28"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/29.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/29.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/29"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/30.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/30.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/30"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/31.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/31.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/31"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/32.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/32.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/32"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/33.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/33.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/33"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/34.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/34.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/34"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/35.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/35.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/35"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/36.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/36.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/36"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/37.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/37.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/37"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/38.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/38.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/38"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/39.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/39.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/39"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/40.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/40.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/40"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/41.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/41.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/41"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/42.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/42.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/42"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/43.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/43.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/43"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/44.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/44.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/44"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/45.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/45.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/45"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/46.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/46.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/46"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/47.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/47.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/47"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/48.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/48.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/48"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/49.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/49.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/49"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/50.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/50.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/50"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/51.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/51.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/51"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/52.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/52.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/52"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/53.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/53.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/53"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/54.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/54.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/54"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/55.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/55.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/55"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/56.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/56.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/56"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/57.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/57.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/57"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/58.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/58.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/58"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/59.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/59.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/59"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/60.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/60.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/60"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/61.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/61.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/61"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/62.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/62.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/62"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/63.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/63.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/63"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/64.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/64.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/64"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/65.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/65.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/65"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/66.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/66.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/66"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/67.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/67.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/67"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/68.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/68.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/68"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/69.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/69.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/69"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/70.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/70.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/70"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weather/71.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weather/71.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weather/71"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="weapons"><a>Weapons<span class="data-count">25</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-weapons"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/1.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/2.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/3.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/4.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/5.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/6.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/7.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/8.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/9.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/10.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/11.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/12.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/13.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/14.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/15.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/16.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/17.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/17.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/17"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/18.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/18.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/18"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/19.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/19.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/19"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/20.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/20.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/20"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/21.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/21.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/21"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/22.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/22.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/22"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/23.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/23.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/23"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/24.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/24.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/24"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element light" data-elsource="https://www.thebrand.ai/wowX/files/elements/weapons/25.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/weapons/25.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/weapons/25"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
<li data-keyword="gifts"><a>Gifts<span class="data-count">16</span><span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-elements-grid-gifts"
class="brand-grid brand-elements-grid four-column paginated" data-perpage="12">
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/gifts/1.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/gifts/1.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/gifts/1"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/gifts/2.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/gifts/2.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/gifts/2"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/gifts/3.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/gifts/3.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/gifts/3"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/gifts/4.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/gifts/4.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/gifts/4"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/gifts/5.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/gifts/5.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/gifts/5"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/gifts/6.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/gifts/6.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/gifts/6"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/gifts/7.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/gifts/7.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/gifts/7"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/gifts/8.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/gifts/8.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/gifts/8"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/gifts/9.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/gifts/9.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/gifts/9"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/gifts/10.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/gifts/10.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/gifts/10"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/gifts/11.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/gifts/11.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/gifts/11"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/gifts/12.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/gifts/12.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/gifts/12"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/gifts/13.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/gifts/13.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/gifts/13"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/gifts/14.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/gifts/14.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/gifts/14"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/gifts/15.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/gifts/15.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/gifts/15"><span
class="material-icons">star_border</span></button>
</div>
</div>
<div class="brand-element dark" data-elsource="https://www.thebrand.ai/wowX/files/elements/gifts/16.svg"
data-loader="no"><img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/gifts/16.svg" />
<div class="element-favorite">
<button type="button" class="brand-btn-simple star "
data-elementid="https://www.thebrand.ai/wowX/files/elements/gifts/16"><span
class="material-icons">star_border</span></button>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
<!-- Custom SVG -->
<div id="brand-customsvg-upload" class="brand-tab">
<div class="brand-file-field">
<input type="file" name="brand-element-upload" id="brand-element-upload"
class="brand-hidden-file" accept="image/svg+xml" />
<label for="brand-element-upload" class="brand-btn primary brand-lg-btn btn-full"><span
class="material-icons">upload</span><span>Upload SVG from computer</span></label>
</div>
<button id="brand-svg-media-library" type="button"
class="brand-btn primary brand-lg-btn btn-full brand-modal-open"
data-target="#modal-svg-library"><span class="material-icons">photo_library</span>Select
From Media Library</button>
<!-- Custom SVG Options -->
<div id="brand-custom-svg-options">
<div class="brand-sub-settings" style="display: block;"></div>
<div id="customsvg-colors"></div>
<div class="brand-sub-settings" style="display: block;"></div>
<div class="brand-control-wrap label-block">
<div class="brand-control">
<div class="brand-btn-group icon-group">
<button id="customsvg-flip-horizontal" type="button"
class="brand-btn tooltip tooltip-top" data-title="Flip X"><span
class="material-icons">flip</span></button>
<button id="customsvg-flip-vertical" type="button"
class="brand-btn tooltip tooltip-top" data-title="Flip Y"><span
class="material-icons">flip</span></button>
<button type="button"
class="brand-horizontal-center brand-btn tooltip tooltip-top"
data-title="H-Align Center"><span
class="material-icons">align_horizontal_center</span></button>
<button type="button"
class="brand-vertical-center brand-btn tooltip tooltip-top"
data-title="V-Align Center"><span
class="material-icons">vertical_align_center</span></button>
</div>
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Opacity<span>1</span></label>
<div class="brand-control">
<input id="customsvg-opacity" type="range" min="0" max="1" value="1" step="0.1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Skew X<span>0</span></label>
<div class="brand-control">
<input id="customsvg-skew-x" type="range" min="0" max="180" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Skew Y<span>0</span></label>
<div class="brand-control">
<input id="customsvg-skew-y" type="range" min="0" max="180" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Rotate<span>0</span></label>
<div class="brand-control">
<input id="customsvg-rotate" type="range" min="0" max="360" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
</div>
</div>
<!-- Custom Element Settings -->
<div id="brand-custom-element" class="brand-tab">
<div id="brand-custom-element-options-info" class="notice notice-info">
<h6>No element is selected</h6> Select an element to adjust the settings.
</div>
<div id="brand-custom-element-options">
<div class="brand-control-wrap-half">
<label class="brand-control-label">Fill Style</label>
<div class="brand-control">
<select id="brand-element-gradient" class="brand-select" autocomplete="off">
<option value="none" selected>Solid Color</option>
<option value="vertical">Vertical Gradient</option>
<option value="horizontal">Horizontal Gradient</option>
<option value="diagonal">Diagonal Gradient</option>
</select>
</div>
</div>
<div id="element-gradient-settings">
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Color 1</label>
<div class="brand-control">
<input id="element-gradient-color-1" type="text"
class="brand-colorpicker disallow-empty" autocomplete="off" value="#9C27B0" />
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Color 2</label>
<div class="brand-control">
<input id="element-gradient-color-2" type="text"
class="brand-colorpicker disallow-empty" autocomplete="off" value="#000000" />
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Color 3</label>
<div class="brand-control">
<input id="element-gradient-color-3" type="text"
class="brand-colorpicker allow-empty" autocomplete="off" value="" />
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Color 4</label>
<div class="brand-control">
<input id="element-gradient-color-4" type="text"
class="brand-colorpicker allow-empty" autocomplete="off" value="" />
</div>
</div>
</div>
<div id="element-fill-color" class="brand-control-wrap">
<label class="brand-control-label">Fill Color</label>
<div class="brand-control">
<input id="brand-element-color" type="text" class="brand-colorpicker disallow-empty"
autocomplete="off" value="" />
</div>
</div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Shadow</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-element-shadow" class="brand-toggle-checkbox"
data-conditional="#element-shadow-settings" type="checkbox"
autocomplete="off" />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="element-shadow-settings" class="d-none conditional-settings">
<div class="brand-control-wrap-half">
<label class="brand-control-label">Shadow Color</label>
<div class="brand-control">
<input id="element-shadow-color" type="text"
class="brand-colorpicker disallow-empty" autocomplete="off" value="#000" />
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Shadow Blur</label>
<div class="brand-control">
<input id="element-shadow-blur" class="brand-form-field" type="number" value="5"
step="1" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Offset X</label>
<div class="brand-control">
<input id="element-shadow-offset-x" class="brand-form-field" type="number"
value="5" step="1" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Offset Y</label>
<div class="brand-control">
<input id="element-shadow-offset-y" class="brand-form-field" type="number"
value="5" step="1" autocomplete="off">
</div>
</div>
</div>
<div class="brand-sub-settings" style="display: block;"></div>
<div class="brand-control-wrap label-block">
<div class="brand-control">
<div class="brand-btn-group icon-group">
<button id="element-flip-horizontal" type="button"
class="brand-btn tooltip tooltip-top" data-title="Flip X"><span
class="material-icons">flip</span></button>
<button id="element-flip-vertical" type="button"
class="brand-btn tooltip tooltip-top" data-title="Flip Y"><span
class="material-icons">flip</span></button>
<button type="button"
class="brand-horizontal-center brand-btn tooltip tooltip-top"
data-title="H-Align Center"><span
class="material-icons">align_horizontal_center</span></button>
<button type="button"
class="brand-vertical-center brand-btn tooltip tooltip-top"
data-title="V-Align Center"><span
class="material-icons">vertical_align_center</span></button>
</div>
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Opacity<span>1</span></label>
<div class="brand-control">
<input id="element-opacity" type="range" min="0" max="1" value="1" step="0.1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Skew X<span>0</span></label>
<div class="brand-control">
<input id="element-skew-x" type="range" min="0" max="180" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Skew Y<span>0</span></label>
<div class="brand-control">
<input id="element-skew-y" type="range" min="0" max="180" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Rotate<span>0</span></label>
<div class="brand-control">
<input id="element-rotate" type="range" min="0" max="360" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
</div>
</div>
</div>
<div id="brand-noelements" class="notice notice-warning">Nothing found.</div>
</div>
<!-- Elements END -->
<!-- Icons START -->
<div id="brand-icons" class="brand-icon-panel-content panel-hide"> <button class="resize-button">Resize</button>
<!-- All Icons -->
<div id="brand-all-icons" class="brand-tab active">
<div class="brand-control-wrap" style="margin:0px;">
<label class="brand-control-label">Icon Style</label>
<div class="brand-control">
<select id="brand-icon-style" class="brand-select" autocomplete="off">
<option selected value="materialicons">Filled</option>
<option value="materialiconsoutlined">Outlined</option>
<option value="materialiconsround">Round</option>
</select>
</div>
</div>
<div class="brand-sub-settings" style="display: block;"></div>
<div class="brand-search-wrap">
<input id="brand-icon-search" type="search" class="brand-form-field"
placeholder="Enter a keyword..." autocomplete="off" />
<span id="brand-icon-search-icon" class="material-icons">search</span>
</div>
<div id="brand-icons-grid" class="brand-grid brand-elements-grid four-column">
</div>
<div id="brand-noicons" class="notice notice-warning">Nothing found.</div>
</div>
</div>
<!-- Icons END -->
<!-- Apps START -->
<div id="brand-apps" class="brand-icon-panel-content panel-hide"> <button class="resize-button">Resize</button>
<div id="brand-apps-menu">
<div id="brand-apps-menu-qrcode" class="brand-apps-menu-item" data-id="#brand-qrcode-app">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="assets/apps/qrcode.jpg">
</div>
<div class="brand-apps-menu-item-desc">QR Code</div>
</div>
<div id="brand-apps-menu-barcode" class="brand-apps-menu-item" data-id="#brand-barcode-app">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="assets/apps/barcode.jpg">
</div>
<div class="brand-apps-menu-item-desc">Barcode</div>
</div>
<div id="brand-apps-menu-trianglify" class="brand-apps-menu-item" data-id="#brand-trianglify-app">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="assets/apps/trianglify.png">
</div>
<div class="brand-apps-menu-item-desc">Triangle Art</div>
</div>
<div id="brand-apps-menu-brands" class="brand-apps-menu-item" data-id="#brand-brands-app">
<div class="brand-img-wrap">
<div class="img-loader"></div>
<img class="lazy" data-src="assets/apps/brands.jpg">
</div>
<div class="brand-apps-menu-item-desc">Brands</div>
</div>
<div id="brand-apps-menu-flags" class="brand-apps-menu-item" data-id="#brand-flags-app">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="assets/apps/flags.jpg">
</div>
<div class="brand-apps-menu-item-desc">Country Flags</div>
</div>
<div id="brand-apps-menu-crypto" class="brand-apps-menu-item" data-id="#brand-crypto-app">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="assets/apps/crypto.jpg">
</div>
<div class="brand-apps-menu-item-desc">Cryptocurrency</div>
</div>
<div id="brand-apps-menu-multiavatar" class="brand-apps-menu-item"
data-id="#brand-multiavatar-app">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="assets/apps/multiavatar.png">
</div>
<div class="brand-apps-menu-item-desc">Multiavatar</div>
</div>
</div>
<div id="brand-apps-content">
<!-- QR Code App START -->
<div id="brand-qrcode-app" class="d-none">
<div class="brand-close-app brand-btn">
<span class="material-icons">keyboard_backspace</span>
Go Back
</div>
<div id="brand-qrcode-settings">
<div class="brand-control-wrap-half">
<label class="brand-control-label">Preview</label>
<div class="brand-control">
<div id="qrcode-preview"></div>
</div>
</div>
<div class="brand-sub-settings" style="display: block;"></div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Text</label>
<div class="brand-control">
<input type="text" id="brand-qrcode-text" class="brand-form-field"
autocomplete="off" value="https://mysite.com" />
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Fill Color</label>
<div class="brand-control">
<input id="brand-qrcode-fill" type="text" class="brand-colorpicker disallow-empty"
autocomplete="off" value="#333333" />
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Background Color</label>
<div class="brand-control">
<input id="brand-qrcode-back" type="text" class="brand-colorpicker disallow-empty"
autocomplete="off" value="#FFFFFF" />
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Rounded Corners<span>0</span></label>
<div class="brand-control">
<input id="brand-qrcode-rounded" type="range" min="0" max="100" value="0" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-sub-settings" style="display: block;"></div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Label</label>
<div class="brand-control">
<input type="text" id="brand-qrcode-label" class="brand-form-field"
autocomplete="off" value="" />
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Label Color</label>
<div class="brand-control">
<input id="brand-qrcode-label-color" type="text"
class="brand-colorpicker disallow-empty" autocomplete="off" value="#333333" />
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Label Size<span>30</span></label>
<div class="brand-control">
<input id="brand-qrcode-label-size" type="range" min="0" max="100" value="30" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Label Position X<span>50</span></label>
<div class="brand-control">
<input id="brand-qrcode-label-position-x" type="range" min="0" max="100" value="50"
step="1" class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Label Position Y<span>50</span></label>
<div class="brand-control">
<input id="brand-qrcode-label-position-y" type="range" min="0" max="100" value="50"
step="1" class="brand-slider" autocomplete="off">
</div>
</div>
</div>
<div class="brand-sub-settings" style="display: block;"></div>
<button id="brand-generate-qr-code" type="button"
class="brand-btn primary brand-lg-btn btn-full">Generate QR Code</button>
</div>
<!-- QR Code App END -->
<!-- Barode App START -->
<div id="brand-barcode-app" class="d-none">
<div class="brand-close-app brand-btn">
<span class="material-icons">keyboard_backspace</span>
Go Back
</div>
<div id="brand-barcode-wrap">
<svg id="brand-barcode-preview"></svg>
</div>
<div id="brand-barcode-notice" class="notice notice-danger d-none">Text value is not valid for
this barcode type!</div>
<div class="brand-sub-settings" style="display: block;"></div>
<div id="brand-barcode-settings">
<div class="brand-control-wrap-half">
<label class="brand-control-label">Type</label>
<div class="brand-control">
<select id="brand-barcode-format" class="brand-select" autocomplete="off">
<option value="CODE128">CODE128 auto</option>
<option value="CODE128A">CODE128 A</option>
<option value="CODE128B">CODE128 B</option>
<option value="CODE128C">CODE128 C</option>
<option value="EAN13">EAN13</option>
<option value="EAN8">EAN8</option>
<option value="UPC">UPC</option>
<option value="CODE39">CODE39</option>
<option value="ITF14">ITF14</option>
<option value="ITF">ITF</option>
<option value="MSI">MSI</option>
<option value="MSI10">MSI10</option>
<option value="MSI11">MSI11</option>
<option value="MSI1010">MSI1010</option>
<option value="MSI1110">MSI1110</option>
<option value="pharmacode">Pharmacode</option>
</select>
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Text</label>
<div class="brand-control">
<input type="text" id="brand-barcode-text" class="brand-form-field"
autocomplete="off" value="Example 1234" />
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Line Color</label>
<div class="brand-control">
<input id="brand-barcode-line" type="text" class="brand-colorpicker disallow-empty"
autocomplete="off" value="#000000" />
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Background Color</label>
<div class="brand-control">
<input id="brand-barcode-back" type="text" class="brand-colorpicker disallow-empty"
autocomplete="off" value="#FFFFFF" />
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Bar Width<span>2</span></label>
<div class="brand-control">
<input id="brand-barcode-bar-width" type="range" min="1" max="5" value="2" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Height<span>100</span></label>
<div class="brand-control">
<input id="brand-barcode-height" type="range" min="10" max="150" value="100" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Margin<span>20</span></label>
<div class="brand-control">
<input id="brand-barcode-margin" type="range" min="0" max="50" value="20" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Show Text</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-barcode-show-text" class="brand-toggle-checkbox"
data-conditional="#brand-barcode-text-settings" type="checkbox"
autocomplete="off" checked />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="brand-barcode-text-settings" class="conditional-settings">
<div class="brand-control-wrap label-block">
<div class="brand-control">
<div id="brand-barcode-text-options" class="brand-btn-group icon-group">
<button id="brand-barcode-text-bold" type="button"
class="brand-btn format-style"><span
class="material-icons">format_bold</span></button>
<button id="brand-barcode-text-italic" type="button"
class="brand-btn format-style"><span
class="material-icons">format_italic</span></button>
<button id="brand-barcode-text-align-left" type="button"
class="brand-btn format-align" data-align="left"><span
class="material-icons">format_align_left</span></button>
<button id="brand-barcode-text-align-center" type="button"
class="brand-btn format-align active" data-align="center"><span
class="material-icons">format_align_center</span></button>
<button id="brand-barcode-text-align-right" type="button"
class="brand-btn format-align" data-align="right"><span
class="material-icons">format_align_right</span></button>
</div>
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Font Family</label>
<div class="brand-control">
<select id="brand-barcode-font-family" class="brand-select">
<option value="Impact, Charcoal, sans-serif">Impact</option>
<option value="Helvetica Neue, Helvetica, Arial, sans-serif">Helvetica Neue
</option>
<option value="Georgia, serif" selected="">Georgia</option>
<option value="'Palatino Linotype', 'Book Antiqua', Palatino, serif">Palatino
Linotype</option>
<option value="Times New Roman, Times, serif">Times New Roman</option>
<option value="Arial, Helvetica, sans-serif">Arial</option>
<option value="Arial Black, Gadget, sans-serif">Arial Black</option>
<option value="Comic Sans MS, cursive, sans-serif">Comic Sans</option>
<option value="Lucida Sans Unicode, Lucida Grande, sans-serif">Lucida Sans
</option>
<option value="Tahoma, Geneva, sans-serif">Tahoma</option>
<option value="Trebuchet MS, Helvetica, sans-serif">Trebuchet</option>
<option value="Verdana, Geneva, sans-serif">Verdana</option>
<option value="Courier New, Courier, monospace">Courier New</option>
<option value="Lucida Console, Monaco, monospace">Lucida Console</option>
</select>
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Font Size<span>20</span></label>
<div class="brand-control">
<input id="brand-barcode-font-size" type="range" min="8" max="36" value="20"
step="1" class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Text Margin<span>8</span></label>
<div class="brand-control">
<input id="brand-barcode-text-margin" type="range" min="-15" max="30" value="8"
step="1" class="brand-slider" autocomplete="off">
</div>
</div>
</div>
</div>
<div class="brand-sub-settings" style="display: block;"></div>
<button id="brand-generate-barcode" type="button"
class="brand-btn primary brand-lg-btn btn-full">Generate Barcode</button>
</div>
<!-- Barcode App END -->
<!-- Triangle Art START -->
<div id="brand-trianglify-app" class="d-none">
<div class="brand-close-app brand-btn">
<span class="material-icons">keyboard_backspace</span>
Go Back
</div>
<div id="brand-trianglify-preview" class="brand-app-peview">
<div></div>
</div>
<ul class="brand-accordion">
<li>
<a href="#"><span class="material-icons accordion-icon">palette</span>Color Scheme<span
class="material-icons arrow">keyboard_arrow_down</span></a>
<div>
<div id="brand-colorbrewer"></div>
</div>
</li>
</ul>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Width<span>1440</span></label>
<div class="brand-control">
<input id="brand-trianglify-width" type="range" min="100" max="4000" value="1440" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Height<span>900</span></label>
<div class="brand-control">
<input id="brand-trianglify-height" type="range" min="100" max="4000" value="900" step="1"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Cell Size<span>75</span></label>
<div class="brand-control">
<input id="brand-trianglify-cell-size" type="range" min="10" max="1000" value="75"
step="1" class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Variance<span>0.5</span></label>
<div class="brand-control">
<input id="brand-trianglify-variance" type="range" min="0" max="1" value="0.5" step="0.05"
class="brand-slider" autocomplete="off">
</div>
</div>
<div class="brand-sub-settings" style="display: block;"></div>
<div class="brand-app-btns">
<button id="brand-download-trianglify" type="button"
class="brand-btn brand-lg-btn brand-app-download-png" data-id="trianglify"><span
class="material-icons">download</span>Download</button>
<button id="brand-select-trianglify" type="button"
class="brand-btn primary brand-lg-btn brand-app-select-png" data-id="trianglify"><span
class="material-icons">check</span>Select</button>
</div>
</div>
<!-- Triangle Art END -->
<!-- Brands START -->
<div id="brand-brands-app" class="d-none">
<div class="brand-close-app brand-btn">
<span class="material-icons">keyboard_backspace</span>
Go Back
</div>
<div id="brand-brands-preview" class="brand-app-peview"><div></div></div>
<select id="brand-brands-list" class="brand-select brand-select2" autocomplete="off"></select>
<hr/>
<div class="brand-app-btns">
<button id="brand-download-brands" type="button" class="brand-btn brand-lg-btn brand-app-download" data-id="brands"><span class="material-icons">download</span>Download</button>
<button id="brand-select-brands" type="button" class="brand-btn primary brand-lg-btn brand-app-select element" data-id="brands"><span class="material-icons">check</span>Select</button>
</div>
</div>
<!-- Brands END -->
<!-- Country Flags START -->
<div id="brand-flags-app" class="d-none">
<div class="brand-close-app brand-btn">
<span class="material-icons">keyboard_backspace</span>
Go Back
</div>
<div id="brand-flags-preview" class="brand-app-peview">
<div></div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Country</label>
<div class="brand-control">
<select id="brand-flags-list" class="brand-select brand-select2"
autocomplete="off"></select>
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Style</label>
<div class="brand-control">
<select id="brand-flags-style" class="brand-select" autocomplete="off">
<option value="original" selected>Original</option>
<option value="square">Square</option>
</select>
</div>
</div>
<div class="brand-sub-settings" style="display: block;"></div>
<div class="brand-app-btns">
<button id="brand-download-flags" type="button"
class="brand-btn brand-lg-btn brand-app-download" data-id="flags"><span
class="material-icons">download</span>Download</button>
<button id="brand-select-flags" type="button"
class="brand-btn primary brand-lg-btn brand-app-select" data-id="flags"><span
class="material-icons">check</span>Select</button>
</div>
</div>
<!-- Country Flags END -->
<!-- Cryptocurrency START -->
<div id="brand-crypto-app" class="d-none">
<div class="brand-close-app brand-btn">
<span class="material-icons">keyboard_backspace</span>
Go Back
</div>
<div id="brand-crypto-preview" class="brand-app-peview">
<div></div>
</div>
<select id="brand-crypto-list" class="brand-select brand-select2" autocomplete="off"></select>
<div class="brand-sub-settings" style="display: block;"></div>
<div class="brand-app-btns">
<button id="brand-download-crypto" type="button"
class="brand-btn brand-lg-btn brand-app-download" data-id="crypto"><span
class="material-icons">download</span>Download</button>
<button id="brand-select-crypto" type="button"
class="brand-btn primary brand-lg-btn brand-app-select" data-id="crypto"><span
class="material-icons">check</span>Select</button>
</div>
</div>
<!-- Cryptocurrency END -->
<!-- Multiavatar START -->
<div id="brand-multiavatar-app" class="d-none">
<div class="brand-close-app brand-btn">
<span class="material-icons">keyboard_backspace</span>
Go Back
</div>
<div id="brand-multiavatar-preview" class="brand-app-peview"></div>
<input type="text" id="brand-multiavatar-name" class="brand-form-field" autocomplete="off"
placeholder="Type something..." value="" />
<button id="brand-generate-multiavatar" type="button"
class="brand-btn primary brand-lg-btn btn-full"><span
class="material-icons">refresh</span>Random</button>
<div class="brand-sub-settings" style="display: block;"></div>
<div class="brand-app-btns">
<button id="brand-download-multiavatar" type="button"
class="brand-btn brand-lg-btn brand-app-download" data-id="multiavatar"><span
class="material-icons">download</span>Download</button>
<button id="brand-select-multiavatar" type="button"
class="brand-btn primary brand-lg-btn brand-app-select" data-id="multiavatar"><span
class="material-icons">check</span>Select</button>
</div>
</div>
<!-- Multiavatar END -->
</div>
</div>
<!-- Apps END -->
<!-- Drawing START -->
<div id="brand-draw" class="brand-icon-panel-content panel-hide"> <button class="resize-button">Resize</button>
<!-- Start Drawing Button -->
<div class="brand-btn-set">
<button id="brand-draw-btn" type="button" class="brand-btn primary brand-lg-btn"><span
class="material-icons">edit</span>Start Drawing</button>
<button id="brand-draw-undo" type="button" class="brand-btn brand-lg-btn" autocomplete="off"
title="Undo" disabled><span class="material-icons">undo</span></button>
</div>
<!-- Drawing Setings -->
<div id="brand-draw-settings" class="brand-sub-settings">
<div id="brand-brush-tip" class="notice notice-info">
You can draw a straight line by pressing the shift key.
</div>
<div id="brand-eraser-tip" class="notice notice-info">
You can click undo button to activate invert erasing mode.
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Brush Type</label>
<div class="brand-control">
<select id="brand-brush-select" class="brand-select" autocomplete="off">
<option value="pencil" selected>Pencil</option>
<option value="circle">Circle</option>
<option value="spray">Spray</option>
<option value="hline">H-line Pattern</option>
<option value="vline">V-line Pattern</option>
<option value="square">Square Pattern</option>
<option value="erase">Erase BG Image</option>
</select>
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Brush Width</label>
<div class="brand-control">
<input id="brush-width" class="brand-form-field numeric-field" type="number" value="50"
autocomplete="off" data-min="1" data-max="1000" data-step="1">
</div>
</div>
<div id="brand-brush-pattern-width" class="brand-control-wrap">
<label class="brand-control-label">Pattern Width</label>
<div class="brand-control">
<input id="brush-pattern-width" class="brand-form-field numeric-field" type="number"
value="10" autocomplete="off" data-min="1" data-max="1000" data-step="1">
</div>
</div>
<div id="brand-brush-pattern-distance" class="brand-control-wrap">
<label class="brand-control-label">Pattern Distance</label>
<div class="brand-control">
<input id="brush-pattern-distance" class="brand-form-field numeric-field" type="number"
value="5" autocomplete="off" data-min="1" data-max="1000" data-step="1">
</div>
</div>
<div id="not-erase-brush">
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Brush Color</label>
<div class="brand-control">
<input id="brush-color" type="text" class="brand-colorpicker allow-empty"
autocomplete="off" value="#ffffff" />
</div>
</div>
<div class="brand-control-wrap conditional">
<label class="brand-control-label">Brush Shadow</label>
<div class="brand-control brand-toggle-control">
<label class="brand-toggle">
<input id="brand-brush-shadow" class="brand-toggle-checkbox"
data-conditional="#line-shadow-settings" type="checkbox" autocomplete="off" />
<div class="brand-toggle-switch"></div>
</label>
</div>
</div>
<div id="line-shadow-settings" class="d-none conditional-settings">
<div class="brand-control-wrap-half">
<label class="brand-control-label">Blur</label>
<div class="brand-control">
<input id="brush-shadow-width" class="brand-form-field" type="number" value="5"
data-min="0" data-max="1000" step="1" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Offset X</label>
<div class="brand-control">
<input id="brush-shadow-shadow-offset-x" class="brand-form-field" type="number"
value="5" data-min="0" data-max="100" step="1" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Offset Y</label>
<div class="brand-control">
<input id="brush-shadow-shadow-offset-y" class="brand-form-field" type="number"
value="5" data-min="0" data-max="100" step="1" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Color</label>
<div class="brand-control">
<input id="brush-shadow-color" type="text" class="brand-colorpicker allow-empty"
autocomplete="off" value="#000000" />
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Drawing END -->
<!-- Settings START -->
<div id="brand-settings" class="brand-icon-panel-content panel-hide"> <button class="resize-button">Resize</button>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Canvas Background</label>
<div class="brand-control">
<input id="custom-image-background" type="text" class="brand-colorpicker allow-empty"
autocomplete="off" value="" />
</div>
</div>
<div class="brand-sub-settings" style="display: block;"></div>
<h5>Preferences</h5>
<div id="brand-preferences">
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Font Size<span>14</span></label>
<div class="brand-control">
<input id="custom-font-size" type="range" min="10" max="18" value="14" step="1"
class="brand-slider preference" autocomplete="off">
</div>
</div>
<div class="brand-control-wrap-half">
<label class="brand-control-label">Theme</label>
<div class="brand-control">
<select id="custom-theme" class="brand-select preference" autocomplete="off">
<option value="dark" selected>Dark</option>
<option value="light">Light</option>
</select>
</div>
</div>
<div class="brand-control-wrap control-text-color">
<label class="brand-control-label">Ruler Guide Color</label>
<div class="brand-control">
<input id="ruler-guide-color" type="text" class="brand-colorpicker allow-empty preference"
autocomplete="off" value="#00b6e8" />
</div>
</div>
<div class="brand-control-wrap label-block">
<label class="brand-control-label slider-label">Ruler Guide Size<span>1</span></label>
<div class="brand-control">
<input id="ruler-guide-size" type="range" min="1" max="10" value="1" step="1"
class="brand-slider preference" autocomplete="off">
</div>
</div>
</div>
<div class="brand-control-wrap label-block">
<div class="brand-control">
<button id="brand-preferences-save" type="button"
class="brand-btn brand-lg-btn btn-full primary">Save Preferences</button>
</div>
</div>
</div>
<!-- Settings END -->
</div>
</div>
<!-- Toggle Left -->
<div id="brand-toggle-left"><span class="material-icons">chevron_left</span></div>
<!-- Icon Panel END -->
<!-- Body START -->
<div id="brand-body">
<div class="brand-wrap">
<div id="brand-pages"></div>
<div id="brand-ruler" class="brand-inner-wrap">
<!-- Ruler -->
<div id="brand-ruler-icon" class="closed" title="Ruler Menu"></div>
<!-- Canvas Content START -->
<div id="brand-content" class="">
<!-- Canvas Image -->
<div id="brand-canvas-img-wrap">
<img id="brand-canvas-img" src="" data-filename="template" data-template="https://www.thebrand.ai/wowX/files/templates/json/25.json" />
<!-- <img id="brand-canvas-img" src="" data-filename="" data-template="" />
Don't remove img element! To open the editor with a default image, you can update it like the following;
<img id="brand-canvas-img" src="assets/placeholder-big.jpg" data-filename="placeholder" data-template="" />
To open the editor with a default template, you can update it like the following;
<img id="brand-canvas-img" src="" data-filename="template" data-template="https://www.thebrand.ai/wowX/files/templates/json/25.json" />
-->
</div>
<div id="brand-canvas-wrap">
<!-- Canvas Loader -->
<div id="brand-canvas-overlay"></div>
<div id="brand-canvas-loader">
<div class="brand-loader"></div>
</div>
<!-- Canvas - Don't remove canvas element! -->
<canvas id="brand-canvas"></canvas>
</div>
<!-- Zoom & Pan Buttons -->
<div class="brand-content-bar">
<div class="brand-img-size"><span id="brand-img-width">0</span>px<span
class="material-icons">clear</span><span id="brand-img-height">0</span>px</div>
<button id="brand-img-drag" class="brand-btn"><span
class="material-icons">pan_tool</span></button>
<div id="brand-img-zoom-counter" class="brand-counter">
<button id="brand-img-zoom-out" class="counter-minus brand-btn"><span
class="material-icons">remove</span></button>
<input id="brand-img-zoom" class="brand-form-field numeric-field" type="text"
value="100" autocomplete="off" data-min="10" data-max="200" data-step="5">
<button id="brand-img-zoom-in" class="counter-plus brand-btn"><span
class="material-icons">add</span></button>
</div>
</div>
</div>
<!-- Canvas Content END -->
</div>
</div>
</div>
<!-- Body END -->
<!-- Toggle Right Button -->
<div id="brand-toggle-right"><span class="material-icons">chevron_right</span></div>
<!-- Right Column START -->
<div id="brand-right-col">
<h6 class="brand-layers-title"><span class="material-icons">layers</span>Layers</h6>
<div id="brand-no-layer">
No layers found. You can add text, element, image etc. to the canvas to create a layer. <a href="#"
class="brand-toggle-right">Close Panel</a>
</div>
<!-- Layer list - Don't remove it! -->
<ul id="brand-layers"></ul>
<!-- Bulk delete layers -->
<div id="brand-layer-delete-wrap">
<select id="brand-layer-select" class="brand-select" autocomplete="off">
<option value="all" selected>All Layers</option>
<option value="textbox">Texts</option>
<option value="image">Images</option>
<option value="frame">Frames</option>
<option value="element">Elements</option>
<option value="circle">Circles</option>
<option value="ellipse">Ellipses</option>
<option value="square">Squares</option>
<option value="rectangle">Rectangles</option>
<option value="triangle">Triangles</option>
<option value="trapezoid">Trapezoids</option>
<option value="pentagon">Pentagons</option>
<option value="octagon">Octagons</option>
<option value="emerald">Emeralds</option>
<option value="star">Stars</option>
<option value="diamonds">Diamonds</option>
<option value="parallelogram">Parallelograms</option>
<option value="customShape">Custom Shapes</option>
</select>
<button id="brand-layer-delete" class="brand-btn primary"><span
class="material-icons">delete</span></button>
</div>
</div>
<!-- Right Column END -->
<!-- Modal Add New START -->
<div id="modal-add-new" class="brand-modal">
<div class="brand-modal-close" data-target="#modal-add-new"><span class="material-icons">close</span></div>
<div class="brand-modal-wrap">
<div class="brand-modal-inner large">
<div class="brand-tabs">
<!-- Menu -->
<ul class="brand-tabs-menu">
<li class="active" data-target="#modal-select-img"><span
class="material-icons">file_upload</span>New Image</li>
<li data-target="#modal-template-library"><span
class="material-icons">photo_library</span>Template Library</li>
<li data-target="#modal-blank-canvas"><span class="material-icons">crop_original</span>Blank
Canvas</li>
</ul>
<!-- New Image -->
<div id="modal-select-img" class="brand-tab active">
<div class="brand-select-btn-block">
<div>
<div class="brand-btn-set">
<div class="brand-file-field">
<input type="file" name="brand-image-upload" id="brand-image-upload"
class="brand-hidden-file" accept="image/png, image/jpeg, image/webp" />
<label for="brand-image-upload"
class="brand-btn primary brand-lg-btn"><span
class="material-icons">upload</span><span>Upload Image</span></label>
</div>
<button id="brand-media-library" type="button"
class="brand-btn primary brand-lg-btn brand-modal-open"
data-target="#modal-media-library"><span
class="material-icons">photo_library</span>Select From Media Library
</button>
</div>
<div class="brand-keep">
<label class="brand-checkbox">
<input id="keep-data" type="checkbox" autocomplete="off">
<span class="brand-checkmark"></span>
</label>
<div>Keep current objects and filters</div>
</div>
</div>
<div>
<div class="brand-file-field">
<input type="file" name="brand-json-upload" id="brand-json-upload"
class="brand-hidden-file" accept=".json,application/JSON" />
<label for="brand-json-upload" class="brand-btn primary brand-lg-btn"><span
class="material-icons">upload</span><span>Upload Template</span></label>
</div>
</div>
</div>
</div>
<!-- Template Library -->
<div id="modal-template-library" class="brand-tab">
<div class="brand-templates-wrap">
<div class="brand-tabs">
<ul class="brand-tabs-menu">
<li class="active" data-target="#brand-all-templates">All</li>
<li data-target="#brand-templates-favorites">My Favorites</li>
<li data-target="#brand-mytemplates">My Templates</li>
</ul>
<!-- All Templates -->
<div id="brand-all-templates" class="brand-tab active">
<div class="brand-templates-menu-wrap">
<input id="brand-template-search-keyword" type="search"
class="brand-form-field" placeholder="Search by keyword..."
autocomplete="off" />
<select id="brand-templates-menu" class="brand-select brand-select2"
autocomplete="off">
<option value="all" selected>All Categories (44)</option>
<option value="blog-banners">Blog Banners (8)</option>
<option value="banner-ads">Banner Ads (15)</option>
<option value="collage">Collage (7)</option>
<option value="quote">Quote (5)</option>
<option value="medium-rectangle">Medium Rectangle Ads (2)</option>
<option value="leaderboard">Leaderboard Ads (4)</option>
<option value="billboard">Billboard Ads (2)</option>
<option value="facebook-ads">Facebook Ads (3)</option>
<option value="instagram-post">Instagram Post (5)</option>
<option value="facebook-post">Facebook Post (4)</option>
<option value="twitter-post">Twitter Post (3)</option>
<option value="youtube-thumbnail">Youtube Thumbnail (2)</option>
</select>
<button id="brand-template-search" type="button"
class="brand-btn primary"><span
class="material-icons">search</span></button>
</div>
<div class="brand-templates-content">
<div class="brand-grid-wrap">
<div id="brand-all-templates-noimg" class="notice notice-warning d-none">
Nothing found.</div>
<div id="brand-templates-grid"
class="brand-grid template-grid template-selection paginated"
data-perpage="21">
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="25"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/25.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/25.jpg"
data-title="Blog Banner - 2240x1260px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/25-large.jpg" />
</div>
<div class="brand-masonry-item-desc">Blog Banner - 2240x1260px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Modern Collage - 2 Photos - 2000x1300px"
data-category="collage">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="20"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/20.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/20.jpg"
data-title="Modern Collage - 2 Photos - 2000x1300px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/20-large.jpg" />
</div>
<div class="brand-masonry-item-desc"> Modern Collage - 2
Photos - 2000x1300px</div>
</div>
</div>
<div class="grid-item"
data-keyword="Youtube Video Thumbnail - 1280x720px"
data-category="youtube-thumbnail">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="15"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/15.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/15.jpg"
data-title="Youtube Video Thumbnail - 1280x720px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/15-large.jpg" />
</div>
<div class="brand-masonry-item-desc">Youtube Video Thumbnail -
1280x720px</div>
</div>
</div>
<div class="grid-item"
data-keyword="Black Friday Banner - Leaderboard - 728x90px"
data-category="leaderboard">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="23"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/23.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/23.jpg"
data-title="Black Friday Banner - Leaderboard - 728x90px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/23-large.jpg" />
</div>
<div class="brand-masonry-item-desc">Black Friday Banner -
Leaderboard - 728x90px</div>
</div>
</div>
<div class="grid-item"
data-keyword="Trending Music Video - Youtube Thumbnail - 1280x720px"
data-category="youtube-thumbnail">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="14"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/14.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/14.jpg"
data-title="Trending Music Video - Youtube Thumbnail - 1280x720px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/14-large.jpg" />
</div>
<div class="brand-masonry-item-desc">Trending Music Video -
Youtube Thumbnail - 1280x720px</div>
</div>
</div>
<div class="grid-item"
data-keyword="Kids Style Collage - 2 Photos - 2000x2000px"
data-category="collage">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="18"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/18.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/18.jpg"
data-title="Kids Style Collage - 2 Photos - 2000x2000px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/18-large.jpg" />
</div>
<div class="brand-masonry-item-desc">Kids Style Collage - 2
Photos - 2000x2000px</div>
</div>
</div>
<div class="grid-item"
data-keyword="Cafe Banner - Billboard - 970x250px"
data-category="billboard">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="28"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/28.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/28.jpg"
data-title="Cafe Banner - Billboard - 970x250px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/28-large.jpg" />
</div>
<div class="brand-masonry-item-desc">Cafe Banner - Billboard -
970x250px</div>
</div>
</div>
<div class="grid-item" data-keyword="Beauty - Leaderboard - 728x90px"
data-category="leaderboard">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="36"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/36.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/36.jpg"
data-title="Beauty - Leaderboard - 728x90px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/36-large.jpg" />
</div>
<div class="brand-masonry-item-desc">Beauty - Leaderboard -
728x90px </div>
</div>
</div>
<div class="grid-item"
data-keyword="Digital Agency Banner - Leaderboard - 728x90px"
data-category="leaderboard">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="8"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/8.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/8.jpg"
data-title="Digital Agency Banner - Leaderboard - 728x90px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/8-large.jpg" />
</div>
<div class="brand-masonry-item-desc">Digital Agency Banner -
Leaderboard - 728x90px </div>
</div>
</div>
<div class="grid-item"
data-keyword="Happy Birthday - Facebook Post - 940x788px"
data-category="facebook-post">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="29"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/29.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/29.jpg"
data-title="Happy Birthday - Facebook Post - 940x788px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/29-large.jpg" />
</div>
<div class="brand-masonry-item-desc">Happy Birthday - Facebook
Post - 940x788px </div>
</div>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="27"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/27.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/27.jpg"
data-title="Blog Banner - 2240x1260px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/27-large.jpg" />
</div>
<div class="brand-masonry-item-desc">Blog Banner - 2240x1260px
</div>
</div>
</div>
<div class="grid-item" data-keyword="Collage - 3 Photos - 2000x2000px"
data-category="collage">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="16"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/16.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/16.jpg"
data-title="Collage - 3 Photos - 2000x2000px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/16-large.jpg" />
</div>
<div class="brand-masonry-item-desc">Collage - 3 Photos -
2000x2000px </div>
</div>
</div>
<div class="grid-item" data-keyword="Banner - Twitter Post - 1600x900px"
data-category="twitter-post">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="39"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/39.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/39.jpg"
data-title="Banner - Twitter Post - 1600x900px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/39-large.jpg" />
</div>
<div class="brand-masonry-item-desc">Banner - Twitter Post -
1600x900px </div>
</div>
</div>
<div class="grid-item"
data-keyword="Christmas Sale - Instagram Post - Square - 1080x1080px"
data-category="instagram-post">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="12"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/12.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/12.jpg"
data-title="Christmas Sale - Instagram Post - Square - 1080x1080px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/12-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Christmas Sale - Instagram Post - Square - 1080x1080px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Quote - Instagram Post - 1080x1080px"
data-category="instagram-post">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="32"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/32.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/32.jpg"
data-title="Quote - Instagram Post - 1080x1080px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/32-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Quote - Instagram Post - 1080x1080px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Modern Collage - 3 Photos - 2000x2000px"
data-category="collage">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="22"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/22.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/22.jpg"
data-title="Modern Collage - 3 Photos - 2000x2000px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/22-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Modern Collage - 3 Photos - 2000x2000px
</div>
</div>
</div>
<div class="grid-item" data-keyword="Quote - 900x600px"
data-category="quote">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="4"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/4.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/4.jpg"
data-title="Quote - 900x600px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/4-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Quote - 900x600px
</div>
</div>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="26"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/26.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/26.jpg"
data-title="Blog Banner - 2240x1260px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/26-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Blog Banner - 2240x1260px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Sale Banner - Instagram Post - Discount Offer - Square - 1080x1080px "
data-category="instagram-post">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="1"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/1.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/1.jpg"
data-title="Sale Banner - Instagram Post - Discount Offer - Square - 1080x1080px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/1-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Sale Banner - Instagram Post - Discount Offer - Square -
1080x1080px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Summer Sale - Facebook Ad - 1200x628px "
data-category="facebook-ads">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="10"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/10.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/10.jpg"
data-title="Summer Sale - Facebook Ad - 1200x628px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/10-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Summer Sale - Facebook Ad - 1200x628px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Kids Style Collage - 2 Photos - 2000x1300px "
data-category="collage">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="17"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/17.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/17.jpg"
data-title="Kids Style Collage - 2 Photos - 2000x1300px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/17-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Kids Style Collage - 2 Photos - 2000x1300px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Happy Childrens Day - Facebook Post - 940x788px"
data-category="facebook-post">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="33"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/33.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/33.jpg"
data-title="Happy Childrens Day - Facebook Post - 940x788px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/33-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Happy Childrens Day - Facebook Post - 940x788px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Fitness Banner - Medium Rectangle - 300x250px "
data-category="banner-ads">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="6"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/6.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/6.jpg"
data-title="Fitness Banner - Medium Rectangle - 300x250px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/6-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Fitness Banner - Medium Rectangle - 300x250px
</div>
</div>
</div>
<div class="grid-item" data-keyword="Quote - Twitter Post - 1600x900px "
data-category="quote">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="37"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/37.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/37.jpg"
data-title="Quote - Twitter Post - 1600x900px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/37-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Quote - Twitter Post - 1600x900px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Real Estate - Facebook Post - 940x788px "
data-category="facebook-post">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="41"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/41.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/41.jpg"
data-title="Real Estate - Facebook Post - 940x788px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/41-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Real Estate - Facebook Post - 940x788px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Sale Banner - Facebook Ad - 1200x628px "
data-category="facebook-ads">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="11"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/11.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/11.jpg"
data-title="Sale Banner - Facebook Ad - 1200x628px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/11-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Sale Banner - Facebook Ad - 1200x628px
</div>
</div>
</div>
<div class="grid-item" data-keyword="Collage - 5 Photos - 2000x1000px"
data-category="collage">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="21"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/21.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/21.jpg"
data-title="Collage - 5 Photos - 2000x1000px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/21-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Collage - 5 Photos - 2000x1000px </div>
</div>
</div>
<div class="grid-item"
data-keyword="Fitness Banner - Medium Rectangle - 300x250px"
data-category="banner-ads">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="7"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/7.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/7.jpg"
data-title="Fitness Banner - Medium Rectangle - 300x250px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/7-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Fitness Banner - Medium Rectangle - 300x250px
</div>
</div>
</div>
<div class="grid-item" data-keyword="Quote - 800x600px"
data-category="quote">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="3"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/3.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/3.jpg"
data-title="Quote - 800x600px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/3-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Quote - 800x600px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Business Banner - Instagram Post - 1080x1080px"
data-category="instagram-post">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="42"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/42.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/42.jpg"
data-title="Business Banner - Instagram Post - 1080x1080px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/42-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Business Banner - Instagram Post - 1080x1080px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Business Facebook Post - 940x788px "
data-category="facebook-post">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="13"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/13.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/13.jpg"
data-title="Business Facebook Post - 940x788px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/13-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Business Facebook Post - 940x788px
</div>
</div>
</div>
<div class="grid-item" data-keyword="App Banner - 2000x1300px"
data-category="banner-ads">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="5"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/5.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/5.jpg"
data-title="App Banner - 2000x1300px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/5-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
App Banner - 2000x1300px
</div>
</div>
</div>
<div class="grid-item" data-keyword="Business Blog Banner - 2240x1260px"
data-category="blog-banners">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="34"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/34.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/34.jpg"
data-title="Business Blog Banner - 2240x1260px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/34-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Business Blog Banner - 2240x1260px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Valentines Day - Instagram Post - Square - 1080x1080px"
data-category="instagram-post">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="2"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/2.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/2.jpg"
data-title="Valentines Day - Instagram Post - Square - 1080x1080px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/2-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Valentines Day - Instagram Post - Square - 1080x1080px
</div>
</div>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="30"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/30.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/30.jpg"
data-title="Blog Banner - 2240x1260px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/30-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Blog Banner - 2240x1260px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Stylish Collage - 3 Photos - 2000x2000px "
data-category="collage">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="19"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/19.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/19.jpg"
data-title="Stylish Collage - 3 Photos - 2000x2000px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/19-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Stylish Collage - 3 Photos - 2000x2000px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Pet Shop Banner - Billboard - 970x250px"
data-category="billboard">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="9"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/9.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/9.jpg"
data-title="Pet Shop Banner - Billboard - 970x250px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/9-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Pet Shop Banner - Billboard - 970x250px
</div>
</div>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="35"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/35.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/35.jpg"
data-title="Blog Banner - 2240x1260px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/35-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Blog Banner - 2240x1260px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Christmas Banner - Leaderboard - 728x90px "
data-category="leaderboard">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="24"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/24.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/24.jpg"
data-title="Christmas Banner - Leaderboard - 728x90px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/24-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Christmas Banner - Leaderboard - 728x90px
</div>
</div>
</div>
<div class="grid-item" data-keyword="Blog Banner - 2240x1260px"
data-category="blog-banners">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="38"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/38.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/38.jpg"
data-title="Blog Banner - 2240x1260px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/38-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Blog Banner - 2240x1260px
</div>
</div>
</div>
<div class="grid-item"
data-keyword="Fashion Banner - Facebook Ad - 1200x628px "
data-category="facebook-ads">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="40"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/40.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/40.jpg"
data-title="Fashion Banner - Facebook Ad - 1200x628px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/40-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Fashion Banner - Facebook Ad - 1200x628px
</div>
</div>
</div>
<div class="grid-item" data-keyword="Quote - Twitter Post - 1600x900px "
data-category="twitter-post">
<div class="template-favorite">
<button type="button" class="brand-btn-simple star"
data-templateid="31"><span
class="material-icons">star_border</span></button>
</div>
<div class="brand-masonry-item-inner brand-select-template"
data-json="https://www.thebrand.ai/wowX/files/templates/json/31.json">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowXfiles/templates/img/31.jpg"
data-title="Quote - Twitter Post - 1600x900px"
data-preview="https://www.thebrand.ai/wowXfiles/templates/img/31-large.jpg" />
</div>
<div class="brand-masonry-item-desc">
Quote - Twitter Post - 1600x900px
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- My Favorites -->
<div id="brand-templates-favorites" class="brand-tab">
<div id="templates-favorites" class="brand-grid template-grid template-selection">
<div class="notice notice-info">
<h6>No favorites yet</h6>Click the star icon on any item, and you will see
it here next time you visit.
</div>
</div>
</div>
<!-- My Templates -->
<div id="brand-mytemplates" class="brand-tab">
<div id="brand-my-templates-menu">
<div></div>
<div class="brand-search-box">
<input type="search" class="brand-form-field"
placeholder="Search by title..." autocomplete="off" />
<button id="brand-my-templates-search" type="button"
class="brand-btn primary"><span
class="material-icons">search</span></button>
</div>
</div>
<ul id="brand-my-templates" class="brand-template-list template-selection paginated" data-perpage="10">
</ul>
<div id="brand-my-templates-noimg" class="notice notice-warning d-none">Nothing found.</div>
</div>
</div>
</div>
</div>
<!-- Blank Canvas -->
<div id="modal-blank-canvas" class="brand-tab">
<div class="brand-control-group">
<div>
<label>Size</label>
<select id="brand-canvas-size-select" class="brand-select" autocomplete="off">
<option selected value="custom" data-width="800" data-height="800">Custom</option>
<option value="" data-width="2240" data-height="1260">Blog Banner</option>
<option value="" data-width="851" data-height="315">Facebook Cover</option>
<option value="" data-width="1200" data-height="628">Facebook Ad</option>
<option value="" data-width="1080" data-height="1080">Instagram Post</option>
<option value="" data-width="750" data-height="1120">Pinterest Post</option>
<option value="" data-width="940" data-height="788">Facebook Post</option>
<option value="" data-width="1600" data-height="900">Twitter Post</option>
<option value="" data-width="1280" data-height="720">Youtube Thumbnail</option>
<option value="" data-width="1920" data-height="1080">Wallpaper</option>
<option value="" data-width="1080" data-height="1920">Instagram Story</option>
<option value="" data-width="1080" data-height="1920">Instagram Reel</option>
<option value="" data-width="1080" data-height="1920">Facebook Story</option>
<option value="" data-width="1200" data-height="1200">Facebook Post (Square)</option>
<option value="" data-width="1080" data-height="1350">Facebook Post (Portrait)</option>
<option value="" data-width="1200" data-height="628">Facebook Event Cover</option>
<option value="" data-width="1200" data-height="675">Twitter Post (Alt)</option>
<option value="" data-width="1500" data-height="500">Twitter Header</option>
<option value="" data-width="1200" data-height="1200">LinkedIn Post</option>
<option value="" data-width="1584" data-height="396">LinkedIn Cover</option>
<option value="" data-width="1000" data-height="1500">Pinterest Pin</option>
<option value="" data-width="2560" data-height="1440">YouTube Channel Art</option>
<option value="" data-width="1080" data-height="1920">YouTube Shorts</option>
<option value="" data-width="1080" data-height="1920">TikTok Video</option>
<option value="" data-width="1080" data-height="1920">Snapchat Story</option>
<option value="" data-width="2480" data-height="3508">A4 Document</option>
<option value="" data-width="2550" data-height="3300">US Letter</option>
<option value="" data-width="728" data-height="90">Leaderboard Ad</option>
<option value="" data-width="300" data-height="250">Medium Rectangle Ad</option>
<option value="" data-width="160" data-height="600">Skyscraper Ad</option>
</select>
</div>
<div>
<label>Width</label>
<input id="brand-canvas-width" class="brand-form-field" type="number" value="800"
data-min="1" data-max="10000" autocomplete="off">
</div>
<div>
<label>Height</label>
<input id="brand-canvas-height" class="brand-form-field" type="number" value="800"
data-min="1" data-max="10000" autocomplete="off">
</div>
<div>
<label>Background</label>
<input id="brand-canvas-color" type="text" class="brand-colorpicker allow-empty"
autocomplete="off" value="" />
</div>
<div>
<button id="brand-canvas-create" type="button" class="brand-btn primary"><span
class="material-icons">done</span>Create</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal Add New END -->
<!-- Modal Save START -->
<div id="modal-save" class="brand-modal">
<div class="brand-modal-close" data-target="#modal-save"><span class="material-icons">close</span></div>
<div class="brand-modal-wrap">
<div class="brand-modal-inner">
<div class="brand-tabs">
<!-- Menu -->
<ul class="brand-tabs-menu">
<li class="active" data-target="#modal-tab-save"><span class="material-icons">save</span>Save
</li>
<li data-target="#modal-tab-download"><span class="material-icons">download</span>Download</li>
</ul>
<!-- Save File -->
<div id="modal-tab-save" class="brand-tab active">
<div id="brand-save-as-img">
<div class="brand-block-50">
<div>
<label>File Name</label>
<input id="brand-save-img-name" class="brand-form-field brand-file-name"
type="text" value="" autocomplete="off" data-default="">
</div>
<button id="brand-save-img" type="button" class="brand-btn primary"><span
class="material-icons">save</span>Save As Image</button>
</div>
<div class="brand-block-33">
<div>
<label>DPI</label>
<select id="brand-save-img-dpi" class="brand-select" autocomplete="off">
<option selected value="72">72 DPI - Monitor Resolution</option>
<option value="96">96 DPI</option>
<option value="144">144 DPI</option>
<option value="300">300 DPI - Printer Resolution</option>
</select>
</div>
<div>
<label>Image Quality</label>
<select id="brand-save-img-quality" class="brand-select" autocomplete="off">
<option selected value="1">100%</option>
<option value="0.9">90%</option>
<option value="0.8">80%</option>
<option value="0.7">70%</option>
<option value="0.6">60%</option>
<option value="0.5">50%</option>
<option value="0.4">40%</option>
<option value="0.3">30%</option>
<option value="0.2">20%</option>
<option value="0.1">10%</option>
</select>
</div>
<div>
<label>File Format</label>
<select id="brand-save-img-format" class="brand-select" autocomplete="off">
<option selected value="jpeg">JPEG</option>
<option value="png">PNG</option>
<option value="svg">SVG</option>
<option value="webp">WEBP</option>
</select>
</div>
</div>
</div>
<div id="brand-save-as-json">
<div class="brand-block-50">
<div>
<label>File Name</label>
<input id="brand-json-save-name" class="brand-form-field brand-file-name"
type="text" value="" autocomplete="off" data-default="">
</div>
<button id="brand-json-save" type="button" class="brand-btn primary"><span
class="material-icons">save</span>Save As Template</button>
</div>
</div>
</div>
<!-- Download File -->
<div id="modal-tab-download" class="brand-tab ">
<div id="brand-download-as-img">
<div class="brand-block-50">
<div>
<label>File Name</label>
<input id="brand-download-name" class="brand-form-field brand-file-name"
type="text" value="" autocomplete="off" data-default="">
</div>
<button id="brand-download" type="button" class="brand-btn primary"><span
class="material-icons">download</span>Download As Image</button>
</div>
<div class="brand-block-33">
<div>
<label>DPI</label>
<select id="brand-download-img-dpi" class="brand-select" autocomplete="off">
<option selected value="72">72 DPI - Monitor Resolution</option>
<option value="96">96 DPI</option>
<option value="144">144 DPI</option>
<option value="300">300 DPI - Printer Resolution</option>
</select>
</div>
<div>
<label>Image Quality</label>
<select id="brand-download-quality" class="brand-select" autocomplete="off">
<option selected value="1">100%</option>
<option value="0.9">90%</option>
<option value="0.8">80%</option>
<option value="0.7">70%</option>
<option value="0.6">60%</option>
<option value="0.5">50%</option>
<option value="0.4">40%</option>
<option value="0.3">30%</option>
<option value="0.2">20%</option>
<option value="0.1">10%</option>
</select>
</div>
<div>
<label>File Format</label>
<select id="brand-download-format" class="brand-select" autocomplete="off">
<option selected value="jpeg">JPEG</option>
<option value="png">PNG</option>
<option value="svg">SVG</option>
<option value="webp">WEBP</option>
<option value="tiff">TIFF</option>
</select>
</div>
</div>
</div>
<div id="brand-download-as-json">
<div class="brand-block-50">
<div>
<label>File Name</label>
<input id="brand-json-download-name" class="brand-form-field brand-file-name"
type="text" value="" autocomplete="off" data-default="">
</div>
<button id="brand-json-download" type="button" class="brand-btn primary"><span
class="material-icons">download</span>Download As Template</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal Save END -->
<!-- Modal Media Library START -->
<div id="modal-media-library" class="brand-modal">
<div class="brand-modal-close" data-target="#modal-media-library"><span class="material-icons">close</span>
</div>
<div id="brand-modal-onstart"><span class="material-icons">keyboard_return</span></div>
<div class="brand-modal-wrap">
<div class="brand-modal-inner">
<div class="brand-tabs">
<!-- Menu -->
<ul class="brand-tabs-menu">
<li class="active" data-target="#media-library-images">Media Library</li>
<li data-target="#pexels">Pexels</li>
<li data-target="#pixabay">Pixabay</li>
</ul>
<!-- Media Library -->
<div id="media-library-images" class="brand-tab active">
<div class="brand-tabs">
<ul class="brand-tabs-menu">
<li data-target="#library-my-images" class="active">My Images</li>
<li data-target="#library-all-images">Other Images</li>
</ul>
<!-- My Images -->
<div id="library-my-images" class="brand-tab active">
<div id="brand-library-my-menu">
<div>
<form class="uploadImgToLibrary" enctype="multipart/form-data">
<div class="brand-file-field">
<input type="file" name="brand-library-upload-img"
id="brand-library-upload-img" class="brand-hidden-file"
accept="image/png, image/jpeg, image/webp" />
<label for="brand-library-upload-img"
class="brand-btn primary"><span
class="material-icons">upload</span><span>Upload
Image</span></label>
</div>
</form>
</div>
<div class="brand-search-box">
<input type="search" class="brand-form-field" placeholder="Search by title..."
autocomplete="off" />
<button id="brand-library-my-search" type="button"
class="brand-btn primary"><span
class="material-icons">search</span></button>
</div>
</div>
<div id="brand-library-my" class="brand-grid media-library-grid paginated" data-perpage="18"></div>
<div id="brand-library-my-noimg" class="notice notice-warning d-none">Nothing found.
</div>
</div>
<!-- All Images -->
<div id="library-all-images" class="brand-tab">
<div id="brand-library-all-menu">
<div></div>
<div class="brand-search-box">
<input type="search" class="brand-form-field" placeholder="Search by title..."
autocomplete="off" />
<button id="brand-library-all-search" type="button"
class="brand-btn primary"><span
class="material-icons">search</span></button>
</div>
</div>
<div id="brand-library-all" class="brand-grid media-library-grid paginated"
data-perpage="18">
<div class="brand-masonry-item" data-keyword="lorem">
<div class="brand-library-delete" data-target=""><span
class="material-icons">remove</span></div>
<div class="brand-masonry-item-inner">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="assets/placeholder.jpg"
data-full="assets/placeholder-big.jpg" data-filename="Lorem"
title="Lorem" />
</div>
<div class="brand-masonry-item-desc">Lorem ipsum dolor</div>
</div>
</div>
<div class="brand-masonry-item" data-keyword="ipsum">
<div class="brand-library-delete" data-target=""><span
class="material-icons">remove</span></div>
<div class="brand-masonry-item-inner">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="assets/placeholder.jpg"
data-full="assets/placeholder-big.jpg" data-filename="Lorem"
title="Lorem" />
</div>
<div class="brand-masonry-item-desc">Lorem ipsum dolor</div>
</div>
</div>
</div>
<div id="brand-library-all-noimg" class="notice notice-warning d-none"><strong>Nothing
found.</strong></div>
</div>
</div>
</div>
<!-- Pexels -->
<div id="pexels" class="brand-tab">
<div id="pexels-menu">
<div id="pexels-search-options">
<select id="pexels-orientation" class="brand-select" autocomplete="off" disabled>
<option value="" selected>All Orientations</option>
<option value="landscape">Landscape</option>
<option value="portrait">Portrait</option>
<option value="square">Square</option>
</select>
<select id="pexels-color" class="brand-select" autocomplete="off" disabled>
<option value="" selected>All Colors</option>
<option value="white">White</option>
<option value="black">Black</option>
<option value="gray">Gray</option>
<option value="brown">Brown</option>
<option value="blue">Blue</option>
<option value="turquoise">Turquoise</option>
<option value="red">Red</option>
<option value="violet">Violet</option>
<option value="pink">Pink</option>
<option value="orange">Orange</option>
<option value="yellow">Yellow</option>
<option value="green">Green</option>
</select>
</div>
<div class="brand-search-box">
<input id="brand-pexels-keyword" type="search" class="brand-form-field"
placeholder="Enter a keyword..." autocomplete="off" />
<button id="brand-pexels-search" type="button" class="brand-btn primary"><span
class="material-icons">search</span></button>
</div>
</div>
<div id="pexels-output">
</div>
<a id="pexels-credit" href="https://www.pexels.com/" target="_blank">Photos provided by
Pexels</a>
</div>
<!-- Pixabay -->
<div id="pixabay" class="brand-tab">
<div id="pixabay-menu">
<div id="pixabay-search-options">
<select id="pixabay-orientation" class="brand-select" autocomplete="off">
<option value="" selected>All Orientations</option>
<option value="horizontal">Horizontal</option>
<option value="vertical">Vertical</option>
</select>
<select id="pixabay-color" class="brand-select" autocomplete="off">
<option value="" selected>All Colors</option>
<option value="white">White</option>
<option value="black">Black</option>
<option value="gray">Gray</option>
<option value="grayscale">Grayscale</option>
<option value="brown">Brown</option>
<option value="blue">Blue</option>
<option value="turquoise">Turquoise</option>
<option value="red">Red</option>
<option value="lilac">Lilac</option>
<option value="pink">Pink</option>
<option value="orange">Orange</option>
<option value="yellow">Yellow</option>
<option value="green">Green</option>
</select>
<select id="pixabay-category" class="brand-select" autocomplete="off">
<option value="" selected>All Categories</option>
<option value="backgrounds">Backgrounds</option>
<option value="fashion">Fashion</option>
<option value="nature">Nature</option>
<option value="science">Science</option>
<option value="education">Education</option>
<option value="feelings">Feelings</option>
<option value="health">Health</option>
<option value="people">People</option>
<option value="religion">Religion</option>
<option value="places">Places</option>
<option value="animals">Animals</option>
<option value="industry">Industry</option>
<option value="computer">Computer</option>
<option value="food">Food</option>
<option value="sports">Sports</option>
<option value="transportation">Transportation</option>
<option value="travel">Travel</option>
<option value="buildings">Buildings</option>
<option value="business">Business</option>
<option value="music">Music</option>
</select>
</div>
<div class="brand-search-box">
<input id="brand-pixabay-keyword" type="search" class="brand-form-field"
placeholder="Enter a keyword..." autocomplete="off" />
<button id="brand-pixabay-search" type="button" class="brand-btn primary"><span
class="material-icons">search</span></button>
</div>
</div>
<div id="pixabay-output">
</div>
<a id="pixabay-credit" href="https://www.pixabay.com/" target="_blank">Photos provided by
Pixabay</a>
</div>
</div>
</div>
</div>
</div>
<!-- Modal Media Library END -->
<!-- Modal SVG Library START -->
<div id="modal-svg-library" class="brand-modal">
<div class="brand-modal-close" data-target="#modal-svg-library"><span class="material-icons">close</span>
</div>
<div class="brand-modal-wrap">
<div class="brand-modal-inner">
<div class="brand-tabs">
<!-- Menu -->
<ul class="brand-tabs-menu">
<li class="active" data-target="#svg-library-my-images"><span
class="material-icons">photo_library</span>My SVGs</li>
<li data-target="#svg-library-all-images"><span class="material-icons">photo_library</span>Other
SVGs
</li>
</ul>
<!-- My SVGs -->
<div id="svg-library-my-images" class="brand-tab active">
<div id="brand-svg-library-my-menu">
<div>
<form class="uploadSVGToLibrary" enctype="multipart/form-data">
<div class="brand-file-field">
<input type="file" name="brand-svg-library-upload-img"
id="brand-svg-library-upload-img" class="brand-hidden-file"
accept="image/svg+xml" />
<label for="brand-svg-library-upload-img" class="brand-btn primary"><span
class="material-icons">upload</span><span>Upload Image</span></label>
</div>
</form>
</div>
<div class="brand-search-box">
<input type="search" class="brand-form-field" placeholder="Search by title..."
autocomplete="off" />
<button id="brand-svg-library-my-search" type="button"
class="brand-btn primary"><span class="material-icons">search</span></button>
</div>
</div>
<div id="brand-svg-library-my" class="brand-grid svg-library-grid paginated" data-perpage="18"></div>
<div id="brand-svg-library-my-noimg" class="notice notice-warning d-none">Nothing found.</div>
</div>
<!-- All SVGs -->
<div id="svg-library-all-images" class="brand-tab">
<div id="brand-svg-library-all-menu">
<div></div>
<div class="brand-search-box">
<input type="search" class="brand-form-field" placeholder="Search by title..."
autocomplete="off" />
<button id="brand-svg-library-all-search" type="button"
class="brand-btn primary"><span class="material-icons">search</span></button>
</div>
</div>
<div id="brand-svg-library-all" class="brand-grid svg-library-grid paginated"
data-perpage="18">
<div class="brand-masonry-item" data-keyword="Abstract Shape">
<div class="brand-library-delete" data-target=""><span
class="material-icons">remove</span></div>
<div class="brand-masonry-item-inner">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/1.svg"
data-full="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/1.svg"
data-filename="abstract-shape" title="Abstract Shape" />
</div>
<div class="brand-masonry-item-desc">Abstract Shape</div>
</div>
</div>
<div class="brand-masonry-item" data-keyword="another shape">
<div class="brand-library-delete" data-target=""><span
class="material-icons">remove</span></div>
<div class="brand-masonry-item-inner">
<div class="brand-img-wrap">
<div class="brand-img-loader"></div>
<img class="lazy" data-src="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/2.svg"
data-full="https://www.thebrand.ai/wowX/files/elements/abstract-shapes/2.svg"
data-filename="another-shape" title="Another Shape" />
</div>
<div class="brand-masonry-item-desc">Another Shape</div>
</div>
</div>
</div>
<div id="brand-svg-library-all-noimg" class="notice notice-warning d-none"><strong>Nothing
found.</strong></div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal SVG Library END -->
<!-- Modal History START -->
<div id="modal-history" class="brand-modal">
<div class="brand-modal-close" data-target="#modal-history"><span class="material-icons">close</span></div>
<div class="brand-modal-wrap">
<div class="brand-modal-inner">
<div class="brand-modal-bg">
<h3 class="brand-history-title">History<button id="brand-clear-history" type="button"
class="brand-btn danger"><span class="material-icons">clear</span>Clear History</button>
</h3>
<!-- History List - Don't remove ul element -->
<ul id="brand-history-list" class="brand-template-list" data-max="50"></ul>
<p class="brand-history-count">Showing your last <span id="brand-history-count"></span> actions.
</p>
</div>
</div>
</div>
</div>
<!-- Modal History END -->
<!-- Scripts -->
<!-- Translation Strings -->
<script>
/* <![CDATA[ */
var thebrandParams = {
"textbox": "Enter Your Text Here",
"object": "Object",
"loading": "Loading...",
"loadmore": "Load More",
"saved": "Saved!",
"imgsaved": "Image is saved.",
"tempsaved": "Template is saved.",
"freeDrawing": "Free drawing",
"frame": "Frame",
"image": "Image",
"circle": "Circle",
"square": "Square",
"rectangle": "Rectangle",
"triangle": "Triangle",
"ellipse": "Ellipse",
"trapezoid": "Trapezoid",
"pentagon": "Pentagon",
"octagon": "Octagon",
"emerald": "Emerald",
"star": "Star",
"element": "Element",
"customSvg": "Custom SVG",
"success": "Success",
"error": "Error",
"delete": "Delete",
"duplicate": "Duplicate",
"showhide": "Show/Hide",
"lockunlock": "Lock/Unlock",
"text": "Text",
"started": "Editing started.",
"added": "added.",
"removed": "removed.",
"resized": "resized.",
"edited": "edited.",
"replaced": "replaced.",
"rotated": "rotated.",
"moved": "moved.",
"scaled": "scaled.",
"flipped": "flipped.",
"cropped": "cropped.",
"bg": "Canvas",
"filter": "filter",
"showRulers": "Show rulers",
"hideRulers": "Hide rulers",
"showGuides": "Show guides",
"hideGuides": "Hide guides",
"clearAllGuides": "Clear all guides",
"question1": "Are you sure you want clear the history?",
"question2": "Are you sure you want to delete the layers?",
"question3": "Are you sure you want to crop the image?",
"question4": "Are you sure you want to resize the image?",
"noDuplicate": "You can not duplicate multiple objects. Please select single object to duplicate.",
"warning": "Warning",
"app": "App",
"startDrawing": "Start Drawing",
"stopDrawing": "Stop Drawing",
"erased": "Pixels erased.",
"loadMore": "Load More",
"wrong": "Something went wrong.",
"apiKeyRequired": "API key is required.",
"pexelsApiError": "Error connecting to Pexels API.",
"pixabayApiError": "Error connecting to Pixabay API.",
"nothing": "Nothing found.",
"loadMore": "Load More",
"favorited": "The item has been favorited.",
"unfavorited": "The item has been unfavorited.",
"nofavorites": "No favorites yet",
"nofavoritesdesc": "Click the star icon on any item, and you will see it here next time you visit.",
"settingsaved": "Settings saved.",
"fillColor": "Fill Color",
"mask": "mask",
"parallelogram": "Parallelogram",
"diamond": "Diamond",
"customShape":"Custom Shape",
"easyAccess": "Your uploaded images will show up here for easy access.",
"easyAccessTemplate": "Your saved templates will show up here for easy access.",
"select": "Select"
};
/* ]]> */
</script>
<script src="js/aibrand.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/fabric.min.js"></script>
<script src="js/plugins.min.js"></script>
<script src="js/unminified/brand.js"></script>
<script src="js/custom.js"></script>
<!-- Scripts END -->
</body>
<!-- Body END -->
</html>