Hr tech landing (#2120)

This commit is contained in:
trean
2026-02-04 20:01:18 +01:00
committed by GitHub
parent 2a4162b197
commit 2b4934e5bf
37 changed files with 1195 additions and 1 deletions
@@ -72,6 +72,9 @@ menuItems:
- id: 2
name: Hospitality & Travel
url: /hospitality-and-travel/
- id: 3
name: HR Tech
url: /hr-tech/
- title: Developers
items:
- id: 0
+4
View File
@@ -85,6 +85,10 @@ menuItems:
name: Hospitality & Travel
icon: hospitality.svg
url: /hospitality-and-travel/
- id: subMenu-1-8
name: HR Tech
icon: careers.svg
url: /hr-tech/
- id: menu-2
name: Developers
mainMenuItems:
+12
View File
@@ -0,0 +1,12 @@
---
title: HR Tech & Talent Marketplaces
description: Discover how Qdrant's vector search technology can transform HR marketplaces and recruitment platforms by powering intelligent job matching, resume search, and candidate recommendations.
social_preview_image: /hr-tech/social-preview.png
build:
render: always
cascade:
- build:
list: local
publishResources: false
render: never
---
@@ -0,0 +1,19 @@
---
title: What you can build with Qdrant
image:
src: /img/hr-tech/diagram.png
alt: Flow chart showing parse, search, rank, and match process
useCases:
- id: 0
title: Modernize classic job search
paragraphs:
- "Keep existing Boolean/keyword patterns where needed while adding semantic relevance with hybrid search."
- "Apply strict filters alongside semantic search (Vector + Filter) for precise hiring constraints."
- "Maintain performance as data grows and traffic spikes."
- id: 1
title: Resume-based job matching
paragraphs:
- "What: users upload a CV and get job recommendations with no manual query input."
- "Why retrieval matters: CVs are messy (titles and skills rarely match cleanly) so semantic similarity improves match quality and diversity while filters keep results valid."
sitemapExclude: true
---
@@ -0,0 +1,14 @@
---
title: Talk to an expert about HR marketplace retrieval.
description: Get guidance on scaling search, matching, and recommendations beyond 20M vectors.
button:
text: Talk to Sales
url: /contact-us/
illustration:
src: /img/hr-tech/cta-illustration.png
alt: Rocket flying over globe illustration
background:
src: /img/hr-tech/space-background.svg
alt: Space background
sitemapExclude: true
---
+7
View File
@@ -0,0 +1,7 @@
---
title: "<span class='text-accent'>The problem:</span> recruitment data is fuzzy, but hiring constraints are strict"
paragraphs:
- "Recruitment search and matching must handle ambiguity (skills synonyms, inconsistent job titles, incomplete resumes), and enforce hard constraints (location, work authorisation, certifications, salary bands, categories)."
- "\"Semantic match\" alone is insufficient if the candidate or job fails mandatory filters, and keyword-only search misses great matches when terminology doesn't line up. Additionally, job application numbers are increasing due to AI."
sitemapExclude: true
---
+24
View File
@@ -0,0 +1,24 @@
---
title: "Precision Hiring at Scale: Vector Search + Filters for HR Marketplaces"
description: Upgrade classic keyword job search, power resume-based recommendations, and deliver "similar jobs" experiences using a Vector + Filter architecture designed for real-world constraints.
values:
- icon:
src: /img/hr-tech/filter-blue.svg
alt: Filter icon
text: Advanced filters for precision hiring
- icon:
src: /img/hr-tech/rocket-violet.svg
alt: Rocket icon
text: Real-time matching speed
- icon:
src: /img/hr-tech/badge-dollar-teal.svg
alt: Cost icon
text: Scale without the cost spike
startFree:
text: Talk to an Expert
url: /contact-us/
image:
src: /img/hr-tech/med-tech-key-visual.png
alt: HR Tech illustration with hiring dashboard and candidate matching
sitemapExclude: true
---
@@ -0,0 +1,11 @@
---
names: Elvis Moraa
positions: Engineering Lead, Pariti
review: "Pariti used Qdrant's vector search capabilities to rank candidates, increasing the hiring fill rate from 20% to 48%, and decreasing candidate vetting time from 4 minutes to 1 minute, a 70% time-savings.<br><br>\"Qdrant is the last thing I worry about breaking.\""
avatar:
src: /img/hr-tech/image.svg
alt: Elvis Moraa Avatar
logo:
src: /img/hr-tech/pariti.svg
alt: Pariti Logo
---
@@ -0,0 +1,29 @@
---
title: Why Qdrant for HR Tech
items:
- id: 0
icon:
src: /img/hr-tech/filter-icon.svg
alt: Filter icon
title: Advanced Filters for Precision Hiring
description: With Qdrant, strict filters can be applied alongside semantic search without sacrificing performance, enabling real hiring workflows (location, certifications, categories, salary bands).
- id: 1
icon:
src: /img/hr-tech/rocket-icon.svg
alt: Rocket icon
title: Engineered for Real-Time Matching & Speed
description: In recruitment, speed is a competitive advantage. Qdrant's architecture is built to keep ranking responsive and reduce the "latency spike" behavior teams encounter in legacy setups.
- id: 2
icon:
src: /img/hr-tech/chart-icon.svg
alt: Chart icon
title: Scalability Without Cost Spikes
description: Scale from millions to tens of millions of vectors with cost-conscious optimization options (e.g., quantization) while maintaining throughput.
- id: 3
icon:
src: /img/hr-tech/search-check-icon.svg
alt: Search check icon
title: Handling Fuzziness by Design
description: Job titles and skill taxonomies are inconsistent, but Qdrant surfaces strong matches even when terminology doesn't line up with semantic similarity and recommendations.
sitemapExclude: true
---
@@ -138,4 +138,5 @@
@import 'partials/edge-beta-form';
@import 'partials/edge-beta-faq';
@import 'partials/edge-beta-get-started';
@import 'partials/elastic-lucene/index';
@import 'partials/elastic-lucene/index';
@import 'partials/hr-tech/index';
@@ -0,0 +1,101 @@
@use 'sass:math';
@use '../../helpers/functions' as *;
.hr-tech-cta {
padding-top: $spacer * 5;
padding-bottom: $spacer * 5;
background-color: $neutral-94;
&__banner {
position: relative;
overflow: hidden;
border-radius: pxToRem(16);
background: linear-gradient(to bottom, $neutral-20, #0e1424);
}
&__background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
opacity: 0.6;
pointer-events: none;
}
&__content {
position: relative;
padding: $spacer * 2.5 $spacer * 3;
z-index: 1;
}
&__text {
display: flex;
flex-direction: column;
align-items: center;
gap: $spacer * 0.75;
text-align: center;
}
&__title {
margin: 0;
font-size: $spacer * 2;
line-height: pxToRem(38);
color: $neutral-98;
}
&__description {
margin: 0;
font-size: pxToRem(20);
line-height: pxToRem(30);
color: $neutral-70;
}
&__button {
white-space: nowrap;
margin-top: $spacer * 0.5;
}
&__illustration {
display: none;
}
@include media-breakpoint-up(lg) {
padding-top: $spacer * 7.5;
padding-bottom: $spacer * 7.5;
&__content {
padding: $spacer * 2.5 $spacer * 5;
}
&__text {
align-items: flex-start;
text-align: left;
max-width: pxToRem(500);
gap: $spacer * 0.5;
}
&__title {
font-size: $spacer * 2.5;
line-height: pxToRem(48);
}
&__illustration {
display: block;
position: absolute;
right: 0;
top: 0;
bottom: 0;
pointer-events: none;
img {
display: block;
height: 100%;
width: auto;
}
}
}
}
@@ -0,0 +1,107 @@
@use 'sass:math';
@use '../../helpers/functions' as *;
.hr-tech-features {
padding-top: $spacer * 5;
padding-bottom: $spacer * 5;
background-color: $neutral-10;
&__title {
margin: 0 0 $spacer * 3;
font-size: $spacer * 2;
line-height: 1.2;
color: $neutral-94;
text-align: center;
letter-spacing: -0.5px;
}
&__visual {
margin-bottom: $spacer * 3;
img {
display: block;
width: 100%;
max-width: pxToRem(540);
margin: 0 auto;
border-radius: pxToRem(8);
}
}
&__use-cases {
display: flex;
flex-direction: column;
gap: $spacer * 3;
}
&__use-case {
display: flex;
flex-direction: column;
gap: $spacer;
}
&__use-case-header {
display: flex;
align-items: center;
gap: $spacer;
}
&__use-case-marker {
flex-shrink: 0;
width: pxToRem(8);
height: pxToRem(9);
background-image: url("data:image/svg+xml,%3Csvg width='8' height='10' viewBox='0 0 8 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0.5L0 2.75V7.25L4 9.5L8 7.25V2.75L4 0.5Z' fill='%23DC244C'/%3E%3C/svg%3E%0A");
background-size: contain;
background-repeat: no-repeat;
}
&__use-case-title {
margin: 0;
font-size: pxToRem(20);
line-height: 1.3;
color: $neutral-94;
letter-spacing: -0.5px;
}
&__use-case-content {
padding-left: $spacer * 1.5;
p {
margin: 0 0 $spacer * 0.5;
font-size: pxToRem(16);
line-height: 1.5;
color: $neutral-70;
&:last-child {
margin-bottom: 0;
}
}
}
@include media-breakpoint-up(lg) {
padding-top: $spacer * 7.5;
padding-bottom: $spacer * 7.5;
&__title {
font-size: pxToRem(40);
margin-bottom: $spacer * 5;
}
&__visual {
margin-bottom: 0;
}
&__use-cases {
gap: $spacer * 4;
}
&__use-case-title {
font-size: pxToRem(24);
}
&__use-case-content {
p {
font-size: pxToRem(18);
}
}
}
}
@@ -0,0 +1,68 @@
@use 'sass:math';
@use '../../helpers/functions' as *;
.hr-tech-problem {
padding-top: $spacer * 5;
padding-bottom: $spacer * 5;
background-color: $neutral-94;
&__content {
margin-bottom: $spacer * 3;
}
&__title {
margin: 0 0 $spacer * 1.5;
font-size: $spacer * 2;
line-height: 1.2;
color: $neutral-20;
letter-spacing: -0.5px;
.text-accent {
color: $primary-50;
}
}
&__text {
p {
margin: 0 0 $spacer;
font-size: pxToRem(18);
line-height: 1.5;
color: $neutral-20;
&:last-child {
margin-bottom: 0;
}
}
}
&__visual {
display: flex;
justify-content: center;
img {
display: block;
width: 100%;
max-width: pxToRem(540);
height: auto;
}
}
@include media-breakpoint-up(lg) {
padding-top: $spacer * 7.5;
padding-bottom: $spacer * 7.5;
&__content {
margin-bottom: 0;
padding-right: $spacer * 3;
}
&__title {
font-size: pxToRem(40);
max-width: pxToRem(506);
}
&__text {
max-width: pxToRem(505);
}
}
}
@@ -0,0 +1,95 @@
@use 'sass:math';
@use '../../helpers/functions' as *;
.hr-tech-hero {
overflow: hidden;
padding-top: $spacer * 2.5;
padding-bottom: $spacer * 2.5;
background-color: $neutral-94;
&__content {
position: relative;
z-index: 1;
}
&__title {
margin-top: 0;
margin-bottom: $spacer * 2;
font-size: $spacer * 2;
line-height: pxToRem(38);
color: $neutral-20;
}
&__description {
margin-bottom: $spacer * 2;
font-size: pxToRem(20);
line-height: pxToRem(30);
font-weight: 400;
color: $neutral-30;
}
&__values {
display: flex;
flex-wrap: wrap;
gap: $spacer * 0.5;
margin-bottom: $spacer * 2;
}
&__value {
display: inline-flex;
align-items: center;
gap: $spacer * 0.5;
padding: math.div($spacer, 4) $spacer * 0.5;
background-color: $white;
border-radius: pxToRem(2);
&-icon {
height: pxToRem(20);
width: pxToRem(20);
}
&-text {
font-size: pxToRem(14);
line-height: pxToRem(21);
font-weight: 400;
color: $neutral-30;
}
}
&__buttons {
display: flex;
gap: $spacer * 1.5;
}
&__preview {
display: flex;
justify-content: center;
position: relative;
margin-top: $spacer * 2.5;
img {
display: block;
width: 100%;
max-width: pxToRem(560);
}
}
@include media-breakpoint-up(lg) {
padding-top: $spacer * 7.5;
padding-bottom: $spacer * 7.5;
&__title {
font-size: pxToRem(45);
line-height: pxToRem(50);
}
&__preview {
justify-content: flex-end;
margin-top: 0;
img {
width: 110%;
}
}
}
}
@@ -0,0 +1,104 @@
@use 'sass:math';
@use '../../helpers/functions' as *;
.hr-tech-why-qdrant {
padding-top: $spacer * 5;
padding-bottom: $spacer * 5;
background-color: $neutral-94;
&__title {
margin: 0 0 $spacer * 3;
font-size: $spacer * 2.5;
line-height: 1.1;
color: $neutral-20;
text-align: center;
letter-spacing: -0.5px;
}
&__grid {
display: grid;
grid-template-columns: 1fr;
gap: $spacer * 3;
}
&__item {
display: flex;
flex-direction: column;
gap: $spacer;
}
&__item-icon {
display: flex;
align-items: center;
justify-content: center;
width: pxToRem(56);
height: pxToRem(56);
background-color: white;
border-radius: pxToRem(6);
img {
width: pxToRem(34);
height: pxToRem(34);
}
}
&__item-title {
margin: 0;
font-size: pxToRem(24);
line-height: 1.3;
color: $neutral-20;
letter-spacing: -0.5px;
}
&__item-description {
margin: 0;
font-size: pxToRem(16);
line-height: 1.5;
color: $neutral-30;
}
@include media-breakpoint-up(lg) {
padding-top: $spacer * 7.5;
padding-bottom: $spacer * 7.5;
&__title {
font-size: pxToRem(56);
margin-bottom: $spacer * 5;
}
&__grid {
position: relative;
grid-template-columns: 1fr 1fr;
gap: $spacer * 7.5;
padding: $spacer * 1.5 0;
// Vertical divider line
&::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 1px;
background-color: $neutral-90;
transform: translateX(-50%);
}
// Horizontal divider line
&::after {
content: '';
position: absolute;
top: 50%;
left: 0;
right: 0;
height: 1px;
background-color: $neutral-90;
transform: translateY(-50%);
}
}
&__item-title {
font-size: pxToRem(32);
}
}
}
@@ -0,0 +1,5 @@
@import 'hr-tech-hero';
@import 'hr-tech-help';
@import 'hr-tech-features';
@import 'hr-tech-why-qdrant';
@import 'hr-tech-cta';
@@ -0,0 +1,28 @@
{{ define "main" }}
{{ partial "site-header" . }}
{{ with (.Site.GetPage "hr-tech/hero") }}
{{ partial "hr-tech/hr-tech-hero" . }}
{{ end }}
{{ with (.Site.GetPage "/hr-tech/testimonial-light") }}
{{ partial "testimonial-light" (dict "context" . "class" "customers-testimonial pb-5 pb-lg-7") }}
{{ end }}
{{ with (.Site.GetPage "/hr-tech/help") }}
{{ partial "hr-tech/hr-tech-help" . }}
{{ end }}
{{ with (.Site.GetPage "/hr-tech/features") }}
{{ partial "hr-tech/hr-tech-features" . }}
{{ end }}
{{ with (.Site.GetPage "/hr-tech/why-qdrant") }}
{{ partial "hr-tech/hr-tech-why-qdrant" . }}
{{ end }}
{{ with (.Site.GetPage "/hr-tech/get-contacted") }}
{{ partial "hr-tech/hr-tech-cta" . }}
{{ end }}
{{ end }}
@@ -0,0 +1 @@
{{ define "main" }}{{ end }}
@@ -0,0 +1,25 @@
<section class="hr-tech-cta">
<div class="container">
<div class="hr-tech-cta__banner">
{{ if .Params.background }}
<div class="hr-tech-cta__background" style="background-image: url('{{ .Params.background.src }}');"></div>
{{ end }}
<div class="hr-tech-cta__content">
<div class="hr-tech-cta__text">
<h2 class="hr-tech-cta__title">{{ .Params.title }}</h2>
{{ if .Params.description }}
<p class="hr-tech-cta__description">{{ .Params.description }}</p>
{{ end }}
<a href="{{ .Params.button.url }}" class="button button_contained button_lg hr-tech-cta__button">
{{ .Params.button.text }}
</a>
</div>
{{ if .Params.illustration }}
<div class="hr-tech-cta__illustration">
<img src="{{ .Params.illustration.src }}" alt="{{ .Params.illustration.alt }}" />
</div>
{{ end }}
</div>
</div>
</div>
</section>
@@ -0,0 +1,25 @@
<section class="hr-tech-features">
<div class="container">
<h2 class="hr-tech-features__title">{{ .Params.title }}</h2>
<div class="row align-items-center">
<div class="col-12 col-lg-6 hr-tech-features__visual">
<img src="{{ .Params.image.src }}" alt="{{ .Params.image.alt }}" />
</div>
<div class="col-12 col-lg-6 hr-tech-features__use-cases">
{{ range .Params.useCases }}
<div class="hr-tech-features__use-case">
<div class="hr-tech-features__use-case-header">
<span class="hr-tech-features__use-case-marker"></span>
<h3 class="hr-tech-features__use-case-title">{{ .title }}</h3>
</div>
<div class="hr-tech-features__use-case-content">
{{ range .paragraphs }}
<p>{{ . }}</p>
{{ end }}
</div>
</div>
{{ end }}
</div>
</div>
</div>
</section>
@@ -0,0 +1,17 @@
<section class="hr-tech-problem">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-6 hr-tech-problem__content">
<h2 class="hr-tech-problem__title">{{ .Params.title | safeHTML }}</h2>
<div class="hr-tech-problem__text">
{{ range .Params.paragraphs }}
<p>{{ . }}</p>
{{ end }}
</div>
</div>
<div class="col-12 col-lg-6 hr-tech-problem__visual">
<img src="/img/hr-tech/visual.png" alt="Diagram showing recruitment data vs hiring constraints mismatch" />
</div>
</div>
</div>
</section>
@@ -0,0 +1,28 @@
<section class="hr-tech-hero">
<div class="container">
<div class="row justify-content-lg-between align-items-lg-center">
<div class="col-12 col-lg-6 hr-tech-hero__content">
<h1 class="hr-tech-hero__title">{{ .Params.title | safeHTML }}</h1>
<p class="hr-tech-hero__description">{{ .Params.description | safeHTML }}</p>
{{ if .Params.values }}
<div class="hr-tech-hero__values">
{{ range .Params.values }}
<div class="hr-tech-hero__value">
<img class="hr-tech-hero__value-icon" src="{{ .icon.src }}" alt="{{ .icon.alt }}" />
<span class="hr-tech-hero__value-text">{{ .text }}</span>
</div>
{{ end }}
</div>
{{ end }}
<div class="hr-tech-hero__buttons">
<a href="{{ .Params.startFree.url }}" class="button button_contained button_lg">
{{ .Params.startFree.text }}
</a>
</div>
</div>
<div class="col-12 col-lg-6 hr-tech-hero__preview">
<img src="{{ .Params.image.src }}" alt="{{ .Params.image.alt }}" />
</div>
</div>
</div>
</section>
@@ -0,0 +1,16 @@
<section class="hr-tech-why-qdrant">
<div class="container">
<h2 class="hr-tech-why-qdrant__title">{{ .Params.title }}</h2>
<div class="hr-tech-why-qdrant__grid">
{{ range .Params.items }}
<div class="hr-tech-why-qdrant__item">
<div class="hr-tech-why-qdrant__item-icon">
<img src="{{ .icon.src }}" alt="{{ .icon.alt }}" />
</div>
<h3 class="hr-tech-why-qdrant__item-title">{{ .title }}</h3>
<p class="hr-tech-why-qdrant__item-description">{{ .description | safeHTML }}</p>
</div>
{{ end }}
</div>
</div>
</section>
Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

