changed color
This commit is contained in:
@@ -1,31 +1,16 @@
|
||||
import Image from 'next/image'
|
||||
import clsx from 'clsx'
|
||||
|
||||
import backgroundImage from '@/images/background.jpg'
|
||||
import backgroundImage from '@/images/background3.jpg'
|
||||
|
||||
export function BackgroundImage({ className, position = 'left' }) {
|
||||
return (
|
||||
<div
|
||||
className={clsx(
|
||||
'absolute inset-0 overflow-hidden bg-indigo-50',
|
||||
'absolute inset-0 overflow-hidden bg-gradient-to-r from-purple-100 via-white to-purple-100',
|
||||
className,
|
||||
)}
|
||||
>
|
||||
<Image
|
||||
className={clsx(
|
||||
'absolute top-0',
|
||||
position === 'left' &&
|
||||
'left-0 translate-x-[-55%] translate-y-[-10%] -scale-x-100 sm:left-1/2 sm:translate-x-[-98%] sm:translate-y-[-6%] lg:translate-x-[-106%] xl:translate-x-[-122%]',
|
||||
position === 'right' &&
|
||||
'left-full -translate-x-1/2 sm:left-1/2 sm:translate-x-[-20%] sm:translate-y-[-15%] md:translate-x-0 lg:translate-x-[5%] lg:translate-y-[4%] xl:translate-x-[27%] xl:translate-y-[-8%]',
|
||||
)}
|
||||
src={backgroundImage}
|
||||
alt=""
|
||||
width={918}
|
||||
height={1495}
|
||||
priority
|
||||
unoptimized
|
||||
/>
|
||||
<div className="absolute inset-x-0 top-0 h-20 bg-gradient-to-b from-white" />
|
||||
<div className="absolute inset-x-0 bottom-0 h-20 bg-gradient-to-t from-white" />
|
||||
</div>
|
||||
|
@@ -52,8 +52,8 @@ import {
|
||||
<div className="bg-white lg:py-20 py-24">
|
||||
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
||||
<div className="mx-auto max-w-4xl sm:text-center">
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-purple-500">Get Started</h2>
|
||||
<p className="mt-2 font-display text-4xl font-medium tracking-tighter text-purple-700 sm:text-5xl">Build Your Own Verse</p>
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-purple-600">Get Started</h2>
|
||||
<p className="mt-2 font-display text-4xl font-semibold tracking-tighter font-gradient sm:text-5xl">Build Your Own Verse</p>
|
||||
<p className="mt-6 font-display text-2xl tracking-tight text-purple-900">
|
||||
Create and customize your virtual world with powerful tools and resources that make building and managing your digital space easy and intuitive.
|
||||
</p>
|
||||
@@ -92,7 +92,7 @@ import {
|
||||
<div className="mt-16 flex items-center justify-center gap-x-6">
|
||||
<a
|
||||
href="#"
|
||||
className="rounded-xl bg-purple-700 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-purple-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-500"
|
||||
className="rounded-2xl btn-gradient px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-500"
|
||||
>
|
||||
Build Your Own Verse Now <RocketLaunchIcon className="h-4 w-4 inline-block -mt-0.5" />
|
||||
</a>
|
||||
|
@@ -3,7 +3,7 @@ import clsx from 'clsx'
|
||||
|
||||
export function Button({ className, ...props }) {
|
||||
className = clsx(
|
||||
'inline-flex justify-center rounded-2xl btn-gradient py-2 px-4 text-sm font-semibold text-white hover:bg-purple-500 focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-500 active:text-white/70',
|
||||
'inline-flex justify-center rounded-2xl btn-gradient py-2 px-4 text-xs font-semibold text-white hover:btn-gradient-hover focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-500 active:text-white/70',
|
||||
className,
|
||||
)
|
||||
|
||||
|
@@ -31,8 +31,8 @@ export default function Collaborate() {
|
||||
<div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
|
||||
<div className="lg:ml-auto lg:pl-4 lg:pt-4">
|
||||
<div className="lg:max-w-lg">
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-purple-500">Features</h2>
|
||||
<p className="mt-2 text-3xl font-medium tracking-tight text-purple-700 sm:text-4xl">Creative Collaboration</p>
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-purple-600">Features</h2>
|
||||
<p className="mt-2 text-3xl font-semibold tracking-tighter font-gradient sm:text-4xl">Creative Collaboration</p>
|
||||
<p className="mt-6 text-lg leading-8 text-purple-900">
|
||||
Empower your team to create and innovate together in an immersive virtual environment.
|
||||
</p>
|
||||
|
@@ -31,8 +31,8 @@ export default function Communicate() {
|
||||
<div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-2">
|
||||
<div className="lg:pr-8 lg:pt-4">
|
||||
<div className="lg:max-w-lg">
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-purple-500">Features</h2>
|
||||
<p className="mt-2 text-3xl font-medium tracking-tight text-purple-700 sm:text-4xl">Advanced Communication</p>
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-purple-600">Features</h2>
|
||||
<p className="mt-2 text-3xl font-semibold tracking-tighter font-gradient sm:text-4xl">Advanced Communication</p>
|
||||
<p className="mt-6 text-lg leading-8 text-purple-900">
|
||||
Elevate your virtual interactions with cutting-edge communication features
|
||||
designed to keep you connected and engaged.
|
||||
|
@@ -13,10 +13,10 @@ export function Event1() {
|
||||
<h1 className="font-display text-3xl font-semibold tracking-tighter text-purple-700 sm:text-7xl">
|
||||
VerseFest 2024
|
||||
</h1>
|
||||
<h2 className="lg:mt-4 mt-2 font-display lg:text-2xl font-normal tracking-tight text-purple-500 text-xl">
|
||||
<h2 className="lg:mt-4 mt-2 font-display lg:text-2xl font-normal tracking-tight text-purple-600 text-xl">
|
||||
<CalendarIcon className="h-8 w-8 mx-0.2 inline-block -mt-0.5" /> OCT 24-26 • 12 PM - 6 PM UTC
|
||||
</h2>
|
||||
<h2 className="lg:mt-0 mt-0 font-display lg:text-2xl font-normal tracking-tight text-purple-500 text-xl">
|
||||
<h2 className="lg:mt-0 mt-0 font-display lg:text-2xl font-normal tracking-tight text-purple-600 text-xl">
|
||||
<MapPinIcon className="h-8 w-8 mx-0.2 inline-block -mt-0.5" /> OURWORLD METAVERSE
|
||||
</h2>
|
||||
<div className="mt-6 space-y-6 font-normal lg:max-w-3xl lg:text-xl text-base -tracking-normal leading-tight text-purple-900">
|
||||
|
@@ -36,14 +36,14 @@ const featuredPost = {
|
||||
<div className="mx-auto grid max-w-7xl grid-cols-1 gap-x-8 gap-y-12 px-6 sm:gap-y-16 lg:grid-cols-2 lg:px-8">
|
||||
|
||||
<article className="mx-auto w-full max-w-2xl lg:mx-0 lg:max-w-lg">
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-purple-500">Community</h2>
|
||||
<h1 className="mt-2 mb-6 text-3xl font-semibold tracking-tight text-purple-700 lg:text-4xl">Upcoming Events</h1>
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-purple-600">Community</h2>
|
||||
<h1 className="mt-2 mb-6 text-3xl font-semibold tracking-tighter font-gradient lg:text-4xl">Upcoming Events</h1>
|
||||
<img
|
||||
alt=""
|
||||
src="/images/futurefest2.jpg"
|
||||
src="/images/futurefest.jpg"
|
||||
className="mt-4 aspect-auto w-full rounded-2xl bg-gray-50 object-cover lg:aspect-auto lg:h-[20.5rem]"
|
||||
/>
|
||||
<h2 id="featured-post" className="mt-8 text-3xl font-medium tracking-tight text-purple-700 lg:text-4xl">
|
||||
<h2 id="featured-post" className="mt-8 text-3xl font-semibold tracking-tight text-purple-700 lg:text-4xl">
|
||||
{featuredPost.title}
|
||||
</h2>
|
||||
<time dateTime={featuredPost.datetime} className="mt-2 block text-sm leading-6 text-gray-600">
|
||||
|
@@ -18,7 +18,7 @@ export function Header() {
|
||||
const [mobileMenuOpen, setMobileMenuOpen] = useState(false);
|
||||
|
||||
return (
|
||||
<header className="relative z-50 flex-none lg:py-4 bg-white">
|
||||
<header className="relative z-50 flex-none lg:py-2 bg-white">
|
||||
<Container className="flex flex-wrap items-center justify-between lg:justify-center lg:flex-nowrap">
|
||||
<div className="my-5 lg:my-0 lg:grow lg:basis-0">
|
||||
<Logo className="h-12 w-auto text-slate-900" />
|
||||
@@ -64,7 +64,7 @@ export function Header() {
|
||||
<a
|
||||
key={item.name}
|
||||
href={item.href}
|
||||
className="text-purple-500 hover:text-purple-800 text-lg font-semibold"
|
||||
className="text-purple-600 hover:text-purple-800 text-lg font-semibold"
|
||||
onClick={() => setMobileMenuOpen(false)}
|
||||
>
|
||||
{item.name}
|
||||
|
@@ -8,7 +8,7 @@ export function Hero() {
|
||||
<BackgroundImage className="-bottom-14 -top-20" />
|
||||
<Container className="relative">
|
||||
<div className="mx-auto max-w-2xl lg:max-w-4xl lg:px-12">
|
||||
<h1 className="font-display text-3xl font-medium tracking-tighter text-purple-500 sm:text-6xl">
|
||||
<h1 className="font-display text-3xl font-semibold tracking-tighter font-gradient sm:text-6xl">
|
||||
OurVerse
|
||||
</h1>
|
||||
<div className="mt-4 space-y-6 font-display lg:text-xl text-lg tracking-tight leading-tight text-purple-700">
|
||||
@@ -30,7 +30,7 @@ export function Hero() {
|
||||
['Countries', '15'],
|
||||
].map(([name, value]) => (
|
||||
<div key={name}>
|
||||
<dt className="font-mono text-sm text-purple-500">{name}</dt>
|
||||
<dt className="font-mono text-sm text-purple-600">{name}</dt>
|
||||
<dd className="mt-0.5 text-2xl font-semibold tracking-tight text-purple-900">
|
||||
{value}
|
||||
</dd>
|
||||
|
@@ -15,7 +15,7 @@ export function Homepage() {
|
||||
playsInline
|
||||
className="absolute inset-0 w-full h-full object-cover -z-10"
|
||||
>
|
||||
<source src="/videos/ourverse4.mp4" type="video/mp4" />
|
||||
<source src="/videos/ourverse5.mp4" type="video/mp4" />
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
@@ -31,10 +31,10 @@ export function Homepage() {
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<h1 className="font-display lg:max-w-2xl font-bold tracking-tighter bg-gradient3 lg:text-7xl text-5xl">
|
||||
<h1 className="font-display lg:max-w-2xl font-bold tracking-tighter font-gradient lg:text-7xl text-5xl">
|
||||
A New, Vibrant Virtual World.
|
||||
</h1>
|
||||
<div className="lg:max-w-3xl max-w-2xl my-6 space-y-6 font-display font-medium lg:text-2xl text-xl tracking-tight text-purple-800">
|
||||
<div className="font-ethnocentric lg:max-w-3xl max-w-2xl my-6 space-y-6 font-display font-medium lg:text-2xl text-xl tracking-tight text-purple-800">
|
||||
<p>Discover <span className='bg-gradient3 font-semibold'>OurVerse</span>, a new virtual space designed for everyone,
|
||||
where you can express yourself freely, build meaningful relationships,
|
||||
and explore endless possibilities in an environment that celebrates diversity and authenticity.</p>
|
||||
|
@@ -2,343 +2,483 @@ export function Logo(props) {
|
||||
return (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="120"
|
||||
height="40"
|
||||
version="1"
|
||||
viewBox="0 0 90 30"
|
||||
width="140"
|
||||
height="auto"
|
||||
fill="none"
|
||||
viewBox="0 0 596 189"
|
||||
>
|
||||
<path
|
||||
fill="#443B62"
|
||||
d="M37.76 81.17c-22.24 0-33.05 8.43-33.05 25.77s10.81 25.84 33.05 25.84c22.24 0 33.05-8.45 33.05-25.84S60 81.17 37.76 81.17zm0 42.04c-16.26 0-22.3-4.41-22.3-16.28 0-11.87 6.04-16.2 22.3-16.2s22.3 4.39 22.3 16.2c0 11.81-6.04 16.28-22.3 16.28zM127.04 109.95c0 9.4-2.5 13.33-17.96 13.33-17.34 0-20.83-5.1-20.83-13.33V81.94H77.5v28.01c0 15.36 10.33 22.82 31.58 22.82 19.1 0 28.78-7.68 28.78-22.82V81.94h-10.82v28.01zM207.15 99.16c0-12.69-12.01-17.22-23.25-17.22h-32.31l-7.43 9.63h36.95c13.37 0 15.08 4.28 15.08 8.01 0 7.1-11.54 7.66-15.08 7.66h-35.16v24.77h10.75v-15.49h24.69l16.75 15.49h15.15L193.5 114.6c8.62-1.83 13.66-7.42 13.66-15.44h-.01zM343.86 111.26h34.86l6.81-8.79h-41.67v-10.9h36.4l7.44-9.63h-54.59V132h47.5l7.46-9.56h-44.21v-11.18zM486.32 91.57h34.35l7.33-9.63h-41.12c-16.72 0-20.23 8.14-20.23 14.98s3.29 14.35 18.97 14.35h18.92c9.64 0 12.28 1.15 12.28 5.34 0 2.51-.95 5.84-9.13 5.84h-37.56l-6.75 8.65-18.75-16.5c8.62-1.83 13.66-7.42 13.66-15.44 0-12.69-12.01-17.22-23.25-17.22h-32.31l-7.43 9.63h36.95c13.37 0 15.08 4.28 15.08 8.01 0 7.1-11.54 7.66-15.08 7.66h-35.16v24.77h10.75v-15.49h24.69l16.75 15.49h57.86c13.38 0 20.16-5.16 20.16-15.33 0-6.48-3.28-14.21-18.9-14.21h-18.92c-9.75 0-12.28-1.04-12.28-5.06 0-2.51.95-5.84 9.13-5.84h-.01zM544.59 122.44v-11.18h34.85l6.81-8.79h-41.66v-10.9h36.39l7.44-9.63h-54.59V132h47.5l7.46-9.56h-44.2z"
|
||||
></path>
|
||||
<path
|
||||
fill="#302B4B"
|
||||
d="M240.12 117.87l-1.2 3.05 12.21-2.8-11.01-.25z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint0_linear_20_2)"
|
||||
d="M242.67 125.62s-5.87 6.91-30.48 13.09l5.63-.66 14.57-4.75-15.45 6.73-2.32 3.75 16.55-6.4-13.02 13.8 10.71-5.52 19.2-10.27-5.38-9.78-.01.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint1_linear_20_2)"
|
||||
d="M275.02 142.26l6.89-12.5 16.44-21.77 6.97-12.83 17.8-23.15 19.34-23.57 1.83-1.33-65.42 124.6-2.05 3.91-3.09 3.08 2.01-19.93-.72-16.51z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint2_linear_20_2)"
|
||||
d="M258.83 112.9l-8.76 4.61 24.52 52.67 1.15-11.41-.72-16.51-13.84-30.85-2.35 1.49z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint3_linear_20_2)"
|
||||
d="M273.73 178.7h-.66l-2.94-3.17-31.21-54.61 11.53-2.8 24.14 52.06-.86 8.52z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint4_linear_20_2)"
|
||||
d="M274.59 170.18l30.73-75.02-23.41 34.6-6.89 12.5-.43 27.92z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint5_linear_20_2)"
|
||||
d="M242.28 126.25s-5.8 6.75-30.09 12.77l5.56-.65 14.38-4.63-15.26 6.57-2.29 3.66 16.34-6.24-12.86 13.46 10.57-5.38 18.95-10.02-5.31-9.54h.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint6_linear_20_2)"
|
||||
d="M243.11 127.51s-2.58 5.73-28.53 16.19c-.85.5 16.68-6.49 16.68-6.49l-13.12 13.98 10.78-5.59 18.67-10.05-4.48-8.04z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint7_linear_20_2)"
|
||||
d="M241.72 53.13l-21.03-19.79s-18.3-19.29-22.38-24.91l-2.43 6.61s.66 6.39 13.12 23.7c0 0 14.77 12.9 21.16 16.53l11.55 7.94V53.12l.01.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="#6765AD"
|
||||
d="M241.72 53.13l-21.03-19.79s-18.3-19.29-22.38-24.91c0 0-.98 2.67-1.7 4.64 9.53 19.39 45.11 45.85 45.11 45.85v-5.79zM209.01 38.32c7.64 8.15 32.71 24.47 32.71 24.47l1.65 8.8c-5.19-.03-17.32-4.88-29.65-14.24-12.33-9.37-15.4-21.95-15.4-21.95l.89-6.26 9.8 9.19v-.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint8_linear_20_2)"
|
||||
d="M231.21 111.41s11.48 3.75 24.78-4.52l3.72 7.85c-1.49.76-2.97 1.52-4.46 2.27-2.58 1.31-7.2 2.7-12.73 2.48-3.57-.34-7.64-1.35-9.86-4.41-.79-1.08-1.26-2.35-1.45-3.67z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint9_linear_20_2)"
|
||||
d="M253.42 101.45l2.57 5.45s-12.85 9.3-28.56 3.26l1.65-4.61s13.98 3.67 24.35-4.1h-.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="#6765AD"
|
||||
d="M230.61 103.67l-1.76.55.22 1.32s12.55 4.11 24.35-4.1c0 0-7.21 4.43-22.81 2.23z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint10_linear_20_2)"
|
||||
d="M250.38 94.4s-8.9 4.13-30.1 0c0 0 .55 5.65 10.33 9.27 0 0 12 2.68 22.81-2.23l-3.03-7.04h-.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint11_linear_20_2)"
|
||||
d="M247.59 87.11s-20.5 1.1-34.78-4.9c0 0 1.76 9.28 15.49 12.95 0 0 10.77 2.6 22.08-.76l-2.79-7.29z"
|
||||
></path>
|
||||
<path
|
||||
fill="#6765AD"
|
||||
d="M220.98 96.39s12.51 5.53 29.73-1.23l-.33-.76s-9.12 3.92-30.1 0l.7 1.99zM248.05 88.38s-16.72 3.12-34.21-3.51l-1.03-2.67s9.94 5.54 34.78 4.9l.45 1.27.01.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint12_linear_20_2)"
|
||||
d="M245.02 79.35s-12.7.55-39.52-12.06c.07.03.14.79.16.87.19.82.47 1.62.79 2.39 1.2 2.86 3.09 5.39 5.3 7.55 4.65 4.56 10.57 6.95 16.91 7.96 6.25 1 12.62 1.22 18.94 1.05l-2.57-7.76h-.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="#6765AD"
|
||||
d="M245.02 79.35s-12.7.55-39.52-12.06c0 0-1.03 1.04 10.83 8.14 0 0 13.79 5.91 29.35 5.89l-.65-1.97h-.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint13_linear_20_2)"
|
||||
d="M243.36 72.02s-10.6-1.78-41.65-21.65v4.91s3.17 10.59 15.94 16.74c0 0 14.98 7.01 27.36 7.34l-1.65-7.34z"
|
||||
></path>
|
||||
<path
|
||||
fill="#6765AD"
|
||||
d="M243.36 72.02s-10.6-1.78-41.65-21.65v2.86s12.64 13.33 42.13 20.94l-.49-2.16.01.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="#34304B"
|
||||
d="M305.32 95.16c0-.16-7.87 11.68-8.96 12.84-4.46 4.75-12.17 10.78-27.97 21.18l6.55 13.38s21.43-26.91 30.37-47.4h.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint14_linear_20_2)"
|
||||
d="M292.22 115.65s-9.32 10.32-21.36 18.21l4.01 8.48 17.35-26.69z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint15_linear_20_2)"
|
||||
d="M208.8 45.85c4.93 6.55 33.76 21.8 33.76 21.8l.8 4.36c-5.19-.03-29.65-14.24-29.65-14.24-12.33-9.37-15.4-21.95-15.4-21.95l.2-1.4 10.28 11.42.01.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint16_linear_20_2)"
|
||||
d="M241.72 49.59c.27.25-.35 3.25-.4 3.8a89.24 89.24 0 00-.34 4.63c-.14 2.99-.07 5.99.36 8.95.83 5.85 1.99 11.71 4.13 17.23 0 0 5.11 13.19 11.64 25.83 0 0 11.43 23.23 13.07 24.94 0 0 11.23-8.73 14-11.43 0 0 12.28-11.65 15.98-22.08 0 0 3.41-8.45 4.12-11.5 0 0 3.34-15.83 4.05-16.54 0 0 1.63-7.1 9.09-10.23l12.07-5.47s-8.95 1.78-12.14 1.78c0 0-6.32-.21-7.67-.5 0 0-3.91-2.63-8.24-.85 0 0-6.11.85-8.81 10.58-1.17 4.21-2.15 8.41-4.47 12.29-.87 1.46-3.7 7.45-5.62 7.45-4.32-2.93-8.87-5.54-12.89-8.89-3.53-2.95-6.81-6.34-10.01-9.65-1.41-1.46-3.79-3.37-4.44-5.39-.84-2.63-8.21-10.13-13.47-14.94l-.01-.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint17_linear_20_2)"
|
||||
d="M241.72 49.59c.27.25-.35 3.25-.4 3.8a89.24 89.24 0 00-.34 4.63c-.14 2.99-.07 5.99.36 8.95.83 5.85 1.99 11.71 4.13 17.23 0 0 5.11 13.19 11.64 25.83 0 0 11.43 23.23 13.07 24.94 0 0 11.23-8.73 14-11.43 0 0 12.28-11.65 15.98-22.08 0 0 3.41-8.45 4.12-11.5 0 0 3.34-15.83 4.05-16.54 0 0 1.63-7.1 9.09-10.23l12.07-5.47s-8.95 1.78-12.14 1.78c0 0-6.32-.21-7.67-.5 0 0-3.91-2.63-8.24-.85 0 0-6.11.85-8.81 10.58-1.17 4.21-2.15 8.41-4.47 12.29-.87 1.46-3.7 7.45-5.62 7.45-4.32-2.93-8.87-5.54-12.89-8.89-3.53-2.95-6.81-6.34-10.01-9.65-1.41-1.46-3.79-3.37-4.44-5.39-.84-2.63-8.21-10.13-13.47-14.94l-.01-.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="#302B4B"
|
||||
d="M241.41 49.3c.27.25-.65 3.65-.7 4.19-.14 1.54-.25 3.09-.31 4.63-.11 2.99-.02 5.99.42 8.95.87 5.84 2.07 11.69 4.25 17.2 0 0 5.2 13.15 11.83 25.75 0 0 11.83 23.49 13.48 25.18 0 0 10.94-9.15 13.69-11.87 0 0-30.77-56.74-31.43-58.75-.86-2.62-5.94-10.5-11.24-15.28h.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint18_linear_20_2)"
|
||||
d="M297.38 106.89s4.59-8.05 6.88-16.94c0 0 3.34-15.83 4.05-16.54 0 0 1.63-7.1 9.09-10.23l12.07-5.47s-8.95 1.78-12.14 1.78c0 0-6.32-.21-7.67-.5 0 0-3.91-2.63-8.24-.85 0 0-6.11.85-8.81 10.58-.74 3.5-1.59 7.2-3.19 10.41-.49.99-1.24 1.87-1.86 2.8-1.21 1.81-2.27 3.72-3.67 5.39-.5.59-1.2.96-1.66 1.51-.23.28-.42.61-.58.93-.06.11-.11.22-.11.35 0 .1.04.2.07.3 1.81 4.66 3.62 9.19 5.97 13.63 2.81 1.07 6.06 2.03 9.79 2.86l.01-.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint19_linear_20_2)"
|
||||
d="M330.16 57.5s-20.68 2.87-24.84 11.68c0 0-1.29 1.05-3.68 17.42 0 0-3.73 19.53-4.25 20.3 0 0 3.85-6.15 4.86-10.88l2.01-6.06s3.18-17.18 4.4-17.64c0 0 1.54-6.82 12.14-10.67l9.36-4.14v-.01z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint20_linear_20_2)"
|
||||
d="M309.65 58.99l-10.04 4.62 18.08-4.13-8.04-.49z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint21_linear_20_2)"
|
||||
d="M241.72 49.59c0 4.8-1.03 11.84.38 19.85 1.4 8.01 4.39 16.21 8.61 25.72 4.15 9.34 8.26 16.6 13.07 25.61 1.63 3.04 3.27 6.08 4.99 9.07.75 1.31 2.52 4.11 2.52 4.11s-.3.76 7.77-5.67 12.47-10.17 18.51-21.39c-.05.21-4.93-1.19-5.2-1.28a52.66 52.66 0 01-12.64-5.81c-7.16-4.5-12.54-11.96-16.99-19.05-3.17-5.05-5.81-10.48-7.46-16.22-.84-2.63-8.26-10.13-13.56-14.94z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint22_linear_20_2)"
|
||||
d="M247.31 87.1s5.41 14.35 16.47 33.68c1.71 2.99 3.27 6.08 4.99 9.07.75 1.31 2.52 4.11 2.52 4.11s-.3.76 7.77-5.67 12.47-10.17 18.51-21.39c-.05.21-4.93-1.19-5.2-1.28a52.656 52.656 0 01-12.64-5.81c-7.16-4.5-12.54-11.96-16.99-19.05-4.56 4.91-15.43 6.34-15.43 6.34z"
|
||||
></path>
|
||||
<path
|
||||
fill="url(#paint23_linear_20_2)"
|
||||
d="M256.3 106.74s10.76 20.11 12.47 23.1c.75 1.31 2.61 4.39 2.61 4.39s-.39.49 7.68-5.94c8.07-6.43 12.47-10.17 18.51-21.39-.05.21-4.92-1.21-5.2-1.28-8.85-2.27-16.17-8.36-16.17-8.36l-19.91 9.49.01-.01z"
|
||||
></path>
|
||||
<defs>
|
||||
<clipPath id="ac010a499d">
|
||||
<path d="M4.355 3.926h21.047v21.05H4.355zm0 0"></path>
|
||||
</clipPath>
|
||||
<clipPath id="52ca124259">
|
||||
<path d="M25.527 14.516c0 .691-.066 1.382-.203 2.062a10.704 10.704 0 01-.601 1.988c-.266.641-.594 1.25-.98 1.829A10.358 10.358 0 0122.425 22c-.488.492-1.024.93-1.602 1.316a10.43 10.43 0 01-1.832.977c-.64.266-1.305.469-1.984.605-.684.133-1.371.204-2.067.204-.695 0-1.382-.07-2.066-.204-.68-.136-1.344-.34-1.984-.605A10.43 10.43 0 017.457 22a10.358 10.358 0 01-1.316-1.605 10.553 10.553 0 01-.98-1.829 10.704 10.704 0 01-.602-1.988 10.46 10.46 0 01-.204-2.062 10.704 10.704 0 01.805-4.055c.266-.64.594-1.25.98-1.828.383-.578.825-1.113 1.317-1.606.488-.492 1.023-.93 1.602-1.316a10.43 10.43 0 011.832-.977c.64-.265 1.304-.468 1.984-.605a10.804 10.804 0 012.066-.203c.696 0 1.383.07 2.067.203.68.137 1.344.34 1.984.605a10.43 10.43 0 013.434 2.293c.492.493.933 1.028 1.316 1.606.387.578.715 1.187.98 1.828.266.644.465 1.305.602 1.988.137.68.203 1.371.203 2.067zm0 0"></path>
|
||||
</clipPath>
|
||||
<linearGradient
|
||||
id="9448ecee67"
|
||||
x1="1770.926"
|
||||
x2="1898.47"
|
||||
y1="244.834"
|
||||
y2="244.834"
|
||||
gradientTransform="rotate(90 171.836 -116.492) scale(.16503)"
|
||||
id="paint0_linear_20_2"
|
||||
x1="212.19"
|
||||
x2="248.05"
|
||||
y1="138.4"
|
||||
y2="138.4"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop offset="0" stopColor="#4158D0"></stop>
|
||||
<stop offset="0.004" stopColor="#4258D0"></stop>
|
||||
<stop offset="0.008" stopColor="#4358D0"></stop>
|
||||
<stop offset="0.012" stopColor="#4358D0"></stop>
|
||||
<stop offset="0.016" stopColor="#4458D0"></stop>
|
||||
<stop offset="0.02" stopColor="#4558D0"></stop>
|
||||
<stop offset="0.023" stopColor="#4658CF"></stop>
|
||||
<stop offset="0.027" stopColor="#4758CF"></stop>
|
||||
<stop offset="0.031" stopColor="#4858CF"></stop>
|
||||
<stop offset="0.035" stopColor="#4858CF"></stop>
|
||||
<stop offset="0.039" stopColor="#4957CF"></stop>
|
||||
<stop offset="0.043" stopColor="#4A57CF"></stop>
|
||||
<stop offset="0.047" stopColor="#4B57CF"></stop>
|
||||
<stop offset="0.051" stopColor="#4C57CF"></stop>
|
||||
<stop offset="0.055" stopColor="#4D57CF"></stop>
|
||||
<stop offset="0.059" stopColor="#4D57CF"></stop>
|
||||
<stop offset="0.063" stopColor="#4E57CF"></stop>
|
||||
<stop offset="0.066" stopColor="#4F57CE"></stop>
|
||||
<stop offset="0.07" stopColor="#5057CE"></stop>
|
||||
<stop offset="0.074" stopColor="#5157CE"></stop>
|
||||
<stop offset="0.078" stopColor="#5257CE"></stop>
|
||||
<stop offset="0.082" stopColor="#5257CE"></stop>
|
||||
<stop offset="0.086" stopColor="#5357CE"></stop>
|
||||
<stop offset="0.09" stopColor="#5457CE"></stop>
|
||||
<stop offset="0.094" stopColor="#5557CE"></stop>
|
||||
<stop offset="0.098" stopColor="#5657CE"></stop>
|
||||
<stop offset="0.102" stopColor="#5657CE"></stop>
|
||||
<stop offset="0.105" stopColor="#5757CD"></stop>
|
||||
<stop offset="0.109" stopColor="#5857CD"></stop>
|
||||
<stop offset="0.113" stopColor="#5957CD"></stop>
|
||||
<stop offset="0.117" stopColor="#5A57CD"></stop>
|
||||
<stop offset="0.121" stopColor="#5B56CD"></stop>
|
||||
<stop offset="0.125" stopColor="#5B56CD"></stop>
|
||||
<stop offset="0.129" stopColor="#5C56CD"></stop>
|
||||
<stop offset="0.133" stopColor="#5D56CD"></stop>
|
||||
<stop offset="0.137" stopColor="#5E56CD"></stop>
|
||||
<stop offset="0.141" stopColor="#5F56CD"></stop>
|
||||
<stop offset="0.145" stopColor="#6056CC"></stop>
|
||||
<stop offset="0.148" stopColor="#6056CC"></stop>
|
||||
<stop offset="0.152" stopColor="#6156CC"></stop>
|
||||
<stop offset="0.156" stopColor="#6256CC"></stop>
|
||||
<stop offset="0.16" stopColor="#6356CC"></stop>
|
||||
<stop offset="0.164" stopColor="#6456CC"></stop>
|
||||
<stop offset="0.168" stopColor="#6456CC"></stop>
|
||||
<stop offset="0.172" stopColor="#6556CC"></stop>
|
||||
<stop offset="0.176" stopColor="#6656CC"></stop>
|
||||
<stop offset="0.18" stopColor="#6756CC"></stop>
|
||||
<stop offset="0.184" stopColor="#6856CB"></stop>
|
||||
<stop offset="0.188" stopColor="#6956CB"></stop>
|
||||
<stop offset="0.191" stopColor="#6956CB"></stop>
|
||||
<stop offset="0.195" stopColor="#6A56CB"></stop>
|
||||
<stop offset="0.199" stopColor="#6B56CB"></stop>
|
||||
<stop offset="0.203" stopColor="#6C55CB"></stop>
|
||||
<stop offset="0.207" stopColor="#6D55CB"></stop>
|
||||
<stop offset="0.211" stopColor="#6E55CB"></stop>
|
||||
<stop offset="0.215" stopColor="#6E55CB"></stop>
|
||||
<stop offset="0.219" stopColor="#6F55CB"></stop>
|
||||
<stop offset="0.223" stopColor="#7055CA"></stop>
|
||||
<stop offset="0.227" stopColor="#7155CA"></stop>
|
||||
<stop offset="0.23" stopColor="#7255CA"></stop>
|
||||
<stop offset="0.234" stopColor="#7355CA"></stop>
|
||||
<stop offset="0.238" stopColor="#7355CA"></stop>
|
||||
<stop offset="0.242" stopColor="#7455CA"></stop>
|
||||
<stop offset="0.246" stopColor="#7555CA"></stop>
|
||||
<stop offset="0.25" stopColor="#7655CA"></stop>
|
||||
<stop offset="0.254" stopColor="#7755CA"></stop>
|
||||
<stop offset="0.258" stopColor="#7755CA"></stop>
|
||||
<stop offset="0.262" stopColor="#7855C9"></stop>
|
||||
<stop offset="0.266" stopColor="#7955C9"></stop>
|
||||
<stop offset="0.27" stopColor="#7A55C9"></stop>
|
||||
<stop offset="0.273" stopColor="#7B55C9"></stop>
|
||||
<stop offset="0.277" stopColor="#7C55C9"></stop>
|
||||
<stop offset="0.281" stopColor="#7C54C9"></stop>
|
||||
<stop offset="0.285" stopColor="#7D54C9"></stop>
|
||||
<stop offset="0.289" stopColor="#7E54C9"></stop>
|
||||
<stop offset="0.293" stopColor="#7F54C9"></stop>
|
||||
<stop offset="0.297" stopColor="#8054C9"></stop>
|
||||
<stop offset="0.301" stopColor="#8154C9"></stop>
|
||||
<stop offset="0.305" stopColor="#8154C8"></stop>
|
||||
<stop offset="0.309" stopColor="#8254C8"></stop>
|
||||
<stop offset="0.313" stopColor="#8354C8"></stop>
|
||||
<stop offset="0.316" stopColor="#8454C8"></stop>
|
||||
<stop offset="0.32" stopColor="#8554C8"></stop>
|
||||
<stop offset="0.324" stopColor="#8554C8"></stop>
|
||||
<stop offset="0.328" stopColor="#8654C8"></stop>
|
||||
<stop offset="0.332" stopColor="#8754C8"></stop>
|
||||
<stop offset="0.336" stopColor="#8854C8"></stop>
|
||||
<stop offset="0.34" stopColor="#8954C8"></stop>
|
||||
<stop offset="0.344" stopColor="#8A54C7"></stop>
|
||||
<stop offset="0.348" stopColor="#8A54C7"></stop>
|
||||
<stop offset="0.352" stopColor="#8B54C7"></stop>
|
||||
<stop offset="0.355" stopColor="#8C54C7"></stop>
|
||||
<stop offset="0.359" stopColor="#8D54C7"></stop>
|
||||
<stop offset="0.363" stopColor="#8E53C7"></stop>
|
||||
<stop offset="0.367" stopColor="#8F53C7"></stop>
|
||||
<stop offset="0.371" stopColor="#8F53C7"></stop>
|
||||
<stop offset="0.375" stopColor="#9053C7"></stop>
|
||||
<stop offset="0.379" stopColor="#9153C7"></stop>
|
||||
<stop offset="0.383" stopColor="#9253C6"></stop>
|
||||
<stop offset="0.387" stopColor="#9353C6"></stop>
|
||||
<stop offset="0.391" stopColor="#9453C6"></stop>
|
||||
<stop offset="0.395" stopColor="#9453C6"></stop>
|
||||
<stop offset="0.398" stopColor="#9553C6"></stop>
|
||||
<stop offset="0.402" stopColor="#9653C6"></stop>
|
||||
<stop offset="0.406" stopColor="#9753C6"></stop>
|
||||
<stop offset="0.41" stopColor="#9853C6"></stop>
|
||||
<stop offset="0.414" stopColor="#9853C6"></stop>
|
||||
<stop offset="0.418" stopColor="#9953C6"></stop>
|
||||
<stop offset="0.422" stopColor="#9A53C5"></stop>
|
||||
<stop offset="0.426" stopColor="#9B53C5"></stop>
|
||||
<stop offset="0.43" stopColor="#9C53C5"></stop>
|
||||
<stop offset="0.434" stopColor="#9D53C5"></stop>
|
||||
<stop offset="0.438" stopColor="#9D53C5"></stop>
|
||||
<stop offset="0.441" stopColor="#9E53C5"></stop>
|
||||
<stop offset="0.445" stopColor="#9F52C5"></stop>
|
||||
<stop offset="0.449" stopColor="#A052C5"></stop>
|
||||
<stop offset="0.453" stopColor="#A152C5"></stop>
|
||||
<stop offset="0.457" stopColor="#A252C5"></stop>
|
||||
<stop offset="0.461" stopColor="#A252C4"></stop>
|
||||
<stop offset="0.465" stopColor="#A352C4"></stop>
|
||||
<stop offset="0.469" stopColor="#A452C4"></stop>
|
||||
<stop offset="0.473" stopColor="#A552C4"></stop>
|
||||
<stop offset="0.477" stopColor="#A652C4"></stop>
|
||||
<stop offset="0.48" stopColor="#A652C4"></stop>
|
||||
<stop offset="0.484" stopColor="#A752C4"></stop>
|
||||
<stop offset="0.488" stopColor="#A852C4"></stop>
|
||||
<stop offset="0.492" stopColor="#A952C4"></stop>
|
||||
<stop offset="0.496" stopColor="#AA52C4"></stop>
|
||||
<stop offset="0.5" stopColor="#AB52C4"></stop>
|
||||
<stop offset="0.504" stopColor="#AB52C3"></stop>
|
||||
<stop offset="0.508" stopColor="#AC52C3"></stop>
|
||||
<stop offset="0.512" stopColor="#AD52C3"></stop>
|
||||
<stop offset="0.516" stopColor="#AE52C3"></stop>
|
||||
<stop offset="0.52" stopColor="#AF52C3"></stop>
|
||||
<stop offset="0.523" stopColor="#B051C3"></stop>
|
||||
<stop offset="0.527" stopColor="#B051C3"></stop>
|
||||
<stop offset="0.531" stopColor="#B151C3"></stop>
|
||||
<stop offset="0.535" stopColor="#B251C3"></stop>
|
||||
<stop offset="0.539" stopColor="#B351C3"></stop>
|
||||
<stop offset="0.543" stopColor="#B451C2"></stop>
|
||||
<stop offset="0.547" stopColor="#B551C2"></stop>
|
||||
<stop offset="0.551" stopColor="#B551C2"></stop>
|
||||
<stop offset="0.555" stopColor="#B651C2"></stop>
|
||||
<stop offset="0.559" stopColor="#B751C2"></stop>
|
||||
<stop offset="0.563" stopColor="#B851C2"></stop>
|
||||
<stop offset="0.566" stopColor="#B951C2"></stop>
|
||||
<stop offset="0.57" stopColor="#B951C2"></stop>
|
||||
<stop offset="0.574" stopColor="#BA51C2"></stop>
|
||||
<stop offset="0.578" stopColor="#BB51C2"></stop>
|
||||
<stop offset="0.582" stopColor="#BC51C1"></stop>
|
||||
<stop offset="0.586" stopColor="#BD51C1"></stop>
|
||||
<stop offset="0.59" stopColor="#BE51C1"></stop>
|
||||
<stop offset="0.594" stopColor="#BE51C1"></stop>
|
||||
<stop offset="0.598" stopColor="#BF51C1"></stop>
|
||||
<stop offset="0.602" stopColor="#C051C1"></stop>
|
||||
<stop offset="0.605" stopColor="#C150C1"></stop>
|
||||
<stop offset="0.609" stopColor="#C250C1"></stop>
|
||||
<stop offset="0.613" stopColor="#C350C1"></stop>
|
||||
<stop offset="0.617" stopColor="#C350C1"></stop>
|
||||
<stop offset="0.621" stopColor="#C450C0"></stop>
|
||||
<stop offset="0.625" stopColor="#C550C0"></stop>
|
||||
<stop offset="0.629" stopColor="#C650C0"></stop>
|
||||
<stop offset="0.633" stopColor="#C750C0"></stop>
|
||||
<stop offset="0.637" stopColor="#C750C0"></stop>
|
||||
<stop offset="0.641" stopColor="#C851C0"></stop>
|
||||
<stop offset="0.645" stopColor="#C952BF"></stop>
|
||||
<stop offset="0.648" stopColor="#C953BE"></stop>
|
||||
<stop offset="0.652" stopColor="#CA55BD"></stop>
|
||||
<stop offset="0.656" stopColor="#CB56BC"></stop>
|
||||
<stop offset="0.66" stopColor="#CB57BB"></stop>
|
||||
<stop offset="0.664" stopColor="#CC59BA"></stop>
|
||||
<stop offset="0.668" stopColor="#CC5AB9"></stop>
|
||||
<stop offset="0.672" stopColor="#CD5BB9"></stop>
|
||||
<stop offset="0.676" stopColor="#CE5DB8"></stop>
|
||||
<stop offset="0.68" stopColor="#CE5EB7"></stop>
|
||||
<stop offset="0.684" stopColor="#CF60B6"></stop>
|
||||
<stop offset="0.688" stopColor="#CF61B5"></stop>
|
||||
<stop offset="0.691" stopColor="#D062B4"></stop>
|
||||
<stop offset="0.695" stopColor="#D164B3"></stop>
|
||||
<stop offset="0.699" stopColor="#D165B3"></stop>
|
||||
<stop offset="0.703" stopColor="#D266B2"></stop>
|
||||
<stop offset="0.707" stopColor="#D268B1"></stop>
|
||||
<stop offset="0.711" stopColor="#D369B0"></stop>
|
||||
<stop offset="0.715" stopColor="#D46AAF"></stop>
|
||||
<stop offset="0.719" stopColor="#D46CAE"></stop>
|
||||
<stop offset="0.723" stopColor="#D56DAD"></stop>
|
||||
<stop offset="0.727" stopColor="#D56EAC"></stop>
|
||||
<stop offset="0.73" stopColor="#D670AC"></stop>
|
||||
<stop offset="0.734" stopColor="#D771AB"></stop>
|
||||
<stop offset="0.738" stopColor="#D772AA"></stop>
|
||||
<stop offset="0.742" stopColor="#D874A9"></stop>
|
||||
<stop offset="0.746" stopColor="#D875A8"></stop>
|
||||
<stop offset="0.75" stopColor="#D976A7"></stop>
|
||||
<stop offset="0.754" stopColor="#DA78A6"></stop>
|
||||
<stop offset="0.758" stopColor="#DA79A5"></stop>
|
||||
<stop offset="0.762" stopColor="#DB7BA5"></stop>
|
||||
<stop offset="0.766" stopColor="#DB7CA4"></stop>
|
||||
<stop offset="0.77" stopColor="#DC7DA3"></stop>
|
||||
<stop offset="0.773" stopColor="#DD7FA2"></stop>
|
||||
<stop offset="0.777" stopColor="#DD80A1"></stop>
|
||||
<stop offset="0.781" stopColor="#DE81A0"></stop>
|
||||
<stop offset="0.785" stopColor="#DE839F"></stop>
|
||||
<stop offset="0.789" stopColor="#DF849F"></stop>
|
||||
<stop offset="0.793" stopColor="#E0859E"></stop>
|
||||
<stop offset="0.797" stopColor="#E0879D"></stop>
|
||||
<stop offset="0.801" stopColor="#E1889C"></stop>
|
||||
<stop offset="0.805" stopColor="#E1899B"></stop>
|
||||
<stop offset="0.809" stopColor="#E28B9A"></stop>
|
||||
<stop offset="0.813" stopColor="#E38C99"></stop>
|
||||
<stop offset="0.816" stopColor="#E38D98"></stop>
|
||||
<stop offset="0.82" stopColor="#E48F98"></stop>
|
||||
<stop offset="0.824" stopColor="#E49097"></stop>
|
||||
<stop offset="0.828" stopColor="#E59196"></stop>
|
||||
<stop offset="0.832" stopColor="#E69395"></stop>
|
||||
<stop offset="0.836" stopColor="#E69494"></stop>
|
||||
<stop offset="0.84" stopColor="#E79593"></stop>
|
||||
<stop offset="0.844" stopColor="#E79792"></stop>
|
||||
<stop offset="0.848" stopColor="#E89891"></stop>
|
||||
<stop offset="0.852" stopColor="#E99A91"></stop>
|
||||
<stop offset="0.855" stopColor="#E99B90"></stop>
|
||||
<stop offset="0.859" stopColor="#EA9C8F"></stop>
|
||||
<stop offset="0.863" stopColor="#EA9E8E"></stop>
|
||||
<stop offset="0.867" stopColor="#EB9F8D"></stop>
|
||||
<stop offset="0.871" stopColor="#ECA08C"></stop>
|
||||
<stop offset="0.875" stopColor="#ECA28B"></stop>
|
||||
<stop offset="0.879" stopColor="#EDA38A"></stop>
|
||||
<stop offset="0.883" stopColor="#EDA48A"></stop>
|
||||
<stop offset="0.887" stopColor="#EEA689"></stop>
|
||||
<stop offset="0.891" stopColor="#EFA788"></stop>
|
||||
<stop offset="0.895" stopColor="#EFA887"></stop>
|
||||
<stop offset="0.898" stopColor="#F0AA86"></stop>
|
||||
<stop offset="0.902" stopColor="#F0AB85"></stop>
|
||||
<stop offset="0.906" stopColor="#F1AC84"></stop>
|
||||
<stop offset="0.91" stopColor="#F2AE83"></stop>
|
||||
<stop offset="0.914" stopColor="#F2AF83"></stop>
|
||||
<stop offset="0.918" stopColor="#F3B082"></stop>
|
||||
<stop offset="0.922" stopColor="#F3B281"></stop>
|
||||
<stop offset="0.926" stopColor="#F4B380"></stop>
|
||||
<stop offset="0.93" stopColor="#F5B47F"></stop>
|
||||
<stop offset="0.934" stopColor="#F5B67E"></stop>
|
||||
<stop offset="0.938" stopColor="#F6B77D"></stop>
|
||||
<stop offset="0.941" stopColor="#F6B97D"></stop>
|
||||
<stop offset="0.945" stopColor="#F7BA7C"></stop>
|
||||
<stop offset="0.949" stopColor="#F8BB7B"></stop>
|
||||
<stop offset="0.953" stopColor="#F8BD7A"></stop>
|
||||
<stop offset="0.957" stopColor="#F9BE79"></stop>
|
||||
<stop offset="0.961" stopColor="#F9BF78"></stop>
|
||||
<stop offset="0.965" stopColor="#FAC177"></stop>
|
||||
<stop offset="0.969" stopColor="#FBC276"></stop>
|
||||
<stop offset="0.973" stopColor="#FBC376"></stop>
|
||||
<stop offset="0.977" stopColor="#FCC575"></stop>
|
||||
<stop offset="0.98" stopColor="#FCC674"></stop>
|
||||
<stop offset="0.984" stopColor="#FDC773"></stop>
|
||||
<stop offset="0.988" stopColor="#FEC972"></stop>
|
||||
<stop offset="0.992" stopColor="#FECA71"></stop>
|
||||
<stop offset="0.996" stopColor="#FFCB71"></stop>
|
||||
<stop offset="1" stopColor="#FFCC70"></stop>
|
||||
<stop offset="0.26" stopColor="#302B4B"></stop>
|
||||
<stop offset="0.47" stopColor="#4B466E"></stop>
|
||||
<stop offset="0.83" stopColor="#766FA6"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint1_linear_20_2"
|
||||
x1="266.8"
|
||||
x2="336.43"
|
||||
y1="182.27"
|
||||
y2="39.96"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#fff"></stop>
|
||||
<stop offset="0.11" stopColor="#EBEAF4"></stop>
|
||||
<stop offset="0.4" stopColor="#C0BCDC"></stop>
|
||||
<stop offset="0.65" stopColor="#A19BCA"></stop>
|
||||
<stop offset="0.86" stopColor="#8D87BF"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint2_linear_20_2"
|
||||
x1="260.74"
|
||||
x2="264.76"
|
||||
y1="169.21"
|
||||
y2="111.66"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#E6E4F2"></stop>
|
||||
<stop offset="0.71" stopColor="#CDCAE5"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint3_linear_20_2"
|
||||
x1="238.92"
|
||||
x2="274.59"
|
||||
y1="148.41"
|
||||
y2="148.41"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop offset="0.07" stopColor="#8780BC"></stop>
|
||||
<stop offset="0.28" stopColor="#938DC3"></stop>
|
||||
<stop offset="0.65" stopColor="#B5B1D7"></stop>
|
||||
<stop offset="1" stopColor="#DAD8EC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint4_linear_20_2"
|
||||
x1="285.47"
|
||||
x2="293.35"
|
||||
y1="186.08"
|
||||
y2="73.02"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#fff"></stop>
|
||||
<stop offset="0.14" stopColor="#DDDBEC"></stop>
|
||||
<stop offset="0.3" stopColor="#BEBADA"></stop>
|
||||
<stop offset="0.46" stopColor="#A5A0CD"></stop>
|
||||
<stop offset="0.63" stopColor="#948EC3"></stop>
|
||||
<stop offset="0.8" stopColor="#8A83BD"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint5_linear_20_2"
|
||||
x1="212.19"
|
||||
x2="247.59"
|
||||
y1="138.72"
|
||||
y2="138.72"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#E6E4F2"></stop>
|
||||
<stop offset="0.71" stopColor="#CDCAE5"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint6_linear_20_2"
|
||||
x1="234.65"
|
||||
x2="228.14"
|
||||
y1="130.23"
|
||||
y2="147.36"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop offset="0.26" stopColor="#302B4B"></stop>
|
||||
<stop offset="0.47" stopColor="#4B466E"></stop>
|
||||
<stop offset="0.83" stopColor="#766FA6"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint7_linear_20_2"
|
||||
x1="195.89"
|
||||
x2="241.72"
|
||||
y1="35.82"
|
||||
y2="35.82"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#fff"></stop>
|
||||
<stop offset="0.11" stopColor="#EBEAF4"></stop>
|
||||
<stop offset="0.4" stopColor="#C0BCDC"></stop>
|
||||
<stop offset="0.65" stopColor="#A19BCA"></stop>
|
||||
<stop offset="0.86" stopColor="#8D87BF"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint8_linear_20_2"
|
||||
x1="231.21"
|
||||
x2="259.7"
|
||||
y1="113.21"
|
||||
y2="113.21"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#fff"></stop>
|
||||
<stop offset="0.11" stopColor="#EBEAF4"></stop>
|
||||
<stop offset="0.4" stopColor="#C0BCDC"></stop>
|
||||
<stop offset="0.65" stopColor="#A19BCA"></stop>
|
||||
<stop offset="0.86" stopColor="#8D87BF"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint9_linear_20_2"
|
||||
x1="227.42"
|
||||
x2="255.98"
|
||||
y1="106.82"
|
||||
y2="106.82"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#fff"></stop>
|
||||
<stop offset="0.11" stopColor="#EBEAF4"></stop>
|
||||
<stop offset="0.4" stopColor="#C0BCDC"></stop>
|
||||
<stop offset="0.65" stopColor="#A19BCA"></stop>
|
||||
<stop offset="0.86" stopColor="#8D87BF"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint10_linear_20_2"
|
||||
x1="220.28"
|
||||
x2="253.42"
|
||||
y1="99.4"
|
||||
y2="99.4"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#fff"></stop>
|
||||
<stop offset="0.11" stopColor="#EBEAF4"></stop>
|
||||
<stop offset="0.4" stopColor="#C0BCDC"></stop>
|
||||
<stop offset="0.65" stopColor="#A19BCA"></stop>
|
||||
<stop offset="0.86" stopColor="#8D87BF"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint11_linear_20_2"
|
||||
x1="212.81"
|
||||
x2="250.38"
|
||||
y1="89.17"
|
||||
y2="89.17"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#fff"></stop>
|
||||
<stop offset="0.11" stopColor="#EBEAF4"></stop>
|
||||
<stop offset="0.4" stopColor="#C0BCDC"></stop>
|
||||
<stop offset="0.65" stopColor="#A19BCA"></stop>
|
||||
<stop offset="0.86" stopColor="#8D87BF"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint12_linear_20_2"
|
||||
x1="205.49"
|
||||
x2="247.59"
|
||||
y1="77.23"
|
||||
y2="77.23"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#fff"></stop>
|
||||
<stop offset="0.11" stopColor="#EBEAF4"></stop>
|
||||
<stop offset="0.4" stopColor="#C0BCDC"></stop>
|
||||
<stop offset="0.65" stopColor="#A19BCA"></stop>
|
||||
<stop offset="0.86" stopColor="#8D87BF"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint13_linear_20_2"
|
||||
x1="201.72"
|
||||
x2="245.02"
|
||||
y1="64.86"
|
||||
y2="64.86"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#fff"></stop>
|
||||
<stop offset="0.11" stopColor="#EBEAF4"></stop>
|
||||
<stop offset="0.4" stopColor="#C0BCDC"></stop>
|
||||
<stop offset="0.65" stopColor="#A19BCA"></stop>
|
||||
<stop offset="0.86" stopColor="#8D87BF"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint14_linear_20_2"
|
||||
x1="281.61"
|
||||
x2="281.42"
|
||||
y1="117.11"
|
||||
y2="138.85"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop offset="0.26" stopColor="#302B4B"></stop>
|
||||
<stop offset="0.47" stopColor="#4B466E"></stop>
|
||||
<stop offset="0.83" stopColor="#766FA6"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint15_linear_20_2"
|
||||
x1="198.32"
|
||||
x2="245.67"
|
||||
y1="53.23"
|
||||
y2="53.23"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#fff"></stop>
|
||||
<stop offset="0.11" stopColor="#EBEAF4"></stop>
|
||||
<stop offset="0.4" stopColor="#C0BCDC"></stop>
|
||||
<stop offset="0.65" stopColor="#A19BCA"></stop>
|
||||
<stop offset="0.86" stopColor="#8D87BF"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint16_linear_20_2"
|
||||
x1="240.91"
|
||||
x2="329.47"
|
||||
y1="92.28"
|
||||
y2="92.28"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop offset="0.07" stopColor="#8780BC"></stop>
|
||||
<stop offset="1" stopColor="#9089C2"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint17_linear_20_2"
|
||||
x1="240.91"
|
||||
x2="329.47"
|
||||
y1="92.28"
|
||||
y2="92.28"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#E6E4F2"></stop>
|
||||
<stop offset="0.71" stopColor="#CDCAE5"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint18_linear_20_2"
|
||||
x1="281.54"
|
||||
x2="329.47"
|
||||
y1="82.21"
|
||||
y2="82.21"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#fff"></stop>
|
||||
<stop offset="0.11" stopColor="#EBEAF4"></stop>
|
||||
<stop offset="0.4" stopColor="#C0BCDC"></stop>
|
||||
<stop offset="0.65" stopColor="#A19BCA"></stop>
|
||||
<stop offset="0.86" stopColor="#8D87BF"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint19_linear_20_2"
|
||||
x1="312.88"
|
||||
x2="315.33"
|
||||
y1="108.19"
|
||||
y2="36.19"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#fff"></stop>
|
||||
<stop offset="0.19" stopColor="#CECCE4"></stop>
|
||||
<stop offset="0.38" stopColor="#A29ECC"></stop>
|
||||
<stop offset="0.55" stopColor="#827DBA"></stop>
|
||||
<stop offset="0.7" stopColor="#6F69AF"></stop>
|
||||
<stop offset="0.79" stopColor="#6862AC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint20_linear_20_2"
|
||||
x1="299.61"
|
||||
x2="317.69"
|
||||
y1="61.3"
|
||||
y2="61.3"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop offset="0.26" stopColor="#302B4B"></stop>
|
||||
<stop offset="0.47" stopColor="#4B466E"></stop>
|
||||
<stop offset="0.83" stopColor="#766FA6"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint21_linear_20_2"
|
||||
x1="269.89"
|
||||
x2="268.58"
|
||||
y1="116.41"
|
||||
y2="16.03"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#fff"></stop>
|
||||
<stop offset="0.41" stopColor="#D0CDE4"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint22_linear_20_2"
|
||||
x1="279.03"
|
||||
x2="250.44"
|
||||
y1="116.22"
|
||||
y2="32.81"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#fff"></stop>
|
||||
<stop offset="0.04" stopColor="#F2F1F8"></stop>
|
||||
<stop offset="0.14" stopColor="#D4D1E7"></stop>
|
||||
<stop offset="0.25" stopColor="#BBB7D9"></stop>
|
||||
<stop offset="0.37" stopColor="#A8A3CF"></stop>
|
||||
<stop offset="0.51" stopColor="#9B94C7"></stop>
|
||||
<stop offset="0.68" stopColor="#938CC3"></stop>
|
||||
<stop offset="0.95" stopColor="#918AC2"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint23_linear_20_2"
|
||||
x1="265.16"
|
||||
x2="279.88"
|
||||
y1="72.31"
|
||||
y2="115.44"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stopColor="#fff"></stop>
|
||||
<stop offset="0.21" stopColor="#D8D6E9"></stop>
|
||||
<stop offset="0.45" stopColor="#B5B1D5"></stop>
|
||||
<stop offset="0.66" stopColor="#9B96C7"></stop>
|
||||
<stop offset="0.85" stopColor="#8C85BF"></stop>
|
||||
<stop offset="1" stopColor="#8780BC"></stop>
|
||||
</linearGradient>
|
||||
<clipPath id="7bb38d2190">
|
||||
<path d="M7.516 9.875H22.03v9.434H7.516zm0 0"></path>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clipPath="url(#ac010a499d)">
|
||||
<g clipPath="url(#52ca124259)">
|
||||
<path
|
||||
fill="url(#9448ecee67)"
|
||||
d="M25.402 3.926H4.355v21.05h21.047zm0 0"
|
||||
></path>
|
||||
</g>
|
||||
</g>
|
||||
<g clipPath="url(#7bb38d2190)">
|
||||
<path
|
||||
fill="#fefefe"
|
||||
d="M21.066 10.133l-2.964 7.242-1.848-4.469.012.035-.012-.035a4.57 4.57 0 00-1-1.582 4.503 4.503 0 00-1.277-.96 4.382 4.382 0 00-1.829-.45c-1.261-.039-2.351.399-3.261 1.32-.914.918-1.371 2.02-1.371 3.301 0 1.235.421 2.297 1.27 3.188.847.894 1.878 1.355 3.1 1.386 1.262.043 2.352-.398 3.27-1.316.336-.336.614-.7.824-1.082l-.664-1.582c-.117.68-.433 1.293-.945 1.836-.684.719-1.508 1.055-2.473 1.004-.902-.032-1.668-.395-2.293-1.09a3.4 3.4 0 01-.91-2.434c.012-.941.344-1.742 1.004-2.406a3.17 3.17 0 012.387-.98c.89 0 1.652.328 2.285.988.309.32.547.676.711 1.062l1.211 2.899 1.187 2.898h1.22l3.66-8.773zm0 0"
|
||||
></path>
|
||||
</g>
|
||||
<path
|
||||
fill="#4158d0"
|
||||
d="M5.375.156c-.95 0-1.781-.207-2.5-.625a4.447 4.447 0 01-1.672-1.719C.805-2.925.61-3.78.61-4.75c0-.969.196-1.82.594-2.563a4.462 4.462 0 011.672-1.734c.719-.414 1.55-.625 2.5-.625.945 0 1.773.211 2.484.625a4.356 4.356 0 011.672 1.735c.395.742.594 1.593.594 2.562 0 .969-.2 1.824-.594 2.563A4.341 4.341 0 017.86-.47C7.15-.05 6.32.156 5.375.156zm0-1.562c.906 0 1.625-.297 2.156-.89.54-.595.813-1.411.813-2.454 0-1.04-.274-1.86-.813-2.453C7-7.805 6.281-8.11 5.375-8.11c-.906 0-1.633.304-2.172.906-.543.594-.812 1.414-.812 2.453 0 1.043.27 1.86.812 2.453.54.594 1.266.89 2.172.89zm0 0"
|
||||
transform="translate(28.237 18.871)"
|
||||
></path>
|
||||
<path
|
||||
fill="#4158d0"
|
||||
d="M3.406.156c-.844 0-1.496-.258-1.953-.781-.45-.52-.672-1.29-.672-2.313v-3.796H2.5v3.64c0 .574.113 1.016.344 1.328.238.313.613.47 1.125.47.476 0 .875-.173 1.187-.516.313-.344.469-.829.469-1.454v-3.468h1.734V0H5.83l-.141-1.14c-.211.398-.512.714-.907.952-.386.227-.843.344-1.375.344zm0 0"
|
||||
transform="translate(38.016 18.871)"
|
||||
></path>
|
||||
<path
|
||||
fill="#4158d0"
|
||||
d="M.875 0v-6.734h1.563l.156 1.265A2.66 2.66 0 013.578-6.5c.426-.258.926-.39 1.5-.39v1.827h-.484c-.387 0-.73.06-1.032.172-.292.118-.523.32-.687.61-.168.293-.25.699-.25 1.218V0zm0 0"
|
||||
transform="translate(45.312 18.871)"
|
||||
></path>
|
||||
<path
|
||||
fill="#4158d0"
|
||||
d="M3.672 0L.203-9.5h1.86L4.75-1.781 7.453-9.5h1.828L5.812 0zm0 0"
|
||||
transform="translate(49.733 18.871)"
|
||||
></path>
|
||||
<path
|
||||
fill="#4158d0"
|
||||
d="M4.156.156c-.68 0-1.281-.14-1.812-.422a3.164 3.164 0 01-1.235-1.218C.816-2.016.672-2.625.672-3.313c0-.695.144-1.316.437-1.859.29-.539.696-.96 1.22-1.266.519-.3 1.132-.453 1.843-.453.656 0 1.238.149 1.75.438.508.281.906.68 1.187 1.187.282.5.422 1.059.422 1.672 0 .094-.008.2-.015.313v.328H2.39c.03.531.21.95.546 1.25.333.293.735.437 1.204.437.351 0 .648-.078.89-.234.239-.156.414-.363.532-.625h1.765c-.125.43-.336.82-.625 1.172a3.051 3.051 0 01-1.094.812c-.43.196-.914.297-1.453.297zm.016-5.64c-.43 0-.809.12-1.14.359-.325.242-.528.605-.61 1.094h3.344c-.024-.446-.184-.801-.485-1.063a1.658 1.658 0 00-1.11-.39zm0 0"
|
||||
transform="translate(58.264 18.871)"
|
||||
></path>
|
||||
<path
|
||||
fill="#4158d0"
|
||||
d="M.875 0v-6.734h1.563l.156 1.265A2.66 2.66 0 013.578-6.5c.426-.258.926-.39 1.5-.39v1.827h-.484c-.387 0-.73.06-1.032.172-.292.118-.523.32-.687.61-.168.293-.25.699-.25 1.218V0zm0 0"
|
||||
transform="translate(65.425 18.871)"
|
||||
></path>
|
||||
<path
|
||||
fill="#4158d0"
|
||||
d="M3.672.156c-.606 0-1.137-.093-1.594-.281A2.72 2.72 0 011-.938a2.275 2.275 0 01-.484-1.187h1.75c.05.262.195.484.437.672.238.18.55.266.938.266.375 0 .648-.07.828-.22.176-.155.265-.331.265-.53 0-.29-.125-.489-.375-.594a7.353 7.353 0 00-1.062-.313c-.293-.062-.59-.133-.89-.219a4.616 4.616 0 01-.813-.343 1.918 1.918 0 01-.61-.547C.836-4.18.766-4.457.766-4.781c0-.594.234-1.094.703-1.5.476-.407 1.144-.61 2-.61.8 0 1.437.188 1.906.563.477.367.766.871.86 1.516H4.593c-.106-.489-.48-.735-1.125-.735-.336 0-.59.063-.766.188-.18.125-.265.28-.265.468 0 .2.128.36.39.485.27.117.625.218 1.063.312.468.117.894.242 1.28.375.395.125.712.32.954.578.238.262.36.633.36 1.11 0 .418-.118.793-.344 1.125-.22.336-.543.594-.97.781-.429.188-.929.281-1.5.281zm0 0"
|
||||
transform="translate(69.846 18.871)"
|
||||
></path>
|
||||
<path
|
||||
fill="#4158d0"
|
||||
d="M4.156.156c-.68 0-1.281-.14-1.812-.422a3.164 3.164 0 01-1.235-1.218C.816-2.016.672-2.625.672-3.313c0-.695.144-1.316.437-1.859.29-.539.696-.96 1.22-1.266.519-.3 1.132-.453 1.843-.453.656 0 1.238.149 1.75.438.508.281.906.68 1.187 1.187.282.5.422 1.059.422 1.672 0 .094-.008.2-.015.313v.328H2.39c.03.531.21.95.546 1.25.333.293.735.437 1.204.437.351 0 .648-.078.89-.234.239-.156.414-.363.532-.625h1.765c-.125.43-.336.82-.625 1.172a3.051 3.051 0 01-1.094.812c-.43.196-.914.297-1.453.297zm.016-5.64c-.43 0-.809.12-1.14.359-.325.242-.528.605-.61 1.094h3.344c-.024-.446-.184-.801-.485-1.063a1.658 1.658 0 00-1.11-.39zm0 0"
|
||||
transform="translate(76.017 18.871)"
|
||||
></path>
|
||||
</svg>
|
||||
);
|
||||
}
|
@@ -23,15 +23,7 @@ export function Newsletter() {
|
||||
return (
|
||||
<section id="newsletter" aria-label="Newsletter">
|
||||
<Container>
|
||||
<div className="relative -mx-4 overflow-hidden bg-indigo-50 px-4 py-20 sm:-mx-6 sm:px-6 md:mx-0 md:rounded-5xl md:px-16 xl:px-24 xl:py-36">
|
||||
<Image
|
||||
className="absolute left-1/2 top-0 translate-x-[-10%] translate-y-[-45%] lg:translate-x-[-32%]"
|
||||
src={backgroundImage}
|
||||
alt=""
|
||||
width={919}
|
||||
height={1351}
|
||||
unoptimized
|
||||
/>
|
||||
<div className="relative -mx-4 inset-0 overflow-hidden bg-gradient-to-r from-purple-50 via-purple-100 to-purple-500 px-4 py-20 sm:-mx-6 sm:px-6 md:mx-0 md:rounded-5xl md:px-16 xl:px-24 xl:py-36">
|
||||
<div className="relative mx-auto grid max-w-2xl grid-cols-1 gap-x-32 gap-y-14 xl:max-w-none xl:grid-cols-2">
|
||||
<div>
|
||||
<p className="font-display text-4xl font-medium tracking-tighter text-purple-900 sm:text-5xl">
|
||||
|
@@ -48,7 +48,7 @@ export function Product() {
|
||||
<Container className="relative z-10">
|
||||
<div className="mx-auto max-w-2xl lg:mx-0 lg:max-w-4xl lg:pr-24">
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-purple-700">Usecases</h2>
|
||||
<h2 className="mt-2 font-display text-4xl font-medium tracking-tighter text-purple-600 sm:text-5xl">
|
||||
<h2 className="mt-2 font-display text-4xl font-semibold tracking-tighter font-gradient sm:text-5xl">
|
||||
Transforming Possibilities Across Industries Digitally
|
||||
</h2>
|
||||
<p className="mt-4 font-display text-2xl tracking-tight text-purple-900">
|
||||
|
@@ -232,7 +232,7 @@ export function Speakers() {
|
||||
className={clsx(
|
||||
'font-mono text-sm',
|
||||
dayIndex === selectedIndex
|
||||
? 'text-purple-500'
|
||||
? 'text-purple-600'
|
||||
: 'text-slate-500',
|
||||
)}
|
||||
>
|
||||
|
BIN
src/images/background2.png
Normal file
BIN
src/images/background2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 895 KiB |
BIN
src/images/background3.jpg
Normal file
BIN
src/images/background3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
@@ -10,78 +10,63 @@
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ethnocentric';
|
||||
src: url('/fonts/ethnocentric.otf') format('opentype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
|
||||
.animate-slide {
|
||||
display: flex;
|
||||
width: max-content;
|
||||
animation: slide 15s linear infinite;
|
||||
}
|
||||
|
||||
|
||||
.font-gradient {
|
||||
background-color: #423C5F;
|
||||
background-image: linear-gradient(43deg, #423C5F 0%, #8462B7 25%,#8d69c3 50%, #8462B7 75%, #423C5F 100%);
|
||||
background-color: #443b62;
|
||||
background-image: linear-gradient(43deg, #302b4b 0%, #8780bc 35%, #302b4b 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
text-fill-color: transparent;
|
||||
}
|
||||
|
||||
.bg-gradient2 {
|
||||
background-color: #4a3d81;
|
||||
background-image: linear-gradient(43deg, #4a3d81 0%, #644e84 15%,#9b6b8a 30%, #834f85 45%, #c28c8b 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
text-fill-color: transparent;
|
||||
}
|
||||
|
||||
.bg-gradient3 {
|
||||
background-color: #423C5F;
|
||||
background-image: linear-gradient(43deg, #4b3d89 0%, #6d5299 15%,#b06b98 50%, #954e98 75%, #cf8a89 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
text-fill-color: transparent;
|
||||
}
|
||||
|
||||
.btn-gradient3 {
|
||||
background-color: #423C5F;
|
||||
background-image: linear-gradient(43deg, #4b3d89 0%, #6d5299 15%,#b06b98 50%, #954e98 75%, #cf8a89 100%);
|
||||
}
|
||||
|
||||
.bg-gradient {
|
||||
background-color: #4158D0;
|
||||
background-image: linear-gradient(43deg, #423C5F 0%, #8d69c3 50%, #B2AFD4 100%);
|
||||
|
||||
}
|
||||
|
||||
.btn-gradient {
|
||||
background-color: #4b3d89;
|
||||
background-image: linear-gradient(43deg, #4b3d89 0%, #b06b98 50%, #cf8a89 100%);
|
||||
background-color: #443b62;
|
||||
background-image: linear-gradient(43deg, #302b4b 0%, #4b466e 47%, #766fa6 83%, #8780bc 100%);
|
||||
color: white;
|
||||
padding: 8px 15px;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
transition: background-image 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
.btn-gradient:hover {
|
||||
background-image: linear-gradient(43deg, #2a2341 0%, #403c61 47%, #655b90 83%, #7269a6 100%);
|
||||
}
|
||||
|
||||
|
||||
.btn-gradient-light {
|
||||
background-color: #9078ff;
|
||||
background-image: linear-gradient(43deg, #b99bcc 0%, #d0bde5 50%, #ffd4d4 100%);
|
||||
background-color: #8780bc;
|
||||
background-image: linear-gradient(43deg, #8780bc 0%, #938dc3 15%, #b5b1d7 100%);
|
||||
color: purple-50;
|
||||
border: none;
|
||||
border-radius: 50px;
|
||||
font-weight: semibold;
|
||||
cursor: pointer;
|
||||
transition: background-image 0.3s ease;
|
||||
}
|
||||
|
||||
.bg-gradient-light {
|
||||
background-color: #4158D0;
|
||||
background-image: linear-gradient(43deg, #ba8bff 0%, #e6d6fe 50%, #f7f3fd 100%);
|
||||
|
||||
.btn-gradient-light:hover {
|
||||
background-image: linear-gradient(43deg, #766fa6 0%, #8684b7 15%, #a7a4ca 100%);
|
||||
}
|
||||
|
||||
.font-blue1 {
|
||||
color: #4158D0;
|
||||
}
|
||||
|
||||
.font-blue2 {
|
||||
color: #304195;
|
||||
}
|
||||
|
||||
.font-pink1 {
|
||||
color: #C850C0;
|
||||
}
|
||||
|
||||
.font-gold1 {
|
||||
color: #FFCC70;
|
||||
}
|
||||
|
Reference in New Issue
Block a user