first commit
@@ -0,0 +1,291 @@
|
||||
/* .main-sliders.dots-style.theme1::before{
|
||||
content: "";
|
||||
width: 100%;
|
||||
height: 55%;
|
||||
position: absolute;
|
||||
left: 500px;
|
||||
top: -100px;
|
||||
background: url(../img/bg-wave.svg) top right no-repeat;
|
||||
background-size: 100% auto;
|
||||
z-index: 0;
|
||||
opacity: 0.2;
|
||||
transform: rotate(
|
||||
182deg
|
||||
);
|
||||
} */
|
||||
|
||||
|
||||
/* new-css */
|
||||
|
||||
.configuration-block .form-check-input:checked,
|
||||
.configuration-block .form-check-input:checked[type=radio],
|
||||
.configuration-block .form-check-input:checked[type=checkbox] {
|
||||
background: url("../img/icon/Check-icon.svg"), #302c7c;
|
||||
border: 1px solid #302c7c;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.configuration-block input[type=radio]:checked+label,
|
||||
.configuration-block input[type=checkbox]:checked+label {
|
||||
color: #302c7c;
|
||||
transition: all .2s linear;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.configuration-block input[type=radio]:checked+.whish-list-price {
|
||||
background-color: #302c7c;
|
||||
transition: all .2s linear;
|
||||
font-weight: 600;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.configuration-block,
|
||||
.silver-fam-processer,
|
||||
.gold-fam-processer {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.order-summary-wrapper .sticky-top {
|
||||
top: 100px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
||||
/* products-page-1 */
|
||||
|
||||
.product-banner .btn {
|
||||
background: #e3e6eb;
|
||||
/* color: black; */
|
||||
width: 250px;
|
||||
height: 50px;
|
||||
/* border-radius: 15px; */
|
||||
/* font-weight: 600; */
|
||||
}
|
||||
|
||||
.border-radius-custom {
|
||||
border-radius: 10px !important;
|
||||
}
|
||||
|
||||
.view-all-spec .modal-dialog {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
||||
/* config-search */
|
||||
|
||||
.has-search .form-control {
|
||||
padding-left: 50px;
|
||||
}
|
||||
|
||||
.has-search .form-control-feedback {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
left: 20px;
|
||||
top: 2px;
|
||||
line-height: 2.75rem;
|
||||
color: rgb(105, 164, 253);
|
||||
}
|
||||
|
||||
.config-heading {
|
||||
background-color: #47498e;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.config-quantity-btn .form-select {
|
||||
background-color: #f4f4f4;
|
||||
height: 40px;
|
||||
width: 100px;
|
||||
border-radius: 10px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.summary-head {
|
||||
background-color: #606297;
|
||||
border-radius: 20px 20px 0px 0px
|
||||
}
|
||||
|
||||
.your-order-area {
|
||||
border-radius: 0px 0px 20px 20px !important;
|
||||
}
|
||||
|
||||
.your-order-area .your-order-wrap,
|
||||
.your-order-area .your-order-wrap-empty {
|
||||
padding: 1rem 1rem !important;
|
||||
border-bottom-right-radius: 20px;
|
||||
border-bottom-left-radius: 20px;
|
||||
}
|
||||
|
||||
.order-bg h5 {
|
||||
background-color: #e7e9f4;
|
||||
border-radius: 10px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.social-network .footer-content {
|
||||
font-family: 'popins' !important;
|
||||
}
|
||||
|
||||
.your-order-total {
|
||||
background-color: #c8ccd6;
|
||||
border-radius: 10px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#pills-home {
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
.accordion-button:after {
|
||||
background-image: url("../img/caret-down-fill.svg") !important;
|
||||
}
|
||||
|
||||
.form-select {
|
||||
background-image: url("../img/caret-down-fill.svg") !important;
|
||||
}
|
||||
|
||||
|
||||
/* select option:hover {
|
||||
background-color: #302c7c !important;
|
||||
} */
|
||||
|
||||
|
||||
/* .name-of-config b {
|
||||
font-weight: 600;
|
||||
} */
|
||||
|
||||
.confi-pricing span,
|
||||
.price-span {
|
||||
color: #3e3a85;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
/* .wish-list-price {
|
||||
border: 1px solid #3e3a85 !important;
|
||||
} */
|
||||
|
||||
.summary-list .summary-total-qty {
|
||||
width: 30px;
|
||||
max-width: 30px;
|
||||
flex-basis: 100%;
|
||||
font-weight: 600;
|
||||
font-size: 20px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.summary-list .summary-total-qty i {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.summary-list .summary-product-val {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.summary-list .order-price {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.config-price-span {
|
||||
color: #302C7C;
|
||||
background-color: #fff;
|
||||
font-weight: 600;
|
||||
border: 2px solid #302C7C;
|
||||
}
|
||||
|
||||
.config-price-span.active {
|
||||
color: #fff;
|
||||
background-color: #302C7C;
|
||||
border-color: #302C7C;
|
||||
}
|
||||
|
||||
.qty-progress-bars .progress-bar {
|
||||
width: 28px;
|
||||
height: 15px;
|
||||
background-color: #fff;
|
||||
margin: 0px 1px;
|
||||
}
|
||||
|
||||
.qty-progress-bars .progress-bar.active {
|
||||
background-color: #9b99ba;
|
||||
}
|
||||
|
||||
.qty-progress-bars .progress-bar:first-of-type {
|
||||
margin-left: 0;
|
||||
border-top-left-radius: 5px;
|
||||
border-bottom-left-radius: 5px;
|
||||
}
|
||||
|
||||
.qty-progress-bars .progress-bar:last-of-type {
|
||||
margin-right: 0;
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
|
||||
.config-price-span {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
color: #302C7C;
|
||||
background-color: #fff;
|
||||
/* font-weight: 600; */
|
||||
border: 2px solid #302C7C;
|
||||
}
|
||||
|
||||
.config-price-span .product-price {
|
||||
color: #302C7C;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.config-price-span.active .product-price {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#summary-currency-symbol,
|
||||
.summary-plus-sign {
|
||||
color: #302c7c;
|
||||
}
|
||||
|
||||
|
||||
/* select:focus>option:checked,
|
||||
select:focus>option:hover {
|
||||
box-shadow: 0 0 10px 100px #302C7C inset !important;
|
||||
background: #302c7c !important;
|
||||
color: white;
|
||||
} */
|
||||
|
||||
|
||||
/* option:focus,
|
||||
option:hover {
|
||||
box-shadow: 0 0 10px 100px #302C7C inset !important;
|
||||
background: #302c7c !important;
|
||||
color: white;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
/* .dropdown-menu>li>a:hover,
|
||||
.dropdown-menu>li>a:focus {
|
||||
text-decoration: none;
|
||||
color: #ffffff;
|
||||
background-color: #f3969a;
|
||||
} */
|
||||
|
||||
#selct-new:focus>option:focus,
|
||||
#selct-new:focus>option:active,
|
||||
#selct-new:focus>option:hover {
|
||||
box-shadow: 0 0 10px 100px #302C7C inset !important;
|
||||
background: #302c7c !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.qty-progress-bars .progress-bar.active {
|
||||
background-color: #9b99ba;
|
||||
transition: background-color 0.2s ease-out;
|
||||
}
|
||||
|
||||
.qty-progress-bars .progress-bar.active {
|
||||
background-color: #9b99ba;
|
||||
transition: background-color 0.2s ease-out;
|
||||
}
|
||||
.qty-selector[disabled] {
|
||||
color: grey !important;
|
||||
}
|
||||
@@ -0,0 +1,971 @@
|
||||
@font-face {
|
||||
font-family: 'simple-line-icons';
|
||||
src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0');
|
||||
src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
Use the following CSS code if you want to have a class per icon.
|
||||
Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
|
||||
*/
|
||||
|
||||
.icon-user,
|
||||
.icon-people,
|
||||
.icon-user-female,
|
||||
.icon-user-follow,
|
||||
.icon-user-following,
|
||||
.icon-user-unfollow,
|
||||
.icon-login,
|
||||
.icon-logout,
|
||||
.icon-emotsmile,
|
||||
.icon-phone,
|
||||
.icon-call-end,
|
||||
.icon-call-in,
|
||||
.icon-call-out,
|
||||
.icon-map,
|
||||
.icon-location-pin,
|
||||
.icon-direction,
|
||||
.icon-directions,
|
||||
.icon-compass,
|
||||
.icon-layers,
|
||||
.icon-menu,
|
||||
.icon-list,
|
||||
.icon-options-vertical,
|
||||
.icon-options,
|
||||
.icon-arrow-down,
|
||||
.icon-arrow-left,
|
||||
.icon-arrow-right,
|
||||
.icon-arrow-up,
|
||||
.icon-arrow-up-circle,
|
||||
.icon-arrow-left-circle,
|
||||
.icon-arrow-right-circle,
|
||||
.icon-arrow-down-circle,
|
||||
.icon-check,
|
||||
.icon-clock,
|
||||
.icon-plus,
|
||||
.icon-minus,
|
||||
.icon-close,
|
||||
.icon-event,
|
||||
.icon-exclamation,
|
||||
.icon-organization,
|
||||
.icon-trophy,
|
||||
.icon-screen-smartphone,
|
||||
.icon-screen-desktop,
|
||||
.icon-plane,
|
||||
.icon-notebook,
|
||||
.icon-mustache,
|
||||
.icon-mouse,
|
||||
.icon-magnet,
|
||||
.icon-energy,
|
||||
.icon-disc,
|
||||
.icon-cursor,
|
||||
.icon-cursor-move,
|
||||
.icon-crop,
|
||||
.icon-chemistry,
|
||||
.icon-speedometer,
|
||||
.icon-shield,
|
||||
.icon-screen-tablet,
|
||||
.icon-magic-wand,
|
||||
.icon-hourglass,
|
||||
.icon-graduation,
|
||||
.icon-ghost,
|
||||
.icon-game-controller,
|
||||
.icon-fire,
|
||||
.icon-eyeglass,
|
||||
.icon-envelope-open,
|
||||
.icon-envelope-letter,
|
||||
.icon-bell,
|
||||
.icon-badge,
|
||||
.icon-anchor,
|
||||
.icon-wallet,
|
||||
.icon-vector,
|
||||
.icon-speech,
|
||||
.icon-puzzle,
|
||||
.icon-printer,
|
||||
.icon-present,
|
||||
.icon-playlist,
|
||||
.icon-pin,
|
||||
.icon-picture,
|
||||
.icon-handbag,
|
||||
.icon-globe-alt,
|
||||
.icon-globe,
|
||||
.icon-folder-alt,
|
||||
.icon-folder,
|
||||
.icon-film,
|
||||
.icon-feed,
|
||||
.icon-drop,
|
||||
.icon-drawer,
|
||||
.icon-docs,
|
||||
.icon-doc,
|
||||
.icon-diamond,
|
||||
.icon-cup,
|
||||
.icon-calculator,
|
||||
.icon-bubbles,
|
||||
.icon-briefcase,
|
||||
.icon-book-open,
|
||||
.icon-basket-loaded,
|
||||
.icon-basket,
|
||||
.icon-bag,
|
||||
.icon-action-undo,
|
||||
.icon-action-redo,
|
||||
.icon-wrench,
|
||||
.icon-umbrella,
|
||||
.icon-trash,
|
||||
.icon-tag,
|
||||
.icon-support,
|
||||
.icon-frame,
|
||||
.icon-size-fullscreen,
|
||||
.icon-size-actual,
|
||||
.icon-shuffle,
|
||||
.icon-share-alt,
|
||||
.icon-share,
|
||||
.icon-rocket,
|
||||
.icon-question,
|
||||
.icon-pie-chart,
|
||||
.icon-pencil,
|
||||
.icon-note,
|
||||
.icon-loop,
|
||||
.icon-home,
|
||||
.icon-grid,
|
||||
.icon-graph,
|
||||
.icon-microphone,
|
||||
.icon-music-tone-alt,
|
||||
.icon-music-tone,
|
||||
.icon-earphones-alt,
|
||||
.icon-earphones,
|
||||
.icon-equalizer,
|
||||
.icon-like,
|
||||
.icon-dislike,
|
||||
.icon-control-start,
|
||||
.icon-control-rewind,
|
||||
.icon-control-play,
|
||||
.icon-control-pause,
|
||||
.icon-control-forward,
|
||||
.icon-control-end,
|
||||
.icon-volume-1,
|
||||
.icon-volume-2,
|
||||
.icon-volume-off,
|
||||
.icon-calendar,
|
||||
.icon-bulb,
|
||||
.icon-chart,
|
||||
.icon-ban,
|
||||
.icon-bubble,
|
||||
.icon-camrecorder,
|
||||
.icon-camera,
|
||||
.icon-cloud-download,
|
||||
.icon-cloud-upload,
|
||||
.icon-envelope,
|
||||
.icon-eye,
|
||||
.icon-flag,
|
||||
.icon-heart,
|
||||
.icon-info,
|
||||
.icon-key,
|
||||
.icon-link,
|
||||
.icon-lock,
|
||||
.icon-lock-open,
|
||||
.icon-magnifier,
|
||||
.icon-magnifier-add,
|
||||
.icon-magnifier-remove,
|
||||
.icon-paper-clip,
|
||||
.icon-paper-plane,
|
||||
.icon-power,
|
||||
.icon-refresh,
|
||||
.icon-reload,
|
||||
.icon-settings,
|
||||
.icon-star,
|
||||
.icon-symbol-female,
|
||||
.icon-symbol-male,
|
||||
.icon-target,
|
||||
.icon-credit-card,
|
||||
.icon-paypal,
|
||||
.icon-social-tumblr,
|
||||
.icon-social-twitter,
|
||||
.icon-social-facebook,
|
||||
.icon-social-instagram,
|
||||
.icon-social-linkedin,
|
||||
.icon-social-pinterest,
|
||||
.icon-social-github,
|
||||
.icon-social-google,
|
||||
.icon-social-reddit,
|
||||
.icon-social-skype,
|
||||
.icon-social-dribbble,
|
||||
.icon-social-behance,
|
||||
.icon-social-foursqare,
|
||||
.icon-social-soundcloud,
|
||||
.icon-social-spotify,
|
||||
.icon-social-stumbleupon,
|
||||
.icon-social-youtube,
|
||||
.icon-social-dropbox,
|
||||
.icon-social-vkontakte,
|
||||
.icon-social-steam {
|
||||
font-family: 'simple-line-icons';
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
/* color: white; */
|
||||
}
|
||||
|
||||
.icon-user:before {
|
||||
content: "\e005";
|
||||
}
|
||||
|
||||
.icon-people:before {
|
||||
content: "\e001";
|
||||
}
|
||||
|
||||
.icon-user-female:before {
|
||||
content: "\e000";
|
||||
}
|
||||
|
||||
.icon-user-follow:before {
|
||||
content: "\e002";
|
||||
}
|
||||
|
||||
.icon-user-following:before {
|
||||
content: "\e003";
|
||||
}
|
||||
|
||||
.icon-user-unfollow:before {
|
||||
content: "\e004";
|
||||
}
|
||||
|
||||
.icon-login:before {
|
||||
content: "\e066";
|
||||
}
|
||||
|
||||
.icon-logout:before {
|
||||
content: "\e065";
|
||||
}
|
||||
|
||||
.icon-emotsmile:before {
|
||||
content: "\e021";
|
||||
}
|
||||
|
||||
.icon-phone:before {
|
||||
content: "\e600";
|
||||
}
|
||||
|
||||
.icon-call-end:before {
|
||||
content: "\e048";
|
||||
}
|
||||
|
||||
.icon-call-in:before {
|
||||
content: "\e047";
|
||||
}
|
||||
|
||||
.icon-call-out:before {
|
||||
content: "\e046";
|
||||
}
|
||||
|
||||
.icon-map:before {
|
||||
content: "\e033";
|
||||
}
|
||||
|
||||
.icon-location-pin:before {
|
||||
content: "\e096";
|
||||
}
|
||||
|
||||
.icon-direction:before {
|
||||
content: "\e042";
|
||||
}
|
||||
|
||||
.icon-directions:before {
|
||||
content: "\e041";
|
||||
}
|
||||
|
||||
.icon-compass:before {
|
||||
content: "\e045";
|
||||
}
|
||||
|
||||
.icon-layers:before {
|
||||
content: "\e034";
|
||||
}
|
||||
|
||||
.icon-menu:before {
|
||||
content: "\e601";
|
||||
}
|
||||
|
||||
.icon-list:before {
|
||||
content: "\e067";
|
||||
}
|
||||
|
||||
.icon-options-vertical:before {
|
||||
content: "\e602";
|
||||
}
|
||||
|
||||
.icon-options:before {
|
||||
content: "\e603";
|
||||
}
|
||||
|
||||
.icon-arrow-down:before {
|
||||
content: "\e604";
|
||||
}
|
||||
|
||||
.icon-arrow-left:before {
|
||||
content: "\e605";
|
||||
}
|
||||
|
||||
.icon-arrow-right:before {
|
||||
content: "\e606";
|
||||
}
|
||||
|
||||
.icon-arrow-up:before {
|
||||
content: "\e607";
|
||||
}
|
||||
|
||||
.icon-arrow-up-circle:before {
|
||||
content: "\e078";
|
||||
}
|
||||
|
||||
.icon-arrow-left-circle:before {
|
||||
content: "\e07a";
|
||||
}
|
||||
|
||||
.icon-arrow-right-circle:before {
|
||||
content: "\e079";
|
||||
}
|
||||
|
||||
.icon-arrow-down-circle:before {
|
||||
content: "\e07b";
|
||||
}
|
||||
|
||||
.icon-check:before {
|
||||
content: "\e080";
|
||||
}
|
||||
|
||||
.icon-clock:before {
|
||||
content: "\e081";
|
||||
}
|
||||
|
||||
.icon-plus:before {
|
||||
content: "\e095";
|
||||
}
|
||||
|
||||
.icon-minus:before {
|
||||
content: "\e615";
|
||||
}
|
||||
|
||||
.icon-close:before {
|
||||
content: "\e082";
|
||||
}
|
||||
|
||||
.icon-event:before {
|
||||
content: "\e619";
|
||||
}
|
||||
|
||||
.icon-exclamation:before {
|
||||
content: "\e617";
|
||||
}
|
||||
|
||||
.icon-organization:before {
|
||||
content: "\e616";
|
||||
}
|
||||
|
||||
.icon-trophy:before {
|
||||
content: "\e006";
|
||||
}
|
||||
|
||||
.icon-screen-smartphone:before {
|
||||
content: "\e010";
|
||||
}
|
||||
|
||||
.icon-screen-desktop:before {
|
||||
content: "\e011";
|
||||
}
|
||||
|
||||
.icon-plane:before {
|
||||
content: "\e012";
|
||||
}
|
||||
|
||||
.icon-notebook:before {
|
||||
content: "\e013";
|
||||
}
|
||||
|
||||
.icon-mustache:before {
|
||||
content: "\e014";
|
||||
}
|
||||
|
||||
.icon-mouse:before {
|
||||
content: "\e015";
|
||||
}
|
||||
|
||||
.icon-magnet:before {
|
||||
content: "\e016";
|
||||
}
|
||||
|
||||
.icon-energy:before {
|
||||
content: "\e020";
|
||||
}
|
||||
|
||||
.icon-disc:before {
|
||||
content: "\e022";
|
||||
}
|
||||
|
||||
.icon-cursor:before {
|
||||
content: "\e06e";
|
||||
}
|
||||
|
||||
.icon-cursor-move:before {
|
||||
content: "\e023";
|
||||
}
|
||||
|
||||
.icon-crop:before {
|
||||
content: "\e024";
|
||||
}
|
||||
|
||||
.icon-chemistry:before {
|
||||
content: "\e026";
|
||||
}
|
||||
|
||||
.icon-speedometer:before {
|
||||
content: "\e007";
|
||||
}
|
||||
|
||||
.icon-shield:before {
|
||||
content: "\e00e";
|
||||
}
|
||||
|
||||
.icon-screen-tablet:before {
|
||||
content: "\e00f";
|
||||
}
|
||||
|
||||
.icon-magic-wand:before {
|
||||
content: "\e017";
|
||||
}
|
||||
|
||||
.icon-hourglass:before {
|
||||
content: "\e018";
|
||||
}
|
||||
|
||||
.icon-graduation:before {
|
||||
content: "\e019";
|
||||
}
|
||||
|
||||
.icon-ghost:before {
|
||||
content: "\e01a";
|
||||
}
|
||||
|
||||
.icon-game-controller:before {
|
||||
content: "\e01b";
|
||||
}
|
||||
|
||||
.icon-fire:before {
|
||||
content: "\e01c";
|
||||
}
|
||||
|
||||
.icon-eyeglass:before {
|
||||
content: "\e01d";
|
||||
}
|
||||
|
||||
.icon-envelope-open:before {
|
||||
content: "\e01e";
|
||||
}
|
||||
|
||||
.icon-envelope-letter:before {
|
||||
content: "\e01f";
|
||||
}
|
||||
|
||||
.icon-bell:before {
|
||||
content: "\e027";
|
||||
}
|
||||
|
||||
.icon-badge:before {
|
||||
content: "\e028";
|
||||
}
|
||||
|
||||
.icon-anchor:before {
|
||||
content: "\e029";
|
||||
}
|
||||
|
||||
.icon-wallet:before {
|
||||
content: "\e02a";
|
||||
}
|
||||
|
||||
.icon-vector:before {
|
||||
content: "\e02b";
|
||||
}
|
||||
|
||||
.icon-speech:before {
|
||||
content: "\e02c";
|
||||
}
|
||||
|
||||
.icon-puzzle:before {
|
||||
content: "\e02d";
|
||||
}
|
||||
|
||||
.icon-printer:before {
|
||||
content: "\e02e";
|
||||
}
|
||||
|
||||
.icon-present:before {
|
||||
content: "\e02f";
|
||||
}
|
||||
|
||||
.icon-playlist:before {
|
||||
content: "\e030";
|
||||
}
|
||||
|
||||
.icon-pin:before {
|
||||
content: "\e031";
|
||||
}
|
||||
|
||||
.icon-picture:before {
|
||||
content: "\e032";
|
||||
}
|
||||
|
||||
.icon-handbag:before {
|
||||
content: "\e035";
|
||||
}
|
||||
|
||||
.icon-globe-alt:before {
|
||||
content: "\e036";
|
||||
}
|
||||
|
||||
.icon-globe:before {
|
||||
content: "\e037";
|
||||
}
|
||||
|
||||
.icon-folder-alt:before {
|
||||
content: "\e039";
|
||||
}
|
||||
|
||||
.icon-folder:before {
|
||||
content: "\e089";
|
||||
}
|
||||
|
||||
.icon-film:before {
|
||||
content: "\e03a";
|
||||
}
|
||||
|
||||
.icon-feed:before {
|
||||
content: "\e03b";
|
||||
}
|
||||
|
||||
.icon-drop:before {
|
||||
content: "\e03e";
|
||||
}
|
||||
|
||||
.icon-drawer:before {
|
||||
content: "\e03f";
|
||||
}
|
||||
|
||||
.icon-docs:before {
|
||||
content: "\e040";
|
||||
}
|
||||
|
||||
.icon-doc:before {
|
||||
content: "\e085";
|
||||
}
|
||||
|
||||
.icon-diamond:before {
|
||||
content: "\e043";
|
||||
}
|
||||
|
||||
.icon-cup:before {
|
||||
content: "\e044";
|
||||
}
|
||||
|
||||
.icon-calculator:before {
|
||||
content: "\e049";
|
||||
}
|
||||
|
||||
.icon-bubbles:before {
|
||||
content: "\e04a";
|
||||
}
|
||||
|
||||
.icon-briefcase:before {
|
||||
content: "\e04b";
|
||||
}
|
||||
|
||||
.icon-book-open:before {
|
||||
content: "\e04c";
|
||||
}
|
||||
|
||||
.icon-basket-loaded:before {
|
||||
content: "\e04d";
|
||||
}
|
||||
|
||||
.icon-basket:before {
|
||||
content: "\e04e";
|
||||
}
|
||||
|
||||
.icon-bag:before {
|
||||
content: "\e04f";
|
||||
}
|
||||
|
||||
.icon-action-undo:before {
|
||||
content: "\e050";
|
||||
}
|
||||
|
||||
.icon-action-redo:before {
|
||||
content: "\e051";
|
||||
}
|
||||
|
||||
.icon-wrench:before {
|
||||
content: "\e052";
|
||||
}
|
||||
|
||||
.icon-umbrella:before {
|
||||
content: "\e053";
|
||||
}
|
||||
|
||||
.icon-trash:before {
|
||||
content: "\e054";
|
||||
}
|
||||
|
||||
.icon-tag:before {
|
||||
content: "\e055";
|
||||
}
|
||||
|
||||
.icon-support:before {
|
||||
content: "\e056";
|
||||
}
|
||||
|
||||
.icon-frame:before {
|
||||
content: "\e038";
|
||||
}
|
||||
|
||||
.icon-size-fullscreen:before {
|
||||
content: "\e057";
|
||||
}
|
||||
|
||||
.icon-size-actual:before {
|
||||
content: "\e058";
|
||||
}
|
||||
|
||||
.icon-shuffle:before {
|
||||
content: "\e059";
|
||||
}
|
||||
|
||||
.icon-share-alt:before {
|
||||
content: "\e05a";
|
||||
}
|
||||
|
||||
.icon-share:before {
|
||||
content: "\e05b";
|
||||
}
|
||||
|
||||
.icon-rocket:before {
|
||||
content: "\e05c";
|
||||
}
|
||||
|
||||
.icon-question:before {
|
||||
content: "\e05d";
|
||||
}
|
||||
|
||||
.icon-pie-chart:before {
|
||||
content: "\e05e";
|
||||
}
|
||||
|
||||
.icon-pencil:before {
|
||||
content: "\e05f";
|
||||
}
|
||||
|
||||
.icon-note:before {
|
||||
content: "\e060";
|
||||
}
|
||||
|
||||
.icon-loop:before {
|
||||
content: "\e064";
|
||||
}
|
||||
|
||||
.icon-home:before {
|
||||
content: "\e069";
|
||||
}
|
||||
|
||||
.icon-grid:before {
|
||||
content: "\e06a";
|
||||
}
|
||||
|
||||
.icon-graph:before {
|
||||
content: "\e06b";
|
||||
}
|
||||
|
||||
.icon-microphone:before {
|
||||
content: "\e063";
|
||||
}
|
||||
|
||||
.icon-music-tone-alt:before {
|
||||
content: "\e061";
|
||||
}
|
||||
|
||||
.icon-music-tone:before {
|
||||
content: "\e062";
|
||||
}
|
||||
|
||||
.icon-earphones-alt:before {
|
||||
content: "\e03c";
|
||||
}
|
||||
|
||||
.icon-earphones:before {
|
||||
content: "\e03d";
|
||||
}
|
||||
|
||||
.icon-equalizer:before {
|
||||
content: "\e06c";
|
||||
}
|
||||
|
||||
.icon-like:before {
|
||||
content: "\e068";
|
||||
}
|
||||
|
||||
.icon-dislike:before {
|
||||
content: "\e06d";
|
||||
}
|
||||
|
||||
.icon-control-start:before {
|
||||
content: "\e06f";
|
||||
}
|
||||
|
||||
.icon-control-rewind:before {
|
||||
content: "\e070";
|
||||
}
|
||||
|
||||
.icon-control-play:before {
|
||||
content: "\e071";
|
||||
}
|
||||
|
||||
.icon-control-pause:before {
|
||||
content: "\e072";
|
||||
}
|
||||
|
||||
.icon-control-forward:before {
|
||||
content: "\e073";
|
||||
}
|
||||
|
||||
.icon-control-end:before {
|
||||
content: "\e074";
|
||||
}
|
||||
|
||||
.icon-volume-1:before {
|
||||
content: "\e09f";
|
||||
}
|
||||
|
||||
.icon-volume-2:before {
|
||||
content: "\e0a0";
|
||||
}
|
||||
|
||||
.icon-volume-off:before {
|
||||
content: "\e0a1";
|
||||
}
|
||||
|
||||
.icon-calendar:before {
|
||||
content: "\e075";
|
||||
}
|
||||
|
||||
.icon-bulb:before {
|
||||
content: "\e076";
|
||||
}
|
||||
|
||||
.icon-chart:before {
|
||||
content: "\e077";
|
||||
}
|
||||
|
||||
.icon-ban:before {
|
||||
content: "\e07c";
|
||||
}
|
||||
|
||||
.icon-bubble:before {
|
||||
content: "\e07d";
|
||||
}
|
||||
|
||||
.icon-camrecorder:before {
|
||||
content: "\e07e";
|
||||
}
|
||||
|
||||
.icon-camera:before {
|
||||
content: "\e07f";
|
||||
}
|
||||
|
||||
.icon-cloud-download:before {
|
||||
content: "\e083";
|
||||
}
|
||||
|
||||
.icon-cloud-upload:before {
|
||||
content: "\e084";
|
||||
}
|
||||
|
||||
.icon-envelope:before {
|
||||
content: "\e086";
|
||||
}
|
||||
|
||||
.icon-eye:before {
|
||||
content: "\e087";
|
||||
}
|
||||
|
||||
.icon-flag:before {
|
||||
content: "\e088";
|
||||
}
|
||||
|
||||
.icon-heart:before {
|
||||
content: "\e08a";
|
||||
}
|
||||
|
||||
.icon-info:before {
|
||||
content: "\e08b";
|
||||
}
|
||||
|
||||
.icon-key:before {
|
||||
content: "\e08c";
|
||||
}
|
||||
|
||||
.icon-link:before {
|
||||
content: "\e08d";
|
||||
}
|
||||
|
||||
.icon-lock:before {
|
||||
content: "\e08e";
|
||||
}
|
||||
|
||||
.icon-lock-open:before {
|
||||
content: "\e08f";
|
||||
}
|
||||
|
||||
.icon-magnifier:before {
|
||||
content: "\e090";
|
||||
}
|
||||
|
||||
.icon-magnifier-add:before {
|
||||
content: "\e091";
|
||||
}
|
||||
|
||||
.icon-magnifier-remove:before {
|
||||
content: "\e092";
|
||||
}
|
||||
|
||||
.icon-paper-clip:before {
|
||||
content: "\e093";
|
||||
}
|
||||
|
||||
.icon-paper-plane:before {
|
||||
content: "\e094";
|
||||
}
|
||||
|
||||
.icon-power:before {
|
||||
content: "\e097";
|
||||
}
|
||||
|
||||
.icon-refresh:before {
|
||||
content: "\e098";
|
||||
}
|
||||
|
||||
.icon-reload:before {
|
||||
content: "\e099";
|
||||
}
|
||||
|
||||
.icon-settings:before {
|
||||
content: "\e09a";
|
||||
}
|
||||
|
||||
.icon-star:before {
|
||||
content: "\e09b";
|
||||
}
|
||||
|
||||
.icon-symbol-female:before {
|
||||
content: "\e09c";
|
||||
}
|
||||
|
||||
.icon-symbol-male:before {
|
||||
content: "\e09d";
|
||||
}
|
||||
|
||||
.icon-target:before {
|
||||
content: "\e09e";
|
||||
}
|
||||
|
||||
.icon-credit-card:before {
|
||||
content: "\e025";
|
||||
}
|
||||
|
||||
.icon-paypal:before {
|
||||
content: "\e608";
|
||||
}
|
||||
|
||||
.icon-social-tumblr:before {
|
||||
content: "\e00a";
|
||||
}
|
||||
|
||||
.icon-social-twitter:before {
|
||||
content: "\e009";
|
||||
}
|
||||
|
||||
.icon-social-facebook:before {
|
||||
content: "\e00b";
|
||||
}
|
||||
|
||||
.icon-social-instagram:before {
|
||||
content: "\e609";
|
||||
}
|
||||
|
||||
.icon-social-linkedin:before {
|
||||
content: "\e60a";
|
||||
}
|
||||
|
||||
.icon-social-pinterest:before {
|
||||
content: "\e60b";
|
||||
}
|
||||
|
||||
.icon-social-github:before {
|
||||
content: "\e60c";
|
||||
}
|
||||
|
||||
.icon-social-google:before {
|
||||
content: "\e60d";
|
||||
}
|
||||
|
||||
.icon-social-reddit:before {
|
||||
content: "\e60e";
|
||||
}
|
||||
|
||||
.icon-social-skype:before {
|
||||
content: "\e60f";
|
||||
}
|
||||
|
||||
.icon-social-dribbble:before {
|
||||
content: "\e00d";
|
||||
}
|
||||
|
||||
.icon-social-behance:before {
|
||||
content: "\e610";
|
||||
}
|
||||
|
||||
.icon-social-foursqare:before {
|
||||
content: "\e611";
|
||||
}
|
||||
|
||||
.icon-social-soundcloud:before {
|
||||
content: "\e612";
|
||||
}
|
||||
|
||||
.icon-social-spotify:before {
|
||||
content: "\e613";
|
||||
}
|
||||
|
||||
.icon-social-stumbleupon:before {
|
||||
content: "\e614";
|
||||
}
|
||||
|
||||
.icon-social-youtube:before {
|
||||
content: "\e008";
|
||||
}
|
||||
|
||||
.icon-social-dropbox:before {
|
||||
content: "\e00c";
|
||||
}
|
||||
|
||||
.icon-social-vkontakte:before {
|
||||
content: "\e618";
|
||||
}
|
||||
|
||||
.icon-social-steam:before {
|
||||
content: "\e620";
|
||||
}
|
||||
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 72 KiB |
|
After Width: | Height: | Size: 165 KiB |
|
After Width: | Height: | Size: 103 KiB |
|
After Width: | Height: | Size: 138 KiB |
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 87 KiB |
|
After Width: | Height: | Size: 92 KiB |
|
After Width: | Height: | Size: 87 KiB |
|
After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 91 KiB |
|
After Width: | Height: | Size: 93 KiB |
|
After Width: | Height: | Size: 72 KiB |
|
After Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 85 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 142 KiB |
|
After Width: | Height: | Size: 90 KiB |
|
After Width: | Height: | Size: 88 KiB |
|
After Width: | Height: | Size: 260 KiB |
|
After Width: | Height: | Size: 221 KiB |
|
After Width: | Height: | Size: 148 KiB |
|
After Width: | Height: | Size: 233 KiB |
|
After Width: | Height: | Size: 216 KiB |
|
After Width: | Height: | Size: 161 KiB |
|
After Width: | Height: | Size: 90 KiB |
|
After Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 112 KiB |
|
After Width: | Height: | Size: 125 KiB |
|
After Width: | Height: | Size: 92 KiB |
|
After Width: | Height: | Size: 170 KiB |
|
After Width: | Height: | Size: 197 KiB |
|
After Width: | Height: | Size: 145 KiB |
|
After Width: | Height: | Size: 160 KiB |
@@ -0,0 +1,10 @@
|
||||
<svg width="1456" height="761" viewBox="0 0 1456 761" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="1440" height="761" fill="#111827"/>
|
||||
<rect width="409" height="418" transform="translate(1031 343)" fill="white"/>
|
||||
<path d="M1016.18 334.382L1020.29 760.764H1201.01L1196.98 334.382H1016.18Z" fill="#111827"/>
|
||||
<path d="M1091.48 153L970 250.687L980.88 761H1359L1346.02 153H1091.48Z" fill="#2C3B59"/>
|
||||
<path d="M1331.43 266L1031 497.576L1043.47 761H1455V266H1331.43Z" fill="#364A73"/>
|
||||
<path d="M1093 648.332L1102.65 761H1455V343L1093 648.332Z" fill="#415C91"/>
|
||||
<path d="M1164 761H1455V496L1164 761Z" fill="#516FA7"/>
|
||||
<path d="M1415.83 760.764H1455.04V726.666L1415.83 760.764Z" fill="#5B7EBF"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 710 B |
@@ -0,0 +1,88 @@
|
||||
<svg width="1440" height="761" viewBox="0 0 1440 761" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_694_7268)">
|
||||
<rect width="1440" height="761" fill="#111827"/>
|
||||
<g opacity="0.5">
|
||||
<rect width="409" height="418" transform="translate(1031 343)" fill="white"/>
|
||||
<path d="M1016.18 334.382L1020.29 760.764H1201.01L1196.98 334.382H1016.18Z" fill="#111827"/>
|
||||
<path d="M1091.48 153L970 250.687L980.881 761H1359L1346.02 153H1091.48Z" fill="#2C3B59"/>
|
||||
<path d="M1331.43 266L1031 497.576L1043.47 761H1455V266H1331.43Z" fill="#364A73"/>
|
||||
<path d="M1093 648.332L1102.65 761H1455V343L1093 648.332Z" fill="#415C91"/>
|
||||
<path d="M1164 761H1455V496L1164 761Z" fill="#516FA7"/>
|
||||
<path d="M1415.83 760.764H1455.04V726.666L1415.83 760.764Z" fill="#5B7EBF"/>
|
||||
</g>
|
||||
<g clip-path="url(#clip1_694_7268)">
|
||||
<circle cx="1.49883" cy="34.5035" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="32.1647" cy="34.5035" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="62.8306" cy="34.5035" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="93.4965" cy="34.5035" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="1.49883" cy="71.5103" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="32.1647" cy="71.5103" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="62.8306" cy="71.5103" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="93.4965" cy="71.5103" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="1.49883" cy="108.517" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="32.1647" cy="108.517" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="62.8306" cy="108.517" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="93.4965" cy="108.517" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="1.49883" cy="145.524" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="32.1647" cy="145.524" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="62.8306" cy="145.524" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="93.4965" cy="145.524" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="1.49883" cy="182.531" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="32.1647" cy="182.531" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="62.8306" cy="182.531" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="93.4965" cy="182.531" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="1.49883" cy="219.539" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="32.1647" cy="219.539" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="62.8306" cy="219.539" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="93.4965" cy="219.539" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="1.49883" cy="256.545" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="32.1647" cy="256.545" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="62.8306" cy="256.545" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="93.4965" cy="256.545" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="1.49883" cy="293.552" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="32.1647" cy="293.552" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="62.8306" cy="293.552" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="93.4965" cy="293.552" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="1.49883" cy="330.559" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="32.1647" cy="330.559" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="62.8306" cy="330.559" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="93.4965" cy="330.559" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="1.49883" cy="367.566" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="32.1647" cy="367.566" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="62.8306" cy="367.566" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="93.4965" cy="367.566" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="1.49883" cy="404.573" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="32.1647" cy="404.573" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="62.8306" cy="404.573" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="93.4965" cy="404.573" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="1.49883" cy="441.58" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="32.1647" cy="441.58" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="62.8306" cy="441.58" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="93.4965" cy="441.58" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="1.49883" cy="478.586" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="32.1647" cy="478.586" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="62.8306" cy="478.586" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="93.4965" cy="478.586" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="1.49883" cy="515.594" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="32.1647" cy="515.594" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="62.8306" cy="515.594" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="93.4965" cy="515.594" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="1.49883" cy="552.601" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="32.1647" cy="552.601" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="62.8306" cy="552.601" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="93.4965" cy="552.601" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="1.49883" cy="589.608" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="32.1647" cy="589.608" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="62.8306" cy="589.608" r="10.5035" fill="#26334F"/>
|
||||
<circle cx="93.4965" cy="589.608" r="10.5035" fill="#26334F"/>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_694_7268">
|
||||
<rect width="1440" height="761" fill="white"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip1_694_7268">
|
||||
<rect width="297" height="576.111" fill="white" transform="translate(-193 24)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.0 KiB |
@@ -0,0 +1,352 @@
|
||||
<svg width="1440" height="297" viewBox="0 0 1440 297" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_887_3939)">
|
||||
<rect width="1440" height="297" fill="#111827"/>
|
||||
<g opacity="0.3" filter="url(#filter0_f_887_3939)">
|
||||
<circle cx="90.2097" cy="14.2097" r="209.21" fill="url(#paint0_linear_887_3939)"/>
|
||||
</g>
|
||||
<rect x="990" y="295.999" width="393.525" height="4.91906" transform="rotate(-45 990 295.999)" fill="url(#paint1_linear_887_3939)"/>
|
||||
<rect x="996.958" y="302.954" width="393.525" height="4.91906" transform="rotate(-45 996.958 302.954)" fill="url(#paint2_linear_887_3939)"/>
|
||||
<rect x="1003.91" y="309.906" width="393.525" height="4.91906" transform="rotate(-45 1003.91 309.906)" fill="url(#paint3_linear_887_3939)"/>
|
||||
<rect x="1010.87" y="316.866" width="393.525" height="4.91906" transform="rotate(-45 1010.87 316.866)" fill="url(#paint4_linear_887_3939)"/>
|
||||
<rect x="1017.83" y="323.821" width="393.525" height="4.91906" transform="rotate(-45 1017.83 323.821)" fill="url(#paint5_linear_887_3939)"/>
|
||||
<rect x="1024.78" y="330.782" width="393.525" height="4.91906" transform="rotate(-45 1024.78 330.782)" fill="url(#paint6_linear_887_3939)"/>
|
||||
<rect x="1031.74" y="337.737" width="393.525" height="4.91906" transform="rotate(-45 1031.74 337.737)" fill="url(#paint7_linear_887_3939)"/>
|
||||
<rect x="1038.7" y="344.694" width="393.525" height="4.91906" transform="rotate(-45 1038.7 344.694)" fill="url(#paint8_linear_887_3939)"/>
|
||||
<rect x="1045.66" y="351.649" width="393.525" height="4.91906" transform="rotate(-45 1045.66 351.649)" fill="url(#paint9_linear_887_3939)"/>
|
||||
<rect x="1052.61" y="358.604" width="393.525" height="4.91906" transform="rotate(-45 1052.61 358.604)" fill="url(#paint10_linear_887_3939)"/>
|
||||
<rect x="1059.57" y="365.564" width="393.525" height="4.91906" transform="rotate(-45 1059.57 365.564)" fill="url(#paint11_linear_887_3939)"/>
|
||||
<rect x="1066.52" y="372.52" width="393.525" height="4.91906" transform="rotate(-45 1066.52 372.52)" fill="url(#paint12_linear_887_3939)"/>
|
||||
<rect x="1073.48" y="379.477" width="393.525" height="4.91906" transform="rotate(-45 1073.48 379.477)" fill="url(#paint13_linear_887_3939)"/>
|
||||
<rect x="1080.44" y="386.432" width="393.525" height="4.91906" transform="rotate(-45 1080.44 386.432)" fill="url(#paint14_linear_887_3939)"/>
|
||||
<rect x="1087.39" y="393.392" width="393.525" height="4.91906" transform="rotate(-45 1087.39 393.392)" fill="url(#paint15_linear_887_3939)"/>
|
||||
<rect x="1094.35" y="400.344" width="393.525" height="4.91906" transform="rotate(-45 1094.35 400.344)" fill="url(#paint16_linear_887_3939)"/>
|
||||
<rect x="1101.31" y="407.303" width="393.525" height="4.91906" transform="rotate(-45 1101.31 407.303)" fill="url(#paint17_linear_887_3939)"/>
|
||||
<rect x="1108.26" y="414.263" width="393.525" height="4.91906" transform="rotate(-45 1108.26 414.263)" fill="url(#paint18_linear_887_3939)"/>
|
||||
<rect x="1115.22" y="421.218" width="393.525" height="4.91906" transform="rotate(-45 1115.22 421.218)" fill="url(#paint19_linear_887_3939)"/>
|
||||
<rect x="1122.18" y="428.175" width="393.525" height="4.91906" transform="rotate(-45 1122.18 428.175)" fill="url(#paint20_linear_887_3939)"/>
|
||||
<rect x="1129.13" y="435.13" width="393.525" height="4.91906" transform="rotate(-45 1129.13 435.13)" fill="url(#paint21_linear_887_3939)"/>
|
||||
<rect x="1136.09" y="442.085" width="393.525" height="4.91906" transform="rotate(-45 1136.09 442.085)" fill="url(#paint22_linear_887_3939)"/>
|
||||
<rect x="1143.05" y="449.045" width="393.525" height="4.91906" transform="rotate(-45 1143.05 449.045)" fill="url(#paint23_linear_887_3939)"/>
|
||||
<rect x="1150.01" y="456.001" width="393.525" height="4.91906" transform="rotate(-45 1150.01 456.001)" fill="url(#paint24_linear_887_3939)"/>
|
||||
<rect x="1156.96" y="462.957" width="393.525" height="4.91906" transform="rotate(-45 1156.96 462.957)" fill="url(#paint25_linear_887_3939)"/>
|
||||
<rect x="1163.92" y="469.913" width="393.525" height="4.91906" transform="rotate(-45 1163.92 469.913)" fill="url(#paint26_linear_887_3939)"/>
|
||||
<rect x="1170.87" y="476.868" width="393.525" height="4.91906" transform="rotate(-45 1170.87 476.868)" fill="url(#paint27_linear_887_3939)"/>
|
||||
<rect x="1177.83" y="483.828" width="393.525" height="4.91906" transform="rotate(-45 1177.83 483.828)" fill="url(#paint28_linear_887_3939)"/>
|
||||
<rect x="1184.79" y="490.783" width="393.525" height="4.91906" transform="rotate(-45 1184.79 490.783)" fill="url(#paint29_linear_887_3939)"/>
|
||||
<rect x="1191.74" y="497.74" width="393.525" height="4.91906" transform="rotate(-45 1191.74 497.74)" fill="url(#paint30_linear_887_3939)"/>
|
||||
<rect x="1198.7" y="504.698" width="393.525" height="4.91906" transform="rotate(-45 1198.7 504.698)" fill="url(#paint31_linear_887_3939)"/>
|
||||
<rect x="1205.66" y="511.65" width="393.525" height="4.91906" transform="rotate(-45 1205.66 511.65)" fill="url(#paint32_linear_887_3939)"/>
|
||||
<rect x="1212.61" y="518.61" width="393.525" height="4.91906" transform="rotate(-45 1212.61 518.61)" fill="url(#paint33_linear_887_3939)"/>
|
||||
<rect x="1268" y="522.361" width="393.525" height="4.91906" transform="rotate(-135 1268 522.361)" fill="url(#paint34_linear_887_3939)"/>
|
||||
<rect x="1274.96" y="515.402" width="393.525" height="4.91906" transform="rotate(-135 1274.96 515.402)" fill="url(#paint35_linear_887_3939)"/>
|
||||
<rect x="1281.91" y="508.446" width="393.525" height="4.91906" transform="rotate(-135 1281.91 508.446)" fill="url(#paint36_linear_887_3939)"/>
|
||||
<rect x="1288.87" y="501.487" width="393.525" height="4.91906" transform="rotate(-135 1288.87 501.487)" fill="url(#paint37_linear_887_3939)"/>
|
||||
<rect x="1295.83" y="494.53" width="393.525" height="4.91906" transform="rotate(-135 1295.83 494.53)" fill="url(#paint38_linear_887_3939)"/>
|
||||
<rect x="1302.78" y="487.575" width="393.525" height="4.91906" transform="rotate(-135 1302.78 487.575)" fill="url(#paint39_linear_887_3939)"/>
|
||||
<rect x="1309.74" y="480.62" width="393.525" height="4.91906" transform="rotate(-135 1309.74 480.62)" fill="url(#paint40_linear_887_3939)"/>
|
||||
<rect x="1316.69" y="473.663" width="393.525" height="4.91906" transform="rotate(-135 1316.69 473.663)" fill="url(#paint41_linear_887_3939)"/>
|
||||
<rect x="1323.65" y="466.705" width="393.525" height="4.91906" transform="rotate(-135 1323.65 466.705)" fill="url(#paint42_linear_887_3939)"/>
|
||||
<rect x="1330.61" y="459.748" width="393.525" height="4.91906" transform="rotate(-135 1330.61 459.748)" fill="url(#paint43_linear_887_3939)"/>
|
||||
<rect x="1337.57" y="452.793" width="393.525" height="4.91906" transform="rotate(-135 1337.57 452.793)" fill="url(#paint44_linear_887_3939)"/>
|
||||
<rect x="1344.52" y="445.837" width="393.525" height="4.91906" transform="rotate(-135 1344.52 445.837)" fill="url(#paint45_linear_887_3939)"/>
|
||||
<rect x="1351.48" y="438.881" width="393.525" height="4.91906" transform="rotate(-135 1351.48 438.881)" fill="url(#paint46_linear_887_3939)"/>
|
||||
<rect x="1358.44" y="431.916" width="393.525" height="4.91906" transform="rotate(-135 1358.44 431.916)" fill="url(#paint47_linear_887_3939)"/>
|
||||
<rect x="1365.39" y="424.965" width="393.525" height="4.91906" transform="rotate(-135 1365.39 424.965)" fill="url(#paint48_linear_887_3939)"/>
|
||||
<rect x="1372.35" y="418.01" width="393.525" height="4.91906" transform="rotate(-135 1372.35 418.01)" fill="url(#paint49_linear_887_3939)"/>
|
||||
<rect x="1379.31" y="411.055" width="393.525" height="4.91906" transform="rotate(-135 1379.31 411.055)" fill="url(#paint50_linear_887_3939)"/>
|
||||
<rect x="1386.26" y="404.095" width="393.525" height="4.91906" transform="rotate(-135 1386.26 404.095)" fill="url(#paint51_linear_887_3939)"/>
|
||||
<rect x="1393.22" y="397.134" width="393.525" height="4.91906" transform="rotate(-135 1393.22 397.134)" fill="url(#paint52_linear_887_3939)"/>
|
||||
<rect x="1400.17" y="390.188" width="393.525" height="4.91906" transform="rotate(-135 1400.17 390.188)" fill="url(#paint53_linear_887_3939)"/>
|
||||
<rect x="1407.13" y="383.228" width="393.525" height="4.91906" transform="rotate(-135 1407.13 383.228)" fill="url(#paint54_linear_887_3939)"/>
|
||||
<rect x="1414.09" y="376.267" width="393.525" height="4.91906" transform="rotate(-135 1414.09 376.267)" fill="url(#paint55_linear_887_3939)"/>
|
||||
<rect x="1421.05" y="369.312" width="393.525" height="4.91906" transform="rotate(-135 1421.05 369.312)" fill="url(#paint56_linear_887_3939)"/>
|
||||
<rect x="1428" y="362.352" width="393.525" height="4.91906" transform="rotate(-135 1428 362.352)" fill="url(#paint57_linear_887_3939)"/>
|
||||
<rect x="1434.96" y="355.399" width="393.525" height="4.91906" transform="rotate(-135 1434.96 355.399)" fill="url(#paint58_linear_887_3939)"/>
|
||||
<rect x="1441.92" y="348.444" width="393.525" height="4.91906" transform="rotate(-135 1441.92 348.444)" fill="url(#paint59_linear_887_3939)"/>
|
||||
<rect x="1448.87" y="341.484" width="393.525" height="4.91906" transform="rotate(-135 1448.87 341.484)" fill="url(#paint60_linear_887_3939)"/>
|
||||
<rect x="1455.83" y="334.529" width="393.525" height="4.91906" transform="rotate(-135 1455.83 334.529)" fill="url(#paint61_linear_887_3939)"/>
|
||||
<rect x="1462.79" y="327.568" width="393.525" height="4.91906" transform="rotate(-135 1462.79 327.568)" fill="url(#paint62_linear_887_3939)"/>
|
||||
<rect x="1469.74" y="320.617" width="393.525" height="4.91906" transform="rotate(-135 1469.74 320.617)" fill="url(#paint63_linear_887_3939)"/>
|
||||
<rect x="1476.7" y="313.658" width="393.525" height="4.91906" transform="rotate(-135 1476.7 313.658)" fill="url(#paint64_linear_887_3939)"/>
|
||||
<rect x="1483.66" y="306.701" width="393.525" height="4.91906" transform="rotate(-135 1483.66 306.701)" fill="url(#paint65_linear_887_3939)"/>
|
||||
<rect x="1490.61" y="299.746" width="393.525" height="4.91906" transform="rotate(-135 1490.61 299.746)" fill="url(#paint66_linear_887_3939)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_f_887_3939" x="-221.054" y="-297.054" width="622.526" height="622.527" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="51.0268" result="effect1_foregroundBlur_887_3939"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_887_3939" x1="90.2097" y1="-195" x2="90.2097" y2="223.419" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#BE60E6" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="#7869FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_887_3939" x1="1002.3" y1="296.037" x2="1002.52" y2="307.813" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_887_3939" x1="1009.26" y1="302.992" x2="1009.47" y2="314.768" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_887_3939" x1="1016.21" y1="309.944" x2="1016.43" y2="321.72" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_887_3939" x1="1023.17" y1="316.904" x2="1023.39" y2="328.68" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_887_3939" x1="1030.13" y1="323.859" x2="1030.34" y2="335.635" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_887_3939" x1="1037.08" y1="330.82" x2="1037.3" y2="342.596" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint7_linear_887_3939" x1="1044.04" y1="337.775" x2="1044.26" y2="349.551" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint8_linear_887_3939" x1="1051" y1="344.732" x2="1051.21" y2="356.508" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear_887_3939" x1="1057.95" y1="351.687" x2="1058.17" y2="363.463" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear_887_3939" x1="1064.91" y1="358.642" x2="1065.13" y2="370.418" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint11_linear_887_3939" x1="1071.86" y1="365.602" x2="1072.08" y2="377.378" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint12_linear_887_3939" x1="1078.82" y1="372.557" x2="1079.04" y2="384.333" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint13_linear_887_3939" x1="1085.78" y1="379.514" x2="1086" y2="391.29" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint14_linear_887_3939" x1="1092.73" y1="386.469" x2="1092.95" y2="398.246" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint15_linear_887_3939" x1="1099.69" y1="393.429" x2="1099.91" y2="405.206" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint16_linear_887_3939" x1="1106.65" y1="400.382" x2="1106.87" y2="412.158" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint17_linear_887_3939" x1="1113.61" y1="407.341" x2="1113.82" y2="419.117" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint18_linear_887_3939" x1="1120.56" y1="414.301" x2="1120.78" y2="426.077" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint19_linear_887_3939" x1="1127.52" y1="421.256" x2="1127.74" y2="433.032" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint20_linear_887_3939" x1="1134.48" y1="428.213" x2="1134.69" y2="439.989" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint21_linear_887_3939" x1="1141.43" y1="435.168" x2="1141.65" y2="446.944" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint22_linear_887_3939" x1="1148.39" y1="442.123" x2="1148.6" y2="453.899" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint23_linear_887_3939" x1="1155.34" y1="449.083" x2="1155.56" y2="460.859" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint24_linear_887_3939" x1="1162.3" y1="456.039" x2="1162.52" y2="467.815" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint25_linear_887_3939" x1="1169.26" y1="462.995" x2="1169.47" y2="474.771" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint26_linear_887_3939" x1="1176.21" y1="469.951" x2="1176.43" y2="481.727" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint27_linear_887_3939" x1="1183.17" y1="476.906" x2="1183.39" y2="488.682" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint28_linear_887_3939" x1="1190.13" y1="483.866" x2="1190.35" y2="495.642" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint29_linear_887_3939" x1="1197.08" y1="490.821" x2="1197.3" y2="502.597" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint30_linear_887_3939" x1="1204.04" y1="497.778" x2="1204.26" y2="509.554" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint31_linear_887_3939" x1="1211" y1="504.736" x2="1211.22" y2="516.512" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint32_linear_887_3939" x1="1217.95" y1="511.688" x2="1218.17" y2="523.464" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint33_linear_887_3939" x1="1224.91" y1="518.648" x2="1225.13" y2="530.424" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#272B33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint34_linear_887_3939" x1="1656.61" y1="522.361" x2="1656.49" y2="531.325" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint35_linear_887_3939" x1="1663.56" y1="515.402" x2="1663.44" y2="524.366" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint36_linear_887_3939" x1="1670.52" y1="508.446" x2="1670.4" y2="517.41" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint37_linear_887_3939" x1="1677.48" y1="501.487" x2="1677.36" y2="510.451" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint38_linear_887_3939" x1="1684.43" y1="494.53" x2="1684.32" y2="503.494" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint39_linear_887_3939" x1="1691.39" y1="487.575" x2="1691.27" y2="496.538" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint40_linear_887_3939" x1="1698.35" y1="480.62" x2="1698.23" y2="489.583" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint41_linear_887_3939" x1="1705.3" y1="473.663" x2="1705.18" y2="482.626" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint42_linear_887_3939" x1="1712.26" y1="466.705" x2="1712.14" y2="475.668" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint43_linear_887_3939" x1="1719.22" y1="459.748" x2="1719.1" y2="468.711" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint44_linear_887_3939" x1="1726.17" y1="452.793" x2="1726.05" y2="461.756" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint45_linear_887_3939" x1="1733.13" y1="445.837" x2="1733.01" y2="454.8" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint46_linear_887_3939" x1="1740.08" y1="438.881" x2="1739.97" y2="447.844" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint47_linear_887_3939" x1="1747.04" y1="431.916" x2="1746.92" y2="440.879" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint48_linear_887_3939" x1="1754" y1="424.965" x2="1753.88" y2="433.928" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint49_linear_887_3939" x1="1760.96" y1="418.01" x2="1760.84" y2="426.973" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint50_linear_887_3939" x1="1767.91" y1="411.055" x2="1767.79" y2="420.018" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint51_linear_887_3939" x1="1774.87" y1="404.095" x2="1774.75" y2="413.058" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint52_linear_887_3939" x1="1781.82" y1="397.134" x2="1781.7" y2="406.097" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint53_linear_887_3939" x1="1788.78" y1="390.187" x2="1788.66" y2="399.151" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint54_linear_887_3939" x1="1795.74" y1="383.228" x2="1795.62" y2="392.191" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint55_linear_887_3939" x1="1802.69" y1="376.267" x2="1802.58" y2="385.23" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint56_linear_887_3939" x1="1809.65" y1="369.312" x2="1809.54" y2="378.275" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint57_linear_887_3939" x1="1816.61" y1="362.352" x2="1816.49" y2="371.315" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint58_linear_887_3939" x1="1823.56" y1="355.399" x2="1823.45" y2="364.363" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint59_linear_887_3939" x1="1830.52" y1="348.444" x2="1830.4" y2="357.408" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint60_linear_887_3939" x1="1837.48" y1="341.484" x2="1837.36" y2="350.448" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint61_linear_887_3939" x1="1844.43" y1="334.529" x2="1844.32" y2="343.493" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint62_linear_887_3939" x1="1851.39" y1="327.568" x2="1851.28" y2="336.532" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint63_linear_887_3939" x1="1858.35" y1="320.617" x2="1858.23" y2="329.58" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint64_linear_887_3939" x1="1865.3" y1="313.658" x2="1865.18" y2="322.621" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint65_linear_887_3939" x1="1872.26" y1="306.701" x2="1872.14" y2="315.664" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint66_linear_887_3939" x1="1879.22" y1="299.746" x2="1879.1" y2="308.709" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#13151C"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_887_3939">
|
||||
<rect width="1440" height="297" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 24 KiB |
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-down-fill" viewBox="0 0 16 16">
|
||||
<path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 265 B |
|
After Width: | Height: | Size: 301 B |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 145 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 362 KiB |
|
After Width: | Height: | Size: 960 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 773 B |
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<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"
|
||||
viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style>
|
||||
<polygon class="st0" points="49.58,15.11 26.41,38.28 14.8,26.67 9.38,32.09 26.41,49.12 55,20.53 "/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 506 B |
@@ -0,0 +1,8 @@
|
||||
<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="mask0_735_5214" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="9" y="9" width="38" height="38">
|
||||
<rect x="9" y="9" width="38" height="38" fill="#C4C4C4"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_735_5214)">
|
||||
<path d="M28 43.8334C24.332 42.9098 21.3041 40.805 18.9165 37.5191C16.5277 34.2342 15.3334 30.5862 15.3334 26.5751V16.9167L28 12.1667L40.6667 16.9167V26.5751C40.6667 30.5862 39.4729 34.2342 37.0852 37.5191C34.6965 40.805 31.6681 42.9098 28 43.8334ZM28 40.5084C30.5598 39.7167 32.6973 38.1535 34.4125 35.8186C36.1278 33.4826 37.1306 30.8765 37.4209 28.0001H28V15.5313L18.5 19.0938V26.5751C18.5 26.8654 18.5 27.1029 18.5 27.2876C18.5 27.4723 18.5264 27.7098 18.5792 28.0001H28V40.5084Z" fill="white"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 819 B |
@@ -0,0 +1,11 @@
|
||||
<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<line x1="10" y1="47" x2="10" y2="9" stroke="white" stroke-width="2" stroke-linecap="round"/>
|
||||
<rect x="17" y="25" width="5" height="5" rx="1" fill="white"/>
|
||||
<path d="M12 21H42C42.5523 21 43 21.4477 43 22V34C43 34.5523 42.5523 35 42 35H12V21Z" stroke="white" stroke-width="2"/>
|
||||
<line x1="31.5" y1="32.5" x2="30.5" y2="34.5" stroke="white" stroke-linecap="round"/>
|
||||
<line x1="33.5" y1="32.5" x2="32.5" y2="34.5" stroke="white" stroke-linecap="round"/>
|
||||
<line x1="35.5" y1="32.5" x2="34.5" y2="34.5" stroke="white" stroke-linecap="round"/>
|
||||
<line x1="37.5" y1="32.5" x2="36.5" y2="34.5" stroke="white" stroke-linecap="round"/>
|
||||
<line x1="39.5" y1="32.5" x2="38.5" y2="34.5" stroke="white" stroke-linecap="round"/>
|
||||
<rect x="15" y="34" width="10" height="2" fill="#42454B"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 869 B |
@@ -0,0 +1,5 @@
|
||||
<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M23 26C21.3333 26 19.9167 25.4167 18.75 24.25C17.5833 23.0833 17 21.6667 17 20C17 18.3333 17.5833 16.9167 18.75 15.75C19.9167 14.5833 21.3333 14 23 14H33C34.6667 14 36.0833 14.5833 37.25 15.75C38.4167 16.9167 39 18.3333 39 20C39 21.6667 38.4167 23.0833 37.25 24.25C36.0833 25.4167 34.6667 26 33 26H23ZM33 24C34.1 24 35.0417 23.6083 35.825 22.825C36.6083 22.0417 37 21.1 37 20C37 18.9 36.6083 17.9583 35.825 17.175C35.0417 16.3917 34.1 16 33 16H23C21.9 16 20.9583 16.3917 20.175 17.175C19.3917 17.9583 19 18.9 19 20C19 21.1 19.3917 22.0417 20.175 22.825C20.9583 23.6083 21.9 24 23 24H33ZM33 23C33.8333 23 34.5417 22.7083 35.125 22.125C35.7083 21.5417 36 20.8333 36 20C36 19.1667 35.7083 18.4583 35.125 17.875C34.5417 17.2917 33.8333 17 33 17C32.1667 17 31.4583 17.2917 30.875 17.875C30.2917 18.4583 30 19.1667 30 20C30 20.8333 30.2917 21.5417 30.875 22.125C31.4583 22.7083 32.1667 23 33 23Z" fill="white"/>
|
||||
<path d="M33 42C34.6667 42 36.0833 41.4167 37.25 40.25C38.4167 39.0833 39 37.6667 39 36C39 34.3333 38.4167 32.9167 37.25 31.75C36.0833 30.5833 34.6667 30 33 30H23C21.3333 30 19.9167 30.5833 18.75 31.75C17.5833 32.9167 17 34.3333 17 36C17 37.6667 17.5833 39.0833 18.75 40.25C19.9167 41.4167 21.3333 42 23 42H33ZM23 40C21.9 40 20.9583 39.6083 20.175 38.825C19.3917 38.0417 19 37.1 19 36C19 34.9 19.3917 33.9583 20.175 33.175C20.9583 32.3917 21.9 32 23 32H33C34.1 32 35.0417 32.3917 35.825 33.175C36.6083 33.9583 37 34.9 37 36C37 37.1 36.6083 38.0417 35.825 38.825C35.0417 39.6083 34.1 40 33 40H23ZM23 39C22.1667 39 21.4583 38.7083 20.875 38.125C20.2917 37.5417 20 36.8333 20 36C20 35.1667 20.2917 34.4583 20.875 33.875C21.4583 33.2917 22.1667 33 23 33C23.8333 33 24.5417 33.2917 25.125 33.875C25.7083 34.4583 26 35.1667 26 36C26 36.8333 25.7083 37.5417 25.125 38.125C24.5417 38.7083 23.8333 39 23 39Z" fill="white"/>
|
||||
<rect x="10" y="10" width="36" height="36" rx="3" stroke="white" stroke-width="2"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,9 @@
|
||||
<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="28" cy="28" r="18.25" stroke="white" stroke-width="1.5"/>
|
||||
<mask id="mask0_735_5306" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="16" y="16" width="24" height="24">
|
||||
<rect x="16" y="16" width="24" height="24" fill="#C4C4C4"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_735_5306)">
|
||||
<path d="M26 37L27 30H23.5C23.25 30 23.0957 29.9333 23.037 29.8C22.979 29.6667 23.0167 29.4833 23.15 29.25L29 19H30L29 26H32.5C32.75 26 32.904 26.0667 32.962 26.2C33.0207 26.3333 32.9833 26.5167 32.85 26.75L27 37H26Z" fill="white"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 626 B |
@@ -0,0 +1,10 @@
|
||||
<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="8.93" y="26.57" width="37.82" height="13.02" rx="1.55" stroke="white" stroke-width="1.86"/>
|
||||
<line x1="8.93" y1="42.07" x2="46.75" y2="42.07" stroke="white" stroke-width="1.86" stroke-linecap="round"/>
|
||||
<circle cx="30.32" cy="33.08" r="1.24" fill="white"/>
|
||||
<circle cx="34.04" cy="33.08" r="1.24" fill="white"/>
|
||||
<circle cx="37.76" cy="33.08" r="1.24" fill="white"/>
|
||||
<circle cx="41.48" cy="33.08" r="1.24" fill="white"/>
|
||||
<line x1="14.51" y1="25.95" x2="14.51" y2="12.93" stroke="white" stroke-width="1.86" stroke-linecap="round"/>
|
||||
<line x1="39.31" y1="25.95" x2="39.31" y2="12.93" stroke="white" stroke-width="1.86" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 749 B |
@@ -0,0 +1,8 @@
|
||||
<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="11" y="12" width="34" height="8" rx="1" stroke="white" stroke-width="2"/>
|
||||
<circle cx="40" cy="16" r="1" fill="white"/>
|
||||
<rect x="11" y="24" width="34" height="8" rx="1" stroke="white" stroke-width="2"/>
|
||||
<circle cx="40" cy="28" r="1" fill="white"/>
|
||||
<rect x="11" y="36" width="34" height="8" rx="1" stroke="white" stroke-width="2"/>
|
||||
<circle cx="40" cy="40" r="1" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 487 B |
@@ -0,0 +1,10 @@
|
||||
<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="18.75" y="8.75" width="18.5" height="38.5" rx="1.25" stroke="white" stroke-width="1.5"/>
|
||||
<line x1="20" y1="17.25" x2="37" y2="17.25" stroke="white" stroke-width="1.5"/>
|
||||
<line x1="20" y1="27.25" x2="37" y2="27.25" stroke="white" stroke-width="1.5"/>
|
||||
<line x1="20" y1="37.25" x2="37" y2="37.25" stroke="white" stroke-width="1.5"/>
|
||||
<circle cx="33" cy="13" r="1" fill="white"/>
|
||||
<circle cx="33" cy="23" r="1" fill="white"/>
|
||||
<circle cx="33" cy="33" r="1" fill="white"/>
|
||||
<circle cx="33" cy="43" r="1" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 621 B |
@@ -0,0 +1,26 @@
|
||||
<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="5.93972" y="20.3244" width="43.227" height="14.409" rx="1.5662" stroke="white" stroke-width="1.87944"/>
|
||||
<rect x="10.0118" y="23.1434" width="5.01183" height="6.26478" rx="0.626478" fill="white"/>
|
||||
<rect x="17.5295" y="23.1434" width="5.01183" height="6.26478" rx="0.626478" fill="white"/>
|
||||
<rect x="25.0472" y="23.1434" width="5.01183" height="6.26478" rx="0.626478" fill="white"/>
|
||||
<rect x="32.5649" y="23.1434" width="5.01183" height="6.26478" rx="0.626478" fill="white"/>
|
||||
<rect x="40.0827" y="23.1434" width="5.01183" height="6.26478" rx="0.626478" fill="white"/>
|
||||
<line x1="6.25293" y1="31.2878" x2="48.8535" y2="31.2878" stroke="white" stroke-width="1.25296"/>
|
||||
<line x1="27.8664" y1="34.4202" x2="27.8664" y2="31.9143" stroke="white" stroke-width="1.87944"/>
|
||||
<line x1="10.683" y1="37.4183" x2="10.683" y2="35.0914" stroke="white" stroke-width="1.16346" stroke-linecap="round"/>
|
||||
<line x1="13.01" y1="37.4183" x2="13.01" y2="35.0914" stroke="white" stroke-width="1.16346" stroke-linecap="round"/>
|
||||
<line x1="15.3369" y1="37.4183" x2="15.3369" y2="35.0914" stroke="white" stroke-width="1.16346" stroke-linecap="round"/>
|
||||
<line x1="17.6638" y1="37.4183" x2="17.6638" y2="35.0914" stroke="white" stroke-width="1.16346" stroke-linecap="round"/>
|
||||
<line x1="19.9907" y1="37.4183" x2="19.9907" y2="35.0914" stroke="white" stroke-width="1.16346" stroke-linecap="round"/>
|
||||
<line x1="22.3177" y1="37.4183" x2="22.3177" y2="35.0914" stroke="white" stroke-width="1.16346" stroke-linecap="round"/>
|
||||
<line x1="24.6446" y1="37.4183" x2="24.6446" y2="35.0914" stroke="white" stroke-width="1.16346" stroke-linecap="round"/>
|
||||
<line x1="26.9715" y1="37.4183" x2="26.9715" y2="35.0914" stroke="white" stroke-width="1.16346" stroke-linecap="round"/>
|
||||
<line x1="29.2984" y1="37.4183" x2="29.2984" y2="35.0914" stroke="white" stroke-width="1.16346" stroke-linecap="round"/>
|
||||
<line x1="31.6254" y1="37.4183" x2="31.6254" y2="35.0914" stroke="white" stroke-width="1.16346" stroke-linecap="round"/>
|
||||
<line x1="33.9523" y1="37.4183" x2="33.9523" y2="35.0914" stroke="white" stroke-width="1.16346" stroke-linecap="round"/>
|
||||
<line x1="36.2792" y1="37.4183" x2="36.2792" y2="35.0914" stroke="white" stroke-width="1.16346" stroke-linecap="round"/>
|
||||
<line x1="38.6061" y1="37.4183" x2="38.6061" y2="35.0914" stroke="white" stroke-width="1.16346" stroke-linecap="round"/>
|
||||
<line x1="40.933" y1="37.4183" x2="40.933" y2="35.0914" stroke="white" stroke-width="1.16346" stroke-linecap="round"/>
|
||||
<line x1="43.2599" y1="37.4183" x2="43.2599" y2="35.0914" stroke="white" stroke-width="1.16346" stroke-linecap="round"/>
|
||||
<line x1="45.5868" y1="37.4183" x2="45.5868" y2="35.0914" stroke="white" stroke-width="1.16346" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.7 KiB |
@@ -0,0 +1,9 @@
|
||||
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="64" height="64" fill="#212D46"/>
|
||||
<mask id="mask0_776_4087" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="16" y="16" width="32" height="32">
|
||||
<rect x="16" y="16" width="32" height="32" fill="#C4C4C4"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_776_4087)">
|
||||
<path d="M22.6665 44V21.3334H34.6665L35.1998 24H42.6665V37.3334H33.3332L32.7998 34.6667H25.3332V44H22.6665ZM35.5332 34.6667H39.9998V26.6667H32.9998L32.4665 24H25.3332V32H34.9998L35.5332 34.6667Z" fill="white"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 580 B |
@@ -0,0 +1,9 @@
|
||||
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="64" height="64" fill="#212D46"/>
|
||||
<mask id="mask0_776_4097" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="16" y="15" width="33" height="33">
|
||||
<rect x="16.75" y="15.5991" width="32" height="32" fill="#C4C4C4"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_776_4097)">
|
||||
<path d="M46.0833 28.9325L45.25 27.0991L43.4167 26.2658L45.25 25.4325L46.0833 23.5991L46.9167 25.4325L48.75 26.2658L46.9167 27.0991L46.0833 28.9325ZM42.0833 23.5991L40.8167 20.8658L38.0833 19.5991L40.8167 18.3325L42.0833 15.5991L43.35 18.3325L46.0833 19.5991L43.35 20.8658L42.0833 23.5991ZM28.75 44.9325C28.0167 44.9325 27.3891 44.6716 26.8673 44.1498C26.3447 43.6271 26.0833 42.9991 26.0833 42.2658H31.4167C31.4167 42.9991 31.1558 43.6271 30.634 44.1498C30.1113 44.6716 29.4833 44.9325 28.75 44.9325ZM23.4167 40.9325V38.2658H34.0833V40.9325H23.4167ZM23.75 36.9325C22.2167 36.0213 21.0002 34.7991 20.1007 33.2658C19.2002 31.7325 18.75 30.0658 18.75 28.2658C18.75 25.488 19.7224 23.1271 21.6673 21.1831C23.6113 19.2382 25.9722 18.2658 28.75 18.2658C31.5278 18.2658 33.8887 19.2382 35.8327 21.1831C37.7776 23.1271 38.75 25.488 38.75 28.2658C38.75 30.0658 38.3002 31.7325 37.4007 33.2658C36.5002 34.7991 35.2833 36.0213 33.75 36.9325H23.75ZM24.55 34.2658H32.95C33.95 33.5547 34.722 32.6769 35.266 31.6325C35.8109 30.588 36.0833 29.4658 36.0833 28.2658C36.0833 26.2213 35.3722 24.488 33.95 23.0658C32.5278 21.6436 30.7944 20.9325 28.75 20.9325C26.7056 20.9325 24.9722 21.6436 23.55 23.0658C22.1278 24.488 21.4167 26.2213 21.4167 28.2658C21.4167 29.4658 21.6891 30.588 22.234 31.6325C22.778 32.6769 23.55 33.5547 24.55 34.2658Z" fill="white"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,9 @@
|
||||
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="64" height="64" fill="#212D46"/>
|
||||
<mask id="mask0_776_4092" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="16" y="16" width="32" height="32">
|
||||
<rect x="16" y="16" width="32" height="32" fill="#C4C4C4"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_776_4092)">
|
||||
<path d="M27.4668 46L24.9335 41.7333L20.1335 40.6667L20.6002 35.7333L17.3335 32L20.6002 28.2667L20.1335 23.3333L24.9335 22.2667L27.4668 18L32.0002 19.9333L36.5335 18L39.0668 22.2667L43.8668 23.3333L43.4002 28.2667L46.6668 32L43.4002 35.7333L43.8668 40.6667L39.0668 41.7333L36.5335 46L32.0002 44.0667L27.4668 46ZM30.6002 36.7333L38.1335 29.2L36.2668 27.2667L30.6002 32.9333L27.7335 30.1333L25.8668 32L30.6002 36.7333ZM28.6002 42.6L32.0002 41.1333L35.4668 42.6L37.3335 39.4L41.0002 38.5333L40.6668 34.8L43.1335 32L40.6668 29.1333L41.0002 25.4L37.3335 24.6L35.4002 21.4L32.0002 22.8667L28.5335 21.4L26.6668 24.6L23.0002 25.4L23.3335 29.1333L20.8668 32L23.3335 34.8L23.0002 38.6L26.6668 39.4L28.6002 42.6Z" fill="white"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 332 B |