@@ -0,0 +1,30 @@
<svg width="155" height="64" viewBox="0 0 155 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.9765 10.0458C14.4096 11.6642 11.6827 15.5661 11.7271 20.3769C11.7271 22.5717 11.9931 23.6802 12.9242 25.4094C14.3209 28.0698 17.6464 30.4863 20.2845 30.7966L21.3931 30.9296L21.7699 29.3555C22.6123 25.742 25.0953 22.5052 28.2657 20.8646C29.6623 20.133 30.3275 19.9113 32.4335 19.4679C33.1872 19.3128 33.2316 18.6477 32.5888 16.8076C31.6355 14.0142 29.6623 11.8638 26.8689 10.5336C25.2727 9.75764 25.0067 9.7133 22.7232 9.64679C20.7059 9.60245 20.0628 9.66896 18.9765 10.0458Z" fill="url(#paint0_linear_13037_33413)"/>
<path d="M31.7716 21.4637C28.0027 22.3061 24.6329 25.4764 23.7682 29.0013C23.214 31.2184 23.1696 31.041 24.3225 31.2184C26.9608 31.6173 29.7984 33.1693 31.705 35.2531C32.9908 36.6499 34.5206 39.6427 34.7201 41.1282C34.9418 42.7243 35.0304 42.7687 36.5158 42.4583C41.3709 41.4385 44.785 37.1377 44.785 32.0387C44.785 28.9348 43.9648 26.7844 41.9474 24.6339C39.42 21.9293 35.3409 20.6434 31.7716 21.4637Z" fill="url(#paint1_linear_13037_33413)"/>
<path d="M6.98343 21.8619C2.61602 23.5024 0 27.2934 0 31.9934C0 35.075 0.820277 37.181 2.83771 39.3537C4.92166 41.5929 7.40465 42.6349 10.7079 42.6349C14.8537 42.6349 18.2678 40.6396 20.13 37.1368C20.7065 36.0726 21.6375 33.124 21.438 32.9689C21.4159 32.9468 20.6621 32.7693 19.7532 32.5698C17.2702 32.0156 15.4301 31.018 13.6343 29.2223C11.5947 27.2048 10.5084 25.0765 9.86549 21.9506C9.75465 21.4407 9.64378 21.352 9.02304 21.3742C8.64615 21.3742 7.71504 21.5959 6.98343 21.8619Z" fill="url(#paint2_linear_13037_33413)"/>
<path d="M23.0559 34.3668C22.6124 36.6504 21.2602 39.1555 19.5308 40.8625C17.5355 42.8134 15.6512 43.789 12.3701 44.4984C11.5942 44.6758 11.5498 45.3408 12.1927 47.1809C13.3899 50.6393 16.3384 53.3218 19.9299 54.1644C20.6615 54.3416 21.903 54.4082 23.1889 54.3416C24.9625 54.253 25.4723 54.12 26.9134 53.4327C29.7289 52.1026 31.6133 49.9743 32.5889 47.07C33.0101 45.8508 33.0543 45.2521 32.9878 43.1683C32.9213 40.8625 32.877 40.6409 32.0789 39.0447C30.7265 36.2734 28.0662 34.0344 25.3837 33.3692C23.1224 32.815 23.3662 32.7041 23.0559 34.3668Z" fill="url(#paint3_linear_13037_33413)"/>
<path d="M49.0273 54.3657V19.2907H54.1395V24.5922L53.5241 23.3615C54.4709 21.9099 55.7331 20.7738 57.3109 19.9534C58.8888 19.1329 60.6874 18.7227 62.7072 18.7227C65.137 18.7227 67.3143 19.3065 69.2393 20.474C71.1958 21.6416 72.7263 23.2352 73.8308 25.2549C74.9667 27.2745 75.5348 29.5465 75.5348 32.0711C75.5348 34.5956 74.9667 36.8677 73.8308 38.8873C72.7263 40.9069 71.2116 42.5162 69.2866 43.7154C67.3616 44.883 65.1685 45.4667 62.7072 45.4667C60.7189 45.4667 58.9045 45.0565 57.2636 44.236C55.6543 43.4156 54.4078 42.2322 53.5241 40.6859L54.3763 39.692V54.3657H49.0273ZM62.1864 40.4966C63.7011 40.4966 65.0422 40.1337 66.2098 39.4079C67.3774 38.6821 68.2927 37.6881 68.9552 36.4259C69.6495 35.132 69.9967 33.6805 69.9967 32.0711C69.9967 30.4617 69.6495 29.0258 68.9552 27.7636C68.2927 26.5014 67.3774 25.5073 66.2098 24.7815C65.0422 24.0557 63.7011 23.6928 62.1864 23.6928C60.7032 23.6928 59.3621 24.0557 58.1629 24.7815C56.9953 25.5073 56.0645 26.5014 55.3702 27.7636C54.7075 29.0258 54.3763 30.4617 54.3763 32.0711C54.3763 33.6805 54.7075 35.132 55.3702 36.4259C56.0645 37.6881 56.9953 38.6821 58.1629 39.4079C59.3621 40.1337 60.7032 40.4966 62.1864 40.4966Z" fill="#180452"/>
<path d="M86.983 45.4667C85.2475 45.4667 83.717 45.167 82.3917 44.5674C81.0977 43.9364 80.088 43.0842 79.3622 42.0114C78.6364 40.9069 78.2734 39.6131 78.2734 38.1299C78.2734 36.7415 78.5733 35.4949 79.1728 34.3905C79.804 33.286 80.7664 32.355 82.0603 31.5978C83.3541 30.8404 84.9792 30.3038 86.9357 29.9884L95.8346 28.521V32.7337L87.9772 34.1065C86.557 34.3588 85.5156 34.8165 84.853 35.4791C84.1903 36.1103 83.8589 36.9308 83.8589 37.9406C83.8589 38.9188 84.2218 39.7235 84.9477 40.3547C85.705 40.9542 86.6674 41.254 87.835 41.254C89.2867 41.254 90.5489 40.9384 91.6219 40.3072C92.7264 39.6762 93.5784 38.84 94.1779 37.7985C94.7776 36.7256 95.0772 35.5422 95.0772 34.2484V27.669C95.0772 26.4066 94.6039 25.3811 93.6573 24.5922C92.7422 23.7717 91.5113 23.3615 89.9652 23.3615C88.5451 23.3615 87.2986 23.7401 86.2257 24.4975C85.1844 25.2234 84.4113 26.17 83.9062 27.3376L79.4568 25.1128C79.9301 23.8506 80.7033 22.7461 81.7762 21.7994C82.8492 20.8212 84.0957 20.0638 85.5156 19.5274C86.9673 18.9909 88.4978 18.7227 90.1072 18.7227C92.1268 18.7227 93.9098 19.1013 95.4559 19.8587C97.0337 20.6161 98.2486 21.6732 99.1008 23.0301C99.9844 24.3555 100.426 25.9017 100.426 27.669V44.8988H95.314V40.2599L96.4027 40.402C95.803 41.4433 95.0299 42.3428 94.0833 43.1001C93.1682 43.8573 92.111 44.4412 90.9118 44.8514C89.7442 45.2617 88.4347 45.4667 86.983 45.4667Z" fill="#180452"/>
<path d="M105.262 44.8984V19.2903H110.374V24.4498L109.9 23.6925C110.469 22.02 111.384 20.8208 112.646 20.095C113.908 19.3377 115.423 18.959 117.19 18.959H118.752V23.8345H116.527C114.76 23.8345 113.324 24.3867 112.22 25.4912C111.147 26.5641 110.61 28.1104 110.61 30.13V44.8984H105.262Z" fill="#180452"/>
<path d="M120.992 44.8991V19.2911H126.341V44.8991H120.992ZM123.667 15.7883C122.19 15.7883 120.992 14.5909 120.992 13.1139V12.3092C120.992 10.8321 122.19 9.63477 123.667 9.63477C125.144 9.63477 126.341 10.8321 126.341 12.3092V13.1139C126.341 14.5909 125.144 15.7883 123.667 15.7883Z" fill="#180452"/>
<path d="M142.251 45.1835C139.569 45.1835 137.486 44.4261 136.003 42.9114C134.52 41.3967 133.778 39.2667 133.778 36.5212V24.1195H129.281V19.2914H129.991C131.19 19.2914 133.778 19.8804 133.778 18.8283C133.778 17.7762 133.778 16.2815 133.778 15.0823V13.4219H139.127V19.2914H144.949V24.1195H139.127V36.2845C139.127 37.1682 139.269 37.9254 139.553 38.5566C139.837 39.1563 140.295 39.6296 140.926 39.9767C141.557 40.2921 142.377 40.45 143.387 40.45C143.64 40.45 143.923 40.4343 144.239 40.4027C144.555 40.3712 144.855 40.3396 145.138 40.3079V44.8995C144.697 44.9625 144.208 45.0256 143.671 45.0889C143.135 45.152 142.661 45.1835 142.251 45.1835Z" fill="#180452"/>
<path d="M148.938 44.8991V19.2911H154.286V44.8991H148.938ZM151.612 15.7883C150.135 15.7883 148.938 14.5909 148.938 13.1139V12.3092C148.938 10.8321 150.135 9.63477 151.612 9.63477C153.089 9.63477 154.286 10.8321 154.286 12.3092V13.1139C154.286 14.5909 153.089 15.7883 151.612 15.7883Z" fill="#180452"/>
<defs>
<linearGradient id="paint0_linear_13037_33413" x1="22.3907" y1="9.63477" x2="22.3907" y2="54.3661" gradientUnits="userSpaceOnUse">
<stop offset="0.114583" stop-color="#4E00CC"/>
<stop offset="0.869792" stop-color="#CF41E7"/>
</linearGradient>
<linearGradient id="paint1_linear_13037_33413" x1="22.3937" y1="9.63525" x2="22.3937" y2="54.3666" gradientUnits="userSpaceOnUse">
<stop offset="0.114583" stop-color="#4E00CC"/>
<stop offset="0.869792" stop-color="#CF41E7"/>
</linearGradient>
<linearGradient id="paint2_linear_13037_33413" x1="22.3913" y1="9.6344" x2="22.3913" y2="54.3657" gradientUnits="userSpaceOnUse">
<stop offset="0.114583" stop-color="#4E00CC"/>
<stop offset="0.869792" stop-color="#CF41E7"/>
</linearGradient>
<linearGradient id="paint3_linear_13037_33413" x1="22.3907" y1="9.63568" x2="22.3907" y2="54.367" gradientUnits="userSpaceOnUse">
<stop offset="0.114583" stop-color="#4E00CC"/>
<stop offset="0.869792" stop-color="#CF41E7"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 7.1 KiB

