This commit is contained in:
pero1203 2022-10-04 14:50:16 +02:00
commit b9fe773972
15 changed files with 447 additions and 169 deletions

View File

@ -917,10 +917,15 @@ body {
padding-left: 25px; padding-left: 25px;
-webkit-box-flex: 1; -webkit-box-flex: 1;
-webkit-flex: 1; -webkit-flex: 1;
-ms-flex: 1; } -ms-flex: 1;
min-width: 200px; }
.stolpec-4.logotipi img { .stolpec-4.logotipi img {
height: 60px; height: 60px;
margin: 0.75rem 0; } margin: 0.75rem 0;
margin-right: 20px; }
.stolpec-4.logotipi img.fdv {
width: 214px;
height: auto; }
.stolpec-4 .fotter-ico { .stolpec-4 .fotter-ico {
width: 40px; width: 40px;
height: 40px; } height: 40px; }
@ -1242,14 +1247,13 @@ ul.seznam-tem {
font-weight: 600; font-weight: 600;
margin-bottom: 14px; } margin-bottom: 14px; }
.dva-stolpca .preko-racunov { .dva-stolpca .preko-racunov {
border-left: 1px solid #d1d1d1; } border-left: 1px solid #d1d1d1;
width: 100%; }
.dva-stolpca .preko-racunov .ostale-prijave { .dva-stolpca .preko-racunov .ostale-prijave {
display: flex; display: flex;
flex-direction: column; flex-direction: column; }
width: 300px; }
.dva-stolpca .preko-racunov .ostale-prijave .op-gumb { .dva-stolpca .preko-racunov .ostale-prijave .op-gumb {
margin-left: auto; margin-left: 25px;
margin-right: auto;
margin-bottom: 16px; margin-bottom: 16px;
text-transform: uppercase; text-transform: uppercase;
color: #1e88e5; color: #1e88e5;
@ -1298,10 +1302,12 @@ ul.seznam-tem {
padding-right: 1rem; padding-right: 1rem;
float: left; } float: left; }
.dva-stolpca .registracija { .dva-stolpca .registracija {
padding-right: 1rem; } padding-right: 1rem;
min-width: 310px; }
.dva-stolpca .prijava.forma { .dva-stolpca .prijava.forma {
padding-right: 1rem; padding-right: 1rem;
width: 100%; } width: 100%;
min-width: 300px; }
.dva-stolpca .error-message { .dva-stolpca .error-message {
background: rgba(255, 0, 0, 0.1); background: rgba(255, 0, 0, 0.1);
padding: 0.25rem 0.75rem; padding: 0.25rem 0.75rem;
@ -2592,6 +2598,8 @@ ol {
.w-list-unstyled { .w-list-unstyled {
padding-left: 0; padding-left: 0;
list-style: none; } list-style: none; }
.w-list-unstyled .w-list-unstyled {
padding-left: 20px !important; }
.w-embed:before, .w-embed:before,
.w-embed:after { .w-embed:after {
@ -4391,6 +4399,10 @@ p {
-webkit-flex: 0 0 33.3333%; -webkit-flex: 0 0 33.3333%;
-ms-flex: 0 0 33.3333%; -ms-flex: 0 0 33.3333%;
flex: 0 0 33.3333%; } flex: 0 0 33.3333%; }
.col._4-12-12-12 p {
flex-grow: 1; }
.col._4-12-12-12 .buttons-row {
margin-top: 30px; }
.col._6-12-12-12 { .col._6-12-12-12 {
-webkit-box-flex: 0; -webkit-box-flex: 0;
@ -4429,6 +4441,13 @@ p {
-webkit-flex: 0 25%; -webkit-flex: 0 25%;
-ms-flex: 0 25%; -ms-flex: 0 25%;
flex: 0 25%; } flex: 0 25%; }
.col._3-6-6-12 .center {
display: flex;
flex-direction: column; }
.col._3-6-6-12 .center p {
flex-grow: 1; }
.col._3-6-6-12 .center .buttons-row {
margin-top: 20px; }
.col._6-6-6-12 { .col._6-6-6-12 {
-webkit-box-flex: 0; -webkit-box-flex: 0;

View File

@ -510,11 +510,18 @@
-webkit-box-flex: 1; -webkit-box-flex: 1;
-webkit-flex: 1; -webkit-flex: 1;
-ms-flex: 1; -ms-flex: 1;
min-width: 200px;
&.logotipi{ &.logotipi{
img{ img{
height: 60px; height: 60px;
margin: 0.75rem 0; margin: 0.75rem 0;
margin-right: 20px;
&.fdv{
width: 214px;
height: auto;
}
} }
} }

View File

@ -307,6 +307,14 @@ p {
-webkit-flex: 0 0 33.3333%; -webkit-flex: 0 0 33.3333%;
-ms-flex: 0 0 33.3333%; -ms-flex: 0 0 33.3333%;
flex: 0 0 33.3333%; flex: 0 0 33.3333%;
p{
flex-grow: 1;
}
.buttons-row{
margin-top: 30px;
}
} }
.col._6-12-12-12 { .col._6-12-12-12 {
@ -351,6 +359,19 @@ p {
-webkit-flex: 0 25%; -webkit-flex: 0 25%;
-ms-flex: 0 25%; -ms-flex: 0 25%;
flex: 0 25%; flex: 0 25%;
.center{
display: flex;
flex-direction: column;
p{
flex-grow: 1;
}
.buttons-row{
margin-top: 20px;
}
}
} }
.col._6-6-6-12 { .col._6-6-6-12 {

View File

@ -264,6 +264,10 @@ ol {
.w-list-unstyled { .w-list-unstyled {
padding-left: 0; padding-left: 0;
list-style: none; list-style: none;
.w-list-unstyled{
padding-left: 20px !important;
}
} }
.w-embed:before, .w-embed:before,
.w-embed:after { .w-embed:after {

View File

@ -334,15 +334,14 @@
.preko-racunov { .preko-racunov {
//padding-left: 1rem; //padding-left: 1rem;
border-left: 1px solid #d1d1d1; border-left: 1px solid #d1d1d1;
width: 100%;
.ostale-prijave { .ostale-prijave {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 300px;
.op-gumb{ .op-gumb{
margin-left: auto; margin-left: 25px;
margin-right: auto;
margin-bottom: 16px; margin-bottom: 16px;
text-transform: uppercase; text-transform: uppercase;
@ -419,11 +418,13 @@
.registracija { .registracija {
padding-right: 1rem; padding-right: 1rem;
min-width: 310px;
} }
.prijava.forma { .prijava.forma {
padding-right: 1rem; padding-right: 1rem;
width: 100%; width: 100%;
min-width: 300px;
} }
.error-message { .error-message {

View File

@ -1,32 +1,26 @@
<?xml version="1.0" encoding="utf-8"?> <svg width="550" height="292" viewBox="0 0 550 292" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <g clip-path="url(#clip0_1_21)">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" <path d="M43.0742 271.807V271.691C43.0742 260.203 52.138 250.792 64.608 250.792C77.079 250.792 86.027 260.087 86.027 271.575V271.691C86.027 283.18 76.9632 292.591 64.4932 292.591C52.0223 292.591 43.0742 283.296 43.0742 271.807ZM76.7319 271.807V271.691C76.7319 264.763 71.6517 258.99 64.4933 258.99C57.3338 258.99 52.3694 264.648 52.3694 271.575V271.691C52.3694 278.619 57.4495 284.392 64.608 284.392C71.7674 284.392 76.7319 278.735 76.7319 271.807V271.807Z" fill="#1E88E5"/>
viewBox="0 0 209.7 95.5" style="enable-background:new 0 0 209.7 95.5;" xml:space="preserve"> <path d="M89.1455 251.485H97.3441L116.28 276.368V251.485H125.056V291.898H117.492L97.9206 266.206V291.898H89.1455V251.485Z" fill="#1E88E5"/>
<style type="text/css"> <path d="M129.964 251.485H160.446V259.394H138.796V267.593H157.849V275.502H138.796V283.988H160.735V291.898H129.964V251.485Z" fill="#1E88E5"/>
.st0{fill:#0082FF;} <path d="M162.064 271.807V271.691C162.064 260.203 170.723 250.792 183.137 250.792C190.757 250.792 195.317 253.332 199.071 257.027L193.413 263.551C190.295 260.722 187.12 258.99 183.079 258.99C176.266 258.99 171.359 264.648 171.359 271.575V271.691C171.359 278.619 176.151 284.392 183.079 284.392C187.697 284.392 190.527 282.545 193.702 279.658L199.359 285.374C195.203 289.819 190.583 292.591 182.79 292.591C180.051 292.635 177.331 292.128 174.793 291.098C172.254 290.069 169.949 288.538 168.015 286.599C166.08 284.659 164.557 282.35 163.534 279.808C162.512 277.267 162.012 274.545 162.064 271.807V271.807Z" fill="#707070"/>
.st1{fill:#707070;} <path d="M201.669 251.485H210.56V283.815H230.709V291.898H201.669V251.485Z" fill="#707070"/>
</style> <path d="M233.019 251.485H241.91V291.898H233.019V251.485Z" fill="#707070"/>
<g> <path d="M245.43 271.807V271.691C245.43 260.203 254.092 250.792 266.503 250.792C274.125 250.792 278.686 253.332 282.438 257.027L276.78 263.551C273.663 260.722 270.487 258.99 266.446 258.99C259.634 258.99 254.726 264.648 254.726 271.575V271.691C254.726 278.619 259.518 284.392 266.446 284.392C271.064 284.392 273.893 282.545 277.069 279.658L282.727 285.374C278.57 289.819 273.952 292.591 266.157 292.591C263.418 292.635 260.698 292.128 258.16 291.098C255.621 290.069 253.316 288.538 251.382 286.599C249.448 284.659 247.924 282.35 246.901 279.808C245.879 277.267 245.378 274.546 245.43 271.807Z" fill="#707070"/>
<path class="st0" d="M27.5,0v71.8H14.5v-65H0V0H27.5z"/> <path d="M285.036 251.485H293.927V269.151L310.323 251.485H321.062L304.607 268.632L321.812 291.898H311.131L298.604 274.694L293.927 279.543V291.898H285.036V251.485Z" fill="#707070"/>
<path class="st1" d="M36.9,0h12.4v71.8H36.9V0z M85.6,0h14.9L66.7,35.1l35.2,36.7H86.7L52,35.1L85.6,0z"/> <path d="M332.147 286.009L337.401 279.717C341.037 282.718 344.848 284.624 349.466 284.624C353.104 284.624 355.298 283.18 355.298 280.813V280.697C355.298 278.446 353.912 277.291 347.158 275.559C339.017 273.481 333.763 271.229 333.763 263.205V263.089C333.763 255.756 339.652 250.908 347.908 250.908C353.357 250.819 358.666 252.636 362.918 256.045L358.3 262.743C354.721 260.26 351.199 258.759 347.792 258.759C344.386 258.759 342.597 260.318 342.597 262.281V262.396C342.597 265.052 344.328 265.918 351.314 267.707C359.512 269.844 364.13 272.788 364.13 279.831V279.947C364.13 287.972 358.011 292.475 349.293 292.475C342.978 292.498 336.874 290.196 332.147 286.009V286.009Z" fill="#707070"/>
<path class="st1" d="M150.5,71.8l-5.3-14.2h-37.3l-5.3,14.2H90.2L117.9,0h17.4l27.8,71.8H150.5z M110.5,50.8h32.1l-16-42.6 <path d="M366.442 274.578V251.485H375.333V274.347C375.333 280.929 378.623 284.335 384.051 284.335C389.477 284.335 392.768 281.044 392.768 274.635V251.485H401.659V274.289C401.659 286.529 394.788 292.533 383.935 292.533C373.081 292.533 366.442 286.471 366.442 274.578Z" fill="#707070"/>
L110.5,50.8z"/> <path d="M405.931 251.485H424.406C429.544 251.485 433.528 252.928 436.184 255.583C437.349 256.814 438.255 258.265 438.85 259.852C439.445 261.438 439.716 263.128 439.647 264.821V264.937C439.647 271.461 436.125 275.559 430.987 277.464L440.859 291.898H430.468L421.807 278.965H414.822V291.898H405.931V251.485ZM423.828 271.114C428.158 271.114 430.641 268.805 430.641 265.399V265.283C430.641 261.472 427.985 259.51 423.655 259.51H414.822V271.114L423.828 271.114Z" fill="#707070"/>
<g> <path d="M438.263 251.485H448.078L458.643 279.947L469.209 251.485H478.792L462.454 292.187H454.602L438.263 251.485Z" fill="#707070"/>
<path class="st0" d="M15.3,82.5h9.8v2.6h-7v2.6h6.1v2.6h-6.1V93h7.1v2.6h-9.9V82.5z"/> <path d="M480.236 251.485H510.719V259.394H489.069V267.593H508.12V275.502H489.069V283.988H511.007V291.898H480.236V251.485Z" fill="#707070"/>
<path class="st0" d="M27.8,82.5h2.6l6.1,8v-8h2.8v13H37l-6.3-8.3v8.3h-2.8V82.5z"/> <path d="M525.5 275.963L509.97 251.485H520.362L530.003 267.707L539.818 251.485H549.921L534.391 275.79V291.898H525.5V275.963Z" fill="#707070"/>
<path class="st1" d="M42.5,82.5h2.9v5.7l5.3-5.7h3.5L48.9,88l5.6,7.5H51l-4-5.6l-1.5,1.6v4h-2.9V82.5z"/> <path d="M88.2441 0V230.397H46.5287V21.8204H0V0H88.2441Z" fill="#1E88E5"/>
<path class="st1" d="M56.1,82.5H59v10.4h6.5v2.6h-9.4V82.5z"/> <path d="M158.198 0H118.407V230.397H158.198V0Z" fill="#707070"/>
<path class="st1" d="M67.8,82.5h2.9v13h-2.9V82.5z"/> <path d="M434.161 0H378.326L300.21 202.482L214.032 112.632L322.492 0H274.68L166.862 112.632L278.21 230.397H329.231L346.238 184.831H465.929L482.936 230.397H523.368L434.161 0ZM354.581 163.011L406.244 26.3128L457.586 163.011H354.581Z" fill="#707070"/>
<path class="st1" d="M73.9,82.5h2.9v5.7l5.3-5.7h3.5L80.3,88l5.6,7.5h-3.4l-4-5.6l-1.5,1.6v4h-2.9V82.5z"/>
<path class="st1" d="M97.6,82.4h2.6l5.6,13.1h-3l-1.2-2.9h-5.5l-1.2,2.9H92L97.6,82.4z M100.6,90.1l-1.7-4.2l-1.7,4.2H100.6z"/>
<path class="st1" d="M107.9,82.5h2.6l6.1,8v-8h2.8v13H117l-6.3-8.3v8.3h-2.8V82.5z"/>
<path class="st1" d="M122.6,82.5h2.9v5.7l5.3-5.7h3.5l-5.3,5.5l5.6,7.5H131l-4-5.6l-1.5,1.6v4h-2.9L122.6,82.5z"/>
<path class="st1" d="M136.2,82.5h9.8v2.6h-7v2.6h6.1v2.6H139V93h7.1v2.6h-9.9V82.5z"/>
<path class="st1" d="M151.7,85.1h-4v-2.6h10.8v2.6h-4v10.4h-2.9L151.7,85.1z"/>
<path class="st1" d="M163.5,82.4h2.6l5.6,13.1h-3l-1.2-2.9h-5.5l-1.2,2.9H158L163.5,82.4z M166.6,90.1l-1.7-4.2l-1.7,4.2H166.6z"
/>
</g>
</g> </g>
<image style="overflow:visible;" width="194" height="200" xlink:href="8941ECC3.jpg" transform="matrix(1 0 0 1 -402 -64.0946)"> <defs>
</image> <clipPath id="clip0_1_21">
<rect width="549.921" height="291.8" fill="white"/>
</clipPath>
</defs>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -1,32 +1,24 @@
<?xml version="1.0" encoding="utf-8"?> <svg width="550" height="292" viewBox="0 0 550 292" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <g clip-path="url(#clip0_1_2)">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" <path d="M45.3543 250.538H77.0733V258.771H54.5455V267.302H74.3708V275.529H54.5455V284.358H77.3742V292.591H45.3543V250.538Z" fill="#1E88E5"/>
viewBox="0 0 209.7 95.5" style="enable-background:new 0 0 209.7 95.5;" xml:space="preserve"> <path d="M85.6262 250.538H94.157L113.862 276.429V250.538H122.992V292.591H115.122L94.7586 265.859V292.591H85.6262V250.538Z" fill="#1E88E5"/>
<style type="text/css"> <path d="M133.11 250.538H142.363V268.921L159.424 250.538H170.597L153.476 268.383L171.379 292.591H160.263L147.227 274.688L142.363 279.736V292.591H133.11L133.11 250.538Z" fill="#707070"/>
.st0{fill:#0082FF;} <path d="M176.987 250.538H186.24V284.182H207.205V292.591H176.987V250.538Z" fill="#707070"/>
.st1{fill:#707070;} <path d="M214.613 250.538H223.865V292.591H214.613V250.538Z" fill="#707070"/>
</style> <path d="M234.387 250.538H243.639V268.921L260.701 250.538H271.873L254.753 268.383L272.656 292.591H261.542L248.504 274.688L243.639 279.736V292.591H234.387L234.387 250.538Z" fill="#707070"/>
<g> <path d="M310.712 250.24H319.242L337.265 292.591H327.592L323.747 283.16H305.967L302.122 292.591H292.691L310.712 250.24ZM320.443 274.991L314.857 261.354L309.271 274.991L320.443 274.991Z" fill="#707070"/>
<path class="st0" d="M27.5,0v71.8H14.5v-65H0V0H27.5z"/> <path d="M343.778 250.538H352.309L372.014 276.429V250.538H381.145V292.591H373.274L352.911 265.859V292.591H343.778L343.778 250.538Z" fill="#707070"/>
<path class="st1" d="M36.9,0h12.4v71.8H36.9V0z M85.6,0h14.9L66.7,35.1l35.2,36.7H86.7L52,35.1L85.6,0z"/> <path d="M391.263 250.538H400.515V268.921L417.576 250.538H428.749L411.628 268.383L429.531 292.591H418.418L405.379 274.688L400.515 279.736V292.591H391.263V250.538Z" fill="#707070"/>
<path class="st1" d="M150.5,71.8l-5.3-14.2h-37.3l-5.3,14.2H90.2L117.9,0h17.4l27.8,71.8H150.5z M110.5,50.8h32.1l-16-42.6 <path d="M435.139 250.538H466.858V258.771H444.331V267.302H464.156V275.529H444.331V284.358H467.159V292.591H435.139V250.538Z" fill="#707070"/>
L110.5,50.8z"/> <path d="M485.204 259.069H472.408V250.539H507.25V259.069H494.456V292.591H485.204L485.204 259.069Z" fill="#707070"/>
<g> <path d="M523.368 250.24H531.899L549.921 292.591H540.248L536.404 283.16H518.623L514.778 292.591H505.345L523.368 250.24ZM533.099 274.991L527.513 261.354L521.927 274.991H533.099Z" fill="#707070"/>
<path class="st0" d="M15.3,82.5h9.8v2.6h-7v2.6h6.1v2.6h-6.1V93h7.1v2.6h-9.9V82.5z"/> <path d="M88.2441 0V230.397H46.5287V21.8204H0V0H88.2441Z" fill="#1E88E5"/>
<path class="st0" d="M27.8,82.5h2.6l6.1,8v-8h2.8v13H37l-6.3-8.3v8.3h-2.8V82.5z"/> <path d="M158.198 0H118.408V230.397H158.198V0Z" fill="#707070"/>
<path class="st1" d="M42.5,82.5h2.9v5.7l5.3-5.7h3.5L48.9,88l5.6,7.5H51l-4-5.6l-1.5,1.6v4h-2.9V82.5z"/> <path d="M434.161 0H378.326L300.21 202.482L214.032 112.632L322.492 0H274.68L166.862 112.632L278.21 230.397H329.231L346.238 184.831H465.929L482.936 230.397H523.368L434.161 0ZM354.581 163.011L406.244 26.3128L457.586 163.011H354.581Z" fill="#707070"/>
<path class="st1" d="M56.1,82.5H59v10.4h6.5v2.6h-9.4V82.5z"/>
<path class="st1" d="M67.8,82.5h2.9v13h-2.9V82.5z"/>
<path class="st1" d="M73.9,82.5h2.9v5.7l5.3-5.7h3.5L80.3,88l5.6,7.5h-3.4l-4-5.6l-1.5,1.6v4h-2.9V82.5z"/>
<path class="st1" d="M97.6,82.4h2.6l5.6,13.1h-3l-1.2-2.9h-5.5l-1.2,2.9H92L97.6,82.4z M100.6,90.1l-1.7-4.2l-1.7,4.2H100.6z"/>
<path class="st1" d="M107.9,82.5h2.6l6.1,8v-8h2.8v13H117l-6.3-8.3v8.3h-2.8V82.5z"/>
<path class="st1" d="M122.6,82.5h2.9v5.7l5.3-5.7h3.5l-5.3,5.5l5.6,7.5H131l-4-5.6l-1.5,1.6v4h-2.9L122.6,82.5z"/>
<path class="st1" d="M136.2,82.5h9.8v2.6h-7v2.6h6.1v2.6H139V93h7.1v2.6h-9.9V82.5z"/>
<path class="st1" d="M151.7,85.1h-4v-2.6h10.8v2.6h-4v10.4h-2.9L151.7,85.1z"/>
<path class="st1" d="M163.5,82.4h2.6l5.6,13.1h-3l-1.2-2.9h-5.5l-1.2,2.9H158L163.5,82.4z M166.6,90.1l-1.7-4.2l-1.7,4.2H166.6z"
/>
</g>
</g> </g>
<image style="overflow:visible;" width="194" height="200" xlink:href="8941ECC3.jpg" transform="matrix(1 0 0 1 -402 -64.0946)"> <defs>
</image> <clipPath id="clip0_1_2">
<rect width="549.921" height="291.8" fill="white"/>
</clipPath>
</defs>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -1,38 +1,68 @@
<svg width="212" height="212" viewBox="0 0 212 212" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="272" height="212" viewBox="0 0 272 212" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_3:334)"> <g clip-path="url(#clip0_2_333)">
<g style="mix-blend-mode:multiply" opacity="0.4"> <g style="mix-blend-mode:multiply" opacity="0.4">
<path d="M167.174 168.787C200.515 135.445 200.515 81.3883 167.174 48.047C133.832 14.7057 79.7753 14.7057 46.434 48.047C13.0927 81.3883 13.0927 135.445 46.434 168.787C79.7753 202.128 133.832 202.128 167.174 168.787Z" fill="#666666"/> <path d="M167.174 168.787C200.515 135.445 200.515 81.3884 167.174 48.0471C133.832 14.7058 79.7754 14.7057 46.4341 48.047C13.0928 81.3883 13.0928 135.445 46.4341 168.787C79.7754 202.128 133.832 202.128 167.174 168.787Z" fill="#666666"/>
</g> </g>
<path d="M180.384 31.6163C179.238 30.4708 178.073 29.3573 176.889 28.2756" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M180.384 31.6163C179.238 30.4708 178.073 29.3573 176.889 28.2756" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M169.483 22.1049C150.9 8.03994 128.173 0.543661 104.868 0.792628C81.5639 1.0416 59.0018 9.02172 40.7233 23.4804C22.4449 37.9392 9.4848 58.058 3.87731 80.679C-1.73018 103.3 0.332359 127.143 9.74119 148.465C19.15 169.787 35.3725 187.381 55.8624 198.486C76.3523 209.591 99.9496 213.578 122.951 209.822C145.951 206.065 167.054 194.777 182.946 177.73C198.838 160.683 208.619 138.841 210.755 115.634" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11.97 11.97"/> <path d="M169.484 22.1049C150.9 8.03994 128.173 0.543661 104.869 0.792628C81.5641 1.0416 59.002 9.02172 40.7236 23.4804C22.4451 37.9392 9.48504 58.058 3.87755 80.679C-1.72994 103.3 0.332603 127.143 9.74144 148.465C19.1503 169.787 35.3728 187.381 55.8626 198.486C76.3525 209.591 99.9498 213.578 122.951 209.822C145.952 206.065 167.054 194.777 182.946 177.73C198.838 160.683 208.619 138.841 210.755 115.634" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11.97 11.97"/>
<path d="M211.084 110.83C211.157 109.221 211.194 107.611 211.194 106" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M211.084 110.83C211.158 109.221 211.194 107.611 211.194 106" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M164.757 166.37C198.098 133.028 198.098 78.9715 164.757 45.6302C131.415 12.2889 77.3585 12.2889 44.0172 45.6302C10.6759 78.9715 10.6759 133.028 44.0172 166.37C77.3585 199.711 131.415 199.711 164.757 166.37Z" fill="white"/> <path d="M164.757 166.37C198.098 133.029 198.098 78.9716 164.757 45.6303C131.416 12.289 77.3587 12.289 44.0174 45.6303C10.6761 78.9716 10.676 133.029 44.0173 166.37C77.3587 199.711 131.416 199.711 164.757 166.37Z" fill="white"/>
<path d="M195.652 57.0492C206.685 46.016 206.685 28.1276 195.652 17.0944C184.619 6.06113 166.731 6.06113 155.697 17.0944C144.664 28.1276 144.664 46.016 155.697 57.0492C166.731 68.0824 184.619 68.0824 195.652 57.0492Z" fill="#D4F0FC"/> <path d="M195.652 57.0491C206.686 46.0159 206.686 28.1275 195.652 17.0943C184.619 6.06107 166.731 6.06107 155.697 17.0943C144.664 28.1275 144.664 46.0159 155.697 57.0491C166.731 68.0824 184.619 68.0824 195.652 57.0491Z" fill="#D4F0FC"/>
<path d="M165.587 35.7088C165.587 30.5732 167.255 27.7434 170.203 27.7434C173.151 27.7434 174.819 30.5756 174.819 35.7088C174.819 40.8444 173.151 43.7757 170.203 43.7757C167.255 43.7757 165.587 40.8444 165.587 35.7088ZM173.731 35.7088C173.731 30.9964 172.344 28.6717 170.203 28.6717C168.062 28.6717 166.675 30.9964 166.675 35.7088C166.675 40.4212 168.062 42.8474 170.203 42.8474C172.344 42.8474 173.731 40.4212 173.731 35.7088H173.731Z" fill="#004A90"/> <path d="M165.588 35.7088C165.588 30.5731 167.255 27.7433 170.203 27.7433C173.151 27.7433 174.819 30.5755 174.819 35.7088C174.819 40.8444 173.151 43.7756 170.203 43.7756C167.255 43.7756 165.588 40.8444 165.588 35.7088ZM173.732 35.7088C173.732 30.9964 172.345 28.6717 170.203 28.6717C168.062 28.6717 166.675 30.9964 166.675 35.7088C166.675 40.4211 168.062 42.8473 170.203 42.8473C172.345 42.8473 173.732 40.4211 173.732 35.7088H173.732Z" fill="#004A90"/>
<path d="M177.243 42.5429H180.878V29.744H178.108V29.01C179.148 28.8646 180.153 28.534 181.076 28.0337H181.946V42.5429H185.31V43.4853H177.243V42.5429Z" fill="#004A90"/> <path d="M177.243 42.5429H180.878V29.744H178.108V29.01C179.148 28.8646 180.153 28.534 181.076 28.0337H181.946V42.5429H185.31V43.4853H177.243V42.5429Z" fill="#004A90"/>
<path d="M68.875 95.1341V90.2605H71.3696V95.4236C71.3696 97.1064 71.8047 97.7153 72.7912 97.7153C73.7774 97.7153 74.2415 97.1064 74.2415 95.4236V90.2605H76.6492V95.1341C76.6492 98.3541 75.431 99.8623 72.7912 99.8623C70.151 99.8622 68.875 98.3541 68.875 95.1341Z" fill="#1E88E5"/> <path d="M68.875 95.1342V90.2606H71.3697V95.4237C71.3697 97.1065 71.8047 97.7154 72.7913 97.7154C73.7774 97.7154 74.2415 97.1065 74.2415 95.4237V90.2606H76.6493V95.1342C76.6493 98.3542 75.431 99.8623 72.7913 99.8623C70.1511 99.8623 68.875 98.3542 68.875 95.1342Z" fill="#1E88E5"/>
<path d="M78.0156 98.5139L79.4372 96.802C80.0561 97.3336 80.8285 97.6536 81.642 97.7154C82.396 97.7154 82.7154 97.4692 82.7154 97.0483C82.7154 96.5991 82.2367 96.4535 81.4386 96.1349L80.264 95.6417C79.713 95.457 79.2335 95.1046 78.8928 94.6339C78.552 94.1631 78.367 93.5976 78.3637 93.0164C78.3637 91.406 79.814 90.0859 81.874 90.0859C83.0419 90.0875 84.1641 90.5395 85.0071 91.3478L83.7593 92.9149C83.2236 92.4853 82.5606 92.2454 81.874 92.2329C81.2647 92.2329 80.8875 92.4508 80.8875 92.8709C80.8875 93.3209 81.4244 93.4806 82.2799 93.8141L83.4258 94.2633C83.9755 94.4289 84.4546 94.7723 84.7881 95.2396C85.1215 95.7069 85.2904 96.2717 85.2682 96.8453C85.2682 98.4408 83.9336 99.8623 81.5837 99.8623C80.271 99.8562 79.0043 99.3775 78.0156 98.5139Z" fill="#1E88E5"/> <path d="M78.0158 98.5139L79.4374 96.802C80.0562 97.3335 80.8287 97.6535 81.6421 97.7153C82.3961 97.7153 82.7156 97.4691 82.7156 97.0482C82.7156 96.599 82.2369 96.4535 81.4387 96.1348L80.2642 95.6416C79.7131 95.4569 79.2337 95.1046 78.8929 94.6338C78.5521 94.163 78.3672 93.5975 78.3639 93.0164C78.3639 91.406 79.8142 90.0859 81.8742 90.0859C83.042 90.0874 84.1643 90.5394 85.0072 91.3477L83.7595 92.9149C83.2238 92.4852 82.5607 92.2453 81.8742 92.2328C81.2649 92.2328 80.8876 92.4507 80.8876 92.8708C80.8876 93.3208 81.4246 93.4805 82.2801 93.8141L83.4259 94.2633C83.9756 94.4289 84.4548 94.7722 84.7882 95.2395C85.1217 95.7068 85.2906 96.2716 85.2684 96.8453C85.2684 98.4407 83.9337 99.8623 81.5839 99.8623C80.2711 99.8562 79.0045 99.3775 78.0158 98.5139Z" fill="#1E88E5"/>
<path d="M88.8659 92.3495H86.3708V90.2607H93.8552V92.3495H91.3605V99.6886H88.8659L88.8659 92.3495Z" fill="#1E88E5"/> <path d="M88.866 92.3493H86.371V90.2606H93.8553V92.3493H91.3607V99.6885H88.866L88.866 92.3493Z" fill="#1E88E5"/>
<path d="M94.9346 90.2605H97.5748L98.5609 94.3797C98.8221 95.3804 98.9959 96.352 99.2571 97.3676H99.315C99.5761 96.352 99.7649 95.3804 100.011 94.3797L100.969 90.2605H103.521L100.737 99.6884H97.7195L94.9346 90.2605Z" fill="#1E88E5"/> <path d="M94.9347 90.2605H97.5749L98.561 94.3797C98.8222 95.3804 98.996 96.352 99.2573 97.3676H99.3151C99.5763 96.352 99.7651 95.3804 100.011 94.3797L100.969 90.2605H103.522L100.737 99.6884H97.7197L94.9347 90.2605Z" fill="#1E88E5"/>
<path d="M105.929 90.2605H108.947L111.819 99.6884H109.179L108.106 95.105C107.873 94.2058 107.641 93.0596 107.409 92.1171H107.351C107.148 93.0737 106.916 94.2058 106.684 95.105L105.611 99.6884H103.058L105.929 90.2605ZM105.118 95.7572H109.73V97.687H105.118L105.118 95.7572Z" fill="#1E88E5"/> <path d="M105.93 90.2605H108.947L111.819 99.6884H109.179L108.106 95.105C107.874 94.2058 107.642 93.0596 107.409 92.1171H107.351C107.148 93.0737 106.916 94.2058 106.684 95.105L105.611 99.6884H103.058L105.93 90.2605ZM105.118 95.7572H109.73V97.687H105.118L105.118 95.7572Z" fill="#1E88E5"/>
<path d="M113.052 90.2605H116.62C118.651 90.2605 120.392 90.9567 120.392 93.3066C120.392 95.5834 118.651 96.5266 116.62 96.5266H115.547V99.6884H113.052V90.2605ZM116.446 94.5536C117.432 94.5536 117.955 94.1185 117.955 93.3066C117.955 92.494 117.432 92.2328 116.446 92.2328H115.547V94.5536L116.446 94.5536ZM116.171 95.8737L117.853 94.22L120.914 99.6884H118.129L116.171 95.8737Z" fill="#1E88E5"/> <path d="M113.052 90.2605H116.62C118.651 90.2605 120.392 90.9567 120.392 93.3066C120.392 95.5834 118.651 96.5266 116.62 96.5266H115.547V99.6884H113.052V90.2605ZM116.446 94.5536C117.433 94.5536 117.955 94.1185 117.955 93.3066C117.955 92.494 117.433 92.2328 116.446 92.2328H115.547V94.5536L116.446 94.5536ZM116.171 95.8737L117.853 94.22L120.914 99.6884H118.129L116.171 95.8737Z" fill="#1E88E5"/>
<path d="M122.469 90.2605H124.963V99.6884H122.469V90.2605Z" fill="#1E88E5"/> <path d="M122.469 90.2605H124.963V99.6884H122.469V90.2605Z" fill="#1E88E5"/>
<path d="M129.017 92.3495H126.522V90.2607H134.007V92.3495H131.512V99.6886H129.017V92.3495Z" fill="#1E88E5"/> <path d="M129.017 92.3493H126.523V90.2606H134.007V92.3493H131.512V99.6885H129.017V92.3493Z" fill="#1E88E5"/>
<path d="M135.587 90.2605H141.679V92.3493H138.082V93.8283H141.157V95.917H138.082V97.5997H141.824V99.6884H135.587V90.2605Z" fill="#1E88E5"/> <path d="M135.587 90.2605H141.679V92.3493H138.082V93.8283H141.157V95.917H138.082V97.5997H141.824V99.6884H135.587V90.2605Z" fill="#1E88E5"/>
<path d="M62.3335 107.661H64.9737L65.9599 111.78C66.221 112.781 66.3949 113.752 66.6561 114.768H66.7139C66.9751 113.752 67.1639 112.781 67.4101 111.78L68.3676 107.661H70.9205L68.1356 117.089H65.1184L62.3335 107.661Z" fill="#1E88E5"/> <path d="M62.3336 107.661H64.9738L65.9599 111.78C66.2211 112.781 66.395 113.752 66.6562 114.768H66.714C66.9752 113.752 67.164 112.781 67.4102 111.78L68.3677 107.661H70.9206L68.1356 117.089H65.1185L62.3336 107.661Z" fill="#1E88E5"/>
<path d="M72.1794 107.661H75.6315C77.6915 107.661 79.4608 108.415 79.4608 110.794C79.4608 113.1 77.6624 114.101 75.6897 114.101H74.6745V117.089H72.1794V107.661ZM75.5737 112.128C76.5598 112.128 77.024 111.635 77.024 110.794C77.024 109.953 76.4729 109.633 75.5155 109.633H74.6744V112.128H75.5737Z" fill="#1E88E5"/> <path d="M72.1796 107.661H75.6317C77.6916 107.661 79.461 108.415 79.461 110.794C79.461 113.1 77.6625 114.101 75.6899 114.101H74.6746V117.089H72.1796V107.661ZM75.5738 112.128C76.56 112.128 77.0241 111.635 77.0241 110.794C77.0241 109.953 76.473 109.633 75.5156 109.633H74.6746V112.128H75.5738Z" fill="#1E88E5"/>
<path d="M81.054 107.661H84.6221C86.6529 107.661 88.3935 108.357 88.3935 110.707C88.3935 112.984 86.6529 113.927 84.6221 113.927H83.5486V117.089H81.054V107.661ZM84.4482 111.954C85.4343 111.954 85.9567 111.519 85.9567 110.707C85.9567 109.894 85.4343 109.633 84.4482 109.633H83.5486V111.954L84.4482 111.954ZM84.1724 113.274L85.8552 111.62L88.9155 117.089H86.1306L84.1724 113.274Z" fill="#1E88E5"/> <path d="M81.054 107.661H84.6221C86.653 107.661 88.3936 108.357 88.3936 110.707C88.3936 112.984 86.653 113.927 84.6221 113.927H83.5487V117.089H81.054V107.661ZM84.4483 111.954C85.4344 111.954 85.9568 111.519 85.9568 110.707C85.9568 109.894 85.4344 109.633 84.4483 109.633H83.5487V111.954L84.4483 111.954ZM84.1725 113.274L85.8553 111.62L88.9156 117.089H86.1307L84.1725 113.274Z" fill="#1E88E5"/>
<path d="M92.7216 107.661H95.7386L98.6105 117.089H95.9707L94.8973 112.505C94.6652 111.606 94.4331 110.46 94.201 109.518H94.1428C93.9398 110.474 93.7078 111.606 93.4757 112.505L92.4022 117.089H89.8494L92.7216 107.661ZM91.909 113.158H96.5218V115.087H91.909V113.158Z" fill="#1E88E5"/> <path d="M92.7217 107.661H95.7387L98.6105 117.089H95.9708L94.8973 112.505C94.6652 111.606 94.4331 110.46 94.2011 109.518H94.1428C93.9398 110.474 93.7078 111.606 93.4757 112.505L92.4023 117.089H89.8494L92.7217 107.661ZM91.909 113.158H96.5218V115.087H91.909V113.158Z" fill="#1E88E5"/>
<path d="M99.4622 115.914L100.884 114.203C101.503 114.734 102.275 115.054 103.088 115.116C103.843 115.116 104.162 114.87 104.162 114.449C104.162 114 103.683 113.854 102.885 113.535L101.711 113.042C101.16 112.857 100.68 112.505 100.339 112.034C99.9985 111.564 99.8135 110.998 99.8103 110.417C99.8103 108.807 101.261 107.486 103.321 107.486C104.488 107.488 105.611 107.94 106.454 108.748L105.206 110.315C104.67 109.886 104.007 109.646 103.321 109.633C102.711 109.633 102.334 109.851 102.334 110.271C102.334 110.721 102.871 110.881 103.726 111.215L104.872 111.664C105.422 111.829 105.901 112.173 106.235 112.64C106.568 113.107 106.737 113.672 106.715 114.246C106.715 115.841 105.38 117.263 103.03 117.263C101.717 117.257 100.451 116.778 99.4622 115.914ZM100.709 105.34L101.783 104.701L103.262 105.862H103.321L104.8 104.701L105.873 105.34L104.655 106.936H101.928L100.709 105.34Z" fill="#1E88E5"/> <path d="M99.4622 115.914L100.884 114.202C101.503 114.734 102.275 115.054 103.088 115.116C103.843 115.116 104.162 114.869 104.162 114.449C104.162 113.999 103.683 113.854 102.885 113.535L101.711 113.042C101.16 112.857 100.68 112.505 100.339 112.034C99.9985 111.563 99.8135 110.998 99.8103 110.417C99.8103 108.806 101.261 107.486 103.321 107.486C104.488 107.488 105.611 107.94 106.454 108.748L105.206 110.315C104.67 109.886 104.007 109.646 103.321 109.633C102.711 109.633 102.334 109.851 102.334 110.271C102.334 110.721 102.871 110.881 103.726 111.214L104.872 111.664C105.422 111.829 105.901 112.173 106.235 112.64C106.568 113.107 106.737 113.672 106.715 114.246C106.715 115.841 105.38 117.263 103.03 117.263C101.717 117.257 100.451 116.778 99.4622 115.914ZM100.709 105.34L101.783 104.701L103.262 105.862H103.321L104.8 104.701L105.873 105.34L104.655 106.936H101.928L100.709 105.34Z" fill="#1E88E5"/>
<path d="M110.371 107.661H113.388L116.261 117.089H113.62L112.547 112.505C112.315 111.606 112.083 110.46 111.851 109.518H111.793C111.59 110.474 111.358 111.606 111.126 112.505L110.052 117.089H107.5L110.371 107.661ZM109.559 113.158H114.172V115.087H109.559V113.158Z" fill="#1E88E5"/> <path d="M110.371 107.661H113.388L116.261 117.089H113.621L112.547 112.505C112.315 111.606 112.083 110.46 111.851 109.518H111.793C111.59 110.474 111.358 111.606 111.126 112.505L110.052 117.089H107.5L110.371 107.661ZM109.56 113.158H114.172V115.087H109.56V113.158Z" fill="#1E88E5"/>
<path d="M117.493 107.661H119.988V115H123.557V117.089H117.493L117.493 107.661Z" fill="#1E88E5"/> <path d="M117.493 107.661H119.988V115H123.557V117.089H117.493L117.493 107.661Z" fill="#1E88E5"/>
<path d="M125.457 107.661H128.01L130.099 111.867L130.998 113.984H131.056C130.886 112.792 130.779 111.591 130.737 110.388V107.661H133.116V117.089H130.563L128.474 112.868L127.575 110.764H127.517C127.685 111.957 127.791 113.158 127.836 114.362V117.089H125.457V107.661Z" fill="#1E88E5"/> <path d="M125.457 107.661H128.01L130.099 111.867L130.998 113.984H131.056C130.886 112.792 130.779 111.591 130.737 110.388V107.661H133.116V117.089H130.563L128.474 112.868L127.575 110.764H127.517C127.685 111.957 127.791 113.158 127.836 114.362V117.089H125.457V107.661Z" fill="#1E88E5"/>
<path d="M135.297 107.661H137.792V117.089H135.297V107.661Z" fill="#1E88E5"/> <path d="M135.297 107.661H137.792V117.089H135.297V107.661Z" fill="#1E88E5"/>
<path d="M139.953 107.661H142.448V111.171H142.506L144.885 107.661H147.612L144.798 111.49L148.163 117.089H145.436L143.348 113.463L142.448 114.739V117.089H139.953V107.661Z" fill="#1E88E5"/> <path d="M139.954 107.661H142.449V111.171H142.506L144.885 107.661H147.612L144.798 111.49L148.163 117.089H145.436L143.348 113.463L142.449 114.739V117.089H139.954V107.661Z" fill="#1E88E5"/>
</g>
<g clip-path="url(#clip1_2_333)">
<path d="M212 96.2782H218" stroke="url(#paint0_linear_2_333)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M228.399 96.2782H243.998" stroke="url(#paint1_linear_2_333)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="10.4 10.4"/>
<path d="M249.198 96.2782H255.198" stroke="url(#paint2_linear_2_333)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M270.476 96.2782L255.198 81" stroke="url(#paint3_linear_2_333)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M270.476 96.2782L255.198 111.556" stroke="url(#paint4_linear_2_333)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</g> </g>
<defs> <defs>
<clipPath id="clip0_3:334"> <linearGradient id="paint0_linear_2_333" x1="-nan" y1="-nan" x2="-nan" y2="-nan" gradientUnits="userSpaceOnUse">
<stop stop-color="#0059AB"/>
<stop offset="1" stop-color="#0082FF"/>
</linearGradient>
<linearGradient id="paint1_linear_2_333" x1="-nan" y1="-nan" x2="-nan" y2="-nan" gradientUnits="userSpaceOnUse">
<stop stop-color="#0059AB"/>
<stop offset="1" stop-color="#0082FF"/>
</linearGradient>
<linearGradient id="paint2_linear_2_333" x1="-nan" y1="-nan" x2="-nan" y2="-nan" gradientUnits="userSpaceOnUse">
<stop stop-color="#0059AB"/>
<stop offset="1" stop-color="#0082FF"/>
</linearGradient>
<linearGradient id="paint3_linear_2_333" x1="915.18" y1="212.99" x2="1179.16" y2="212.99" gradientUnits="userSpaceOnUse">
<stop stop-color="#0059AB"/>
<stop offset="1" stop-color="#0082FF"/>
</linearGradient>
<linearGradient id="paint4_linear_2_333" x1="656.541" y1="-747.352" x2="656.541" y2="-1011.33" gradientUnits="userSpaceOnUse">
<stop stop-color="#0059AB"/>
<stop offset="1" stop-color="#0082FF"/>
</linearGradient>
<clipPath id="clip0_2_333">
<rect width="212" height="212" fill="white"/> <rect width="212" height="212" fill="white"/>
</clipPath> </clipPath>
<clipPath id="clip1_2_333">
<rect width="60.4759" height="32.5564" fill="white" transform="translate(211 80)"/>
</clipPath>
</defs> </defs>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,34 +1,64 @@
<svg width="212" height="212" viewBox="0 0 212 212" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="271" height="212" viewBox="0 0 271 212" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_3:386)"> <g clip-path="url(#clip0_2_377)">
<path d="M211 96.2782H217" stroke="url(#paint0_linear_2_377)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M227.399 96.2782H242.998" stroke="url(#paint1_linear_2_377)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="10.4 10.4"/>
<path d="M248.198 96.2782H254.198" stroke="url(#paint2_linear_2_377)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M269.476 96.2782L254.198 81" stroke="url(#paint3_linear_2_377)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M269.476 96.2782L254.198 111.556" stroke="url(#paint4_linear_2_377)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<g clip-path="url(#clip1_2_377)">
<g style="mix-blend-mode:multiply" opacity="0.4"> <g style="mix-blend-mode:multiply" opacity="0.4">
<path d="M167.174 168.787C200.515 135.445 200.515 81.3883 167.174 48.047C133.832 14.7057 79.7755 14.7057 46.4342 48.047C13.0929 81.3883 13.0929 135.445 46.4342 168.787C79.7755 202.128 133.832 202.128 167.174 168.787Z" fill="#666666"/> <path d="M167.174 168.787C200.515 135.445 200.515 81.3883 167.174 48.0471C133.832 14.7058 79.7754 14.7058 46.4341 48.0471C13.0928 81.3883 13.0928 135.445 46.4341 168.787C79.7754 202.128 133.832 202.128 167.174 168.787Z" fill="#666666"/>
</g> </g>
<path d="M180.384 31.6163C179.238 30.4708 178.073 29.3573 176.889 28.2756" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M180.384 31.6163C179.238 30.4708 178.073 29.3573 176.889 28.2756" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M169.484 22.1049C150.9 8.03997 128.173 0.543671 104.869 0.792628C81.5642 1.04158 59.0021 9.0217 40.7236 23.4804C22.4451 37.9392 9.48506 58.058 3.87756 80.679C-1.72994 103.3 0.332597 127.143 9.74143 148.465C19.1503 169.787 35.3728 187.381 55.8626 198.486C76.3525 209.591 99.9498 213.579 122.951 209.822C145.952 206.065 167.054 194.777 182.946 177.73C198.838 160.683 208.619 138.841 210.755 115.634" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11.97 11.97"/> <path d="M169.483 22.1048C150.9 8.03991 128.173 0.54361 104.868 0.792567C81.564 1.04152 59.0019 9.02164 40.7235 23.4804C22.445 37.9391 9.48492 58.0579 3.87742 80.679C-1.73007 103.3 0.33246 127.143 9.74129 148.465C19.1501 169.787 35.3726 187.381 55.8625 198.486C76.3524 209.591 99.9497 213.578 122.951 209.822C145.952 206.065 167.054 194.777 182.946 177.73C198.838 160.683 208.619 138.841 210.755 115.634" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11.97 11.97"/>
<path d="M211.084 110.83C211.158 109.221 211.194 107.611 211.194 106" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M211.084 110.83C211.158 109.221 211.194 107.611 211.194 106" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M164.757 166.37C198.098 133.028 198.098 78.9715 164.757 45.6302C131.416 12.2889 77.3588 12.2889 44.0175 45.6302C10.6762 78.9715 10.6762 133.028 44.0175 166.37C77.3588 199.711 131.416 199.711 164.757 166.37Z" fill="white"/> <path d="M164.757 166.37C198.098 133.028 198.098 78.9715 164.757 45.6302C131.416 12.2889 77.3586 12.2889 44.0173 45.6302C10.676 78.9715 10.676 133.028 44.0173 166.37C77.3586 199.711 131.416 199.711 164.757 166.37Z" fill="white"/>
<path d="M195.652 57.0492C206.686 46.016 206.686 28.1276 195.652 17.0944C184.619 6.06114 166.731 6.06114 155.698 17.0944C144.664 28.1276 144.664 46.016 155.698 57.0492C166.731 68.0824 184.619 68.0824 195.652 57.0492Z" fill="#FFC700"/> <path d="M195.652 57.0491C206.686 46.0159 206.686 28.1275 195.652 17.0943C184.619 6.06108 166.731 6.06107 155.697 17.0943C144.664 28.1275 144.664 46.0159 155.697 57.0491C166.731 68.0824 184.619 68.0824 195.652 57.0491Z" fill="#FFC700"/>
<path d="M164.879 35.7086C164.879 30.573 166.547 27.7432 169.496 27.7432C172.444 27.7432 174.111 30.5753 174.111 35.7086C174.111 40.8442 172.444 43.7754 169.496 43.7754C166.547 43.7754 164.879 40.8442 164.879 35.7086ZM173.023 35.7086C173.023 30.9962 171.637 28.6715 169.496 28.6715C167.354 28.6715 165.967 30.9962 165.967 35.7086C165.967 40.4209 167.354 42.8471 169.496 42.8471C171.637 42.8471 173.023 40.4209 173.023 35.7086Z" fill="#004A90"/> <path d="M164.879 35.7088C164.879 30.5731 166.547 27.7433 169.496 27.7433C172.443 27.7433 174.11 30.5755 174.11 35.7088C174.11 40.8444 172.443 43.7756 169.496 43.7756C166.547 43.7756 164.879 40.8444 164.879 35.7088ZM173.023 35.7088C173.023 30.9964 171.637 28.6717 169.496 28.6717C167.354 28.6717 165.966 30.9964 165.966 35.7088C165.966 40.4211 167.354 42.8473 169.496 42.8473C171.637 42.8473 173.023 40.4211 173.023 35.7088Z" fill="#004A90"/>
<path d="M176.552 42.8134C181.613 37.6518 184.155 34.7851 184.155 32.0985C184.155 30.1766 183.121 28.6763 180.791 28.6763C180.079 28.724 179.386 28.9296 178.763 29.2783C178.14 29.6269 177.603 30.1098 177.19 30.6919L176.49 30.0342C177.009 29.3507 177.673 28.7907 178.434 28.3946C179.195 27.9985 180.035 27.776 180.893 27.7433C181.475 27.6945 182.061 27.7729 182.609 27.9729C183.158 28.173 183.657 28.4899 184.071 28.9019C184.486 29.3138 184.805 29.8109 185.008 30.3587C185.211 30.9064 185.293 31.4918 185.247 32.0742C185.247 35.1478 182.449 38.094 178.152 42.6349C179.012 42.5814 179.907 42.5287 180.757 42.5287H186.016V43.4853H176.552V42.8134Z" fill="#004A90"/> <path d="M176.552 42.8135C181.612 37.6519 184.155 34.7852 184.155 32.0986C184.155 30.1767 183.121 28.6765 180.791 28.6765C180.079 28.7241 179.386 28.9298 178.763 29.2784C178.14 29.627 177.603 30.1099 177.19 30.692L176.489 30.0344C177.008 29.3508 177.673 28.7908 178.434 28.3947C179.195 27.9986 180.035 27.7762 180.893 27.7435C181.475 27.6947 182.061 27.773 182.609 27.973C183.158 28.1731 183.657 28.4901 184.071 28.902C184.485 29.314 184.805 29.811 185.008 30.3588C185.211 30.9066 185.293 31.4919 185.247 32.0743C185.247 35.148 182.449 38.0942 178.152 42.635C179.012 42.5815 179.907 42.5288 180.757 42.5288H186.016V43.4855H176.552V42.8135Z" fill="#004A90"/>
<path d="M72.4241 94.9305C72.4241 91.8269 74.1938 90.0859 76.8048 90.0859C79.4155 90.0859 81.1852 91.8411 81.1852 94.9305C81.1852 98.0348 79.4155 99.8623 76.8048 99.8623C74.1938 99.8623 72.4241 98.0348 72.4241 94.9305ZM78.6324 94.9305C78.6324 93.2194 77.9361 92.2329 76.8048 92.2329C75.6732 92.2329 74.977 93.2194 74.977 94.9305C74.977 96.6423 75.6732 97.7154 76.8048 97.7154C77.9361 97.7154 78.6324 96.6423 78.6324 94.9305Z" fill="#1E88E5"/> <path d="M72.424 94.9304C72.424 91.8269 74.1937 90.0859 76.8048 90.0859C79.4154 90.0859 81.1851 91.841 81.1851 94.9304C81.1851 98.0347 79.4154 99.8623 76.8048 99.8623C74.1937 99.8623 72.424 98.0347 72.424 94.9304ZM78.6323 94.9304C78.6323 93.2193 77.936 92.2328 76.8048 92.2328C75.6731 92.2328 74.9769 93.2193 74.9769 94.9304C74.9769 96.6423 75.6731 97.7153 76.8048 97.7153C77.936 97.7153 78.6323 96.6423 78.6323 94.9304Z" fill="#1E88E5"/>
<path d="M83.082 90.2605H86.4763C88.4489 90.2605 90.0444 90.753 90.0444 92.6096C90.054 93.0252 89.9478 93.4353 89.7378 93.794C89.5277 94.1527 89.222 94.4459 88.8549 94.6409V94.6991C89.34 94.8198 89.7678 95.1061 90.0644 95.5085C90.361 95.911 90.5078 96.4043 90.4794 96.9034C90.4794 98.8474 88.7971 99.6883 86.7662 99.6883H83.082V90.2605ZM86.4181 93.9446C87.2303 93.9446 87.6076 93.567 87.6076 92.9872C87.6076 92.4066 87.2303 92.1746 86.4181 92.1746H85.5771V93.9446H86.4181ZM86.5923 97.7735C87.5784 97.7735 88.0426 97.4258 88.0426 96.7296C88.0426 96.0334 87.5784 95.7722 86.5923 95.7722H85.5771V97.7735H86.5923Z" fill="#1E88E5"/> <path d="M83.0819 90.2605H86.4761C88.4488 90.2605 90.0442 90.753 90.0442 92.6096C90.0539 93.0252 89.9477 93.4353 89.7376 93.794C89.5276 94.1527 89.2219 94.4459 88.8547 94.6409V94.6991C89.3399 94.8198 89.7677 95.1061 90.0642 95.5085C90.3608 95.911 90.5076 96.4043 90.4793 96.9034C90.4793 98.8474 88.7969 99.6883 86.766 99.6883H83.0819V90.2605ZM86.4179 93.9446C87.2302 93.9446 87.6074 93.567 87.6074 92.9872C87.6074 92.4066 87.2302 92.1746 86.4179 92.1746H85.5769V93.9446H86.4179ZM86.5922 97.7735C87.5783 97.7735 88.0425 97.4258 88.0425 96.7296C88.0425 96.0334 87.5783 95.7722 86.5922 95.7722H85.5769V97.7735H86.5922Z" fill="#1E88E5"/>
<path d="M91.3789 98.078L93.0613 96.8161C93.1595 97.0597 93.322 97.272 93.5315 97.4304C93.741 97.5888 93.9896 97.6873 94.2508 97.7153C94.9179 97.7153 95.2951 97.3967 95.2951 96.2072V90.2605H97.7898V96.4102C97.7898 98.2959 96.7745 99.8623 94.5989 99.8623C93.9468 99.9101 93.2949 99.7668 92.7231 99.4499C92.1512 99.133 91.6841 98.6562 91.3789 98.078Z" fill="#1E88E5"/> <path d="M91.3789 98.078L93.0613 96.8161C93.1595 97.0597 93.322 97.272 93.5315 97.4304C93.741 97.5888 93.9896 97.6873 94.2508 97.7153C94.9179 97.7153 95.2951 97.3967 95.2951 96.2072V90.2605H97.7898V96.4102C97.7898 98.2959 96.7745 99.8623 94.5989 99.8623C93.9468 99.9101 93.2949 99.7668 92.723 99.4499C92.1511 99.133 91.684 98.6562 91.3789 98.078Z" fill="#1E88E5"/>
<path d="M101.581 90.2605H104.598L107.47 99.6884H104.83L103.757 95.105C103.525 94.2058 103.293 93.0596 103.06 92.1171H103.002C102.799 93.0737 102.567 94.2058 102.335 95.105L101.262 99.6884H98.7087L101.581 90.2605ZM100.768 95.7572H105.381V97.687H100.768V95.7572Z" fill="#1E88E5"/> <path d="M101.581 90.2605H104.598L107.47 99.6884H104.83L103.757 95.105C103.524 94.2058 103.292 93.0596 103.06 92.1171H103.002C102.799 93.0737 102.567 94.2058 102.335 95.105L101.261 99.6884H98.7086L101.581 90.2605ZM100.768 95.7572H105.381V97.687H100.768V95.7572Z" fill="#1E88E5"/>
<path d="M107.006 90.2605H109.646L110.632 94.3797C110.894 95.3804 111.067 96.352 111.329 97.3676H111.386C111.648 96.352 111.836 95.3804 112.083 94.3797L113.04 90.2605H115.593L112.808 99.6884H109.791L107.006 90.2605Z" fill="#1E88E5"/> <path d="M107.006 90.2605H109.646L110.632 94.3797C110.894 95.3804 111.067 96.352 111.329 97.3676H111.386C111.648 96.352 111.836 95.3804 112.083 94.3797L113.04 90.2605H115.593L112.808 99.6884H109.791L107.006 90.2605Z" fill="#1E88E5"/>
<path d="M116.852 90.2605H119.347V99.6884H116.852V90.2605Z" fill="#1E88E5"/> <path d="M116.852 90.2605H119.347V99.6884H116.852V90.2605Z" fill="#1E88E5"/>
<path d="M123.401 92.3495H120.906V90.2607H128.391V92.3495H125.897V99.6886H123.401V92.3495Z" fill="#1E88E5"/> <path d="M123.401 92.3493H120.906V90.2606H128.391V92.3493H125.896V99.6885H123.401V92.3493Z" fill="#1E88E5"/>
<path d="M129.971 90.2605H136.063V92.3493H132.465V93.8283H135.541V95.917H132.465V97.5997H136.208V99.6884H129.971V90.2605Z" fill="#1E88E5"/> <path d="M129.971 90.2605H136.063V92.3493H132.465V93.8283H135.541V95.917H132.465V97.5997H136.208V99.6884H129.971V90.2605Z" fill="#1E88E5"/>
<path d="M69.551 107.661H73.0031C75.0627 107.661 76.8324 108.415 76.8324 110.794C76.8324 113.1 75.034 114.101 73.0613 114.101H72.0457V117.089H69.551V107.661ZM72.9453 112.128C73.9314 112.128 74.3956 111.635 74.3956 110.794C74.3956 109.953 73.8445 109.633 72.8871 109.633H72.0457V112.128H72.9453Z" fill="#1E88E5"/> <path d="M69.5509 107.661H73.003C75.0626 107.661 76.8323 108.415 76.8323 110.794C76.8323 113.1 75.0339 114.101 73.0612 114.101H72.0456V117.089H69.5509V107.661ZM72.9452 112.128C73.9313 112.128 74.3955 111.635 74.3955 110.794C74.3955 109.953 73.8444 109.633 72.887 109.633H72.0456V112.128H72.9452Z" fill="#1E88E5"/>
<path d="M78.2686 112.331C78.2686 109.227 80.0379 107.486 82.6489 107.486C85.2596 107.486 87.0293 109.241 87.0293 112.331C87.0293 115.435 85.2596 117.263 82.6489 117.263C80.0379 117.263 78.2686 115.435 78.2686 112.331ZM84.4765 112.331C84.4765 110.62 83.7802 109.633 82.6489 109.633C81.5176 109.633 80.8214 110.62 80.8214 112.331C80.8214 114.043 81.5177 115.116 82.6489 115.116C83.7802 115.116 84.4765 114.043 84.4765 112.331H84.4765Z" fill="#1E88E5"/> <path d="M78.2684 112.331C78.2684 109.227 80.0377 107.486 82.6488 107.486C85.2595 107.486 87.0291 109.241 87.0291 112.331C87.0291 115.435 85.2595 117.263 82.6488 117.263C80.0377 117.263 78.2684 115.435 78.2684 112.331ZM84.4763 112.331C84.4763 110.62 83.7801 109.633 82.6488 109.633C81.5175 109.633 80.8213 110.62 80.8213 112.331C80.8213 114.043 81.5175 115.116 82.6488 115.116C83.78 115.116 84.4763 114.043 84.4763 112.331H84.4763Z" fill="#1E88E5"/>
<path d="M87.6587 107.661H90.2989L91.285 111.78C91.5462 112.781 91.72 113.752 91.9813 114.768H92.0391C92.3003 113.752 92.4891 112.781 92.7353 111.78L93.6927 107.661H96.2456L93.4607 117.089H90.4437L87.6587 107.661Z" fill="#1E88E5"/> <path d="M87.6586 107.661H90.2987L91.2849 111.78C91.5461 112.781 91.7199 113.752 91.9811 114.768H92.0389C92.3001 113.752 92.4889 112.781 92.7352 111.78L93.6926 107.661H96.2454L93.4605 117.089H90.4435L87.6586 107.661Z" fill="#1E88E5"/>
<path d="M97.5047 107.661H103.597V109.75H99.9997V111.229H103.075V113.317H99.9997V115H103.742V117.089H97.5046L97.5047 107.661Z" fill="#1E88E5"/> <path d="M97.5046 107.661H103.596V109.75H99.9996V111.229H103.074V113.317H99.9996V115H103.742V117.089H97.5045L97.5046 107.661Z" fill="#1E88E5"/>
<path d="M105.412 115.58L109.27 109.75H105.789V107.661H112.345V109.169L108.487 115H112.374V117.089H105.412V115.58Z" fill="#1E88E5"/> <path d="M105.412 115.58L109.27 109.75H105.789V107.661H112.345V109.169L108.487 115H112.374V117.089H105.412V115.58Z" fill="#1E88E5"/>
<path d="M116.237 107.661H119.254L122.126 117.089H119.486L118.413 112.505C118.181 111.606 117.948 110.46 117.716 109.518H117.658C117.455 110.474 117.223 111.606 116.991 112.505L115.918 117.089H113.365L116.237 107.661ZM115.425 113.158H120.037V115.087H115.425V113.158Z" fill="#1E88E5"/> <path d="M116.236 107.661H119.253L122.126 117.089H119.486L118.412 112.505C118.18 111.606 117.948 110.46 117.716 109.518H117.658C117.455 110.474 117.223 111.606 116.991 112.505L115.917 117.089H113.365L116.236 107.661ZM115.425 113.158H120.037V115.087H115.425V113.158Z" fill="#1E88E5"/>
<path d="M121.662 107.661H124.302L125.288 111.78C125.549 112.781 125.723 113.752 125.985 114.768H126.043C126.304 113.752 126.493 112.781 126.739 111.78L127.696 107.661H130.249L127.464 117.089H124.447L121.662 107.661Z" fill="#1E88E5"/> <path d="M121.662 107.661H124.302L125.288 111.78C125.549 112.781 125.723 113.752 125.984 114.768H126.043C126.304 113.752 126.493 112.781 126.739 111.78L127.696 107.661H130.249L127.464 117.089H124.447L121.662 107.661Z" fill="#1E88E5"/>
<path d="M130.872 112.331C130.872 109.227 132.641 107.486 135.252 107.486C137.863 107.486 139.632 109.241 139.632 112.331C139.632 115.435 137.863 117.263 135.252 117.263C132.641 117.263 130.872 115.435 130.872 112.331ZM137.079 112.331C137.079 110.62 136.383 109.633 135.252 109.633C134.121 109.633 133.424 110.62 133.424 112.331C133.424 114.043 134.121 115.116 135.252 115.116C136.383 115.116 137.08 114.043 137.08 112.331H137.079Z" fill="#1E88E5"/> <path d="M130.872 112.331C130.872 109.227 132.641 107.486 135.252 107.486C137.863 107.486 139.632 109.241 139.632 112.331C139.632 115.435 137.863 117.263 135.252 117.263C132.641 117.263 130.872 115.435 130.872 112.331ZM137.079 112.331C137.079 110.62 136.383 109.633 135.252 109.633C134.121 109.633 133.424 110.62 133.424 112.331C133.424 114.043 134.121 115.116 135.252 115.116C136.383 115.116 137.079 114.043 137.079 112.331H137.079Z" fill="#1E88E5"/>
</g> </g>
<defs> <defs>
<clipPath id="clip0_3:386"> <linearGradient id="paint0_linear_2_377" x1="-nan" y1="-nan" x2="-nan" y2="-nan" gradientUnits="userSpaceOnUse">
<stop stop-color="#0059AB"/>
<stop offset="1" stop-color="#0082FF"/>
</linearGradient>
<linearGradient id="paint1_linear_2_377" x1="-nan" y1="-nan" x2="-nan" y2="-nan" gradientUnits="userSpaceOnUse">
<stop stop-color="#0059AB"/>
<stop offset="1" stop-color="#0082FF"/>
</linearGradient>
<linearGradient id="paint2_linear_2_377" x1="-nan" y1="-nan" x2="-nan" y2="-nan" gradientUnits="userSpaceOnUse">
<stop stop-color="#0059AB"/>
<stop offset="1" stop-color="#0082FF"/>
</linearGradient>
<linearGradient id="paint3_linear_2_377" x1="914.18" y1="212.99" x2="1178.16" y2="212.99" gradientUnits="userSpaceOnUse">
<stop stop-color="#0059AB"/>
<stop offset="1" stop-color="#0082FF"/>
</linearGradient>
<linearGradient id="paint4_linear_2_377" x1="655.541" y1="-747.352" x2="655.541" y2="-1011.33" gradientUnits="userSpaceOnUse">
<stop stop-color="#0059AB"/>
<stop offset="1" stop-color="#0082FF"/>
</linearGradient>
<clipPath id="clip0_2_377">
<rect width="60.4759" height="32.5564" fill="white" transform="translate(210 80)"/>
</clipPath>
<clipPath id="clip1_2_377">
<rect width="212" height="212" fill="white"/> <rect width="212" height="212" fill="white"/>
</clipPath> </clipPath>
</defs> </defs>

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,40 +1,70 @@
<svg width="212" height="212" viewBox="0 0 212 212" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="273" height="212" viewBox="0 0 273 212" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_3:420)"> <g clip-path="url(#clip0_2_423)">
<g style="mix-blend-mode:multiply" opacity="0.4"> <g style="mix-blend-mode:multiply" opacity="0.4">
<path d="M167.174 168.787C200.515 135.445 200.515 81.3883 167.174 48.047C133.832 14.7057 79.7753 14.7057 46.434 48.047C13.0927 81.3883 13.0927 135.445 46.434 168.787C79.7753 202.128 133.832 202.128 167.174 168.787Z" fill="#666666"/> <path d="M167.174 168.787C200.515 135.445 200.515 81.3883 167.174 48.047C133.832 14.7057 79.7754 14.7057 46.4341 48.047C13.0928 81.3883 13.0928 135.445 46.4341 168.787C79.7754 202.128 133.832 202.128 167.174 168.787Z" fill="#666666"/>
</g> </g>
<path d="M180.384 31.6163C179.238 30.4708 178.073 29.3573 176.889 28.2756" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M180.384 31.6164C179.238 30.4709 178.073 29.3573 176.889 28.2757" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M169.483 22.1049C150.9 8.03997 128.173 0.543671 104.868 0.792628C81.5639 1.04158 59.0018 9.0217 40.7234 23.4804C22.4449 37.9392 9.48481 58.058 3.87732 80.679C-1.73018 103.3 0.332353 127.143 9.74119 148.465C19.15 169.787 35.3725 187.381 55.8624 198.486C76.3523 209.591 99.9496 213.579 122.951 209.822C145.952 206.065 167.054 194.777 182.946 177.73C198.838 160.683 208.619 138.841 210.755 115.634" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11.97 11.97"/> <path d="M169.483 22.1049C150.9 8.03997 128.173 0.543671 104.868 0.792628C81.564 1.04158 59.0019 9.0217 40.7235 23.4804C22.445 37.9392 9.48491 58.058 3.87741 80.679C-1.73009 103.3 0.332445 127.143 9.74128 148.465C19.1501 169.787 35.3726 187.381 55.8625 198.486C76.3524 209.591 99.9497 213.579 122.951 209.822C145.952 206.065 167.054 194.777 182.946 177.73C198.838 160.683 208.619 138.841 210.755 115.634" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="11.97 11.97"/>
<path d="M211.084 110.83C211.157 109.221 211.194 107.611 211.194 106" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M211.084 110.83C211.158 109.221 211.194 107.611 211.194 106" stroke="#004A90" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M164.757 166.37C198.098 133.028 198.098 78.9715 164.757 45.6302C131.415 12.2889 77.3585 12.2889 44.0172 45.6302C10.6759 78.9715 10.6759 133.028 44.0172 166.37C77.3585 199.711 131.415 199.711 164.757 166.37Z" fill="white"/> <path d="M164.757 166.37C198.098 133.029 198.098 78.9716 164.757 45.6303C131.416 12.289 77.3587 12.289 44.0173 45.6303C10.676 78.9716 10.676 133.029 44.0173 166.37C77.3587 199.711 131.416 199.711 164.757 166.37Z" fill="white"/>
<path d="M195.652 57.0492C206.685 46.016 206.685 28.1276 195.652 17.0944C184.619 6.06113 166.731 6.06113 155.697 17.0944C144.664 28.1276 144.664 46.016 155.697 57.0492C166.731 68.0824 184.619 68.0824 195.652 57.0492Z" fill="#004A90"/> <path d="M195.652 57.0491C206.686 46.0159 206.686 28.1275 195.652 17.0943C184.619 6.06107 166.731 6.06107 155.698 17.0943C144.664 28.1275 144.664 46.0159 155.698 57.0491C166.731 68.0824 184.619 68.0824 195.652 57.0491Z" fill="#004A90"/>
<path d="M166.058 35.7088C166.058 30.5732 167.725 27.7434 170.673 27.7434C173.622 27.7434 175.289 30.5756 175.289 35.7088C175.289 40.8444 173.622 43.7757 170.673 43.7757C167.725 43.7757 166.058 40.8444 166.058 35.7088ZM174.202 35.7088C174.202 30.9964 172.815 28.6717 170.673 28.6717C168.533 28.6717 167.145 30.9964 167.145 35.7088C167.145 40.4212 168.533 42.8474 170.673 42.8474C172.815 42.8474 174.202 40.4212 174.202 35.7088Z" fill="white"/> <path d="M166.058 35.7088C166.058 30.5731 167.726 27.7433 170.673 27.7433C173.622 27.7433 175.289 30.5755 175.289 35.7088C175.289 40.8444 173.622 43.7756 170.673 43.7756C167.726 43.7756 166.058 40.8444 166.058 35.7088ZM174.202 35.7088C174.202 30.9964 172.815 28.6717 170.673 28.6717C168.533 28.6717 167.145 30.9964 167.145 35.7088C167.145 40.4211 168.533 42.8473 170.673 42.8473C172.815 42.8473 174.202 40.4211 174.202 35.7088Z" fill="white"/>
<path d="M177.528 41.6004L178.151 40.8609C178.671 41.4876 179.324 41.99 180.064 42.3312C180.803 42.6725 181.609 42.844 182.424 42.8332C182.89 42.8694 183.359 42.8076 183.8 42.652C184.241 42.4964 184.645 42.2503 184.985 41.9294C185.326 41.6086 185.595 41.2202 185.777 40.7891C185.958 40.358 186.048 39.8937 186.039 39.426C186.039 37.3089 184.5 35.8488 180.655 35.8488V34.9064C184.217 34.9064 185.469 33.403 185.469 31.5566C185.469 29.8117 184.238 28.6764 182.351 28.6764C181.678 28.7009 181.016 28.8637 180.409 29.1547C179.801 29.4457 179.259 29.8586 178.818 30.3679L178.175 29.6378C178.711 29.056 179.359 28.5883 180.08 28.2628C180.801 27.9373 181.58 27.7606 182.371 27.7434C184.753 27.7434 186.58 29.1162 186.58 31.4818C186.587 32.355 186.301 33.2052 185.767 33.8963C185.233 34.5873 184.483 35.0793 183.637 35.2934V35.3894C184.605 35.5329 185.49 36.0165 186.134 36.7534C186.778 37.4903 187.138 38.4325 187.151 39.411C187.151 42.0937 185.092 43.7757 182.424 43.7757C181.498 43.793 180.58 43.6072 179.734 43.2314C178.888 42.8555 178.135 42.2988 177.528 41.6004Z" fill="white"/> <path d="M177.528 41.6004L178.151 40.8609C178.671 41.4875 179.325 41.9899 180.064 42.3312C180.803 42.6725 181.609 42.844 182.424 42.8331C182.89 42.8693 183.359 42.8076 183.8 42.6519C184.241 42.4963 184.645 42.2502 184.985 41.9294C185.326 41.6086 185.595 41.2202 185.777 40.789C185.958 40.3579 186.048 39.8936 186.039 39.4259C186.039 37.3089 184.5 35.8488 180.655 35.8488V34.9063C184.217 34.9063 185.469 33.4029 185.469 31.5565C185.469 29.8116 184.239 28.6764 182.351 28.6764C181.678 28.7009 181.017 28.8637 180.409 29.1546C179.801 29.4456 179.26 29.8586 178.818 30.3678L178.175 29.6377C178.711 29.0559 179.359 28.5882 180.08 28.2627C180.801 27.9372 181.58 27.7606 182.371 27.7433C184.753 27.7433 186.581 29.1161 186.581 31.4818C186.587 32.3549 186.301 33.2051 185.767 33.8962C185.234 34.5873 184.483 35.0792 183.637 35.2934V35.3893C184.605 35.5329 185.49 36.0164 186.134 36.7533C186.778 37.4903 187.139 38.4324 187.151 39.411C187.151 42.0937 185.092 43.7757 182.424 43.7757C181.498 43.793 180.58 43.6071 179.734 43.2313C178.889 42.8555 178.135 42.2988 177.528 41.6004Z" fill="white"/>
<path d="M62.3872 90.2605H65.4042L68.2757 99.6884H65.6363L64.5624 95.105C64.3303 94.2058 64.0983 93.0596 63.8662 92.1171H63.808C63.605 93.0737 63.3729 94.2058 63.1408 95.105L62.0678 99.6884H59.5149L62.3872 90.2605ZM61.5745 95.7572H66.187V97.687H61.5745V95.7572Z" fill="#1E88E5"/> <path d="M62.3873 90.2605H65.4043L68.2758 99.6884H65.6364L64.5626 95.105C64.3305 94.2058 64.0984 93.0596 63.8663 92.1171H63.8081C63.6051 93.0737 63.3731 94.2058 63.141 95.105L62.0679 99.6884H59.515L62.3873 90.2605ZM61.5746 95.7572H66.1871V97.687H61.5746V95.7572Z" fill="#1E88E5"/>
<path d="M69.5093 90.2605H72.0621L74.1508 94.4662L75.0501 96.584H75.1083C74.9377 95.3917 74.831 94.191 74.7889 92.9872V90.2605H77.1679V99.6884H74.615L72.5263 95.4677L71.6271 93.3641H71.5688C71.7364 94.557 71.8431 95.7578 71.8883 96.9617V99.6884H69.5093V90.2605Z" fill="#1E88E5"/> <path d="M69.5094 90.2605H72.0622L74.1509 94.4662L75.0501 96.584H75.1084C74.9377 95.3917 74.8311 94.191 74.789 92.9872V90.2605H77.168V99.6884H74.6151L72.5264 95.4677L71.6272 93.3641H71.5689C71.7365 94.557 71.8431 95.7578 71.8883 96.9617V99.6884H69.5094V90.2605Z" fill="#1E88E5"/>
<path d="M81.2729 90.2605H84.2899L87.1614 99.6884H84.522L83.4481 95.105C83.2161 94.2058 82.984 93.0596 82.7519 92.1171H82.6937C82.4907 93.0737 82.2587 94.2058 82.0266 95.105L80.9535 99.6884H78.4006L81.2729 90.2605ZM80.4602 95.7572H85.0727V97.687H80.4602V95.7572Z" fill="#1E88E5"/> <path d="M81.273 90.2605H84.29L87.1615 99.6884H84.5221L83.4482 95.105C83.2162 94.2058 82.9841 93.0596 82.752 92.1171H82.6938C82.4908 93.0737 82.2588 94.2058 82.0267 95.105L80.9536 99.6884H78.4007L81.273 90.2605ZM80.4603 95.7572H85.0728V97.687H80.4603V95.7572Z" fill="#1E88E5"/>
<path d="M88.394 90.2605H90.8895V97.5997H94.4572V99.6884H88.394V90.2605Z" fill="#1E88E5"/> <path d="M88.3943 90.2605H90.8897V97.5997H94.4574V99.6884H88.3943V90.2605Z" fill="#1E88E5"/>
<path d="M96.3579 90.2605H98.8533V99.6884H96.3579V90.2605Z" fill="#1E88E5"/> <path d="M96.3581 90.2605H98.8535V99.6884H96.3581V90.2605Z" fill="#1E88E5"/>
<path d="M100.367 98.1795L104.226 92.3492H100.745V90.2605H107.3V91.7686L103.442 97.5997H107.329V99.6884H100.367L100.367 98.1795Z" fill="#1E88E5"/> <path d="M100.367 98.1795L104.226 92.3492H100.745V90.2605H107.3V91.7686L103.442 97.5997H107.329V99.6884H100.367L100.367 98.1795Z" fill="#1E88E5"/>
<path d="M108.85 90.2605H111.346V99.6884H108.85V90.2605Z" fill="#1E88E5"/> <path d="M108.85 90.2605H111.346V99.6884H108.85V90.2605Z" fill="#1E88E5"/>
<path d="M113.507 90.2605H117.074C119.106 90.2605 120.846 90.9567 120.846 93.3066C120.846 95.5834 119.106 96.5266 117.074 96.5266H116.001V99.6884H113.507L113.507 90.2605ZM116.9 94.5536C117.887 94.5536 118.409 94.1185 118.409 93.3066C118.409 92.494 117.887 92.2328 116.9 92.2328H116.001V94.5536L116.9 94.5536ZM116.625 95.8737L118.308 94.22L121.368 99.6884H118.583L116.625 95.8737Z" fill="#1E88E5"/> <path d="M113.507 90.2605H117.074C119.106 90.2605 120.846 90.9567 120.846 93.3066C120.846 95.5834 119.106 96.5266 117.074 96.5266H116.001V99.6884H113.507L113.507 90.2605ZM116.901 94.5536C117.887 94.5536 118.409 94.1185 118.409 93.3066C118.409 92.494 117.887 92.2328 116.901 92.2328H116.001V94.5536L116.901 94.5536ZM116.625 95.8737L118.308 94.22L121.368 99.6884H118.583L116.625 95.8737Z" fill="#1E88E5"/>
<path d="M125.174 90.2605H128.191L131.063 99.6884H128.423L127.349 95.105C127.117 94.2058 126.885 93.0596 126.653 92.1171H126.595C126.392 93.0737 126.16 94.2058 125.928 95.105L124.855 99.6884H122.302L125.174 90.2605ZM124.362 95.7572H128.974V97.687H124.362L124.362 95.7572Z" fill="#1E88E5"/> <path d="M125.174 90.2605H128.191L131.063 99.6884H128.423L127.35 95.105C127.118 94.2058 126.885 93.0596 126.653 92.1171H126.595C126.392 93.0737 126.16 94.2058 125.928 95.105L124.855 99.6884H122.302L125.174 90.2605ZM124.362 95.7572H128.974V97.687H124.362L124.362 95.7572Z" fill="#1E88E5"/>
<path d="M131.646 98.078L133.328 96.8161C133.427 97.0596 133.589 97.2719 133.799 97.4303C134.008 97.5886 134.257 97.6872 134.518 97.7153C135.185 97.7153 135.563 97.3967 135.563 96.2072V90.2605H138.057V96.4102C138.057 98.2959 137.042 99.8623 134.866 99.8623C134.214 99.9102 133.562 99.7669 132.991 99.45C132.419 99.1331 131.952 98.6563 131.646 98.078Z" fill="#1E88E5"/> <path d="M131.647 98.078L133.329 96.8161C133.427 97.0596 133.589 97.2719 133.799 97.4303C134.008 97.5886 134.257 97.6872 134.518 97.7153C135.185 97.7153 135.563 97.3967 135.563 96.2072V90.2605H138.057V96.4102C138.057 98.2959 137.042 99.8623 134.867 99.8623C134.215 99.9102 133.563 99.7669 132.991 99.45C132.419 99.1331 131.952 98.6563 131.647 98.078Z" fill="#1E88E5"/>
<path d="M142.081 92.3492H139.587V90.2605H147.071V92.3492H144.576V99.6884H142.081L142.081 92.3492Z" fill="#1E88E5"/> <path d="M142.081 92.3493H139.587V90.2606H147.071V92.3493H144.576V99.6885H142.081L142.081 92.3493Z" fill="#1E88E5"/>
<path d="M148.651 90.2605H154.743V92.3493H151.146V93.8283H154.221V95.917H151.146V97.5997H154.888V99.6884H148.651L148.651 90.2605Z" fill="#1E88E5"/> <path d="M148.651 90.2605H154.743V92.3493H151.146V93.8283H154.221V95.917H151.146V97.5997H154.888V99.6884H148.651L148.651 90.2605Z" fill="#1E88E5"/>
<path d="M71.6443 107.661H75.2128C77.2433 107.661 78.9843 108.357 78.9843 110.707C78.9843 112.984 77.2433 113.927 75.2128 113.927H74.1397V117.089H71.6443V107.661ZM75.0389 111.954C76.0247 111.954 76.547 111.519 76.547 110.707C76.547 109.894 76.0247 109.633 75.0389 109.633H74.1397V111.954L75.0389 111.954ZM74.7628 113.274L76.4456 111.62L79.5058 117.089H76.7209L74.7628 113.274Z" fill="#1E88E5"/> <path d="M71.6445 107.661H75.213C77.2435 107.661 78.9844 108.357 78.9844 110.707C78.9844 112.984 77.2435 113.927 75.213 113.927H74.1399V117.089H71.6445V107.661ZM75.0391 111.954C76.0249 111.954 76.5472 111.519 76.5472 110.707C76.5472 109.894 76.0249 109.633 75.0391 109.633H74.1399V111.954L75.0391 111.954ZM74.763 113.274L76.4457 111.62L79.506 117.089H76.7211L74.763 113.274Z" fill="#1E88E5"/>
<path d="M81.0361 107.661H87.1284V109.75H83.5316V111.229H86.606V113.317H83.5316V115H87.2731V117.089H81.0361V107.661Z" fill="#1E88E5"/> <path d="M81.0362 107.661H87.1284V109.75H83.5316V111.229H86.606V113.317H83.5316V115H87.2732V117.089H81.0362V107.661Z" fill="#1E88E5"/>
<path d="M88.9431 115.58L92.8019 109.75H89.3207V107.661H95.8763V109.169L92.0183 115H95.9055V117.089H88.9431L88.9431 115.58Z" fill="#1E88E5"/> <path d="M88.9434 115.58L92.8021 109.75H89.3209V107.661H95.8766V109.169L92.0186 115H95.9057V117.089H88.9433L88.9434 115.58Z" fill="#1E88E5"/>
<path d="M97.3538 112.535V107.661H99.8484V112.824C99.8484 114.507 100.283 115.116 101.27 115.116C102.257 115.116 102.721 114.507 102.721 112.824V107.661H105.129V112.535C105.129 115.755 103.91 117.263 101.27 117.263C98.6306 117.263 97.3538 115.755 97.3538 112.535Z" fill="#1E88E5"/> <path d="M97.354 112.535V107.661H99.8487V112.824C99.8487 114.507 100.284 115.116 101.27 115.116C102.257 115.116 102.721 114.507 102.721 112.824V107.661H105.129V112.535C105.129 115.755 103.91 117.263 101.27 117.263C98.6309 117.263 97.354 115.755 97.354 112.535Z" fill="#1E88E5"/>
<path d="M107.251 107.661H109.747V115H113.315V117.089H107.251V107.661Z" fill="#1E88E5"/> <path d="M107.252 107.661H109.747V115H113.315V117.089H107.252V107.661Z" fill="#1E88E5"/>
<path d="M115.951 109.75H113.456V107.661H120.941V109.75H118.446V117.089H115.951V109.75Z" fill="#1E88E5"/> <path d="M115.952 109.75H113.456V107.661H120.941V109.75H118.446V117.089H115.952V109.75Z" fill="#1E88E5"/>
<path d="M123.281 107.661H126.298L129.17 117.089H126.53L125.457 112.505C125.225 111.606 124.992 110.46 124.76 109.518H124.702C124.499 110.474 124.267 111.606 124.035 112.505L122.962 117.089H120.409L123.281 107.661ZM122.469 113.158H127.081V115.087H122.469L122.469 113.158Z" fill="#1E88E5"/> <path d="M123.281 107.661H126.299L129.17 117.089H126.531L125.457 112.505C125.225 111.606 124.993 110.46 124.761 109.518H124.702C124.499 110.474 124.267 111.606 124.035 112.505L122.962 117.089H120.409L123.281 107.661ZM122.469 113.158H127.081V115.087H122.469L122.469 113.158Z" fill="#1E88E5"/>
<path d="M131.141 109.75H128.646V107.661H136.131V109.75H133.635V117.089H131.141V109.75Z" fill="#1E88E5"/> <path d="M131.141 109.75H128.646V107.661H136.131V109.75H133.635V117.089H131.141V109.75Z" fill="#1E88E5"/>
<path d="M137.71 107.661H143.803V109.75H140.205V111.229H143.28V113.317H140.205V115H143.947V117.089H137.71L137.71 107.661Z" fill="#1E88E5"/> <path d="M137.71 107.661H143.803V109.75H140.205V111.229H143.28V113.317H140.205V115H143.948V117.089H137.711L137.71 107.661Z" fill="#1E88E5"/>
</g>
<g clip-path="url(#clip1_2_423)">
<path d="M213 106.278H219" stroke="url(#paint0_linear_2_423)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M229.399 106.278H244.998" stroke="url(#paint1_linear_2_423)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="10.4 10.4"/>
<path d="M250.198 106.278H256.198" stroke="url(#paint2_linear_2_423)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M271.476 106.278L256.198 91" stroke="url(#paint3_linear_2_423)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M271.476 106.278L256.198 121.556" stroke="url(#paint4_linear_2_423)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</g> </g>
<defs> <defs>
<clipPath id="clip0_3:420"> <linearGradient id="paint0_linear_2_423" x1="-nan" y1="-nan" x2="-nan" y2="-nan" gradientUnits="userSpaceOnUse">
<stop stop-color="#0059AB"/>
<stop offset="1" stop-color="#0082FF"/>
</linearGradient>
<linearGradient id="paint1_linear_2_423" x1="-nan" y1="-nan" x2="-nan" y2="-nan" gradientUnits="userSpaceOnUse">
<stop stop-color="#0059AB"/>
<stop offset="1" stop-color="#0082FF"/>
</linearGradient>
<linearGradient id="paint2_linear_2_423" x1="-nan" y1="-nan" x2="-nan" y2="-nan" gradientUnits="userSpaceOnUse">
<stop stop-color="#0059AB"/>
<stop offset="1" stop-color="#0082FF"/>
</linearGradient>
<linearGradient id="paint3_linear_2_423" x1="916.18" y1="222.99" x2="1180.16" y2="222.99" gradientUnits="userSpaceOnUse">
<stop stop-color="#0059AB"/>
<stop offset="1" stop-color="#0082FF"/>
</linearGradient>
<linearGradient id="paint4_linear_2_423" x1="657.541" y1="-737.352" x2="657.541" y2="-1001.33" gradientUnits="userSpaceOnUse">
<stop stop-color="#0059AB"/>
<stop offset="1" stop-color="#0082FF"/>
</linearGradient>
<clipPath id="clip0_2_423">
<rect width="212" height="212" fill="white"/> <rect width="212" height="212" fill="white"/>
</clipPath> </clipPath>
<clipPath id="clip1_2_423">
<rect width="60.4759" height="32.5564" fill="white" transform="translate(212 90)"/>
</clipPath>
</defs> </defs>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -35,7 +35,7 @@
{% if language.id == 'sl' %} {% if language.id == 'sl' %}
ZMOGLJIVO, HITRO IN ENOSTAVNO ORODJE ZA ANKETIRANJE ZMOGLJIVO, HITRO IN ENOSTAVNO ORODJE ZA ANKETIRANJE
{% else %} {% else %}
POWERFUL, FAST AND INTUITIVE WEB SURVEZ SOFTWARE POWERFUL, FAST AND INTUITIVE WEB SURVEY SOFTWARE
{% endif %} {% endif %}
</p> </p>
<div class="buttons-row"> <div class="buttons-row">
@ -284,17 +284,17 @@
<div class="stolpec"> <div class="stolpec">
<div class="slika"> <div class="slika">
<div class="postavitev"></div> <div class="postavitev"></div>
<img src="/tema1ka/svg/steps-01.svg" loading="lazy"> <img src="/tema1ka/svg/steps-01-{{language.id}}.svg" loading="lazy">
<div class="centered_text"> {# <div class="centered_text">
{% if language.id == 'sl' %} {% if language.id == 'sl' %}
USTVARI VPRAŠALNIK USTVARI VPRAŠALNIK
{% else %} {% else %}
CREATE THE SURVEY CREATE THE SURVEY
{% endif %} {% endif %}
</div> </div> #}
<div class="postavitev"> {# <div class="postavitev">
<img src="/tema1ka/svg/puscica-desno.svg" loading="lazy"> <img src="/tema1ka/svg/puscica-desno.svg" loading="lazy">
</div> </div> #}
</div> </div>
<p> <p>
{% if language.id == 'sl' %} {% if language.id == 'sl' %}
@ -309,17 +309,17 @@
<div class="stolpec"> <div class="stolpec">
<div class="slika"> <div class="slika">
<div class="postavitev"></div> <div class="postavitev"></div>
<img src="/tema1ka/svg/steps-02.svg" loading="lazy"> <img src="/tema1ka/svg/steps-02-{{language.id}}.svg" loading="lazy">
<div class="centered_text"> {# <div class="centered_text">
{% if language.id == 'sl' %} {% if language.id == 'sl' %}
OBJAVITE POVEZAVO OBJAVITE POVEZAVO
{% else %} {% else %}
SHARE THE SURVEY LINK SHARE THE SURVEY LINK
{% endif %} {% endif %}
</div> </div> #}
<div class="postavitev"> {# <div class="postavitev">
<img src="/tema1ka/svg/puscica-desno.svg" loading="lazy" class="image"> <img src="/tema1ka/svg/puscica-desno.svg" loading="lazy" class="image">
</div> </div> #}
</div> </div>
<p> <p>
@ -334,17 +334,17 @@
<div class="stolpec"> <div class="stolpec">
<div class="slika"> <div class="slika">
<div class="postavitev"></div> <div class="postavitev"></div>
<img src="/tema1ka/svg/steps-03.svg" loading="lazy"> <img src="/tema1ka/svg/steps-03-{{language.id}}.svg" loading="lazy">
<div class="centered_text"> {# <div class="centered_text">
{% if language.id == 'sl' %} {% if language.id == 'sl' %}
ANALIZIRAJTE REZULTATE ANALIZIRAJTE REZULTATE
{% else %} {% else %}
ANALYSE THE RESULTS ANALYSE THE RESULTS
{% endif %} {% endif %}
</div> </div> #}
<div class="postavitev"> {# <div class="postavitev">
<img src="/tema1ka/svg/puscica-desno.svg" loading="lazy" > <img src="/tema1ka/svg/puscica-desno.svg" loading="lazy" >
</div> </div> #}
</div> </div>
<p> <p>
@ -537,7 +537,7 @@
<div class="test-padding"> <div class="test-padding">
<p> <p>
{% if language.id == 'sl' %} {% if language.id == 'sl' %}
S spletno anketo 1KA, smo v našem zavodu občutno povečali delež vrnjenih anket v primerjavi s preteklim anketiranjem. S spletno anketo 1KA smo v našem zavodu občutno povečali delež vrnjenih anket v primerjavi s preteklim anketiranjem.
{% else %} {% else %}
With the 1KA online survey, we have significantly increased the return rate in our institution compared to previous surveys. With the 1KA online survey, we have significantly increased the return rate in our institution compared to previous surveys.
{% endif %} {% endif %}
@ -619,7 +619,7 @@
<h3 class="heading-2">NEWS</h3> <h3 class="heading-2">NEWS</h3>
<p class="mh2">Comitted to providing the best possible experience, news about our product are shared frequently.</p> <p class="mh2">Comitted to providing the best possible experience, news about our product are shared frequently.</p>
<div class="buttons-row buttons-center"> <div class="buttons-row buttons-center">
<a href="/d/sl/novice" class="button shrink secondary-button w-inline-block"> <a href="/d/en/novice" class="button shrink secondary-button w-inline-block">
<div class="button-label">Read more</div><img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow"> <div class="button-label">Read more</div><img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow">
<div class="button-flyin" style="transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; display: block;"></div> <div class="button-flyin" style="transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; display: block;"></div>
</a> </a>
@ -640,7 +640,7 @@
<h3 class="heading-2">O 1KA</h3> <h3 class="heading-2">O 1KA</h3>
<p class="mh2">1KA je aplikacija, ki omogoča enostavno in dostopno spletno anketiranje.</p> <p class="mh2">1KA je aplikacija, ki omogoča enostavno in dostopno spletno anketiranje.</p>
<div class="buttons-row buttons-center"> <div class="buttons-row buttons-center">
<a href="https://www.1ka.si/d/sl/o-1ka/nacini-uporabe-storitve-1ka/1ka-mobilna-aplikacija" class="button shrink secondary-button w-inline-block"> <a href="/d/sl/o-1ka/splosen-opis" class="button shrink secondary-button w-inline-block">
<div class="button-label">Preberi več</div><img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow"> <div class="button-label">Preberi več</div><img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow">
<div class="button-flyin" style="transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; display: block;"></div> <div class="button-flyin" style="transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; display: block;"></div>
</a> </a>
@ -649,7 +649,7 @@
<h3 class="heading-2">ABOUT 1KA</h3> <h3 class="heading-2">ABOUT 1KA</h3>
<p class="mh2">1KA is a web survey software that makes survey creation easy and accessible.</p> <p class="mh2">1KA is a web survey software that makes survey creation easy and accessible.</p>
<div class="buttons-row buttons-center"> <div class="buttons-row buttons-center">
<a href="https://www.1ka.si/d/sl/o-1ka/nacini-uporabe-storitve-1ka/1ka-mobilna-aplikacija" class="button shrink secondary-button w-inline-block"> <a href="/d/en/about/general-description" class="button shrink secondary-button w-inline-block">
<div class="button-label">Read more</div><img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow"> <div class="button-label">Read more</div><img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow">
<div class="button-flyin" style="transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; display: block;"></div> <div class="button-flyin" style="transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; display: block;"></div>
</a> </a>
@ -669,7 +669,7 @@
<h3 class="heading-2">1KA PODPORA</h3> <h3 class="heading-2">1KA PODPORA</h3>
<p class="mh2">Ste ob izdelavi ankete naleteli na težavo? Kontaktirajte našo podporo uporabnikov.</p> <p class="mh2">Ste ob izdelavi ankete naleteli na težavo? Kontaktirajte našo podporo uporabnikov.</p>
<div class="buttons-row buttons-center"> <div class="buttons-row buttons-center">
<a href="https://www.1ka.si/d/sl/pomoc/video-vodici" class="button shrink secondary-button w-inline-block"> <a href="/d/sl/pomoc/video-vodici" class="button shrink secondary-button w-inline-block">
<div class="button-label">Preberi več</div><img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow" style="transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;"> <div class="button-label">Preberi več</div><img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow" style="transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;">
<div class="button-flyin" style="transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; display: block;"></div> <div class="button-flyin" style="transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; display: block;"></div>
</a> </a>
@ -678,7 +678,7 @@
<h3 class="heading-2">1KA SUPPORT</h3> <h3 class="heading-2">1KA SUPPORT</h3>
<p class="mh2">Encountered a problem while creating your survey? Contact our customer support.</p> <p class="mh2">Encountered a problem while creating your survey? Contact our customer support.</p>
<div class="buttons-row buttons-center"> <div class="buttons-row buttons-center">
<a href=" https://www.1ka.si/d/en/help/video-guides" class="button shrink secondary-button w-inline-block"> <a href="/d/en/help/video-guides" class="button shrink secondary-button w-inline-block">
<div class="button-label">Read more</div><img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow" style="transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;"> <div class="button-label">Read more</div><img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow" style="transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;">
<div class="button-flyin" style="transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; display: block;"></div> <div class="button-flyin" style="transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; display: block;"></div>
</a> </a>
@ -699,7 +699,7 @@
<h3 class="heading-2">KAKO DELUJE?</h3> <h3 class="heading-2">KAKO DELUJE?</h3>
<p class="mh2">Vsem uporabnikom so na voljo priročniki, video vodiči in odgovori na pogosta vprašanja.</p> <p class="mh2">Vsem uporabnikom so na voljo priročniki, video vodiči in odgovori na pogosta vprašanja.</p>
<div class="buttons-row buttons-center"> <div class="buttons-row buttons-center">
<a href="#" class="button shrink secondary-button w-inline-block"> <a href="/d/sl/pomoc" class="button shrink secondary-button w-inline-block">
<div class="button-label">Preberi več</div><img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow" style="transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;"> <div class="button-label">Preberi več</div><img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow" style="transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;">
<div class="button-flyin" style="transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; display: block;"></div> <div class="button-flyin" style="transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; display: block;"></div>
</a> </a>
@ -708,7 +708,7 @@
<h3 class="heading-2">HOW DOES IT WORK?</h3> <h3 class="heading-2">HOW DOES IT WORK?</h3>
<p class="mh2">Manuals, video guides and answers to frequently asked questions are available to all users.</p> <p class="mh2">Manuals, video guides and answers to frequently asked questions are available to all users.</p>
<div class="buttons-row buttons-center"> <div class="buttons-row buttons-center">
<a href="#" class="button shrink secondary-button w-inline-block"> <a href="/d/en/help" class="button shrink secondary-button w-inline-block">
<div class="button-label">Read more</div><img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow" style="transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;"> <div class="button-label">Read more</div><img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow" style="transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;">
<div class="button-flyin" style="transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; display: block;"></div> <div class="button-flyin" style="transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; display: block;"></div>
</a> </a>

View File

@ -114,7 +114,7 @@
<img class="fotter-ico lazyload" src="/tema1ka/svg/icon-twetter.svg" /> <img class="fotter-ico lazyload" src="/tema1ka/svg/icon-twetter.svg" />
</a> </a>
<a href="https://www.facebook.com/1KA-123545614388521/" target="_blank" class="link-block-2 w-inline-block"> <a href="https://www.facebook.com/1KA-123545614388521/" target="_blank" class="link-block-2 w-inline-block">
<img class="fotter-ico lazyload" src="/tema1ka/svg/icon-facebook.svg" /> <img class="fotter-ico fdv lazyload" src="/tema1ka/svg/icon-facebook.svg" />
</a> </a>
</div> </div>
</div> </div>