Лагерь: Секция 2-3
@ -242,6 +242,14 @@ p {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about-us__frame {
|
||||||
|
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.about-us__image {
|
.about-us__image {
|
||||||
@ -258,7 +266,8 @@ p {
|
|||||||
|
|
||||||
aspect-ratio: 4 / 3;
|
aspect-ratio: 4 / 3;
|
||||||
|
|
||||||
box-shadow: 0 8px 32px rgba(0,0,0,0.10);
|
border: 5px solid #fff;
|
||||||
|
box-shadow: 0 8px 32px rgba(255,107,0,0.15);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -355,7 +364,7 @@ p {
|
|||||||
|
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
|
||||||
opacity: 0.15;
|
|
||||||
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
@ -367,28 +376,32 @@ p {
|
|||||||
|
|
||||||
.about-us__doodle--plane {
|
.about-us__doodle--plane {
|
||||||
|
|
||||||
width: 78px;
|
width: 128px;
|
||||||
|
|
||||||
height: 78px;
|
height: 128px;
|
||||||
|
|
||||||
top: -5px;
|
top: -36px;
|
||||||
|
|
||||||
|
right: -36px;
|
||||||
|
|
||||||
|
filter: drop-shadow(0 0 0 6px #fff) drop-shadow(0 0 0 6px #fff);
|
||||||
|
|
||||||
right: -5px;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.about-us__doodle--heart {
|
||||||
|
|
||||||
.about-us__doodle--bulb {
|
width: 30px;
|
||||||
|
|
||||||
width: 72px;
|
height: 30px;
|
||||||
|
|
||||||
height: 72px;
|
|
||||||
|
|
||||||
bottom: -8px;
|
bottom: -8px;
|
||||||
|
|
||||||
left: -8px;
|
left: -8px;
|
||||||
|
|
||||||
|
filter: drop-shadow(0 0 0 6px #fff) drop-shadow(0 0 0 6px #fff);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -432,25 +445,25 @@ p {
|
|||||||
|
|
||||||
.about-us__doodle--plane {
|
.about-us__doodle--plane {
|
||||||
|
|
||||||
|
width: 144px;
|
||||||
|
|
||||||
|
height: 144px;
|
||||||
|
|
||||||
|
top: -24px;
|
||||||
|
|
||||||
|
right: -24px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-us__doodle--heart {
|
||||||
|
|
||||||
width: 48px;
|
width: 48px;
|
||||||
|
|
||||||
height: 48px;
|
height: 48px;
|
||||||
|
|
||||||
top: 10px;
|
bottom: -12px;
|
||||||
|
|
||||||
right: 10px;
|
left: -12px;
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-us__doodle--bulb {
|
|
||||||
|
|
||||||
width: 44px;
|
|
||||||
|
|
||||||
height: 44px;
|
|
||||||
|
|
||||||
bottom: 10px;
|
|
||||||
|
|
||||||
left: 10px;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -458,13 +471,28 @@ p {
|
|||||||
|
|
||||||
|
|
||||||
/* suggestions */
|
/* suggestions */
|
||||||
|
@keyframes sugFadeUp {
|
||||||
|
from { transform: translateY(24px) scale(0.97); opacity: 0; }
|
||||||
|
to { transform: translateY(0) scale(1); opacity: 1; }
|
||||||
|
}
|
||||||
|
@keyframes sugSpin {
|
||||||
|
from { transform: rotate(0deg); }
|
||||||
|
to { transform: rotate(360deg); }
|
||||||
|
}
|
||||||
|
@keyframes sugFloat {
|
||||||
|
0%, 100% { transform: translateY(0); }
|
||||||
|
50% { transform: translateY(-10px); }
|
||||||
|
}
|
||||||
|
@keyframes sugBounce {
|
||||||
|
0%, 100% { transform: translateY(0) scale(1); }
|
||||||
|
50% { transform: translateY(-12px) scale(1.05); }
|
||||||
|
}
|
||||||
.suggestions {
|
.suggestions {
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
padding: 100px 0;
|
padding: 100px 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1024px) {
|
@media (min-width: 1024px) {
|
||||||
.suggestions {
|
.suggestions {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
@ -472,13 +500,13 @@ p {
|
|||||||
margin-right: calc(-50vw + 50%);
|
margin-right: calc(-50vw + 50%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.suggestions .container {
|
.suggestions .container {
|
||||||
max-width: 1216px;
|
max-width: 1216px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 24px;
|
padding: 0 24px;
|
||||||
|
position: relative;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.suggestions__subtitle {
|
.suggestions__subtitle {
|
||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
@ -490,112 +518,145 @@ p {
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.suggestions-wrapper {
|
.suggestions-wrapper {
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: repeat(3, 1fr);
|
flex-wrap: wrap;
|
||||||
gap: 30px;
|
justify-content: center;
|
||||||
|
gap: 20px;
|
||||||
|
}
|
||||||
|
.suggestions-wrapper > .suggestions__item {
|
||||||
|
width: calc(25% - 15px);
|
||||||
|
min-width: 220px;
|
||||||
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.suggestions__item {
|
.suggestions__item {
|
||||||
background: #fff;
|
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding: 28px;
|
padding: 32px 24px 36px;
|
||||||
box-shadow: 0 8px 24px rgba(255,107,0,0.12);
|
box-shadow: 0 4px 16px rgba(0,0,0,0.04);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
gap: 16px;
|
gap: 12px;
|
||||||
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
transform: translateY(0) scale(1);
|
||||||
|
transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
|
||||||
}
|
}
|
||||||
|
.suggestions__item::before {
|
||||||
.suggestions__item:hover {
|
content: '';
|
||||||
transform: translateY(-6px);
|
|
||||||
box-shadow: 0 14px 32px rgba(255,107,0,0.18);
|
|
||||||
}
|
|
||||||
|
|
||||||
.suggestions__item-icon-wrap {
|
|
||||||
width: 72px;
|
|
||||||
height: 72px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
background: rgba(255,107,0,0.1);
|
|
||||||
border-radius: 16px;
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.suggestions__item-icon {
|
|
||||||
width: 40px;
|
|
||||||
height: 40px;
|
|
||||||
object-fit: contain;
|
|
||||||
}
|
|
||||||
|
|
||||||
.suggestions__item_title {
|
|
||||||
font-family: "Montserrat", sans-serif;
|
|
||||||
font-size: 22px;
|
|
||||||
line-height: 1.25;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #1c2b2d;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.suggestions__item_text {
|
|
||||||
font-family: "Inter", sans-serif;
|
|
||||||
font-size: 16px;
|
|
||||||
line-height: 1.5;
|
|
||||||
color: #555;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.suggestions__doodle {
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 20px;
|
inset: 0;
|
||||||
right: 20px;
|
opacity: 0;
|
||||||
width: 80px;
|
transition: opacity 0.4s ease;
|
||||||
height: 80px;
|
border-radius: 20px;
|
||||||
opacity: 0.12;
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
.suggestions__item:nth-child(4n+1) { background: #e0f4ff; }
|
||||||
@media (max-width: 1023px) {
|
.suggestions__item:nth-child(4n+1)::before { background: linear-gradient(135deg, rgba(57,183,234,0.15), transparent); }
|
||||||
.suggestions-wrapper {
|
.suggestions__item:nth-child(4n+2) { background: #ffede0; }
|
||||||
grid-template-columns: repeat(2, 1fr);
|
.suggestions__item:nth-child(4n+2)::before { background: linear-gradient(135deg, rgba(255,107,0,0.15), transparent); }
|
||||||
gap: 24px;
|
.suggestions__item:nth-child(4n+3) { background: #e0fce8; }
|
||||||
}
|
.suggestions__item:nth-child(4n+3)::before { background: linear-gradient(135deg, rgba(0,200,83,0.15), transparent); }
|
||||||
.suggestions__item_title {
|
.suggestions__item:nth-child(4n+4) { background: #f3e0ff; }
|
||||||
font-size: 20px;
|
.suggestions__item:nth-child(4n+4)::before { background: linear-gradient(135deg, rgba(156,39,176,0.15), transparent); }
|
||||||
}
|
.suggestions__item:hover {
|
||||||
}
|
transform: translateY(-6px) scale(1.02);
|
||||||
|
box-shadow: 0 12px 40px rgba(0,0,0,0.12);
|
||||||
@media (max-width: 767px) {
|
|
||||||
.suggestions {
|
|
||||||
padding: 60px 0;
|
|
||||||
}
|
|
||||||
.suggestions__subtitle {
|
|
||||||
font-size: 18px;
|
|
||||||
margin: -20px 0 36px;
|
|
||||||
padding: 0 20px;
|
|
||||||
}
|
|
||||||
.suggestions-wrapper {
|
|
||||||
grid-template-columns: 1fr;
|
|
||||||
gap: 20px;
|
|
||||||
}
|
|
||||||
.suggestions__item {
|
|
||||||
padding: 24px;
|
|
||||||
}
|
}
|
||||||
|
.suggestions__item:hover::before { opacity: 1; }
|
||||||
.suggestions__item_title {
|
.suggestions__item_title {
|
||||||
|
font-family: "Montserrat", sans-serif;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
line-height: 1.3;
|
||||||
|
font-weight: 700;
|
||||||
|
color: #1c2b2d;
|
||||||
|
margin: 0;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.suggestions__item_text {
|
.suggestions__item_text {
|
||||||
font-size: 15px;
|
font-family: "Inter", sans-serif;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 1.6;
|
||||||
|
color: #555;
|
||||||
|
margin: 0;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.suggestions__doodle {
|
.suggestions__doodle {
|
||||||
display: none;
|
position: absolute;
|
||||||
|
pointer-events: none;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
.suggestions__doodle--star {
|
||||||
|
width: 40px; height: 40px;
|
||||||
|
top: 30px; left: 30px;
|
||||||
|
opacity: 0.18;
|
||||||
|
animation: sugSpin 20s linear infinite;
|
||||||
|
filter: invert(55%) sepia(80%) saturate(500%) hue-rotate(175deg);
|
||||||
|
}
|
||||||
|
.suggestions__doodle--gear {
|
||||||
|
width: 56px; height: 56px;
|
||||||
|
bottom: 40px; right: 40px;
|
||||||
|
opacity: 0.14;
|
||||||
|
animation: sugSpin 25s linear infinite reverse;
|
||||||
|
}
|
||||||
|
.suggestions__doodle--bounce {
|
||||||
|
width: 32px; height: 32px;
|
||||||
|
top: 50%; left: 60px;
|
||||||
|
opacity: 0.12;
|
||||||
|
animation: sugBounce 3s ease-in-out infinite;
|
||||||
|
filter: invert(45%) sepia(90%) saturate(2000%) hue-rotate(360deg);
|
||||||
|
}
|
||||||
|
.suggestions__doodle--float {
|
||||||
|
width: 28px; height: 28px;
|
||||||
|
top: 80px; right: 100px;
|
||||||
|
opacity: 0.13;
|
||||||
|
animation: sugFloat 5s ease-in-out infinite;
|
||||||
|
filter: invert(60%) sepia(80%) saturate(800%) hue-rotate(100deg);
|
||||||
|
}
|
||||||
|
.suggestions__doodle--paper {
|
||||||
|
width: 36px; height: 36px;
|
||||||
|
bottom: 80px; left: 120px;
|
||||||
|
opacity: 0.1;
|
||||||
|
animation: sugFloat 4.5s ease-in-out infinite reverse;
|
||||||
|
filter: invert(25%) sepia(60%) saturate(750%) hue-rotate(260deg);
|
||||||
|
}
|
||||||
|
.suggestions::before {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
inset: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
z-index: 0;
|
||||||
|
background-image: radial-gradient(circle at 25% 25%, rgba(57,183,234,0.06) 1px, transparent 1px),
|
||||||
|
radial-gradient(circle at 75% 75%, rgba(255,107,0,0.05) 1px, transparent 1px);
|
||||||
|
background-size: 40px 40px, 60px 60px;
|
||||||
|
}
|
||||||
|
@media (prefers-reduced-motion: no-preference) {
|
||||||
|
.suggestions__item { animation: sugFadeUp 0.5s ease-out forwards; }
|
||||||
|
.suggestions__item:nth-child(1) { animation-delay: 0.08s; }
|
||||||
|
.suggestions__item:nth-child(2) { animation-delay: 0.16s; }
|
||||||
|
.suggestions__item:nth-child(3) { animation-delay: 0.24s; }
|
||||||
|
.suggestions__item:nth-child(4) { animation-delay: 0.32s; }
|
||||||
|
.suggestions__item:nth-child(5) { animation-delay: 0.40s; }
|
||||||
|
.suggestions__item:nth-child(6) { animation-delay: 0.48s; }
|
||||||
|
}
|
||||||
|
@media (max-width: 1023px) {
|
||||||
|
.suggestions-wrapper { gap: 16px; }
|
||||||
|
.suggestions-wrapper > .suggestions__item { width: calc(50% - 8px); min-width: 0; }
|
||||||
|
}
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.suggestions { padding: 60px 0; }
|
||||||
|
.suggestions__subtitle { font-size: 18px; margin: -20px 0 36px; padding: 0 20px; }
|
||||||
|
.suggestions-wrapper { gap: 14px; }
|
||||||
|
.suggestions-wrapper > .suggestions__item { width: 100%; }
|
||||||
|
.suggestions__item { padding: 24px 20px 28px; }
|
||||||
|
.suggestions__item_title { font-size: 18px; }
|
||||||
|
.suggestions__item_text { font-size: 13px; }
|
||||||
|
.suggestions__doodle { display: none; }
|
||||||
|
.suggestions::before { display: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.infograph__item {
|
.infograph__item {
|
||||||
width: calc(25% - 20px);
|
width: calc(25% - 20px);
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -2579,6 +2640,23 @@ p {
|
|||||||
border-width: 10px;
|
border-width: 10px;
|
||||||
max-width: 840px;
|
max-width: 840px;
|
||||||
}
|
}
|
||||||
|
.about-us__image {
|
||||||
|
border-width: 10px;
|
||||||
|
}
|
||||||
|
.about-us__doodle--plane {
|
||||||
|
width: 220px;
|
||||||
|
height: 220px;
|
||||||
|
top: -60px;
|
||||||
|
right: -60px;
|
||||||
|
filter: drop-shadow(0 0 0 10px #fff) drop-shadow(0 0 0 10px #fff);
|
||||||
|
}
|
||||||
|
.about-us__doodle--heart {
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
bottom: -28px;
|
||||||
|
left: -28px;
|
||||||
|
filter: drop-shadow(0 0 0 5px #fff) drop-shadow(0 0 0 5px #fff);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-media-search__frame .doodle {
|
.hero-media-search__frame .doodle {
|
||||||
@ -2689,3 +2767,4 @@ p {
|
|||||||
.on-desktop { display: block; }
|
.on-desktop { display: block; }
|
||||||
.on-mobile { display: none; }
|
.on-mobile { display: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,82 @@
|
|||||||
|
<svg width="208" height="202" viewBox="0 0 208 202" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g filter="url(#filter0_d_3906_2777)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M93.0381 114.995C94.976 113.259 96.9691 111.573 98.8593 109.774C112.593 96.769 126.314 83.7565 139.98 70.694C141.921 68.8401 143.808 66.8185 145.188 64.5625C147.038 61.5486 146.737 58.3745 144.112 55.7871C141.45 53.1773 138.26 53.2475 135.288 54.9785C133.431 56.0654 131.733 57.6556 130.344 59.3278C116.58 75.7182 103.693 92.7506 92.8012 111.229C92.3369 112.007 92.106 112.907 91.7547 113.752C92.1891 114.165 92.6036 114.582 93.0381 114.995Z" fill="#FFDA00"/>
|
||||||
|
</g>
|
||||||
|
<g filter="url(#filter1_d_3906_2777)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M99.7106 122.443C95.8304 125.919 89.9316 125.834 86.1533 122.248C85.8822 121.99 85.625 121.739 85.4237 121.542L85.4057 121.524C85.1851 121.309 85.0251 121.152 84.8699 121.005C81.8646 118.152 80.9301 113.742 82.5202 109.915C82.5202 109.915 82.5202 109.915 82.5202 109.915C82.5208 109.914 82.5266 109.899 82.5386 109.868C82.5534 109.829 82.5733 109.776 82.6028 109.695C82.6105 109.673 82.6237 109.637 82.6406 109.59C82.6963 109.435 82.7927 109.167 82.8665 108.97C83.0862 108.381 83.5047 107.3 84.1963 106.134C95.4612 87.0259 108.712 69.5392 122.67 52.9158C124.558 50.6471 127.103 48.1822 130.236 46.3485L130.256 46.3369C132.989 44.7452 136.483 43.5314 140.43 43.774C144.546 44.027 148.222 45.8125 151.113 48.6461L151.133 48.6657C153.8 51.2951 155.789 54.7609 156.262 58.8708C156.733 62.957 155.596 66.7203 153.714 69.7877C151.659 73.1459 149.037 75.8713 146.89 77.923M145.188 64.5626C147.038 61.5488 146.737 58.3746 144.112 55.7873C141.45 53.1775 138.26 53.2477 135.288 54.9787C133.431 56.0656 131.733 57.6557 130.344 59.3279C123.059 68.0028 116.02 76.8575 109.392 86.0112C104.589 92.6455 100.001 99.4369 95.6933 106.431C95.6913 106.434 95.6893 106.437 95.6872 106.441C94.7106 108.026 93.7483 109.622 92.8011 111.229C92.4927 111.746 92.2873 112.317 92.0811 112.889C91.9929 113.135 91.9045 113.38 91.8079 113.622C91.7904 113.666 91.7727 113.709 91.7546 113.753C91.9719 113.959 92.1841 114.166 92.3963 114.374C92.6086 114.581 92.8208 114.789 93.038 114.995C93.2184 114.833 93.3992 114.672 93.5804 114.511C94.0353 114.108 94.4925 113.706 94.9498 113.304C95.1286 113.146 95.3074 112.989 95.4862 112.832C95.4907 112.828 95.4951 112.824 95.4996 112.82C96.6336 111.821 97.7637 110.817 98.8593 109.774C104.894 104.059 110.927 98.3431 116.954 92.6218C124.641 85.3233 132.32 78.0166 139.98 70.6941C141.921 68.8403 143.808 66.8186 145.188 64.5626ZM105.744 117.027C104.33 118.372 102.742 119.768 101.355 120.989C100.76 121.512 100.202 122.003 99.7106 122.443M105.744 117.027C119.476 104.023 133.208 91.0004 146.889 77.9241Z" fill="white"/>
|
||||||
|
</g>
|
||||||
|
<g filter="url(#filter2_d_3906_2777)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.2369 100.008C47.2358 97.8915 48.3446 95.8169 49.2137 93.6638C54.0839 81.6378 58.9868 69.6128 63.6697 57.5033C64.7947 54.5924 65.4113 51.393 65.653 48.275C65.8556 45.6331 64.223 43.1701 61.4511 43.1797C59.6204 43.1953 57.7015 44.7707 56.0159 45.9407C55.3227 46.4317 55.0097 47.6064 54.7424 48.5404C51.2266 60.7601 47.5028 72.9348 44.3634 85.2562C43.1861 89.8457 42.7176 94.814 44.4135 99.5143C45.0296 99.6945 45.6397 99.8549 46.2498 100.015L46.2369 100.008Z" fill="#FFDA00"/>
|
||||||
|
</g>
|
||||||
|
<g filter="url(#filter3_d_3906_2777)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.3632 85.2561C43.8606 87.2156 43.4872 89.2442 43.3562 91.2915C43.356 91.294 43.3559 91.2965 43.3557 91.299C43.1904 93.8957 43.4154 96.5224 44.2619 99.0764C44.3103 99.2226 44.3608 99.3685 44.4134 99.5142C45.0246 99.6929 45.6299 99.8522 46.2351 100.011C46.24 100.013 46.2448 100.014 46.2496 100.015L46.2368 100.008C46.2478 99.9849 46.2588 99.9615 46.2699 99.9382C46.4795 99.4952 46.6937 99.0541 46.9094 98.6136C47.0117 98.4048 47.1143 98.1961 47.2168 97.9875C47.92 96.5572 48.6223 95.1285 49.2136 93.6636C49.7736 92.281 50.3339 90.8984 50.8943 89.5156C51.2105 88.7354 51.5268 87.9551 51.843 87.1747C51.8445 87.1709 51.8461 87.167 51.8477 87.1631C54.3549 80.9753 56.8587 74.7838 59.3247 68.5767C60.7887 64.8918 62.2394 61.2014 63.6696 57.5031C64.7946 54.5922 65.4111 51.3929 65.6528 48.2749C65.8554 45.633 64.2229 43.17 61.451 43.1795C59.8723 43.193 58.2281 44.3663 56.7244 45.4394C56.4843 45.6107 56.2478 45.7795 56.0157 45.9406C55.3491 46.4128 55.034 47.5174 54.7731 48.4321C54.7628 48.4685 54.7525 48.5045 54.7423 48.5402C53.826 51.7249 52.8955 54.9066 51.965 58.0886C51.2591 60.5026 50.5531 62.9169 49.8531 65.3328C47.9357 71.9512 46.0637 78.5821 44.3632 85.2561ZM34.6747 82.7796C37.0426 73.4872 39.7548 64.2127 42.4082 55.1398C43.3281 51.9939 44.241 48.8722 45.1301 45.7824C45.1361 45.7612 45.1437 45.7341 45.1528 45.7017C45.2575 45.328 45.561 44.2452 46.0006 43.1992C46.4212 42.1987 47.5737 39.6658 50.2355 37.7804C50.2615 37.762 50.2876 37.7437 50.3137 37.7255C50.3701 37.6864 50.4646 37.6187 50.5893 37.5293C51.1896 37.0992 52.4897 36.1677 53.5996 35.5132C54.9825 34.6977 57.7808 33.2104 61.366 33.1799L61.4165 33.1796C71.746 33.1439 76.1294 42.4429 75.6236 49.0395L75.6229 49.0477C75.3246 52.8964 74.5503 57.0897 72.9971 61.1082L72.9964 61.11C68.8209 71.9074 64.4723 82.6369 60.1617 93.2726C59.602 94.6538 59.0429 96.0333 58.4848 97.4112C57.7497 99.2316 56.7444 101.279 55.9849 102.826C55.8039 103.194 55.6368 103.535 55.4907 103.836C53.5841 108.451 48.5534 110.961 43.7069 109.686L43.6604 109.674C43.0784 109.521 42.3554 109.331 41.6064 109.112C38.5424 108.216 36.0904 105.911 35.0069 102.908C32.3403 95.5175 33.2674 88.2696 34.6747 82.7796Z" fill="white"/>
|
||||||
|
</g>
|
||||||
|
<g filter="url(#filter4_d_3906_2777)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M107.304 158.26C109.637 158.067 111.988 157.99 114.287 157.666C127.137 155.87 140.003 154.104 152.831 152.105C155.915 151.624 158.994 150.558 161.815 149.208C164.204 148.063 165.521 145.417 164.126 143.022C163.198 141.444 160.874 140.57 159.018 139.695C158.246 139.34 157.072 139.656 156.13 139.892C143.789 142.957 131.384 145.82 119.143 149.261C114.58 150.537 110.043 152.615 106.82 156.434C106.972 157.058 107.139 157.666 107.305 158.275L107.304 158.26Z" fill="#FFDA00"/>
|
||||||
|
</g>
|
||||||
|
<g filter="url(#filter5_d_3906_2777)">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.143 149.261C117.195 149.806 115.251 150.497 113.413 151.407C113.411 151.408 113.408 151.409 113.406 151.41C111.075 152.566 108.912 154.074 107.124 156.084C107.021 156.199 106.92 156.316 106.82 156.434C106.971 157.053 107.136 157.656 107.301 158.26C107.302 158.265 107.303 158.27 107.305 158.275L107.304 158.26C107.33 158.258 107.356 158.256 107.381 158.254C107.87 158.214 108.359 158.179 108.848 158.145C109.08 158.129 109.312 158.114 109.544 158.098C111.135 157.992 112.723 157.886 114.287 157.666C115.765 157.459 117.242 157.253 118.72 157.047C119.554 156.931 120.388 156.815 121.221 156.698C121.226 156.698 121.23 156.697 121.234 156.697C127.846 155.774 134.46 154.847 141.069 153.879C144.992 153.304 148.913 152.715 152.831 152.105C155.915 151.624 158.994 150.558 161.815 149.208C164.204 148.063 165.521 145.417 164.126 143.022C163.325 141.661 161.487 140.824 159.806 140.058C159.538 139.936 159.273 139.816 159.018 139.695C158.275 139.354 157.161 139.633 156.239 139.865C156.202 139.874 156.166 139.883 156.13 139.892C152.913 140.691 149.693 141.476 146.472 142.261C144.028 142.857 141.584 143.452 139.142 144.054C132.452 145.703 125.773 147.397 119.143 149.261ZM116.444 139.633C125.675 137.037 135.063 134.749 144.247 132.51C147.432 131.734 150.591 130.964 153.712 130.189C153.733 130.183 153.76 130.176 153.793 130.168C154.169 130.072 155.259 129.793 156.384 129.651C157.461 129.515 160.231 129.247 163.195 130.609C163.223 130.622 163.252 130.636 163.281 130.649C163.343 130.679 163.449 130.727 163.589 130.79C164.262 131.095 165.718 131.755 166.84 132.389C168.238 133.179 170.925 134.859 172.744 137.948L172.769 137.992C177.965 146.92 172.104 155.365 166.138 158.225L166.13 158.229C162.648 159.895 158.63 161.321 154.373 161.985L154.371 161.985C142.932 163.768 131.466 165.367 120.1 166.952C118.624 167.157 117.15 167.363 115.677 167.569C113.733 167.842 111.457 167.995 109.738 168.111C109.328 168.139 108.95 168.164 108.616 168.188C103.666 168.844 98.9774 165.743 97.6577 160.908L97.645 160.862C97.4865 160.281 97.2896 159.56 97.1048 158.802C96.3489 155.7 97.1191 152.424 99.178 149.985C104.245 143.98 110.986 141.159 116.444 139.633Z" fill="white"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<filter id="filter0_d_3906_2777" x="58.9168" y="20.9053" width="120.289" height="126.927" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||||
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||||
|
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||||
|
<feOffset/>
|
||||||
|
<feGaussianBlur stdDeviation="16.4189"/>
|
||||||
|
<feComposite in2="hardAlpha" operator="out"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
|
||||||
|
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3906_2777"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3906_2777" result="shape"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter1_d_3906_2777" x="48.9163" y="10.9053" width="140.29" height="146.928" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||||
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||||
|
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||||
|
<feOffset/>
|
||||||
|
<feGaussianBlur stdDeviation="16.4189"/>
|
||||||
|
<feComposite in2="hardAlpha" operator="out"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
|
||||||
|
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3906_2777"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3906_2777" result="shape"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter2_d_3906_2777" x="10.4676" y="10.3419" width="88.0402" height="122.511" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||||
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||||
|
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||||
|
<feOffset/>
|
||||||
|
<feGaussianBlur stdDeviation="16.4189"/>
|
||||||
|
<feComposite in2="hardAlpha" operator="out"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
|
||||||
|
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3906_2777"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3906_2777" result="shape"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter3_d_3906_2777" x="0.467339" y="0.34185" width="108.033" height="142.513" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||||
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||||
|
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||||
|
<feOffset/>
|
||||||
|
<feGaussianBlur stdDeviation="16.4189"/>
|
||||||
|
<feComposite in2="hardAlpha" operator="out"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
|
||||||
|
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3906_2777"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3906_2777" result="shape"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter4_d_3906_2777" x="73.9825" y="106.698" width="123.551" height="84.414" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||||
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||||
|
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||||
|
<feOffset/>
|
||||||
|
<feGaussianBlur stdDeviation="16.4189"/>
|
||||||
|
<feComposite in2="hardAlpha" operator="out"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
|
||||||
|
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3906_2777"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3906_2777" result="shape"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter5_d_3906_2777" x="63.9825" y="96.6973" width="143.631" height="104.416" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||||
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||||
|
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||||
|
<feOffset/>
|
||||||
|
<feGaussianBlur stdDeviation="16.4189"/>
|
||||||
|
<feComposite in2="hardAlpha" operator="out"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
|
||||||
|
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3906_2777"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3906_2777" result="shape"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 24 KiB |
@ -0,0 +1,28 @@
|
|||||||
|
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_4304_983)">
|
||||||
|
<path d="M34.0862 15.06L33.5962 14.69L32.9862 14.63C32.8362 14.61 31.4962 14.47 30.5062 14.5C30.0462 14.51 29.4962 14.56 29.0262 14.62C28.8362 13.63 28.5262 12.67 28.0762 11.78C27.9962 11.62 27.9162 11.46 27.8262 11.3C27.8362 11 27.8462 10.81 27.8462 10.81V10.49L27.7762 10.18C27.7062 9.90999 27.6362 9.67999 27.5262 9.42999C27.7262 9.24999 27.9162 9.05999 28.0862 8.88999C28.7562 8.18999 29.5662 7.09999 29.6562 6.97999L29.8862 6.66999L29.9962 6.29999C30.1062 5.94999 30.2662 5.03999 29.5162 4.15999C28.9162 3.45999 28.1562 3.13999 27.3462 3.24999L26.7362 3.32999L26.2562 3.71999C26.1362 3.81999 25.0862 4.66999 24.4062 5.37999C24.0262 5.78999 23.5962 6.31999 23.2762 6.71999C22.7662 6.43999 22.2362 6.19999 21.6962 6.00999C21.1262 5.79999 20.6062 5.65999 20.1662 5.56999C20.1862 5.16999 20.2062 4.73999 20.1962 4.36999C20.1762 3.39999 19.9762 2.05999 19.9562 1.90999L19.8962 1.62999C19.6662 0.839989 18.8662 -0.0600106 17.4462 0.0199894C16.1462 0.0999894 15.4162 1.00999 15.2762 1.87999L15.2562 2.00999C15.2362 2.15999 15.1062 3.50999 15.1262 4.48999C15.1262 4.82999 15.1662 5.20999 15.1962 5.56999C14.7662 5.65999 14.2462 5.78999 13.7062 5.99999C12.8662 6.29999 12.0762 6.70999 11.3462 7.17999C11.0162 6.78999 10.5562 6.27999 10.1462 5.87999C9.44624 5.21999 8.35624 4.40999 8.23624 4.31999L7.97624 4.14999C7.24624 3.75999 6.05624 3.67999 5.09624 4.78999C4.24624 5.76999 4.39624 6.92999 4.92624 7.63999L4.98624 7.71999C5.08624 7.83999 5.93624 8.88999 6.64624 9.56999C7.02624 9.93999 7.52624 10.34 7.92624 10.65C7.69624 11.02 7.47624 11.39 7.29624 11.78C7.17624 12.01 7.07624 12.26 6.96624 12.53C5.95624 13.14 5.71624 13.96 5.67624 14.55C5.24624 14.52 4.77624 14.5 4.35624 14.51C3.39624 14.53 2.04624 14.73 1.89624 14.75L1.61624 14.81C0.816243 15.04 -0.0837572 15.82 0.00624278 17.27C0.0862428 18.58 1.00624 19.3 1.88624 19.44H1.99624C2.13624 19.47 3.33624 19.59 4.29624 19.59C4.35624 19.59 4.41624 19.59 4.48624 19.59C5.12624 19.57 5.93624 19.48 6.44624 19.41C6.49624 19.64 6.55624 19.87 6.62624 20.11L6.65624 20.2C6.96624 21.15 7.40624 22.04 7.96624 22.86C7.56624 23.19 6.94624 23.74 6.47624 24.22C5.81624 24.92 5.00624 26.01 4.91624 26.13L4.75624 26.37C4.35624 27.1 4.27624 28.29 5.36624 29.25C5.86624 29.69 6.41624 29.87 6.92624 29.87C7.43624 29.87 7.87624 29.71 8.22624 29.45L8.31624 29.38C8.43624 29.28 9.48624 28.43 10.1662 27.72C10.6362 27.22 11.1862 26.53 11.4962 26.12C11.8362 26.32 12.1762 26.52 12.5362 26.68C13.3862 27.08 14.2662 27.39 15.1862 27.61C15.1562 28.06 15.1362 28.57 15.1462 29.01C15.1662 29.98 15.3662 31.32 15.3862 31.47L15.4462 31.86L15.6362 32.21C15.8162 32.52 16.3462 33.27 17.4762 33.35C17.5562 33.35 17.6362 33.35 17.7162 33.35C18.5162 33.35 19.1862 33.04 19.6362 32.47L20.0162 31.98L20.0762 31.36C20.0962 31.21 20.2262 29.86 20.2062 28.88C20.2062 28.55 20.1662 28.17 20.1362 27.82C21.1862 27.64 22.2062 27.32 23.1362 26.84C23.3162 26.75 23.4762 26.63 23.6562 26.53C23.9862 26.92 24.4362 27.42 24.8362 27.81C25.5362 28.47 26.6262 29.28 26.7462 29.37L27.0562 29.6L27.4262 29.71C27.5662 29.75 27.7862 29.8 28.0662 29.8C28.4862 29.8 29.0362 29.68 29.5662 29.23C30.2662 28.64 30.5862 27.87 30.4762 27.06L30.3962 26.45L30.0062 25.97C29.9062 25.85 29.0562 24.8 28.3462 24.12C28.0162 23.81 27.6162 23.47 27.2562 23.19C27.3262 23.09 27.4062 23 27.4662 22.9C28.1362 21.88 28.6062 20.72 28.8962 19.52C29.3562 19.56 29.9462 19.59 30.4662 19.59C30.5262 19.59 30.5862 19.59 30.6562 19.59C31.6162 19.57 32.9662 19.37 33.1162 19.35L33.4962 19.29L33.8362 19.11C34.1562 18.94 34.9162 18.41 35.0062 17.26C35.0762 16.35 34.7562 15.57 34.1162 15.08L34.0862 15.06Z" fill="white"/>
|
||||||
|
<path d="M8.89648 16.87C8.89648 12.29 12.2465 7.68995 17.6865 7.76995C23.1265 7.84995 26.6365 12.29 26.6365 16.87C26.6365 21.45 22.6665 25.16 17.7665 25.16C12.8665 25.16 8.89648 21.45 8.89648 16.87Z" fill="#FFD800"/>
|
||||||
|
<path d="M13.9699 15.6468C14.3813 15.5392 14.6638 15.2569 14.6008 15.0165C14.5379 14.7761 14.1534 14.6685 13.742 14.7762C13.3306 14.8839 13.0481 15.1661 13.111 15.4065C13.174 15.6469 13.5585 15.7545 13.9699 15.6468Z" fill="#241F20" stroke="black" stroke-width="0.24" stroke-miterlimit="10"/>
|
||||||
|
<path d="M20.2962 14.41C20.6828 14.41 20.9962 14.1772 20.9962 13.89C20.9962 13.6028 20.6828 13.37 20.2962 13.37C19.9096 13.37 19.5962 13.6028 19.5962 13.89C19.5962 14.1772 19.9096 14.41 20.2962 14.41Z" fill="#241F20" stroke="black" stroke-width="0.25" stroke-miterlimit="10"/>
|
||||||
|
<path d="M22.6762 16.48C22.6762 16.48 22.7462 16.73 22.7062 17.14C22.6762 17.55 22.4662 18.11 22.0762 18.63C21.2762 19.67 19.8862 20.45 18.6962 20.83C18.0862 20.99 17.3562 21.08 16.6362 20.95C15.9162 20.83 15.2462 20.5 14.7362 20.12C14.2262 19.74 13.8562 19.32 13.6062 19.01C13.3662 18.7 13.2462 18.49 13.2462 18.49C13.1762 18.37 13.4362 18.24 13.5062 18.32C13.5062 18.32 13.6262 18.5 13.8762 18.78C14.1262 19.06 14.4962 19.43 14.9862 19.75C15.4762 20.07 16.0862 20.33 16.7162 20.41C17.3462 20.5 17.9762 20.41 18.5262 20.26C19.5862 19.92 20.9762 19.23 21.7162 18.35C22.0962 17.91 22.2962 17.44 22.3562 17.09C22.4162 16.74 22.3762 16.53 22.3762 16.53C22.3762 16.42 22.6262 16.33 22.6762 16.47V16.48Z" fill="#212121"/>
|
||||||
|
<path d="M17.5164 31.14C17.5164 31.14 17.3164 29.81 17.2964 28.95C17.2764 28.09 17.4164 26.75 17.4164 26.75C17.4164 26.7 17.7664 26.7 17.7864 26.75C17.7864 26.75 17.9864 28.08 18.0064 28.94C18.0264 29.8 17.8864 31.14 17.8864 31.14C17.8464 31.19 17.5464 31.19 17.5164 31.14Z" fill="#212121"/>
|
||||||
|
<path d="M17.5164 6.61C17.5164 6.61 17.3164 5.28 17.2964 4.42C17.2764 3.56 17.4164 2.22 17.4164 2.22C17.4164 2.17 17.7664 2.17 17.7864 2.22C17.7864 2.22 17.9864 3.54999 18.0064 4.40999C18.0264 5.26999 17.8864 6.61 17.8864 6.61C17.8464 6.66 17.5464 6.66 17.5164 6.61Z" fill="#212121"/>
|
||||||
|
<path d="M28.0364 27.61C28.0364 27.61 26.9564 26.81 26.3364 26.22C25.7164 25.62 24.8664 24.58 24.8664 24.58C24.8364 24.54 25.0764 24.29 25.1164 24.31C25.1164 24.31 26.1964 25.11 26.8164 25.7C27.4364 26.3 28.2864 27.34 28.2864 27.34C28.2864 27.4 28.0764 27.62 28.0364 27.61Z" fill="#212121"/>
|
||||||
|
<path d="M9.83616 9.36998C9.83616 9.36998 8.75616 8.56998 8.13616 7.97998C7.51616 7.37998 6.66616 6.33998 6.66616 6.33998C6.63616 6.29998 6.87616 6.04998 6.91616 6.06998C6.91616 6.06998 7.99616 6.86998 8.61616 7.45998C9.23616 8.05998 10.0862 9.09998 10.0862 9.09998C10.0862 9.15998 9.87616 9.37998 9.83616 9.36998Z" fill="#212121"/>
|
||||||
|
<path d="M32.7664 17.1699C32.7664 17.1699 31.4364 17.3699 30.5764 17.3899C29.7164 17.4099 28.3764 17.2699 28.3764 17.2699C28.3264 17.2699 28.3264 16.9199 28.3764 16.8999C28.3764 16.8999 29.7064 16.6999 30.5664 16.6799C31.4264 16.6599 32.7664 16.7999 32.7664 16.7999C32.8164 16.8399 32.8164 17.1399 32.7664 17.1699Z" fill="#212121"/>
|
||||||
|
<path d="M6.59645 17.1699C6.59645 17.1699 5.26645 17.3699 4.40645 17.3899C3.54645 17.4099 2.20645 17.2699 2.20645 17.2699C2.15645 17.2699 2.15645 16.9199 2.20645 16.8999C2.20645 16.8999 3.53645 16.6999 4.39645 16.6799C5.25645 16.6599 6.59645 16.7999 6.59645 16.7999C6.64645 16.8399 6.64645 17.1399 6.59645 17.1699Z" fill="#212121"/>
|
||||||
|
<path d="M27.8964 5.66003C27.8964 5.66003 27.0964 6.74003 26.5064 7.36003C25.9064 7.98003 24.8664 8.83003 24.8664 8.83003C24.8264 8.86003 24.5764 8.62003 24.5964 8.58003C24.5964 8.58003 25.3964 7.50003 25.9864 6.88003C26.5864 6.26003 27.6264 5.41003 27.6264 5.41003C27.6864 5.41003 27.9064 5.62003 27.8964 5.66003Z" fill="#212121"/>
|
||||||
|
<path d="M9.94616 24.5C9.94616 24.5 9.14616 25.58 8.55616 26.2C7.95616 26.82 6.91616 27.67 6.91616 27.67C6.87616 27.7 6.62616 27.46 6.64616 27.42C6.64616 27.42 7.44616 26.34 8.03616 25.72C8.63616 25.1 9.67616 24.25 9.67616 24.25C9.73616 24.25 9.95616 24.46 9.94616 24.5Z" fill="#212121"/>
|
||||||
|
<path d="M17.2562 7.94993C17.2562 7.94993 17.1962 7.94993 17.0662 7.95993C16.9462 7.95993 16.7662 7.96993 16.5362 8.01993C16.0762 8.08993 15.3962 8.20993 14.6062 8.51993C13.0362 9.08993 10.9362 10.5499 9.81619 13.0199C9.24619 14.2299 8.94619 15.6599 9.03619 17.1099C9.09619 18.5599 9.57619 20.0199 10.4262 21.2199C12.1562 23.6499 15.2062 24.7899 17.7762 24.9199C19.0562 24.9999 20.4462 24.7599 21.7162 24.1299C22.9762 23.4799 24.1362 22.4999 24.9262 21.2499C26.6062 18.7799 26.6762 15.4199 25.5062 13.0199C24.3862 10.5499 22.2862 9.08993 20.7262 8.51993C19.9362 8.19993 19.2562 8.08993 18.7962 8.01993C18.5662 7.96993 18.3862 7.96993 18.2662 7.95993C18.1462 7.95993 18.0762 7.94993 18.0762 7.94993C17.5162 7.90993 17.5162 7.48993 18.0962 7.49993C18.0962 7.49993 18.1662 7.49993 18.2962 7.49993C18.4262 7.49993 18.6162 7.49993 18.8562 7.54993C19.3462 7.60993 20.0562 7.71993 20.9062 8.03993C22.5762 8.60993 24.8462 10.1099 26.1062 12.7399C27.4162 15.2999 27.4062 18.9499 25.6062 21.6899C24.7562 23.0699 23.4962 24.1699 22.0962 24.8999C20.6862 25.6099 19.1362 25.8799 17.7162 25.7999C16.3162 25.7099 14.8362 25.3799 13.4262 24.7099C12.0162 24.0599 10.7062 23.0199 9.76619 21.6899C8.83619 20.3499 8.33619 18.7299 8.30619 17.1499C8.23619 15.5799 8.58619 14.0399 9.22619 12.7499C10.4862 10.1199 12.7562 8.61993 14.4262 8.04993C15.2662 7.72993 15.9862 7.62993 16.4762 7.55993C16.7162 7.51993 16.9062 7.51993 17.0362 7.50993C17.1662 7.50993 17.2362 7.50993 17.2362 7.50993C17.8262 7.52993 17.8062 7.89993 17.2562 7.95993V7.94993Z" fill="#212121"/>
|
||||||
|
<path d="M25.3661 9.96994C25.1461 9.56994 23.8161 10.0999 23.5061 10.1599C23.2061 10.2199 18.7861 11.6999 18.2161 12.0899C18.0361 12.2199 17.8761 12.4199 17.7461 12.6099C17.6161 12.7999 17.5761 12.9799 17.2961 13.0599L16.3661 13.3099C16.0861 13.3899 15.9561 13.2499 15.7461 13.1499C15.5461 13.0499 15.3061 12.9599 15.0761 12.9399C14.3861 12.8799 9.82615 13.8199 9.53615 13.9199C9.24615 14.0199 7.81615 14.2299 7.83615 14.6899C7.84615 15.0499 7.87615 15.1599 7.96615 15.4999C7.96615 15.4999 9.27615 17.6299 9.83615 18.0499C10.3161 18.4199 10.7061 18.4099 11.4061 18.3099C12.0961 18.2099 14.8061 17.5299 14.9661 17.4699C15.1261 17.4099 15.5461 17.4299 15.8361 16.8899C16.1261 16.3499 16.4361 14.5099 16.5461 14.2899C16.6661 14.0699 16.5761 14.0899 16.9161 13.9899C16.9561 13.9799 17.1061 13.9399 17.1461 13.9299C17.4961 13.8499 17.4061 13.8799 17.6161 14.0099C17.8261 14.1399 19.0161 15.5799 19.5361 15.8999C20.0561 16.2199 20.4061 15.9899 20.5761 15.9599C20.7461 15.9299 23.4261 15.1599 24.0761 14.8999C24.7261 14.6399 25.0661 14.4499 25.3061 13.8899C25.5761 13.2399 25.6461 10.7499 25.6461 10.7499C25.5561 10.4199 25.5261 10.2999 25.3561 9.98994L25.3661 9.96994Z" fill="black"/>
|
||||||
|
<path d="M9.96631 16.72C9.96631 16.72 10.1363 17.31 10.6763 17.48C11.2163 17.65 12.3963 17.35 12.3963 17.35" fill="black"/>
|
||||||
|
<path d="M9.96631 16.72C9.96631 16.72 10.1363 17.31 10.6763 17.48C11.2163 17.65 12.3963 17.35 12.3963 17.35" stroke="white" stroke-width="0.29" stroke-miterlimit="10" stroke-linecap="round"/>
|
||||||
|
<path d="M19.1763 14.74C19.1763 14.74 19.4663 15.31 20.0363 15.34C20.6063 15.37 21.4663 15.12 21.4663 15.12" fill="black"/>
|
||||||
|
<path d="M19.1763 14.74C19.1763 14.74 19.4663 15.31 20.0363 15.34C20.6063 15.37 21.4663 15.12 21.4663 15.12" stroke="white" stroke-width="0.29" stroke-miterlimit="10" stroke-linecap="round"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_4304_983">
|
||||||
|
<rect width="35" height="35" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 18 KiB |
@ -0,0 +1,5 @@
|
|||||||
|
<svg width="37" height="37" viewBox="0 0 37 37" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M34.9893 8.38912C35.0112 8.91445 34.9674 9.34128 34.9237 9.77905C34.847 10.4357 34.7157 11.0705 34.5297 11.7053C34.2998 12.4823 33.9934 13.2265 33.6213 13.9488C33.3367 14.4742 33.0193 14.9886 32.6691 15.4701C32.3189 15.9517 31.9577 16.4223 31.5856 16.8929C31.312 17.2321 31.0384 17.5714 30.7539 17.8997C30.4693 18.25 30.1848 18.5892 29.8893 18.9395C29.6594 19.2131 29.4187 19.4867 29.1888 19.7603C28.9262 20.0777 28.6526 20.3951 28.3899 20.7124C28.1491 20.997 27.8974 21.2925 27.6566 21.577C27.394 21.8944 27.1313 22.2118 26.8796 22.5292C26.595 22.9013 26.2995 23.2625 26.0259 23.6455C25.6866 24.1052 25.3474 24.5649 25.019 25.0245C24.5484 25.6812 24.0669 26.3488 23.6072 27.0054C22.9834 27.8919 22.3596 28.7784 21.7357 29.6759C21.2432 30.3872 20.7398 31.0877 20.2364 31.7881C19.722 32.4995 19.2185 33.2109 18.6604 33.9004C18.3758 34.2615 18.0584 34.5899 17.7192 34.9073C17.2485 35.3341 16.7232 35.6952 16.1103 35.9032C15.6397 36.0564 15.191 36.0126 14.7532 35.8047C14.3702 35.6296 14.0528 35.3779 13.7354 35.0933C13.5384 34.9182 13.3524 34.7431 13.1773 34.557C12.9036 34.2725 12.6519 33.977 12.4002 33.6815C12.1266 33.3641 11.853 33.0358 11.5903 32.7184C11.2729 32.3134 10.9446 31.9194 10.6272 31.5145C10.2332 31.0111 9.83923 30.4967 9.44523 29.9823C9.1169 29.5664 8.79952 29.1396 8.47119 28.7346C8.19758 28.3954 7.91303 28.067 7.63942 27.7278C7.33298 27.3557 7.01559 27.0054 6.6982 26.6443C6.59971 26.5239 6.49026 26.4144 6.38082 26.305C6.00871 25.911 5.65849 25.517 5.30827 25.1011C4.82672 24.5211 4.378 23.9191 3.96212 23.2844C3.63379 22.7919 3.33829 22.2775 3.05374 21.7522C2.53935 20.8 2.12347 19.8041 1.79514 18.7753C1.56531 18.053 1.3902 17.3197 1.25887 16.5645C1.18226 16.1377 1.12754 15.7109 1.08376 15.2841C1.06187 14.9886 1.03998 14.704 1.01809 14.4085C0.985259 13.9817 1.00715 13.5548 1.00715 13.1171C1.00715 12.5808 1.10565 12.0664 1.24792 11.552C1.42303 10.9173 1.66381 10.3153 1.94836 9.72433C2.21102 9.18806 2.49558 8.67367 2.81296 8.17023C3.10846 7.69962 3.39301 7.21807 3.73229 6.7803C4.0059 6.41914 4.34517 6.13458 4.73917 5.90475C5.12222 5.68587 5.5381 5.55453 5.97588 5.49981C6.44648 5.43415 6.91709 5.48887 7.37675 5.58737C7.89114 5.70775 8.39458 5.89381 8.87613 6.12364C9.45618 6.39725 10.0034 6.72558 10.5616 7.04296C11.4809 7.56829 12.3674 8.12645 13.2648 8.67367C13.7901 9.002 14.3264 9.33033 14.8517 9.65866C14.9502 9.71338 14.994 9.70244 15.0597 9.61488C15.2895 9.30844 15.5412 9.002 15.793 8.7065C16.0994 8.35629 16.4168 8.02796 16.7232 7.67774C17.0187 7.34941 17.347 7.05391 17.6644 6.74747C18.0913 6.34253 18.54 5.95947 19.0106 5.58737C19.3608 5.30281 19.722 5.04015 20.0831 4.76654C20.8273 4.23027 21.5935 3.73777 22.3924 3.28906C22.8849 3.0045 23.3883 2.74184 23.9027 2.50106C24.7783 2.08518 25.6647 1.69118 26.5841 1.40663C27.0328 1.26435 27.5034 1.15491 27.974 1.08924C28.3899 1.03452 28.8058 0.990744 29.2326 1.00169C29.9768 1.03452 30.6991 1.1768 31.3886 1.47229C32.0453 1.76779 32.6253 2.18368 33.1178 2.70901C33.4571 3.07017 33.7307 3.48605 33.9824 3.92383C34.2779 4.4601 34.4859 5.02921 34.65 5.60926C34.7704 6.04703 34.858 6.4848 34.9127 6.94447C34.9565 7.2728 34.9784 7.60113 35.0003 7.9404C35.0112 8.1374 35.0003 8.32345 35.0112 8.42195L34.9893 8.38912ZM2.10158 13.5439C2.12347 14.5508 2.18914 15.3607 2.32047 16.1705C2.56124 17.648 3.00996 19.0708 3.64473 20.4279C4.4765 22.2009 5.58188 23.7769 6.90615 25.1996C7.68319 26.0314 8.42741 26.8851 9.13879 27.7606C10.1457 29.0083 11.0978 30.2997 12.0938 31.5473C12.8051 32.4338 13.5275 33.3313 14.3483 34.1302C14.611 34.3929 14.8955 34.6336 15.2348 34.7869C15.4208 34.8744 15.6069 34.8854 15.8039 34.8197C15.9899 34.7431 16.176 34.6665 16.3511 34.557C16.8436 34.2506 17.2485 33.8457 17.6207 33.3969C18.3539 32.5214 19.0106 31.5911 19.6672 30.6608C21.0681 28.7128 22.4252 26.7318 23.8152 24.7728C25.1723 22.8685 26.6278 21.0189 28.1601 19.2459C29.2764 17.9435 30.3927 16.6412 31.4324 15.2841C32.1329 14.3647 32.7348 13.3907 33.1507 12.3072C33.5666 11.2565 33.8073 10.1621 33.8621 9.02389C33.9058 8.21401 33.8621 7.42602 33.7198 6.62708C33.5775 5.79531 33.3258 4.99637 32.899 4.2631C32.1329 2.96073 31.0056 2.22745 29.5062 2.07423C28.7073 1.99762 27.9193 2.10707 27.1532 2.32595C26.212 2.58862 25.3145 2.98261 24.428 3.40944C22.863 4.15366 21.3965 5.05109 20.0284 6.1127C18.9778 6.92258 18.0037 7.80907 17.1063 8.79406C16.4496 9.50544 15.8367 10.2606 15.2895 11.0486C15.2457 11.1143 15.2129 11.1143 15.1582 11.0705C14.611 10.7312 14.0637 10.4029 13.5275 10.0636C11.9624 9.1005 10.4083 8.11551 8.78857 7.23996C8.17569 6.91163 7.54092 6.63802 6.84048 6.53952C5.85549 6.39725 5.04561 6.71463 4.4765 7.5464C3.87456 8.4329 3.30546 9.34128 2.8458 10.3153C2.34236 11.3879 2.00308 12.5042 2.09064 13.522L2.10158 13.5439Z" fill="#F4EFE8"/>
|
||||||
|
<path d="M2.10165 13.5439C2.02504 12.5261 2.35337 11.4098 2.85681 10.3372C3.31647 9.36319 3.87463 8.45481 4.48752 7.56832C5.05662 6.73655 5.85556 6.43011 6.85149 6.56144C7.55193 6.65994 8.1867 6.93355 8.79959 7.26188C10.4193 8.12648 11.9734 9.11147 13.5385 10.0855C14.0857 10.4248 14.6329 10.7531 15.1692 11.0924C15.2349 11.1362 15.2567 11.1252 15.3005 11.0705C15.8587 10.2716 16.4716 9.52736 17.1173 8.81598C18.0147 7.84193 18.9888 6.94449 20.0394 6.13461C21.4075 5.07301 22.874 4.17558 24.439 3.43136C25.3255 3.01548 26.212 2.61054 27.1642 2.34787C27.9303 2.12898 28.7183 2.01954 29.5172 2.09615C31.0166 2.23843 32.1439 2.98264 32.91 4.28502C33.3368 5.01829 33.5885 5.81723 33.7308 6.649C33.8731 7.43699 33.9168 8.23593 33.8731 9.04581C33.8183 10.184 33.5776 11.2675 33.1617 12.3291C32.7349 13.4017 32.1439 14.3866 31.4434 15.306C30.4037 16.674 29.2874 17.9764 28.1711 19.2678C26.6389 21.0408 25.1942 22.8795 23.8262 24.7947C22.4362 26.7538 21.0791 28.7347 19.6783 30.6828C19.0107 31.6021 18.3649 32.5433 17.6317 33.4189C17.2596 33.8566 16.8546 34.2725 16.3621 34.579C16.187 34.6884 16.001 34.776 15.8149 34.8416C15.6179 34.9182 15.4319 34.8963 15.2458 34.8088C14.9065 34.6446 14.622 34.4038 14.3593 34.1521C13.5385 33.3532 12.8271 32.4558 12.1048 31.5693C11.0979 30.3216 10.1457 29.0302 9.1498 27.7825C8.43842 26.896 7.69421 26.0424 6.91716 25.2215C5.59289 23.7988 4.48752 22.2118 3.65575 20.4498C3.02097 19.0927 2.57226 17.6809 2.33148 16.1925C2.20015 15.3826 2.12354 14.5727 2.11259 13.5658L2.10165 13.5439ZM15.1801 31.0877C15.1801 31.0877 15.202 31.0768 15.213 31.0658C16.3512 29.6759 17.5003 28.286 18.6385 26.896C19.6345 25.6812 20.6304 24.4773 21.6264 23.2625C22.7208 21.9273 23.8043 20.603 24.8878 19.2678C26.2668 17.5714 27.6239 15.8532 28.97 14.124C29.5282 13.4126 30.0535 12.6793 30.4694 11.8804C31.137 10.5999 31.6076 9.26469 31.728 7.82004C31.7827 7.22905 31.7718 6.63805 31.6295 6.058C31.5091 5.54362 31.2793 5.0949 30.8743 4.74468C30.3599 4.31785 29.7471 4.20841 29.1013 4.26313C28.4337 4.30691 27.799 4.50391 27.197 4.77751C26.0588 5.28095 24.9534 5.861 23.8918 6.50672C22.2173 7.53549 20.6961 8.75031 19.3828 10.2278C18.157 11.5958 17.172 13.128 16.3731 14.7806C16.3293 14.8791 16.3074 14.8791 16.2198 14.8244C14.0857 13.2922 11.9734 11.7381 9.81741 10.2278C9.3468 9.89947 8.86525 9.56019 8.31803 9.36319C7.88026 9.19903 7.43154 9.15525 6.99377 9.35225C6.65449 9.50547 6.38089 9.74625 6.14011 10.0199C5.12229 11.2237 4.59696 12.6137 4.59696 14.2006C4.59696 15.0652 4.73924 15.9079 4.93623 16.7397C5.25362 18.0749 5.72423 19.3554 6.38089 20.5702C7.16888 22.0149 8.16481 23.3063 9.23736 24.543C10.1239 25.5608 11.076 26.5239 12.0063 27.487C12.7614 28.275 13.5166 29.074 14.228 29.9167C14.5563 30.3107 14.8737 30.7047 15.1801 31.1096V31.0877Z" fill="black"/>
|
||||||
|
<path d="M15.1801 31.0874C14.8737 30.6825 14.5563 30.2775 14.2279 29.8945C13.5166 29.0518 12.7723 28.2528 12.0062 27.4648C11.076 26.4908 10.1348 25.5277 9.23732 24.5208C8.15383 23.2951 7.1579 21.9927 6.38085 20.548C5.72419 19.3441 5.25358 18.0637 4.9362 16.7175C4.7392 15.8857 4.59692 15.043 4.59692 14.1784C4.59692 12.5915 5.12225 11.2016 6.14008 9.99768C6.38085 9.71313 6.64352 9.47235 6.99373 9.33007C7.44245 9.13308 7.88023 9.1878 8.318 9.34102C8.86522 9.53802 9.34677 9.87729 9.81737 10.2056C11.9734 11.7159 14.0857 13.27 16.2198 14.8022C16.2964 14.857 16.3183 14.857 16.373 14.7585C17.172 13.1059 18.157 11.5846 19.3827 10.2056C20.696 8.73908 22.2173 7.51331 23.8918 6.48455C24.9534 5.83883 26.0588 5.25878 27.197 4.75534C27.8099 4.48173 28.4337 4.29568 29.1013 4.24096C29.747 4.19718 30.3599 4.29568 30.8743 4.72251C31.2902 5.06178 31.5091 5.52144 31.6294 6.03583C31.7717 6.61588 31.7827 7.20687 31.7279 7.79787C31.5966 9.24252 31.126 10.5777 30.4693 11.8582C30.0535 12.6572 29.5281 13.3904 28.97 14.1018C27.6238 15.831 26.2667 17.5383 24.8877 19.2456C23.8042 20.5809 22.7208 21.9161 21.6263 23.2403C20.6304 24.4552 19.6344 25.659 18.6385 26.8739C17.5003 28.2638 16.3511 29.6537 15.2129 31.0436C15.2129 31.0436 15.202 31.0546 15.1801 31.0655V31.0874Z" fill="#F492A4"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 8.7 KiB |
|
After Width: | Height: | Size: 63 KiB |
@ -0,0 +1,47 @@
|
|||||||
|
<svg width="171" height="183" viewBox="0 0 171 183" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g id="Layer_1" filter="url(#filter0_d_3125_32172)">
|
||||||
|
<g id="Group">
|
||||||
|
<g id="Group_2">
|
||||||
|
<path id="Vector" d="M89.5201 102.69C100.88 102.96 111.84 96.24 114.95 84.97C116.14 80.67 117.22 76.3 117.9 71.9C119.72 60.09 112.93 48.16 101.94 43.41C101.23 43.1 100.49 42.84 99.8701 42.4C95.0501 38.98 89.6401 39.13 84.2501 40.06C72.6801 42.04 65.5101 49.64 60.6201 59.66C56.7501 67.6 55.5701 75.93 59.3201 84.29C60.5601 87.06 62.5101 89.51 63.8501 91.64C63.2501 93.72 62.7601 95.46 62.2601 97.2C61.8901 98.51 61.7801 99.99 61.1001 101.11C55.5201 110.36 49.8401 119.56 44.1601 128.75C42.8601 130.85 41.3501 132.83 40.1101 134.97C38.9301 137 39.5201 138.85 41.4001 138.83C46.3301 138.77 50.6201 140.82 55.1701 142.77C60.4801 130.8 65.6901 119.06 70.8901 107.35C70.6001 107.05 70.3301 106.83 70.0801 106.68L70.8401 105.24C72.6401 105.32 74.4001 105.27 75.5201 104.44C78.5901 102.15 81.4801 101.9 84.8901 102.44C86.4101 102.68 87.9801 102.66 89.5201 102.7V102.69Z" fill="white"/>
|
||||||
|
<path id="Vector_2" d="M55.1702 152.27C53.9202 152.27 52.6502 152.02 51.4302 151.5L50.3102 151.02C46.8002 149.5 44.0202 148.28 41.5302 148.33C37.3702 148.38 33.6202 146.31 31.5602 142.8C29.3702 139.05 29.5002 134.34 31.9002 130.2C32.7602 128.71 33.6902 127.35 34.5102 126.14C35.0802 125.3 35.6202 124.51 36.0802 123.76C41.5002 114.99 47.1002 105.92 52.6102 96.81C52.6302 96.72 52.6502 96.62 52.6702 96.53C52.7802 96 52.9202 95.34 53.1302 94.61L53.5102 93.27C52.5402 91.79 51.5202 90.1 50.6602 88.19C46.0402 77.91 46.5202 66.91 52.0902 55.5C58.9902 41.33 69.2702 32.98 82.6502 30.69C88.4902 29.69 97.1102 29 104.99 34.39C105.06 34.42 105.12 34.44 105.19 34.47L105.72 34.69C120.68 41.16 129.76 57.41 127.3 73.35C126.48 78.64 125.17 83.69 124.12 87.5C120 102.42 105.73 112.55 89.3102 112.19H88.5602C87.0502 112.15 85.3302 112.12 83.4302 111.82C81.8602 111.57 81.7002 111.69 81.2302 112.05C80.3602 112.7 79.4502 113.2 78.5402 113.59L63.8802 146.64C62.3102 150.18 58.8402 152.29 55.1902 152.29L55.1702 152.27ZM90.0902 48.99C88.9702 48.99 87.5902 49.12 85.8502 49.42C78.5502 50.67 73.4002 55.11 69.1602 63.82C66.1002 70.09 65.7302 75.36 67.9902 80.4C68.5102 81.57 69.4602 82.95 70.3702 84.28C70.9202 85.08 71.4402 85.86 71.9102 86.6C73.3402 88.88 73.7302 91.67 72.9902 94.26L72.7902 94.96C78.0302 92.21 82.9302 92.51 86.3702 93.05C86.9802 93.15 87.9102 93.16 88.8902 93.18L89.7502 93.2C97.3902 93.4 104.01 88.96 105.8 82.46C106.71 79.15 107.85 74.79 108.52 70.46C109.66 63.06 105.22 55.18 98.1802 52.14L97.8702 52.01C97.0202 51.65 95.7302 51.12 94.3702 50.15C93.4002 49.46 92.2002 49 90.1002 49L90.0902 48.99Z" fill="white"/>
|
||||||
|
</g>
|
||||||
|
<g id="Group_3">
|
||||||
|
<path id="Vector_3" d="M130.58 114.33C128.97 114.43 127.66 114.51 126.08 114.6C124.83 113.08 123.86 111.67 122.66 110.48C121.35 109.19 119.92 107.99 118.4 106.96C115.12 104.73 112.16 104.84 109.06 107.26C105.36 110.16 103.25 113.96 102.71 118.67C102.29 122.4 101.1 122.94 98.0303 120.61C95.7603 118.89 93.1803 117.36 92.4603 114.14C92.3403 113.62 90.8303 113.4 89.9603 113.05C89.8203 113.75 89.3203 114.71 89.6003 115.11C91.2203 117.43 93.0003 119.64 94.7903 121.83C95.5003 122.71 96.3803 123.45 97.4303 124.52C89.4903 125.05 89.1403 125.28 89.5603 129.14C92.1303 128.56 94.7403 127.98 97.3503 127.39C97.3103 127.74 97.2603 128.09 97.2203 128.44C98.9703 129.46 100.63 131.06 102.49 131.35C104.53 131.67 106.77 130.79 108.76 130.46C110.32 131.83 107.71 135.4 111.57 136.05C111.74 134.19 111.88 132.58 112.03 130.91C113.52 131.42 114.6 131.79 116.44 132.42C115.66 130.19 115.13 128.71 114.46 126.8C117.07 127.73 118.28 130.57 121.46 129.29C120.29 127.84 119.28 126.6 118.09 125.12C119.23 124.07 120.33 123.07 121.21 122.27C123.35 122.2 125.04 124.64 127 122.45C126.01 121.19 125.15 120.09 124.23 118.91C126.84 117.83 129.89 118.05 130.58 114.3V114.33Z" fill="white"/>
|
||||||
|
<path id="Vector_4" d="M111.57 145.57C111.04 145.57 110.51 145.53 109.99 145.44C108.86 145.25 104.84 144.35 102.2 140.9C101.81 140.87 101.42 140.83 101.02 140.76C98.0902 140.3 95.8303 138.97 94.1903 137.86L91.6403 138.43C89.0002 139.02 86.2303 138.46 84.0303 136.89C81.8303 135.32 80.4103 132.88 80.1103 130.19C79.9003 128.24 79.4702 124.34 81.9402 120.76L81.8103 120.57C79.8803 117.82 79.5103 114.54 80.7103 110.84V110.81C81.3603 108.2 83.0803 105.97 85.4503 104.7C87.8703 103.4 90.7403 103.21 93.3103 104.18L93.5403 104.25C95.0303 104.68 96.3303 105.26 97.4403 105.97C98.9803 103.66 100.9 101.59 103.19 99.8C109.56 94.82 117.05 94.57 123.73 99.13C125.69 100.47 127.57 102.02 129.32 103.74C129.69 104.11 130.04 104.48 130.37 104.85C133.14 104.79 135.82 105.96 137.68 108.05C139.62 110.24 140.44 113.19 139.91 116.07C139.34 119.2 138.02 121.47 136.47 123.12C136.34 125.18 135.53 127.2 134.07 128.84C133.29 129.72 132.16 130.75 130.69 131.55C130.68 131.61 130.66 131.67 130.65 131.73C129.89 134.65 127.8 137.03 125 138.15C124.55 138.33 124.1 138.49 123.67 138.62C123.51 138.8 123.35 138.98 123.18 139.16C122.1 140.25 120.79 141.04 119.38 141.5C118.83 142.3 118.15 143.01 117.37 143.62C115.7 144.91 113.65 145.6 111.57 145.6V145.57ZM114.03 115.53C113.59 115.98 113.24 116.46 112.96 116.98L114.31 115.75C114.22 115.68 114.13 115.6 114.04 115.53H114.03ZM83.1803 116.2C83.1803 116.2 83.1803 116.2 83.1803 116.21C83.1803 116.21 83.1803 116.21 83.1803 116.2ZM80.6603 111.06C80.6603 111.06 80.6403 111.15 80.6303 111.2C80.6303 111.15 80.6503 111.11 80.6603 111.06ZM93.4703 104.23C93.4703 104.23 93.5303 104.25 93.5603 104.26C93.5303 104.25 93.5003 104.24 93.4703 104.23Z" fill="white"/>
|
||||||
|
</g>
|
||||||
|
<g id="Group_4">
|
||||||
|
<path id="Vector_5" d="M83.9399 128.3C84.2699 129 84.9499 129.65 85.6399 130.02C85.8599 130.13 86.5899 129.25 87.3699 128.57C86.3799 127.82 85.7699 127.21 85.0199 126.89C84.8599 126.82 83.8099 128.04 83.9299 128.3H83.9399Z" fill="white"/>
|
||||||
|
<path id="Vector_6" d="M85.6 139.56C84.26 139.56 82.81 139.25 81.29 138.46C78.71 137.13 76.54 134.9 75.34 132.34C74.66 130.89 72.83 125.76 77.78 120.61C81.35 116.89 85.77 116.9 88.72 118.14C90.49 118.89 91.7 119.87 92.58 120.58C92.75 120.72 92.93 120.86 93.13 121.02C95.41 122.76 96.78 125.42 96.87 128.28C96.96 131.14 95.75 133.89 93.59 135.76C93.47 135.86 93.36 135.98 93.25 136.09C92 137.32 89.2 139.56 85.6 139.56ZM81.84 135.84C85.75 137.24 89.54 135.79 91.49 133.77C92.92 132.28 94.48 128.38 92.55 124.27C91.97 123.04 91.15 122.17 90.01 121.58C86.72 119.88 83.48 120.48 81.35 121.6L87.38 128.58L81.84 135.85V135.84Z" fill="white"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path id="Vector_7" d="M61.8202 101.21L41.7002 135.13L51.9102 139.04L70.8302 103.31L61.8202 101.21Z" fill="#FBC68C"/>
|
||||||
|
<path id="Vector_8" d="M63.7002 103.2C64.9802 103.65 66.1402 104.4 67.3002 104.42C69.8602 104.46 73.1202 105.05 74.8502 103.75C77.9202 101.46 80.8102 101.21 84.2202 101.75C85.7402 101.99 87.3102 101.97 88.8502 102.01C100.21 102.28 111.17 95.56 114.28 84.3C115.47 80 116.55 75.63 117.23 71.23C119.05 59.42 112.26 47.49 101.27 42.74C100.56 42.43 99.8202 42.17 99.2002 41.73C94.3802 38.31 88.9702 38.46 83.5802 39.39C72.0102 41.37 64.8402 48.97 59.9502 58.99C56.0802 66.93 54.9002 75.26 58.6502 83.62C59.8902 86.39 61.8402 88.84 63.1802 90.97C62.5802 93.05 62.0902 94.79 61.5902 96.53C61.2202 97.84 61.1102 99.32 60.4302 100.44C54.8502 109.69 49.1702 118.89 43.4902 128.08C42.1902 130.18 40.6802 132.16 39.4402 134.3C38.2602 136.33 38.8502 138.18 40.7302 138.16C45.6602 138.1 49.9502 140.15 54.5002 142.1C59.8102 130.13 65.0202 118.39 70.2202 106.68C68.5702 104.98 67.7102 105.81 67.0202 107.34C64.9302 111.99 62.9402 116.69 60.7402 121.29C58.1402 126.7 55.3602 132.02 52.5202 137.64C49.5002 136.45 46.9802 135.46 44.2802 134.4C50.8602 123.83 57.2002 113.65 63.7102 103.21L63.7002 103.2Z" fill="white"/>
|
||||||
|
<path id="Vector_9" d="M125.41 113.92C124.16 112.4 123.19 110.99 121.99 109.8C120.68 108.51 119.25 107.31 117.73 106.28C114.45 104.05 111.49 104.16 108.39 106.58C104.69 109.48 102.58 113.28 102.04 117.99C101.62 121.72 100.43 122.26 97.3599 119.93C95.0899 118.21 92.5099 116.68 91.7899 113.46C91.6699 112.94 90.1599 112.72 89.2899 112.37C89.1499 113.07 88.6499 114.03 88.9299 114.43C90.5499 116.75 92.3299 118.96 94.1199 121.15C94.8299 122.03 95.7099 122.77 96.7599 123.84C88.8199 124.37 88.4699 124.6 88.8899 128.46C91.4599 127.88 94.0699 127.3 96.6799 126.71C96.6399 127.06 96.5899 127.41 96.5499 127.76C98.2999 128.78 99.9599 130.38 101.82 130.67C103.87 130.99 106.1 130.11 108.09 129.78C109.65 131.15 107.04 134.72 110.9 135.37C111.07 133.51 111.21 131.9 111.36 130.23C112.85 130.74 113.93 131.11 115.77 131.74C114.99 129.51 114.46 128.03 113.79 126.12C116.4 127.05 117.61 129.89 120.79 128.61C119.62 127.16 118.61 125.92 117.42 124.44C118.56 123.39 119.66 122.39 120.54 121.59C122.68 121.52 124.37 123.96 126.33 121.77C125.34 120.51 124.48 119.41 123.56 118.23C126.17 117.15 129.22 117.37 129.91 113.62C128.3 113.72 126.99 113.8 125.41 113.89V113.92Z" fill="white"/>
|
||||||
|
<path id="Vector_10" d="M86.7098 127.88C85.7198 127.13 85.1098 126.52 84.3598 126.2C84.1998 126.13 83.1498 127.35 83.2698 127.61C83.5998 128.31 84.2798 128.96 84.9698 129.33C85.1898 129.44 85.9198 128.56 86.6998 127.88H86.7098Z" fill="white"/>
|
||||||
|
<path id="Vector_11" d="M63.6999 103.2C57.1999 113.64 50.8599 123.82 44.2699 134.39C46.9699 135.45 49.4899 136.44 52.5099 137.63C55.3499 132.01 58.1299 126.69 60.7299 121.28C62.9399 116.69 64.9299 111.99 67.0099 107.33C67.6999 105.8 68.5599 104.97 70.2099 106.67C65.0199 118.37 59.8099 130.12 54.4899 142.09C49.9399 140.14 45.6499 138.09 40.7199 138.15C38.8299 138.17 38.2499 136.32 39.4299 134.29C40.6699 132.15 42.1799 130.17 43.4799 128.07C49.1599 118.88 54.8399 109.68 60.4199 100.43C61.0999 99.3 61.2099 97.83 61.5799 96.52C62.0799 94.78 62.5699 93.04 63.1699 90.96C61.8299 88.83 59.8799 86.38 58.6399 83.61C54.8799 75.24 56.0699 66.92 59.9399 58.98C64.8299 48.96 71.9999 41.36 83.5699 39.38C88.9599 38.46 94.3699 38.3 99.1899 41.72C99.8099 42.16 100.56 42.43 101.26 42.73C112.25 47.48 119.04 59.41 117.22 71.22C116.54 75.63 115.46 79.99 114.27 84.29C111.16 95.56 100.19 102.27 88.8399 102C87.2899 101.96 85.7299 101.98 84.2099 101.74C80.8099 101.21 77.9099 101.45 74.8399 103.74C73.1099 105.04 69.8499 104.45 67.2899 104.41C66.1199 104.39 64.9599 103.65 63.6899 103.19L63.6999 103.2ZM86.6999 98.07C97.8099 98.31 109.31 92.99 112.36 81.09C113.01 78.55 113.64 76 114.31 73.46C116.62 64.79 113.86 57.24 108.8 50.44C107.34 48.47 104.84 46.62 102.51 46.13C99.6099 45.52 97.2399 44.11 94.6599 43.01C93.6999 42.6 92.7399 41.9 91.7599 41.88C84.4699 41.74 77.5099 43 71.9999 48.2C67.2399 52.7 63.3799 58 61.2599 64.24C58.2499 73.1 58.2599 81.59 65.7199 88.65C72.1499 94.74 79.5399 98.48 86.6999 98.07ZM65.5099 93.96C63.8499 96.79 64.0099 99.51 65.8399 100.88C68.2199 102.66 72.3499 102.21 75.2499 99.53C71.9199 97.62 68.7099 95.79 65.4999 93.95L65.5099 93.96Z" fill="black"/>
|
||||||
|
<path id="Vector_12" d="M125.41 113.92C126.99 113.82 128.3 113.74 129.91 113.65C129.22 117.4 126.17 117.18 123.56 118.26C124.49 119.44 125.35 120.54 126.33 121.8C124.37 123.99 122.68 121.55 120.54 121.62C119.67 122.42 118.57 123.42 117.42 124.47C118.61 125.94 119.62 127.19 120.79 128.64C117.61 129.92 116.4 127.08 113.79 126.15C114.46 128.05 114.98 129.54 115.77 131.77C113.93 131.14 112.86 130.77 111.36 130.26C111.21 131.93 111.06 133.54 110.9 135.4C107.05 134.75 109.65 131.18 108.09 129.81C106.09 130.14 103.86 131.02 101.82 130.7C99.9599 130.41 98.2999 128.81 96.5499 127.79C96.5899 127.44 96.6399 127.09 96.6799 126.74C94.0699 127.32 91.4599 127.91 88.8899 128.49C88.4699 124.63 88.8199 124.39 96.7599 123.87C95.6999 122.8 94.8299 122.05 94.1199 121.18C92.3299 118.98 90.5499 116.77 88.9299 114.46C88.6499 114.05 89.1499 113.1 89.2899 112.4C90.1599 112.76 91.6799 112.97 91.7899 113.49C92.4999 116.71 95.0799 118.24 97.3599 119.96C100.43 122.29 101.62 121.75 102.04 118.02C102.57 113.31 104.68 109.51 108.39 106.61C111.49 104.18 114.45 104.07 117.73 106.31C119.25 107.34 120.68 108.54 121.99 109.83C123.19 111.02 124.17 112.43 125.41 113.95V113.92ZM105.18 126.1C113.49 123.54 115.29 122.6 118.82 118.98C121.47 116.26 121.59 113.56 119.18 110.98C115.6 107.15 112.69 106.55 109.67 109.37C105.85 112.93 103.83 117.23 105.14 122.65C105.4 123.73 105.18 124.94 105.18 126.11V126.1Z" fill="black"/>
|
||||||
|
<path id="Vector_13" d="M86.71 127.88C85.93 128.56 85.2 129.44 84.98 129.33C84.28 128.97 83.61 128.32 83.28 127.61C83.16 127.35 84.21 126.13 84.37 126.2C85.11 126.51 85.73 127.12 86.72 127.88H86.71Z" fill="black"/>
|
||||||
|
<path id="Vector_14" d="M86.7 98.07C79.54 98.48 72.15 94.74 65.72 88.65C58.27 81.6 58.25 73.11 61.26 64.24C63.38 58 67.24 52.7 72 48.2C77.51 42.99 84.48 41.74 91.76 41.88C92.73 41.9 93.7 42.6 94.66 43.01C97.25 44.11 99.61 45.52 102.51 46.13C104.83 46.62 107.34 48.48 108.8 50.44C113.85 57.25 116.62 64.8 114.31 73.46C113.63 76 113.01 78.55 112.36 81.09C109.31 93 97.81 98.31 86.7 98.07ZM87.51 45.06C82 44.74 77.01 45.74 73.22 50.17C69.04 55.06 65.84 60.55 64.32 66.79C63.57 69.86 63.39 73.21 63.69 76.37C64.3 82.92 68.13 87.82 73.05 91.82C80.13 97.57 88.28 98.07 95.76 92.84C103.16 87.66 108.61 80.92 110.47 71.7C113.03 59.06 106.45 48.43 93.92 45.51C91.86 45.03 89.65 45.19 87.51 45.06Z" fill="#F7901E"/>
|
||||||
|
<path id="Vector_15" d="M65.5098 93.96C68.7198 95.8 71.9198 97.63 75.2598 99.54C72.3598 102.22 68.2298 102.67 65.8498 100.89C64.0198 99.52 63.8598 96.8 65.5198 93.97L65.5098 93.96Z" fill="#F7901E"/>
|
||||||
|
<path id="Vector_16" d="M105.18 126.1C105.18 124.92 105.41 123.72 105.14 122.64C103.82 117.22 105.85 112.93 109.67 109.36C112.7 106.54 115.61 107.14 119.18 110.97C121.59 113.55 121.47 116.25 118.82 118.97C115.29 122.59 113.48 123.54 105.18 126.09V126.1ZM109.79 119.02C111.28 117.14 111.52 115.77 109.71 114.83C109.12 114.53 107.62 114.74 107.4 115.16C106.29 117.33 108.1 117.92 109.79 119.01V119.02ZM114.72 112.68C115.02 110.78 114.34 109.69 112.66 109.59C112.26 109.57 111.42 110.62 111.46 111.14C111.59 112.97 112.78 113.33 114.72 112.68ZM114.36 118.49C115.35 117.24 115.5 116.23 114 115.48C113.72 115.34 112.97 115.55 112.83 115.81C111.98 117.35 112.97 117.93 114.36 118.48V118.49Z" fill="#F7901E"/>
|
||||||
|
<path id="Vector_17" d="M87.5098 45.06C89.6498 45.19 91.8598 45.03 93.9198 45.51C106.45 48.44 113.02 59.06 110.47 71.7C108.6 80.92 103.15 87.66 95.7598 92.84C88.2798 98.08 80.1298 97.57 73.0498 91.82C68.1298 87.83 64.2998 82.93 63.6898 76.37C63.3998 73.21 63.5798 69.86 64.3198 66.79C65.8398 60.55 69.0398 55.06 73.2198 50.17C77.0098 45.73 82.0098 44.74 87.5098 45.06ZM85.2198 92.01C88.3698 92.43 91.4698 90.63 94.5698 88.88C103.99 83.55 113.21 67.95 105.29 55.55C103.91 53.39 102.46 51.68 100.12 50.51C96.6098 48.75 92.7798 48.47 89.0898 47.53C83.5298 46.13 78.9298 47.78 75.3498 51.71C71.3798 56.06 68.5598 61.27 66.9198 66.99C62.9898 80.69 72.4098 91.47 85.2198 92.01Z" fill="black"/>
|
||||||
|
<path id="Vector_18" d="M109.79 119.02C108.1 117.92 106.29 117.33 107.4 115.17C107.62 114.75 109.12 114.53 109.71 114.84C111.52 115.77 111.28 117.14 109.79 119.03V119.02Z" fill="black"/>
|
||||||
|
<path id="Vector_19" d="M114.72 112.68C112.78 113.33 111.59 112.97 111.46 111.14C111.42 110.63 112.27 109.57 112.66 109.59C114.34 109.68 115.02 110.77 114.72 112.68Z" fill="black"/>
|
||||||
|
<path id="Vector_20" d="M114.36 118.49C112.97 117.94 111.98 117.36 112.83 115.82C112.97 115.56 113.72 115.35 114 115.49C115.5 116.24 115.35 117.25 114.36 118.5V118.49Z" fill="black"/>
|
||||||
|
<path id="Vector_21" d="M85.2199 92.01C72.4199 91.48 62.9898 80.69 66.9198 66.99C68.5598 61.27 71.3798 56.06 75.3498 51.71C78.9298 47.79 83.5299 46.13 89.0898 47.53C92.7899 48.46 96.6098 48.74 100.12 50.51C102.45 51.68 103.91 53.4 105.29 55.55C113.2 67.94 103.99 83.55 94.5698 88.88C91.4698 90.63 88.3699 92.43 85.2199 92.01ZM90.1999 63.07C90.5499 61.82 90.9098 61.1 90.9398 60.37C91.1898 54.82 91.1599 51.05 82.9699 52.93C78.0899 54.05 73.7999 61 75.0799 66.09C75.1199 66.27 75.5799 66.34 75.7399 66.42C77.8799 64.91 79.7999 62.71 82.1098 62.15C84.4499 61.59 87.1798 62.66 90.1898 63.07H90.1999Z" fill="white"/>
|
||||||
|
<path id="Vector_22" d="M90.2001 63.07C87.2001 62.65 84.4601 61.59 82.1201 62.15C79.8101 62.7 77.8901 64.9 75.7501 66.42C75.5901 66.34 75.1301 66.27 75.0901 66.09C73.8101 61 78.1001 54.05 82.9801 52.93C91.1701 51.05 91.1901 54.82 90.9501 60.37C90.9201 61.1 90.5601 61.82 90.2101 63.07H90.2001ZM81.0401 58.07C83.3901 58.58 85.5101 59.03 87.9301 59.55V55.27C85.5201 56.16 82.6901 54.23 81.0401 58.06V58.07Z" fill="black"/>
|
||||||
|
<path id="Vector_23" d="M81.04 58.07C82.69 54.23 85.51 56.17 87.93 55.28V59.56C85.52 59.04 83.39 58.58 81.04 58.08V58.07Z" fill="white"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<filter id="filter0_d_3125_32172" x="0" y="-0.000549316" width="170.08" height="182.291" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||||
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||||
|
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||||
|
<feOffset/>
|
||||||
|
<feGaussianBlur stdDeviation="15"/>
|
||||||
|
<feComposite in2="hardAlpha" operator="out"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
|
||||||
|
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3125_32172"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3125_32172" result="shape"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 17 KiB |
@ -0,0 +1,18 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 35 35" fill="none">
|
||||||
|
<g clip-path="url(#clip0_3125_28506)">
|
||||||
|
<path d="M9.33335 25.976C10.27 25.982 10.276 25.9921 10.9548 25.5792C12.0082 24.9407 13.0495 24.282 14.0989 23.6375C14.7072 23.2628 15.3236 22.8983 15.9359 22.5297C17.2451 21.7421 18.5604 20.9646 19.8596 20.1609C20.4517 19.7943 21.0459 19.7681 21.6985 19.9635C22.5948 20.2334 23.5032 20.461 24.4056 20.7068C25.0763 20.8881 25.2838 20.745 25.1911 20.0642C25.1448 19.7279 25.2979 19.5566 25.4892 19.3673C26.1559 18.7087 26.869 18.0943 27.4873 17.3934C28.9879 15.6934 30.4563 13.9631 31.693 12.0516C32.1341 11.3688 32.684 10.7524 33.0949 10.0535C33.5098 9.34853 34.4283 9.03633 34.5491 8.11784C34.5572 8.05942 34.6337 7.99295 34.6961 7.96073C35.1634 7.70492 34.9963 7.37056 34.8371 6.99994C33.7374 7.24769 32.6638 7.50551 31.5822 7.72708C29.4834 8.15812 27.3886 8.61535 25.2778 8.97388C22.049 9.52377 18.8061 9.9951 15.5713 10.5087C15.0376 10.5933 14.5139 10.7565 13.9801 10.8391C12.3405 11.0888 10.7352 11.4554 9.19638 12.0879C8.93051 12.1967 8.63845 12.2571 8.35243 12.2994C8.11879 12.3336 8.01606 12.4404 7.96168 12.664C7.81464 13.2622 8.11476 13.6872 8.53774 14.0054C9.48038 14.7205 10.4532 15.3912 11.416 16.0801C11.6114 16.2211 11.8128 16.354 12.0183 16.497C11.9458 16.8334 11.9115 17.1295 11.8169 17.4075C11.4744 18.4106 11.1119 19.4076 10.7594 20.4087C10.2337 21.8972 9.71202 23.3877 9.1843 24.8762C9.0433 25.273 9.0433 25.6457 9.33939 25.972L9.33335 25.976Z" fill="white"/>
|
||||||
|
<path d="M9.33281 25.9759C9.03874 25.6496 9.03672 25.2769 9.17772 24.8801C9.70342 23.3916 10.2271 21.9011 10.7528 20.4126C11.1053 19.4115 11.4679 18.4165 11.8103 17.4114C11.9049 17.1334 11.9392 16.8373 12.0117 16.5009C11.8042 16.3579 11.6048 16.225 11.4095 16.084C10.4467 15.3951 9.47381 14.7244 8.53116 14.0093C8.10818 13.6891 7.81008 13.2661 7.9551 12.6679C8.00948 12.4443 8.11221 12.3375 8.34585 12.3033C8.63187 12.261 8.92393 12.2006 9.1898 12.0918C10.7287 11.4593 12.334 11.0927 13.9735 10.843C14.5093 10.7604 15.031 10.5972 15.5647 10.5126C18.7995 9.99901 22.0424 9.52768 25.2712 8.97779C27.3821 8.61926 29.4768 8.16203 31.5756 7.73098C32.6572 7.50942 33.7308 7.24958 34.8306 7.00385C34.9877 7.37446 35.1548 7.70883 34.6896 7.96463C34.6291 7.99887 34.5506 8.06333 34.5425 8.12174C34.4237 9.03822 33.5032 9.35244 33.0883 10.0574C32.6774 10.7564 32.1295 11.3727 31.6864 12.0555C30.4477 13.967 28.9813 15.6973 27.4807 17.3973C26.8624 18.0982 26.1494 18.7126 25.4827 19.3712C25.2913 19.5585 25.1402 19.7297 25.1846 20.0681C25.2772 20.749 25.0698 20.892 24.399 20.7107C23.4967 20.4649 22.5883 20.2353 21.6919 19.9674C21.0414 19.772 20.4472 19.7982 19.853 20.1648C18.5538 20.9685 17.2385 21.746 15.9293 22.5336C15.317 22.9022 14.7027 23.2667 14.0924 23.6414C13.043 24.2859 12.0016 24.9426 10.9482 25.5831C10.2694 25.996 10.2634 25.9859 9.32677 25.9799L9.33281 25.9759ZM32.6613 9.00398L32.5606 8.82068C32.3088 8.91736 32.055 9.008 31.8052 9.10872C31.0076 9.43502 30.2241 9.79557 29.4144 10.0856C28.79 10.3092 28.1172 10.4019 27.4948 10.6274C25.7103 11.278 23.9358 11.9629 22.1612 12.6437C19.2125 13.7737 16.2697 14.9157 13.3189 16.0397C13.0168 16.1545 12.8335 16.2612 12.7912 16.6299C12.7408 17.0609 12.5918 17.4859 12.4468 17.9008C11.9553 19.3209 11.4477 20.7348 10.9502 22.1529C10.8737 22.3684 10.773 22.5859 10.8858 22.9304C11.8244 21.8709 12.6724 20.8497 13.5888 19.8969C14.2616 19.198 14.6765 18.1869 15.7843 17.9774C15.8286 17.9693 15.8608 17.9149 15.9051 17.8928C17.3715 17.1878 18.8418 16.4868 20.3062 15.7778C21.0353 15.4253 21.7705 15.0789 22.4795 14.6841C23.8149 13.9409 25.1262 13.1513 26.4616 12.408C28.5221 11.2619 30.5947 10.138 32.6633 9.00398H32.6613ZM32.3269 9.86204L32.192 9.72507C31.8959 9.95066 31.6179 10.2045 31.3017 10.3978C30.216 11.0665 29.1203 11.7232 28.0206 12.3698C27.66 12.5833 27.2733 12.7504 26.9047 12.9478C25.8633 13.5058 24.82 14.0577 23.7867 14.6317C22.7554 15.2058 21.7967 15.9188 20.6305 16.231C20.3767 16.2995 20.1511 16.4707 19.9154 16.5996C19.4844 16.8353 19.0594 17.081 18.6223 17.3066C18.0946 17.5806 17.5588 17.8404 17.0271 18.1083C17.0391 18.1627 17.0512 18.2171 17.0653 18.2714C19.6274 18.352 22.0887 18.9422 24.5863 19.7378C24.532 19.1094 24.8804 18.7629 25.2248 18.4104C26.1192 17.4919 27.0235 16.5815 27.8977 15.6449C28.3851 15.1232 28.8484 14.5713 29.2774 14.0013C30.3087 12.6316 31.3138 11.2418 32.3289 9.86204H32.3269ZM12.7046 15.4475C14.2595 14.8553 15.6856 14.3074 17.1137 13.7676C18.5458 13.2258 19.9779 12.686 21.412 12.1522C22.8702 11.6104 24.3225 11.0524 25.7908 10.5428C27.2068 10.0514 28.6429 9.61227 30.069 9.149C28.8262 9.23763 27.6117 9.36452 26.4092 9.56796C24.5924 9.87412 22.7877 10.2447 20.9749 10.569C19.4018 10.851 17.8227 11.0947 16.2516 11.3848C15.1599 11.5862 14.0763 11.8279 12.9926 12.0636C11.8626 12.3093 10.7891 12.7202 9.5725 13.2057C10.7105 14.0194 11.7418 14.7566 12.7026 15.4435L12.7046 15.4475ZM10.5433 24.725C10.5877 24.7794 10.632 24.8358 10.6763 24.8902C13.6936 23.2768 16.6081 21.4922 19.6093 19.5444C19.2507 19.5102 19.0594 19.482 18.866 19.476C17.8106 19.4357 16.7471 19.4518 15.6997 19.339C15.2304 19.2886 14.9424 19.4377 14.6624 19.7257C14.4912 19.901 14.3441 20.1004 14.189 20.2917C13.5667 21.0571 12.9503 21.8245 12.3239 22.5859C11.7337 23.303 11.1375 24.014 10.5433 24.7271V24.725Z" fill="black"/>
|
||||||
|
<path d="M32.6609 9.00397C30.5924 10.138 28.5197 11.2619 26.4592 12.408C25.1238 13.1513 23.8126 13.9409 22.4771 14.6841C21.7702 15.0769 21.035 15.4233 20.3038 15.7778C18.8395 16.4868 17.3691 17.1878 15.9028 17.8928C15.8585 17.9129 15.8263 17.9693 15.7819 17.9774C14.6761 18.1868 14.2592 19.198 13.5865 19.8969C12.67 20.8497 11.822 21.8709 10.8834 22.9304C10.7686 22.5879 10.8713 22.3704 10.9479 22.1529C11.4474 20.7348 11.955 19.3209 12.4444 17.9008C12.5874 17.4859 12.7385 17.0609 12.7888 16.6298C12.8311 16.2633 13.0144 16.1545 13.3166 16.0397C16.2674 14.9178 19.2121 13.7757 22.1589 12.6437C23.9334 11.9629 25.7059 11.278 27.4925 10.6274C28.1149 10.3998 28.7876 10.3092 29.412 10.0856C30.2217 9.79557 31.0073 9.43502 31.8029 9.10871C32.0526 9.00599 32.3064 8.91535 32.5582 8.82068L32.6589 9.00397H32.6609Z" fill="#C0E8F8"/>
|
||||||
|
<path d="M32.3253 9.86249C31.3102 11.2443 30.3051 12.6321 29.2738 14.0017C28.8448 14.5718 28.3815 15.1237 27.8941 15.6453C27.0199 16.582 26.1155 17.4924 25.2212 18.4109C24.8768 18.7634 24.5283 19.1098 24.5827 19.7383C22.0851 18.9447 19.6238 18.3545 17.0617 18.2719C17.0496 18.2175 17.0375 18.1631 17.0234 18.1087C17.5552 17.8429 18.091 17.583 18.6187 17.3071C19.0538 17.0795 19.4787 16.8337 19.9118 16.6001C20.1475 16.4712 20.3751 16.3 20.6268 16.2315C21.7951 15.9193 22.7518 15.2062 23.7831 14.6322C24.8164 14.0581 25.8597 13.5062 26.9011 12.9483C27.2697 12.7509 27.6564 12.5817 28.0169 12.3702C29.1167 11.7216 30.2104 11.067 31.2981 10.3983C31.6123 10.2049 31.8923 9.95112 32.1883 9.72552L32.3233 9.86249H32.3253Z" fill="white"/>
|
||||||
|
<path d="M12.7043 15.4472C11.7435 14.7604 10.7122 14.0232 9.57422 13.2094C10.7908 12.724 11.8644 12.3131 12.9943 12.0674C14.078 11.8317 15.1616 11.59 16.2533 11.3886C17.8244 11.0985 19.4055 10.8548 20.9766 10.5728C22.7894 10.2465 24.5941 9.87789 26.4109 9.57173C27.6134 9.36829 28.828 9.23938 30.0707 9.15277C28.6447 9.61403 27.2085 10.0551 25.7926 10.5466C24.3242 11.0562 22.8699 11.6121 21.4137 12.156C19.9796 12.6898 18.5475 13.2296 17.1154 13.7714C15.6873 14.3112 14.2613 14.8591 12.7063 15.4513L12.7043 15.4472Z" fill="white"/>
|
||||||
|
<path d="M10.543 24.7254C11.1372 24.0124 11.7334 23.3013 12.3235 22.5843C12.9499 21.8229 13.5663 21.0555 14.1887 20.2901C14.3438 20.0987 14.4908 19.9013 14.662 19.7241C14.942 19.434 15.23 19.287 15.6993 19.3373C16.7467 19.4501 17.8102 19.434 18.8656 19.4743C19.059 19.4824 19.2504 19.5085 19.6089 19.5428C16.6077 21.4905 13.6932 23.2751 10.6759 24.8885C10.6316 24.8342 10.5873 24.7778 10.543 24.7234V24.7254Z" fill="#8AD5F3"/>
|
||||||
|
<path d="M0 20.403C0.12488 20.2821 0.229619 20.117 0.350471 19.9941C0.469308 19.8652 0.596203 19.7564 0.725112 19.6577C0.984944 19.4623 1.2629 19.3133 1.53482 19.1703C2.08872 18.8782 2.67284 18.6305 3.24689 18.3666L5.10398 17.5166C5.71227 17.2245 6.31653 16.9325 6.87043 16.5679C7.11617 16.4088 7.376 16.2637 7.62979 16.1107C7.69223 16.0764 7.78085 16.0684 7.80099 16.0905C7.81912 16.1107 7.79697 16.1973 7.75265 16.2597C7.6036 16.4611 7.42837 16.6626 7.22292 16.8217C6.79994 17.156 6.32861 17.4139 5.86535 17.6757C5.21073 18.0342 4.54605 18.3525 3.8874 18.6808L1.90745 19.6577C1.62949 19.7947 1.35757 19.9498 1.05544 20.0908C0.904375 20.1613 0.745254 20.2298 0.574047 20.2882C0.400826 20.3446 0.221562 20.405 0.00201425 20.405L0 20.403Z" fill="black"/>
|
||||||
|
<path d="M7.66608 20.4129C7.70233 20.3384 7.71845 20.2135 7.74664 20.1349C7.77484 20.0503 7.80506 19.9839 7.8393 19.9315C7.90778 19.8247 7.99238 19.7703 8.07496 19.716C8.24214 19.6072 8.43147 19.5427 8.60671 19.4501C8.79806 19.3514 8.98135 19.2406 9.16263 19.1218L9.69639 18.7552C9.73466 18.725 9.78501 18.7109 9.84141 18.7008L9.92399 18.6847C9.95622 18.6847 9.98643 18.6806 10.0146 18.6766C10.0428 18.6726 10.1012 18.6988 10.1214 18.7229C10.1415 18.7451 10.1617 18.7995 10.1536 18.8297C10.1335 18.9284 10.1113 19.0311 10.0549 19.0996C9.93205 19.2346 9.78099 19.3333 9.63999 19.4461C9.25125 19.7683 8.83028 20.0624 8.37507 20.3021C8.28041 20.3525 8.18977 20.4189 8.07899 20.4592C8.0246 20.4773 7.96418 20.4914 7.89771 20.4935C7.83124 20.4935 7.76074 20.4935 7.66406 20.4149L7.66608 20.4129Z" fill="black"/>
|
||||||
|
<path d="M13.6699 27.3903C13.7726 27.2211 13.8653 27.0378 13.97 26.8726C14.0728 26.7054 14.1916 26.5604 14.3145 26.4254C14.5622 26.1555 14.8382 25.934 15.1121 25.7225C15.67 25.2894 16.2743 24.9087 16.8725 24.526C18.1676 23.6982 19.493 22.9146 20.8546 22.2056C21.1567 22.0485 21.4931 21.9539 21.8174 21.8612C21.8939 21.839 22.0107 21.8934 22.0389 21.9498C22.0651 22.0042 22.0329 22.1271 21.9684 22.1815C21.7529 22.3587 21.5293 22.544 21.2836 22.683C20.772 22.967 20.2402 23.2168 19.7347 23.5129C18.3187 24.3407 16.947 25.2391 15.6096 26.1878C15.3276 26.3872 15.0597 26.6067 14.7556 26.8202C14.4494 27.0317 14.1211 27.2533 13.6719 27.3923L13.6699 27.3903Z" fill="black"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_3125_28506">
|
||||||
|
<rect width="35" height="35" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 10 KiB |
@ -0,0 +1,23 @@
|
|||||||
|
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_4304_1115)">
|
||||||
|
<path d="M33.7567 12.4001L32.9767 11.8001H31.9967C31.7367 11.8001 30.4067 11.8001 29.3667 11.9601C29.1367 12.0001 28.8867 12.0501 28.6467 12.1101C28.3567 11.4201 27.9867 10.7601 27.5567 10.1601C27.2967 9.77006 27.0067 9.40006 26.7067 9.05006C26.8867 8.83006 27.0667 8.61006 27.2267 8.39006C27.8167 7.56006 28.4067 6.36006 28.5167 6.13006L28.8067 5.54006V4.88006C28.8067 4.38006 28.6867 3.41006 27.7667 2.60006C27.2067 2.10006 26.2967 1.54006 25.1367 1.69006L24.1567 1.81006L23.4567 2.51006C23.2767 2.69006 22.3267 3.64006 21.7167 4.48006C21.5167 4.76006 21.3167 5.09006 21.1367 5.41006C20.8167 5.31006 20.4967 5.23006 20.1667 5.17006C19.8767 5.11006 19.5967 5.06006 19.3267 5.02006C19.3067 4.83006 19.2867 4.64006 19.2567 4.46006C19.0867 3.46006 18.6567 2.19006 18.5667 1.95006L18.3667 1.50006C18.1167 1.04006 17.1167 -0.39994 14.8767 0.0800603C13.2067 0.44006 12.5167 1.74006 12.4367 2.75006V2.97006C12.4267 3.23006 12.4367 4.56006 12.5967 5.60006C12.6167 5.72006 12.6467 5.85006 12.6667 5.98006C12.4367 6.08006 12.2067 6.19006 11.9767 6.33006C11.4067 6.64006 10.8667 6.99006 10.3567 7.37006C10.0867 7.13006 9.78666 6.89006 9.50666 6.68006C8.67666 6.09006 7.47666 5.50006 7.24666 5.39006L7.02666 5.28006L6.78666 5.21006C6.28666 5.07006 4.55666 4.75006 3.31666 6.69006C2.39666 8.13006 2.83666 9.53006 3.49666 10.3001L3.63666 10.4501C3.81666 10.6301 4.76666 11.5801 5.60666 12.1901C5.85666 12.3701 6.14666 12.5501 6.43666 12.7101C6.37666 12.8701 6.30666 13.0201 6.25666 13.1701C6.01666 13.8901 5.87666 14.6301 5.78666 15.3801C5.35666 15.4001 4.89666 15.4401 4.47666 15.5101C3.47666 15.6801 2.20666 16.1101 1.96666 16.2001L1.51666 16.4001C1.05666 16.6501 -0.383338 17.6401 0.0966619 19.8901C0.456662 21.5601 1.75666 22.2501 2.76666 22.3301H2.98666C2.98666 22.3301 3.03666 22.3301 3.06666 22.3301C3.45666 22.3301 4.66666 22.3201 5.60666 22.1601C5.99666 22.0901 6.42666 21.9901 6.81666 21.8801V21.9101C7.16666 22.5901 7.57666 23.2301 8.03666 23.8301C7.75666 24.1501 7.44666 24.5101 7.20666 24.8501C6.61666 25.6801 6.02666 26.8801 5.91666 27.1101L5.80666 27.3301L5.73666 27.5701C5.59666 28.0701 5.26666 29.7901 7.19666 31.0401C7.78666 31.4201 8.37666 31.5701 8.91666 31.5701C9.68666 31.5701 10.3567 31.2601 10.8167 30.8801L10.9767 30.7301C11.1567 30.5501 12.1067 29.6001 12.7167 28.7601C12.9667 28.4101 13.2167 27.9901 13.4267 27.6001C13.5567 27.6401 13.6767 27.6901 13.8067 27.7301C14.4767 27.9401 15.1567 28.0901 15.8467 28.2001C15.8667 28.4501 15.8967 28.7001 15.9367 28.9301C16.1067 29.9301 16.5367 31.2001 16.6267 31.4401L16.8367 32.0501L17.2967 32.5201C17.6267 32.8601 18.3367 33.4101 19.4467 33.4101C19.5067 33.4101 19.5667 33.4101 19.6367 33.4101C20.3867 33.3701 21.4267 33.1301 22.1467 32.2101L22.7667 31.4301V30.4301C22.7667 30.1701 22.7667 28.8301 22.6067 27.8001C22.5867 27.7001 22.5667 27.6001 22.5467 27.4901C23.2567 27.2001 23.9367 26.8301 24.5767 26.3901C24.8467 26.6301 25.1367 26.8601 25.4167 27.0701C26.2467 27.6601 27.4467 28.2501 27.6767 28.3601L28.2567 28.6401H28.8967C28.8967 28.6401 28.9267 28.6501 28.9367 28.6501C29.4467 28.6501 30.3867 28.5101 31.1867 27.6201C31.6867 27.0601 32.2567 26.1501 32.1067 24.9801L31.9867 24.0001L31.2867 23.3001C31.1067 23.1201 30.1567 22.1701 29.3167 21.5601C29.1367 21.4301 28.9367 21.3101 28.7367 21.1801C29.0667 20.3901 29.2967 19.5601 29.4367 18.7201C29.7967 18.7001 30.1667 18.6601 30.5167 18.6001C31.5167 18.4301 32.7867 18.0001 33.0267 17.9101L33.6367 17.7001L34.1067 17.2401C34.4667 16.8901 35.0567 16.1101 34.9867 14.8901C34.9467 14.1401 34.6967 13.0901 33.7667 12.3801L33.7567 12.4001Z" fill="white"/>
|
||||||
|
<path d="M9.28675 18.1001C8.66675 13.7401 11.2168 8.90011 16.4168 8.24011C21.6168 7.58011 25.5568 11.3201 26.1868 15.6801C26.8168 20.0401 23.5367 24.1101 18.8667 24.7801C14.1967 25.4501 9.91675 22.4601 9.28675 18.1001Z" fill="#FFD800"/>
|
||||||
|
<path d="M22.4365 15.81C22.4365 15.81 22.5465 16.05 22.5665 16.47C22.5965 16.89 22.4865 17.47 22.1765 18.04C21.5465 19.19 20.3265 20.14 19.2165 20.69C18.6365 20.93 17.9265 21.12 17.1965 21.08C16.4665 21.05 15.7665 20.81 15.2165 20.5C14.6665 20.19 14.2565 19.83 13.9865 19.56C13.7165 19.28 13.5765 19.09 13.5765 19.09C13.4965 18.98 13.8565 18.71 13.9365 18.78C13.9365 18.78 14.0765 18.93 14.3565 19.15C14.6265 19.37 15.0365 19.65 15.5365 19.87C16.0365 20.09 16.6265 20.24 17.2165 20.22C17.8065 20.21 18.3665 20.03 18.8365 19.83C19.7665 19.38 20.9965 18.56 21.5765 17.67C21.8765 17.23 22.0065 16.78 22.0165 16.46C22.0365 16.13 21.9765 15.95 21.9765 15.95C21.9965 15.86 22.3465 15.66 22.4265 15.8L22.4365 15.81Z" fill="#212121"/>
|
||||||
|
<path d="M19.3767 30.51C19.3767 30.51 18.9467 29.28 18.8067 28.47C18.6767 27.65 18.6867 26.35 18.6867 26.35C18.6867 26.3 19.1367 26.23 19.1567 26.27C19.1567 26.27 19.5867 27.5 19.7267 28.31C19.8567 29.13 19.8467 30.43 19.8467 30.43C19.8067 30.48 19.4067 30.55 19.3767 30.51Z" fill="#212121"/>
|
||||||
|
<path d="M16.0266 7.17007C16.0266 7.17007 15.5966 5.94007 15.4566 5.13007C15.3266 4.31007 15.3366 3.01007 15.3366 3.01007C15.3366 2.96007 15.7866 2.89007 15.8066 2.93007C15.8066 2.93007 16.2366 4.16007 16.3766 4.97007C16.5066 5.79007 16.4966 7.09007 16.4966 7.09007C16.4566 7.14007 16.0566 7.21007 16.0266 7.17007Z" fill="#212121"/>
|
||||||
|
<path d="M28.9365 25.7601C28.9365 25.7601 27.7665 25.1901 27.0865 24.7201C26.4165 24.2401 25.4965 23.3101 25.4965 23.3101C25.4665 23.2801 25.7365 22.9101 25.7765 22.9201C25.7765 22.9201 26.9465 23.4901 27.6265 23.9601C28.2965 24.4401 29.2165 25.3701 29.2165 25.3701C29.2165 25.4301 28.9865 25.7601 28.9365 25.7601Z" fill="#212121"/>
|
||||||
|
<path d="M9.11664 10.8701C9.11664 10.8701 7.94664 10.3001 7.26664 9.83011C6.59664 9.35011 5.67664 8.42011 5.67664 8.42011C5.64664 8.39011 5.91664 8.02011 5.95664 8.03011C5.95664 8.03011 7.12664 8.60011 7.80664 9.07011C8.47664 9.55011 9.39664 10.4801 9.39664 10.4801C9.39664 10.5401 9.16664 10.8701 9.11664 10.8701Z" fill="#212121"/>
|
||||||
|
<path d="M32.0668 15.19C32.0668 15.19 30.8368 15.62 30.0268 15.76C29.2068 15.89 27.9068 15.88 27.9068 15.88C27.8568 15.88 27.7868 15.43 27.8268 15.41C27.8268 15.41 29.0568 14.98 29.8668 14.84C30.6868 14.71 31.9868 14.72 31.9868 14.72C32.0368 14.76 32.1068 15.16 32.0668 15.19Z" fill="#212121"/>
|
||||||
|
<path d="M7.14687 18.7601C7.14687 18.7601 5.91687 19.1901 5.10687 19.3301C4.28687 19.4601 2.98687 19.4501 2.98687 19.4501C2.93687 19.4501 2.86687 19.0001 2.90687 18.9801C2.90687 18.9801 4.13687 18.5501 4.94687 18.4101C5.76687 18.2801 7.06687 18.2901 7.06687 18.2901C7.11687 18.3301 7.18687 18.7301 7.14687 18.7601Z" fill="#212121"/>
|
||||||
|
<path d="M25.8968 4.87009C25.8968 4.87009 25.3268 6.04009 24.8568 6.72009C24.3768 7.39009 23.4468 8.31009 23.4468 8.31009C23.4168 8.34009 23.0468 8.07009 23.0568 8.03009C23.0568 8.03009 23.6268 6.86009 24.0968 6.18009C24.5768 5.51009 25.5068 4.59009 25.5068 4.59009C25.5668 4.59009 25.8968 4.82009 25.8968 4.87009Z" fill="#212121"/>
|
||||||
|
<path d="M11.3768 25.2601C11.3768 25.2601 10.8068 26.4301 10.3368 27.1101C9.85682 27.7801 8.92682 28.7001 8.92682 28.7001C8.89682 28.7301 8.52682 28.4601 8.53682 28.4201C8.53682 28.4201 9.10682 27.2501 9.57682 26.5701C10.0568 25.9001 10.9868 24.9801 10.9868 24.9801C11.0468 24.9801 11.3768 25.2101 11.3768 25.2601Z" fill="#212121"/>
|
||||||
|
<path d="M16.0368 8.49003C16.0368 8.49003 15.9768 8.50003 15.8568 8.53003C15.7468 8.55003 15.5668 8.58004 15.3568 8.66004C14.9268 8.79004 14.2968 8.99003 13.5968 9.40003C12.1868 10.16 10.3968 11.83 9.67678 14.32C8.90678 16.74 9.39678 19.96 11.3768 22C13.3468 24.06 16.3868 24.73 18.8468 24.51C20.0668 24.41 21.3468 24 22.4668 23.23C23.5668 22.45 24.5368 21.36 25.1168 20.07C26.3668 17.5 25.9868 14.31 24.5568 12.19C23.1568 10 20.9768 8.90003 19.4068 8.57003C18.6168 8.37003 17.9568 8.36004 17.5068 8.35004C17.2868 8.34004 17.1068 8.35004 16.9868 8.37004C16.8668 8.37004 16.8068 8.38004 16.8068 8.38004C16.2668 8.42004 16.2068 7.97004 16.7568 7.90004C16.7568 7.90004 16.8168 7.90004 16.9468 7.88004C17.0668 7.87004 17.2568 7.84004 17.4868 7.85004C17.9568 7.85004 18.6568 7.85003 19.5068 8.03003C21.1868 8.34003 23.5568 9.46004 25.1168 11.8C26.7168 14.06 27.2168 17.56 25.8768 20.42C25.2568 21.86 24.1968 23.09 22.9668 23.97C21.7168 24.85 20.2668 25.32 18.8968 25.43C17.5468 25.54 16.0868 25.43 14.6468 24.98C13.2068 24.55 11.8068 23.74 10.7268 22.59C9.65678 21.43 8.95678 19.95 8.70678 18.45C8.42678 16.95 8.54678 15.44 8.98678 14.12C9.82678 11.43 11.7968 9.69004 13.3168 8.92004C14.0768 8.50004 14.7468 8.31004 15.2068 8.18004C15.4368 8.11004 15.6168 8.08004 15.7368 8.06004C15.8568 8.04004 15.9268 8.03003 15.9268 8.03003C16.4968 7.97003 16.5268 8.37004 16.0168 8.50004L16.0368 8.49003Z" fill="#212121"/>
|
||||||
|
<path d="M21.6767 13.4201C21.6767 13.4201 21.3167 13.3901 20.8467 13.3401C20.6167 13.3101 20.3567 13.2801 20.0967 13.2501C19.9067 13.2401 19.7667 13.2701 19.6567 13.3201C19.4367 13.4101 19.1067 13.8001 18.9367 14.2001C18.7567 14.5901 18.6667 14.9201 18.6667 14.9201C18.6467 14.9601 18.1967 14.9201 18.1867 14.8601C18.1867 14.8601 18.1667 14.4801 18.2667 13.9801C18.3567 13.5001 18.6267 12.7901 19.2467 12.4701C19.5467 12.3301 19.9467 12.3001 20.2667 12.4001C20.5267 12.4801 20.7667 12.5601 20.9967 12.6401C21.4367 12.8001 21.7767 12.9301 21.7767 12.9301C21.8167 12.9901 21.7267 13.3801 21.6667 13.4001L21.6767 13.4201Z" fill="#212121"/>
|
||||||
|
<path d="M12.4866 16.0001C12.4866 16.0001 12.6466 15.6701 12.8466 15.2501C12.9566 15.0401 13.0666 14.8101 13.2066 14.5701C13.3766 14.2801 13.6766 14.0201 13.9966 13.9201C14.6666 13.7201 15.3466 14.0501 15.7466 14.3401C16.1666 14.6301 16.4066 14.9201 16.4066 14.9201C16.4466 14.9701 16.1366 15.3001 16.0966 15.2901C16.0966 15.2901 15.8066 15.1101 15.4066 14.9501C15.0066 14.7701 14.5066 14.7101 14.2766 14.8001C14.1666 14.8401 14.0366 14.9101 13.9066 15.0501C13.7466 15.2501 13.5766 15.4501 13.4266 15.6301C13.1166 15.9801 12.8766 16.2501 12.8766 16.2501C12.8066 16.2601 12.4766 16.0401 12.4766 15.9901L12.4866 16.0001Z" fill="#212121"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_4304_1115">
|
||||||
|
<rect width="35" height="35" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 22 KiB |
@ -0,0 +1,19 @@
|
|||||||
|
<svg width="263" height="179" viewBox="0 0 263 179" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_3125_27393)">
|
||||||
|
<path d="M0 178.27C2.31 175.2 4.79 172.27 7.56 169.64C10.33 167.02 13.42 164.74 16.8 162.98C20.18 161.21 23.84 160.06 27.5 159.35C31.17 158.63 34.83 158.28 38.44 158.01C40.27 157.87 42.14 157.79 43.87 157.6C45.62 157.4 47.35 157.05 48.96 156.47C50.57 155.9 52.05 155.07 53.18 153.93C54.31 152.79 55.06 151.35 55.34 149.75C55.93 146.52 54.91 142.98 53.42 139.81C51.88 136.62 49.8 133.65 47.39 131.01C46.08 129.59 44.67 128.26 43.16 127.08C41.65 125.92 40.03 124.88 38.33 124.21C36.65 123.53 34.83 123.25 33.48 123.85C32.8 124.17 32.28 124.63 31.77 125.38C31.51 125.75 31.24 126.12 31.05 126.52C30.81 126.9 30.65 127.31 30.5 127.71C30.32 128.11 30.26 128.53 30.14 128.94C30.1 129.36 30 129.77 30.04 130.19C30.02 131.03 30.21 131.86 30.52 132.66C31.14 134.27 32.32 135.72 33.71 136.95C36.51 139.43 40.06 141.17 43.7 142.46C47.36 143.74 51.2 144.57 55.08 144.96C57.01 145.14 58.98 145.24 60.88 145.16C62.75 145.09 64.64 144.74 66.5 144.23C70.22 143.22 73.84 141.64 77.33 139.84C80.82 138.04 84.21 135.99 87.52 133.82C93.37 129.97 99.16 125.86 104.55 121.62C105.82 120.62 107.3 119.79 107.43 119.97C107.56 120.14 106.44 121.57 105.17 122.72C100.94 126.55 96.32 130.4 91.43 133.81C86.36 137.33 81.06 140.6 75.4 143.22C72.57 144.52 69.64 145.66 66.58 146.44C65.05 146.84 63.48 147.11 61.89 147.26C60.27 147.39 58.73 147.35 57.16 147.28C52.78 147.05 48.44 146.27 44.26 144.95C40.1 143.6 36 141.78 32.54 138.87C30.84 137.4 29.28 135.62 28.42 133.38C28.01 132.27 27.75 131.06 27.82 129.84C27.89 128.64 28.14 127.43 28.64 126.36C28.86 125.81 29.18 125.32 29.45 124.8C29.8 124.32 30.06 123.85 30.48 123.37C31.29 122.4 32.48 121.66 33.73 121.41C34.98 121.13 36.23 121.24 37.38 121.52C38.53 121.8 39.6 122.23 40.62 122.74C44.65 124.84 47.91 127.93 50.72 131.32C53.49 134.75 55.84 138.58 57.13 142.93C57.75 145.1 58.09 147.42 57.75 149.78C57.43 152.13 56.25 154.45 54.43 156.03C52.64 157.64 50.45 158.59 48.27 159.19C46.09 159.8 43.84 160.03 41.66 160.16C38.05 160.37 34.45 160.62 30.83 161.12C27.22 161.63 23.6 162.39 20.08 163.77C13 166.48 6.53 171.73 0 178.26L0 178.27Z" fill="black"/>
|
||||||
|
<path d="M121.19 110.08C125.84 110.11 125.87 110.16 129.24 108.11C134.47 104.94 139.64 101.67 144.85 98.47C147.87 96.61 150.93 94.8 153.97 92.97C160.47 89.06 167 85.2 173.45 81.21C176.39 79.39 179.34 79.26 182.58 80.23C187.03 81.57 191.54 82.7 196.02 83.92C199.35 84.82 200.38 84.11 199.92 80.73C199.69 79.06 200.45 78.21 201.4 77.27C204.71 74 208.25 70.95 211.32 67.47C218.77 59.03 226.06 50.44 232.2 40.95C234.39 37.56 237.12 34.5 239.16 31.03C241.22 27.53 245.78 25.98 246.38 21.42C246.42 21.13 246.8 20.8 247.11 20.64C249.43 19.37 248.6 17.71 247.81 15.87C242.35 17.1 237.02 18.38 231.65 19.48C221.23 21.62 210.83 23.89 200.35 25.67C184.32 28.4 168.22 30.74 152.16 33.29C149.51 33.71 146.91 34.52 144.26 34.93C136.12 36.17 128.15 37.99 120.51 41.13C119.19 41.67 117.74 41.97 116.32 42.18C115.16 42.35 114.65 42.88 114.38 43.99C113.65 46.96 115.14 49.07 117.24 50.65C121.92 54.2 126.75 57.53 131.53 60.95C132.5 61.65 133.5 62.31 134.52 63.02C134.16 64.69 133.99 66.16 133.52 67.54C131.82 72.52 130.02 77.47 128.27 82.44C125.66 89.83 123.07 97.23 120.45 104.62C119.75 106.59 119.75 108.44 121.22 110.06L121.19 110.08Z" fill="white"/>
|
||||||
|
<path d="M121.19 110.08C119.73 108.46 119.72 106.61 120.42 104.64C123.03 97.25 125.63 89.85 128.24 82.46C129.99 77.49 131.79 72.55 133.49 67.56C133.96 66.18 134.13 64.71 134.49 63.04C133.46 62.33 132.47 61.67 131.5 60.97C126.72 57.55 121.89 54.22 117.21 50.67C115.11 49.08 113.63 46.98 114.35 44.01C114.62 42.9 115.13 42.37 116.29 42.2C117.71 41.99 119.16 41.69 120.48 41.15C128.12 38.01 136.09 36.19 144.23 34.95C146.89 34.54 149.48 33.73 152.13 33.31C168.19 30.76 184.29 28.42 200.32 25.69C210.8 23.91 221.2 21.64 231.62 19.5C236.99 18.4 242.32 17.11 247.78 15.89C248.56 17.73 249.39 19.39 247.08 20.66C246.78 20.83 246.39 21.15 246.35 21.44C245.76 25.99 241.19 27.55 239.13 31.05C237.09 34.52 234.37 37.58 232.17 40.97C226.02 50.46 218.74 59.05 211.29 67.49C208.22 70.97 204.68 74.02 201.37 77.29C200.42 78.22 199.67 79.07 199.89 80.75C200.35 84.13 199.32 84.84 195.99 83.94C191.51 82.72 187 81.58 182.55 80.25C179.32 79.28 176.37 79.41 173.42 81.23C166.97 85.22 160.44 89.08 153.94 92.99C150.9 94.82 147.85 96.63 144.82 98.49C139.61 101.69 134.44 104.95 129.21 108.13C125.84 110.18 125.81 110.13 121.16 110.1L121.19 110.08ZM237.01 25.82L236.51 24.91C235.26 25.39 234 25.84 232.76 26.34C228.8 27.96 224.91 29.75 220.89 31.19C217.79 32.3 214.45 32.76 211.36 33.88C202.5 37.11 193.69 40.51 184.88 43.89C170.24 49.5 155.63 55.17 140.98 60.75C139.48 61.32 138.57 61.85 138.36 63.68C138.11 65.82 137.37 67.93 136.65 69.99C134.21 77.04 131.69 84.06 129.22 91.1C128.84 92.17 128.34 93.25 128.9 94.96C133.56 89.7 137.77 84.63 142.32 79.9C145.66 76.43 147.72 71.41 153.22 70.37C153.44 70.33 153.6 70.06 153.82 69.95C161.1 66.45 168.4 62.97 175.67 59.45C179.29 57.7 182.94 55.98 186.46 54.02C193.09 50.33 199.6 46.41 206.23 42.72C216.46 37.03 226.75 31.45 237.02 25.82H237.01ZM235.35 30.08L234.68 29.4C233.21 30.52 231.83 31.78 230.26 32.74C224.87 36.06 219.43 39.32 213.97 42.53C212.18 43.59 210.26 44.42 208.43 45.4C203.26 48.17 198.08 50.91 192.95 53.76C187.83 56.61 183.07 60.15 177.28 61.7C176.02 62.04 174.9 62.89 173.73 63.53C171.59 64.7 169.48 65.92 167.31 67.04C164.69 68.4 162.03 69.69 159.39 71.02C159.45 71.29 159.51 71.56 159.58 71.83C172.3 72.23 184.52 75.16 196.92 79.11C196.65 75.99 198.38 74.27 200.09 72.52C204.53 67.96 209.02 63.44 213.36 58.79C215.78 56.2 218.08 53.46 220.21 50.63C225.33 43.83 230.32 36.93 235.36 30.08H235.35ZM137.93 57.81C145.65 54.87 152.73 52.15 159.82 49.47C166.93 46.78 174.04 44.1 181.16 41.45C188.4 38.76 195.61 35.99 202.9 33.46C209.93 31.02 217.06 28.84 224.14 26.54C217.97 26.98 211.94 27.61 205.97 28.62C196.95 30.14 187.99 31.98 178.99 33.59C171.18 34.99 163.34 36.2 155.54 37.64C150.12 38.64 144.74 39.84 139.36 41.01C133.75 42.23 128.42 44.27 122.38 46.68C128.03 50.72 133.15 54.38 137.92 57.79L137.93 57.81ZM127.2 103.87C127.42 104.14 127.64 104.42 127.86 104.69C142.84 96.68 157.31 87.82 172.21 78.15C170.43 77.98 169.48 77.84 168.52 77.81C163.28 77.61 158 77.69 152.8 77.13C150.47 76.88 149.04 77.62 147.65 79.05C146.8 79.92 146.07 80.91 145.3 81.86C142.21 85.66 139.15 89.47 136.04 93.25C133.11 96.81 130.15 100.34 127.2 103.88V103.87Z" fill="black"/>
|
||||||
|
<path d="M237.01 25.82C226.74 31.45 216.45 37.03 206.22 42.72C199.59 46.41 193.08 50.33 186.45 54.02C182.94 55.97 179.29 57.69 175.66 59.45C168.39 62.97 161.09 66.45 153.81 69.95C153.59 70.05 153.43 70.33 153.21 70.37C147.72 71.41 145.65 76.43 142.31 79.9C137.76 84.63 133.55 89.7 128.89 94.96C128.32 93.26 128.83 92.18 129.21 91.1C131.69 84.06 134.21 77.04 136.64 69.99C137.35 67.93 138.1 65.82 138.35 63.68C138.56 61.86 139.47 61.32 140.97 60.75C155.62 55.18 170.24 49.51 184.87 43.89C193.68 40.51 202.48 37.11 211.35 33.88C214.44 32.75 217.78 32.3 220.88 31.19C224.9 29.75 228.8 27.96 232.75 26.34C233.99 25.83 235.25 25.38 236.5 24.91L237 25.82H237.01Z" fill="#C0E8F8"/>
|
||||||
|
<path d="M235.35 30.08C230.31 36.94 225.32 43.83 220.2 50.63C218.07 53.46 215.77 56.2 213.35 58.79C209.01 63.44 204.52 67.96 200.08 72.52C198.37 74.27 196.64 75.99 196.91 79.11C184.51 75.17 172.29 72.24 159.57 71.83C159.51 71.56 159.45 71.29 159.38 71.02C162.02 69.7 164.68 68.41 167.3 67.04C169.46 65.91 171.57 64.69 173.72 63.53C174.89 62.89 176.02 62.04 177.27 61.7C183.07 60.15 187.82 56.61 192.94 53.76C198.07 50.91 203.25 48.17 208.42 45.4C210.25 44.42 212.17 43.58 213.96 42.53C219.42 39.31 224.85 36.06 230.25 32.74C231.81 31.78 233.2 30.52 234.67 29.4L235.34 30.08H235.35Z" fill="white"/>
|
||||||
|
<path d="M137.93 57.81C133.16 54.4 128.04 50.74 122.39 46.7C128.43 44.29 133.76 42.25 139.37 41.03C144.75 39.86 150.13 38.66 155.55 37.66C163.35 36.22 171.2 35.01 179 33.61C188 31.99 196.96 30.16 205.98 28.64C211.95 27.63 217.98 26.99 224.15 26.56C217.07 28.85 209.94 31.04 202.91 33.48C195.62 36.01 188.4 38.77 181.17 41.47C174.05 44.12 166.94 46.8 159.83 49.49C152.74 52.17 145.66 54.89 137.94 57.83L137.93 57.81Z" fill="white"/>
|
||||||
|
<path d="M127.2 103.87C130.15 100.33 133.11 96.8 136.04 93.24C139.15 89.46 142.21 85.65 145.3 81.85C146.07 80.9 146.8 79.92 147.65 79.04C149.04 77.6 150.47 76.87 152.8 77.12C158 77.68 163.28 77.6 168.52 77.8C169.48 77.84 170.43 77.97 172.21 78.14C157.31 87.81 142.84 96.67 127.86 104.68C127.64 104.41 127.42 104.13 127.2 103.86V103.87Z" fill="#8AD5F3"/>
|
||||||
|
<path d="M74.8601 82.41C75.4801 81.81 76.0001 80.99 76.6001 80.38C77.1901 79.74 77.8201 79.2 78.4601 78.71C79.7501 77.74 81.1301 77 82.4801 76.29C85.2301 74.84 88.1301 73.61 90.9801 72.3L100.2 68.08C103.22 66.63 106.22 65.18 108.97 63.37C110.19 62.58 111.48 61.86 112.74 61.1C113.05 60.93 113.49 60.89 113.59 61C113.68 61.1 113.57 61.53 113.35 61.84C112.61 62.84 111.74 63.84 110.72 64.63C108.62 66.29 106.28 67.57 103.98 68.87C100.73 70.65 97.4301 72.23 94.1601 73.86L84.3301 78.71C82.9501 79.39 81.6001 80.16 80.1001 80.86C79.3501 81.21 78.5601 81.55 77.7101 81.84C76.8501 82.12 75.9601 82.42 74.8701 82.42L74.8601 82.41Z" fill="black"/>
|
||||||
|
<path d="M112.93 82.46C113.11 82.09 113.19 81.47 113.33 81.08C113.47 80.66 113.62 80.33 113.79 80.07C114.13 79.54 114.55 79.27 114.96 79C115.79 78.46 116.73 78.14 117.6 77.68C118.55 77.19 119.46 76.64 120.36 76.05L123.01 74.23C123.2 74.08 123.45 74.01 123.73 73.96L124.14 73.88C124.3 73.88 124.45 73.86 124.59 73.84C124.73 73.82 125.02 73.95 125.12 74.07C125.22 74.18 125.32 74.45 125.28 74.6C125.18 75.09 125.07 75.6 124.79 75.94C124.18 76.61 123.43 77.1 122.73 77.66C120.8 79.26 118.71 80.72 116.45 81.91C115.98 82.16 115.53 82.49 114.98 82.69C114.71 82.78 114.41 82.85 114.08 82.86C113.75 82.86 113.4 82.86 112.92 82.47L112.93 82.46Z" fill="black"/>
|
||||||
|
<path d="M142.73 117.1C143.24 116.26 143.7 115.35 144.22 114.53C144.73 113.7 145.32 112.98 145.93 112.31C147.16 110.97 148.53 109.87 149.89 108.82C152.66 106.67 155.66 104.78 158.63 102.88C165.06 98.77 171.64 94.88 178.4 91.36C179.9 90.58 181.57 90.11 183.18 89.65C183.56 89.54 184.14 89.81 184.28 90.09C184.41 90.36 184.25 90.97 183.93 91.24C182.86 92.12 181.75 93.04 180.53 93.73C177.99 95.14 175.35 96.38 172.84 97.85C165.81 101.96 159 106.42 152.36 111.13C150.96 112.12 149.63 113.21 148.12 114.27C146.6 115.32 144.97 116.42 142.74 117.11L142.73 117.1Z" fill="black"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_3125_27393">
|
||||||
|
<rect width="262.74" height="178.27" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 25 KiB |
@ -0,0 +1,19 @@
|
|||||||
|
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14.1007 19.9292L11.2409 8.24141C11.1262 7.78232 11.6044 7.39974 12.0348 7.60059L16.6066 9.81955C16.8361 9.93432 17.1231 9.86737 17.2857 9.66652L22.2401 3.63134C22.4601 3.36353 22.8809 3.35397 23.1009 3.63134L28.1509 9.67608C28.3135 9.86737 28.5909 9.93432 28.8204 9.82911L33.6505 7.60059C34.0905 7.39974 34.5591 7.80145 34.4252 8.26054L31.0585 20.0248C31.0107 20.2066 30.8768 20.3405 30.7046 20.3979C29.1743 20.9143 21.6279 23.1907 14.4355 20.3118C14.2633 20.2448 14.139 20.1014 14.1007 19.9196V19.9292Z" fill="#FFD800"/>
|
||||||
|
<path d="M14.5406 20.1109C14.5406 20.1109 14.8563 20.2257 15.4397 20.4265C15.7266 20.5413 16.0901 20.637 16.5205 20.7422C16.9413 20.8665 17.4387 20.9813 17.9934 21.0769C20.1837 21.5169 23.3782 21.6412 26.8979 21.0004C27.7779 20.8474 28.6769 20.637 29.576 20.3787L30.2551 20.1779L30.5898 20.0631C30.5898 20.0631 30.6663 20.0248 30.6855 19.9866C30.695 19.9674 30.7046 19.9483 30.7141 19.9196L30.762 19.7475L30.8576 19.3936L31.0585 18.6858C31.5845 16.792 32.1297 14.8409 32.6749 12.8993C32.9427 11.9333 33.22 10.9577 33.4878 10.0013C33.6217 9.52304 33.7557 9.04482 33.8896 8.5666L33.9852 8.21271C34.0235 8.07881 34.0043 8.12663 34.0043 8.07881C34.0043 8.03099 33.9278 7.98316 33.88 7.98316C32.1679 8.77701 30.5133 9.54217 28.9638 10.2499C28.6004 10.403 28.1413 10.3169 27.8639 10.03L27.4048 9.48479C27.1179 9.1309 26.8214 8.77701 26.5153 8.42313C25.9223 7.70579 25.3102 6.96933 24.6885 6.2233C24.0668 5.47727 23.4356 4.71211 22.7948 3.94696C22.7182 3.85131 22.68 3.86088 22.6035 3.87044C22.6035 3.83218 22.4026 4.09042 22.24 4.27215L21.274 5.42945C20.6332 6.20417 19.9828 6.97889 19.342 7.75362L18.3855 8.91092L17.9073 9.48479L17.6682 9.77172L17.5534 9.91519C17.4865 9.9917 17.41 10.0587 17.3239 10.116C17.1517 10.2212 16.9413 10.2691 16.7405 10.2499C16.6352 10.2404 16.5396 10.2117 16.444 10.1639L16.2718 10.0778L15.6118 9.75259C15.1814 9.54217 14.7415 9.32219 14.3206 9.11177C13.479 8.7005 12.6469 8.28923 11.8434 7.89708C11.7574 7.85883 11.6617 7.87795 11.5948 7.95447C11.5661 7.99273 11.5469 8.03099 11.5374 8.06924C11.5374 8.11707 11.5374 8.13619 11.5661 8.2701C11.6713 8.69093 11.7669 9.11177 11.8626 9.52304C12.0539 10.3456 12.2452 11.1299 12.4173 11.8759C12.7712 13.368 13.0773 14.6879 13.3451 15.7973C13.8615 18.0067 14.1772 19.3362 14.1772 19.3362C14.3493 20.0727 13.9189 20.1492 13.7372 19.4414C13.7372 19.4414 13.4025 18.1119 12.8381 15.9121C12.5608 14.8122 12.226 13.4923 11.853 12.0098C11.6617 11.2638 11.4704 10.4891 11.26 9.66651C11.1548 9.25524 11.0496 8.84397 10.9444 8.41356C10.9253 8.33705 10.8679 8.13619 10.8966 7.96403C10.9157 7.79187 11.0018 7.61971 11.1165 7.49538C11.3461 7.22757 11.7574 7.12236 12.0921 7.25626C12.9147 7.64841 13.7659 8.05011 14.6363 8.46139C15.0667 8.66224 15.4971 8.87266 15.937 9.08308L16.597 9.39871L16.7596 9.47522C16.7596 9.47522 16.7978 9.48479 16.817 9.49435C16.8552 9.49435 16.9031 9.49435 16.9317 9.46566C18.1464 7.9736 19.3994 6.43372 20.6523 4.9034L21.6088 3.73654L21.8479 3.44004C21.8861 3.37309 22.1061 3.13398 22.2974 3.07659C22.6896 2.8853 23.2347 3.07659 23.4451 3.38265C24.086 4.14781 24.7268 4.9034 25.3485 5.64943C25.9702 6.39546 26.5919 7.13193 27.1944 7.8397C27.4909 8.19358 27.7874 8.54747 28.0839 8.90135L28.4952 9.38914C28.4952 9.38914 28.5813 9.43696 28.6291 9.41783C29.4229 9.05438 30.2455 8.67181 31.0872 8.27966C31.508 8.08837 31.9384 7.88752 32.3784 7.68666L33.0287 7.39017L33.3539 7.23713C33.4209 7.19888 33.6696 7.0841 33.8896 7.09367C34.3295 7.09367 34.7312 7.4093 34.8364 7.8397C34.9034 8.03099 34.846 8.32748 34.8077 8.43269L34.7025 8.78658C34.5686 9.2648 34.4252 9.73346 34.2913 10.2212C34.0139 11.1777 33.7365 12.1437 33.4496 13.1097C32.8853 15.0417 32.321 16.9833 31.7662 18.8771L31.5558 19.5849L31.4506 19.9388L31.4028 20.1109C31.3741 20.197 31.3358 20.2926 31.2785 20.3787C31.1637 20.5413 31.0011 20.6752 30.8098 20.7326L30.4559 20.8474L29.7577 21.0482C28.8299 21.2969 27.9022 21.4978 27.0031 21.6508C23.3878 22.2534 20.1263 22.0716 17.8882 21.5838C17.3239 21.4786 16.817 21.3543 16.3866 21.2204C15.9466 21.1056 15.5736 20.9908 15.2867 20.8761C14.6937 20.6561 14.3685 20.5413 14.3685 20.5413C14.1389 20.4457 14.0241 20.2448 14.0146 20.13C14.005 20.0057 14.0528 19.9483 14.1007 19.9388C14.2154 19.9196 14.3111 20.0631 14.5406 20.1205V20.1109Z" fill="#212121"/>
|
||||||
|
<path d="M22.8999 15.6921C24.0409 15.6921 24.9658 14.5017 24.9658 13.0332C24.9658 11.5647 24.0409 10.3743 22.8999 10.3743C21.7589 10.3743 20.834 11.5647 20.834 13.0332C20.834 14.5017 21.7589 15.6921 22.8999 15.6921Z" fill="#FF8DA4"/>
|
||||||
|
<path d="M24.7741 12.9184C24.7741 12.9184 24.7741 12.6506 24.6498 12.2298C24.5255 11.8281 24.2481 11.2447 23.7029 10.8908C23.1673 10.5273 22.383 10.6038 21.8952 11.1203C21.3883 11.6177 21.1875 12.3828 21.1875 13.0237C21.1875 13.6645 21.3883 14.4201 21.8952 14.927C22.383 15.4435 23.1673 15.5295 23.7029 15.1565C24.2481 14.8026 24.5255 14.2192 24.6498 13.8175C24.7741 13.3967 24.7741 13.1289 24.7741 13.1289C24.7837 12.9854 25.1376 12.9854 25.1472 13.1384C25.1472 13.1384 25.1759 13.4349 25.0611 13.9227C24.9559 14.3914 24.6976 15.0991 24.009 15.6061C23.6742 15.8452 23.2151 16.0173 22.7369 15.9791C22.2587 15.9504 21.79 15.7208 21.4553 15.4052C20.7571 14.7548 20.4893 13.8175 20.4893 13.0332C20.4893 12.2489 20.7571 11.3116 21.4553 10.6612C21.7996 10.336 22.2587 10.1161 22.7369 10.0874C23.2151 10.0491 23.6742 10.2213 24.009 10.4604C24.6881 10.9673 24.9463 11.6655 25.0611 12.1437C25.1663 12.6315 25.1472 12.928 25.1472 12.928C25.1185 13.0906 24.8028 13.081 24.7741 12.9376V12.9184Z" fill="#212121"/>
|
||||||
|
<path opacity="0.1" d="M30.2262 9.43705L26.4482 21.3353L31.0583 20.0154C31.0583 20.0154 34.9319 9.23619 34.425 8.25105C33.9181 7.26591 33.6312 7.35199 32.0243 8.10759C30.4175 8.86318 30.2262 9.42748 30.2262 9.42748V9.43705Z" fill="#241F20"/>
|
||||||
|
<path opacity="0.4" d="M12.5605 8.25098L15.076 20.6274C15.076 20.6274 15.5925 20.9048 16.5011 21.0865L13.7752 8.90136L12.5605 8.26054V8.25098Z" fill="white"/>
|
||||||
|
<path opacity="0.5" d="M14.3777 9.13086L16.8262 21.1725C16.8262 21.1725 17.0749 21.2299 17.314 21.2873L14.8846 9.43692L14.3682 9.13086H14.3777Z" fill="white"/>
|
||||||
|
<path opacity="0.6" d="M22.2783 12.5646C22.5107 12.5646 22.6991 12.3762 22.6991 12.1437C22.6991 11.9113 22.5107 11.7229 22.2783 11.7229C22.0458 11.7229 21.8574 11.9113 21.8574 12.1437C21.8574 12.3762 22.0458 12.5646 22.2783 12.5646Z" fill="white"/>
|
||||||
|
<path d="M15.2864 32.3343C10.7146 30.9953 4.42119 28.4607 1.53271 21.9951C2.73784 21.096 3.31171 19.5849 2.99608 18.1406L14.33 13.5784C15.1047 14.8409 16.5585 15.5295 18.0506 15.3478C19.227 18.6093 20.1261 23.8793 15.2864 32.3343Z" fill="#4DB7EA"/>
|
||||||
|
<path d="M14.0332 29.2163C7.56764 27.3034 5.46346 24.2523 4.46875 22.0429C5.29129 21.4021 5.68344 20.3596 5.49215 19.3553L13.3637 16.1895C13.9184 17.0503 14.9227 17.5285 15.9652 17.4233C16.7782 19.6996 17.3712 23.3628 14.0332 29.2163Z" fill="#FFD800"/>
|
||||||
|
<path d="M13.1055 22.2438C13.0864 22.3012 13.096 22.3586 13.1151 22.416L13.909 24.0802H12.0726C12.0726 24.0802 12.0152 24.0993 11.9865 24.1089C11.9578 24.1185 11.9387 24.1376 11.91 24.1567L10.571 25.4192L9.98752 23.6785C9.96839 23.6211 9.93013 23.5733 9.87274 23.5446L8.25635 22.6647L9.73884 21.5743C9.78666 21.5361 9.81536 21.4882 9.83449 21.4309L10.1692 19.6232L11.6613 20.6944C11.7091 20.7326 11.7665 20.7422 11.8239 20.7326L13.6507 20.4935L13.096 22.2438H13.1055Z" fill="white"/>
|
||||||
|
<path d="M18.1464 14.8122C16.7117 15.0609 15.2866 14.4201 14.6075 13.1671C14.5501 13.0619 14.4449 13.0332 14.3301 13.0715L2.61366 17.7868C2.49889 17.8346 2.4415 17.9494 2.47976 18.0641C2.86234 19.4414 2.3076 20.9048 1.10248 21.7178C1.00683 21.7847 0.978138 21.8995 1.0164 22.0047C2.4415 25.2853 5.53083 29.8954 15.3822 32.7456C15.4301 32.7647 15.4874 32.7552 15.5353 32.7456C15.5831 32.736 15.6213 32.6882 15.65 32.65C18.1081 28.3938 21.3122 22.0047 18.7107 14.9939C18.6724 14.8887 18.2611 14.7931 18.1464 14.8122ZM15.277 32.3343C10.7052 30.9953 4.41178 28.4607 1.52331 21.9951C2.72844 21.0961 3.30231 19.5849 2.98668 18.1406L14.3206 13.5784C15.0953 14.8409 16.5491 15.5295 18.0412 15.3478C19.2176 18.6093 20.1166 23.8793 15.277 32.3343Z" fill="black" stroke="black" stroke-width="0.25" stroke-miterlimit="10"/>
|
||||||
|
<path d="M16.0708 16.9355C15.0952 17.1076 14.1196 16.6485 13.6605 15.7877C13.6031 15.6825 13.4788 15.6347 13.364 15.6825L5.11944 19.0014C5.00467 19.0492 4.94728 19.164 4.98554 19.2788C5.24378 20.2161 5.10988 21.2395 4.27777 21.8038C4.18212 21.8707 4.15343 21.9855 4.19169 22.0907C5.19596 24.4149 7.1758 27.619 14.1387 29.6371C14.1866 29.6562 14.244 29.6467 14.2918 29.6371C14.3396 29.6275 14.3779 29.5797 14.4065 29.5414C16.1473 26.5382 18.1654 22.062 16.3194 17.0981C16.2812 16.9929 16.1664 16.9259 16.0612 16.945L16.0708 16.9355ZM14.024 29.2258C7.55838 27.3129 5.4542 24.2619 4.45949 22.0525C5.28204 21.4116 5.67418 20.3691 5.48289 19.3648L13.3545 16.199C13.9092 17.0598 14.9135 17.538 15.956 17.4328C16.769 19.7092 17.362 23.3724 14.024 29.2258Z" fill="black" stroke="black" stroke-width="0.25" stroke-miterlimit="10"/>
|
||||||
|
<path d="M13.9476 19.9771L11.853 20.2544L10.1314 19.0206C9.99745 18.925 9.79659 19.0111 9.7679 19.1641L9.37576 21.2396L7.67328 22.4925C7.60633 22.5404 7.57764 22.6169 7.57764 22.6934C7.57764 22.7699 7.62546 22.8464 7.70197 22.8847L9.55748 23.8985L10.227 25.9071C10.2557 25.9836 10.3131 26.041 10.3896 26.0601C10.4661 26.0792 10.5522 26.0601 10.6096 26.0027L12.1495 24.5489L14.2632 24.5298C14.2632 24.5298 14.3206 24.5298 14.3493 24.5106C14.3971 24.4915 14.4354 24.4628 14.4641 24.415C14.5023 24.348 14.5119 24.262 14.4736 24.1854L13.565 22.2726L14.2058 20.2544C14.2345 20.1779 14.2058 20.0919 14.158 20.0345C14.1102 19.9771 14.0241 19.9388 13.9476 19.9484V19.9771ZM13.0868 22.2439C13.0676 22.3012 13.0772 22.3586 13.0963 22.416L13.8902 24.0802H12.0538C12.0538 24.0802 11.9964 24.0994 11.9677 24.1089C11.939 24.1185 11.9199 24.1376 11.8912 24.1568L10.5522 25.4193L9.96875 23.6785C9.94963 23.6211 9.91137 23.5733 9.85398 23.5446L8.23758 22.6647L9.72008 21.5743C9.7679 21.5361 9.79659 21.4883 9.81572 21.4309L10.1505 19.6232L11.6425 20.6944C11.6904 20.7327 11.7477 20.7422 11.8051 20.7327L13.6319 20.4936L13.0772 22.2439H13.0868Z" fill="black"/>
|
||||||
|
<path opacity="0.1" d="M16.3482 15.0609C16.3482 15.0609 16.8169 20.5892 16.4821 22.8082C16.1474 25.0271 13.2876 31.684 13.2876 31.684L15.5639 32.5352C15.5639 32.5352 19.1028 24.855 19.3037 21.5935C19.3706 20.484 19.0358 14.6592 18.3472 15.0036C16.7595 15.7974 16.3387 15.0705 16.3387 15.0705L16.3482 15.0609Z" fill="#241F20"/>
|
||||||
|
<path opacity="0.4" d="M4.81352 17.5573L3.4458 25.0845C3.4458 25.0845 3.71361 25.4001 4.39268 26.0888L5.923 17.0886L4.81352 17.5668V17.5573Z" fill="white"/>
|
||||||
|
<path opacity="0.5" d="M6.65948 16.7921L4.74658 26.5C4.74658 26.5 4.92831 26.7104 5.12916 26.8539L7.15683 16.5817L6.65948 16.7921Z" fill="white"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 11 KiB |
@ -0,0 +1,14 @@
|
|||||||
|
<svg width="35" height="36" viewBox="0 0 35 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g id="Layer_1">
|
||||||
|
<g id="Group 4">
|
||||||
|
<path id="Vector" d="M27.4565 13.1159C26.8644 11.9074 26.0749 10.8158 24.8866 10.1069C24.226 9.7121 23.517 9.39388 22.8242 9.06357C22.4617 8.89439 22.0871 8.76549 21.6077 8.57617C21.4748 8.71716 21.2814 8.91856 21.1566 9.05149C21.4224 9.5832 21.6117 10.0303 21.8615 10.4452C22.1596 10.9367 22.1394 11.4603 22.1314 12.0041C22.1112 13.0595 21.9461 14.1028 21.7527 15.138C21.4023 17.0836 22.0266 18.3766 23.8191 19.6495C24.7939 20.3383 26.4737 20.1691 27.1987 19.3957C27.8916 18.6545 28.3427 17.7925 28.3387 16.7331C28.3306 15.4562 28.0124 14.2437 27.4606 13.1199L27.4565 13.1159ZM26.8644 18.9687C26.0668 19.5286 25.1726 19.5649 24.3549 19.0976C22.7074 18.155 21.9058 16.5962 22.373 14.6184C22.7477 13.0313 23.0498 11.4281 22.506 9.63557C23.0457 9.841 23.5049 9.93365 23.8715 10.1713C24.7013 10.7191 25.4183 11.3918 26.0467 12.1693C26.8845 13.2085 27.2672 14.429 27.5854 15.6858C27.7264 16.2377 27.7707 16.7935 27.6982 17.3494C27.6056 17.9818 27.4122 18.5901 26.8644 18.9728V18.9687Z" fill="#0C161F"/>
|
||||||
|
<path id="Vector_2" d="M21.6116 22.6504C21.3256 22.0985 20.9389 21.6716 20.5885 21.2003C20.226 20.7209 19.8513 20.2496 19.4606 19.7985C19.0578 19.3312 19.0175 19.3433 18.4254 19.6494C18.2804 19.726 18.1112 19.7461 18.0024 19.7783C17.9742 19.9878 17.9138 20.1086 17.9501 20.2013C18.4173 21.6716 17.656 22.7994 16.9148 23.9273C16.5523 24.4751 16.1374 24.9786 15.7467 25.5104C14.9048 26.6543 14.365 27.9272 14.1918 29.3411C14.1677 29.5465 14.1677 29.8164 14.2804 29.9735C15.1062 31.1135 16.0569 32.1326 17.3499 32.7569C18.5462 33.3289 19.6137 32.7811 20.6167 32.2172C22.232 31.3149 22.7113 29.7278 22.812 28.036C22.9288 26.1468 22.4938 24.3583 21.6197 22.6504H21.6116ZM21.9218 29.0027C21.6882 30.5536 20.9188 31.5404 19.4364 32.048C18.7235 32.2937 18.079 32.2816 17.4707 31.903C16.935 31.5767 16.4556 31.1618 15.9441 30.7952C14.8847 30.042 14.7397 29.0511 15.1827 27.9031C15.2029 27.8547 15.219 27.7983 15.2391 27.75C15.7668 26.3522 16.6087 25.1478 17.4949 23.9555C18.2159 22.9887 18.9088 21.9857 18.7517 20.6685C18.7436 20.6041 18.7919 20.5235 18.8443 20.3584C19.8715 21.0552 20.3508 22.0744 20.8906 22.9968C21.9782 24.8457 22.2481 26.8678 21.9218 29.0027Z" fill="#0C161F"/>
|
||||||
|
<g id="Group">
|
||||||
|
<path id="Vector_3" d="M17.2813 10.7742C16.0085 7.41479 13.6601 5.15904 10.4215 3.71697C9.60777 3.35847 8.77798 3.14901 7.9079 3.01608C7.44467 2.9476 7.11436 3.0765 6.79614 3.5639C7.58968 3.89421 7.85957 4.4944 8.09723 5.19932C8.83034 7.41882 8.89479 9.64234 8.48393 11.9223C8.38725 12.458 8.51615 13.0743 8.68936 13.61C9.27344 15.4307 10.4295 16.7761 12.0891 17.763C13.4184 18.5525 16.0407 18.1175 17.0437 16.3129C18.0507 14.4882 17.9983 12.6715 17.2813 10.7702V10.7742ZM16.0205 16.2444C15.4244 17.2112 14.6469 17.4327 13.5513 17.1951C11.3922 16.7318 9.57555 13.6543 9.80112 11.8699C10.1355 9.22341 10.0025 6.61319 8.83034 4.14395C8.8102 4.09964 8.81826 4.03519 8.80617 3.89824C8.97938 3.94255 9.08412 3.96672 9.18885 4.00297C11.0539 4.63136 12.5966 5.7552 13.9098 7.18518C14.4818 7.80149 14.9974 8.49029 15.4163 9.21938C15.8634 9.99681 16.2058 10.8427 16.5281 11.6846C17.1404 13.2797 16.9067 14.8104 16.0246 16.2444H16.0205Z" fill="#0C161F"/>
|
||||||
|
<path id="Vector_4" d="M8.80219 3.89453C8.81427 4.03552 8.80621 4.09594 8.83038 4.14025C10.0026 6.60948 10.1355 9.22374 9.80116 11.8662C9.57558 13.6506 11.3923 16.7322 13.5513 17.1954C14.651 17.433 15.4284 17.2115 16.0246 16.2448C16.9027 14.8148 17.1404 13.2801 16.5281 11.6849C16.2059 10.843 15.8635 9.99713 15.4164 9.21971C14.9974 8.49062 14.4818 7.80181 13.9098 7.18551C12.5926 5.75955 11.0499 4.63168 9.18888 4.00329C9.08818 3.97107 8.98345 3.9469 8.80621 3.89856L8.80219 3.89453Z" fill="#74CAF1"/>
|
||||||
|
</g>
|
||||||
|
<path id="Vector_5" d="M22.5099 9.63477C23.0537 11.4233 22.7516 13.0305 22.3729 14.6176C21.9057 16.5954 22.7113 18.1542 24.3548 19.0968C25.1684 19.5641 26.0667 19.5319 26.8643 18.9679C27.4081 18.5812 27.6055 17.981 27.6941 17.3446C27.7706 16.7847 27.7263 16.2288 27.5853 15.681C27.2631 14.4242 26.8844 13.2037 26.0466 12.1685C25.4182 11.387 24.6972 10.7143 23.8674 10.1705C23.5048 9.93285 23.0416 9.8402 22.5059 9.63477H22.5099Z" fill="#74CAF1"/>
|
||||||
|
<path id="Vector_6" d="M18.8444 20.3584C18.792 20.5276 18.7437 20.6041 18.7518 20.6726C18.9089 21.9898 18.216 22.9928 17.495 23.9595C16.6088 25.1478 15.7669 26.3563 15.2392 27.75C15.2191 27.8024 15.203 27.8547 15.1828 27.9071C14.7397 29.0551 14.8848 30.046 15.9442 30.7993C16.4557 31.1658 16.9351 31.5767 17.4708 31.907C18.0831 32.2857 18.7236 32.2977 19.4365 32.052C20.9229 31.5405 21.6923 30.5536 21.9259 29.0068C22.2482 26.8719 21.9783 24.8457 20.8907 22.9968C20.3509 22.0784 19.8716 21.0553 18.8444 20.3584Z" fill="#74CAF1"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 4.7 KiB |
@ -128,6 +128,7 @@ $metrics = [
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="about-us__wrapper">
|
<div class="about-us__wrapper">
|
||||||
<div class="about-us__image-col">
|
<div class="about-us__image-col">
|
||||||
|
<div class="about-us__frame">
|
||||||
<?php
|
<?php
|
||||||
$about_img_id = carbon_get_post_meta( $post_id, 'about_us_img' );
|
$about_img_id = carbon_get_post_meta( $post_id, 'about_us_img' );
|
||||||
if ( $about_img_id ) :
|
if ( $about_img_id ) :
|
||||||
@ -147,6 +148,11 @@ $metrics = [
|
|||||||
</div>';
|
</div>';
|
||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
|
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/doodles/galileo/paperplane-galileo.svg"
|
||||||
|
alt="" class="about-us__doodle about-us__doodle--plane">
|
||||||
|
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/doodles/galileo/orangegear-white.svg"
|
||||||
|
alt="" class="about-us__doodle about-us__doodle--heart">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="about-us__content-col">
|
<div class="about-us__content-col">
|
||||||
<h2 class="camp_title about-us__title">О нас</h2>
|
<h2 class="camp_title about-us__title">О нас</h2>
|
||||||
@ -154,10 +160,7 @@ $metrics = [
|
|||||||
<?php echo wp_kses_post( carbon_get_post_meta( $post_id, 'about_us_text' ) ?: 'Dekart — это сеть детских клубов, где наука, творчество и спорт объединяются в одну захватывающую программу. Мы помогаем детям раскрывать таланты, находить друзей и проводить лето с пользой. Наши вожатые — профессиональные педагоги и наставники, которые создают атмосферу доверия и вдохновения. Каждый день в лагере — это новое открытие.' ); ?>
|
<?php echo wp_kses_post( carbon_get_post_meta( $post_id, 'about_us_text' ) ?: 'Dekart — это сеть детских клубов, где наука, творчество и спорт объединяются в одну захватывающую программу. Мы помогаем детям раскрывать таланты, находить друзей и проводить лето с пользой. Наши вожатые — профессиональные педагоги и наставники, которые создают атмосферу доверия и вдохновения. Каждый день в лагере — это новое открытие.' ); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/doodles/doodle-paper-plane.svg"
|
|
||||||
alt="" class="about-us__doodle about-us__doodle--plane">
|
|
||||||
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/doodles/doodle-lightbulb.svg"
|
|
||||||
alt="" class="about-us__doodle about-us__doodle--bulb">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@ -165,7 +168,11 @@ $metrics = [
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h2 class="camp_title">Почему родители выбирают Dekart?</h2>
|
<h2 class="camp_title">Почему родители выбирают Dekart?</h2>
|
||||||
<p class="suggestions__subtitle">Потому что дети бегут к нам каждое утро. А возвращаются — с горящими глазами.</p>
|
<p class="suggestions__subtitle">Потому что дети бегут к нам каждое утро. А возвращаются — с горящими глазами.</p>
|
||||||
<div class="suggestions-wrapper"> <?php $suggestions = carbon_get_post_meta($post_id, 'suggestions' ); foreach ($suggestions as $index => $item) { $suggestions_img = $item['suggestions_img']; $suggestions_title = $item['suggestions_title']; $suggestions_text = $item['suggestions_text']; $icons = ['/assets/images/doodles/doodle-gears.svg', '/assets/images/doodles/doodle-pencils.svg', '/assets/images/doodles/doodle-star.svg']; $icon = $icons[$index % 3]; ?> <div class="suggestions__item"> <div class="suggestions__item-icon-wrap"> <?php if ( $suggestions_img ) : ?> <img class="suggestions__item-icon" src="<?php echo esc_url( wp_get_attachment_url( $suggestions_img ) ); ?>" alt=""> <?php else : ?> <img class="suggestions__item-icon" src="<?php echo get_template_directory_uri() . $icon; ?>" alt=""> <?php endif; ?> </div> <h3 class="suggestions__item_title"><?php echo esc_html( $suggestions_title ); ?></h3> <p class="suggestions__item_text"><?php echo esc_html( $suggestions_text ); ?></p> </div> <?php } ?> </div> <img src="<?php echo get_template_directory_uri(); ?>/assets/images/doodles/doodle-circle-orange.svg" alt="" class="suggestions__doodle">
|
<div class="suggestions-wrapper"> <?php $suggestions = carbon_get_post_meta($post_id, 'suggestions' ); foreach ($suggestions as $index => $item) { $suggestions_img = $item['suggestions_img']; $suggestions_title = $item['suggestions_title']; $suggestions_text = $item['suggestions_text']; ?> <div class="suggestions__item"> <h3 class="suggestions__item_title"><?php echo esc_html( $suggestions_title ); ?></h3> <p class="suggestions__item_text"><?php echo esc_html( $suggestions_text ); ?></p> </div> <?php } ?> </div> <img src="<?php echo get_template_directory_uri(); ?>/assets/images/doodles/doodle-star.svg" alt="" class="suggestions__doodle suggestions__doodle--star">
|
||||||
|
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/doodles/doodle-gears.svg" alt="" class="suggestions__doodle suggestions__doodle--gear">
|
||||||
|
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/doodles/doodle-circle-orange.svg" alt="" class="suggestions__doodle suggestions__doodle--bounce">
|
||||||
|
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/doodles/doodle-pencils.svg" alt="" class="suggestions__doodle suggestions__doodle--float">
|
||||||
|
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/doodles/doodle-paper-plane.svg" alt="" class="suggestions__doodle suggestions__doodle--paper">
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="infograph">
|
<section class="infograph">
|
||||||
|
|||||||