Added advent-announce, changed icons and bugfix

This commit is contained in:
SvetlanaLisina 2020-12-03 18:47:20 +03:00 committed by svetlana maleeva
parent 7ef5c8f765
commit 70d8e95d05
13 changed files with 402 additions and 142 deletions

View File

@ -1,5 +1,6 @@
<%@ Control Language="C#" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/LanguageSelector.ascx" TagName="LangSelector" TagPrefix="uc" %>
<footer>
<div id="footer-block" class="footercolor">
<div class="narrowfooter max-width-5">

View File

@ -1,3 +1,13 @@
<%@ Control Language="C#" %>
<div class="advent-announce push">
<div class="advent-announce push advent-mobile-hide">
<a href="https://www.onlyoffice.com/ru/advent-calendar.aspx">
<div class="advent-announce-text">
Make the most of this Christmas season with ONLYOFFICE - gifts and discounts up to 99% every day!
</div>
</a>
</div>
<div class="advent-announce push advent-desktop-hide">
<a class="advent-announce-text" href="<%=VirtualPathUtility.ToAbsolute("~/advent-calendar.aspx")%>">
Christmas gifts and discounts up to 99%!
</a>
</div>

View File

@ -1,5 +1,15 @@
/*
Copyright (c) Ascensio System SIA 2019. All rights reserved.
https://www.onlyoffice.com
*/
@import "base.less";
@font-face {
font-family: 'Baloo';
src: url("../images/baloo-regular.ttf") format('truetype');
}
.SocialLinks span {
font-size: 12px;
@ -633,34 +643,41 @@ nav {
padding: 10px 10px 10px 20px;
}
/* Start of top banner */
header {
padding-top: 0px;
}
header {
top: 56px;
}
article {
padding-top: 0px;
}
article {
padding-top: 56px;
}
.advent-announce {
/*background-color: #5F85E6;
background-image: url(/images/top/bg-editors-5.4.svg);
.advent-announce {
background-color: #266281;
/*background-image: url(/images/top/bg-editors-5.4.svg);
background-repeat: repeat-x;
background-position-x: 50%;
background-position-y: 50%;*/
background-position-y: 50%;
background-color: #3A6FAB;
background-image: -webkit-linear-gradient(left, color-stop(#5476A8 0%), color-stop(#2261A7 100%));
background-image: -moz-linear-gradient(left, #5476A8 0%, #5393CE 53%, #2261A7 100%);
background-image: linear-gradient(to right, #5476A8 0%, #5393CE 53%, #2261A7 100%);
background-repeat: repeat-x;
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(#5476A8),argb(#2261A7)));
position: absolute;
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(#5476A8),argb(#2261A7)));*/
background-image: url(../images/banner_santa.svg), url(../images/banner_snowflakes.svg);
background-position: calc(~'50% - 456px'), 0;
background-repeat: no-repeat;
background-size: auto, 97%;
position: fixed;
left: 0;
top: 0;
padding: 0;
text-align: center;
width: 100%;
display: none;
a {
text-decoration: none;
}
}
.advent-new-pane {
display: inline-block;
@ -672,20 +689,30 @@ nav {
margin: 0 20px 0 0;
}
.advent-announce-text {
.advent-announce-text {
//background-image: url(../images/banner_stars.svg);
text-align: center;
margin: 0 auto;
position: relative;
color: #fff !important;
font-family: 'Baloo', cursive;
font-size: 14px;
font-weight: 600;
//font-weight: 600;
font-weight: 500;
text-decoration: none !important;
display: block;
padding: 8px 0;
//padding: 11px 0;
letter-spacing: 0.01em;
line-height: 24px;
padding: 16px 0;
white-space: nowrap;
line-height: 1.35em;
//line-height: 1.35em;
/*b {
font-weight: bold;
display: inline-block;
height: 40px;
line-height: 40px;
}*/
b {
color: #FFE15A;
font-weight: 600;
@ -706,7 +733,7 @@ nav {
font-size: 1.2em;
font-weight: 700;
}
}
}
.advent-desktop-hide {
display: none;
@ -717,6 +744,7 @@ nav {
}
@media screen and (max-width: 1500px) {
nav {
@ -749,6 +777,11 @@ nav {
@media screen and (max-width: 1245px) {
header {
padding-top: 0px !important;
}
.advent-desktop-hide {
display: inline-block;
}
@ -775,6 +808,27 @@ nav {
display: none;
}
#signuppage .signuppageform, #connectorsrequestpage .servereditorspreorderform, #enterpriseeditionfreepage .servereditorspreorderform {
padding-top: 78px !important;
padding-bottom: 0;
}
.signuppage .dataForm.formSteps p.stepCounter, #connectorsrequestpage .servereditorspreorderform .dataForm.formSteps p.stepCounter, #enterpriseeditionfreepage .servereditorspreorderform .dataForm.formSteps p.stepCounter {
top: 139px !important;
}
}
@media screen and (max-width: 1190px) {
.narrowheader {
padding: 10px 20px;
}
header {
top: 35px;
}
header {
padding-top: 0px !important;
}
@ -797,22 +851,6 @@ nav {
}
}
#signuppage .signuppageform, #connectorsrequestpage .servereditorspreorderform, #enterpriseeditionfreepage .servereditorspreorderform {
padding-top: 78px !important;
padding-bottom: 0;
}
.signuppage .dataForm.formSteps p.stepCounter, #connectorsrequestpage .servereditorspreorderform .dataForm.formSteps p.stepCounter, #enterpriseeditionfreepage .servereditorspreorderform .dataForm.formSteps p.stepCounter {
top: 139px !important;
}
}
@media screen and (max-width: 1190px) {
header {
padding-top: 20px !important;
}
#navitem_features,
#navitem_development,
#navitem_mobile,

View File

@ -4962,6 +4962,7 @@ em.error_text {
&.admin {
background-image: url(/images/main-page/Administration.svg);
background-repeat: no-repeat;
padding-right: 20px;
}
&.develop {
@ -5549,6 +5550,7 @@ em.error_text {
}
}
.faq_pricing_block {
background-color: #fff;
border-top: 1px solid #DEDAD8;
@ -5762,6 +5764,9 @@ em.error_text {
@media screen and (max-width: 500px) {
#mainPage.InnerPage {
.first-welcome-block{
min-width: 370px;
}
.search_line {
display: table;
@ -5788,4 +5793,10 @@ em.error_text {
display: block;
}
}
.img-title {
&.admin {
padding-right: 0px;
}
}
}

View File

@ -142,6 +142,11 @@ div.open {
text-align: left;
width: 103px;
}
.footerLangSelector {
display: none;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
@ -152,3 +157,4 @@ div.open {
}
}
}

View File

@ -26,7 +26,7 @@
left: 0;
padding: 0;
position: fixed;
top: 81px;
top: 95px;
width: @mobileDefaultWidth;
z-index: 999;
&:after {
@ -78,7 +78,7 @@
max-height: 85vh;
padding: 0;
position: fixed;
top: 72px;
top: 95px;
width: @mobileDefaultWidth;
z-index: 1000;
ul {
@ -341,13 +341,14 @@
&.fixed{
position: fixed;
top: 0;
background-color: #fff;
}
}
.narrowheader {
width: 100%;
.logo {
margin-left: 60px;
margin-left: 30px;
z-index: 10000000;
height: 40px;
width: 50px;
@ -385,7 +386,7 @@
height: 18px;
left: 0;
margin: 0;
padding: 13px 16px 9px;
padding: 22px 16px 9px;
position: absolute;
top: 0;
width: 30px;
@ -476,16 +477,16 @@
}
.langselector {
top: 10px;
top: 21px;
}
.jspPane {
margin-top: -20px;
margin-top: 0px;
}
.search_line {
left: 18px;
top: 81px;
top: 100px;
z-index: 1001;
}
@ -501,6 +502,11 @@
.langselector {
display: none;
}
.footerLangSelector {
top: 500px;
margin: auto;
}
}

View File

@ -14,7 +14,7 @@
width: 300px;
height: 100%;
top: 0;
z-index: 999;
z-index: 9999;
background: #fff;
overflow: auto;
border-right: 1px solid @helpBorderColor;
@ -82,7 +82,7 @@
right: 0;
bottom: 0;
left: 0;
z-index: 9998;
z-index: 1000;
background-color: rgba(0, 0, 0, 0.5);
-webkit-animation: fade 500ms;
animation: fade 500ms;

Binary file not shown.

159
Web/images/banner_santa.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 268 KiB

View File

@ -0,0 +1,31 @@
<svg width="1386" height="75" viewBox="0 0 1386 75" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle opacity="0.5" cx="1109.65" cy="56.3022" r="6.4313" transform="rotate(-75 1109.65 56.3022)" fill="white"/>
<circle opacity="0.9" cx="1114.47" cy="50.9362" r="4.82348" transform="rotate(-75 1114.47 50.9362)" fill="white"/>
<circle opacity="0.8" cx="1242.59" cy="50.5488" r="4.82348" transform="rotate(-75 1242.59 50.5488)" fill="white"/>
<circle opacity="0.5" cx="1379.41" cy="40.5488" r="4.82348" transform="rotate(-75 1379.41 40.5488)" fill="white"/>
<circle opacity="0.7" cx="1230.12" cy="8.62805" r="3.21565" transform="rotate(-75 1230.12 8.62805)" fill="white"/>
<circle opacity="0.7" cx="1294.03" cy="72.2215" r="1.60783" transform="rotate(-75 1294.03 72.2215)" fill="white"/>
<circle opacity="0.9" cx="1305.14" cy="25.6898" r="1.60783" transform="rotate(-75 1305.14 25.6898)" fill="white"/>
<circle cx="1153.14" cy="48.4256" r="1.60783" transform="rotate(-75 1153.14 48.4256)" fill="white"/>
<circle cx="822.031" cy="48.4256" r="1.60783" transform="rotate(-75 822.031 48.4256)" fill="white"/>
<circle cx="1286.03" cy="48.4256" r="1.60783" transform="rotate(-75 1286.03 48.4256)" fill="white"/>
<circle cx="1382.94" cy="37.0389" r="1.60783" transform="rotate(-75 1382.94 37.0389)" fill="white"/>
<circle opacity="0.7" cx="1304" cy="23.2926" r="3.21565" transform="rotate(-75 1304 23.2926)" fill="white"/>
<circle opacity="0.7" cx="1086.94" cy="25.628" r="3.21565" transform="rotate(-75 1086.94 25.628)" fill="white"/>
<circle opacity="0.5" cx="281.911" cy="18.3987" r="6.4313" transform="rotate(105 281.911 18.3987)" fill="white"/>
<circle opacity="0.9" cx="277.089" cy="23.7647" r="4.82348" transform="rotate(105 277.089 23.7647)" fill="white"/>
<circle opacity="0.8" cx="148.809" cy="19.5809" r="4.82348" transform="rotate(105 148.809 19.5809)" fill="white"/>
<circle opacity="0.5" cx="26.0925" cy="49.189" r="4.82348" transform="rotate(105 26.0925 49.189)" fill="white"/>
<circle opacity="0.7" cx="183.267" cy="39.8051" r="3.21565" transform="rotate(105 183.267 39.8051)" fill="white"/>
<circle opacity="0.7" cx="346.939" cy="47.8051" r="3.21565" transform="rotate(105 346.939 47.8051)" fill="white"/>
<circle opacity="0.7" cx="105.316" cy="50.7025" r="3.21565" transform="rotate(105 105.316 50.7025)" fill="white"/>
<circle opacity="0.7" cx="97.5264" cy="2.47943" r="1.60783" transform="rotate(105 97.5264 2.47943)" fill="white"/>
<circle opacity="0.9" cx="83.2222" cy="39.9846" r="1.60783" transform="rotate(105 83.2222 39.9846)" fill="white"/>
<circle cx="227.896" cy="39.0554" r="1.60783" transform="rotate(105 227.896 39.0554)" fill="white"/>
<circle cx="1.9693" cy="21.7956" r="1.60783" transform="rotate(105 1.9693 21.7956)" fill="white"/>
<circle cx="153.916" cy="48.4709" r="1.60783" transform="rotate(105 153.916 48.4709)" fill="white"/>
<circle cx="516.031" cy="19.4709" r="1.60783" transform="rotate(105 516.031 19.4709)" fill="white"/>
<circle cx="22.0308" cy="51.2392" r="1.60783" transform="rotate(105 22.0308 51.2392)" fill="white"/>
<circle opacity="0.7" cx="69.6866" cy="34.8453" r="3.21565" transform="rotate(105 69.6866 34.8453)" fill="white"/>
<circle opacity="0.7" cx="284.619" cy="53.0729" r="3.21565" transform="rotate(105 284.619 53.0729)" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -1,11 +1,16 @@
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M59 38.4498V29.5502L55.2528 28.6914L53.9257 25.5688L55.9554 22.29L49.632 15.9665L46.4312 17.9963L43.3085 16.7472L42.4498 13H33.5502L32.6915 16.7472L29.5688 18.0743L26.29 16.0446L19.9665 22.368L21.9963 25.5688L20.7472 28.6914L17 29.5502V38.4498L20.7472 39.3086L22.0743 42.4312L20.0446 45.71L26.368 52.0335L29.5688 50.0037L32.6915 51.2528L33.5502 55H42.4498L43.3085 51.2528L46.4312 49.9257L49.71 51.9554L56.0335 45.632L54.0037 42.4312L55.2528 39.3086L59 38.4498ZM38 42.0409C33.5502 42.0409 29.9591 38.4498 29.9591 34C29.9591 29.5502 33.5502 25.9591 38 25.9591C42.4498 25.9591 46.0409 29.5502 46.0409 34C46.0409 38.4498 42.4498 42.0409 38 42.0409Z" fill="#BDECFF" stroke="#333333" stroke-miterlimit="10"/>
<path d="M76.9586 32.0048L69.7015 39.3265L63.6277 37.6552L61.9712 31.5273L69.2282 24.2055C65.3631 23.0913 61.0246 24.0464 57.9482 27.1501C53.5309 31.6068 53.5309 38.9286 57.9482 43.3853C62.3656 47.842 69.6227 47.842 74.04 43.3853C77.1164 40.2815 78.063 35.9044 76.9586 32.0048Z" fill="#EFEFEF" stroke="#333333" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M36.3829 65.7205C34.1312 63.3855 34.1312 59.5206 36.3829 57.1856L52.9983 39.9548C53.6194 39.3107 54.5511 39.3107 55.1722 39.9548L61.2283 46.2352C61.8494 46.8794 61.8494 47.8456 61.2283 48.4897L44.6129 65.7205C42.2837 68.0555 38.6345 68.0555 36.3829 65.7205Z" fill="url(#paint0_linear)" stroke="#333333" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M63.3166 46.4284L54.9251 38.0369L52.1219 40.8903L60.5134 49.2818L63.3166 46.4284Z" fill="white" stroke="#333333" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M39.5 64C40.3284 64 41 63.3284 41 62.5C41 61.6716 40.3284 61 39.5 61C38.6716 61 38 61.6716 38 62.5C38 63.3284 38.6716 64 39.5 64Z" fill="white" stroke="#333333" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M51.5 37.9498V29.0502L47.7528 28.1914L46.4257 25.0688L48.4554 21.79L42.132 15.4665L38.9312 17.4963L35.8085 16.2472L34.9498 12.5H26.0502L25.1915 16.2472L22.0688 17.5743L18.79 15.5446L12.4665 21.868L14.4963 25.0688L13.2472 28.1914L9.5 29.0502V37.9498L13.2472 38.8086L14.5743 41.9312L12.5446 45.21L18.868 51.5335L22.0688 49.5037L25.1915 50.7528L26.0502 54.5H34.9498L35.8085 50.7528L38.9312 49.4257L42.21 51.4554L48.5335 45.132L46.5037 41.9312L47.7528 38.8086L51.5 37.9498ZM30.5 41.5409C26.0502 41.5409 22.4591 37.9498 22.4591 33.5C22.4591 29.0502 26.0502 25.4591 30.5 25.4591C34.9498 25.4591 38.5409 29.0502 38.5409 33.5C38.5409 37.9498 34.9498 41.5409 30.5 41.5409Z" fill="#BDECFF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.6518 12H35.3482L36.2374 15.8802L38.8794 16.9371L42.2024 14.8298L49.089 21.7164L46.9872 25.1117L48.1132 27.7611L52 28.6518V38.3482L48.1198 39.2374L47.0629 41.8794L49.1702 45.2024L42.2836 52.089L38.8883 49.9872L36.2389 51.1132L35.3482 55H25.6518L24.7626 51.1198L22.1206 50.0629L18.7976 52.1702L11.911 45.2836L14.0128 41.8883L12.8868 39.2389L9 38.3482V28.6518L12.8802 27.7626L13.9371 25.1205L11.8298 21.7976L18.7164 14.911L22.1117 17.0128L24.7611 15.8868L25.6518 12ZM26.4486 13L25.6218 16.6076L22.0259 18.1359L18.8635 16.1782L13.1032 21.9384L15.0555 25.017L13.6142 28.6203L10 29.4486V37.5514L13.6076 38.3782L15.1359 41.9741L13.1782 45.1365L18.9384 50.8968L22.017 48.9445L25.6203 50.3858L26.4486 54H34.5514L35.3782 50.3924L38.9741 48.8641L42.1365 50.8218L47.8968 45.0616L45.9445 41.983L47.3858 38.3797L51 37.5514V29.4486L47.3924 28.6218L45.8641 25.0259L47.8218 21.8635L42.0616 16.1032L38.983 18.0555L35.3797 16.6142L34.5514 13H26.4486ZM30.5 25.9591C26.3263 25.9591 22.9591 29.3263 22.9591 33.5C22.9591 37.6737 26.3263 41.0409 30.5 41.0409C34.6737 41.0409 38.0409 37.6737 38.0409 33.5C38.0409 29.3263 34.6737 25.9591 30.5 25.9591ZM21.9591 33.5C21.9591 28.774 25.774 24.9591 30.5 24.9591C35.226 24.9591 39.0409 28.774 39.0409 33.5C39.0409 38.226 35.226 42.0409 30.5 42.0409C25.774 42.0409 21.9591 38.226 21.9591 33.5Z" fill="#333333"/>
<path d="M70.0705 32.899L63.0582 39.9114L57.1892 38.3107L55.5886 32.4417L62.6009 25.4294C58.8661 24.3623 54.6739 25.2769 51.7013 28.2496C47.4329 32.5179 47.4329 39.5303 51.7013 43.7986C55.9697 48.067 62.982 48.067 67.2504 43.7986C70.223 40.826 71.1376 36.6339 70.0705 32.899Z" fill="#EFEFEF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.3477 27.896C54.4547 24.7891 58.837 23.834 62.7382 24.9486C62.9086 24.9973 63.0405 25.1325 63.0849 25.304C63.1293 25.4755 63.0797 25.6577 62.9544 25.7829L56.1473 32.5901L57.5964 37.9035L62.9098 39.3526L69.717 32.5455C69.8423 32.4202 70.0245 32.3706 70.196 32.415C70.3675 32.4595 70.5026 32.5913 70.5513 32.7617C71.6659 36.6629 70.7109 41.0452 67.6039 44.1522C63.1403 48.6158 55.8114 48.6158 51.3477 44.1522C46.8841 39.6886 46.8841 32.3596 51.3477 27.896ZM61.6177 25.7054C58.2752 25.0396 54.6708 25.9872 52.0548 28.6031C47.9817 32.6762 47.9817 39.372 52.0548 43.4451C56.1279 47.5182 62.8237 47.5182 66.8968 43.4451C69.5128 40.8291 70.4603 37.2247 69.7945 33.8822L63.4118 40.2649C63.2849 40.3918 63.0998 40.441 62.9266 40.3937L57.0576 38.7931C56.8868 38.7465 56.7534 38.6131 56.7068 38.4423L55.1062 32.5733C55.059 32.4002 55.1081 32.215 55.235 32.0882L61.6177 25.7054Z" fill="#333333"/>
<path d="M29.7513 65.7487C27.4162 63.4137 27.4162 59.5489 29.7513 57.2139L46.982 39.9831C47.6262 39.339 48.5924 39.339 49.2365 39.9831L55.5169 46.2635C56.161 46.9076 56.161 47.8738 55.5169 48.518L38.2861 65.7487C35.8706 68.0837 32.0863 68.0837 29.7513 65.7487Z" fill="url(#paint0_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.883 40.3367C48.4341 39.8878 47.7845 39.8878 47.3356 40.3367L30.1048 57.5674C27.9651 59.7072 27.9651 63.2554 30.1048 65.3952C32.2404 67.5307 35.7104 67.5401 37.9356 65.3921L55.1633 48.1644C55.6122 47.7155 55.6122 47.0659 55.1633 46.617L48.883 40.3367ZM46.6285 39.6296C47.4679 38.7901 48.7507 38.7901 49.5901 39.6296L55.8704 45.9099C56.7098 46.7493 56.7098 48.0321 55.8704 48.8715L38.6337 66.1083C36.0277 68.6274 31.9312 68.6358 29.3977 66.1023C26.8674 63.572 26.8674 59.3906 29.3977 56.8603L46.6285 39.6296Z" fill="#333333"/>
<path d="M56.7731 47.2265L48.3262 38.7043L44.8061 42.2557L53.253 50.7779L56.7731 47.2265Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M47.9742 38.3493C48.1686 38.1531 48.4838 38.1531 48.6782 38.3493L57.1251 46.8714C57.3195 47.0675 57.3195 47.3855 57.1251 47.5816L53.605 51.133C53.4106 51.3292 53.0955 51.3292 52.9011 51.133L44.4541 42.6109C44.2598 42.4148 44.2598 42.0968 44.4541 41.9007L47.9742 38.3493ZM48.3262 39.4146L45.5101 42.2558L53.253 50.0677L56.0691 47.2265L48.3262 39.4146Z" fill="#333333"/>
<path d="M34 63.5C35.1046 63.5 36 62.6046 36 61.5C36 60.3954 35.1046 59.5 34 59.5C32.8954 59.5 32 60.3954 32 61.5C32 62.6046 32.8954 63.5 34 63.5Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M34 60C33.1716 60 32.5 60.6716 32.5 61.5C32.5 62.3284 33.1716 63 34 63C34.8284 63 35.5 62.3284 35.5 61.5C35.5 60.6716 34.8284 60 34 60ZM31.5 61.5C31.5 60.1193 32.6193 59 34 59C35.3807 59 36.5 60.1193 36.5 61.5C36.5 62.8807 35.3807 64 34 64C32.6193 64 31.5 62.8807 31.5 61.5Z" fill="#333333"/>
<defs>
<linearGradient id="paint0_linear" x1="34.6671" y1="53.4801" x2="61.7032" y2="53.4801" gradientUnits="userSpaceOnUse">
<linearGradient id="paint0_linear" x1="27.972" y1="53.5084" x2="56.0093" y2="53.5084" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF8E3D"/>
<stop offset="1" stop-color="#FF6F3D"/>
</linearGradient>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -1,29 +1,32 @@
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M67.7092 22.3204H12.4472C9.72361 22.3204 7.43933 24.5304 7.43933 27.3591V66.5193C7.43933 69.2597 9.63576 71.558 12.4472 71.558H67.7092C70.4328 71.558 72.7171 69.3481 72.7171 66.5193V27.3591C72.7171 24.5304 70.5207 22.3204 67.7092 22.3204Z" fill="url(#paint0_linear)"/>
<path d="M65.7765 48.1326H14.468C12.4473 48.1326 10.8658 49.7238 10.8658 51.7569V64.3978C10.8658 66.4309 12.4473 68.0221 14.468 68.0221H65.7765C67.7972 68.0221 69.3786 66.4309 69.3786 64.3978V51.8453C69.3786 49.8122 67.7972 48.1326 65.7765 48.1326Z" fill="white"/>
<path d="M22.2873 16.3094C15.5223 17.0166 10.8658 19.2265 10.8658 19.2265V66.9614C10.8658 66.9614 23.5173 61.8343 40.1222 66.9614C40.1222 66.9614 52.7736 61.8343 69.3786 66.9614V19.2265C68.0608 18.6078 66.7429 18.0774 65.425 17.6354" fill="white"/>
<path d="M10.7779 67.4033C10.6901 67.4033 10.6022 67.4033 10.5143 67.3149C10.3386 67.2265 10.3386 67.0497 10.3386 66.8729V19.1381C10.3386 18.9613 10.4265 18.7845 10.6022 18.6961C10.7779 18.6077 15.4343 16.3978 22.1993 15.779C22.4629 15.779 22.7265 15.9558 22.7265 16.221C22.7265 16.4862 22.5507 16.7514 22.2872 16.7514C16.6643 17.3702 12.3593 19.0497 11.3051 19.4917V66.1657C14.1165 65.1934 25.7136 61.9226 40.1222 66.3425C41.6157 65.8121 53.6521 61.6574 68.9392 66.1657V19.4917C67.7971 18.9613 66.5671 18.5193 65.3371 18.0773C65.0735 17.9889 64.8978 17.7237 64.9857 17.4585C65.0735 17.1934 65.3371 17.0166 65.6007 17.105C67.0064 17.5469 68.3243 18.0773 69.6421 18.6961C69.8178 18.7845 69.9057 18.9613 69.9057 19.1381V66.8729C69.9057 67.0497 69.8178 67.1381 69.73 67.2265C69.6421 67.3149 69.4664 67.3149 69.2907 67.3149C52.9493 62.2762 40.4736 67.2265 40.2979 67.3149C40.21 67.3149 40.1222 67.4033 39.9464 67.3149C23.605 62.2762 11.1293 67.2265 10.9536 67.3149C10.9536 67.4033 10.8658 67.4033 10.7779 67.4033Z" fill="#333333"/>
<path d="M14.819 23.2044C14.6433 23.2044 14.4675 23.116 14.3797 22.9392C14.2918 22.6741 14.3797 22.4089 14.6433 22.3205C14.7311 22.3205 16.664 21.5249 19.9147 20.9061C20.1783 20.9061 20.4418 21.0829 20.4418 21.3481C20.4418 21.6133 20.2661 21.8785 20.0025 21.8785C16.8397 22.4089 14.9947 23.2044 14.9068 23.2044C14.9068 23.2044 14.9068 23.2044 14.819 23.2044Z" fill="#333333"/>
<path d="M14.8189 28.5967C14.6432 28.5967 14.4675 28.5083 14.3796 28.3315C14.2918 28.0663 14.3796 27.8011 14.6432 27.7127C14.7311 27.7127 16.6639 26.9171 19.9146 26.2983C20.1782 26.2983 20.4418 26.4751 20.4418 26.7403C20.4418 27.0055 20.266 27.2707 20.0025 27.2707C16.8396 27.8011 14.9946 28.5967 14.9068 28.5967C14.9068 28.5967 14.9068 28.5967 14.8189 28.5967Z" fill="#333333"/>
<path d="M14.8189 34.0773C14.6432 34.0773 14.4675 33.9889 14.3796 33.8121C14.2918 33.5469 14.3796 33.2818 14.6432 33.1934C14.7311 33.1934 16.6639 32.3094 19.9146 31.779C20.1782 31.779 20.4418 31.9558 20.4418 32.221C20.4418 32.4862 20.266 32.7514 20.0025 32.7514C16.8396 33.2818 14.9946 34.0773 14.9068 34.0773C14.9068 33.9889 14.9068 34.0773 14.8189 34.0773Z" fill="#333333"/>
<path d="M36.8714 44.8619C36.7835 44.8619 36.7835 44.8619 36.6956 44.8619C24.4835 40.9724 14.995 44.7735 14.9071 44.8619C14.6435 44.9503 14.38 44.8619 14.2921 44.5967C14.2042 44.3315 14.2921 44.0663 14.5557 43.9779C14.995 43.8011 24.3957 39.9116 36.9592 43.9779C37.2228 44.0663 37.3106 44.3315 37.3106 44.5967C37.3106 44.6851 37.1349 44.8619 36.8714 44.8619Z" fill="#333333"/>
<path d="M36.8714 50.2542C36.7835 50.2542 36.7835 50.2542 36.6956 50.2542C24.4835 46.3647 14.995 50.1658 14.9071 50.2542C14.6435 50.3426 14.38 50.2542 14.2921 49.989C14.2042 49.7238 14.2921 49.4586 14.5557 49.3702C14.995 49.1934 24.3957 45.3039 36.9592 49.3702C37.2228 49.4586 37.3106 49.7238 37.3106 49.989C37.3106 50.0774 37.1349 50.2542 36.8714 50.2542Z" fill="#333333"/>
<path d="M36.8714 55.6464C36.7835 55.6464 36.7835 55.6464 36.6956 55.6464C24.4835 51.7569 14.995 55.558 14.9071 55.6464C14.6435 55.7348 14.38 55.6464 14.2921 55.3812C14.2042 55.116 14.2921 54.8508 14.5557 54.7624C14.995 54.5856 24.3957 50.6961 36.9592 54.7624C37.2228 54.8508 37.3106 55.116 37.3106 55.3812C37.3106 55.558 37.1349 55.6464 36.8714 55.6464Z" fill="#333333"/>
<path d="M36.871 61.0387C36.7832 61.0387 36.7832 61.0387 36.6953 61.0387C24.571 57.1492 15.0825 60.9503 14.9946 61.0387C14.7311 61.1271 14.4675 61.0387 14.3796 60.7735C14.2918 60.5083 14.3796 60.2431 14.6432 60.1547C15.0825 59.9779 24.4832 56.0884 37.0467 60.1547C37.3103 60.2431 37.3982 60.5083 37.3982 60.7735C37.3103 60.9503 37.1346 61.0387 36.871 61.0387Z" fill="#333333"/>
<path d="M40.1219 19.2265V64.7514L62.2619 56.3536V10.4751L55.1455 13.3923" fill="white"/>
<path d="M40.1219 65.2818C40.034 65.2818 39.9462 65.2818 39.8583 65.1934C39.7705 65.105 39.6826 64.9282 39.6826 64.7514V19.2265C39.6826 18.9613 39.8583 18.7845 40.1219 18.7845C40.3855 18.7845 40.5612 18.9613 40.5612 19.2265V64.1326L61.7347 56V11.1823L55.2333 13.8342C54.9697 13.9226 54.7062 13.8342 54.6183 13.569C54.5305 13.3039 54.6183 13.0387 54.8819 12.9503L61.9983 10.0331C62.174 9.94474 62.3497 10.0331 62.4376 10.1215C62.6133 10.2099 62.6133 10.3867 62.6133 10.5635V56.442C62.6133 56.6188 62.5254 56.7956 62.2619 56.884L40.1219 65.3702C40.2098 65.2818 40.1219 65.2818 40.1219 65.2818Z" fill="#333333"/>
<path d="M67.7971 72H12.3593C9.37214 72 7 69.6133 7 66.6077V27.1823C7 26.9171 7.17571 26.7403 7.43929 26.7403C7.70286 26.7403 7.87857 26.9171 7.87857 27.1823V66.5193C7.87857 68.9945 9.81142 70.9392 12.2714 70.9392H67.7092C70.1692 70.9392 72.102 68.9945 72.102 66.5193V27.1823C72.102 26.9171 72.2778 26.7403 72.5413 26.7403C72.8049 26.7403 72.9806 26.9171 72.9806 27.1823V66.5193C73.2442 69.5249 70.7842 72 67.7971 72Z" fill="#333333"/>
<path d="M43.8121 58.6519C43.6364 58.6519 43.4606 58.5635 43.3728 58.3867C43.2849 58.1215 43.3728 57.8564 43.6364 57.768L58.1328 51.7569C58.3963 51.6685 58.6599 51.7569 58.7478 52.0221C58.8356 52.2873 58.7478 52.5525 58.4842 52.6409L43.9878 58.6519C43.8999 58.6519 43.8999 58.6519 43.8121 58.6519Z" fill="#333333"/>
<path d="M43.8121 53.6133C43.6364 53.6133 43.4606 53.5249 43.3728 53.3481C43.2849 53.0829 43.3728 52.8177 43.6364 52.7293L58.1328 46.7182C58.3963 46.6298 58.6599 46.7182 58.7478 46.9834C58.8356 47.2486 58.7478 47.5138 58.4842 47.6022L43.9878 53.6133C43.8999 53.6133 43.8999 53.6133 43.8121 53.6133Z" fill="#333333"/>
<path d="M43.8121 48.4862C43.6364 48.4862 43.4606 48.3978 43.3728 48.221C43.2849 47.9558 43.3728 47.6906 43.6364 47.6022L58.1328 41.5912C58.3963 41.5028 58.6599 41.5912 58.7478 41.8564C58.8356 42.1216 58.7478 42.3868 58.4842 42.4752L43.9878 48.4862C43.8999 48.4862 43.8999 48.4862 43.8121 48.4862Z" fill="#333333"/>
<path d="M43.8121 43.4475C43.6364 43.4475 43.4606 43.3591 43.3728 43.1823C43.2849 42.9171 43.3728 42.6519 43.6364 42.5635L58.1328 36.5525C58.3963 36.4641 58.6599 36.5525 58.7478 36.8177C58.8356 37.0829 58.7478 37.3481 58.4842 37.4365L43.9878 43.4475C43.8999 43.4475 43.8999 43.4475 43.8121 43.4475Z" fill="#333333"/>
<path d="M40.1222 39.2044C48.5651 39.2044 55.4093 32.318 55.4093 23.8232C55.4093 15.3284 48.5651 8.44199 40.1222 8.44199C31.6794 8.44199 24.8351 15.3284 24.8351 23.8232C24.8351 32.318 31.6794 39.2044 40.1222 39.2044Z" fill="#BDECFF"/>
<path d="M40.1222 39.7348C31.4243 39.7348 24.3958 32.663 24.3958 23.9116C24.3958 15.1602 31.4243 8 40.1222 8C48.82 8 55.8486 15.0718 55.8486 23.8232C55.8486 32.5746 48.82 39.7348 40.1222 39.7348ZM40.1222 8.97238C31.9515 8.97238 25.3622 15.6906 25.3622 23.8232C25.3622 31.9558 32.0393 38.674 40.1222 38.674C48.205 38.674 54.8821 31.9558 54.8821 23.8232C54.8821 15.6906 48.2929 8.97238 40.1222 8.97238Z" fill="#333333"/>
<path d="M37.0491 21.9225C37.0491 22.1735 37.2352 22.3856 37.4841 22.4182C37.8078 22.4607 38.0524 22.4988 38.2316 22.55C38.3564 22.5857 38.4032 22.6155 38.4146 22.623C38.4403 22.6702 38.4817 22.7792 38.5144 23.0018C38.5494 23.2402 38.5691 23.5696 38.5691 24.0199V29.147C38.5691 29.8861 38.4597 30.282 38.3731 30.4708C38.2054 30.5631 37.9231 30.6606 37.4691 30.6606C37.193 30.6606 36.9691 30.8844 36.9691 31.1606V32.2513C36.9691 32.5274 37.193 32.7513 37.4691 32.7513H43.4691C43.7453 32.7513 43.9691 32.5274 43.9691 32.2513V31.1606C43.9691 30.8844 43.7453 30.6606 43.4691 30.6606C43.1405 30.6606 42.9609 30.5581 42.8906 30.4984C42.8878 30.4913 42.8842 30.4814 42.88 30.4684C42.8619 30.4122 42.8419 30.3246 42.8242 30.1992C42.7889 29.9491 42.7691 29.5977 42.7691 29.147V20.4962C42.7691 20.3523 42.7071 20.2153 42.5989 20.1204C42.4907 20.0254 42.3468 19.9817 42.2041 20.0004C41.5684 20.0838 40.8521 20.1673 40.1312 20.2513C39.4451 20.3312 38.7546 20.3318 37.9491 20.3318H37.5491C37.273 20.3318 37.0491 20.5556 37.0491 20.8318V21.9225ZM42.231 14.3715C42.2146 14.3543 42.1969 14.3383 42.1782 14.3235C41.7571 13.9923 41.1635 13.7971 40.5091 13.7971C39.8547 13.7971 39.2273 13.9939 38.7872 14.4554C38.3706 14.8924 38.1691 15.4391 38.1691 16.0589C38.1691 16.6597 38.3615 17.2501 38.84 17.6265C39.2611 17.9577 39.8547 18.153 40.5091 18.153C41.0904 18.153 41.759 18.0735 42.231 17.5785C42.6476 17.1416 42.8491 16.5949 42.8491 15.975C42.8491 15.3552 42.6476 14.8085 42.231 14.3715Z" fill="white" stroke="#333333" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 21H68C70.7614 21 73 23.2386 73 26V66C73 68.7614 70.7614 71 68 71H12C9.23858 71 7 68.7614 7 66V26C7 23.2386 9.23858 21 12 21ZM12 22C9.79086 22 8 23.7909 8 26V66C8 68.2091 9.79086 70 12 70H68C70.2091 70 72 68.2091 72 66V26C72 23.7909 70.2091 22 68 22H12Z" fill="#333333"/>
<rect x="8" y="22" width="64" height="48" rx="4" fill="url(#paint0_linear)"/>
<rect x="11" y="28" width="58" height="39" fill="white"/>
<path d="M22.3213 18C15.6156 18.6702 11 20.7644 11 20.7644V66C11 66 23.5405 61.1414 40 66C40 66 52.5405 61.1414 69 66V20.7644C67.6937 20.178 66.3874 19.6754 65.0811 19.2565" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 20.7644C11 20.7644 15.6156 18.6702 22.3213 18L23.321 18.0294C23.3222 17.9869 23.3207 17.9439 23.3164 17.9006C23.2614 17.351 22.7714 16.95 22.2219 17.005C18.7907 17.3479 15.8951 18.0548 13.8544 18.677C12.8333 18.9883 12.0243 19.2789 11.4669 19.4934C11.1881 19.6007 10.9721 19.6889 10.8238 19.7513C10.7497 19.7825 10.6924 19.8072 10.6527 19.8245L10.6064 19.845L10.5932 19.8509L10.5892 19.8527L10.5878 19.8533C10.5876 19.8534 10.5868 19.8538 11 20.7644ZM11 64.9377V20.7644L10.5868 19.8538C10.2295 20.0159 10 20.372 10 20.7644V66C10 66.3299 10.1627 66.6386 10.4349 66.825C10.7069 67.0113 11.0532 67.0516 11.3607 66.9327M11.3607 66.9327L11.3647 66.9312L11.3862 66.9231C11.4065 66.9155 11.4387 66.9036 11.4826 66.8879C11.5703 66.8564 11.7047 66.8095 11.8835 66.7507C12.2411 66.633 12.7764 66.4679 13.4727 66.2834C14.8656 65.9144 16.9006 65.4687 19.4439 65.1713C24.531 64.5763 31.6416 64.5754 39.7169 66.9591C39.9285 67.0216 40.1549 67.0123 40.3607 66.9327M40.3607 66.9327L40.3647 66.9312L40.3862 66.9231C40.3959 66.9194 40.4084 66.9148 40.4237 66.9092C40.4401 66.9032 40.4598 66.8961 40.4826 66.8879C40.5703 66.8564 40.7047 66.8095 40.8835 66.7507C41.2411 66.633 41.7764 66.4679 42.4727 66.2834C43.8656 65.9144 45.9006 65.4687 48.4439 65.1713C53.531 64.5763 60.6416 64.5754 68.7169 66.9591C69.0193 67.0484 69.3461 66.9898 69.5987 66.801C69.8513 66.6122 70 66.3153 70 66V20.7644C70 20.3706 69.7688 20.0134 69.4095 19.8521C68.0707 19.2511 66.7297 18.735 65.3864 18.3043C64.8605 18.1357 64.2975 18.4253 64.1288 18.9512C64.0995 19.0428 64.084 19.1356 64.0813 19.2272L65.0811 19.2566C66.3874 19.6754 67.6937 20.178 69 20.7644V66C68.665 65.9011 68.3317 65.8063 68 65.7153C52.0353 61.3371 40 66 40 66C26.2766 61.949 15.2776 64.6532 12 65.6642C11.3465 65.8658 11 66 11 66V64.9377" fill="#333333"/>
<path d="M15 24C15 24 17.2373 23.4 21 23" stroke="#333333" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 29C15 29 17.2373 28.4 21 28" stroke="#333333" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 34C15 34 17.2373 33.4 21 33" stroke="#333333" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 44C15 44 24.4286 39.5 37 44" stroke="#333333" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 49C15 49 24.4286 44.5 37 49" stroke="#333333" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 54C15 54 24.4286 49.5 37 54" stroke="#333333" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 59C15 59 24.4286 54.5 37 59" stroke="#333333" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M41 20.3707V64L62 55.8829V12L55.1937 14.8748" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M41 20.3707L41.9328 20.0096C41.788 19.6358 41.4249 19.3707 41 19.3707C40.4477 19.3707 40 19.8185 40 20.3707V64C40 64.3298 40.1626 64.6383 40.4345 64.8248C40.7065 65.0112 41.053 65.0516 41.3605 64.9328L62.3605 56.8157C62.7459 56.6667 63 56.2961 63 55.8829V12C63 11.6648 62.832 11.3519 62.5527 11.1666C62.2733 10.9813 61.9197 10.9484 61.6109 11.0788L54.8046 13.9536C54.3051 14.1646 54.0664 14.7338 54.2611 15.2359L55.1937 14.8748L62 12V55.8829L41 64V20.3707Z" fill="#333333"/>
<path d="M45 58L59 52" stroke="#333333" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M45 53L59 47" stroke="#333333" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M45 48L59 42" stroke="#333333" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M45 43L59 37" stroke="#333333" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M40 38C47.732 38 54 31.732 54 24C54 16.268 47.732 10 40 10C32.268 10 26 16.268 26 24C26 31.732 32.268 38 40 38Z" fill="#BDECFF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M55 24C55 32.2843 48.2843 39 40 39C31.7157 39 25 32.2843 25 24C25 15.7157 31.7157 9 40 9C48.2843 9 55 15.7157 55 24ZM54 24C54 31.732 47.732 38 40 38C32.268 38 26 31.732 26 24C26 16.268 32.268 10 40 10C47.732 10 54 16.268 54 24Z" fill="#333333"/>
<path d="M42 16C42 17.1046 41.1046 18 40 18C38.8954 18 38 17.1046 38 16C38 14.8954 38.8954 14 40 14C41.1046 14 42 14.8954 42 16Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M43 16C43 17.6569 41.6569 19 40 19C38.3431 19 37 17.6569 37 16C37 14.3431 38.3431 13 40 13C41.6569 13 43 14.3431 43 16ZM40 18C41.1046 18 42 17.1046 42 16C42 14.8954 41.1046 14 40 14C38.8954 14 38 14.8954 38 16C38 17.1046 38.8954 18 40 18Z" fill="#333333"/>
<path d="M38.6471 23.3422C38.6471 22.4133 38.4824 22.1111 38.3176 21.8578C38.0706 21.6044 37.6588 21.52 37 21.4356V20.3378H37.4118C38.2353 20.3378 38.9765 20.3378 39.7176 20.2533C40.4588 20.1689 41.2 20.0844 41.8588 20V29.7111C41.8588 30.64 41.9412 31.2311 42.1059 31.4C42.3529 31.6533 42.6824 31.7378 43.1765 31.7378V32.92H37V31.8222C37.6588 31.8222 38.0706 31.6533 38.3176 31.4844C38.4824 31.2311 38.6471 30.7244 38.6471 29.7956V23.5467V23.3422Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.1891 19.6246C42.297 19.7196 42.3588 19.8563 42.3588 20V29.7111C42.3588 30.1645 42.3791 30.5178 42.4155 30.7691C42.4336 30.895 42.4541 30.9827 42.4727 31.039C42.4774 31.0533 42.4814 31.0637 42.4843 31.0709C42.5912 31.1692 42.7586 31.2378 43.1765 31.2378C43.4526 31.2378 43.6765 31.4616 43.6765 31.7378V32.92C43.6765 33.1961 43.4526 33.42 43.1765 33.42H37C36.7239 33.42 36.5 33.1961 36.5 32.92V31.8222C36.5 31.5461 36.7239 31.3222 37 31.3222C37.4747 31.3222 37.7699 31.2218 37.9451 31.1267C38.0342 30.9376 38.1471 30.5401 38.1471 29.7956V23.3422C38.1471 22.9046 38.1079 22.6453 38.0622 22.4799C38.0264 22.3506 37.9836 22.2663 37.9304 22.1805C37.8841 22.1437 37.8085 22.103 37.6727 22.0632C37.4981 22.012 37.2655 21.9737 36.9364 21.9315C36.6869 21.8995 36.5 21.6871 36.5 21.4356V20.3378C36.5 20.0616 36.7239 19.8378 37 19.8378H37.4118C38.2407 19.8378 38.953 19.8372 39.661 19.7566C40.4031 19.672 41.1406 19.588 41.7953 19.5041C41.9378 19.4858 42.0813 19.5297 42.1891 19.6246ZM39.7765 20.7499L39.7742 20.7501C39.0278 20.8352 38.2854 20.8377 37.5 20.8378V21.0029C37.6625 21.0306 37.8147 21.0627 37.9538 21.1035C38.2169 21.1806 38.4706 21.2985 38.6756 21.5087C38.6985 21.5321 38.719 21.5578 38.7368 21.5852C38.8332 21.7335 38.9452 21.921 39.026 22.2134C39.1038 22.4947 39.1471 22.8509 39.1471 23.3422V29.7956C39.1471 30.7695 38.9768 31.388 38.7368 31.757C38.7009 31.8123 38.6543 31.86 38.5998 31.8972C38.3427 32.073 37.9852 32.227 37.5 32.2908V32.42H42.6765V32.2036C42.3295 32.1494 42.013 32.0209 41.7479 31.7491C41.6287 31.6268 41.5631 31.4738 41.5229 31.352C41.4797 31.2209 41.4487 31.0711 41.4257 30.9121C41.3797 30.5933 41.3588 30.1866 41.3588 29.7111V20.566C40.8509 20.6275 40.3125 20.6888 39.7765 20.7499Z" fill="#333333"/>
<defs>
<linearGradient id="paint0_linear" x1="7.48282" y1="46.9033" x2="72.728" y2="46.9033" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF8E3D"/>
<stop offset="1" stop-color="#FF6F3D"/>
<linearGradient id="paint0_linear" x1="8.00012" y1="20.125" x2="53.5912" y2="83.2876" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF8E3E"/>
<stop offset="1" stop-color="#FF703E"/>
</linearGradient>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -1,28 +1,18 @@
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.8997 20.5447L38.6071 17.8339C45.1047 11.328 55.6634 11.328 62.1611 17.8339C68.6587 24.3398 68.6587 34.9119 62.1611 41.4178L59.4537 44.1286L35.8997 20.5447Z" fill="#EFEFEF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M61.8039 18.1906C55.5034 11.8821 45.2647 11.8821 38.9642 18.1906L36.6131 20.5447L59.4537 43.4143L61.8039 41.0611C68.1047 34.7523 68.1047 24.4995 61.8039 18.1906ZM38.2499 17.4772C44.9448 10.7739 55.8234 10.7739 62.5182 17.4772C69.2127 24.1802 69.2127 35.0716 62.5182 41.7746L59.8109 44.4854C59.7162 44.5802 59.5877 44.6334 59.4537 44.6334C59.3197 44.6334 59.1912 44.5802 59.0966 44.4854L35.5426 20.9014C35.3458 20.7043 35.3458 20.3851 35.5426 20.188L38.2499 17.4772Z" fill="#333333"/>
<path d="M66.6493 9.71352L63.012 13.3555L66.6493 16.9974L70.2866 13.3555L66.6493 9.71352Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.6553 13.7126C62.4583 13.5154 62.4583 13.1956 62.6553 12.9983L66.2926 9.35637C66.4896 9.15912 66.809 9.15912 67.006 9.35637L70.6433 12.9983C70.8403 13.1956 70.8403 13.5154 70.6433 13.7126L67.006 17.3546C66.809 17.5518 66.4896 17.5518 66.2926 17.3546L62.6553 13.7126ZM63.7254 13.3555L66.6493 16.2831L69.5732 13.3555L66.6493 10.4278L63.7254 13.3555Z" fill="#333333"/>
<path d="M56.6563 14.2194L58.7319 12.1411C59.5441 11.3279 60.8978 11.3279 61.8003 12.1411L67.8467 18.1953C68.6589 19.0085 68.6589 20.3639 67.8467 21.2675L65.771 23.3458L56.6563 14.2194Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M61.4531 12.5078C60.7322 11.8664 59.6918 11.8944 59.0891 12.4978L57.3697 14.2194L65.7711 22.6315L67.4797 20.9207C68.1205 20.1985 68.0927 19.1558 67.4896 18.552L61.4531 12.5078ZM58.3748 11.7844C59.3939 10.764 61.0545 10.7896 62.1382 11.7662C62.1448 11.7721 62.1512 11.7782 62.1575 11.7844L68.2039 17.8385C69.2226 18.8586 69.1971 20.5202 68.2221 21.6049C68.2162 21.6115 68.2101 21.6179 68.2039 21.6242L66.1282 23.7025C66.0335 23.7973 65.905 23.8505 65.7711 23.8505C65.6371 23.8505 65.5086 23.7973 65.4139 23.7025L56.2992 14.5761C56.1023 14.379 56.1023 14.0598 56.2992 13.8627L58.3748 11.7844Z" fill="#333333"/>
<path d="M37.0729 33.918L29.5826 41.4178L25.8826 37.7131L33.3729 30.2132C34.1851 29.4 35.4486 29.4 36.2608 30.2132L37.0729 31.0264C37.7949 31.7493 37.7949 33.1047 37.0729 33.918Z" fill="url(#paint0_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.9036 30.5699C35.2886 29.9541 34.3451 29.9541 33.7301 30.5699L26.596 37.7131L29.5826 40.7035L36.7046 33.5725C37.2581 32.9373 37.2274 31.8954 36.7158 31.3831L36.7158 31.3831L35.9036 30.5699C35.9036 30.5699 35.9036 30.5699 35.9036 30.5699ZM33.0158 29.8565C34.0251 28.8458 35.6085 28.8458 36.6179 29.8565L36.6179 29.8565L37.4301 30.6697C38.3597 31.6004 38.3314 33.2608 37.4504 34.2531C37.4439 34.2605 37.4371 34.2677 37.4301 34.2746L29.9398 41.7745C29.8451 41.8693 29.7166 41.9226 29.5826 41.9226C29.4486 41.9226 29.3201 41.8693 29.2255 41.7745L25.5254 38.0698C25.3286 37.8727 25.3286 37.5534 25.5254 37.3564L33.0158 29.8565L33.3659 30.2062L33.0158 29.8565Z" fill="#333333"/>
<path d="M49.7974 46.6586L42.307 54.1585L38.607 50.4537L46.0973 42.9539C46.9095 42.1406 48.173 42.1406 48.9852 42.9539L49.7974 43.7671C50.6096 44.5803 50.6096 45.8454 49.7974 46.6586Z" fill="url(#paint1_linear)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.628 43.3106C48.013 42.6947 47.0695 42.6947 46.4545 43.3106L39.3204 50.4537L42.307 53.4442L49.4403 46.3019C50.0556 45.6857 50.0556 44.74 49.4403 44.1238L49.7974 43.7671L49.4403 44.1238L48.628 43.3106L48.9653 42.9737L48.628 43.3106ZM45.7402 42.5971C46.7496 41.5865 48.333 41.5865 49.3424 42.5971L48.9852 42.9538L49.3424 42.5971L50.1546 43.4104L49.8193 43.7453L50.1546 43.4104C51.1636 44.4207 51.1636 46.005 50.1546 47.0153L49.8184 46.6796L50.1546 47.0153L42.6642 54.5152C42.5695 54.61 42.441 54.6633 42.307 54.6633C42.173 54.6633 42.0446 54.61 41.9499 54.5152L38.2499 50.8104C38.053 50.6134 38.053 50.2941 38.2499 50.097L45.7402 42.5971L46.018 42.8746L45.7402 42.5971Z" fill="#333333"/>
<path d="M45.8267 57.773L41.3144 62.291C34.8168 68.7969 24.2581 68.7969 17.7604 62.291C11.2628 55.785 11.2628 45.2129 17.7604 38.707L22.2727 34.189L45.8267 57.773Z" fill="#BDECFF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.2727 33.4747L46.54 57.773L41.6715 62.6477C34.9767 69.351 24.0981 69.351 17.4032 62.6477C10.7088 55.9447 10.7088 45.0533 17.4032 38.3503L22.2727 33.4747ZM22.2727 34.9034L18.1176 39.0637C11.8167 45.3726 11.8167 55.6254 18.1176 61.9343C24.418 68.2428 34.6567 68.2428 40.9572 61.9343L45.1132 57.773L22.2727 34.9034Z" fill="#333333"/>
<path d="M23.2652 65.815L21.1896 67.8932C20.3774 68.7065 19.0237 68.7065 18.1212 67.8932L12.0748 61.8391C11.2626 61.0259 11.2626 59.6705 12.0748 58.7669L14.1505 56.6886L23.2652 65.815Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.1505 56.1838C14.2845 56.1838 14.413 56.2371 14.5076 56.3319L23.6224 65.4582C23.8192 65.6553 23.8192 65.9746 23.6224 66.1716L21.5468 68.2499C20.5276 69.2703 18.867 69.2448 17.7833 68.2682C17.7768 68.2623 17.7703 68.2562 17.7641 68.2499L11.7177 62.1958L12.0024 61.9114L11.7177 62.1958C10.6989 61.1758 10.7244 59.5141 11.6994 58.4294C11.7053 58.4228 11.7114 58.4164 11.7177 58.4102L13.7933 56.3319C13.888 56.2371 14.0165 56.1838 14.1505 56.1838ZM12.4419 59.1136C11.801 59.8358 11.8289 60.8786 12.432 61.4824L12.0748 61.8391L12.432 61.4824L18.4685 67.5266C19.1894 68.1679 20.2297 68.14 20.8324 67.5365L22.5518 65.8149L14.1505 57.4029L12.4419 59.1136Z" fill="#333333"/>
<path d="M13.3508 63.0026L9.7135 66.6446L13.3508 70.2865L16.9882 66.6446L13.3508 63.0026Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.35676 67.0017C9.15976 66.8045 9.15976 66.4847 9.35676 66.2874L12.9941 62.6455C13.1911 62.4483 13.5105 62.4483 13.7075 62.6455L17.3448 66.2874C17.5418 66.4847 17.5418 66.8045 17.3448 67.0017L13.7075 70.6437C13.5105 70.8409 13.1911 70.8409 12.9941 70.6437L9.35676 67.0017ZM10.4269 66.6446L13.3508 69.5722L16.2747 66.6446L13.3508 63.717L10.4269 66.6446Z" fill="#333333"/>
<defs>
<linearGradient id="paint0_linear" x1="27.6626" y1="39.5331" x2="36.6236" y2="30.5835" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF8E3D"/>
<stop offset="1" stop-color="#FF6F3D"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="40.4057" y1="52.2925" x2="49.3667" y2="43.3429" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF8E3D"/>
<stop offset="1" stop-color="#FF6F3D"/>
</linearGradient>
</defs>
<path d="M32.546 31.7678C33.5223 30.7915 35.1052 30.7915 36.0815 31.7678C37.0578 32.7441 37.0578 34.327 36.0815 35.3033L28.3033 43.0815C27.327 44.0578 25.7441 44.0578 24.7678 43.0815C23.7915 42.1052 23.7915 40.5223 24.7678 39.5459L32.546 31.7678Z" fill="#FF713D"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.7886 36.0104L29.0104 43.7886C27.6436 45.1554 25.4275 45.1554 24.0607 43.7886C22.6938 42.4217 22.6938 40.2057 24.0607 38.8388L31.8388 31.0607C33.2057 29.6938 35.4218 29.6938 36.7886 31.0607C38.1554 32.4275 38.1554 34.6436 36.7886 36.0104ZM36.0815 31.7678C35.1052 30.7915 33.5223 30.7915 32.546 31.7678L24.7678 39.5459C23.7915 40.5223 23.7915 42.1052 24.7678 43.0815C25.7441 44.0578 27.327 44.0578 28.3033 43.0815L36.0815 35.3033C37.0578 34.327 37.0578 32.7441 36.0815 31.7678Z" fill="#333333"/>
<path d="M14.0059 62.002L17.5098 65.5059L13.5117 69.5039L10.0078 66L14.0059 62.002Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0059 60.5877L18.924 65.5059L13.5117 70.9181L8.5936 66L14.0059 60.5877ZM14.0059 62.002L10.0078 66L13.5117 69.5039L17.5098 65.5059L14.0059 62.002Z" fill="#333333"/>
<path d="M44.546 42.7678C45.5223 41.7915 47.1052 41.7915 48.0815 42.7678C49.0578 43.7441 49.0578 45.327 48.0815 46.3033L40.3033 54.0815C39.327 55.0578 37.7441 55.0578 36.7678 54.0815C35.7915 53.1052 35.7915 51.5223 36.7678 50.5459L44.546 42.7678Z" fill="#FF713D"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.7886 47.0104L41.0104 54.7886C39.6436 56.1554 37.4275 56.1554 36.0607 54.7886C34.6938 53.4217 34.6938 51.2057 36.0607 49.8388L43.8388 42.0607C45.2057 40.6938 47.4218 40.6938 48.7886 42.0607C50.1554 43.4275 50.1554 45.6436 48.7886 47.0104ZM48.0815 42.7678C47.1052 41.7915 45.5223 41.7915 44.546 42.7678L36.7678 50.5459C35.7915 51.5223 35.7915 53.1052 36.7678 54.0815C37.7441 55.0578 39.327 55.0578 40.3033 54.0815L48.0815 46.3033C49.0578 45.327 49.0578 43.7441 48.0815 42.7678Z" fill="#333333"/>
<path d="M15.182 57L22.6066 64.4246L21.546 65.4853C20.3744 66.6569 18.4749 66.6569 17.3033 65.4853L14.1213 62.3033C12.9498 61.1317 12.9498 59.2322 14.1213 58.0607L15.182 57Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.182 55.5858L24.0208 64.4246L22.2531 66.1924C20.691 67.7545 18.1583 67.7545 16.5962 66.1924L13.4142 63.0104C11.8521 61.4483 11.8521 58.9156 13.4142 57.3536L15.182 55.5858ZM15.182 57L14.1213 58.0607C12.9498 59.2322 12.9498 61.1317 14.1213 62.3033L17.3033 65.4853C18.4749 66.6569 20.3744 66.6569 21.546 65.4853L22.6066 64.4246L15.182 57Z" fill="#333333"/>
<path d="M23 35L44.9203 56.9203L38.9134 62.9272C34.2271 67.6135 26.6291 67.6135 21.9428 62.9272L16.9931 57.9775C12.3068 53.2912 12.3068 45.6932 16.9931 41.0069L23 35Z" fill="#BDECFF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23 33.5858L46.3345 56.9203L39.6205 63.6343C34.5437 68.7111 26.3125 68.7111 21.2357 63.6343L16.286 58.6846C11.2092 53.6078 11.2092 45.3766 16.286 40.2998L23 33.5858ZM23 35L16.9931 41.0069C12.3068 45.6932 12.3068 53.2912 16.9931 57.9775L21.9428 62.9272C26.6291 67.6135 34.2271 67.6135 38.9134 62.9272L44.9203 56.9203L23 35Z" fill="#333333"/>
<path d="M67.504 15.5019L64.0001 11.998L67.9981 7.99997L71.502 11.5039L67.504 15.5019Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M67.504 16.9161L62.5858 11.998L67.9981 6.58576L72.9162 11.5039L67.504 16.9161ZM67.504 15.5019L71.502 11.5039L67.9981 7.99997L64.0001 11.998L67.504 15.5019Z" fill="#333333"/>
<path d="M66.4247 20.6066L59.0001 13.1819L60.0607 12.1213C61.2323 10.9497 63.1318 10.9497 64.3034 12.1213L67.4853 15.3033C68.6569 16.4748 68.6569 18.3743 67.4853 19.5459L66.4247 20.6066Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.4247 22.0208L57.5858 13.1819L59.3536 11.4142C60.9157 9.85208 63.4484 9.85208 65.0105 11.4142L68.1925 14.5962C69.7545 16.1583 69.7545 18.6909 68.1924 20.253L66.4247 22.0208ZM66.4247 20.6066L67.4853 19.5459C68.6569 18.3743 68.6569 16.4748 67.4853 15.3033L64.3034 12.1213C63.1318 10.9497 61.2323 10.9497 60.0607 12.1213L59.0001 13.1819L66.4247 20.6066Z" fill="#333333"/>
<path d="M58.9203 42.9L37 20.9797L43.007 14.9728C47.6932 10.2865 55.2912 10.2865 59.9775 14.9728L64.9273 19.9225C69.6135 24.6088 69.6135 32.2068 64.9273 36.8931L58.9203 42.9Z" fill="#EFEFEF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.9203 44.3142L35.5858 20.9797L42.2998 14.2657C47.3767 9.18885 55.6078 9.18886 60.6846 14.2657L65.6344 19.2154C70.7112 24.2922 70.7112 32.5234 65.6344 37.6002L58.9203 44.3142ZM58.9203 42.9L64.9273 36.8931C69.6135 32.2068 69.6135 24.6088 64.9273 19.9225L59.9775 14.9728C55.2912 10.2865 47.6932 10.2865 43.007 14.9728L37 20.9797L58.9203 42.9Z" fill="#333333"/>
</svg>

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB