first change

This commit is contained in:
2025-07-27 17:40:56 +05:45
commit f8b9a6725b
3152 changed files with 229528 additions and 0 deletions

View File

@@ -0,0 +1,257 @@
/* Global */
:root {
--lqd-container-width: 1170px;
--lqd-container-width-md: 100%;
--lqd-container-width-sm: 100%;
--lqd-row-gutter-y: 20px;
--lqd-row-gutter-x: 20px;
--lqd-color-primary: #225469;
--lqd-color-secondary: #54595f;
--lqd-body-text-color: #7a7a7a;
--lqd-color-accent: #61ce70;
--lqd-color-gradient-start: #aebae0;
--lqd-color-gradient-stop: #e6a042;
--lqd-color-darkgreen: #103a40;
--lqd-color-amber-100: #fcf5f3;
--lqd-color-amber-600: #cc7851;
--lqd-color-blue-100: #e9ecfb;
--lqd-color-blue-200: #f0f2fa;
--lqd-color-blue-300: #c4d4ff;
--lqd-color-blue-500: #4d68f9;
--lqd-color-blue-600: #2a63eb;
--lqd-color-blue-700: #2560ff;
--lqd-color-blue-800: #1c206f;
--lqd-color-blue-900: #0e1758bd;
--lqd-color-emerald-500: #49c193;
--lqd-color-gray-100: #f0f0f0;
--lqd-color-gray-300: #d1d5db;
--lqd-color-gray-400: #b4b6c6;
--lqd-color-gray-500: #6b7280;
--lqd-color-gray-700: #374151;
--lqd-color-green-100: #eafbf7;
--lqd-color-green-200: #d7edea;
--lqd-color-green-500: #49c193;
--lqd-color-green-700: #0da781;
--lqd-color-purple-100: #d4ccff;
--lqd-color-purple-300: #9a8dff;
--lqd-color-purple-400: #b469ff;
--lqd-color-purple-500: #7a25ff;
--lqd-color-purple-700: #5725ff;
--lqd-color-red-100: #fceeec;
--lqd-color-slate-100: #ebeff1;
--lqd-color-slate-400: #94a3b8;
--lqd-color-slate-500: #64748b;
--lqd-color-slate-600: #4d7184;
--lqd-color-slate-700: #45485f;
--lqd-color-slate-900: #292b57;
--lqd-color-cyan-100: #eaf7fa;
--lqd-color-sky-100: #c7ecfe;
--lqd-color-sky-800: #104662;
--lqd-color-sky-900: #083467;
--lqd-color-orange-100: #fde9cd;
--lqd-color-orange-500: #f69f29;
--lqd-color-orange-700: #cc7851;
--lqd-color-yellow-500: #ffc221;
--lqd-badge-color: #6f6fff;
--lqd-text-font-family: "Outfit", sans-serif;
--lqd-text-font-weight: 400;
--lqd-sticky-header-height: 56px;
--lqd-sticky-header-placeholder-height: 0;
--lqd-sticky-header-sentinel-top: var(--lqd-sticky-header-placeholder-height);
--lqd-body-font-family: "Outfit", sans-serif;
--lqd-body-font-size: 18px;
--lqd-body-font-weight: 400;
--lqd-body-text-color: #627c89;
--lqd-heading-color: #181b31;
--lqd-heading-font-family: var(--lqd-body-font-family);
--lqd-heading-font-weight: 600;
--lqd-heading-line-height: 1.2em;
--lqd-h1-color: #444762;
--lqd-h1-font-family: "Outfit", sans-serif;
--lqd-h1-font-size: 55px;
--lqd-h1-font-weight: 700;
--lqd-h2-color: #45485f;
--lqd-h2-font-family: var(--lqd-h1-font-family);
--lqd-h2-font-size: 40px;
--lqd-h2-font-weight: 700;
--lqd-h3-font-size: 32px;
--lqd-h4-font-size: 25px;
--lqd-h5-font-size: 21px;
--lqd-h6-font-size: 18px;
--lqd-cc-bc: var(--lqd-color-primary);
--lqd-cc-bg: var(--lqd-color-primary);
--lqd-cc-size-outer: 35px;
--lqd-cc-size-inner: 7px;
--lqd-cc-bw: 1px;
--lqd-cc-br: calc(var(--lqd-cc-size-outer) / 2);
--lqd-cc-active-bc: var(--lqd-color-primary);
--lqd-cc-active-bg: var(--lqd-color-primary);
--lqd-cc-active-bw: 1px;
--lqd-cc-active-circle-color: #fff;
--lqd-cc-active-circle-txt: #000;
--lqd-cc-active-arrow-color: #fff;
}
.lqd-gdpr-accept:hover {
color: #eff3f5;
background-color: #184341;
}
.font-title {
font-family: var(--lqd-h1-font-family);
}
@media screen and (min-width: 992px) {
body.has-sidebar #lqd-contents-wrap {
padding-top: 25px;
}
}
.module-icons {
--grid-template-columns: repeat(0, auto);
--icon-size: 20px;
--grid-column-gap: 15px;
--grid-row-gap: 0px;
}
.social-icons-wrapper a:hover {
color: #34353c;
fill: #34353c;
}
/* Button */
.module-btn-xxs {
--btn-pt: 4px;
--btn-pe: 8px;
--btn-pb: 2px;
--btn-ps: 8px;
}
.module-btn-xs {
--btn-pt: 5px;
--btn-pe: 10px;
--btn-pb: 5px;
--btn-ps: 10px;
}
.module-btn-sm {
--btn-pt: 5px;
--btn-pe: 12px;
--btn-pb: 5px;
--btn-ps: 22px;
}
.module-btn-md {
--btn-pt: 15px;
--btn-pe: 35px;
--btn-pb: 15px;
--btn-ps: 35px;
}
.module-btn-circle {
--btn-pt: 15px;
--btn-pe: 15px;
--btn-pb: 15px;
--btn-ps: 15px;
}
/* Main Header */
.main-header .module-btn-sm {
--icon-mt: 0;
--icon-me: 0;
--icon-mb: 0;
--icon-ms: 0;
}
.main-header .btn-hover-txt-marquee-y:hover {
color: var(--lqd-color-blue-200);
background-color: var(--lqd-color-blue-900);
}
.main-nav {
--lqd-menu-items-top-padding: 0;
--lqd-menu-items-right-padding: 25px;
--lqd-menu-items-bottom-padding: 0;
--lqd-menu-items-left-padding: 40px;
}
/* Lity Modal */
.main-header .lqd-contact-form {
--inputs-margin: 0px 0px 15px 0px;
--input-margin-bottom: 15px;
}
@media (max-width: 1199px) {
.lity-modal .ld-fancy-heading h2 {
font-size: 84px;
line-height: 0.75em;
}
}
@media (max-width: 991px) {
.lity-modal .ld-fancy-heading h2 {
font-size: 48px;
}
}
/* Footer */
.main-footer .badge-color {
--lqd-badge-color: #00cb99;
}
.main-footer .btn-solid {
--icon-mt: 0;
--icon-me: 12px;
--icon-mb: 0;
--icon-ms: 0;
--btn-pt: 8px;
--btn-pe: 0;
--btn-pb: 8px;
--btn-ps: 0;
}
.main-footer .btn-dark:hover {
background-color: var(--lqd-color-blue-900);
color: #fff;
}
.main-footer .btn-light:hover {
background-color: var(--lqd-color-blue-100);
color: #000;
}
.main-footer .icon-list-items {
--e-icon-list-icon-size: 12px;
--e-icon-list-icon-align: center;
--e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);
}
.main-footer .icon-list-items i {
width: 1.25em;
font-size: var(--e-icon-list-icon-size);
}
@media (max-width: 1199px) {
/* .main-footer .footer-content {
padding: 40px 14px 0 14px;
} */
.main-footer .module-bottom {
margin-top: 20px;
}
}
@media (max-width: 767px) {
/* .main-footer .footer-content {
padding: 40px 6px 0 6px;
} */
.main-footer .footer-content .module-title h3 {
margin: 1em 0 0 0;
}
}

