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,256 @@
/* 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: 'Roboto', 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: 'Be Vietnam Pro', 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: "Nunito", 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,800 @@
/* ***** 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;
}
@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: 45px;
}
}
@media (max-width: 767px) {
.banner {
padding: 120px 6px 0 6px;
}
.banner .module-content {
margin: 0;
}
.banner .ld-fancy-heading h1 {
font-size: 40px;
}
.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: 16em;
}
}
@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: 32px;
}
.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;
}
.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, 92, 253, 0.271);
}
.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 60px 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: 40px 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: #45485F;
}
@media (max-width: 1199px) {
.how-it-work {
padding: 60px 14px 0 14px;
}
}
@media (max-width: 767px) {
.how-it-work {
padding: 60px 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 one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 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

View File

@@ -0,0 +1 @@
!function(t){"use strict";t(".lqd-cf-form ").submit((function(r){r.preventDefault();var s=!0,e=this,o=t(e).siblings(".lqd-cf-response-output"),i;if(t(e).find(":required").each((function(){t(this).css("border-color",""),t.trim(t(this).val())||(t(this).css("border-color","red"),s=!1);var r=/^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;"email"!=t(this).attr("type")||r.test(t.trim(t(this).val()))||(t(this).css("border-color","red"),s=!1)})).keyup((function(){t(this).css("border-color","")})).change((function(){t(this).css("border-color","")})),s){var a=t(this).attr("action"),c=t(this).attr("method"),n=t(this).serialize();t.ajax({url:a,type:c,dataType:"json",data:n}).done((function(r){"error"==r.type?i='<p class="form-message form-error">'+r.text+"</p>":(t(e)[0].reset(),i='<p class="form-message form-success">'+r.text+"</p>"),o.removeClass("hidden").html(i),setTimeout((function(){o.addClass("hidden").html("")}),7e3)}))}}))}(jQuery);

View File

@@ -0,0 +1 @@
"use strict";(()=>{class e{constructor(e,t){this.DOM={},this.DOM.element=e,this.DOM.acceptBtn=this.DOM.element.querySelector(".lqd-gdpr-accept"),this.expires=t,document.body.appendChild(this.DOM.element),this.init(),this.eventListeners(),this.DOM.element.classList.add("lqd-gdpr-ready")}init(){const e=this.getCookie();(e.length<1||"accepted"!==e[0].split("=")[1])&&this.showPopup()}eventListeners(){this.DOM.acceptBtn.addEventListener("click",(()=>{this.setCookie.call(this),this.hidePopup.call(this)}))}setCookie(){const e=new Date;e.setTime(e.getTime()+24*this.expires*60*60*1e3);const t="expires="+e.toUTCString();document.cookie="lqd-gdpr=accepted; ".concat(t)}getCookie(){return document.cookie.split(";").filter((e=>"lqd-gdpr"===e.trim().split("=")[0]))}showPopup(){this.DOM.element.classList.add("lqd-gdpr-visible"),this.DOM.element.classList.remove("lqd-gdpr-hidden")}hidePopup(){this.DOM.element.classList.add("lqd-gdpr-hidden"),this.DOM.element.classList.remove("lqd-gdpr-visible")}}const t=document.querySelector("#lqd-gdpr");t&&new e(t,365)})();

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
!function($){"use strict";const t="liquidAnimatedBlob";let e={id:"lqd-blob-"+100*Math.random().toFixed(2),width:512,height:512,radius:120,speed:1,amplitude:2,anchorPoints:4,gradientType:"linear",colors:["#50F6C2","#80FFF2"]};class n{constructor(n,i){this._defaults=e,this._name=t,this.options={...e,...i},this.DOM={},this.DOM.element=n,this.DOM.svg=this.DOM.element.querySelector("svg"),this.DOM.svg&&(this.gradientPath=`lqd-blob-gradient-${this.options.id}`,fastdomPromised.mutate((()=>{this.init()})))}init(){const{width:t,height:e,radius:n,anchorPoints:i}=this.options,a="http://www.w3.org/2000/svg",s=this.DOM.svg,o=undefined,h=undefined,r=t/2-.95*n,d=e/2-1.5*n,c=document.createElementNS(a,"defs");s.appendChild(c),c.appendChild(this.createGradient(a));const l=document.createElementNS(a,"g");s.appendChild(l);const u=document.createElementNS(a,"path");u.setAttributeNS(null,"fill",`url(${window.location.href}#${this.gradientPath})`),l.appendChild(u);const p=s&&i*n===s.hash&&s.nodes||this.createNodes(n,r,d),m=s&&i*n===s.hash&&s.controlPoints||this.createControlPoints(p,n,r,d);this.drawBlobPath(p,m,u),s.nodes=p,s.controlPoints=m,s.hash=i*n,this.update(p,m),this.drawBlobPath(p,m,u)}createGradient(t){const{colors:e}=this.options,n=document.createElementNS(t,`${this.options.gradientType}Gradient`);return n.setAttributeNS(null,"id",this.gradientPath),e.forEach(((i,a)=>{const s=document.createElementNS(t,"stop");s.setAttributeNS(null,"offset",a/(e.length-1)*100+"%"),s.setAttributeNS(null,"stop-color",i),n.appendChild(s)})),n}createNodes(t,e,n){let i=this.options.anchorPoints,a=[],s=2*t,o=2*t,h,r,d;for(let o=0;o<i;o++)h=o/(i/2)*Math.PI,r=t*Math.cos(h)+s/2,d=t*Math.sin(h)+s/2,a.push({id:o,x:r+e,y:d+n,prevX:r+e,prevY:d+n,nextX:r+e,nextY:d+n,baseX:r+e,baseY:d+n,angle:h});return a}createControlPoints(t,e,n,i){const a=4/3*Math.tan(Math.PI/(2*this.options.anchorPoints))*e,s={c1x:t[0].x,c1y:t[0].y-a,c2x:t[0].x,c2y:t[0].y+a};return t.map(((t,a)=>{if(0===a)return s;{const a=-t.angle,o=this.rotate(e+n,e+i,s.c1x,s.c1y,a),h=this.rotate(e+n,e+i,s.c2x,s.c2y,a);return{c1x:o[0],c1y:o[1],c2x:h[0],c2y:h[1]}}}))}update(t,e){const{radius:n,amplitude:i,anchorPoints:a}=this.options,s=n/Math.max(Math.min(a,7),4)*i;t.forEach(((n,i)=>{if(Math.abs(t[i].nextX-t[i].x)<10){const e=(~~(5*Math.random())-2)*Math.random()*s/2;t[i].prevX=t[i].x,t[i].nextX=t[i].baseX+e}if(Math.abs(t[i].nextY-t[i].y)<10){const e=(~~(5*Math.random())-2)*Math.random()*s/2;t[i].prevY=t[i].y,t[i].nextY=t[i].baseY+e}const a=t[i].nextX-t[i].prevX,o=t[i].nextY-t[i].prevY,h=undefined,r=undefined;let d=1-(t[i].nextX-t[i].x)/a,c=1-(t[i].nextY-t[i].y)/o;const l=this.ease(d>0?d:.2)*a,u=this.ease(c>0?c:.2)*o;t[i].x+=l,t[i].y+=u,e[i].c1x+=l,e[i].c1y+=u,e[i].c2x+=l,e[i].c2y+=u})),this.updateAF=requestAnimationFrame(this.update.bind(this,t,e))}drawBlobPath(t,e,n){n.setAttributeNS(null,"d",`\n\t\t\t\tM${t[t.length-1].x} ${t[t.length-1].y}\n\t\t\t\t${t.map(((t,n)=>`\n\t\t\t\tC ${0===n?e[e.length-1].c2x:e[n-1].c2x} ${0===n?e[e.length-1].c2y:e[n-1].c2y}, ${e[n].c1x} ${e[n].c1y}, ${t.x} ${t.y}\n\t\t\t\t`)).join("")}\n\t\t\t\tZ\n\t\t\t`),this.drawBlobPathAF=requestAnimationFrame(this.drawBlobPath.bind(this,t,e,n))}ease(t){return-(Math.cos(Math.PI/2*t*5)-2)/256*this.options.speed}rotate(t,e,n,i,a){const s=Math.cos(a),o=Math.sin(a),h=undefined,r=undefined;return[s*(n-t)+o*(i-e)+t,s*(i-e)-o*(n-t)+e]}destroy(){this.updateAF&&cancelAnimationFrame(this.updateAF),this.drawBlobPathAF&&cancelAnimationFrame(this.drawBlobPathAF)}}$.fn[t]=function(e){return this.each((function(){const i={...$(this).data("blob-options"),...e};$.data(this,"plugin_"+t)||$.data(this,"plugin_"+t,new n(this,i))}))}}(jQuery),jQuery(document).ready((function($){$("[data-lqd-animated-blob]").liquidAnimatedBlob()}));

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
!function($){"use strict";const t="liquidDrawShape";let e={drawSVG:"0% 0%",duration:5,stagger:1,delay:0,start:"top bottom",end:"center center",scrub:!0,ease:"linear"};class i{constructor(i,s){this._defaults=e,this._name=t,this.options={...e,...s},this.DOM={},this.DOM.element=i,this.DOM.SVGEl=this.DOM.element.querySelector("svg"),this.DOM.SVGEl&&(this.buildTimeline(),this.buildScrollTrigger())}buildTimeline(){const{drawSVG:t,duration:e,stagger:i,delay:s,ease:r}=this.options;this.timeline=gsap.from(this.DOM.SVGEl.querySelectorAll(":scope > *"),{drawSVG:t,duration:e,delay:s,stagger:i,ease:r})}buildScrollTrigger(){const{start:t,end:e,scrub:i}=this.options,{timeline:s}=this,{element:r}=this.DOM;ScrollTrigger.create({trigger:r,animation:s,start:t,end:e,scrub:i})}}$.fn[t]=function(e){return this.each((function(){const s={...$(this).data("draw-shape-options"),...e};$.data(this,"plugin_"+t)||$.data(this,"plugin_"+t,new i(this,s))}))}}(jQuery),jQuery(document).ready((function($){$("[data-lqd-draw-shape]").liquidDrawShape()}));

View File

@@ -0,0 +1 @@
"use strict";!function(t){function e(){var e=this;e.reads=[],e.writes=[],e.raf=a.bind(t),o("initialized",e)}function n(t){t.scheduled||(t.scheduled=!0,t.raf(i.bind(null,t)),o("flush scheduled"))}function i(t){o("flush");var e=t.writes,i=t.reads,r;try{o("flushing reads",i.length),t.runTasks(i),o("flushing writes",e.length),t.runTasks(e)}catch(t){r=t}if(t.scheduled=!1,(i.length||e.length)&&n(t),r){if(o("task errored",r.message),!t.catch)throw r;t.catch(r)}}function r(t,e){var n=t.indexOf(e);return!!~n&&!!t.splice(n,1)}function s(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])}var o=function(){},a=t.requestAnimationFrame||t.webkitRequestAnimationFrame||t.mozRequestAnimationFrame||t.msRequestAnimationFrame||function(t){return setTimeout(t,16)};e.prototype={constructor:e,runTasks:function t(e){var n;for(o("run tasks");n=e.shift();)n()},measure:function t(e,i){o("measure");var r=i?e.bind(i):e;return this.reads.push(r),n(this),r},mutate:function t(e,i){o("mutate");var r=i?e.bind(i):e;return this.writes.push(r),n(this),r},clear:function t(e){return o("clear",e),r(this.reads,e)||r(this.writes,e)},extend:function t(e){if(o("extend",e),"object"!=typeof e)throw new Error("expected object");var n=Object.create(this);return s(n,e),n.fastdom=this,n.initialize&&n.initialize(),n},catch:null};var u=t.fastdom=t.fastdom||new e;"function"==typeof define?define((function(){return u})):"object"==typeof module&&(module.exports=u)}("undefined"!=typeof window?window:void 0),function(){function t(t,e,n,i){var r=t._tasks,s=t.fastdom,o,a=new Promise((function(t,u){o=s[e]((function(){r.delete(a);try{t(i?n.call(i):n())}catch(t){u(t)}}),i)}));return r.set(a,o),a}var e={initialize:function t(){this._tasks=new Map},mutate:function e(n,i){return t(this,"mutate",n,i)},measure:function e(n,i){return t(this,"measure",n,i)},clear:function t(e){var n=this._tasks,i=n.get(e);this.fastdom.clear(i),n.delete(e)}};"f"==(typeof define)[0]?define((function(){return e})):"o"==(typeof module)[0]?module.exports=e:window.fastdomPromised=e}(),window.fastdomPromised=fastdom.extend(fastdomPromised);

View File

@@ -0,0 +1 @@
!function(e,t){"function"==typeof define&&define.amd?define(["flickity/js/index","fizzy-ui-utils/utils"],t):"object"==typeof module&&module.exports?module.exports=t(require("flickity"),require("fizzy-ui-utils")):t(e.Flickity,e.fizzyUIUtils)}(this,(function e(t,i){var s=t.Slide,a=s.prototype.updateTarget;s.prototype.updateTarget=function(){if(a.apply(this,arguments),this.parent.options.fade){var e=this.target-this.x,t=this.cells[0].x;this.cells.forEach((function(i){var s=i.x-t-e;i.renderPosition(s)}))}},s.prototype.setOpacity=function(e){this.cells.forEach((function(t){t.element.style.opacity=e}))};var n=t.prototype;t.createMethods.push("_createFade"),n._createFade=function(){this.fadeIndex=this.selectedIndex,this.prevSelectedIndex=this.selectedIndex,this.on("select",this.onSelectFade),this.on("dragEnd",this.onDragEndFade),this.on("settle",this.onSettleFade),this.on("activate",this.onActivateFade),this.on("deactivate",this.onDeactivateFade)};var d=n.updateSlides;n.updateSlides=function(){d.apply(this,arguments),this.options.fade&&this.slides.forEach((function(e,t){var i=t==this.selectedIndex?1:0;e.setOpacity(i)}),this)},n.onSelectFade=function(){this.fadeIndex=Math.min(this.prevSelectedIndex,this.slides.length-1),this.prevSelectedIndex=this.selectedIndex},n.onSettleFade=function(){var e;(delete this.didDragEnd,this.options.fade)&&(this.selectedSlide.setOpacity(1),this.slides[this.fadeIndex]&&this.fadeIndex!=this.selectedIndex&&this.slides[this.fadeIndex].setOpacity(0))},n.onDragEndFade=function(){this.didDragEnd=!0},n.onActivateFade=function(){this.options.fade&&this.element.classList.add("is-fade")},n.onDeactivateFade=function(){this.options.fade&&(this.element.classList.remove("is-fade"),this.slides.forEach((function(e){e.setOpacity("")})))};var h=n.positionSlider;n.positionSlider=function(){this.options.fade?(this.fadeSlides(),this.dispatchScrollEvent()):h.apply(this,arguments)};var o=n.positionSliderAtSelected;n.positionSliderAtSelected=function(){this.options.fade&&this.setTranslateX(0),o.apply(this,arguments)},n.fadeSlides=function(){if(!(this.slides.length<2)){var e=this.getFadeIndexes(),t=this.slides[e.a],i=this.slides[e.b],s=this.wrapDifference(t.target,i.target),a=this.wrapDifference(t.target,-this.x);a/=s,t.setOpacity(1-a),i.setOpacity(a);var n=e.a,d;this.isDragging&&(n=a>.5?e.a:e.b),null!=this.fadeHideIndex&&this.fadeHideIndex!=n&&this.fadeHideIndex!=e.a&&this.fadeHideIndex!=e.b&&this.slides[this.fadeHideIndex].setOpacity(0),this.fadeHideIndex=n}},n.getFadeIndexes=function(){return this.isDragging||this.didDragEnd?this.options.wrapAround?this.getFadeDragWrapIndexes():this.getFadeDragLimitIndexes():{a:this.fadeIndex,b:this.selectedIndex}},n.getFadeDragWrapIndexes=function(){var e=this.slides.map((function(e,t){return this.getSlideDistance(-this.x,t)}),this),t=e.map((function(e){return Math.abs(e)})),s=Math.min.apply(Math,t),a=t.indexOf(s),n=e[a],d=this.slides.length,h=n>=0?1:-1;return{a:a,b:i.modulo(a+h,d)}},n.getFadeDragLimitIndexes=function(){for(var e=0,t=0;t<this.slides.length-1;t++){var i=this.slides[t];if(-this.x<i.target)break;e=t}return{a:e,b:e+1}},n.wrapDifference=function(e,t){var i=t-e;if(!this.options.wrapAround)return i;var s=i+this.slideableWidth,a=i-this.slideableWidth;return Math.abs(s)<Math.abs(i)&&(i=s),Math.abs(a)<Math.abs(i)&&(i=a),i};var r=n._getWrapShiftCells;n._getWrapShiftCells=function(){this.options.fade||r.apply(this,arguments)};var l=n.shiftWrapCells;return n.shiftWrapCells=function(){this.options.fade||l.apply(this,arguments)},t}));

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,12 @@
/* Font Face Observer v2.0.13 - © Bram Stein. License: BSD-3-Clause */(function(){'use strict';var f,g=[];function l(a){g.push(a);1==g.length&&f()}function m(){for(;g.length;)g[0](),g.shift()}f=function(){setTimeout(m)};function n(a){this.a=p;this.b=void 0;this.f=[];var b=this;try{a(function(a){q(b,a)},function(a){r(b,a)})}catch(c){r(b,c)}}var p=2;function t(a){return new n(function(b,c){c(a)})}function u(a){return new n(function(b){b(a)})}function q(a,b){if(a.a==p){if(b==a)throw new TypeError;var c=!1;try{var d=b&&b.then;if(null!=b&&"object"==typeof b&&"function"==typeof d){d.call(b,function(b){c||q(a,b);c=!0},function(b){c||r(a,b);c=!0});return}}catch(e){c||r(a,e);return}a.a=0;a.b=b;v(a)}}
function r(a,b){if(a.a==p){if(b==a)throw new TypeError;a.a=1;a.b=b;v(a)}}function v(a){l(function(){if(a.a!=p)for(;a.f.length;){var b=a.f.shift(),c=b[0],d=b[1],e=b[2],b=b[3];try{0==a.a?"function"==typeof c?e(c.call(void 0,a.b)):e(a.b):1==a.a&&("function"==typeof d?e(d.call(void 0,a.b)):b(a.b))}catch(h){b(h)}}})}n.prototype.g=function(a){return this.c(void 0,a)};n.prototype.c=function(a,b){var c=this;return new n(function(d,e){c.f.push([a,b,d,e]);v(c)})};
function w(a){return new n(function(b,c){function d(c){return function(d){h[c]=d;e+=1;e==a.length&&b(h)}}var e=0,h=[];0==a.length&&b(h);for(var k=0;k<a.length;k+=1)u(a[k]).c(d(k),c)})}function x(a){return new n(function(b,c){for(var d=0;d<a.length;d+=1)u(a[d]).c(b,c)})};window.Promise||(window.Promise=n,window.Promise.resolve=u,window.Promise.reject=t,window.Promise.race=x,window.Promise.all=w,window.Promise.prototype.then=n.prototype.c,window.Promise.prototype["catch"]=n.prototype.g);}());
(function(){function l(a,b){document.addEventListener?a.addEventListener("scroll",b,!1):a.attachEvent("scroll",b)}function m(a){document.body?a():document.addEventListener?document.addEventListener("DOMContentLoaded",function c(){document.removeEventListener("DOMContentLoaded",c);a()}):document.attachEvent("onreadystatechange",function k(){if("interactive"==document.readyState||"complete"==document.readyState)document.detachEvent("onreadystatechange",k),a()})};function r(a){this.a=document.createElement("div");this.a.setAttribute("aria-hidden","true");this.a.appendChild(document.createTextNode(a));this.b=document.createElement("span");this.c=document.createElement("span");this.h=document.createElement("span");this.f=document.createElement("span");this.g=-1;this.b.style.cssText="max-width:none;display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;";this.c.style.cssText="max-width:none;display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;";
this.f.style.cssText="max-width:none;display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;";this.h.style.cssText="display:inline-block;width:200%;height:200%;font-size:16px;max-width:none;";this.b.appendChild(this.h);this.c.appendChild(this.f);this.a.appendChild(this.b);this.a.appendChild(this.c)}
function t(a,b){a.a.style.cssText="max-width:none;min-width:20px;min-height:20px;display:inline-block;overflow:hidden;position:absolute;width:auto;margin:0;padding:0;top:-999px;white-space:nowrap;font-synthesis:none;font:"+b+";"}function y(a){var b=a.a.offsetWidth,c=b+100;a.f.style.width=c+"px";a.c.scrollLeft=c;a.b.scrollLeft=a.b.scrollWidth+100;return a.g!==b?(a.g=b,!0):!1}function z(a,b){function c(){var a=k;y(a)&&a.a.parentNode&&b(a.g)}var k=a;l(a.b,c);l(a.c,c);y(a)};function A(a,b){var c=b||{};this.family=a;this.style=c.style||"normal";this.weight=c.weight||"normal";this.stretch=c.stretch||"normal"}var B=null,C=null,E=null,F=null;function G(){if(null===C)if(J()&&/Apple/.test(window.navigator.vendor)){var a=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))(?:\.([0-9]+))/.exec(window.navigator.userAgent);C=!!a&&603>parseInt(a[1],10)}else C=!1;return C}function J(){null===F&&(F=!!document.fonts);return F}
function K(){if(null===E){var a=document.createElement("div");try{a.style.font="condensed 100px sans-serif"}catch(b){}E=""!==a.style.font}return E}function L(a,b){return[a.style,a.weight,K()?a.stretch:"","100px",b].join(" ")}
A.prototype.load=function(a,b){var c=this,k=a||"BESbswy",q=0,D=b||3E3,H=(new Date).getTime();return new Promise(function(a,b){if(J()&&!G()){var M=new Promise(function(a,b){function e(){(new Date).getTime()-H>=D?b():document.fonts.load(L(c,'"'+c.family+'"'),k).then(function(c){1<=c.length?a():setTimeout(e,25)},function(){b()})}e()}),N=new Promise(function(a,c){q=setTimeout(c,D)});Promise.race([N,M]).then(function(){clearTimeout(q);a(c)},function(){b(c)})}else m(function(){function u(){var b;if(b=-1!=
f&&-1!=g||-1!=f&&-1!=h||-1!=g&&-1!=h)(b=f!=g&&f!=h&&g!=h)||(null===B&&(b=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent),B=!!b&&(536>parseInt(b[1],10)||536===parseInt(b[1],10)&&11>=parseInt(b[2],10))),b=B&&(f==v&&g==v&&h==v||f==w&&g==w&&h==w||f==x&&g==x&&h==x)),b=!b;b&&(d.parentNode&&d.parentNode.removeChild(d),clearTimeout(q),a(c))}function I(){if((new Date).getTime()-H>=D)d.parentNode&&d.parentNode.removeChild(d),b(c);else{var a=document.hidden;if(!0===a||void 0===a)f=e.a.offsetWidth,
g=n.a.offsetWidth,h=p.a.offsetWidth,u();q=setTimeout(I,50)}}var e=new r(k),n=new r(k),p=new r(k),f=-1,g=-1,h=-1,v=-1,w=-1,x=-1,d=document.createElement("div");d.dir="ltr";t(e,L(c,"sans-serif"));t(n,L(c,"serif"));t(p,L(c,"monospace"));d.appendChild(e.a);d.appendChild(n.a);d.appendChild(p.a);document.body.appendChild(d);v=e.a.offsetWidth;w=n.a.offsetWidth;x=p.a.offsetWidth;I();z(e,function(a){f=a;u()});t(e,L(c,'"'+c.family+'",sans-serif'));z(n,function(a){g=a;u()});t(n,L(c,'"'+c.family+'",serif'));
z(p,function(a){h=a;u()});t(p,L(c,'"'+c.family+'",monospace'))})})};"object"===typeof module?module.exports=A:(window.FontFaceObserver=A,window.FontFaceObserver.prototype.load=A.prototype.load);}());

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
/*!
* DrawSVGPlugin 3.6.1
* https://greensock.com
*
* @license Copyright 2021, GreenSock. All rights reserved.
* Subject to the terms at https://greensock.com/standard-license or for Club GreenSock members, the agreement issued with that membership.
* @author: Jack Doyle, jack@greensock.com
*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e=e||self).window=e.window||{})}(this,function(e){"use strict";function i(){return"undefined"!=typeof window}function j(){return a||i()&&(a=window.gsap)&&a.registerPlugin&&a}function m(e){return Math.round(1e4*e)/1e4}function n(e){return parseFloat(e)||0}function o(e,t){var r=n(e);return~e.indexOf("%")?r/100*t:r}function p(e,t){return n(e.getAttribute(t))}function r(e,t,r,i,s,o){return P(Math.pow((n(r)-n(e))*s,2)+Math.pow((n(i)-n(t))*o,2))}function s(e){return console.warn(e)}function t(e){return"non-scaling-stroke"===e.getAttribute("vector-effect")}function w(e){if(!(e=v(e)[0]))return 0;var n,i,o,a,f,h,d,l=e.tagName.toLowerCase(),u=e.style,c=1,g=1;t(e)&&(g=e.getScreenCTM(),c=P(g.a*g.a+g.b*g.b),g=P(g.d*g.d+g.c*g.c));try{i=e.getBBox()}catch(e){s("Some browsers won't measure invisible elements (like display:none or masks inside defs).")}var _=i||{x:0,y:0,width:0,height:0},y=_.x,w=_.y,x=_.width,m=_.height;if(i&&(x||m)||!k[l]||(x=p(e,k[l][0]),m=p(e,k[l][1]),"rect"!==l&&"line"!==l&&(x*=2,m*=2),"line"===l&&(y=p(e,"x1"),w=p(e,"y1"),x=Math.abs(x-y),m=Math.abs(m-w))),"path"===l)a=u.strokeDasharray,u.strokeDasharray="none",n=e.getTotalLength()||0,c!==g&&s("Warning: <path> length cannot be measured when vector-effect is non-scaling-stroke and the element isn't proportionally scaled."),n*=(c+g)/2,u.strokeDasharray=a;else if("rect"===l)n=2*x*c+2*m*g;else if("line"===l)n=r(y,w,y+x,w+m,c,g);else if("polyline"===l||"polygon"===l)for(o=e.getAttribute("points").match(b)||[],"polygon"===l&&o.push(o[0],o[1]),n=0,f=2;f<o.length;f+=2)n+=r(o[f-2],o[f-1],o[f],o[f+1],c,g)||0;else"circle"!==l&&"ellipse"!==l||(h=x/2*c,d=m/2*g,n=Math.PI*(3*(h+d)-P((3*h+d)*(h+3*d))));return n||0}function x(e,t){if(!(e=v(e)[0]))return[0,0];t=t||w(e)+1;var r=h.getComputedStyle(e),i=r.strokeDasharray||"",s=n(r.strokeDashoffset),o=i.indexOf(",");return o<0&&(o=i.indexOf(" ")),t<(i=o<0?t:n(i.substr(0,o)))&&(i=t),[-s||0,i-s||0]}function y(){i()&&(h=window,l=a=j(),v=a.utils.toArray,d=-1!==((h.navigator||{}).userAgent||"").indexOf("Edge"))}var a,v,h,d,l,b=/[-+=\.]*\d+[\.e\-\+]*\d*[e\-\+]*\d*/gi,k={rect:["width","height"],circle:["r","r"],ellipse:["rx","ry"],line:["x2","y2"]},P=Math.sqrt,f={version:"3.6.1",name:"drawSVG",register:function register(e){a=e,y()},init:function init(e,r){if(!e.getBBox)return!1;l||y();var i,s,a,f=w(e);return this._style=e.style,this._target=e,r+""=="true"?r="0 100%":r?-1===(r+"").indexOf(" ")&&(r="0 "+r):r="0 0",s=function _parse(e,t,n){var r,i,s=e.indexOf(" ");return i=s<0?(r=void 0!==n?n+"":e,e):(r=e.substr(0,s),e.substr(s+1)),r=o(r,t),(i=o(i,t))<r?[i,r]:[r,i]}(r,f,(i=x(e,f))[0]),this._length=m(f),this._dash=m(i[1]-i[0]),this._offset=m(-i[0]),this._dashPT=this.add(this,"_dash",this._dash,m(s[1]-s[0])),this._offsetPT=this.add(this,"_offset",this._offset,m(-s[0])),d&&(a=h.getComputedStyle(e)).strokeLinecap!==a.strokeLinejoin&&(s=n(a.strokeMiterlimit),this.add(e.style,"strokeMiterlimit",s,s+.01)),this._live=t(e)||~(r+"").indexOf("live"),this._nowrap=~(r+"").indexOf("nowrap"),this._props.push("drawSVG"),1},render:function render(e,t){var n,r,i,s,o=t._pt,a=t._style;if(o){for(t._live&&(n=w(t._target))!==t._length&&(r=n/t._length,t._length=n,t._offsetPT&&(t._offsetPT.s*=r,t._offsetPT.c*=r),t._dashPT?(t._dashPT.s*=r,t._dashPT.c*=r):t._dash*=r);o;)o.r(e,o.d),o=o._next;i=t._dash||e&&1!==e&&1e-4||0,n=t._length-i+.1,s=t._offset,i&&s&&i+Math.abs(s%t._length)>t._length-.2&&(s+=s<0?.1:-.1)&&(n+=.1),a.strokeDashoffset=i?s:s+.001,a.strokeDasharray=n<.2?"none":i?i+"px,"+(t._nowrap?999999:n)+"px":"0px, 999999px"}},getLength:w,getPosition:x};j()&&a.registerPlugin(f),e.DrawSVGPlugin=f,e.default=f;if (typeof(window)==="undefined"||window!==e){Object.defineProperty(e,"__esModule",{value:!0})} else {delete e.default}});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
@font-face{font-family:"lqd-essentials";src:url("fonts/lqd-essentials.woff2")format("woff2");font-weight:400;font-style:normal;font-display:swap}.lqd-icn-ess{display:inline-block;font-family:"lqd-essentials";font-size:1em;line-height:1;font-weight:400;font-style:normal;speak:none;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-speech-bubble::before{content:""}.icon-ld-search::before{content:""}.icon-num-10::before{content:""}.icon-num-9::before{content:""}.icon-num-8::before{content:""}.icon-num-7::before{content:""}.icon-num-6::before{content:""}.icon-num-5::before{content:""}.icon-num-4::before{content:""}.icon-num-3::before{content:""}.icon-num-2::before{content:""}.icon-num-1::before{content:""}.icon-lqd-check::before{content:""}.icon-lqd-compass::before{content:""}.icon-lqd-atom::before{content:""}.icon-lqd-laptop::before{content:""}.icon-lqd-stack::before{content:""}.icon-lqd-pen-2::before{content:""}.icon-lqd-user::before{content:""}.icon-lqd-envelope::before{content:""}.icon-lqd-pen::before{content:""}.icon-lqd-dollar::before{content:""}.icon-ion-ios-play::before{content:""}.icon-ld-cart::before{content:""}.icon-ion-ios-add::before{content:""}.icon-ion-ios-checkmark::before{content:""}.icon-ion-ios-remove::before{content:""}.icon-ion-ios-close::before{content:""}.icon-ion-caret-up::before{content:""}.icon-ion-caret-back::before{content:""}.icon-ion-caret-forward::before{content:""}.icon-ion-ios-arrow-back::before{content:""}.icon-ion-ios-arrow-up::before{content:""}.icon-ion-ios-arrow-forward::before{content:""}.icon-ion-caret-down::before{content:""}.icon-ion-ios-arrow-down::before{content:""}.icon-md-arrow-down::before{content:""}.icon-md-arrow-forward::before{content:""}.icon-md-arrow-up::before{content:""}.icon-md-arrow-back::before{content:""}.icon-ion-ios-arrow-round-back::before{content:""}.icon-ion-ios-arrow-round-down::before{content:""}.icon-md-arrow-round-up::before{content:""}.icon-md-arrow-round-down::before{content:""}.icon-md-arrow-round-back::before{content:""}.icon-ion-ios-arrow-round-forward::before{content:""}.icon-ion-ios-arrow-round-up::before{content:""}.icon-md-arrow-round-forward::before{content:""}.icon-md-arrow-round-up-2::before{content:""}.icon-md-arrow-round-down-2::before{content:""}.icon-md-arrow-round-back-2::before{content:""}.icon-md-arrow-round-forward-2::before{content:""}.icon-lqd-eye::before{content:""}.icon-lqd-sync::before{content:""}.icon-lqd-bars::before{content:""}.icon-lqd-dots::before{content:""}.icon-lqd-dots-alt::before{content:""}.icon-ld-search-2::before{content:""}.icon-lqd-user-2::before{content:""}.icon-lqd-volume-low::before{content:""}.icon-lqd-volume-high::before{content:""}.icon-compare::before{content:""}.icon-lqd-presentation::before{content:""}.icon-lqd-cogs::before{content:""}.icon-lqd-tools::before{content:""}.icon-lqd-mobile::before{content:""}.icon-lqd-target::before{content:""}.icon-lqd-path::before{content:""}.icon-lqd-feather::before{content:""}.icon-lqd-smile::before{content:""}.icon-lqd-circle::before{content:""}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long