@@ -0,0 +1,384 @@
<svg width="930" height="348" viewBox="0 0 930 348" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_13091_36020)">
<mask id="mask0_13091_36020" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-80" y="-61" width="1600" height="515">
<path d="M1520 371.624C1520 530.841 1161.83 409.822 720 409.822C278.172 409.822 -80 530.841 -80 371.624C-80 212.407 278.172 -60.8086 720 -60.8086C1161.83 -60.8086 1520 212.407 1520 371.624Z" fill="white"/>
</mask>
<g mask="url(#mask0_13091_36020)">
<g opacity="0.8">
<g style="mix-blend-mode:color-dodge" opacity="0.8">
<rect width="16" height="16" transform="translate(80 125)" fill="#090E1A"/>
<circle cx="88" cy="133" r="8" fill="url(#paint0_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.8">
<rect width="16" height="16" transform="translate(522 121)" fill="#090E1A"/>
<circle cx="530" cy="129" r="8" fill="url(#paint1_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.8">
<rect width="16" height="16" transform="translate(746 335)" fill="#090E1A"/>
<circle cx="754" cy="343" r="8" fill="url(#paint2_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.8">
<rect width="16" height="16" transform="translate(717 101)" fill="#090E1A"/>
<circle cx="725" cy="109" r="8" fill="url(#paint3_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.8">
<rect width="16" height="16" transform="translate(86 335)" fill="#090E1A"/>
<circle cx="94" cy="343" r="8" fill="url(#paint4_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(198 95)" fill="#090E1A"/>
<circle cx="204" cy="101" r="6" fill="url(#paint5_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(397 131)" fill="#090E1A"/>
<circle cx="403" cy="137" r="6" fill="url(#paint6_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(307 154)" fill="#090E1A"/>
<circle cx="313" cy="160" r="6" fill="url(#paint7_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(78 242)" fill="#090E1A"/>
<circle cx="84" cy="248" r="6" fill="url(#paint8_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(822 143)" fill="#090E1A"/>
<circle cx="828" cy="149" r="6" fill="url(#paint9_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(782 254)" fill="#090E1A"/>
<circle cx="788" cy="260" r="6" fill="url(#paint10_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(646 137)" fill="#090E1A"/>
<circle cx="652" cy="143" r="6" fill="url(#paint11_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(680 226)" fill="#090E1A"/>
<circle cx="686" cy="232" r="6" fill="url(#paint12_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(559 273)" fill="#090E1A"/>
<circle cx="565" cy="279" r="6" fill="url(#paint13_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(433 296)" fill="#090E1A"/>
<circle cx="439" cy="302" r="6" fill="url(#paint14_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(319 339)" fill="#090E1A"/>
<circle cx="325" cy="345" r="6" fill="url(#paint15_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(135 242)" fill="#090E1A"/>
<circle cx="141" cy="248" r="6" fill="url(#paint16_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(50 172)" fill="#090E1A"/>
<circle cx="56" cy="178" r="6" fill="url(#paint17_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(27 83)" fill="#090E1A"/>
<circle cx="33" cy="89" r="6" fill="url(#paint18_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(107 38)" fill="#090E1A"/>
<circle cx="113" cy="44" r="6" fill="url(#paint19_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(33 -5)" fill="#090E1A"/>
<circle cx="39" cy="1" r="6" fill="url(#paint20_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(174 -11)" fill="#090E1A"/>
<circle cx="180" cy="-5" r="6" fill="url(#paint21_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(249 54)" fill="#090E1A"/>
<circle cx="255" cy="60" r="6" fill="url(#paint22_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(445 38)" fill="#090E1A"/>
<circle cx="451" cy="44" r="6" fill="url(#paint23_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(538 32)" fill="#090E1A"/>
<circle cx="544" cy="38" r="6" fill="url(#paint24_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(490 -11)" fill="#090E1A"/>
<circle cx="496" cy="-5" r="6" fill="url(#paint25_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(674 14)" fill="#090E1A"/>
<circle cx="680" cy="20" r="6" fill="url(#paint26_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(609 89)" fill="#090E1A"/>
<circle cx="615" cy="95" r="6" fill="url(#paint27_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.7">
<rect width="12" height="12" transform="translate(762 38)" fill="#090E1A"/>
<circle cx="768" cy="44" r="6" fill="url(#paint28_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(349 50)" fill="#090E1A"/>
<circle cx="357" cy="58" r="4" fill="url(#paint29_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(275 113)" fill="#090E1A"/>
<circle cx="283" cy="121" r="4" fill="url(#paint30_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(184 162)" fill="#090E1A"/>
<circle cx="192" cy="170" r="4" fill="url(#paint31_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(101 202)" fill="#090E1A"/>
<circle cx="109" cy="210" r="4" fill="url(#paint32_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(25 323)" fill="#090E1A"/>
<circle cx="33" cy="331" r="4" fill="url(#paint33_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(866 24)" fill="#090E1A"/>
<circle cx="874" cy="32" r="4" fill="url(#paint34_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(813 99)" fill="#090E1A"/>
<circle cx="821" cy="107" r="4" fill="url(#paint35_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(738 145)" fill="#090E1A"/>
<circle cx="746" cy="153" r="4" fill="url(#paint36_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(642 269)" fill="#090E1A"/>
<circle cx="650" cy="277" r="4" fill="url(#paint37_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(694 335)" fill="#090E1A"/>
<circle cx="702" cy="343" r="4" fill="url(#paint38_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(526 238)" fill="#090E1A"/>
<circle cx="534" cy="246" r="4" fill="url(#paint39_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(401 254)" fill="#090E1A"/>
<circle cx="409" cy="262" r="4" fill="url(#paint40_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(486 327)" fill="#090E1A"/>
<circle cx="494" cy="335" r="4" fill="url(#paint41_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(349 284)" fill="#090E1A"/>
<circle cx="357" cy="292" r="4" fill="url(#paint42_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(303 228)" fill="#090E1A"/>
<circle cx="311" cy="236" r="4" fill="url(#paint43_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(411 85)" fill="#090E1A"/>
<circle cx="419" cy="93" r="4" fill="url(#paint44_radial_13091_36020)"/>
</g>
<g style="mix-blend-mode:color-dodge" opacity="0.5">
<rect width="16" height="16" transform="translate(287 22)" fill="#090E1A"/>
<circle cx="295" cy="30" r="4" fill="url(#paint45_radial_13091_36020)"/>
</g>
</g>
</g>
</g>
<defs>
<radialGradient id="paint0_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(88 133) rotate(90) scale(8)">
<stop offset="0.08" stop-color="white"/>
<stop offset="1" stop-color="#5700C9" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint1_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(530 129) rotate(90) scale(8)">
<stop offset="0.08" stop-color="white"/>
<stop offset="1" stop-color="#5700C9" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint2_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(754 343) rotate(90) scale(8)">
<stop offset="0.08" stop-color="white"/>
<stop offset="1" stop-color="#5700C9" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint3_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(725 109) rotate(90) scale(8)">
<stop offset="0.08" stop-color="white"/>
<stop offset="1" stop-color="#5700C9" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint4_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(94 343) rotate(90) scale(8)">
<stop offset="0.08" stop-color="white"/>
<stop offset="1" stop-color="#5700C9" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint5_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(204 101) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint6_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(403 137) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint7_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(313 160) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint8_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(84 248) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint9_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(828 149) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint10_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(788 260) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint11_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(652 143) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint12_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(686 232) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint13_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(565 279) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint14_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(439 302) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint15_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(325 345) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint16_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(141 248) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint17_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(56 178) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint18_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(33 89) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint19_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(113 44) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint20_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(39 1) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint21_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(180 -5) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint22_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(255 60) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint23_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(451 44) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint24_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(544 38) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint25_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(496 -5) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint26_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(680 20) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint27_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(615 95) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint28_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(768 44) rotate(90) scale(6)">
<stop offset="0.04" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#C90000" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint29_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(357 58) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint30_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(283 121) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint31_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(192 170) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint32_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(109 210) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint33_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(33 331) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint34_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(874 32) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint35_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(821 107) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint36_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(746 153) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint37_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(650 277) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint38_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(702 343) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint39_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(534 246) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint40_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(409 262) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint41_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(494 335) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint42_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(357 292) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint43_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(311 236) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint44_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(419 93) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<radialGradient id="paint45_radial_13091_36020" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(295 30) rotate(90) scale(4)">
<stop offset="0.01" stop-color="#FFFFF7"/>
<stop offset="1" stop-color="#000F66" stop-opacity="0"/>
</radialGradient>
<clipPath id="clip0_13091_36020">
<rect width="1440" height="800" fill="white" transform="translate(0 -103)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