View File

@@ -0,0 +1,21 @@
/* Form */
.form .module-container {
max-width: 945px;
}
.form .module-form {
border-top: 10px solid #E66C6C;
}
@media (max-width: 1199px) {
.form {
padding: 0 10px;
}
.form .module-col {
padding-right: 10px;
padding-left: 10px;
}
}
@media (max-width: 767px) {
.form .module-form {
padding: 45px 30px;
}
}

View File

@@ -0,0 +1,812 @@
/* ***** Banner ***** */
.banner .btn-naked {
--icon-font-size: 1em;
--icon-mt: 04px;
--icon-me: 0px;
--icon-mb: 0px;
--icon-ms: 20px;
}
.banner .btn-hover-txt-switch:hover {
color: var(--lqd-color-green-100);
background-color: var(--lqd-color-green-700);
}
.banner .lqd-imggrp-single[data-float] {
--float-animate-to: 4%;
--float-animation-ease: ease-in-out;
}
.banner .ld-fancy-heading h1 {
font-size: 60px;
}
@media (max-width: 1199px) {
.banner {
padding: 120px 14px 0 14px;
}
.banner .module-content {
margin: 0 40px 0 0;
}
.banner .module-left {
padding: 10px 0 10px 36px;
}
.banner .ld-fancy-heading h1 {
font-size: 60px;
}
.banner .ld-fancy-heading h3 {
font-size: 30px;
}
}
@media (max-width: 767px) {
.banner {
padding: 120px 6px 0 6px;
}
.banner .module-content {
margin: 0;
}
.banner .ld-fancy-heading h1 {
font-size: 50px;
}
.banner .ld-fancy-heading h3 {
font-size: 20px;
}
.banner .module-text p {
font-size: 16px;
}
}
/* ***** Clients ***** */
@media (max-width: 1199px) {
.clients {
padding: 10px 14px 0 14px;
}
.clients .right-space {
padding: 0 20px 0 0;
}
.clients .left-space {
padding: 0 0 0 20px;
}
}
@media (max-width: 767px) {
.clients {
padding: 0 6px 0 6px;
}
.clients .module-client {
padding: 0 0 30px 0;
}
}
/* ***** BG Shape ***** */
@media (max-width: 1199px) {
.bg-shape {
margin: 0;
}
}
/* ***** About ***** */
.about .iconbox h3 {
font-family: var(--lqd-h1-font-family);
color: #45485F;
}
.about .lqd-iconbox-scale:hover .bg-green-100 {
background-color: #129B67;
}
.about .lqd-iconbox-scale:hover .bg-blue-100 {
background-color: #3750E0;
}
.about .lqd-iconbox-scale:hover .bg-gray-100 {
background-color: #767B7E;
}
.about .lqd-iconbox-scale:hover .bg-red-100 {
background-color: #E8664D;
}
.about .lqd-iconbox-scale:hover .bg-slate-100 {
background-color: #476D83;
}
.about .lqd-iconbox-scale:hover .bg-cyan-100 {
background-color: #40B8D5;
}
.about .lqd-iconbox-scale:hover svg path:not([stroke=none]) {
fill: #E6F4EE;
}
.about .lqd-iconbox-scale:hover .bg-red-100>svg *:not([stroke=none]) {
stroke: #FCEEEC;
}
.about .lqd-iconbox-scale:hover .bg-slate-100>svg *:not([stroke=none]) {
stroke: #EBEFF1;
}
@media (max-width: 1199px) and (min-width: 768px) {
.about .module-text {
width: 18%;
}
}
@media (max-width: 1199px) {
/* .about {
padding: 40px 14px 0 14px;
} */
.about .module-icon-box {
margin-top: 40px;
}
.about .ld-fancy-heading h2 {
margin-right: 3em;
}
}
@media (max-width: 767px) {
.about {
padding: 40px 6px 0 6px;
}
.about .lqd-iconbox-scale {
padding: 20px;
}
.about .module-spacer {
padding-right: 60%;
}
}
/* ***** Features ***** */
.features .lqd-tabs-nav>li>a,
.features .lqd-tabs-nav .h3,
.features .lqd-tabs-nav>li>a .lqd-tabs-nav-txt {
font-family: var(--lqd-h1-font-family);
font-size: 35px;
line-height: 1.14em;
}
.features .lqd-tabs-nav>li .lqd-tabs-nav-txt::before {
background-color: transparent;
background-image: linear-gradient(90deg, #AEBAE0 30%, #E6A042 70%);
}
.features .lqd-tabs .lqd-tabs-nav>li .lqd-tabs-nav-txt span {
background-color: #A5B5C3;
}
.features .lqd-tabs-nav a.active .lqd-tabs-nav-txt:before {
opacity: 1;
}
.features .lqd-slsh-item .ld-slideelement-hidden-inner,
.features .lqd-tabs-nav a.active .lqd-tabs-nav-txt span {
opacity: 0;
}
.features .lqd-tabs-nav a.active~.lqd-tabs-nav-ext {
opacity: 1;
transform: translateX(var(--lqd-tabs-nav-translate, 0));
}
.features .module-section {
min-height: 510px;
}
.features .lqd-tabs-content .container {
max-width: 980px;
}
.features .btn-solid {
--icon-mt: 0;
--icon-me: 0;
--icon-mb: 0;
--icon-ms: 40px;
}
.features .btn-icon-right:hover {
color: #FFFFFF;
background-color: #30546F;
}
.features .module-btn-xs:hover {
background-color: var(--lqd-color-blue-700);
color: #ffffff;
}
@media (max-width: 1199px) {
.features {
padding: 40px 14px 0 14px;
}
.features .module-section {
padding-right: 25px;
padding-left: 25px;
}
.features .ld-fancy-heading h2 {
font-size: 32px;
}
}
@media (max-width: 767px) {
.features {
padding: 40px 6px 0 6px;
}
.features .lqd-tabs {
padding-bottom: 40px;
}
}
/* ***** Text Box Image ***** */
.text-box-image .lqd-imggrp-single[data-float] {
--float-animate-from: -2%;
--float-animate-to: 1%;
--float-delay: 0s;
--float-animation-ease: ease-in-out;
}
.text-box-image .lqd-iconbox-scale:hover .iconbox-icon-container {
color: #FFFFFF;
background-color: #2A63EB;
}
@media (max-width: 1199px) {
.text-box-image {
padding: 60px 14px;
}
.text-box-image .lqd-imggrp-single {
margin: -40px 0 -80px 0;
}
}
@media (max-width: 767px) {
.text-box-image {
padding: 60px 6px 80px 6px;
}
.text-box-image .module-section {
margin-top: 60px;
}
.text-box-image .ld-fancy-heading h2 {
font-size: 25px;
}
.text-box-image .lqd-imggrp-single {
margin: -40px 0 -40px 0;
}
}
/* ***** Tab Items ***** */
.tab-items .lqd-tabs-nav {
--icon-size: 34px;
}
.tab-items .lqd-tabs-style-2 .lqd-tabs-nav a.active .lqd-tabs-nav-progress-inner {
transform-origin: left;
transform: scaleX(1);
}
.tab-items .lqd-imggrp-single[data-float] {
--float-animate-from: -3%;
--float-animate-to: 3%;
--float-animation-ease: ease-in-out;
}
@media (max-width: 1199px) {
.tab-items {
padding: 0 14px 0 14px;
}
.tab-items .lqd-tabs-content {
padding: 0 14px 80px 14px;
}
.tab-items .module-img {
margin-bottom: -160px;
}
.tab-items .module-img .lqd-imggrp-img-container {
width: 32%;
}
.tab-items .lqd-tabs-nav {
--icon-size: 25px;
}
}
@media (max-width: 991px) {
.tab-items .lqd-tabs {
flex-direction: column;
flex-wrap: nowrap;
}
}
@media (max-width: 767px) {
.tab-items {
padding: 80px 6px 0 6px;
}
.tab-items .lqd-tabs-content {
padding: 0 6px;
}
.tab-items .module-title h2 {
font-size: 32px;
}
.tab-items .module-avatar {
margin-right: -50px;
}
.tab-items .lqd-tabs-nav {
--icon-size: 32px;
}
.tab-items .module-content {
padding: 20px;
}
.tab-items .module-content .module-avatar {
width: 25%;
}
.tab-items .module-content .module-text {
width: 75%;
}
}
/* ***** Pricing ***** */
.pricing .background-overlay {
background-size: 120% auto;
}
.pricing .module-section:hover {
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.pricing .lqd-shape-top svg {
width: calc(110% + 1.3px);
height: 500px;
}
.pricing .module-shape {
left: -368px;
}
.pricing .lqd-tabs-nav {
--icon-size: 1em;
}
.pricing .lqd-tabs-style-9-alt2 .lqd-tabs-nav li {
background-color: #EFF3F5;
}
.pricing .lqd-tabs .lqd-tabs-nav a {
color: #033350;
}
.pricing .lqd-tabs .lqd-tabs-nav a.active {
color: #FF4D12;
background-color: #FFFFFF;
}
.pricing .btn:hover,
.pricing .btn:focus {
color: #FFFFFF;
}
.pricing .bg-red-100 {
box-shadow: 0px 16px 33px 0px #FAF1EC;
}
.pricing .bg-green-100 {
box-shadow: 0px 17px 33px 0px #EAFBF7;
}
.pricing .module-btn-1:hover,
.pricing .module-btn-1:focus {
background-color: var(--lqd-color-amber-600)
}
.pricing .module-btn-3:hover,
.pricing .module-btn-3:focus {
background-color: var(--lqd-color-emerald-500);
}
.pricing .module-btn-2:hover,
.pricing .module-btn-2:focus {
color: var(--lqd-color-blue-500);
background-color: #F0F4FE;
}
@media (max-width: 1199px) {
.pricing {
padding: 20px 14px 320px 14px;
}
.pricing .module-section {
margin: 0 10px 0 10px;
}
.pricing .module-section-bottom {
margin-top: 10px;
margin-bottom: 5px;
padding: 15px;
}
.pricing .lqd-imggrp-img-container {
width: 45%;
}
.pricing .lqd-shape-top svg {
width: calc(180% + 1.3px);
height: 650px;
}
.pricing .pos-abs {
left: -274px;
}
}
@media (max-width: 767px) {
.pricing {
padding: 0 6px;
}
.pricing .background-overlay {
background-position: center center;
background-size: contain;
}
.pricing .lqd-shape-top svg {
width: calc(220% + 1.3px);
height: 500px;
}
.pricing .module-pricing {
padding: 10px;
}
.pricing .module-sections {
padding: 0 6px 0 6px;
}
.pricing .module-section {
margin: 0 0 20px 0;
}
.pricing .ld-fancy-heading h2 {
font-size: 32px;
}
}
/* ***** Analysis ***** */
@media (max-width: 1199px) {
.analysis {
padding: 80px 0 40px 0;
}
.analysis .module-img {
margin-bottom: -190px;
padding: 0px 14px 0px 14px;
}
.about .analysis .module-img {
margin-bottom: 0px;
padding: 0px 14px 0px 14px;
}
.analysis .module-content {
padding: 0px 14px 0px 14px;
}
.analysis .module-right {
width: 90%;
}
}
@media (max-width: 767px) {
.analysis {
padding: 60px 6px 0 6px;
}
.analysis .module-img {
margin-bottom: -60px;
}
.analysis .module-content {
padding: 0;
}
.analysis .ld-fancy-heading h2 {
font-size: 32px;
padding: 10px 0 0 0;
}
}
/* ***** Process ***** */
.process .btn-solid:hover {
background-color: var(--lqd-color-green-100);
color: var(--lqd-color-green-500);
}
.process .module-icon-box {
background-size: 60% auto;
}
.process .iconbox:hover .iconbox-icon-container {
box-shadow: 0 0 20px 0px rgba(22, 91, 253, 0.603);
}
.process .shadow-green:hover .bg-green-500 {
box-shadow: 0 0 20px 0px rgba(0, 203, 153, 0.51);
}
@media (max-width: 1199px) {
.process {
padding: 0 14px 0px 14px;
}
.process .module-img .lqd-imggrp-single {
margin-bottom: -80px;
}
.process .module-img .lqd-imggrp-img-container {
width: 35%;
}
}
@media (max-width: 767px) {
.process {
padding: 0px 6px;
}
.process .ld-fancy-heading h2 {
font-size: 32px;
}
}
/* ***** Testimonials ***** */
.testimonials .background-overlay {
background-size: 150% auto;
}
/* .testimonials .lqd-shape[data-negative=false].lqd-shape .lqd-custom-shape {
transform: translateX(-50%) rotate(180deg);
} */
.testimonials .lqd-shape svg {
width: calc(200% + 1.3px);
}
.testimonials .lqd-testi .lqd-star-rating-fill:before {
background: #6355FF;
}
.testimonials .lqd-testi .lqd-star-rating .active {
color: #6355FF;
}
.testimonials .testimonials-clients .container {
max-width: 1040px;
}
.testimonials-clients .icon-list-items {
--e-icon-list-icon-size: 14px;
--e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;
}
.testimonials-clients .icon-list-icon i {
width: 1.25em;
font-size: var(--e-icon-list-icon-size);
}
.testimonials-clients .icon-list-item>.elementor-icon-list-text,
.testimonials-clients .icon-list-item>a {
font-family: var(--lqd-text-font-family), Sans-serif;
font-weight: var(--lqd-text-font-weight);
}
.testimonials-clients .icon-list-text {
padding-left: 3px;
}
.testimonials .carousel-dots-mobile .flickity-page-dots .dot {
background-color: #9B9B9B;
}
.testimonials .carousel-dots-mobile .flickity-page-dots .dot.is-selected {
background-color: #FFFFFF;
}
@media (max-width: 1199px) {
.testimonials {
padding: 60px 14px;
}
.testimonials .background-overlay {
background-size: 240vw auto;
}
.testimonials .lqd-shape svg {
width: calc(300% + 1.3px);
height: 12px;
}
.testimonials .carousel-item {
width: calc(100% / 2);
padding-inline-start: 15px;
padding-inline-end: 15px;
}
}
@media (max-width: 767px) {
.testimonials {
padding: 40px 6px 60px 6px;
}
.testimonials .background-overlay {
background-position: -130px 570px;
background-size: 1000px auto;
}
.testimonials .lqd-shape svg {
width: calc(300% + 1.3px);
height: 6px;
}
.testimonials .module-carousels {
padding: 0 10px 0 10px;
}
.testimonials .ld-fancy-heading h2 {
font-size: 32px;
}
.testimonials .carousel-item {
width: calc(100% / 1);
padding-inline-start: 30px;
padding-inline-end: 30px;
}
.testimonials .lqd-imggrp-img-container {
width: 80%;
}
}
/* ***** Blog ***** */
.blog .btn-label:hover {
background-color: var(--lqd-color-blue-100);
color: var(--lqd-color-blue-500);
}
.blog .lqd-lp .lqd-lp-img .lqd-overlay {
background-color: #430080C7;
}
@media (max-width: 1199px) {
.blog {
padding: 60px 14px 0 14px;
}
}
@media (max-width: 767px) {
.blog {
padding: 60px 6px 0 6px;
}
.blog .module-blog {
margin-bottom: 30px;
}
.blog .ld-fancy-heading h2 {
font-size: 32px;
}
}
/* ***** How It Work ***** */
.how-it-work .bg-size {
background-size: 64% auto;
}
.how-it-work .accordion-title a {
font-family: var(--lqd-h1-font-family);
color: white;
}
@media (max-width: 1199px) {
.how-it-work {
padding: 0px 14px 0 14px;
}
}
@media (max-width: 767px) {
.how-it-work {
padding: 0px 6px 0 6px;
}
.how-it-work .module-title {
background-position: top center;
padding: 0 6px 60px 6px;
}
.how-it-work .ld-fancy-heading h2 {
font-size: 32px;
}
}
/* ***** Social Media ***** */
@media (max-width: 767px) {
.social-media {
padding: 30px 0 60px 0;
}
.social-media .iconbox-icon-container {
font-size: 60px;
}
}
/* ***** Contact ***** */
.contact .btn-solid {
--icon-font-size: 1.2em;
background-color: #083467;
}
.contact .module-lines {
height: 4px;
}
@media (max-width: 1199px) {
.contact {
padding: 60px 14px 20px 14px;
}
.contact .ld-fancy-heading {
padding-left: 30px;
}
.contact .ld-fancy-heading h2 {
font-size: 22px;
}
.contact .btn-solid {
--icon-ms: 10px;
--btn-pt: 10px;
--btn-pe: 20px;
--btn-pb: 10px;
--btn-ps: 25px;
}
}
@media (max-width: 767px) {
.contact {
padding: 0 6px 40px 6px;
}
.contact .ld-fancy-heading h2 {
font-size: 20px;
}
.contact .module-section {
padding-top: 30px;
padding-bottom: 30px;
}
.contact .ld-fancy-heading {
padding-left: 0;
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,613 @@
.video-container {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 10px;
cursor: pointer;
border-radius: 30px;
}
.video-container .text{
position: absolute;
bottom: 40px;
left: 0;
background-color: white;
padding: 20px 20px;
border-radius: 30px;
margin:0 5px;
}
.video-container .text p{
color:#483286 ;
}
.video-container .name{
position: absolute;
bottom: 0;
left: 0;
background-color: white;
display: flex;
justify-content: space-between;
padding: 20px 20px;
border-radius:0 0 30px 30px;
border-top: 1px solid #483286;
margin:0 5px 5px 5px;
width: 100%;
}
.video-container .name h4{
color:#483286 ;
}
.video-container video {
width: 100%;
height: 100%;
object-fit: cover;
}
.play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 30px;
color: white;
background: rgba(0, 0, 0, 0.5);
border-radius: 50%;
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s ease-in-out;
}
.video-container:hover .play-button, .video-container:hover .text {
opacity: 0; /* Hide play button on hover */
}
.video-container:hover .name {
border: 0;
border-radius: 30px;
}
/* universities image slider */
.swiper-universities {
width: 100%;
height: auto;
/* padding-bottom: 100px !important; */
/* overflow: hidden; */
}
.swiper-universities .swiper-wrapper{
display: flex;
/* justify-content: center; */
gap: 0px;
/* align-items: center; */
transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
padding-top: 30px;
/* padding-bottom: 90px;
margin-bottom: 90px; */
width: 100%;
}
.swiper-universities .swiper-slide {
height: 150px;
/* margin: 30px 0; */
/* padding-bottom: 90px; */
margin-bottom: 120px;
/* padding: 30px; */
}
.swiper-universities .swiper-slide .text h3{
font-size: 12px;
text-align: center;
}
.swiper-universities .swiper-slide .image img{
height: 100%;
width: 100%;
border-radius: 10px;
}
@media (min-width:768px) {
.swiper-universities .swiper-slide .image img{
border-radius: 30px;
}
.swiper-universities .swiper-slide .text h3{
font-size: 18px;
}
}
.swiper-universities .swiper-slide .image {
width: 100%;
height: 100%;
transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
filter: grayscale(10%); /* Default blur and grayscale effect */
position: relative;
object-fit: cover;
}
.swiper-universities .swiper-slide .image .text{
position: absolute;
left: 10%;
bottom: 10%;
}
.swiper-universities .swiper-slide-active .image{
transform: scale(1.1); /* Increase size */
filter: blur(0) grayscale(0); /* Default blur and grayscale effect */
}
/* .swiper-universities .swiper-slide-active .image .text h3{
background-color: black;
padding: 5px;
color: white;
} */
/* about page teacher slider */
.swiper-teachers {
width: 90%;
height: auto;
margin: auto;
padding-bottom: 100px !important;
/* overflow: hidden; */
}
.swiper-teachers .swiper-wrapper{
display: flex;
/* justify-content: center; */
gap: 0px;
align-items: center;
transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
padding-top: 30px;
height: auto;
}
.swiper-teachers .swiper-slide {
height: 300px;
width: 570px;
margin: 30px 0;
/* padding: 30px; */
}
.swiper-teachers .swiper-slide .image {
width: 100%;
transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
filter: grayscale(10%); /* Default blur and grayscale effect */
position: relative;
}
.swiper-teachers .swiper-slide .image .text{
background-color: var();
width: 60%;
position: absolute;
left: 20%;
bottom: -10%;
padding:10px 20px;
/* transform: skewY(10deg); */
}
.swiper-teachers .swiper-slide .image img{
height: 100%;
width: 100%;
border-radius: 30px;
/* transform: skewY(10deg); */
}
.swiper-teachers .swiper-slide-active .image{
transform: scale(1.1); /* Increase size */
filter: blur(0) grayscale(0); /* Default blur and grayscale effect */
}
/* .swiper-teachers .swiper-slide-active .image .text h3{
background-color: black;
padding: 5px;
color: white;
} */
.swiper-events .swiper-slide {
height: 390px !important;
/* margin-right: 20px !important; */
}
.swiper-events .blog-post {
height: 550px !important;
}
.swiper-events .swiper-button-next{
right: -10px !important;
top: 30% !important;
}
.swiper-events .swiper-button-prev{
left: -9px !important;
top: 30% !important;
}
.swiper-events .swiper-button-next::after, .swiper-events .swiper-button-prev::after{
color: #000000 !important;
font-size: 14px !important;
font-weight: bold;
}
/* banner slider */
.swiper-banner {
width: 100%;
margin-top: -30px;
}
@media (min-width:992px) {
.swiper-banner {
/* width: 80%; */
margin-top: -50px;
}
}
.swiper-banner .swiper-wrapper{
display: flex;
/* justify-content: center; */
/* gap: 30px; */
align-items: center;
/* padding-top: 30px; */
/* margin-bottom: 30px; */
}
.swiper-banner .swiper-slide {
/* min-height: 120px !important; */
width: 00px ;
padding: 0 50px;
/* border: 1px solid black; */
/* box-shadow: 0 5px 10px gray; */
/* border-radius: 30px; */
}
@media (min-width:1199px) {
.swiper-banner .swiper-slide {
/* min-height: 120px !important; */
width: 100%;
}
}
.swiper-banner video{
width: 100%;
height: 300px;
border-radius: 200px 50px 200px 200px;
object-fit: cover;
/* border-radius: 100%; */
}
.swiper-banner .swiper-button-next::after, .swiper-banner .swiper-button-prev::after{
color: #1856A6 !important;
font-size: 20px !important;
font-weight: bold;
}
@media (min-width:768px) {
.swiper-banner video{
width: 100%;
height: 300px;
}
}
@media (min-width:992px) {
.swiper-banner video{
height: 350px;
border-radius: 500px 50px 500px 500px;
}
}
@media (min-width:1200px) {
.swiper-banner video{
height: 400px;
border-radius: 500px 50px 500px 500px;
}
}
/* responsive */
@media (max-width:576px) {
.swiper-universities .swiper-slide{
width: 119px;
}
}
@media (min-width:576px) {
.swiper-universities .swiper-slide{
width: 119px;
}
}
@media (min-width:768px) {
.swiper-universities .swiper-slide{
height: 200px;
width: 240px;
}
}
@media (min-width:992px) {
.swiper-universities .swiper-slide{
height: 200px;
width: 194px;
}
}
@media (min-width:1200px) {
.swiper-universities .swiper-slide{
height: 230px;
width: 262px;
}
}
/* new css for swipers */
.mySwiper-text {
width: 100%;
height: 100%;
padding-left: 10px !important;
padding-right: 10px !important;
}
.mySwiper-text .swiper-slide {
text-align: center;
font-size: 18px;
/* background: #fff; */
display: flex;
justify-content: center;
align-items: center;
}
.mySwiper-text .swiper-slide .box {
padding: 10px 20px;
background-color: white;
box-shadow: 0 5px 10px rgb(194, 191, 191);
border-radius: 20px;
width: 100%;
margin: 20px 0;
}
.mySwiper-text .swiper-button-next::after, .mySwiper-text .swiper-button-prev::after{
color: #1856A6 !important;
font-size: 20px !important;
font-weight: bold;
padding: 10px 15px ;
background-color: rgba(255, 255, 255, 0.37);
border-radius: 100%;
}
/* for uni image */
/* .swiper.mySwiper-unis {
overflow: visible;
} */
.mySwiper-unis {
/* width: 100%; */
/* height: 100%; */
margin-top: -22px;
padding-left: 3px !important;
padding-right: 3px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.mySwiper-unis .swiper-slide {
text-align: center;
height: 120px;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
padding:80px 20px;
box-shadow:0 0px 10px rgba(0, 0, 0, 0.25);
border-radius: 20px;
margin-bottom: 40px;
align-items: center;
}
.mySwiper-unis .swiper-slide .box {
padding: 10px 20px;
background-color: white;
filter: drop-shadow(30px 10px 12px rgb(122, 122, 122)) ;
border-radius: 20px;
width: 100%;
margin: 20px 0;
}
.mySwiper-unis .swiper-button-next::after, .mySwiper-unis .swiper-button-prev::after{
color: #1856A6 !important;
font-size: 20px !important;
font-weight: bold;
padding: 10px 15px ;
background-color: rgba(255, 255, 255, 0.37);
border-radius: 100%;
}
/* testimonial video */
.mySwiper-video {
width: 80%;
height: 100%;
}
.mySwiper-video .swiper-slide {
text-align: center;
font-size: 18px;
/* background: #fff; */
display: flex;
justify-content: center;
align-items: center;
/* margin-right: 10px !important; */
}
.mySwiper-video .swiper-button-next::after, .mySwiper-video .swiper-button-prev::after{
color: #1856A6 !important;
font-size: 20px !important;
font-weight: bold;
padding: 10px 15px ;
background-color: rgba(255, 255, 255, 0.37);
border-radius: 100%;
}
/* achievements */
.mySwiper-img {
width: 100%;
height: 100%;
}
.mySwiper-img .swiper-slide {
height: 200px;
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
/* margin-right: 10px !important; */
}
.mySwiper-img .swiper-slide img{
height: 100%;
width: 100%;
object-fit: cover;
}
.mySwiper-img .swiper-button-next::after, .mySwiper-img .swiper-button-prev::after{
color: #1856A6 !important;
font-size: 20px !important;
font-weight: bold;
padding: 10px 15px ;
background-color: rgba(255, 255, 255, 0.37);
border-radius: 100%;
}
/* achievements */
.mySwiper-team {
width: 100%;
height: 320px;
}
@media (min-width:1200px) {
.mySwiper-team {
width: 100%;
height: 390px;
}
}
.mySwiper-team .swiper-slide {
height: 90%;
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
margin-top: 10px !important;
}
.mySwiper-team .swiper-slide img{
height: 100%;
width: 100%;
object-fit: cover;
}
.mySwiper-team .swiper-button-next::after, .mySwiper-team .swiper-button-prev::after{
color: #1856A6 !important;
font-size: 20px !important;
font-weight: bold;
padding: 10px 15px ;
background-color: rgba(255, 255, 255, 0.37);
border-radius: 100%;
}
.mySwiper-team .swiper-slide .image {
width: 100%;
height: 100%;
transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
filter: grayscale(10%); /* Default blur and grayscale effect */
position: relative;
}
.mySwiper-team .swiper-slide .image .text{
background-color: var();
width: 60%;
position: absolute;
left: 20%;
bottom: -10%;
padding:10px 20px;
/* transform: skewY(10deg); */
}
.mySwiper-team .swiper-slide .image img{
height: 100%;
width: 100%;
border-radius: 20px;
/* transform: skewY(10deg); */
}

24372
public/raffles/assets/css/theme.min.css vendored Normal file

File diff suppressed because it is too large Load Diff

8824
public/raffles/assets/css/utility.min.css vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,93 @@
Copyright 2021 The Outfit Project Authors (https://github.com/Outfitio/Outfit-Fonts)
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
https://openfontlicense.org
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

View File

@@ -0,0 +1,71 @@
Outfit Variable Font
====================
This download contains Outfit as both a variable font and static fonts.
Outfit is a variable font with this axis:
wght
This means all the styles are contained in a single file:
Outfit-VariableFont_wght.ttf
If your app fully supports variable fonts, you can now pick intermediate styles
that arent available as static fonts. Not all apps support variable fonts, and
in those cases you can use the static font files for Outfit:
static/Outfit-Thin.ttf
static/Outfit-ExtraLight.ttf
static/Outfit-Light.ttf
static/Outfit-Regular.ttf
static/Outfit-Medium.ttf
static/Outfit-SemiBold.ttf
static/Outfit-Bold.ttf
static/Outfit-ExtraBold.ttf
static/Outfit-Black.ttf
Get started
-----------
1. Install the font files you want to use
2. Use your app's font picker to view the font family and all the
available styles
Learn more about variable fonts
-------------------------------
https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
https://variablefonts.typenetwork.com
https://medium.com/variable-fonts
In desktop apps
https://theblog.adobe.com/can-variable-fonts-illustrator-cc
https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
Online
https://developers.google.com/fonts/docs/getting_started
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
Installing fonts
MacOS: https://support.apple.com/en-us/HT201749
Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
Android Apps
https://developers.google.com/fonts/docs/android
https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
License
-------
Please read the full license text (OFL.txt) to understand the permissions,
restrictions and requirements for usage, redistribution, and modification.
You can use them in your products & projects print or digital,
commercial or otherwise.
This isn't legal advice, please consider consulting a lawyer and see the full
license for all details.

View File

@@ -0,0 +1,93 @@
Copyright 2020 The Poppins Project Authors (https://github.com/itfoundry/Poppins)
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
https://openfontlicense.org
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -0,0 +1 @@
<svg height="864.807" viewBox="0 0 1500.416 864.807" width="1500.416" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m0 0h1486v839h-1486z" transform="matrix(1 .017 -.017 1 -11.508 6334.471)"/></clipPath><g clip-path="url(#a)" fill="none" stroke-width="44" transform="translate(26.15 -6334.471)"><g stroke="#6d73c1" transform="translate(-117 6799)"><circle cx="306" cy="306" r="306" stroke="none"/><circle cx="306" cy="306" fill="none" r="284"/></g><g opacity=".137" stroke="#fff" transform="translate(1000 6129)"><circle cx="306" cy="306" r="306" stroke="none"/><circle cx="306" cy="306" fill="none" r="284"/></g></g></svg>

After

Width:  |  Height:  |  Size: 680 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -0,0 +1 @@
<svg height="578" viewBox="0 0 1758 578" width="1758" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><radialGradient id="a" cx=".5" cy=".5" gradientTransform="matrix(-.04412505 -.99902602 .99902602 -.04412505 .023 1.022)" gradientUnits="objectBoundingBox" r=".58"><stop offset="0" stop-color="#fff" stop-opacity="0"/><stop offset=".256" stop-color="#fff" stop-opacity="0"/><stop offset=".507" stop-color="#fff" stop-opacity="0"/><stop offset=".719" stop-color="#fff" stop-opacity=".153"/><stop offset="1" stop-color="#fff"/></radialGradient><g fill="url(#a)"><circle cx="127" cy="127" opacity=".157" r="127" transform="translate(0 324)"/><circle cx="127" cy="127" opacity=".157" r="127" transform="translate(1504)"/></g></svg>

After

Width:  |  Height:  |  Size: 757 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="75.311" height="17.962" viewBox="0 0 75.311 17.962"><path d="M17.688,16.768H13.511l-1.278-3.082H5.272L4.108,16.768H0L6.276,1.2h4.5ZM8.581,4.922,6.3,10.97h4.793ZM32.86,1.2h3.378V16.768h-3.88V7.046l-4.2,4.884h-.593l-4.2-4.884v9.722h-3.88V1.2h3.378l5,5.774Zm13.209,0c5.683,0,8.6,3.537,8.6,7.8,0,4.473-2.83,7.761-9.037,7.761H39.2V1.2Zm-2.99,12.713h2.533c3.9,0,5.067-2.648,5.067-4.931,0-2.671-1.438-4.929-5.112-4.929H43.079v9.86ZM62.392,4.893,57.5,0H75.311V17.812l-4.893-4.893V4.893Zm-.006.981-5.037,5.037v7.051H64.4l5.037-5.037h-7.05Z" fill="#9fa0b2"/></svg>

After

Width:  |  Height:  |  Size: 601 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="60.796" height="14.5" viewBox="0 0 60.796 14.5"><path d="M14.279,13.536H10.907L9.875,11.048H4.256l-.94,2.488H0L5.066.971H8.7ZM6.927,3.973,5.085,8.856H8.954Zm19.6-3h2.727V13.536H26.121V5.688L22.731,9.63h-.479l-3.39-3.942v7.849H15.73V.971h2.727l4.035,4.661Zm10.664,0c4.587,0,6.945,2.855,6.945,6.3,0,3.611-2.284,6.265-7.3,6.265h-5.2V.971ZM34.776,11.233h2.045a3.714,3.714,0,0,0,4.09-3.98c0-2.156-1.161-3.979-4.127-3.979H34.776v7.96ZM50.367,3.95,46.417,0H60.8V14.379l-3.95-3.95V3.95Zm0,.792L46.3,8.808V14.5h5.691l4.066-4.066H50.362Z" fill="#474a6f"/></svg>

After

Width:  |  Height:  |  Size: 598 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="57.954" height="18.871" viewBox="0 0 57.954 18.871"><path d="M63.3,37.581H58.687v7.606a1.285,1.285,0,0,1-.348.874,1.322,1.322,0,0,1-.858.344H54.8a1.342,1.342,0,0,1-.886-.344,1.279,1.279,0,0,1-.349-.874V37.581H48.95v8a5.416,5.416,0,0,0,.671,2.729,4.231,4.231,0,0,0,1.823,1.67,6.515,6.515,0,0,0,2.763.584h4.481v-.053a4.959,4.959,0,0,0,2.495-.609,4.135,4.135,0,0,0,1.557-1.75,5.686,5.686,0,0,0,.562-2.571v-8Zm-46.176.477a6.244,6.244,0,0,0-2.656-.477H11.492l-1.154.133c-.269.079-.4.132-.4.132V31.7H5.348V50.568H9.936V42.935a1.243,1.243,0,0,1,.376-.848,1.268,1.268,0,0,1,.885-.344H13.88a1.308,1.308,0,0,1,.859.344,1.246,1.246,0,0,1,.376.848v7.634H19.7V42.352a5.106,5.106,0,0,0-.7-2.783,4.181,4.181,0,0,0-1.879-1.51Zm15.615,7.13a1.429,1.429,0,0,1-.349.874,1.456,1.456,0,0,1-.885.343H28.825a1.329,1.329,0,0,1-.859-.343,1.31,1.31,0,0,1-.376-.874V37.581H23v8a5.412,5.412,0,0,0,.644,2.729,4.092,4.092,0,0,0,1.825,1.67,6.425,6.425,0,0,0,2.763.584h4.507v-.053a4.79,4.79,0,0,0,2.469-.609,4.376,4.376,0,0,0,1.582-1.75,6.471,6.471,0,0,0,.564-2.571v-8H32.742v7.607Zm8.1,5.38h4.588V31.7H40.845V50.568Z" transform="translate(-5.348 -31.697)" fill="#474a6f"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="82.877" height="24.857" viewBox="0 0 82.877 24.857"><path d="M86.856,1369.145a12.428,12.428,0,1,0,12.428,12.428,12.428,12.428,0,0,0-12.428-12.428Zm5.7,17.925a.774.774,0,0,1-1.065.258c-2.919-1.784-6.592-2.187-10.918-1.2a.774.774,0,1,1-.345-1.51c4.734-1.082,8.8-.617,12.071,1.385a.775.775,0,0,1,.257,1.066Zm1.521-3.384a.97.97,0,0,1-1.333.319,16.313,16.313,0,0,0-12.384-1.448.969.969,0,1,1-.563-1.854,18.131,18.131,0,0,1,13.961,1.651.969.969,0,0,1,.319,1.332Zm.131-3.524c-4.006-2.379-10.614-2.6-14.439-1.437a1.162,1.162,0,1,1-.675-2.225c4.39-1.333,11.688-1.075,16.3,1.662a1.162,1.162,0,0,1-1.186,2Zm14.034.456c-2.146-.512-2.528-.871-2.528-1.625,0-.713.671-1.193,1.669-1.193a4.878,4.878,0,0,1,2.933,1.114.141.141,0,0,0,.106.026.139.139,0,0,0,.093-.057l1.048-1.477a.141.141,0,0,0-.027-.191,6.34,6.34,0,0,0-4.121-1.428c-2.317,0-3.935,1.391-3.935,3.38,0,2.134,1.4,2.889,3.809,3.472,2.053.473,2.4.869,2.4,1.578,0,.785-.7,1.273-1.829,1.273a4.929,4.929,0,0,1-3.417-1.412.147.147,0,0,0-.1-.034.139.139,0,0,0-.1.05l-1.175,1.4a.139.139,0,0,0,.014.195,7,7,0,0,0,4.73,1.814c2.5,0,4.11-1.364,4.11-3.476,0-1.782-1.063-2.769-3.676-3.405Zm9.329-2.116a3.366,3.366,0,0,0-2.7,1.3v-.983a.141.141,0,0,0-.14-.141h-1.921a.141.141,0,0,0-.14.141v10.923a.141.141,0,0,0,.14.141h1.921a.141.141,0,0,0,.14-.141v-3.448a3.451,3.451,0,0,0,2.7,1.223c2.011,0,4.046-1.548,4.046-4.507s-2.033-4.508-4.044-4.508Zm1.812,4.508a2.316,2.316,0,0,1-2.257,2.558,2.572,2.572,0,0,1,0-5.117,2.342,2.342,0,0,1,2.257,2.558Zm7.452-4.508a4.517,4.517,0,1,0,4.6,4.508,4.531,4.531,0,0,0-4.6-4.508Zm0,7.081a2.444,2.444,0,0,1-2.416-2.574,2.386,2.386,0,0,1,2.384-2.543,2.451,2.451,0,0,1,2.432,2.575,2.392,2.392,0,0,1-2.4,2.542Zm10.132-6.906h-2.114v-2.162a.14.14,0,0,0-.14-.141h-1.921a.141.141,0,0,0-.141.141v2.162h-.924a.14.14,0,0,0-.14.141v1.651a.141.141,0,0,0,.14.141h.924v4.273a2.286,2.286,0,0,0,2.554,2.6,3.507,3.507,0,0,0,1.8-.448.14.14,0,0,0,.071-.122v-1.573a.141.141,0,0,0-.2-.126,2.423,2.423,0,0,1-1.128.272c-.616,0-.892-.28-.892-.907v-3.971h2.114a.14.14,0,0,0,.14-.141v-1.651a.136.136,0,0,0-.138-.141Zm7.367.009v-.266c0-.781.3-1.129.971-1.129a3.244,3.244,0,0,1,1.083.2.14.14,0,0,0,.185-.134v-1.619a.141.141,0,0,0-.1-.135,5.277,5.277,0,0,0-1.6-.229c-1.775,0-2.713,1-2.713,2.889v.407h-.923a.141.141,0,0,0-.141.141v1.66a.141.141,0,0,0,.141.141h.923v6.591a.141.141,0,0,0,.14.141h1.921a.141.141,0,0,0,.141-.141v-6.59h1.794l2.748,6.589c-.312.692-.619.83-1.038.83a2.216,2.216,0,0,1-1.06-.3.143.143,0,0,0-.112-.01.142.142,0,0,0-.083.076l-.651,1.429a.14.14,0,0,0,.061.182,4.045,4.045,0,0,0,2.052.525c1.419,0,2.2-.661,2.894-2.439l3.333-8.614a.141.141,0,0,0-.13-.192h-2a.141.141,0,0,0-.133.094l-2.049,5.853-2.244-5.857a.14.14,0,0,0-.131-.091h-3.282Zm-4.271-.009h-1.921a.141.141,0,0,0-.141.141v8.383a.141.141,0,0,0,.141.141h1.921a.141.141,0,0,0,.141-.141v-8.382a.141.141,0,0,0-.141-.141Zm-.95-3.817a1.378,1.378,0,1,0,1.378,1.377,1.378,1.378,0,0,0-1.378-1.377Zm16.833,6.512a1.356,1.356,0,1,1,1.359-1.36,1.347,1.347,0,0,1-1.359,1.36Zm.007-2.577a1.221,1.221,0,1,0,1.21,1.217,1.209,1.209,0,0,0-1.21-1.217h0Zm.3,1.356.382.536h-.322l-.344-.491h-.3v.491h-.27v-1.42h.633c.33,0,.547.169.547.453a.421.421,0,0,1-.328.431Zm-.229-.641h-.352v.449h.352c.176,0,.281-.086.281-.225s-.105-.224-.28-.224h0Z" transform="translate(-74.428 -1369.145)" fill="#474a6f"/></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="85.568" height="25.976" viewBox="0 0 85.568 25.976"><path d="M0,18.374V.381H3.161V18.374H0ZM11.251,5.32a6.7,6.7,0,1,0,.031,13.4,6.7,6.7,0,1,0-.031-13.4ZM11.214,8.37a3.65,3.65,0,1,1-3.607,3.65,3.62,3.62,0,0,1,3.607-3.65ZM26.027,5.32a6.7,6.7,0,1,0,.032,13.4,6.636,6.636,0,0,0,6.8-6.731A5.046,5.046,0,0,0,31.83,8.56l.876-.3V5.694H28.217A6.773,6.773,0,0,0,26.027,5.32ZM25.989,8.37a3.65,3.65,0,1,1-3.607,3.65,3.62,3.62,0,0,1,3.607-3.65Zm3.659,10.884a3.647,3.647,0,1,1-7.295,0H19.148a6.622,6.622,0,0,0,6.888,6.722,6.629,6.629,0,0,0,6.8-6.722Zm4.478-.88V5.694h3.161V18.374Zm6.23,0V8.534H38.661V5.694h1.695V1.8h3.161V5.694h1.741v2.84H43.517v9.839ZM37.793,2.093A2.093,2.093,0,1,1,35.7,0,2.093,2.093,0,0,1,37.793,2.093Zm14.57,3.219a6.564,6.564,0,0,0-6.7,6.805,6.367,6.367,0,0,0,6.762,6.616,7.5,7.5,0,0,0,5.746-2.405l-2.113-2.116a5.628,5.628,0,0,1-3.593,1.721A3.417,3.417,0,0,1,49.008,13.3h9.849v-.87c0-3.473-2.01-7.117-6.493-7.117Zm-.1,2.783a3.14,3.14,0,0,1,3.278,2.64H48.922A3.3,3.3,0,0,1,52.263,8.095Zm14.5,10.64A6.714,6.714,0,1,1,66.75,5.309a6.951,6.951,0,0,1,5.419,2.53l-2.205,2.195a4.511,4.511,0,0,0-3.229-1.65,3.559,3.559,0,0,0-3.643,3.622,3.585,3.585,0,0,0,3.619,3.671,4.5,4.5,0,0,0,3.251-1.648l2.227,2.194a6.927,6.927,0,0,1-5.425,2.511h0Zm6.575-.352V.335H76.5V6.966a4.831,4.831,0,0,1,3.843-1.656c3.31,0,5.227,2.46,5.227,5.607v7.467H82.408V11.394A2.668,2.668,0,0,0,79.633,8.4,2.916,2.916,0,0,0,76.5,11.558v6.825H73.338Z" fill="#9fa0b2"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1 @@
<svg height="20.715" viewBox="0 0 57.558 20.715" width="57.558" xmlns="http://www.w3.org/2000/svg"><path d="m30.663 69.972c-3.745 4.4-7.337 9.853-7.373 13.93a4.826 4.826 0 0 0 1.65 3.888 8.007 8.007 0 0 0 5.407 1.979 20.793 20.793 0 0 0 7.5-1.932c3.553-1.418 42.759-18.444 42.759-18.444.378-.19.307-.426-.166-.308-.191.048-42.683 11.563-42.683 11.563a9.39 9.39 0 0 1 -2.473.352c-3.266.019-6.171-1.793-6.148-5.613a12.526 12.526 0 0 1 1.527-5.415z" fill="#9fa0b2" fill-rule="evenodd" opacity=".999" transform="translate(-23.29 -69.054)"/></svg>

After

Width:  |  Height:  |  Size: 542 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="101.902" height="30.563" viewBox="0 0 101.902 30.563"><path d="M89.709,1369.145a15.282,15.282,0,1,0,15.281,15.281,15.282,15.282,0,0,0-15.281-15.281Zm7.008,22.04a.952.952,0,0,1-1.31.317c-3.588-2.193-8.105-2.689-13.425-1.474a.952.952,0,1,1-.424-1.856c5.821-1.331,10.814-.758,14.842,1.7a.952.952,0,0,1,.316,1.31Zm1.87-4.16a1.192,1.192,0,0,1-1.639.392,20.058,20.058,0,0,0-15.227-1.781,1.191,1.191,0,1,1-.692-2.28,22.294,22.294,0,0,1,17.166,2.031,1.191,1.191,0,0,1,.392,1.638Zm.161-4.333c-4.926-2.925-13.051-3.194-17.753-1.767a1.429,1.429,0,1,1-.83-2.735c5.4-1.639,14.371-1.322,20.042,2.044a1.429,1.429,0,0,1-1.459,2.458Zm17.255.561c-2.639-.629-3.108-1.071-3.108-2,0-.877.825-1.467,2.053-1.467a6,6,0,0,1,3.606,1.37.174.174,0,0,0,.245-.039l1.288-1.816a.173.173,0,0,0-.033-.235,7.8,7.8,0,0,0-5.067-1.755c-2.849,0-4.839,1.71-4.839,4.156,0,2.623,1.717,3.552,4.683,4.269,2.525.582,2.951,1.069,2.951,1.94,0,.965-.862,1.565-2.248,1.565a6.06,6.06,0,0,1-4.2-1.736.181.181,0,0,0-.127-.041.171.171,0,0,0-.119.061l-1.445,1.719a.171.171,0,0,0,.017.24,8.612,8.612,0,0,0,5.816,2.231c3.07,0,5.054-1.677,5.054-4.274.005-2.192-1.307-3.405-4.52-4.187Zm11.471-2.6a4.139,4.139,0,0,0-3.322,1.6v-1.209a.173.173,0,0,0-.173-.173h-2.363a.173.173,0,0,0-.173.173v13.431a.173.173,0,0,0,.173.173h2.363a.173.173,0,0,0,.173-.173v-4.24a4.244,4.244,0,0,0,3.322,1.5c2.472,0,4.975-1.9,4.975-5.542s-2.5-5.543-4.973-5.543Zm2.228,5.543a2.848,2.848,0,0,1-2.775,3.146,3.163,3.163,0,0,1,0-6.291,2.88,2.88,0,0,1,2.776,3.145Zm9.162-5.543a5.554,5.554,0,1,0,5.659,5.543,5.571,5.571,0,0,0-5.659-5.543Zm0,8.707a3,3,0,0,1-2.97-3.165,2.934,2.934,0,0,1,2.931-3.127,3.014,3.014,0,0,1,2.99,3.166,2.941,2.941,0,0,1-2.951,3.125Zm12.458-8.491h-2.6v-2.658a.173.173,0,0,0-.172-.173h-2.362a.173.173,0,0,0-.173.173v2.658h-1.136a.173.173,0,0,0-.172.173v2.03a.173.173,0,0,0,.172.173h1.136v5.254c0,2.123,1.057,3.2,3.141,3.2a4.311,4.311,0,0,0,2.213-.551.172.172,0,0,0,.087-.15v-1.933a.173.173,0,0,0-.25-.155,2.977,2.977,0,0,1-1.387.335c-.758,0-1.1-.344-1.1-1.115v-4.882h2.6a.173.173,0,0,0,.172-.173v-2.03a.167.167,0,0,0-.17-.173Zm9.058.01v-.327c0-.96.368-1.389,1.194-1.389a3.989,3.989,0,0,1,1.331.245.173.173,0,0,0,.227-.164v-1.991a.173.173,0,0,0-.122-.166,6.487,6.487,0,0,0-1.964-.282c-2.182,0-3.336,1.229-3.336,3.552v.5h-1.135a.174.174,0,0,0-.173.173v2.041a.174.174,0,0,0,.173.173h1.135v8.1a.173.173,0,0,0,.172.173h2.363a.173.173,0,0,0,.173-.173v-8.1h2.206l3.379,8.1c-.384.851-.761,1.021-1.276,1.021a2.725,2.725,0,0,1-1.3-.37.177.177,0,0,0-.138-.013.175.175,0,0,0-.1.093l-.8,1.757a.172.172,0,0,0,.074.224,4.975,4.975,0,0,0,2.523.646c1.745,0,2.709-.813,3.559-3l4.1-10.591a.173.173,0,0,0-.16-.236h-2.459a.174.174,0,0,0-.164.116l-2.52,7.2-2.76-7.2a.173.173,0,0,0-.161-.111h-4.036Zm-5.252-.01h-2.363a.173.173,0,0,0-.173.173v10.307a.173.173,0,0,0,.173.173h2.363a.173.173,0,0,0,.173-.173V1381.04a.173.173,0,0,0-.173-.173Zm-1.168-4.693a1.694,1.694,0,1,0,1.694,1.694,1.694,1.694,0,0,0-1.694-1.694Zm20.7,8.007a1.667,1.667,0,1,1,1.671-1.672,1.656,1.656,0,0,1-1.671,1.672Zm.009-3.169a1.5,1.5,0,1,0,1.488,1.5,1.487,1.487,0,0,0-1.488-1.5h0Zm.369,1.667.47.658h-.4l-.423-.6h-.364v.6h-.332v-1.745h.778c.405,0,.672.208.672.557a.518.518,0,0,1-.4.53Zm-.281-.787h-.433v.552h.433c.216,0,.345-.106.345-.276s-.13-.276-.345-.276h0Z" transform="translate(-74.428 -1369.145)" fill="#9fa0b2"/></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="30.781" height="25" viewBox="0 0 30.781 25"><path d="M15.391-22.031a13.219,13.219,0,0,1-3.164,3.262q.02.273.02.82a17.921,17.921,0,0,1-.742,5.068A18.316,18.316,0,0,1,9.248-8.027a19.079,19.079,0,0,1-3.6,4.111A16.044,16.044,0,0,1,.605-1.064,18.442,18.442,0,0,1-5.7,0a17.519,17.519,0,0,1-9.687-2.832,13.5,13.5,0,0,0,1.523.078,12.351,12.351,0,0,0,7.832-2.7,6.151,6.151,0,0,1-3.672-1.26,6.171,6.171,0,0,1-2.227-3.115,7.992,7.992,0,0,0,1.191.1,6.526,6.526,0,0,0,1.66-.215,6.207,6.207,0,0,1-3.623-2.178,6.1,6.1,0,0,1-1.436-4.014v-.078a6.259,6.259,0,0,0,2.852.8,6.3,6.3,0,0,1-2.051-2.246,6.147,6.147,0,0,1-.762-3.008,6.181,6.181,0,0,1,.859-3.184A17.883,17.883,0,0,0-7.49-19.189,17.578,17.578,0,0,0-.234-17.246a7.007,7.007,0,0,1-.156-1.445,6.08,6.08,0,0,1,1.846-4.463A6.08,6.08,0,0,1,5.918-25a6.082,6.082,0,0,1,4.609,1.992,12.37,12.37,0,0,0,4-1.523,6.125,6.125,0,0,1-2.773,3.477A12.57,12.57,0,0,0,15.391-22.031Z" transform="translate(15.391 25)" fill="#9fa0b2"/></svg>

After

Width:  |  Height:  |  Size: 1005 B

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100%" height="100%" viewBox="0 0 64 64" xml:space="preserve">
<path fill="none" stroke="rgb(219, 223, 229)" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M1,30L63,1L23,41Z"></path>
<path fill="none" stroke="rgb(219, 223, 229)" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M34,63L63,1L23,41Z"></path>
</svg>

After

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -0,0 +1 @@
<svg height="19.867" viewBox="0 0 601.983 19.867" width="601.983" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#bfc9dd" stroke-dasharray="4 5" stroke-miterlimit="10"><path d="m0 4.622s18.179 7.278 46.045 5.428 47.877-10.05 47.877-10.05" transform="translate(250.372 9.007)"/><path d="m0 5.73s16.858-7.281 42.7-5.43 44.4 10.05 44.4 10.05" transform="translate(.198 .507)"/><path d="m0 5.73s18.179-7.281 46.045-5.43 47.877 10.05 47.877 10.05" transform="translate(507.872 3.819)"/></g></svg>

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1 @@
<svg height="421.166" viewBox="0 0 414.193 421.166" width="414.193" xmlns="http://www.w3.org/2000/svg"><path d="m165-209.5c36.4 43.4 45 107.2 37.1 159.5s-32.2 93.2-59.5 124.8-57.4 54.1-90.9 65.4c-33.5 11.4-70.3 11.7-101.1-1s-55.7-38.5-85.8-70.8c-30.2-32.3-65.7-71.2-72.8-118-7.2-46.9 13.9-101.7 53.3-144.6 39.4-42.8 97.1-73.8 158-77.8 61-3.9 125.3 19.1 161.7 62.5" fill="#f7f8ff" transform="translate(209.395 272.427)"/></svg>

After

Width:  |  Height:  |  Size: 426 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -0,0 +1 @@
<svg height="10" viewBox="0 0 48.06 10" width="48.06" xmlns="http://www.w3.org/2000/svg"><path d="m40.08 4.95 4.96 4.95 4.96-4.95-4.96-4.95z" fill="#f7c150" transform="translate(-21)"/><ellipse cx="43.05" cy="5" fill="#b0ffe8" rx="5.01" ry="5"/><path d="m10.02 0-10.02 10h10.02z" fill="#8253ff"/></svg>

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 MiB

Some files were not shown because too many files have changed in this diff Show More