Browse Source

Init

master
Lev 2 years ago
commit
bf6ee79563
  1. BIN
      assets/CRC25.woff
  2. BIN
      assets/CRC35.woff
  3. BIN
      assets/CRC55.woff
  4. BIN
      assets/CRC65.woff
  5. 287
      assets/css/style.css
  6. 9
      assets/images/services/services-shape-1.svg
  7. 9
      assets/images/services/services-shape-2.svg
  8. 9
      assets/images/services/services-shape-3.svg
  9. 9
      assets/images/services/services-shape.svg
  10. 340
      climbing_mountain.svg
  11. 1
      collab.svg
  12. 228
      exams.svg
  13. 1
      exams_black.svg
  14. BIN
      hero.png
  15. 340
      hero.svg
  16. 679
      index.html
  17. 621
      peer-help-orig.svg
  18. 621
      peer-help.svg
  19. 1
      sketching.svg
  20. BIN
      zabotay.png
  21. 108
      zabotay.svg

BIN
assets/CRC25.woff

Binary file not shown.

BIN
assets/CRC35.woff

Binary file not shown.

BIN
assets/CRC55.woff

Binary file not shown.

BIN
assets/CRC65.woff

Binary file not shown.

287
assets/css/style.css

@ -0,0 +1,287 @@
/*@font-face {
font-family: Circe;
src: url(/assets/CRC35.otf);
}
@font-face {
font-family: Circe;
src: url(/assets/CRC55.otf);
font-weight: bold;
}*/
@font-face {
font-family: 'Circe';
font-style: normal;
font-weight: normal;
src: local('Circe'), url('CRC55.woff') format('woff');
}
@font-face {
font-family: 'Circe Extra Light';
font-style: normal;
font-weight: normal;
src: local('Circe Extra Light'), url('CRC25.woff') format('woff');
}
@font-face {
font-family: 'Circe Light';
font-style: normal;
font-weight: normal;
src: local('Circe Light'), url('CRC35.woff') format('woff');
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Circe', sans-serif;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
p.text {
color: #000;
}
ul,
ol {
margin: 0px;
padding: 0px;
list-style-type: none;
}
p {
font-family: 'Comfortaa', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 26px;
margin: 0px;
}
.bg_cover {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 100%;
}
/*===== All Button Style =====*/
.main-btn {
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 0 25px;
font-size: 16px;
line-height: 48px;
border-radius: 8px;
border: 0;
color: #fff;
cursor: pointer;
z-index: 5;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
background: -webkit-gradient(linear, left top, right top, from(#33c8c1), color-stop(50%, #119bd2), to(#33c8c1));
background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
background-size: 200%;
}
.main-btn:hover {
color: #fff;
background-position: right center;
}
@media (max-width: 767px) {
.container {
padding-left: 20px;
padding-right: 20px;
}
}
/*===== All Section Title Style =====*/
.section-title .line {
background: -webkit-gradient(linear, left top, left bottom, from(#fe8464), to(#fe6e9a));
background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
width: 150px;
height: 5px;
margin-bottom: 10px !important;
}
.section-title .sub-title {
font-size: 18px;
font-weight: 400;
color: #361CC1;
text-transform: uppercase;
}
@media (max-width: 767px) {
.section-title .sub-title {
font-size: 16px;
}
}
.section-title .title {
font-size: 32px;
padding-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-title .title {
font-size: 30px;
}
}
@media (max-width: 767px) {
.section-title .title {
font-size: 24px;
}
}
.section-title .title span {
font-weight: 400;
display: contents;
}
/*===========================
SERVICES css
===========================*/
.single-services {
background-color: #fff;
-webkit-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
padding: 50px 30px;
border: 2px solid transparent;
border-radius: 8px;
}
@media (max-width: 767px) {
.single-services {
padding: 20px 20px 30px;
}
}
.single-services .services-icon {
display: inline-block;
position: relative;
}
.single-services .services-icon img {
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.single-services .services-icon .shape-1 {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.single-services .services-icon i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 34px;
color: #fff;
}
.single-services .services-content .services-title a {
font-size: 26px;
font-weight: 700;
color: #2E2E2E;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-services .services-content .services-title a {
font-size: 24px;
}
}
@media (max-width: 767px) {
.single-services .services-content .services-title a {
font-size: 20px;
}
}
.single-services .services-content .services-title a:hover {
color: #361CC1;
}
.single-services .services-content .text {
margin-top: 30px;
}
@media (max-width: 767px) {
.single-services .services-content .text {
margin-top: 20px;
}
}
.single-services .services-content .more {
margin-top: 30px;
font-size: 16px;
font-weight: 400;
color: #fe7a7b;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.single-services .services-content .more i {
margin-left: 10px;
font-size: 14px;
font-weight: 700;
}
.single-services .services-content .more:hover {
letter-spacing: 2px;
}
.single-services:hover {
border-color: #fe7a7b;
}
.single-services:hover .services-icon .shape {
-webkit-transform: rotate(25deg);
transform: rotate(25deg);
}

9
assets/images/services/services-shape-1.svg

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77.034" height="76.874" viewBox="0 0 77.034 76.874">
<defs>
<linearGradient id="linear-gradient" x1="0.5" x2="0.5" y2="1" gradientUnits="objectBoundingBox">
<stop offset="0" stop-color="#33c8c1"/>
<stop offset="1" stop-color="#119bd2"/>
</linearGradient>
</defs>
<path id="Path_7" data-name="Path 7" d="M44.629,1896.9c20.551-4.888,58.959,28.731,58.959,46.987s-53.043,34.067-67.837,28.142S24.078,1901.789,44.629,1896.9Z" transform="translate(-26.554 -1896.421)" fill="url(#linear-gradient)"/>
</svg>

After

Width:  |  Height:  |  Size: 624 B

9
assets/images/services/services-shape-2.svg

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77.034" height="76.874" viewBox="0 0 77.034 76.874">
<defs>
<linearGradient id="linear-gradient" x1="0.5" x2="0.5" y2="1" gradientUnits="objectBoundingBox">
<stop offset="0" stop-color="#fe8464"/>
<stop offset="1" stop-color="#fe6e9a"/>
</linearGradient>
</defs>
<path id="Path_7" data-name="Path 7" d="M44.629,1896.9c20.551-4.888,58.959,28.731,58.959,46.987s-53.043,34.067-67.837,28.142S24.078,1901.789,44.629,1896.9Z" transform="translate(-26.554 -1896.421)" fill="url(#linear-gradient)"/>
</svg>

After

Width:  |  Height:  |  Size: 624 B

9
assets/images/services/services-shape-3.svg

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77.034" height="76.874" viewBox="0 0 77.034 76.874">
<defs>
<linearGradient id="linear-gradient" x1="0.402" y1="-0.215" x2="0.5" y2="1" gradientUnits="objectBoundingBox">
<stop offset="0" stop-color="#361cc1"/>
<stop offset="1" stop-color="#2e82ef"/>
</linearGradient>
</defs>
<path id="Path_7" data-name="Path 7" d="M44.629,1896.9c20.551-4.888,58.959,28.731,58.959,46.987s-53.043,34.067-67.837,28.142S24.078,1901.789,44.629,1896.9Z" transform="translate(-26.554 -1896.421)" fill="url(#linear-gradient)"/>
</svg>

After

Width:  |  Height:  |  Size: 638 B

9
assets/images/services/services-shape.svg

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="119.036" height="118.984" viewBox="0 0 119.036 118.984">
<defs>
<linearGradient id="linear-gradient" x1="0.5" x2="0.5" y2="1" gradientUnits="objectBoundingBox">
<stop offset="0" stop-color="#33c8c1"/>
<stop offset="1" stop-color="#119bd2"/>
</linearGradient>
</defs>
<path id="Path_8" data-name="Path 8" d="M20.207.537c22.975-5.465,65.915,32.12,65.915,52.53s-59.3,38.087-75.84,31.462S-2.768,6,20.207.537Z" transform="matrix(0.839, 0.545, -0.545, 0.839, 46.808, 0)" opacity="0.15" fill="url(#linear-gradient)"/>
</svg>

After

Width:  |  Height:  |  Size: 643 B

340
climbing_mountain.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 109 KiB

1
collab.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

228
exams.svg

@ -0,0 +1,228 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="596.88227"
height="400.00144"
viewBox="0 0 596.88227 400.00144"
version="1.1"
id="svg84"
sodipodi:docname="exams.svg"
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs88" />
<sodipodi:namedview
id="namedview86"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="0.8173445"
inkscape:cx="1.2234743"
inkscape:cy="290.57515"
inkscape:window-width="931"
inkscape:window-height="986"
inkscape:window-x="20"
inkscape:window-y="70"
inkscape:window-maximized="1"
inkscape:current-layer="g16" />
<g
id="g16">
<path
d="M105.784,308.73563c-.8443-1.42365-4.49683,.10068-5.16833-1.19135-.66913-1.28735,2.72449-3.24887,4.66333-7.7298,.34967-.80807,2.55298-5.90033,.92188-7.47162-3.09174-2.97836-17.23962,9.31259-22.19073,5.29041-1.08661-.88269-1.8457-2.64484-5.13428-5.50583-1.30829-1.13815-2.09937-1.65204-2.86499-1.46085-1.08636,.27127-1.17242,1.72522-2.33734,4.58398-1.74701,4.28729-2.78027,4.02841-3.79816,7.44897-.75562,2.53925-.58301,4.01553-1.47217,4.30313-1.25824,.40701-2.41638-2.28632-4.01099-2.04517-1.6272,.24612-2.61096,3.38205-2.92169,5.72998-.58313,4.40607,1.03497,7.31348,1.93182,10.37064,.97461,3.32236,1.55304,8.37494-.69769,15.52759l-22.27719,62.76614c4.91812-12.87943,19.15842-48.18536,25.14218-61.3053,1.72742-3.78745,3.6347-7.62909,7.55096-9.14526,3.77045-1.45978,8.94867-.58823,15.55029-2.17862,.771-.1857,2.91052-.73007,3.17981-1.98849,.22266-1.04037-1.03583-1.62109-.84247-2.59549,.25934-1.30701,2.73413-1.32306,5.77533-2.83096,2.14447-1.06332,3.48047-2.32785,4.62933-3.41531,.34637-.32785,5.49512-5.26166,4.37115-7.1568h-.00006Z"
fill="#f2f2f2"
id="path2" />
<path
d="M18.13889,341.77836c-.94235,.0036-1.24805,2.23611-2.07593,2.1929-.82492-.04303-.80847-2.2746-2.4483-4.5191-.29572-.40475-2.1593-2.95547-3.40115-2.60825-2.35385,.65808-.4035,11.14828-3.80618,12.41782-.74673,.27863-1.83066,.14276-4.18369,.93134-.9361,.31372-1.41656,.55371-1.54364,.98465-.1803,.61145,.50845,1.07324,1.57544,2.46979,1.60016,2.09445,1.17496,2.52692,2.56009,4.01343,1.02826,1.10352,1.80264,1.44476,1.68723,1.96414-.16327,.73499-1.81934,.52631-2.16107,1.37851-.34869,.86966,.90659,2.25729,1.9693,3.08725,1.99429,1.5575,3.88812,1.6022,5.64737,2.04413,1.91183,.48026,4.55859,1.65421,7.41974,4.82266l24.37836,29.04382c-4.90228-6.12997-18.12189-23.30609-22.83472-30.0285-1.3605-1.94061-2.69568-3.98517-2.30984-6.34479,.37143-2.27176,2.29327-4.56177,3.41748-8.26077,.13132-.43201,.48145-1.63916-.05847-2.13443-.44638-.40945-1.09451,.04068-1.51697-.33539-.56665-.50443,.13953-1.72369,.27689-3.6514,.09686-1.35931-.13831-2.37988-.34055-3.25754-.06097-.26459-.99695-4.21518-2.25137-4.21036v.00009Z"
fill="#f2f2f2"
id="path4" />
<path
d="M36.93851,345.99845l-.56775-5.06818,.2594-.38422c1.20035-1.77667,1.81216-3.51175,1.81949-5.15872,.00122-.26184-.01102-.52371-.02325-.79044-.04895-1.05719-.11011-2.37134,.5751-3.90329,.38422-.85406,1.46344-2.83142,3.08594-2.5867,.43683,.06119,.76721,.26184,1.01804,.49677,.03671-.05872,.07465-.11746,.11502-.18109,.50534-.77087,.90546-1.10123,1.29089-1.41937,.29611-.24472,.60202-.49677,1.08167-1.0939,.21045-.26184,.37442-.49188,.5127-.68521,.41971-.58487,.96786-1.28235,1.93451-1.27011,1.03271,.04895,1.57355,.90302,1.93207,1.46832,.63995,1.00824,.92993,1.73508,1.12204,2.21716,.06976,.17621,.14929,.37442,.18967,.43561,.33282,.48944,3.03824,.0318,4.05746-.13461,2.28937-.38177,4.27039-.71213,5.08655,.73172,.5849,1.03271,.15051,2.39825-1.33008,4.1676-.4613,.55063-.95197,.96909-1.38757,1.29703,.36096,.21536,.68396,.54572,.81494,1.06454h0c.30835,1.22849-.74762,2.45944-3.13733,3.66348-.59344,.30099-1.39246,.70236-2.51205,.89569-.52737,.09055-1.00214,.11258-1.40836,.12482-.00858,.23492-.06363,.48944-.20679,.75128-.41971,.77087-1.29333,1.13794-2.60995,1.04984-1.44876-.07587-2.64175-.35239-3.69406-.59467-.91891-.21045-1.7106-.3891-2.33218-.3475-1.15262,.09299-2.04099,1.01559-3.08347,2.21228l-2.6026,3.04187h-.00003Z"
fill="#f2f2f2"
id="path6" />
<path
d="M39.5722,315.82252l-4.75842,1.83472-.43744-.15347c-2.02304-.71045-3.85654-.86215-5.45151-.45148-.2536,.06525-.50378,.14349-.7587,.22299-1.01019,.31549-2.26587,.70801-3.92151,.43378-.92361-.155-3.11002-.69739-3.28485-2.32889-.05161-.43805,.05869-.80853,.22232-1.11075-.06613-.0206-.13257-.04239-.20435-.06531-.87384-.2933-1.29489-.59653-1.70041-.88867-.31183-.22437-.63324-.45633-1.33249-.76883-.30667-.13715-.57077-.2374-.79285-.32211-.67221-.2576-1.4859-.61096-1.71924-1.5491-.2146-1.01135,.47437-1.75113,.93024-2.24133,.81296-.87476,1.44244-1.33963,1.86005-1.64774,.15274-.11215,.32431-.23938,.37326-.29395,.38901-.44608-.73987-2.94693-1.15936-3.89062-.94998-2.11765-1.77203-3.95007-.5824-5.10577,.85059-.8277,2.28165-.75391,4.36868,.22946,.64963,.30655,1.17886,.67502,1.60657,1.01321,.11676-.40378,.35437-.80005,.82303-1.05829h0c1.11011-.60986,2.56863,.09933,4.33945,2.10547,.44168,.49768,1.03259,1.16876,1.50357,2.2027,.22134,.48715,.36307,.9408,.47797,1.33066,.22943-.0513,.48956-.06259,.77917,.00946,.85211,.21045,1.4288,.9624,1.67752,2.2583,.2941,1.42062,.32922,2.64474,.36179,3.72409,.02951,.94226,.0575,1.75336,.25543,2.34406,.38232,1.09134,1.50006,1.71661,2.92206,2.42148l3.60254,1.74591-.00012,.00003Z"
fill="#f2f2f2"
id="path8" />
<path
d="M36.93851,300.89152l-.56775-5.06818,.2594-.38422c1.20035-1.77667,1.81216-3.51175,1.81949-5.15872,.00122-.26184-.01102-.52371-.02325-.79044-.04895-1.05719-.11011-2.37134,.5751-3.90329,.38422-.85406,1.46344-2.83142,3.08594-2.5867,.43683,.06119,.76721,.26184,1.01804,.49677,.03671-.05872,.07465-.11746,.11502-.18109,.50534-.77087,.90546-1.10123,1.29089-1.41937,.29611-.24472,.60202-.49677,1.08167-1.0939,.21045-.26184,.37442-.49188,.5127-.68521,.41971-.58487,.96786-1.28235,1.93451-1.27011,1.03271,.04895,1.57355,.90302,1.93207,1.46832,.63995,1.00824,.92993,1.73508,1.12204,2.21716,.06976,.17621,.14929,.37442,.18967,.43561,.33282,.48944,3.03824,.0318,4.05746-.13461,2.28937-.38177,4.27039-.71213,5.08655,.73172,.5849,1.03271,.15051,2.39825-1.33008,4.1676-.4613,.55063-.95197,.96909-1.38757,1.29703,.36096,.21536,.68396,.54572,.81494,1.06454h0c.30835,1.22849-.74762,2.45944-3.13733,3.66348-.59344,.30099-1.39246,.70236-2.51205,.89569-.52737,.09055-1.00214,.11258-1.40836,.12482-.00858,.23492-.06363,.48944-.20679,.75128-.41971,.77087-1.29333,1.13794-2.60995,1.04984-1.44876-.07587-2.64175-.35239-3.69406-.59467-.91891-.21045-1.7106-.3891-2.33218-.3475-1.15262,.09299-2.04099,1.01559-3.08347,2.21228l-2.6026,3.04187h-.00003Z"
fill="#f2f2f2"
id="path10" />
<path
d="M42.12415,399.26926l-1.0621-.66565-.25696-1.22604,.25696,1.22604-1.23828,.14194c-.01959-.11502-.08688-.37933-.18842-.79291-.55429-2.26611-2.24408-9.16235-3.65369-20.02304-.9838-7.58145-1.54053-15.37579-1.65555-23.17017-.11502-7.80658,.25452-13.71661,.55063-18.46661,.22391-3.5827,.49557-6.99411,.7623-10.31744,.70969-8.87848,1.379-17.26505,.88098-26.54974-.11011-2.07278-.3414-6.38721-2.862-10.97818-1.46222-2.66257-3.47626-5.02655-5.98709-7.02347l1.56131-1.96265c2.77145,2.20737,4.99963,4.8259,6.62338,7.78214,2.79471,5.09018,3.04678,9.79129,3.16791,12.05005,.50656,9.44867-.17007,17.91602-.88712,26.88013-.26431,3.31107-.53595,6.70779-.75864,10.27582-.29367,4.70599-.65952,10.56458-.54572,18.27084,.11258,7.70135,.66318,15.40027,1.63351,22.88629,1.39246,10.72366,3.0578,17.51712,3.60474,19.74896,.29123,1.1918,.35239,1.44141,.05383,1.91373v-.00003Z"
fill="#f2f2f2"
id="path12" />
<path
d="M23.07507,285.40561c-.10278,0-.20679-.00244-.31201-.0098-2.13397-.11502-4.11008-1.39246-5.87451-3.79562-.82715-1.13062-1.25052-2.42029-2.09482-4.99231-.13092-.39645-.76721-2.40805-1.15387-5.17584-.2533-1.8085-.22147-2.56467,.13705-3.23276,.39767-.74396,1.04129-1.26276,1.76566-1.6127-.0318-.23984-.00613-.487,.0979-.73907,.42703-1.04495,1.56253-.9079,2.17679-.84183,.31079,.03915,.69867,.09055,1.11716,.06851,.65829-.0318,1.01193-.2276,1.54785-.52127,.5127-.28143,1.15018-.63138,2.09604-.82471,1.86478-.3891,3.42731,.1395,3.94244,.31323,2.71027,.90302,4.04645,3.01007,5.59308,5.44992,.30835,.48944,1.36676,2.271,2.06543,4.71332,.50412,1.76199,.43317,2.5451,.28143,3.12753-.30835,1.19669-1.03638,1.8819-2.88525,3.39429-1.93085,1.58334-2.89993,2.37625-3.73199,2.85834-1.93695,1.11838-3.15323,1.82071-4.76837,1.82071v.00006Z"
fill="#f2f2f2"
id="path14" />
</g>
<path
d="M583.04004,398.1298h0c0,.46393-.3761,.84003-.84003,.84003H0v-1.68005H582.20001c.46393,0,.84003,.3761,.84003,.84003Z"
fill="#e6e6e6"
id="path18" />
<g
id="g80">
<g
id="g26">
<path
d="M414.96682,132.5955s-31.33897,3.76915-26.05277-21.00919c5.2862-24.77834,35.25881-70.54535,35.25881-70.54535l17.00859,9.53851-19.52722,46.15779,8.40622,6.63181-15.09364,29.22643Z"
fill="#a0616a"
id="path20"
style="fill:#ffb6b6;fill-opacity:1" />
<polygon
points="517.66573 102.42983 513.24966 138.74997 402.59181 138.20808 424.81643 99.58298 517.66573 102.42983"
fill="#6c63ff"
id="polygon22" />
<ellipse
cx="440.85699"
cy="35.06005"
rx="21.06187"
ry="13.5883"
transform="translate(155.69476 373.09347) rotate(-54.39629)"
fill="#a0616a"
id="ellipse24"
style="fill:#ffb6b6;fill-opacity:1" />
</g>
<rect
x="431.61058"
y="316.31639"
width="157.6243"
height="6.79415"
transform="translate(190.70926 830.1362) rotate(-90)"
fill="#3f3d56"
id="rect28" />
<rect
x="398.99866"
y="316.31639"
width="157.6243"
height="6.79415"
transform="translate(158.09734 797.52427) rotate(-90)"
fill="#3f3d56"
id="rect30" />
<rect
x="166.6387"
y="266.71909"
width="256.8189"
height="6.79415"
transform="translate(24.93198 565.16431) rotate(-90)"
fill="#e6e6e6"
id="rect32" />
<rect
x="325.62183"
y="316.31639"
width="157.6243"
height="6.79415"
transform="translate(84.72051 724.14744) rotate(-90)"
fill="#3f3d56"
id="rect34" />
<rect
x="299.62183"
y="316.31639"
width="157.6243"
height="6.79415"
transform="translate(58.72051 698.14744) rotate(-90)"
fill="#3f3d56"
id="rect36" />
<polygon
points="500.91092 237.50424 369.70891 237.50424 344.54053 273.20391 475.09315 280.98681 500.91092 237.50424"
fill="#3f3d56"
id="polygon38" />
<g
id="g48">
<g
id="g44">
<polygon
points="260.66666 115.36171 261.26265 89.47203 182.07728 95.56279 181.67228 113.10615 260.66666 115.36171"
fill="#a0616a"
id="polygon40"
style="fill:#ffb6b6;fill-opacity:1" />
<path
d="M207.07437,92.46955l-3.78719,9.11165-5.43919,.17362s6.36837,1.95019,8.13752,13.52248l-5.22601,1.56658s-5.01887,4.6825-14.40099,4.22827l-25.15515-2.10423-.09672-8.76942,17.38598-2.00915s3.87391-2.54864-15.30346-13.02688c0,0-6.35277-3.88484-.63926-23.06835,.78528-2.63665,3.15738-4.53039,5.90784-4.58993,1.51788-.03286,2.94026,.51243,3.50805,2.39783,1.44528,4.79918-.01711,9.58351,3.95477,12.57926,3.97188,2.99575,31.15379,9.98828,31.15379,9.98828Z"
fill="#2f2e41"
id="path42" />
</g>
<path
d="M491.0918,214.34041s-27.32187,46.46931-89.14535,38.09463c-14.7122-1.99293-27.65606-10.73997-35.03029-23.62568-14.25315-24.90592-35.8964-68.51528-28.8797-93.20879l-104.56203-19.95639-8.23844-25.39382,113.16264-14.69994c10.00962-1.30026,19.81473,3.56733,24.83043,12.32666l55.12437,96.26836,16.43321,1.79434,56.30516,28.40061Z"
fill="#2f2e41"
id="path46" />
</g>
<g
id="g58">
<g
id="g54">
<polygon
points="262.73092 125.96005 261.24209 100.10635 182.80342 112.54799 183.81113 130.06707 262.73092 125.96005"
fill="#a0616a"
id="polygon50"
style="fill:#ffb6b6;fill-opacity:1" />
<path
d="M207.47062,107.45371l-3.04186,9.3868-5.40759,.61065s6.50462,1.43152,9.19906,12.82397l-5.08303,1.98194s-4.62589,5.0711-14.01413,5.37315l-25.2429-.07362-.80193-8.73321,17.16798-3.40137s3.65631-2.85204-16.30189-11.75346c0,0-6.64472-3.36115-2.49309-22.94215,.57062-2.69128,2.78266-4.76972,5.51942-5.05035,1.51032-.15487,2.97196,.27422,3.68959,2.10782,1.8267,4.66735,.75396,9.55382,4.95398,12.22032,4.20002,2.6665,31.85638,7.44951,31.85638,7.44951Z"
fill="#2f2e41"
id="path52" />
</g>
<path
d="M500.37217,206.07971s-23.49475,48.51678-85.79159,45.14308c-14.82484-.80284-28.43047-8.48017-36.81747-20.73083-16.21068-23.67849-41.29224-65.40525-36.28493-90.58322l-105.82863-11.47946-10.25472-24.6487,111.61318-23.75647c9.87257-2.10134,20.0375,1.96163,25.74164,10.28905l62.69068,91.52143,16.5243,.46643,58.40753,23.77868Z"
fill="#2f2e41"
id="path56" />
</g>
<polygon
points="428.75383 1.20638 423.31851 5.28287 451.85394 44.68895 457.28926 43.33012 428.75383 1.20638"
fill="#3f3d56"
id="polygon60" />
<path
d="M502.94916,88.71234l31.25309-1.35883,13.5883,61.14736s-28.53543,107.34758-62.50619,103.27109c0,0-21.06187-15.62655-21.06187-21.06187s-28.53543-19.02362-28.53543-19.02362l-6.79415-23.10011,20.38245-31.25309s8.15298-24.45894,35.32958-38.04724l18.34421-30.57368Z"
fill="#6c63ff"
id="path62" />
<polygon
points="324.263 136.27139 46.38222 136.27139 46.38222 143.06554 182.26524 143.06554 182.26524 398.52562 189.05939 398.52562 189.05939 143.06554 324.263 143.06554 324.263 136.27139"
fill="#e6e6e6"
id="polygon64" />
<circle
cx="519.25513"
cy="46.5886"
r="36.68841"
fill="#a0616a"
id="circle66"
style="fill:#ffb6b6;fill-opacity:1" />
<polygon
points="391.3325 93.46824 365.70732 103.65947 415.98403 170.24215 433.64883 156.65385 391.3325 93.46824"
fill="#e6e6e6"
id="polygon68" />
<g
id="g76">
<path
d="M491.39911,221.19828s-9.51181,30.09755-29.89426,15.04878-49.6829-61.249-49.6829-61.249l15.71214-11.55006,33.97075,36.84891,9.51181-4.9164,20.38245,25.81777Z"
fill="#a0616a"
id="path70"
style="fill:#ffb6b6;fill-opacity:1" />
<polygon
points="506.34624 115.20953 537.59933 134.23315 491.39911 234.78658 461.50484 194.02168 506.34624 115.20953"
fill="#6c63ff"
id="polygon72" />
<ellipse
cx="413.26637"
cy="157.33326"
rx="13.5883"
ry="21.06187"
transform="translate(-23.29944 227.71185) rotate(-30)"
fill="#a0616a"
id="ellipse74"
style="fill:#ffb6b6;fill-opacity:1" />
</g>
<path
d="M523.26742,157.67032c9.41564-30.86861,19.5205-40.63736,30.14416-34.52121,8.08619,4.6553,10.51999,15.25182,5.78108,23.28929-12.07934,20.48726-36.96979,67.42799-31.78455,98.53941,0,0,8.15298,43.48257-57.07087,43.48257-65.22385,0-127.73004-14.94713-127.73004-14.94713l33.97075-5.43532,77.25352,5.51811c17.65052,1.26075,32.52653-13.84164,30.16854-31.37932-.07784-.57894-.17017-1.16431-.27776-1.75599-3.8732-21.30068,39.54517-82.7904,39.54517-82.7904Z"
fill="#3f3d56"
id="path78" />
</g>
<path
d="M505.50427,31.37969c-2.99707,8.3918,3.58842,17.10565,12.47961,16.51291l.21178-.01412h.00001c5.97688,7.47111,6.14197,18.03956,.40137,25.6937h0c-.47159,9.86528,1.0738,19.72308,4.54168,28.97076l9.74351,25.98268,15-7,7.11846,18.99999,41.88158-21.57536-25.38278-57.11125-7.74611-30.98443c-5.511-22.04398-27.99717-35.31264-49.95805-29.47928l-16.84879,4.47546c-13.31103,3.53574-20.97242,17.47213-16.82506,30.60546v.00002l25.38278-5.07656"
fill="#2f2e41"
id="path82" />
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

1
exams_black.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

BIN
hero.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

340
hero.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 109 KiB

679
index.html

@ -0,0 +1,679 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>
Заботай!
</title>
<meta name="description" content="Сервис для подготовки школьников к олимпиадам" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<link rel="stylesheet" href="https://unpkg.com/tailwindcss@2.2.19/dist/tailwind.min.css"/>
<!--Replace with your tailwind.css once created-->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/style.css" />
<!-- Define your gradient here - use online tools to find a gradient matching your branding-->
<style>
.gradient {
background: linear-gradient(90deg, #d53369 0%, #6f51da 100%);
}
</style>
</head>
<body class="leading-normal tracking-normal text-white gradient" style="font-family: 'Source Sans Pro', sans-serif;">
<!--Nav-->
<nav id="header" class="fixed w-full z-30 top-0 text-white">
<div class="w-full container mx-auto flex flex-wrap items-center justify-between mt-0 py-2">
<div class="pl-4 flex items-center">
<a class="toggleColour text-white no-underline hover:no-underline font-bold text-2xl lg:text-4xl" href="#">
<!--Icon from: http://www.potlabicons.com/ -->
<svg class="h-8 fill-current inline" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512.005 512.005">
<rect fill="#2a2a31" x="16.539" y="425.626" width="479.767" height="50.502" transform="matrix(1,0,0,1,0,0)" />
<path
class="plane-take-off"
d=" M 510.7 189.151 C 505.271 168.95 484.565 156.956 464.365 162.385 L 330.156 198.367 L 155.924 35.878 L 107.19 49.008 L 211.729 230.183 L 86.232 263.767 L 36.614 224.754 L 0 234.603 L 45.957 314.27 L 65.274 347.727 L 105.802 336.869 L 240.011 300.886 L 349.726 271.469 L 483.935 235.486 C 504.134 230.057 516.129 209.352 510.7 189.151 Z "
/>
</svg>
Заботай!
</a>
</div>
<div class="block lg:hidden pr-4">
<button id="nav-toggle" class="flex items-center p-1 text-pink-800 hover:text-gray-900 focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out">
<svg class="fill-current h-6 w-6" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<title>Menu</title>
<path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z" />
</svg>
</button>
</div>
<div class="w-full flex-grow lg:flex lg:items-center lg:w-auto hidden mt-2 lg:mt-0 bg-white lg:bg-transparent text-black p-4 lg:p-0 z-20" id="nav-content">
<ul class="list-reset lg:flex justify-end flex-1 items-center">
<!--li class="mr-3">
<a class="inline-block py-2 px-4 text-black font-bold no-underline" href="#">Active</a>
</li>
<li class="mr-3">
<a class="inline-block text-black no-underline hover:text-gray-800 hover:text-underline py-2 px-4" href="#">link</a>
</li>
<li class="mr-3">
<a class="inline-block text-black no-underline hover:text-gray-800 hover:text-underline py-2 px-4" href="#">link</a>
</li-->
</ul>
<button
id="navAction"
class="mx-auto lg:mx-0 hover:underline bg-white text-gray-800 font-bold rounded-full mt-4 lg:mt-0 py-4 px-8 shadow opacity-75 focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out"
>
Зарегистрироваться
</button>
</div>
</div>
<hr class="border-b border-gray-100 opacity-25 my-0 py-0" />
</nav>
<!--Hero-->
<div class="pt-24">
<div class="container px-3 mx-auto flex flex-wrap flex-col md:flex-row items-center">
<!--Left Col-->
<div class="flex flex-col w-full md:w-2/5 justify-center items-start text-center md:text-left">
<!--p class="uppercase tracking-loose w-full">What business are you?</p-->
<h1 class="my-4 text-5xl font-bold leading-tight">
Подготовься к олимпиадам
</h1>
<p class="leading-normal text-2xl mb-8">
Покажи всем, на что ты способен!
Используй наш сервис для подготовки к олимпиадам по физике, чтобы побеждать
</p>
<button class="mx-auto lg:mx-0 hover:underline bg-white text-gray-800 font-bold rounded-full my-6 py-4 px-8 shadow-lg focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out">
Заботать
</button>
</div>
<!--Right Col-->
<div class="w-full md:w-3/5 py-6 text-center">
<img class="w-full md:w-4/5 z-50" src="hero.svg" />
</div>
</div>
</div>
<div class="relative -mt-12 lg:-mt-24">
<svg viewBox="0 0 1428 174" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-2.000000, 44.000000)" fill="#FFFFFF" fill-rule="nonzero">
<path d="M0,0 C90.7283404,0.927527913 147.912752,27.187927 291.910178,59.9119003 C387.908462,81.7278826 543.605069,89.334785 759,82.7326078 C469.336065,156.254352 216.336065,153.6679 0,74.9732496" opacity="0.100000001"></path>
<path
d="M100,104.708498 C277.413333,72.2345949 426.147877,52.5246657 546.203633,45.5787101 C666.259389,38.6327546 810.524845,41.7979068 979,55.0741668 C931.069965,56.122511 810.303266,74.8455141 616.699903,111.243176 C423.096539,147.640838 250.863238,145.462612 100,104.708498 Z"
opacity="0.100000001"
></path>
<path d="M1046,51.6521276 C1130.83045,29.328812 1279.08318,17.607883 1439,40.1656806 L1439,120 C1271.17211,77.9435312 1140.17211,55.1609071 1046,51.6521276 Z" id="Path-4" opacity="0.200000003"></path>
</g>
<g transform="translate(-4.000000, 76.000000)" fill="#FFFFFF" fill-rule="nonzero">
<path
d="M0.457,34.035 C57.086,53.198 98.208,65.809 123.822,71.865 C181.454,85.495 234.295,90.29 272.033,93.459 C311.355,96.759 396.635,95.801 461.025,91.663 C486.76,90.01 518.727,86.372 556.926,80.752 C595.747,74.596 622.372,70.008 636.799,66.991 C663.913,61.324 712.501,49.503 727.605,46.128 C780.47,34.317 818.839,22.532 856.324,15.904 C922.689,4.169 955.676,2.522 1011.185,0.432 C1060.705,1.477 1097.39,3.129 1121.236,5.387 C1161.703,9.219 1208.621,17.821 1235.4,22.304 C1285.855,30.748 1354.351,47.432 1440.886,72.354 L1441.191,104.352 L1.121,104.031 L0.457,34.035 Z"
></path>
</g>
</g>
</svg>
</div>
<section class="bg-white border-b py-8">
<div class="container max-w-5xl mx-auto m-8">
<!--h1 class="w-full my-2 text-5xl font-bold leading-tight text-center text-gray-800">
Title
</h1>
<div class="w-full mb-4">
<div class="h-1 mx-auto gradient w-64 opacity-25 my-0 py-0 rounded-t"></div>
</div-->
<div class="flex flex-wrap">
<div class="w-5/6 sm:w-1/2 p-6">
<h3 class="text-3xl text-gray-800 font-bold leading-none mb-3">
Решай где хочешь и когда хочешь
</h3>
<p class="text-gray-600 mb-8">
Готовься в комфортном тебе темпе. Главное - это регулярность!
</p>
</div>
<div class="w-full sm:w-1/2 p-6">
<image class="w-full sm:h-64 mx-auto" src="exams.svg"/>
</div>
</div>
<div class="flex flex-wrap flex-col-reverse sm:flex-row">
<div class="w-full sm:w-1/2 p-6 mt-6">
<image class="w-5/6 sm:h-64 mx-auto" src="peer-help.svg"/>
</div>
<div class="w-full sm:w-1/2 p-6 mt-6">
<div class="align-middle">
<h3 class="text-3xl text-gray-800 font-bold leading-none mb-3">
Получи доступ к сообществу умных и мотивированных людей
</h3>
<p class="text-gray-600 mb-8">
</p>
</div>
</div>
</div>
<div class="flex flex-wrap">
<div class="w-5/6 sm:w-1/2 p-6">
<h3 class="text-3xl text-gray-800 font-bold leading-none mb-3">
Получай советы от опытных преподавателей
</h3>
<p class="text-gray-600 mb-8">
Отправляй задачи на проверку и получай результаты, а также темы, которые нужно изучать именно тебе
</p>
</div>
<div class="w-full sm:w-1/2 p-6">
<image class="w-full sm:h-64 mx-auto" src="collab.svg"/>
</div>
</div>
</div>
</section>
<section class="bg-white border-b py-8" style="display: none">
<div class="container mx-auto flex flex-wrap pt-4 pb-12">
<h1 class="w-full my-2 text-5xl font-bold leading-tight text-center text-gray-800">
Кто вы?
</h1>
<div class="w-full mb-4">
<div class="h-1 mx-auto gradient w-64 opacity-25 my-0 py-0 rounded-t"></div>
</div>
<div class="w-full md:w-1/3 p-6 flex flex-col flex-grow flex-shrink">
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow">
<a href="#" class="flex flex-wrap no-underline hover:no-underline">
<p class="w-full text-gray-600 text-xs md:text-sm px-6">
xGETTING STARTED
</p>
<div class="w-full font-bold text-xl text-gray-800 px-6">
Lorem ipsum dolor sit amet.
</div>
<p class="text-gray-800 text-base px-6 mb-5">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam at ipsum eu nunc commodo posuere et sit amet ligula.
</p>
</a>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow p-6">
<div class="flex items-center justify-start">
<button class="mx-auto lg:mx-0 hover:underline gradient text-white font-bold rounded-full my-6 py-4 px-8 shadow-lg focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out">
Action
</button>
</div>
</div>
</div>
<div class="w-full md:w-1/3 p-6 flex flex-col flex-grow flex-shrink">
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow">
<a href="#" class="flex flex-wrap no-underline hover:no-underline">
</p>
<div class="w-full font-bold text-xl text-gray-800 px-6">
Ученик
</div>
<p class="text-gray-800 text-base px-6 mb-5">
У которого есть шанс поступить в топовый ВУЗ без ЕГЭ, показать всем и, самое главное, себе, на что ты способен.
</p>
</a>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow p-6">
<div class="flex items-center justify-center">
<button class="mx-auto lg:mx-0 hover:underline gradient text-white font-bold rounded-full my-6 py-4 px-8 shadow-lg focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out">
Заботать
</button>
</div>
</div>
</div>
<div class="w-full md:w-1/3 p-6 flex flex-col flex-grow flex-shrink">
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow">
<a href="#" class="flex flex-wrap no-underline hover:no-underline">
<p class="w-full text-gray-600 text-xs md:text-sm px-6">
xGETTING STARTED
</p>
<div class="w-full font-bold text-xl text-gray-800 px-6">
Lorem ipsum dolor sit amet.
</div>
<p class="text-gray-800 text-base px-6 mb-5">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam at ipsum eu nunc commodo posuere et sit amet ligula.
</p>
</a>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow p-6">
<div class="flex items-center justify-end">
<button class="mx-auto lg:mx-0 hover:underline gradient text-white font-bold rounded-full my-6 py-4 px-8 shadow-lg focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out">
Action
</button>
</div>
</div>
</div>
</div>
</section>
<svg class="wave-top" viewBox="0 0 1439 147" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-1.000000, -14.000000)" fill-rule="nonzero">
<g class="wave" fill="#f8fafc">
<path
d="M1440,84 C1383.555,64.3 1342.555,51.3 1317,45 C1259.5,30.824 1206.707,25.526 1169,22 C1129.711,18.326 1044.426,18.475 980,22 C954.25,23.409 922.25,26.742 884,32 C845.122,37.787 818.455,42.121 804,45 C776.833,50.41 728.136,61.77 713,65 C660.023,76.309 621.544,87.729 584,94 C517.525,105.104 484.525,106.438 429,108 C379.49,106.484 342.823,104.484 319,102 C278.571,97.783 231.737,88.736 205,84 C154.629,75.076 86.296,57.743 0,32 L0,0 L1440,0 L1440,84 Z"
></path>
</g>
<g transform="translate(1.000000, 15.000000)" fill="#FFFFFF">
<g transform="translate(719.500000, 68.500000) rotate(-180.000000) translate(-719.500000, -68.500000) ">
<path d="M0,0 C90.7283404,0.927527913 147.912752,27.187927 291.910178,59.9119003 C387.908462,81.7278826 543.605069,89.334785 759,82.7326078 C469.336065,156.254352 216.336065,153.6679 0,74.9732496" opacity="0.100000001"></path>
<path
d="M100,104.708498 C277.413333,72.2345949 426.147877,52.5246657 546.203633,45.5787101 C666.259389,38.6327546 810.524845,41.7979068 979,55.0741668 C931.069965,56.122511 810.303266,74.8455141 616.699903,111.243176 C423.096539,147.640838 250.863238,145.462612 100,104.708498 Z"
opacity="0.100000001"
></path>
<path d="M1046,51.6521276 C1130.83045,29.328812 1279.08318,17.607883 1439,40.1656806 L1439,120 C1271.17211,77.9435312 1140.17211,55.1609071 1046,51.6521276 Z" opacity="0.200000003"></path>
</g>
</g>
</g>
</g>
</svg>
<section id="features" class="grid services-area pt-120 place-items-center" style="margin-bottom: 5rem">
<div class="container">
<div class="row place-items-center">
<div class="col-lg-10">
<div class="section-title text-center pb-10">
<div class="line m-auto"></div>
<h3 class="title" style="color: white">
Как мы поможем?
</h3>
</div>
<!-- section title -->
</div>
</div>
<!-- row -->
<div class="flex columns-3 gap-8 place-items-center">
<div class="w-full">
<div
class="single-services text-center mt-30 wow fadeIn"
data-wow-duration="1s"
data-wow-delay="0.2s"
>
<div class="services-icon">
<img
class="shape"
src="assets/images/services/services-shape.svg"
alt="shape"
/>
<img
class="shape-1"
src="assets/images/services/services-shape-1.svg"
alt="shape"
/>
<i class="lni lni-baloon"> </i>
</div>
<div class="services-content mt-30">
<h4 class="services-title">
<a href="javascript:void(0)">Огромная база задач</a>
</h4>
<p class="text">
-
</p>
<a class="more" href="javascript:void(0)"
>Learn More <i class="lni lni-chevron-right"> </i>
</a>
</div>
</div>
<!-- single services -->
</div>
<div class="w-full">
<div
class="single-services text-center mt-30 wow fadeIn"
data-wow-duration="1s"
data-wow-delay="0.5s"
>
<div class="services-icon">
<img
class="shape"
src="assets/images/services/services-shape.svg"
alt="shape"
/>
<img
class="shape-1"
src="assets/images/services/services-shape-2.svg"
alt="shape"
/>
<i class="lni lni-cog"> </i>
</div>
<div class="services-content mt-30">
<h4 class="services-title">
<a href="javascript:void(0)">Узнай, что полезнее всего изучать именно тебе именно сейчас</a>
</h4>
<p class="text">
Lorem ipsum dolor sit amet,consetetur sadipscing elitr,
seddiam nonu eirmod tempor invidunt labore.
</p>
<a class="more" href="javascript:void(0)"
>Learn More <i class="lni lni-chevron-right"> </i>
</a>
</div>
</div>
<!-- single services -->
</div>
<div class="w-full">
<div
class="single-services text-center mt-30 wow fadeIn"
data-wow-duration="1s"
data-wow-delay="0.8s"
>
<div class="services-icon">
<img
class="shape"
src="assets/images/services/services-shape.svg"
alt="shape"
/>
<img
class="shape-1"
src="assets/images/services/services-shape-3.svg"
alt="shape"
/>
<i class="lni lni-bolt-alt"> </i>
</div>
<div class="services-content mt-30">
<h4 class="services-title">
<a href="javascript:void(0)">Соревнуйся с другими</a>
</h4>
<p class="text">
Lorem ipsum dolor sit amet,consetetur sadipscing elitr,
seddiam nonu eirmod tempor invidunt labore.
</p>
<a class="more" href="javascript:void(0)"
>Learn More <i class="lni lni-chevron-right"> </i>
</a>
</div>
</div>
<!-- single services -->
</div>
</div>
<!-- row -->
</div>
<!-- container -->
</section>
<div class="relative -mt-12 lg:-mt-24">
<svg viewBox="0 0 1428 174" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-2.000000, 44.000000)" fill="#FFFFFF" fill-rule="nonzero">
<path d="M0,0 C90.7283404,0.927527913 147.912752,27.187927 291.910178,59.9119003 C387.908462,81.7278826 543.605069,89.334785 759,82.7326078 C469.336065,156.254352 216.336065,153.6679 0,74.9732496" opacity="0.100000001"></path>
<path
d="M100,104.708498 C277.413333,72.2345949 426.147877,52.5246657 546.203633,45.5787101 C666.259389,38.6327546 810.524845,41.7979068 979,55.0741668 C931.069965,56.122511 810.303266,74.8455141 616.699903,111.243176 C423.096539,147.640838 250.863238,145.462612 100,104.708498 Z"
opacity="0.100000001"
></path>
<path d="M1046,51.6521276 C1130.83045,29.328812 1279.08318,17.607883 1439,40.1656806 L1439,120 C1271.17211,77.9435312 1140.17211,55.1609071 1046,51.6521276 Z" id="Path-4" opacity="0.200000003"></path>
</g>
<g transform="translate(-4.000000, 76.000000)" fill="#FFFFFF" fill-rule="nonzero">
<path
d="M0.457,34.035 C57.086,53.198 98.208,65.809 123.822,71.865 C181.454,85.495 234.295,90.29 272.033,93.459 C311.355,96.759 396.635,95.801 461.025,91.663 C486.76,90.01 518.727,86.372 556.926,80.752 C595.747,74.596 622.372,70.008 636.799,66.991 C663.913,61.324 712.501,49.503 727.605,46.128 C780.47,34.317 818.839,22.532 856.324,15.904 C922.689,4.169 955.676,2.522 1011.185,0.432 C1060.705,1.477 1097.39,3.129 1121.236,5.387 C1161.703,9.219 1208.621,17.821 1235.4,22.304 C1285.855,30.748 1354.351,47.432 1440.886,72.354 L1441.191,104.352 L1.121,104.031 L0.457,34.035 Z"
></path>
</g>
</g>
</svg>
</div>
<!-- section class="bg-gray-100 py-8">
<div class="container mx-auto px-2 pt-4 pb-12 text-gray-800">
<h1 class="w-full my-2 text-5xl font-bold leading-tight text-center text-gray-800">
Pricing
</h1>
<div class="w-full mb-4">
<div class="h-1 mx-auto gradient w-64 opacity-25 my-0 py-0 rounded-t"></div>
</div>
<div class="flex flex-col sm:flex-row justify-center pt-12 my-12 sm:my-4">
<div class="flex flex-col w-5/6 lg:w-1/4 mx-auto lg:mx-0 rounded-none lg:rounded-l-lg bg-white mt-4">
<div class="flex-1 bg-white text-gray-600 rounded-t rounded-b-none overflow-hidden shadow">
<div class="p-8 text-3xl font-bold text-center border-b-4">
Free
</div>
<ul class="w-full text-center text-sm">
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Thing</li>
</ul>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow p-6">
<div class="w-full pt-6 text-3xl text-gray-600 font-bold text-center">
£0
<span class="text-base">for one user</span>
</div>
<div class="flex items-center justify-center">
<button class="mx-auto lg:mx-0 hover:underline gradient text-white font-bold rounded-full my-6 py-4 px-8 shadow-lg focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out">
Sign Up
</button>
</div>
</div>
</div>
<div class="flex flex-col w-5/6 lg:w-1/3 mx-auto lg:mx-0 rounded-lg bg-white mt-4 sm:-mt-6 shadow-lg z-10">
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow">
<div class="w-full p-8 text-3xl font-bold text-center">Basic</div>
<div class="h-1 w-full gradient my-0 py-0 rounded-t"></div>
<ul class="w-full text-center text-base font-bold">
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Thing</li>
</ul>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow p-6">
<div class="w-full pt-6 text-4xl font-bold text-center">
£x.99
<span class="text-base">/ per user</span>
</div>
<div class="flex items-center justify-center">
<button class="mx-auto lg:mx-0 hover:underline gradient text-white font-bold rounded-full my-6 py-4 px-8 shadow-lg focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out">
Sign Up
</button>
</div>
</div>
</div>
<div class="flex flex-col w-5/6 lg:w-1/4 mx-auto lg:mx-0 rounded-none lg:rounded-l-lg bg-white mt-4">
<div class="flex-1 bg-white text-gray-600 rounded-t rounded-b-none overflow-hidden shadow">
<div class="p-8 text-3xl font-bold text-center border-b-4">
Pro
</div>
<ul class="w-full text-center text-sm">
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Thing</li>
</ul>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow p-6">
<div class="w-full pt-6 text-3xl text-gray-600 font-bold text-center">
£x.99
<span class="text-base">/ per user</span>
</div>
<div class="flex items-center justify-center">
<button class="mx-auto lg:mx-0 hover:underline gradient text-white font-bold rounded-full my-6 py-4 px-8 shadow-lg focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out">
Sign Up
</button>
</div>
</div>
</div>
</div>
</div>
</section-->
<!-- Change the colour #f8fafc to match the previous section colour -->
<svg class="wave-top" viewBox="0 0 1439 147" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-1.000000, -14.000000)" fill-rule="nonzero">
<g class="wave" fill="#f8fafc">
<path
d="M1440,84 C1383.555,64.3 1342.555,51.3 1317,45 C1259.5,30.824 1206.707,25.526 1169,22 C1129.711,18.326 1044.426,18.475 980,22 C954.25,23.409 922.25,26.742 884,32 C845.122,37.787 818.455,42.121 804,45 C776.833,50.41 728.136,61.77 713,65 C660.023,76.309 621.544,87.729 584,94 C517.525,105.104 484.525,106.438 429,108 C379.49,106.484 342.823,104.484 319,102 C278.571,97.783 231.737,88.736 205,84 C154.629,75.076 86.296,57.743 0,32 L0,0 L1440,0 L1440,84 Z"
></path>
</g>
<g transform="translate(1.000000, 15.000000)" fill="#FFFFFF">
<g transform="translate(719.500000, 68.500000) rotate(-180.000000) translate(-719.500000, -68.500000) ">
<path d="M0,0 C90.7283404,0.927527913 147.912752,27.187927 291.910178,59.9119003 C387.908462,81.7278826 543.605069,89.334785 759,82.7326078 C469.336065,156.254352 216.336065,153.6679 0,74.9732496" opacity="0.100000001"></path>
<path
d="M100,104.708498 C277.413333,72.2345949 426.147877,52.5246657 546.203633,45.5787101 C666.259389,38.6327546 810.524845,41.7979068 979,55.0741668 C931.069965,56.122511 810.303266,74.8455141 616.699903,111.243176 C423.096539,147.640838 250.863238,145.462612 100,104.708498 Z"
opacity="0.100000001"
></path>
<path d="M1046,51.6521276 C1130.83045,29.328812 1279.08318,17.607883 1439,40.1656806 L1439,120 C1271.17211,77.9435312 1140.17211,55.1609071 1046,51.6521276 Z" opacity="0.200000003"></path>
</g>
</g>
</g>
</g>
</svg>
<section class="container mx-auto text-center py-6 mb-12">
<h1 class="w-full my-2 text-5xl font-bold leading-tight text-center text-white">
Заботай!
</h1>
<div class="w-full mb-4">
<div class="h-1 mx-auto bg-white w-1/6 opacity-25 my-0 py-0 rounded-t"></div>
</div>
<h3 class="my-4 text-3xl leading-tight">
Подготовка к олимпиадам проста как никогда!
</h3>
<button class="mx-auto lg:mx-0 hover:underline bg-white text-gray-800 font-bold rounded-full my-6 py-4 px-8 shadow-lg focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out">
Вперёд!
</button>
</section>
<!--Footer-->
<footer class="bg-white">
<div class="container mx-auto px-8">
<div class="w-full flex flex-col md:flex-row py-6">
<div class="flex-1 mb-6 text-black">
<a class="text-pink-600 no-underline hover:no-underline font-bold text-2xl lg:text-4xl" href="#">
<!--Icon from: http://www.potlabicons.com/ -->
<svg class="h-8 fill-current inline" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512.005 512.005">
<rect fill="#2a2a31" x="16.539" y="425.626" width="479.767" height="50.502" transform="matrix(1,0,0,1,0,0)" />
<path
class="plane-take-off"
d=" M 510.7 189.151 C 505.271 168.95 484.565 156.956 464.365 162.385 L 330.156 198.367 L 155.924 35.878 L 107.19 49.008 L 211.729 230.183 L 86.232 263.767 L 36.614 224.754 L 0 234.603 L 45.957 314.27 L 65.274 347.727 L 105.802 336.869 L 240.011 300.886 L 349.726 271.469 L 483.935 235.486 C 504.134 230.057 516.129 209.352 510.7 189.151 Z "
/>
</svg>
ЗАБОТАЙ!
</a>
</div>
<!--div class="flex-1">
<p class="uppercase text-gray-500 md:mb-6">Links</p>
<ul class="list-reset mb-6">
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a href="#" class="no-underline hover:underline text-gray-800 hover:text-pink-500">FAQ</a>
</li>
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a href="#" class="no-underline hover:underline text-gray-800 hover:text-pink-500">Help</a>
</li>
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a href="#" class="no-underline hover:underline text-gray-800 hover:text-pink-500">Support</a>
</li>
</ul>
</div>
<div class="flex-1">
<p class="uppercase text-gray-500 md:mb-6">Legal</p>
<ul class="list-reset mb-6">
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a href="#" class="no-underline hover:underline text-gray-800 hover:text-pink-500">Terms</a>
</li>
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a href="#" class="no-underline hover:underline text-gray-800 hover:text-pink-500">Privacy</a>
</li>
</ul>
</div>
<div class="flex-1">
<p class="uppercase text-gray-500 md:mb-6">Social</p>
<ul class="list-reset mb-6">
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a href="#" class="no-underline hover:underline text-gray-800 hover:text-pink-500">Facebook</a>
</li>
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a href="#" class="no-underline hover:underline text-gray-800 hover:text-pink-500">Linkedin</a>
</li>
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a href="#" class="no-underline hover:underline text-gray-800 hover:text-pink-500">Twitter</a>
</li>
</ul>
</div>
<div class="flex-1">
<p class="uppercase text-gray-500 md:mb-6">Company</p>
<ul class="list-reset mb-6">
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a href="#" class="no-underline hover:underline text-gray-800 hover:text-pink-500">Official Blog</a>
</li>
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a href="#" class="no-underline hover:underline text-gray-800 hover:text-pink-500">About Us</a>
</li>
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a href="#" class="no-underline hover:underline text-gray-800 hover:text-pink-500">Contact</a>
</li>
</ul>
</div-->
</div>
</div>
</footer>
<!-- jQuery if you need it
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
-->
<script>
var scrollpos = window.scrollY;
var header = document.getElementById("header");
var navcontent = document.getElementById("nav-content");
var navaction = document.getElementById("navAction");
var brandname = document.getElementById("brandname");
var toToggle = document.querySelectorAll(".toggleColour");
document.addEventListener("scroll", function () {
/*Apply classes for slide in bar*/
scrollpos = window.scrollY;
if (scrollpos > 10) {
header.classList.add("bg-white");
navaction.classList.remove("bg-white");
navaction.classList.add("gradient");
navaction.classList.remove("text-gray-800");
navaction.classList.add("text-white");
//Use to switch toggleColour colours
for (var i = 0; i < toToggle.length; i++) {
toToggle[i].classList.add("text-gray-800");
toToggle[i].classList.remove("text-white");
}
header.classList.add("shadow");
navcontent.classList.remove("bg-gray-100");
navcontent.classList.add("bg-white");
} else {
header.classList.remove("bg-white");
navaction.classList.remove("gradient");
navaction.classList.add("bg-white");
navaction.classList.remove("text-white");
navaction.classList.add("text-gray-800");
//Use to switch toggleColour colours
for (var i = 0; i < toToggle.length; i++) {
toToggle[i].classList.add("text-white");
toToggle[i].classList.remove("text-gray-800");
}
header.classList.remove("shadow");
navcontent.classList.remove("bg-white");
navcontent.classList.add("bg-gray-100");
}
});
</script>
<script>
/*Toggle dropdown list*/
/*https://gist.github.com/slavapas/593e8e50cf4cc16ac972afcbad4f70c8*/
var navMenuDiv = document.getElementById("nav-content");
var navMenu = document.getElementById("nav-toggle");
document.onclick = check;
function check(e) {
var target = (e && e.target) || (event && event.srcElement);
//Nav Menu
if (!checkParent(target, navMenuDiv)) {
// click NOT on the menu
if (checkParent(target, navMenu)) {
// click on the link
if (navMenuDiv.classList.contains("hidden")) {
navMenuDiv.classList.remove("hidden");
} else {
navMenuDiv.classList.add("hidden");
}
} else {
// click both outside link and outside menu, hide menu
navMenuDiv.classList.add("hidden");
}
}
}
function checkParent(t, elm) {
while (t.parentNode) {
if (t == elm) {
return true;
}
t = t.parentNode;
}
return false;
}
</script>
</body>
</html>

621
peer-help-orig.svg

@ -0,0 +1,621 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="99.074387mm"
height="134.77036mm"
viewBox="0 0 99.074387 134.77036"
version="1.1"
id="svg11835"
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
sodipodi:docname="peer-help.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview11837"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.1265527"
inkscape:cx="319.11512"
inkscape:cy="331.54241"
inkscape:window-width="1900"
inkscape:window-height="990"
inkscape:window-x="10"
inkscape:window-y="80"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs11832">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath864">
<path
d="m 4215.88,3204.82 c -3.06,0 -5.91,0.43 -8.54,1.28 -2.63,0.87 -4.92,2.15 -6.86,3.87 -1.94,1.71 -3.46,3.86 -4.56,6.43 -1.09,2.58 -1.64,5.59 -1.64,9.06 v 41.64 h 5.14 v -41.64 c 0,-2.7 0.41,-5.07 1.23,-7.09 0.82,-2.03 1.96,-3.72 3.42,-5.07 1.46,-1.35 3.2,-2.37 5.21,-3.06 2.01,-0.69 4.22,-1.04 6.6,-1.04 2.4,0 4.6,0.35 6.61,1.04 2.01,0.69 3.74,1.71 5.19,3.06 1.45,1.35 2.58,3.04 3.39,5.07 0.82,2.02 1.23,4.39 1.23,7.09 v 41.64 h 5.23 v -41.64 c 0,-3.47 -0.57,-6.48 -1.71,-9.06 -1.14,-2.57 -2.69,-4.72 -4.64,-6.43 -1.96,-1.72 -4.25,-3 -6.88,-3.87 -2.63,-0.85 -5.43,-1.28 -8.42,-1.28"
id="path862" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient870">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop866" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop868" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath880">
<path
d="m 4263.53,3204.82 c -1.44,0 -2.77,0.19 -3.99,0.57 -1.22,0.38 -2.27,1.03 -3.15,1.96 -0.87,0.93 -1.55,2.16 -2.04,3.7 -0.49,1.53 -0.74,3.43 -0.74,5.71 v 30.43 h -8.4 v 4.13 h 8.4 v 11.69 h 5.06 v -11.69 h 9.45 v -4.13 h -9.45 v -30.43 c 0,-1.6 0.16,-2.89 0.49,-3.86 0.32,-0.97 0.76,-1.73 1.31,-2.28 l 1.89,-1.09 2.26,-0.28 2.2,0.15 1.9,0.27 0.2,-4.13 c -0.61,-0.23 -1.42,-0.4 -2.42,-0.53 -1,-0.13 -1.99,-0.19 -2.97,-0.19"
id="path878" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient886">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop882" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop884" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1472">
<path
d="m 4097.18,2893.71 c -2.7,0 -5.13,0.57 -7.29,1.71 -2.17,1.14 -4.02,2.73 -5.53,4.77 -1.52,2.04 -2.69,4.48 -3.51,7.32 -0.81,2.84 -1.22,5.98 -1.22,9.41 v 0.89 c 0,3.54 0.41,6.74 1.22,9.6 0.82,2.85 1.99,5.29 3.51,7.31 1.51,2.03 3.36,3.6 5.55,4.69 2.18,1.1 4.63,1.65 7.36,1.65 3.23,0 6.01,-0.65 8.34,-1.95 2.31,-1.29 4.23,-3.07 5.76,-5.35 v 25.61 h 5.01 v -64.81 h -4.73 l -0.2,6.07 c -1.52,-2.17 -3.46,-3.86 -5.81,-5.08 -2.34,-1.23 -5.16,-1.84 -8.46,-1.84 m 1.02,42.96 c -2.34,0 -4.35,-0.49 -6.03,-1.46 -1.7,-0.97 -3.09,-2.3 -4.18,-3.98 -1.1,-1.69 -1.92,-3.69 -2.45,-6 -0.54,-2.3 -0.8,-4.78 -0.8,-7.42 v -0.89 c 0,-2.68 0.26,-5.15 0.8,-7.45 0.53,-2.29 1.35,-4.28 2.45,-5.97 1.09,-1.69 2.48,-3.01 4.15,-3.96 1.67,-0.96 3.67,-1.44 5.98,-1.44 1.71,0 3.27,0.21 4.65,0.61 1.39,0.41 2.64,0.98 3.72,1.72 1.08,0.72 2.03,1.6 2.83,2.61 0.8,1.01 1.48,2.11 2.05,3.29 v 21.44 c -0.51,1.15 -1.13,2.26 -1.86,3.33 -0.74,1.06 -1.63,2.02 -2.7,2.85 -1.08,0.83 -2.31,1.49 -3.72,1.99 -1.41,0.48 -3.04,0.73 -4.89,0.73"
id="path1470" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient1478">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop1474" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop1476" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1488">
<path
d="m 4135.33,2894.56 h -5.06 v 45.65 h 5.06 v -45.65 m -2.49,55.49 c -1.07,0 -1.91,0.32 -2.53,0.97 -0.62,0.65 -0.93,1.45 -0.93,2.4 0,0.96 0.31,1.77 0.93,2.43 0.62,0.66 1.46,0.99 2.53,0.99 1.07,0 1.92,-0.33 2.55,-0.99 0.64,-0.66 0.95,-1.47 0.95,-2.43 0,-0.95 -0.31,-1.75 -0.95,-2.4 -0.63,-0.65 -1.48,-0.97 -2.55,-0.97"
id="path1486" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient1494">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop1490" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop1492" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1504">
<path
d="m 4161.75,2893.71 c -1.44,0 -2.77,0.19 -3.99,0.57 -1.23,0.38 -2.28,1.04 -3.15,1.96 -0.86,0.93 -1.55,2.17 -2.04,3.7 -0.49,1.53 -0.74,3.43 -0.74,5.72 v 30.42 h -8.4 v 4.13 h 8.4 v 11.69 h 5.06 v -11.69 h 9.46 v -4.13 h -9.46 v -30.42 c 0,-1.61 0.17,-2.89 0.49,-3.87 0.33,-0.97 0.76,-1.73 1.31,-2.27 l 1.9,-1.1 2.26,-0.28 2.19,0.15 1.9,0.27 0.21,-4.13 c -0.62,-0.23 -1.43,-0.4 -2.43,-0.53 -1,-0.13 -1.99,-0.19 -2.97,-0.19"
id="path1502" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient1510">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop1506" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop1508" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1520">
<path
d="m 4179.94,2894.22 c -1.13,0 -2.01,0.32 -2.64,0.95 -0.63,0.63 -0.96,1.44 -0.96,2.42 0,0.99 0.33,1.82 0.96,2.51 0.63,0.7 1.51,1.04 2.64,1.04 1.12,0 2,-0.34 2.65,-1.04 0.65,-0.69 0.97,-1.52 0.97,-2.51 0,-0.98 -0.32,-1.79 -0.97,-2.42 -0.65,-0.63 -1.53,-0.95 -2.65,-0.95"
id="path1518" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient1526">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop1522" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop1524" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1536">
<path
d="m 4241.04,2894.56 h -4.99 l -22.87,61.43 h 5.66 l 19.32,-53.84 0.34,-1.31 0.38,1.31 19.33,53.84 h 5.69 l -22.86,-61.43"
id="path1534" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient1542">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop1538" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop1540" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1552">
<path
d="m 4277.41,2894.56 h -5.07 v 45.65 h 5.07 v -45.65 m -2.49,55.49 c -1.07,0 -1.92,0.32 -2.53,0.97 -0.62,0.65 -0.93,1.45 -0.93,2.4 0,0.96 0.31,1.77 0.93,2.43 0.61,0.66 1.46,0.99 2.53,0.99 1.07,0 1.92,-0.33 2.55,-0.99 0.63,-0.66 0.95,-1.47 0.95,-2.43 0,-0.95 -0.32,-1.75 -0.95,-2.4 -0.63,-0.65 -1.48,-0.97 -2.55,-0.97"
id="path1550" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient1558">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop1554" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop1556" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1568">
<path
d="m 4286.61,2919.54 h 20.2109 v 4.2617 H 4286.61 Z"
id="path1566" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient1574">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop1570" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop1572" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2576">
<path
d="m 4085.42,2790.86 h -5.03 v 45.65 h 4.94 l 0.09,-7.25 c 1.23,2.5 2.91,4.47 5.03,5.92 2.13,1.45 4.74,2.17 7.83,2.17 l 1.9,-0.17 1.44,-0.37 -0.13,-4.6 c -1.07,0.19 -2.21,0.3 -3.42,0.3 -1.72,0 -3.27,-0.26 -4.64,-0.77 -1.38,-0.5 -2.59,-1.22 -3.65,-2.12 -1.05,-0.92 -1.94,-2.01 -2.66,-3.26 -0.71,-1.25 -1.29,-2.63 -1.7,-4.16 v -31.34"
id="path2574" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient2582">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop2578" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop2580" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2592">
<path
d="m 4126.34,2790.01 c -2.98,0 -5.72,0.55 -8.23,1.67 -2.5,1.11 -4.66,2.66 -6.47,4.64 -1.82,1.98 -3.23,4.34 -4.25,7.06 -1,2.73 -1.51,5.73 -1.51,8.99 v 1.82 c 0,3.51 0.52,6.7 1.58,9.56 1.06,2.85 2.48,5.29 4.28,7.3 1.81,2.01 3.88,3.56 6.23,4.66 2.34,1.1 4.83,1.64 7.45,1.64 2.89,0 5.47,-0.52 7.72,-1.56 2.25,-1.03 4.13,-2.49 5.67,-4.34 1.54,-1.86 2.69,-4.07 3.48,-6.63 0.79,-2.56 1.19,-5.36 1.19,-8.4 v -3.08 h -32.58 v -0.97 c 0,-2.5 0.38,-4.85 1.14,-7.06 0.76,-2.21 1.83,-4.13 3.2,-5.76 1.38,-1.63 3.03,-2.92 4.95,-3.86 1.91,-0.95 4.03,-1.42 6.37,-1.42 2.69,0 5.08,0.49 7.15,1.48 2.07,0.99 3.94,2.56 5.63,4.72 l 3.17,-2.4 c -0.77,-1.1 -1.64,-2.14 -2.64,-3.12 -1,-0.99 -2.16,-1.84 -3.48,-2.58 -1.33,-0.73 -2.82,-1.3 -4.48,-1.73 -1.66,-0.42 -3.51,-0.63 -5.57,-0.63 m -0.92,43.04 c -1.92,0 -3.69,-0.37 -5.32,-1.09 -1.63,-0.74 -3.07,-1.78 -4.33,-3.13 -1.25,-1.35 -2.27,-2.97 -3.08,-4.87 -0.8,-1.9 -1.34,-4.01 -1.62,-6.31 h 27.38 v 0.54 c -0.05,1.92 -0.36,3.77 -0.92,5.56 -0.57,1.78 -1.39,3.37 -2.47,4.74 -1.09,1.38 -2.43,2.49 -4.03,3.31 -1.61,0.83 -3.48,1.25 -5.61,1.25"
id="path2590" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient2598">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop2594" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop2596" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2608">
<path
d="m 4166,2790.01 c -1.42,0 -2.76,0.19 -3.98,0.57 -1.23,0.38 -2.27,1.04 -3.14,1.96 -0.87,0.93 -1.56,2.16 -2.05,3.7 -0.49,1.53 -0.74,3.43 -0.74,5.71 v 30.43 h -8.4 v 4.13 h 8.4 v 11.69 h 5.06 v -11.69 h 9.46 v -4.13 h -9.46 v -30.43 c 0,-1.6 0.17,-2.89 0.49,-3.86 0.32,-0.98 0.76,-1.73 1.31,-2.28 l 1.9,-1.1 2.26,-0.27 2.19,0.15 1.9,0.27 0.21,-4.13 c -0.62,-0.23 -1.43,-0.4 -2.43,-0.53 -1,-0.12 -1.99,-0.19 -2.98,-0.19"
id="path2606" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient2614">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop2610" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop2612" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2624">
<path
d="m 4186.72,2790.86 h -5.06 v 45.65 h 5.06 v -45.65 m -2.48,55.48 c -1.08,0 -1.92,0.33 -2.54,0.98 -0.61,0.64 -0.92,1.45 -0.92,2.4 0,0.95 0.31,1.77 0.92,2.43 0.62,0.66 1.46,0.99 2.54,0.99 1.07,0 1.92,-0.33 2.55,-0.99 0.63,-0.66 0.95,-1.48 0.95,-2.43 0,-0.95 -0.32,-1.76 -0.95,-2.4 -0.63,-0.65 -1.48,-0.98 -2.55,-0.98"
id="path2622" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient2630">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop2626" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop2628" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2640">
<path
d="m 4215.25,2790.01 c -2.25,0 -4.29,0.32 -6.12,0.95 -1.82,0.63 -3.4,1.64 -4.72,3.02 -1.32,1.37 -2.34,3.16 -3.06,5.34 -0.72,2.18 -1.08,4.83 -1.08,7.95 v 29.24 h 5.02 v -29.33 c 0,-2.45 0.29,-4.48 0.85,-6.11 0.56,-1.63 1.32,-2.94 2.27,-3.93 0.96,-0.98 2.08,-1.68 3.36,-2.11 1.28,-0.42 2.63,-0.63 4.08,-0.63 2.02,0 3.8,0.23 5.35,0.67 1.55,0.45 2.89,1.09 4.01,1.9 1.12,0.82 2.06,1.78 2.78,2.87 0.74,1.1 1.32,2.31 1.73,3.63 v 33.04 h 5.07 v -45.65 h -4.9 l -0.08,5.77 c -1.44,-2.08 -3.34,-3.7 -5.72,-4.87 -2.38,-1.17 -5.32,-1.75 -8.84,-1.75"
id="path2638" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient2646">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop2642" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop2644" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2656">
<path
d="m 4311.71,2790.86 h -5.06 v 29.79 c 0,2.41 -0.27,4.42 -0.8,6.01 -0.54,1.59 -1.3,2.85 -2.28,3.79 -0.98,0.95 -2.16,1.61 -3.53,1.97 -1.36,0.36 -2.86,0.54 -4.49,0.54 -2.13,-0.02 -4.01,-0.41 -5.61,-1.16 -1.6,-0.74 -2.96,-1.68 -4.07,-2.82 -1.12,-1.14 -1.98,-2.41 -2.6,-3.82 -0.61,-1.4 -0.99,-2.77 -1.09,-4.09 v -30.21 h -5.07 v 30.16 c 0,2.28 -0.26,4.18 -0.8,5.7 -0.53,1.52 -1.3,2.74 -2.28,3.67 -0.98,0.93 -2.15,1.59 -3.52,1.99 -1.36,0.39 -2.88,0.58 -4.54,0.58 -1.91,0 -3.6,-0.3 -5.06,-0.9 -1.47,-0.6 -2.74,-1.42 -3.82,-2.43 -1.08,-1.01 -1.98,-2.16 -2.68,-3.46 -0.7,-1.29 -1.26,-2.63 -1.69,-4 v -31.31 h -5.06 v 45.65 h 4.85 l 0.17,-7.43 c 0.76,1.24 1.64,2.38 2.64,3.4 1,1.03 2.12,1.9 3.35,2.62 1.24,0.72 2.59,1.27 4.05,1.66 1.46,0.39 3.04,0.59 4.73,0.59 3.35,0 6.22,-0.69 8.61,-2.1 2.39,-1.41 4.09,-3.66 5.1,-6.76 0.73,1.27 1.61,2.44 2.64,3.53 1.03,1.08 2.2,2.02 3.5,2.81 1.31,0.78 2.75,1.4 4.33,1.85 1.57,0.45 3.27,0.67 5.1,0.67 2.37,0 4.48,-0.31 6.33,-0.95 1.86,-0.63 3.42,-1.62 4.7,-2.99 1.29,-1.37 2.26,-3.1 2.94,-5.21 0.67,-2.11 1.01,-4.64 1.01,-7.6 v -29.74"
id="path2654" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient2662">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop2658" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop2660" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2672">
<path
d="m 4327.62,2790.51 c -1.13,0 -2.01,0.32 -2.64,0.96 -0.63,0.63 -0.95,1.44 -0.95,2.42 0,0.99 0.32,1.82 0.95,2.51 0.63,0.7 1.51,1.04 2.64,1.04 1.12,0 2.01,-0.34 2.66,-1.04 0.65,-0.69 0.97,-1.52 0.97,-2.51 0,-0.98 -0.32,-1.79 -0.97,-2.42 -0.65,-0.64 -1.54,-0.96 -2.66,-0.96"
id="path2670" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient2678">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop2674" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop2676" />
</radialGradient>
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-63.096935,-33.386242)">
<path
d="m 95.245135,106.71046 c -0.124177,1.52929 -1.243894,2.7619 -2.778125,2.77813 -7.82955,0.0847 -1.534583,-5.55626 0,-5.55626 1.534231,0 3.030361,-0.33655 2.778125,2.77813"
style="fill:#5252aa;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path22" />
<path
d="m 71.506364,165.4529 c 1.36525,0.60675 0.985309,2.18613 -0.528108,2.56053 l -2.006247,0.13187 c -1.452034,-0.36932 -2.534356,-0.47487 -3.613151,-1.83169 l -2.19463,-5.66526 c 0.757766,-2.1886 2.060928,-3.2155 2.903714,-2.95656 l 3.062464,1.84782 c 0.844903,2.05877 0.04022,3.32175 0.475192,4.48772 0,0 0.950383,1.00333 1.900766,1.42557"
style="fill:#f9fafa;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path36" />
<path
d="m 66.859928,164.34412 c -0.950384,-2.32308 -3.643136,-4.87715 -3.760259,-3.6365 -0.09384,0.9966 2.259189,5.60599 2.259189,5.60599 0.313267,1.69982 2.50437,2.06982 5.144206,1.72656 -1.636889,-0.3962 -2.764367,-1.54795 -3.643136,-3.69605"
style="fill:#c5b5e5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path38" />
<path
d="m 69.736478,133.35541 c 0.0695,1.90112 0.211667,3.68018 0.57785,5.19325 -1.18745,2.24613 -3.414536,4.35363 -3.945114,8.06556 -0.602545,4.21816 -0.794103,8.327 -0.620183,11.0194 0.173214,-0.0289 0.603602,0.34604 0.741186,0.42788 1.261886,0.74719 -0.289631,2.77993 0.720725,3.36931 1.595967,0.93102 0.652286,-3.0529 3.956756,-9.42897 0.744008,-1.43546 2.525183,-8.24971 3.788128,-9.93317 1.597378,-2.13007 1.719439,-3.54471 2.694164,-8.71326 1.722966,-9.13729 -8.41869,-13.84864 -7.913512,0"
style="fill:#c4c5c4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path40" />
<path
d="m 154.34212,60.493394 c -1.43087,0.9264 -5.62116,1.72756 -7.49229,0.33655 0,0 -17.76307,-14.22682 -20.37292,-16.584081 0,0 -2.2726,-2.188986 -0.42051,-5.051073 2.94287,-4.548364 9.17575,-7.744884 15.99494,-4.461581 l 12.712,9.765243 c 1.87113,1.39065 7.32366,5.724525 4.04071,10.354732 0,0 -3.03071,4.71452 -4.46193,5.64021"
style="fill:#4634e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path42" />
<path
d="m 127.40295,58.136484 c 0,-2.92911 -2.64936,-3.55282 -3.66148,-5.30401 -1.55752,-2.693811 -3.49427,1.36454 -3.49427,4.29366 0,1.0862 0.20779,2.34597 0.33691,3.19864 0.12947,0.85301 -1.29611,4.41677 -1.34691,8.25041 -1.04563,1.01424 -2.02071,2.10467 -2.79047,5.38586 -1.09397,4.65949 -6.13304,6.65233 -2.64442,8.65187 2.47085,1.41605 1.76353,-0.13123 5.32729,-4.80377 2.15618,-2.82716 5.97006,-7.49618 6.17714,-10.13742 0.28999,-3.69429 2.09621,-5.49452 2.09621,-9.53524"
style="fill:#c4c5c4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path44" />
<path
d="m 123.19396,48.876071 c -1.26259,2.272595 -1.5995,2.862087 -1.85209,3.788133 0,0 2.77813,1.26259 5.13504,5.80883 0.9017,1.73814 -3.28295,-9.596963 -3.28295,-9.596963"
style="fill:#2f8c93;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path46" />
<path
d="m 162.17132,115.44594 c 0,1.68417 -1.38324,2.2532 -2.77777,2.2532 h -3.11503 c -1.39489,0 -0.84173,-1.57974 -0.58914,-2.16888 l 1.43087,-2.35726 c 0,-1.39453 0.28927,-2.77813 1.6838,-2.77813 l 1.38924,0.0847 c 1.09397,-0.0847 1.72544,1.09431 1.97803,2.69346 v 2.27294"
style="fill:#39227f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path48" />
<path
d="m 136.57941,113.86691 c -0.50518,-1.76812 -2.13219,-2.10502 -3.61986,-2.10502 l -1.9364,-0.16828 c -4.20934,4.88244 -6.73488,3.45158 -6.5666,5.2197 0,0 -0.22472,0.84173 1.26294,0.84173 l 9.59732,-0.16828 c 1.48767,0 1.64148,-0.28045 1.64148,-1.76812 l -0.37888,-1.85173"
style="fill:#39227f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path50" />
<path
d="m 139.87929,82.881734 c -1.66617,-0.43321 -3.21592,-2.8575 -4.3942,3.87738 -0.31115,1.77624 -0.50553,3.45158 -1.17863,6.31367 -0.46355,1.97061 -1.68381,3.9571 -1.76812,6.73488 -0.15135,4.999206 -0.97685,9.056156 -1.2125,11.775366 0.77999,0.21837 1.38112,1.59032 1.38112,3.25155 0,0.17815 0.65688,0.54575 1.09432,0.4632 3.11468,-0.58949 -0.67345,-2.18899 4.46193,-11.1125 2.44511,-4.249206 0.75742,-6.903156 1.76742,-10.017826 1.04316,-3.21593 1.52682,-4.14832 1.9364,-5.72488 1.131,-4.35258 -0.42192,-5.12833 -2.08774,-5.56084"
style="fill:#c4c5c4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path52" />
<path
d="m 144.49221,88.106024 c -1.76742,1.26259 -5.55554,-0.58914 -9.00712,-1.34691 0,0 1.41217,-10.23126 1.95439,-13.01009 0.45931,-2.35479 0.38029,-4.17654 2.75978,-3.2378 l 3.45158,2.10468 c 2.33186,0.43603 3.71969,6.00251 3.28295,8.33437 l -2.44158,7.15575"
style="fill:#56d6f4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path54" />
<path
d="m 157.47232,85.905744 c -0.75389,-3.11855 -2.11914,-5.71041 -5.67655,-3.61209 -3.683,2.17205 -2.28882,4.11798 -0.82091,6.97089 1.08655,2.11208 1.62524,1.66793 2.52588,3.51261 0.66464,1.36137 0.90876,5.31565 2.10715,8.178086 1.8295,4.36986 1.66229,7.87118 2.03129,9.98291 0.34396,-0.28928 0.75953,-0.45861 1.20685,-0.45861 0.90735,0 1.89407,0.92533 2.14666,2.44087 0.50517,-3.03072 0.68686,-8.30263 0.84208,-15.910986 0.0836,-4.12503 -3.36762,-6.98711 -4.36245,-11.10368"
style="fill:#a7a8a7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path56" />
<path
d="m 152.95288,66.302234 c -1.13665,-4.2097 -2.98873,-5.55625 -2.98873,-5.55625 -2.35232,-1.79458 -9.08826,-0.0854 -9.24807,1.72932 -6.07343,4.24744 -2.65854,8.36436 -2.65854,8.36436 0,0 1.74237,0 5.95595,3.93735 2.09374,6.68585 4.70077,14.1538 5.95101,14.33901 0,0 4.81401,2.85115 7.50782,-3.21028 0,0 -3.31611,-15.14757 -4.51944,-19.60351"
style="fill:#1eb4d6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path58" />
<path
d="m 149.79623,60.072534 c -0.9077,-1.58856 -3.83893,-7.13811 -4.62986,-8.923515 -3.03071,-6.840009 -8.76688,-13.344879 -11.61768,-11.364737 -6.06143,4.208992 -11.28077,3.430411 -10.60732,10.354734 0.57467,5.906908 5.69172,11.989158 11.36509,14.058898 0.42086,0.67346 0.61983,2.98556 1.26259,3.45123 2.44157,1.76812 1.30634,-0.51753 9.51301,-2.60985 4.2933,-1.09432 6.39797,-2.02036 4.71417,-4.96676"
style="fill:#33a5b5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path60" />
<path
d="m 123.58907,45.960363 c -0.57997,0.99695 -0.82974,2.305756 -0.6477,4.178653 0.57009,5.863518 5.8547,12.804418 11.36509,14.058898 -1.89759,-4.26543 -10.74491,-3.68935 -10.71739,-18.237551"
style="fill:#342eaf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path62" />
<path
d="m 128.5396,52.327654 c -0.94686,-4.735341 -0.79975,-9.36555 -0.79975,-9.36555 0,0 -3.054,-0.230364 -3.1302,-0.26035 -0.5334,-2.217208 -2.52871,-3.86468 -4.9096,-3.86468 -2.78977,0 -5.05072,2.261305 -5.05072,5.050719 0,2.79012 2.26095,5.051426 5.05072,5.051426 0.57185,0 1.12007,-0.09631 1.6323,-0.271287 -0.35137,-0.235302 2.60138,1.668992 3.1242,2.039056 1.43157,3.198986 4.41325,3.271666 4.08305,1.620666"
style="fill:#c4c5c4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path64" />
<path
d="m 123.61482,47.150282 c -0.60925,0.718962 -1.16099,1.127831 -2.04858,1.455209 -0.0409,-0.03457 -0.0815,0.05715 -0.11889,0.02293 -0.0378,0.01411 -0.0765,0.02681 -0.115,0.03951 0.31291,0.20955 0.68968,0.456142 0.99871,0.642056 l -0.067,-0.04621 c 2.37667,-1.534936 3.1623,-4.250267 1.35079,-2.113492"
style="fill:#a7a8a7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path66" />
<path
d="m 142.60979,52.229934 c -7.51911,-3.269549 -12.46399,-8.56686 -11.04442,-11.831819 0.0818,-0.187678 0.1838,-0.364066 0.30304,-0.530578 -1.19486,0.461434 -2.07045,1.187098 -2.49908,2.172406 -1.47038,3.381375 2.87796,8.531578 9.71162,11.503381 5.23664,2.27683 10.4133,2.61373 13.20836,1.12536 -2.806,-0.11889 -6.21348,-0.93169 -9.67952,-2.43875"
style="fill:#342eaf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path68" />
<path
d="m 154.48993,50.93841 c -2.50366,-2.565753 -2.71533,-3.472391 -6.94549,-5.303308 -3.157,-1.326092 -7.63975,-4.167364 -11.46527,-6.269215 -2.23309,-1.226961 -4.50921,-0.234244 -5.01403,2.859617 -0.3803,2.330803 1.899,4.422776 4.41995,4.798484 0.51541,0.0769 3.09351,2.2098 5.16325,2.895953 2.35797,0.781755 3.54965,0.324203 5.12798,0.0081 0.91581,1.524353 2.65924,4.118683 4.90185,5.196063 4.69547,2.25496 6.38104,5.29202 6.33695,5.60071 -0.18944,1.32609 -1.53282,2.78518 -1.32574,3.09386 0.17745,0.26564 0.86466,-0.27693 1.60196,-0.68651 0.98672,1.38113 0.4184,3.96981 1.38219,3.54789 0.97966,-0.42898 2.3823,-2.73509 1.94027,-4.56601 -1.19097,-4.93536 -3.2078,-8.1862 -6.12387,-11.175648"
style="fill:#a7a8a7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path70" />
<path
d="m 96.248083,96.221324 c 1.068211,1.60126 7.186087,-1.51554 12.503507,-9.44492 4.79848,-7.15575 9.5384,-2.58198 6.73488,-6.98747 -3.32634,-5.22676 -5.7778,2.28318 -11.28043,7.66092 -3.70416,3.61985 -11.954577,2.77813 -7.957957,8.77147"
style="fill:#a7a8a7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path72" />
<path
d="m 115.36476,81.665714 c 0,1.18568 0.99272,1.60796 -2.39924,2.147 -1.30846,0.20779 -2.31493,0 -2.39924,-2.147 -0.0466,-1.18428 0.86395,-2.90407 2.18863,-2.90407 1.32539,0 2.60985,1.71838 2.60985,2.90407"
style="fill:#c4c5c4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path74" />
<path
d="m 90.951477,89.326634 c 0,-2.71992 2.204861,-4.92478 4.924778,-4.92478 2.719917,0 4.924775,2.20486 4.924775,4.92478 0,2.71992 -2.204858,4.92478 -4.924775,4.92478 -2.719917,0 -4.924778,-2.20486 -4.924778,-4.92478"
style="fill:#c4c5c4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path76" />
<path
d="m 97.762205,95.169694 c 0.1143,-0.37289 0.176742,-0.76483 0.176742,-1.17087 0,-1.42381 -0.752123,-2.68852 -1.916289,-3.48756 0.0074,-0.0907 -0.09772,-2.16923 1.105252,-2.07046 0.439914,0.036 -0.01482,1.80199 0.776817,1.64359 0.997656,-0.76905 1.381125,-1.67534 1.381125,-3.11467 0,-2.34844 -1.733903,-4.25168 -3.872794,-4.25168 -2.13854,0 -3.872442,1.90324 -3.872442,4.25168 0,1.02306 1.4097,14.269156 4.08305,14.269156 2.67335,0 4.840814,-1.432626 4.840814,-3.198986 0,-1.25942 -1.101369,-2.34844 -2.702275,-2.8702"
style="fill:#7c7c7c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path78" />
<path
d="m 102.74554,83.364684 c 0.45403,0.9271 -0.88088,2.83916 -3.344329,3.72005 -2.412648,0.86289 -4.534606,1.2901 -4.988984,0.36336 -0.453672,-0.92675 1.043164,-2.59221 3.344333,-3.71969 2.30117,-1.12748 4.53461,-1.29046 4.98898,-0.36372"
style="fill:#5952e8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path80" />
<path
d="m 100.15333,86.672684 c 0.11607,-0.72566 0.28575,-2.13184 -0.614889,-3.61774 -1.332794,-2.19815 -3.153833,-2.88748 -5.824009,-1.74095 -5.036255,2.16182 -4.733925,6.985 -2.148769,8.15128 2.584803,1.16593 8.587667,-2.79259 8.587667,-2.79259"
style="fill:#4634e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path82" />
<path
d="m 114.83841,123.73728 c -3.15665,-0.44203 -4.99956,1.4538 -5.14632,1.67746 -0.9779,-0.28822 -2.00378,-4.36915 -2.77248,-7.29157 -1.36243,-5.18265 -4.48768,-8.08284 -4.96111,-9.6654 -2.399245,-8.01829 -4.097165,-6.82625 -5.206298,-6.2805 -2.370314,1.16628 -1.418167,4.0901 0.854781,7.00475 4.162077,5.33682 3.571527,8.60884 5.270857,10.86415 4.63655,6.1535 2.57069,7.01604 6.46747,8.86848 0.1464,0.0699 5.53332,-5.17173 5.4931,-5.17737"
style="fill:#c4c5c4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path84" />
<path
d="m 94.381888,148.29802 c -1.041047,1.11972 -5.051073,2.58869 -5.051073,2.58869 -1.199091,0.28292 -3.189464,0.37853 -3.472744,-0.82056 l 0.189089,-2.77813 c 0.136877,-2.39959 2.116667,-0.4198 3.409597,-0.56832 l 1.388886,-2.3361 c 1.704975,1.26295 3.914776,-0.69462 4.483101,-0.31538 0.568325,0.37853 2.399241,0.63112 -0.946856,4.2298"
style="fill:#f9fafa;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path86" />
<path
d="m 96.759963,124.30561 c 0.136172,-5.24228 -1.389239,-4.91843 -6.71442,-7.00229 -7.729361,-3.02437 -8.354484,-4.27884 -8.970081,2.01507 -0.212725,2.17487 -1.664406,4.13737 2.804231,5.15549 0.655814,0.14923 6.192309,0.60466 6.819195,0.67345 -1.010356,1.51554 -3.161242,6.01486 -2.946753,8.92352 0.551039,7.46971 -0.69215,10.46903 -0.365478,12.15213 0.813153,0.001 1.561747,0.9458 1.887361,1.86302 2.771423,0.0441 0.659342,-4.24532 4.490509,-14.00104 1.567744,-3.99168 2.952397,-8.12447 2.995436,-9.77935"
style="fill:#a7a8a7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path88" />
<path
d="m 118.52953,37.476057 c -1.45697,1.076678 -1.282,3.520017 0.10125,5.657145 1.00647,1.554691 2.19251,1.138061 2.01683,0.733777 -0.63183,-1.45168 -0.20603,-2.518833 0.45967,-2.623608 0.66569,-0.105128 1.36736,0.833614 1.56668,2.096911 0,0 2.36538,-0.207786 2.39536,-0.694267 0.3489,-5.689247 -5.08247,-6.246636 -6.53979,-5.169958"
style="fill:#2d1a68;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path90" />
<path
d="m 120.49415,40.280993 c -0.375,-0.530931 -2.64478,0.426861 -5.06977,2.140303 -2.42464,1.713089 -4.08623,3.532364 -3.71122,4.063295 0.3757,0.531283 2.64548,-0.426509 5.07012,-2.139598 2.42499,-1.713089 4.08658,-3.532717 3.71087,-4.064"
style="fill:#6ce5b9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path92" />
<path
d="m 123.72277,38.36929 c -1.48625,-2.481439 -4.75156,-2.454981 -7.42844,-1.064683 -3.85128,2.000955 -3.41313,6.62552 -2.59221,6.62552 4.2933,0 10.02065,-5.560837 10.02065,-5.560837"
style="fill:#33d19d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path94" />
<path
d="m 84.469185,118.07555 c 0.84208,-2.9464 2.515305,-7.99359 8.923867,-12.1225 5.699831,-3.67242 5.977114,-6.397976 5.219347,-7.576606 -0.757766,-1.17863 -5.051072,-5.55625 -8.923514,-3.19899 -3.872795,2.35691 -14.564079,19.867386 -12.628034,20.793426 1.936397,0.92604 7.408334,2.10467 7.408334,2.10467"
style="fill:#635dd8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path96" />
<path
d="m 85.563149,116.01356 c 0,-4.44076 -3.806473,-8.0398 -8.502651,-8.0398 -4.695825,0 -7.563909,3.69993 -8.502298,8.0398 -0.336903,1.55716 -0.64523,5.29978 -0.421216,7.19738 0.321027,2.7185 1.336322,8.60989 1.336322,8.60989 0,0 2.248606,0.97402 3.967339,1.07139 2.051756,0.11641 4.427714,0.90875 4.902906,-3.13055 0.325614,-2.77072 1.275644,-5.68784 1.27,-6.07801 3.44805,-1.02482 5.949598,-4.07106 5.949598,-7.6701"
style="fill:#2d1a68;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path98" />
<path
d="m 87.997668,108.62357 c -5.615164,2.44793 -10.790414,3.701 -11.928123,1.95087 -0.333728,0.72989 -0.394758,1.37124 -0.126294,1.86584 1.020586,1.8796 6.370108,0.93803 11.957403,-2.08633 6.281915,-3.40078 8.242301,-7.13564 7.723012,-9.11507 -0.974725,2.02459 -3.333398,5.51391 -7.625998,7.38469"
style="fill:#342eaf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path100" />
<path
d="m 99.747286,101.63928 c 1.483784,4.04671 1.087964,4.28449 -2.336095,4.98757 -3.490384,0.71649 -3.29812,-0.47307 -3.724981,-3.15701 -0.44203,-2.77812 4.356453,-5.682536 4.356453,-5.682536 0,0 0.634648,0.93239 1.704623,3.851976"
style="fill:#5454d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path102" />
<path
d="m 76.723948,111.76189 c -3.906661,-1.62384 -7.694084,-1.76848 -8.418337,5.30366 -0.338666,3.30694 2.60985,6.06142 7.183262,7.21324 1.101725,0.27799 9.353551,0.51153 10.579806,0.70027 2.188634,0.33655 3.584928,-2.19463 4.017081,-4.7117 0.781403,-4.54872 -4.410428,-4.78543 -13.361812,-8.50547"
style="fill:#372584;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path104" />
<path
d="m 95.876255,94.251414 c -0.631472,-2.69381 -3.404659,-3.07235 -4.335639,-2.02036 0,0 -25.087088,9.008176 -26.01313,17.342196 -0.312914,2.81552 1.56457,5.41761 3.864681,5.33012 l 8.244417,-0.31221 c 0.746478,0.0621 1.318684,-0.0656 1.754717,-0.31432 0.32773,-0.13935 0.629355,-0.34819 0.878769,-0.63006 L 95.076155,97.113494 c 0.93098,-1.05163 0.8001,-2.86208 0.8001,-2.86208"
style="fill:#4634e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path106" />
<path
d="m 93.055796,89.200334 c -1.51518,-2.23061 -12.500681,-0.6738 -13.385095,0.0843 0,0 -10.994673,7.3159 -14.143215,12.038536 -0.505178,0.75741 0.841728,4.12503 1.346906,5.21935 l 8.671278,-0.42087 c 0.709083,0.0445 3.366911,0 3.366911,0 2.441576,-2.77812 14.816668,-13.722346 14.816668,-13.722346 0.884767,-0.75812 -0.673453,-3.19899 -0.673453,-3.19899"
style="fill:#c5b5e5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path108" />
<path
d="m 82.645676,102.44079 c 0.170745,-0.59161 0.189795,-1.26083 0.02646,-2.01612 -1.317978,-6.088946 -4.541308,-5.044366 -9.616017,-4.640796 -0.905933,0.072 -1.774119,0.21873 -2.589036,0.42722 -0.614892,0.52599 -1.21285,1.05798 -1.776942,1.58714 1.11125,-0.33161 2.341739,-0.54292 3.6449,-0.59654 5.086351,-0.2092 8.347076,-1.1303 9.431867,5.004146 0.06174,0.35137 0.08467,0.68192 0.07373,0.99413 0.259292,-0.24589 0.528109,-0.49918 0.805039,-0.75918"
style="fill:#5952e8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path110" />
<path
d="m 88.980154,96.362434 c -0.808919,-6.17679 -4.107392,-5.40315 -9.198681,-5.42149 -0.994833,-0.004 -1.953331,0.085 -2.851856,0.25259 -0.606425,0.43533 -1.283052,0.92922 -1.999544,1.46579 1.222022,-0.28998 2.584097,-0.4251 4.015317,-0.36548 4.965347,0.20814 8.252531,-0.40252 8.938684,5.33824 0.382058,-0.34537 0.757414,-0.68439 1.123244,-1.01353 -0.0071,-0.0843 -0.01552,-0.16934 -0.02716,-0.25612"
style="fill:#5952e8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path112" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 37 KiB

621
peer-help.svg

@ -0,0 +1,621 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="99.074387mm"
height="134.77036mm"
viewBox="0 0 99.074387 134.77036"
version="1.1"
id="svg11835"
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
sodipodi:docname="peer-help.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview11837"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.1256983"
inkscape:cx="-205.65013"
inkscape:cy="280.27048"
inkscape:window-width="1900"
inkscape:window-height="1010"
inkscape:window-x="10"
inkscape:window-y="60"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs11832">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath864">
<path
d="m 4215.88,3204.82 c -3.06,0 -5.91,0.43 -8.54,1.28 -2.63,0.87 -4.92,2.15 -6.86,3.87 -1.94,1.71 -3.46,3.86 -4.56,6.43 -1.09,2.58 -1.64,5.59 -1.64,9.06 v 41.64 h 5.14 v -41.64 c 0,-2.7 0.41,-5.07 1.23,-7.09 0.82,-2.03 1.96,-3.72 3.42,-5.07 1.46,-1.35 3.2,-2.37 5.21,-3.06 2.01,-0.69 4.22,-1.04 6.6,-1.04 2.4,0 4.6,0.35 6.61,1.04 2.01,0.69 3.74,1.71 5.19,3.06 1.45,1.35 2.58,3.04 3.39,5.07 0.82,2.02 1.23,4.39 1.23,7.09 v 41.64 h 5.23 v -41.64 c 0,-3.47 -0.57,-6.48 -1.71,-9.06 -1.14,-2.57 -2.69,-4.72 -4.64,-6.43 -1.96,-1.72 -4.25,-3 -6.88,-3.87 -2.63,-0.85 -5.43,-1.28 -8.42,-1.28"
id="path862" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient870">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop866" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop868" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath880">
<path
d="m 4263.53,3204.82 c -1.44,0 -2.77,0.19 -3.99,0.57 -1.22,0.38 -2.27,1.03 -3.15,1.96 -0.87,0.93 -1.55,2.16 -2.04,3.7 -0.49,1.53 -0.74,3.43 -0.74,5.71 v 30.43 h -8.4 v 4.13 h 8.4 v 11.69 h 5.06 v -11.69 h 9.45 v -4.13 h -9.45 v -30.43 c 0,-1.6 0.16,-2.89 0.49,-3.86 0.32,-0.97 0.76,-1.73 1.31,-2.28 l 1.89,-1.09 2.26,-0.28 2.2,0.15 1.9,0.27 0.2,-4.13 c -0.61,-0.23 -1.42,-0.4 -2.42,-0.53 -1,-0.13 -1.99,-0.19 -2.97,-0.19"
id="path878" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient886">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop882" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop884" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1472">
<path
d="m 4097.18,2893.71 c -2.7,0 -5.13,0.57 -7.29,1.71 -2.17,1.14 -4.02,2.73 -5.53,4.77 -1.52,2.04 -2.69,4.48 -3.51,7.32 -0.81,2.84 -1.22,5.98 -1.22,9.41 v 0.89 c 0,3.54 0.41,6.74 1.22,9.6 0.82,2.85 1.99,5.29 3.51,7.31 1.51,2.03 3.36,3.6 5.55,4.69 2.18,1.1 4.63,1.65 7.36,1.65 3.23,0 6.01,-0.65 8.34,-1.95 2.31,-1.29 4.23,-3.07 5.76,-5.35 v 25.61 h 5.01 v -64.81 h -4.73 l -0.2,6.07 c -1.52,-2.17 -3.46,-3.86 -5.81,-5.08 -2.34,-1.23 -5.16,-1.84 -8.46,-1.84 m 1.02,42.96 c -2.34,0 -4.35,-0.49 -6.03,-1.46 -1.7,-0.97 -3.09,-2.3 -4.18,-3.98 -1.1,-1.69 -1.92,-3.69 -2.45,-6 -0.54,-2.3 -0.8,-4.78 -0.8,-7.42 v -0.89 c 0,-2.68 0.26,-5.15 0.8,-7.45 0.53,-2.29 1.35,-4.28 2.45,-5.97 1.09,-1.69 2.48,-3.01 4.15,-3.96 1.67,-0.96 3.67,-1.44 5.98,-1.44 1.71,0 3.27,0.21 4.65,0.61 1.39,0.41 2.64,0.98 3.72,1.72 1.08,0.72 2.03,1.6 2.83,2.61 0.8,1.01 1.48,2.11 2.05,3.29 v 21.44 c -0.51,1.15 -1.13,2.26 -1.86,3.33 -0.74,1.06 -1.63,2.02 -2.7,2.85 -1.08,0.83 -2.31,1.49 -3.72,1.99 -1.41,0.48 -3.04,0.73 -4.89,0.73"
id="path1470" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient1478">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop1474" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop1476" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1488">
<path
d="m 4135.33,2894.56 h -5.06 v 45.65 h 5.06 v -45.65 m -2.49,55.49 c -1.07,0 -1.91,0.32 -2.53,0.97 -0.62,0.65 -0.93,1.45 -0.93,2.4 0,0.96 0.31,1.77 0.93,2.43 0.62,0.66 1.46,0.99 2.53,0.99 1.07,0 1.92,-0.33 2.55,-0.99 0.64,-0.66 0.95,-1.47 0.95,-2.43 0,-0.95 -0.31,-1.75 -0.95,-2.4 -0.63,-0.65 -1.48,-0.97 -2.55,-0.97"
id="path1486" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient1494">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop1490" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop1492" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1504">
<path
d="m 4161.75,2893.71 c -1.44,0 -2.77,0.19 -3.99,0.57 -1.23,0.38 -2.28,1.04 -3.15,1.96 -0.86,0.93 -1.55,2.17 -2.04,3.7 -0.49,1.53 -0.74,3.43 -0.74,5.72 v 30.42 h -8.4 v 4.13 h 8.4 v 11.69 h 5.06 v -11.69 h 9.46 v -4.13 h -9.46 v -30.42 c 0,-1.61 0.17,-2.89 0.49,-3.87 0.33,-0.97 0.76,-1.73 1.31,-2.27 l 1.9,-1.1 2.26,-0.28 2.19,0.15 1.9,0.27 0.21,-4.13 c -0.62,-0.23 -1.43,-0.4 -2.43,-0.53 -1,-0.13 -1.99,-0.19 -2.97,-0.19"
id="path1502" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient1510">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop1506" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop1508" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1520">
<path
d="m 4179.94,2894.22 c -1.13,0 -2.01,0.32 -2.64,0.95 -0.63,0.63 -0.96,1.44 -0.96,2.42 0,0.99 0.33,1.82 0.96,2.51 0.63,0.7 1.51,1.04 2.64,1.04 1.12,0 2,-0.34 2.65,-1.04 0.65,-0.69 0.97,-1.52 0.97,-2.51 0,-0.98 -0.32,-1.79 -0.97,-2.42 -0.65,-0.63 -1.53,-0.95 -2.65,-0.95"
id="path1518" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient1526">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop1522" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop1524" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1536">
<path
d="m 4241.04,2894.56 h -4.99 l -22.87,61.43 h 5.66 l 19.32,-53.84 0.34,-1.31 0.38,1.31 19.33,53.84 h 5.69 l -22.86,-61.43"
id="path1534" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient1542">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop1538" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop1540" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1552">
<path
d="m 4277.41,2894.56 h -5.07 v 45.65 h 5.07 v -45.65 m -2.49,55.49 c -1.07,0 -1.92,0.32 -2.53,0.97 -0.62,0.65 -0.93,1.45 -0.93,2.4 0,0.96 0.31,1.77 0.93,2.43 0.61,0.66 1.46,0.99 2.53,0.99 1.07,0 1.92,-0.33 2.55,-0.99 0.63,-0.66 0.95,-1.47 0.95,-2.43 0,-0.95 -0.32,-1.75 -0.95,-2.4 -0.63,-0.65 -1.48,-0.97 -2.55,-0.97"
id="path1550" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient1558">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop1554" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop1556" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1568">
<path
d="m 4286.61,2919.54 h 20.2109 v 4.2617 H 4286.61 Z"
id="path1566" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient1574">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop1570" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop1572" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2576">
<path
d="m 4085.42,2790.86 h -5.03 v 45.65 h 4.94 l 0.09,-7.25 c 1.23,2.5 2.91,4.47 5.03,5.92 2.13,1.45 4.74,2.17 7.83,2.17 l 1.9,-0.17 1.44,-0.37 -0.13,-4.6 c -1.07,0.19 -2.21,0.3 -3.42,0.3 -1.72,0 -3.27,-0.26 -4.64,-0.77 -1.38,-0.5 -2.59,-1.22 -3.65,-2.12 -1.05,-0.92 -1.94,-2.01 -2.66,-3.26 -0.71,-1.25 -1.29,-2.63 -1.7,-4.16 v -31.34"
id="path2574" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient2582">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop2578" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop2580" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2592">
<path
d="m 4126.34,2790.01 c -2.98,0 -5.72,0.55 -8.23,1.67 -2.5,1.11 -4.66,2.66 -6.47,4.64 -1.82,1.98 -3.23,4.34 -4.25,7.06 -1,2.73 -1.51,5.73 -1.51,8.99 v 1.82 c 0,3.51 0.52,6.7 1.58,9.56 1.06,2.85 2.48,5.29 4.28,7.3 1.81,2.01 3.88,3.56 6.23,4.66 2.34,1.1 4.83,1.64 7.45,1.64 2.89,0 5.47,-0.52 7.72,-1.56 2.25,-1.03 4.13,-2.49 5.67,-4.34 1.54,-1.86 2.69,-4.07 3.48,-6.63 0.79,-2.56 1.19,-5.36 1.19,-8.4 v -3.08 h -32.58 v -0.97 c 0,-2.5 0.38,-4.85 1.14,-7.06 0.76,-2.21 1.83,-4.13 3.2,-5.76 1.38,-1.63 3.03,-2.92 4.95,-3.86 1.91,-0.95 4.03,-1.42 6.37,-1.42 2.69,0 5.08,0.49 7.15,1.48 2.07,0.99 3.94,2.56 5.63,4.72 l 3.17,-2.4 c -0.77,-1.1 -1.64,-2.14 -2.64,-3.12 -1,-0.99 -2.16,-1.84 -3.48,-2.58 -1.33,-0.73 -2.82,-1.3 -4.48,-1.73 -1.66,-0.42 -3.51,-0.63 -5.57,-0.63 m -0.92,43.04 c -1.92,0 -3.69,-0.37 -5.32,-1.09 -1.63,-0.74 -3.07,-1.78 -4.33,-3.13 -1.25,-1.35 -2.27,-2.97 -3.08,-4.87 -0.8,-1.9 -1.34,-4.01 -1.62,-6.31 h 27.38 v 0.54 c -0.05,1.92 -0.36,3.77 -0.92,5.56 -0.57,1.78 -1.39,3.37 -2.47,4.74 -1.09,1.38 -2.43,2.49 -4.03,3.31 -1.61,0.83 -3.48,1.25 -5.61,1.25"
id="path2590" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient2598">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop2594" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop2596" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2608">
<path
d="m 4166,2790.01 c -1.42,0 -2.76,0.19 -3.98,0.57 -1.23,0.38 -2.27,1.04 -3.14,1.96 -0.87,0.93 -1.56,2.16 -2.05,3.7 -0.49,1.53 -0.74,3.43 -0.74,5.71 v 30.43 h -8.4 v 4.13 h 8.4 v 11.69 h 5.06 v -11.69 h 9.46 v -4.13 h -9.46 v -30.43 c 0,-1.6 0.17,-2.89 0.49,-3.86 0.32,-0.98 0.76,-1.73 1.31,-2.28 l 1.9,-1.1 2.26,-0.27 2.19,0.15 1.9,0.27 0.21,-4.13 c -0.62,-0.23 -1.43,-0.4 -2.43,-0.53 -1,-0.12 -1.99,-0.19 -2.98,-0.19"
id="path2606" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient2614">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop2610" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop2612" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2624">
<path
d="m 4186.72,2790.86 h -5.06 v 45.65 h 5.06 v -45.65 m -2.48,55.48 c -1.08,0 -1.92,0.33 -2.54,0.98 -0.61,0.64 -0.92,1.45 -0.92,2.4 0,0.95 0.31,1.77 0.92,2.43 0.62,0.66 1.46,0.99 2.54,0.99 1.07,0 1.92,-0.33 2.55,-0.99 0.63,-0.66 0.95,-1.48 0.95,-2.43 0,-0.95 -0.32,-1.76 -0.95,-2.4 -0.63,-0.65 -1.48,-0.98 -2.55,-0.98"
id="path2622" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient2630">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop2626" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop2628" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2640">
<path
d="m 4215.25,2790.01 c -2.25,0 -4.29,0.32 -6.12,0.95 -1.82,0.63 -3.4,1.64 -4.72,3.02 -1.32,1.37 -2.34,3.16 -3.06,5.34 -0.72,2.18 -1.08,4.83 -1.08,7.95 v 29.24 h 5.02 v -29.33 c 0,-2.45 0.29,-4.48 0.85,-6.11 0.56,-1.63 1.32,-2.94 2.27,-3.93 0.96,-0.98 2.08,-1.68 3.36,-2.11 1.28,-0.42 2.63,-0.63 4.08,-0.63 2.02,0 3.8,0.23 5.35,0.67 1.55,0.45 2.89,1.09 4.01,1.9 1.12,0.82 2.06,1.78 2.78,2.87 0.74,1.1 1.32,2.31 1.73,3.63 v 33.04 h 5.07 v -45.65 h -4.9 l -0.08,5.77 c -1.44,-2.08 -3.34,-3.7 -5.72,-4.87 -2.38,-1.17 -5.32,-1.75 -8.84,-1.75"
id="path2638" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient2646">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop2642" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop2644" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2656">
<path
d="m 4311.71,2790.86 h -5.06 v 29.79 c 0,2.41 -0.27,4.42 -0.8,6.01 -0.54,1.59 -1.3,2.85 -2.28,3.79 -0.98,0.95 -2.16,1.61 -3.53,1.97 -1.36,0.36 -2.86,0.54 -4.49,0.54 -2.13,-0.02 -4.01,-0.41 -5.61,-1.16 -1.6,-0.74 -2.96,-1.68 -4.07,-2.82 -1.12,-1.14 -1.98,-2.41 -2.6,-3.82 -0.61,-1.4 -0.99,-2.77 -1.09,-4.09 v -30.21 h -5.07 v 30.16 c 0,2.28 -0.26,4.18 -0.8,5.7 -0.53,1.52 -1.3,2.74 -2.28,3.67 -0.98,0.93 -2.15,1.59 -3.52,1.99 -1.36,0.39 -2.88,0.58 -4.54,0.58 -1.91,0 -3.6,-0.3 -5.06,-0.9 -1.47,-0.6 -2.74,-1.42 -3.82,-2.43 -1.08,-1.01 -1.98,-2.16 -2.68,-3.46 -0.7,-1.29 -1.26,-2.63 -1.69,-4 v -31.31 h -5.06 v 45.65 h 4.85 l 0.17,-7.43 c 0.76,1.24 1.64,2.38 2.64,3.4 1,1.03 2.12,1.9 3.35,2.62 1.24,0.72 2.59,1.27 4.05,1.66 1.46,0.39 3.04,0.59 4.73,0.59 3.35,0 6.22,-0.69 8.61,-2.1 2.39,-1.41 4.09,-3.66 5.1,-6.76 0.73,1.27 1.61,2.44 2.64,3.53 1.03,1.08 2.2,2.02 3.5,2.81 1.31,0.78 2.75,1.4 4.33,1.85 1.57,0.45 3.27,0.67 5.1,0.67 2.37,0 4.48,-0.31 6.33,-0.95 1.86,-0.63 3.42,-1.62 4.7,-2.99 1.29,-1.37 2.26,-3.1 2.94,-5.21 0.67,-2.11 1.01,-4.64 1.01,-7.6 v -29.74"
id="path2654" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient2662">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop2658" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop2660" />
</radialGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2672">
<path
d="m 4327.62,2790.51 c -1.13,0 -2.01,0.32 -2.64,0.96 -0.63,0.63 -0.95,1.44 -0.95,2.42 0,0.99 0.32,1.82 0.95,2.51 0.63,0.7 1.51,1.04 2.64,1.04 1.12,0 2.01,-0.34 2.66,-1.04 0.65,-0.69 0.97,-1.52 0.97,-2.51 0,-0.98 -0.32,-1.79 -0.97,-2.42 -0.65,-0.64 -1.54,-0.96 -2.66,-0.96"
id="path2670" />
</clipPath>
<radialGradient
fx="0"
fy="0"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-6943.57,-6943.57,-6943.57,6943.57,9660.01,6801.25)"
spreadMethod="pad"
id="radialGradient2678">
<stop
style="stop-opacity:1;stop-color:#684cff"
offset="0"
id="stop2674" />
<stop
style="stop-opacity:1;stop-color:#f04aff"
offset="1"
id="stop2676" />
</radialGradient>
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-63.096935,-33.386242)">
<path
d="m 95.245135,106.71046 c -0.124177,1.52929 -1.243894,2.7619 -2.778125,2.77813 -7.82955,0.0847 -1.534583,-5.55626 0,-5.55626 1.534231,0 3.030361,-0.33655 2.778125,2.77813"
style="fill:#5252aa;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path22" />
<path
d="m 71.506364,165.4529 c 1.36525,0.60675 0.985309,2.18613 -0.528108,2.56053 l -2.006247,0.13187 c -1.452034,-0.36932 -2.534356,-0.47487 -3.613151,-1.83169 l -2.19463,-5.66526 c 0.757766,-2.1886 2.060928,-3.2155 2.903714,-2.95656 l 3.062464,1.84782 c 0.844903,2.05877 0.04022,3.32175 0.475192,4.48772 0,0 0.950383,1.00333 1.900766,1.42557"
style="fill:#1c71d8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path36" />
<path
d="m 66.859928,164.34412 c -0.950384,-2.32308 -3.643136,-4.87715 -3.760259,-3.6365 -0.09384,0.9966 2.259189,5.60599 2.259189,5.60599 0.313267,1.69982 2.50437,2.06982 5.144206,1.72656 -1.636889,-0.3962 -2.764367,-1.54795 -3.643136,-3.69605"
style="fill:#c5b5e5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path38" />
<path
d="m 69.736478,133.35541 c 0.0695,1.90112 0.211667,3.68018 0.57785,5.19325 -1.18745,2.24613 -3.414536,4.35363 -3.945114,8.06556 -0.602545,4.21816 -0.794103,8.327 -0.620183,11.0194 0.173214,-0.0289 0.603602,0.34604 0.741186,0.42788 1.261886,0.74719 -0.289631,2.77993 0.720725,3.36931 1.595967,0.93102 0.652286,-3.0529 3.956756,-9.42897 0.744008,-1.43546 2.525183,-8.24971 3.788128,-9.93317 1.597378,-2.13007 1.719439,-3.54471 2.694164,-8.71326 1.722966,-9.13729 -8.41869,-13.84864 -7.913512,0"
style="fill:#ffb6b6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path40" />
<path
d="m 154.34212,60.493394 c -1.43087,0.9264 -5.62116,1.72756 -7.49229,0.33655 0,0 -17.76307,-14.22682 -20.37292,-16.584081 0,0 -2.2726,-2.188986 -0.42051,-5.051073 2.94287,-4.548364 9.17575,-7.744884 15.99494,-4.461581 l 12.712,9.765243 c 1.87113,1.39065 7.32366,5.724525 4.04071,10.354732 0,0 -3.03071,4.71452 -4.46193,5.64021"
style="fill:#4634e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path42" />
<path
d="m 127.40295,58.136484 c 0,-2.92911 -2.64936,-3.55282 -3.66148,-5.30401 -1.55752,-2.693811 -3.49427,1.36454 -3.49427,4.29366 0,1.0862 0.20779,2.34597 0.33691,3.19864 0.12947,0.85301 -1.29611,4.41677 -1.34691,8.25041 -1.04563,1.01424 -2.02071,2.10467 -2.79047,5.38586 -1.09397,4.65949 -6.13304,6.65233 -2.64442,8.65187 2.47085,1.41605 1.76353,-0.13123 5.32729,-4.80377 2.15618,-2.82716 5.97006,-7.49618 6.17714,-10.13742 0.28999,-3.69429 2.09621,-5.49452 2.09621,-9.53524"
style="fill:#d09595;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path44" />
<path
d="m 123.19396,48.876071 c -1.26259,2.272595 -1.5995,2.862087 -1.85209,3.788133 0,0 2.77813,1.26259 5.13504,5.80883 0.9017,1.73814 -3.28295,-9.596963 -3.28295,-9.596963"
style="fill:#2f8c93;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path46" />
<path
d="m 162.17132,115.44594 c 0,1.68417 -1.38324,2.2532 -2.77777,2.2532 h -3.11503 c -1.39489,0 -0.84173,-1.57974 -0.58914,-2.16888 l 1.43087,-2.35726 c 0,-1.39453 0.28927,-2.77813 1.6838,-2.77813 l 1.38924,0.0847 c 1.09397,-0.0847 1.72544,1.09431 1.97803,2.69346 v 2.27294"
style="fill:#39227f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path48" />
<path
d="m 136.57941,113.86691 c -0.50518,-1.76812 -2.13219,-2.10502 -3.61986,-2.10502 l -1.9364,-0.16828 c -4.20934,4.88244 -6.73488,3.45158 -6.5666,5.2197 0,0 -0.22472,0.84173 1.26294,0.84173 l 9.59732,-0.16828 c 1.48767,0 1.64148,-0.28045 1.64148,-1.76812 l -0.37888,-1.85173"
style="fill:#39227f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path50" />
<path
d="m 139.87929,82.881734 c -1.66617,-0.43321 -3.21592,-2.8575 -4.3942,3.87738 -0.31115,1.77624 -0.50553,3.45158 -1.17863,6.31367 -0.46355,1.97061 -1.68381,3.9571 -1.76812,6.73488 -0.15135,4.999206 -0.97685,9.056156 -1.2125,11.775366 0.77999,0.21837 1.38112,1.59032 1.38112,3.25155 0,0.17815 0.65688,0.54575 1.09432,0.4632 3.11468,-0.58949 -0.67345,-2.18899 4.46193,-11.1125 2.44511,-4.249206 0.75742,-6.903156 1.76742,-10.017826 1.04316,-3.21593 1.52682,-4.14832 1.9364,-5.72488 1.131,-4.35258 -0.42192,-5.12833 -2.08774,-5.56084"
style="fill:#e6a4a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path52" />
<path
d="m 144.49221,88.106024 c -1.76742,1.26259 -5.55554,-0.58914 -9.00712,-1.34691 0,0 1.41217,-10.23126 1.95439,-13.01009 0.45931,-2.35479 0.38029,-4.17654 2.75978,-3.2378 l 3.45158,2.10468 c 2.33186,0.43603 3.71969,6.00251 3.28295,8.33437 l -2.44158,7.15575"
style="fill:#56d6f4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path54" />
<path
d="m 157.47232,85.905744 c -0.75389,-3.11855 -2.11914,-5.71041 -5.67655,-3.61209 -3.683,2.17205 -2.28882,4.11798 -0.82091,6.97089 1.08655,2.11208 1.62524,1.66793 2.52588,3.51261 0.66464,1.36137 0.90876,5.31565 2.10715,8.178086 1.8295,4.36986 1.66229,7.87118 2.03129,9.98291 0.34396,-0.28928 0.75953,-0.45861 1.20685,-0.45861 0.90735,0 1.89407,0.92533 2.14666,2.44087 0.50517,-3.03072 0.68686,-8.30263 0.84208,-15.910986 0.0836,-4.12503 -3.36762,-6.98711 -4.36245,-11.10368"
style="fill:#d09595;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path56" />
<path
d="m 152.95288,66.302234 c -1.13665,-4.2097 -2.98873,-5.55625 -2.98873,-5.55625 -2.35232,-1.79458 -9.08826,-0.0854 -9.24807,1.72932 -6.07343,4.24744 -2.65854,8.36436 -2.65854,8.36436 0,0 1.74237,0 5.95595,3.93735 2.09374,6.68585 4.70077,14.1538 5.95101,14.33901 0,0 4.81401,2.85115 7.50782,-3.21028 0,0 -3.31611,-15.14757 -4.51944,-19.60351"
style="fill:#1eb4d6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path58" />
<path
d="m 149.79623,60.072534 c -0.9077,-1.58856 -3.83893,-7.13811 -4.62986,-8.923515 -3.03071,-6.840009 -8.76688,-13.344879 -11.61768,-11.364737 -6.06143,4.208992 -11.28077,3.430411 -10.60732,10.354734 0.57467,5.906908 5.69172,11.989158 11.36509,14.058898 0.42086,0.67346 0.61983,2.98556 1.26259,3.45123 2.44157,1.76812 1.30634,-0.51753 9.51301,-2.60985 4.2933,-1.09432 6.39797,-2.02036 4.71417,-4.96676"
style="fill:#33a5b5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path60" />
<path
d="m 123.58907,45.960363 c -0.57997,0.99695 -0.82974,2.305756 -0.6477,4.178653 0.57009,5.863518 5.8547,12.804418 11.36509,14.058898 -1.89759,-4.26543 -10.74491,-3.68935 -10.71739,-18.237551"
style="fill:#342eaf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path62" />
<path
d="m 128.5396,52.327654 c -0.94686,-4.735341 -0.79975,-9.36555 -0.79975,-9.36555 0,0 -3.054,-0.230364 -3.1302,-0.26035 -0.5334,-2.217208 -2.52871,-3.86468 -4.9096,-3.86468 -2.78977,0 -5.05072,2.261305 -5.05072,5.050719 0,2.79012 2.26095,5.051426 5.05072,5.051426 0.57185,0 1.12007,-0.09631 1.6323,-0.271287 -0.35137,-0.235302 2.60138,1.668992 3.1242,2.039056 1.43157,3.198986 4.41325,3.271666 4.08305,1.620666"
style="fill:#ffb6b6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path64" />
<path
d="m 123.61482,47.150282 c -0.60925,0.718962 -1.16099,1.127831 -2.04858,1.455209 -0.0409,-0.03457 -0.0815,0.05715 -0.11889,0.02293 -0.0378,0.01411 -0.0765,0.02681 -0.115,0.03951 0.31291,0.20955 0.68968,0.456142 0.99871,0.642056 l -0.067,-0.04621 c 2.37667,-1.534936 3.1623,-4.250267 1.35079,-2.113492"
style="fill:#a7a8a7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path66" />
<path
d="m 142.60979,52.229934 c -7.51911,-3.269549 -12.46399,-8.56686 -11.04442,-11.831819 0.0818,-0.187678 0.1838,-0.364066 0.30304,-0.530578 -1.19486,0.461434 -2.07045,1.187098 -2.49908,2.172406 -1.47038,3.381375 2.87796,8.531578 9.71162,11.503381 5.23664,2.27683 10.4133,2.61373 13.20836,1.12536 -2.806,-0.11889 -6.21348,-0.93169 -9.67952,-2.43875"
style="fill:#342eaf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path68" />
<path
d="m 154.48993,50.93841 c -2.50366,-2.565753 -2.71533,-3.472391 -6.94549,-5.303308 -3.157,-1.326092 -7.63975,-4.167364 -11.46527,-6.269215 -2.23309,-1.226961 -4.50921,-0.234244 -5.01403,2.859617 -0.3803,2.330803 1.899,4.422776 4.41995,4.798484 0.51541,0.0769 3.09351,2.2098 5.16325,2.895953 2.35797,0.781755 3.54965,0.324203 5.12798,0.0081 0.91581,1.524353 2.65924,4.118683 4.90185,5.196063 4.69547,2.25496 6.38104,5.29202 6.33695,5.60071 -0.18944,1.32609 -1.53282,2.78518 -1.32574,3.09386 0.17745,0.26564 0.86466,-0.27693 1.60196,-0.68651 0.98672,1.38113 0.4184,3.96981 1.38219,3.54789 0.97966,-0.42898 2.3823,-2.73509 1.94027,-4.56601 -1.19097,-4.93536 -3.2078,-8.1862 -6.12387,-11.175648"
style="fill:#d09595;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path70" />
<path
d="m 96.248083,96.221324 c 1.068211,1.60126 7.186087,-1.51554 12.503507,-9.44492 4.79848,-7.15575 9.5384,-2.58198 6.73488,-6.98747 -3.32634,-5.22676 -5.7778,2.28318 -11.28043,7.66092 -3.70416,3.61985 -11.954577,2.77813 -7.957957,8.77147"
style="fill:#e6a4a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path72" />
<path
d="m 115.36476,81.665714 c 0,1.18568 0.99272,1.60796 -2.39924,2.147 -1.30846,0.20779 -2.31493,0 -2.39924,-2.147 -0.0466,-1.18428 0.86395,-2.90407 2.18863,-2.90407 1.32539,0 2.60985,1.71838 2.60985,2.90407"
style="fill:#d09595;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path74" />
<path
d="m 90.951477,89.326634 c 0,-2.71992 2.204861,-4.92478 4.924778,-4.92478 2.719917,0 4.924775,2.20486 4.924775,4.92478 0,2.71992 -2.204858,4.92478 -4.924775,4.92478 -2.719917,0 -4.924778,-2.20486 -4.924778,-4.92478"
style="fill:#ffb6b6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path76" />
<path
d="m 97.762205,95.169694 c 0.1143,-0.37289 0.176742,-0.76483 0.176742,-1.17087 0,-1.42381 -0.752123,-2.68852 -1.916289,-3.48756 0.0074,-0.0907 -0.09772,-2.16923 1.105252,-2.07046 0.439914,0.036 -0.01482,1.80199 0.776817,1.64359 0.997656,-0.76905 1.381125,-1.67534 1.381125,-3.11467 0,-2.34844 -1.733903,-4.25168 -3.872794,-4.25168 -2.13854,0 -3.872442,1.90324 -3.872442,4.25168 0,1.02306 1.4097,14.269156 4.08305,14.269156 2.67335,0 4.840814,-1.432626 4.840814,-3.198986 0,-1.25942 -1.101369,-2.34844 -2.702275,-2.8702"
style="fill:#7c7c7c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path78" />
<path
d="m 102.74554,83.364684 c 0.45403,0.9271 -0.88088,2.83916 -3.344329,3.72005 -2.412648,0.86289 -4.534606,1.2901 -4.988984,0.36336 -0.453672,-0.92675 1.043164,-2.59221 3.344333,-3.71969 2.30117,-1.12748 4.53461,-1.29046 4.98898,-0.36372"
style="fill:#5952e8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path80" />
<path
d="m 100.15333,86.672684 c 0.11607,-0.72566 0.28575,-2.13184 -0.614889,-3.61774 -1.332794,-2.19815 -3.153833,-2.88748 -5.824009,-1.74095 -5.036255,2.16182 -4.733925,6.985 -2.148769,8.15128 2.584803,1.16593 8.587667,-2.79259 8.587667,-2.79259"
style="fill:#4634e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path82" />
<path
d="m 114.83841,123.73728 c -3.15665,-0.44203 -4.99956,1.4538 -5.14632,1.67746 -0.9779,-0.28822 -2.00378,-4.36915 -2.77248,-7.29157 -1.36243,-5.18265 -4.48768,-8.08284 -4.96111,-9.6654 -2.399245,-8.01829 -4.097165,-6.82625 -5.206298,-6.2805 -2.370314,1.16628 -1.418167,4.0901 0.854781,7.00475 4.162077,5.33682 3.571527,8.60884 5.270857,10.86415 4.63655,6.1535 2.57069,7.01604 6.46747,8.86848 0.1464,0.0699 5.53332,-5.17173 5.4931,-5.17737"
style="fill:#ffb6b6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path84" />
<path
d="m 94.381888,148.29802 c -1.041047,1.11972 -5.051073,2.58869 -5.051073,2.58869 -1.199091,0.28292 -3.189464,0.37853 -3.472744,-0.82056 l 0.189089,-2.77813 c 0.136877,-2.39959 2.116667,-0.4198 3.409597,-0.56832 l 1.388886,-2.3361 c 1.704975,1.26295 3.914776,-0.69462 4.483101,-0.31538 0.568325,0.37853 2.399241,0.63112 -0.946856,4.2298"
style="fill:#3584e4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path86" />
<path
d="m 96.759963,124.30561 c 0.136172,-5.24228 -1.389239,-4.91843 -6.71442,-7.00229 -7.729361,-3.02437 -8.354484,-4.27884 -8.970081,2.01507 -0.212725,2.17487 -1.664406,4.13737 2.804231,5.15549 0.655814,0.14923 6.192309,0.60466 6.819195,0.67345 -1.010356,1.51554 -3.161242,6.01486 -2.946753,8.92352 0.551039,7.46971 -0.69215,10.46903 -0.365478,12.15213 0.813153,0.001 1.561747,0.9458 1.887361,1.86302 2.771423,0.0441 0.659342,-4.24532 4.490509,-14.00104 1.567744,-3.99168 2.952397,-8.12447 2.995436,-9.77935"
style="fill:#e6a4a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path88" />
<path
d="m 118.52953,37.476057 c -1.45697,1.076678 -1.282,3.520017 0.10125,5.657145 1.00647,1.554691 2.19251,1.138061 2.01683,0.733777 -0.63183,-1.45168 -0.20603,-2.518833 0.45967,-2.623608 0.66569,-0.105128 1.36736,0.833614 1.56668,2.096911 0,0 2.36538,-0.207786 2.39536,-0.694267 0.3489,-5.689247 -5.08247,-6.246636 -6.53979,-5.169958"
style="fill:#2d1a68;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path90" />
<path
d="m 120.49415,40.280993 c -0.375,-0.530931 -2.64478,0.426861 -5.06977,2.140303 -2.42464,1.713089 -4.08623,3.532364 -3.71122,4.063295 0.3757,0.531283 2.64548,-0.426509 5.07012,-2.139598 2.42499,-1.713089 4.08658,-3.532717 3.71087,-4.064"
style="fill:#6ce5b9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path92" />
<path
d="m 123.72277,38.36929 c -1.48625,-2.481439 -4.75156,-2.454981 -7.42844,-1.064683 -3.85128,2.000955 -3.41313,6.62552 -2.59221,6.62552 4.2933,0 10.02065,-5.560837 10.02065,-5.560837"
style="fill:#33d19d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path94" />
<path
d="m 84.469185,118.07555 c 0.84208,-2.9464 2.515305,-7.99359 8.923867,-12.1225 5.699831,-3.67242 5.977114,-6.397976 5.219347,-7.576606 -0.757766,-1.17863 -5.051072,-5.55625 -8.923514,-3.19899 -3.872795,2.35691 -14.564079,19.867386 -12.628034,20.793426 1.936397,0.92604 7.408334,2.10467 7.408334,2.10467"
style="fill:#635dd8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path96" />
<path
d="m 85.563149,116.01356 c 0,-4.44076 -3.806473,-8.0398 -8.502651,-8.0398 -4.695825,0 -7.563909,3.69993 -8.502298,8.0398 -0.336903,1.55716 -0.64523,5.29978 -0.421216,7.19738 0.321027,2.7185 1.336322,8.60989 1.336322,8.60989 0,0 2.248606,0.97402 3.967339,1.07139 2.051756,0.11641 4.427714,0.90875 4.902906,-3.13055 0.325614,-2.77072 1.275644,-5.68784 1.27,-6.07801 3.44805,-1.02482 5.949598,-4.07106 5.949598,-7.6701"
style="fill:#2d1a68;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path98" />
<path
d="m 87.997668,108.62357 c -5.615164,2.44793 -10.790414,3.701 -11.928123,1.95087 -0.333728,0.72989 -0.394758,1.37124 -0.126294,1.86584 1.020586,1.8796 6.370108,0.93803 11.957403,-2.08633 6.281915,-3.40078 8.242301,-7.13564 7.723012,-9.11507 -0.974725,2.02459 -3.333398,5.51391 -7.625998,7.38469"
style="fill:#342eaf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path100" />
<path
d="m 99.747286,101.63928 c 1.483784,4.04671 1.087964,4.28449 -2.336095,4.98757 -3.490384,0.71649 -3.29812,-0.47307 -3.724981,-3.15701 -0.44203,-2.77812 4.356453,-5.682536 4.356453,-5.682536 0,0 0.634648,0.93239 1.704623,3.851976"
style="fill:#5454d3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path102" />
<path
d="m 76.723948,111.76189 c -3.906661,-1.62384 -7.694084,-1.76848 -8.418337,5.30366 -0.338666,3.30694 2.60985,6.06142 7.183262,7.21324 1.101725,0.27799 9.353551,0.51153 10.579806,0.70027 2.188634,0.33655 3.584928,-2.19463 4.017081,-4.7117 0.781403,-4.54872 -4.410428,-4.78543 -13.361812,-8.50547"
style="fill:#372584;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path104" />
<path
d="m 95.876255,94.251414 c -0.631472,-2.69381 -3.404659,-3.07235 -4.335639,-2.02036 0,0 -25.087088,9.008176 -26.01313,17.342196 -0.312914,2.81552 1.56457,5.41761 3.864681,5.33012 l 8.244417,-0.31221 c 0.746478,0.0621 1.318684,-0.0656 1.754717,-0.31432 0.32773,-0.13935 0.629355,-0.34819 0.878769,-0.63006 L 95.076155,97.113494 c 0.93098,-1.05163 0.8001,-2.86208 0.8001,-2.86208"
style="fill:#4634e1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path106" />
<path
d="m 93.055796,89.200334 c -1.51518,-2.23061 -12.500681,-0.6738 -13.385095,0.0843 0,0 -10.994673,7.3159 -14.143215,12.038536 -0.505178,0.75741 0.841728,4.12503 1.346906,5.21935 l 8.671278,-0.42087 c 0.709083,0.0445 3.366911,0 3.366911,0 2.441576,-2.77812 14.816668,-13.722346 14.816668,-13.722346 0.884767,-0.75812 -0.673453,-3.19899 -0.673453,-3.19899"
style="fill:#c5b5e5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path108" />
<path
d="m 82.645676,102.44079 c 0.170745,-0.59161 0.189795,-1.26083 0.02646,-2.01612 -1.317978,-6.088946 -4.541308,-5.044366 -9.616017,-4.640796 -0.905933,0.072 -1.774119,0.21873 -2.589036,0.42722 -0.614892,0.52599 -1.21285,1.05798 -1.776942,1.58714 1.11125,-0.33161 2.341739,-0.54292 3.6449,-0.59654 5.086351,-0.2092 8.347076,-1.1303 9.431867,5.004146 0.06174,0.35137 0.08467,0.68192 0.07373,0.99413 0.259292,-0.24589 0.528109,-0.49918 0.805039,-0.75918"
style="fill:#5952e8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path110" />
<path
d="m 88.980154,96.362434 c -0.808919,-6.17679 -4.107392,-5.40315 -9.198681,-5.42149 -0.994833,-0.004 -1.953331,0.085 -2.851856,0.25259 -0.606425,0.43533 -1.283052,0.92922 -1.999544,1.46579 1.222022,-0.28998 2.584097,-0.4251 4.015317,-0.36548 4.965347,0.20814 8.252531,-0.40252 8.938684,5.33824 0.382058,-0.34537 0.757414,-0.68439 1.123244,-1.01353 -0.0071,-0.0843 -0.01552,-0.16934 -0.02716,-0.25612"
style="fill:#5952e8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0352778"
id="path112" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 37 KiB