@@ -0,0 +1,3 @@
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 18.4218 18.4152" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M12.5508 5.87101H7.55078C7.10875 5.87101 6.68483 6.04661 6.37227 6.35917C6.05971 6.67173 5.88411 7.09565 5.88411 7.53768C5.88411 7.97971 6.05971 8.40363 6.37227 8.71619C6.68483 9.02875 7.10875 9.20434 7.55078 9.20434H10.8841C11.3261 9.20434 11.7501 9.37994 12.0626 9.6925C12.3752 10.0051 12.5508 10.429 12.5508 10.871C12.5508 11.313 12.3752 11.737 12.0626 12.0495C11.7501 12.3621 11.3261 12.5377 10.8841 12.5377H5.88411M9.21745 14.2043V4.20435M2.42578 6.38768C2.30415 5.83978 2.32282 5.27005 2.48008 4.73129C2.63733 4.19254 2.92807 3.70222 3.32534 3.30578C3.7226 2.90934 4.21354 2.61963 4.75262 2.46351C5.2917 2.30738 5.86147 2.2899 6.40911 2.41268C6.71054 1.94126 7.12578 1.55331 7.61657 1.28458C8.10736 1.01586 8.6579 0.875 9.21745 0.875C9.77699 0.875 10.3275 1.01586 10.8183 1.28458C11.3091 1.55331 11.7244 1.94126 12.0258 2.41268C12.5743 2.28937 13.145 2.30677 13.6849 2.46327C14.2249 2.61978 14.7165 2.9103 15.114 3.30781C15.5115 3.70532 15.802 4.19691 15.9585 4.73685C16.115 5.27679 16.1324 5.84754 16.0091 6.39601C16.4805 6.69744 16.8685 7.11268 17.1372 7.60347C17.4059 8.09426 17.5468 8.6448 17.5468 9.20434C17.5468 9.76389 17.4059 10.3144 17.1372 10.8052C16.8685 11.296 16.4805 11.7113 16.0091 12.0127C16.1319 12.5603 16.1144 13.1301 15.9583 13.6692C15.8022 14.2083 15.5124 14.6992 15.116 15.0965C14.7196 15.4937 14.2292 15.7845 13.6905 15.9417C13.1517 16.099 12.582 16.1176 12.0341 15.996C11.7331 16.4692 11.3175 16.8588 10.8259 17.1288C10.3343 17.3987 9.78247 17.5402 9.22161 17.5402C8.66076 17.5402 8.10897 17.3987 7.61734 17.1288C7.12571 16.8588 6.71014 16.4692 6.40911 15.996C5.86147 16.1188 5.2917 16.1013 4.75262 15.9452C4.21354 15.7891 3.7226 15.4993 3.32534 15.1029C2.92807 14.7065 2.63733 14.2161 2.48008 13.6774C2.32282 13.1386 2.30415 12.5689 2.42578 12.021C1.95074 11.7204 1.55946 11.3045 1.28832 10.812C1.01718 10.3196 0.875 9.76652 0.875 9.20434C0.875 8.64217 1.01718 8.08913 1.28832 7.59667C1.55946 7.1042 1.95074 6.68831 2.42578 6.38768Z" stroke="var(--stroke-0, #038585)" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

@@ -0,0 +1,3 @@
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M1.4 1.4V23.8C1.4 24.5426 1.695 25.2548 2.2201 25.7799C2.7452 26.305 3.45739 26.6 4.2 26.6H26.6M7 19.6C7.7 16.8 9.1 9.8 12.6 9.8C15.4 9.8 15.4 14 18.2 14C21.7 14 24.5 7 25.2 4.2" stroke="var(--stroke-0, #2F6FF0)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

@@ -0,0 +1,3 @@
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 18.4167 16.75" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M17.5417 0.875H0.875012L7.54168 8.75833V14.2083L10.875 15.875V8.75833L17.5417 0.875Z" stroke="var(--stroke-0, #2F6FF0)" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 395 B

@@ -0,0 +1,3 @@
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 30.8 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M29.4 1.4H1.40002L12.6 14.644V23.8L18.2 26.6V14.644L29.4 1.4Z" stroke="var(--stroke-0, #DC244C)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 365 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 180 KiB

@@ -0,0 +1,3 @@
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 30.1 30.1004" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M14.7 19.6003L10.5 15.4003M14.7 19.6003C16.6556 18.8566 18.5317 17.9186 20.3 16.8003M14.7 19.6003V26.6003C14.7 26.6003 18.942 25.8303 20.3 23.8003C21.812 21.5323 20.3 16.8003 20.3 16.8003M10.5 15.4003C11.245 13.4675 12.1831 11.6148 13.3 9.87035C14.9313 7.26213 17.2027 5.11462 19.8982 3.63207C22.5937 2.14953 25.6237 1.38127 28.7 1.40035C28.7 5.20835 27.608 11.9003 20.3 16.8003M10.5 15.4003H3.50001C3.50001 15.4003 4.27001 11.1583 6.30001 9.80035C8.56801 8.28835 13.3 9.80035 13.3 9.80035M4.20001 21.7003C2.10001 23.4643 1.40001 28.7003 1.40001 28.7003C1.40001 28.7003 6.63601 28.0003 8.40001 25.9003C9.39401 24.7243 9.38001 22.9183 8.27401 21.8263C7.72984 21.307 7.01302 21.0068 6.26113 20.9836C5.50923 20.9603 4.77524 21.2156 4.20001 21.7003Z" stroke="var(--stroke-0, #8547FF)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

@@ -0,0 +1,3 @@
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 18 18.0002" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M8.79167 11.7085L6.29167 9.20854M8.79167 11.7085C9.95571 11.2658 11.0724 10.7075 12.125 10.0419M8.79167 11.7085V15.8752C8.79167 15.8752 11.3167 15.4169 12.125 14.2085C13.025 12.8585 12.125 10.0419 12.125 10.0419M6.29167 9.20854C6.73513 8.05806 7.29351 6.95526 7.95834 5.91687C8.92933 4.36436 10.2814 3.08608 11.8858 2.20362C13.4903 1.32115 15.2939 0.863849 17.125 0.875206C17.125 3.14187 16.475 7.12521 12.125 10.0419M6.29167 9.20854H2.12501C2.12501 9.20854 2.58334 6.68354 3.79167 5.87521C5.14167 4.97521 7.95834 5.87521 7.95834 5.87521M2.54167 12.9585C1.29167 14.0085 0.875008 17.1252 0.875008 17.1252C0.875008 17.1252 3.99167 16.7085 5.04167 15.4585C5.63334 14.7585 5.62501 13.6835 4.96667 13.0335C4.64276 12.7244 4.21609 12.5457 3.76853 12.5319C3.32097 12.5181 2.88407 12.67 2.54167 12.9585Z" stroke="var(--stroke-0, #DC244C)" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -0,0 +1,3 @@
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M8.4 12.6L11.2 15.4L16.8 9.8M26.6 26.6L20.58 20.58M23.8 12.6C23.8 18.7856 18.7856 23.8 12.6 23.8C6.41441 23.8 1.4 18.7856 1.4 12.6C1.4 6.41441 6.41441 1.4 12.6 1.4C18.7856 1.4 23.8 6.41441 23.8 12.6Z" stroke="var(--stroke-0, #038585)" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 501 B