1
sketching.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

BIN
zabotay.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 KiB

108
zabotay.svg

@ -0,0 +1,108 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="297mm"
height="210mm"
viewBox="0 0 297 210"
version="1.1"
id="svg5"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
sodipodi:docname="zabotay.svg"
inkscape:export-filename="/home/ennucore/dev/tasscher/zabotay.png"
inkscape:export-xdpi="1121.49"
inkscape:export-ydpi="1121.49"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="0.68684764"
inkscape:cx="397.46806"
inkscape:cy="456.4331"
inkscape:window-width="1920"
inkscape:window-height="1008"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient7112">
<stop
style="stop-color:#eb5b6f;stop-opacity:1"
offset="0"
id="stop7108" />
<stop
style="stop-color:#1e7cea;stop-opacity:1"
offset="1"
id="stop7110" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient2824">
<stop
style="stop-color:#ab4251;stop-opacity:1"
offset="0"
id="stop2820" />
<stop
style="stop-color:#1964bd;stop-opacity:1"
offset="1"
id="stop2822" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2824"
id="linearGradient2826"
x1="101.5576"
y1="113.30517"
x2="225.98781"
y2="75.676544"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient7112"
id="linearGradient6564"
x1="157.14742"
y1="102.82401"
x2="170.94386"
y2="82.67141"
gradientUnits="userSpaceOnUse" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#282e46;stroke:url(#linearGradient2826);stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none"
id="rect846"
width="145.30672"
height="49.123035"
x="90.723366"
y="68.605865"
ry="16.685978" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:21.1667px;line-height:1.25;font-family:sans-serif;fill:url(#linearGradient6564);fill-opacity:1;stroke:none;stroke-width:0.264583"
x="119.04134"
y="98.871353"
id="text3902"><tspan
sodipodi:role="line"
id="tspan3900"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.1667px;font-family:'Inconsolata LGC';-inkscape-font-specification:'Inconsolata LGC';fill:url(#linearGradient6564);fill-opacity:1;stroke-width:0.264583"
x="119.04134"
y="98.871353">заbotay</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

Loading…
Cancel
Save